@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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; }

@font-face {
  font-family: 'GT-Walsheim-Regular';
  src: url("assets/fonts/gt-walsheim-regular.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/gt-walsheim-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/gt-walsheim-regular.woff") format("woff"), url("assets/fonts/gt-walsheim-regular.ttf") format("truetype"), url("assets/fonts/gt-walsheim-regular.svg#GT-Walsheim") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'GT-Walsheim-Medium';
  src: url("assets/fonts/gt-walsheim-medium.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/gt-walsheim-medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/gt-walsheim-medium.woff") format("woff"), url("assets/fonts/gt-walsheim-medium.ttf") format("truetype"), url("assets/fonts/gt-walsheim-medium.svg#GT-Walsheim") format("svg");
  /* Legacy iOS */ }
body {
  font-family: 'GT-Walsheim-Regular', sans-serif;
  -webkit-font-smoothing: antialiased; }

p {
  line-height: 1.5;
  margin-bottom: 1em; }

p:last-of-type {
  margin-bottom: 0; }

.underlined-header {
  border-bottom: 2px solid #70d44b;
  padding: 0 0 0.3em 0;
  display: inline-block;
  font-family: 'GT-Walsheim-Medium'; }

.underlined-header.white {
  color: white; }

.underlined-header.spacing {
  margin-top: 3.125em;
  margin-bottom: 3.125em; }

.views-header {
  border-bottom-color: #92e0d8; }

.blue-highlight {
  color: #92e0d8; }

.post-area p {
  color: #6f6f6e; }
.post-area a {
  color: #70d44b; }
.post-area p:last-of-type {
  margin-bottom: 1em; }
.post-area blockquote p {
  color: #969696;
  font-style: italic; }
.post-area h1, .post-area h2, .post-area h3, .post-area h4, .post-area h5 {
  color: #70d44b;
  margin-bottom: 1em;
  display: block; }
.post-area img {
  max-width: 100%; }
.post-area iframe {
  max-width: 100% !important; }
.post-area h4, .post-area h5 {
  font-size: 1em; }
.post-area h3 {
  font-size: 1.125em; }
.post-area h2 {
  font-size: 1.5em; }
.post-area h1 {
  font-size: 1.75em; }
.post-area ul, .post-area ol {
  margin-bottom: 1em;
  padding-left: 1em;
  color: #6f6f6e; }
  .post-area ul li, .post-area ol li {
    margin-bottom: 0.25em;
    line-height: 1.5;
    position: relative; }
    .post-area ul li:before, .post-area ol li:before {
      content: '-';
      display: block;
      position: absolute;
      left: -8px; }

.header-text {
  font-size: 2.125em;
  line-height: 1.15;
  color: #3f3e3e;
  font-family: 'GT-Walsheim-Medium'; }

.header-text p {
  line-height: 1.15; }

.arrow-link, .view-client-story, .view-post-link {
  color: #70d44b;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: padding 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: padding 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: padding 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative; }
  .arrow-link:after, .view-client-story:after, .view-post-link:after {
    content: '';
    display: block;
    background-image: url(assets/img/arrow-sprites.png);
    background-position: -12px -15px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: -20px;
    opacity: 0;
    bottom: 0;
    -webkit-transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.arrow-link:hover, .view-client-story:hover, .view-post-link:hover {
  padding-left: 23px;
  color: #403f3f; }
  .arrow-link:hover:after, .view-client-story:hover:after, .view-post-link:hover:after {
    opacity: 1;
    left: 0; }

@media screen and (max-width: 600px) {
  body {
    font-size: 14px; }

  .header-text {
    font-size: 1.571em; } }
.site-wrapper {
  max-width: 1380px;
  margin: 0 auto; }

@media screen and (max-width: 1534px) {
  .site-wrapper {
    max-width: 90%; } }
html {
  font-size: 16px; }

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

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

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

body {
  background: #f7f6f6; }

.white-wrapper {
  background: white;
  padding: 4.5em 4em;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

@media screen and (max-width: 900px) {
  body.single, body.page-template, body.page-child {
    background: white; }

  .white-wrapper {
    padding: 4.5em 0; }

  .grid {
    margin: 0; }

  input {
    -webkit-appearance: none;
    border-radius: 0; } }
.col-3, .col-2, .col-4, .col-5, .col-6 {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px; }

.col-2 {
  width: 50%; }

.col-3 {
  width: 33.3%; }

.col-4 {
  width: 25%; }

.col-5 {
  width: 20%; }

.col-6 {
  width: 16.666%; }

.grid {
  margin: 0 -10px; }

.col-thumbnail {
  height: auto !important; }

.homepage-story .col-2 {
  padding: 20px; }
.homepage-story .grid {
  margin: 0 -20px; }

@media screen and (min-width: 1024px) {
  .col-4:nth-child(4n+5) {
    clear: both; }

  .homepage-grid .col-4:nth-child(4n+5) {
    clear: none; } }
@media screen and (max-width: 1024px) {
  .col-4:nth-child(2n+3) {
    clear: both; }

  .homepage-grid .col-4:nth-child(2n+3) {
    clear: none; } }
@media screen and (max-width: 1024px) {
  .col-4 {
    width: 50%; }

  .col-6 {
    width: 32.222%; } }
@media screen and (max-width: 640px) {
  .col-4, .col-2, .col-3, .col-5, .col-6 {
    width: 100%; } }
.social-media-area {
  background: #eaeaea;
  padding: 2.65em 0; }

.newsletter-signup {
  width: 28%;
  margin-left: 2%;
  float: left;
  position: relative; }
  .newsletter-signup input[type="text"] {
    background: #f1f1f1;
    padding: 1.4em 15% 1.2em 1em;
    border: none;
    font-size: 0.875em;
    width: 85%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    -webkit-font-smoothing: antialiased;
    font-family: inherit; }
  .newsletter-signup button {
    float: left;
    width: 15%;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #0f2a30;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    cursor: pointer; }
    .newsletter-signup button:after {
      content: '';
      display: block;
      right: 0;
      bottom: 0;
      width: 18px;
      height: 1em;
      position: absolute;
      z-index: 2;
      background: url(assets/img/arrow-sprites.png);
      background-position: -12px -5px;
      background-repeat: no-repeat;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .newsletter-signup button:hover {
      background: #1b4c57; }

@media screen and (max-width: 900px) {
  .newsletter-signup input[type="text"] {
    padding: 1.1em 15% 1.1em 1em;
    font-size: 1em; } }
footer p {
  line-height: 1.4; }

footer.low-z-index {
  z-index: 1;
  position: relative; }

footer.high-z-index {
  z-index: 2000;
  position: relative; }

footer a {
  color: inherit;
  text-decoration: none; }

.footer-info {
  background: #0f2a30;
  color: #9a9999;
  padding: 3.5em 0; }
  .footer-info .col-3:nth-child(3) {
    text-align: right; }
  .footer-info .logo {
    margin-bottom: 1em;
    display: block;
    float: none; }
  .footer-info .address {
    display: table;
    width: 100%; }

@media screen and (max-width: 900px) {
  .newsletter-signup {
    width: 100%;
    margin-top: 5%;
    margin-left: 0; }

  .footer-info .col-3:nth-child(3) {
    text-align: left; } }
.logo img {
  width: 150px;
  vertical-align: bottom; }

.logo {
  float: left; }

header {
  padding: 2em 0 3em 0;
  background: white; }

.header-nav {
  float: right;
  font-size: 0.875em; }
  .header-nav ul {
    float: left;
    margin-right: 2em; }
  .header-nav ul:last-of-type {
    margin-right: 0; }
  .header-nav li {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #70d44b;
    padding-bottom: 0.25em;
    width: 225px;
    line-height: 1.3em; }
  .header-nav a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
  .header-nav li:hover a {
    color: #70d44b; }
  .header-nav li:last-of-type {
    margin-bottom: 0; }
  .header-nav form {
    position: relative; }
  .header-nav input[type="submit"] {
    position: absolute;
    left: 0;
    width: 15px;
    top: 0;
    bottom: 0;
    border: none;
    background: url(assets/img/search.png) 100% center no-repeat;
    outline: none;
    cursor: pointer; }
  .header-nav input[type="text"] {
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    outline: none;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased; }

.menu-btn {
  float: right;
  background: #70d44b;
  padding: 0.75em;
  color: white;
  display: none;
  cursor: pointer;
  -webkit-pointer-events: none; }

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

.header-nav.visible {
  display: block;
  left: 0%; }

.logo {
  position: relative;
  z-index: 6000; }

.logo-overlay {
  position: fixed; }

@media screen and (max-width: 900px) {
  .menu-btn {
    display: block;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    line-height: 20px;
    transition: background 0.3s ease-out;
    color: white; }
    .menu-btn .hamburger {
      display: block; }
    .menu-btn .close-menu {
      display: none; }

  .black-cross {
    background: black; }
    .black-cross .hamburger {
      display: none; }
    .black-cross .close-menu {
      display: block; }

  .header-nav {
    top: 0;
    left: -50%;
    transition: left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: fixed;
    bottom: 0;
    z-index: 4000;
    height: 100%;
    padding: 5rem 5% 5% 5%;
    box-sizing: border-box;
    width: 50%;
    background: rgba(30, 30, 30, 0.96);
    color: white;
    margin-top: 0;
    font-size: 1em; }

  .header-nav ul {
    margin-right: 0;
    width: 100%; }

  .header-nav ul li {
    width: 100%;
    border-bottom: none; }

  .header-nav ul:first-of-type {
    margin-bottom: 0.45em; }

  #searchform {
    display: none; } }
@media screen and (max-width: 600px) {
  .header-nav {
    left: -70%;
    width: 70%; } }
.overlay-intro {
  margin-bottom: 4em;
  position: relative; }

.left-overlay {
  padding: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 23%;
  background: rgba(34, 34, 34, 0.6);
  left: 0;
  top: 0;
  bottom: 0; }

.left-overlay h1 {
  font-size: 1.875em;
  color: white; }

.social-media-icons a, .small-social-media-icons a {
  color: #0f2a30;
  display: block;
  padding: 1em; }

.small-social-media-icons li, .social-media-icons li {
  float: left;
  display: block;
  text-align: center;
  background: #f1f1f1;
  margin-right: 2px;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  .small-social-media-icons li:hover, .social-media-icons li:hover {
    background: #d7d7d7; }

.social-media-icons {
  width: 70%;
  float: left;
  font-size: 1.15em; }

.social-media-icons li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 49.6%;
  margin-right: 0.2%; }

.social-media-icons li:last-of-type, .small-social-media-icons li:last-of-type {
  margin-right: 0; }

@media screen and (max-width: 900px) {
  .social-media-icons {
    width: 100%; }

  .blog-post .grid.media-section {
    margin-bottom: 2em; } }
.pagination {
  border-top: 1px solid #d7d7d7;
  padding-top: 1.2em;
  margin-top: 2em; }

.pagination-right {
  float: right; }

.pagination-left {
  float: left; }

.page-numbers.current {
  color: #70d44b; }

.taxonomie-filter-navigation {
  width: 70%;
  float: right; }

.page-numbers {
  margin: 0 4px; }

.search-excerpt h2 {
  color: #70d44b;
  margin-bottom: 1em;
  display: block;
  font-size: 1.125em; }
.search-excerpt h2 a {
  color: inherit;
  text-decoration: none; }

.read-more-search {
  margin-top: 1em;
  display: block; }

ul.search-results-list {
  margin-top: 2em;
  padding-left: 0;
  margin-bottom: 0; }
  ul.search-results-list li {
    margin-bottom: 3em; }
  ul.search-results-list li:before {
    content: ''; }

.search-results-list li {
  margin-bottom: 4em; }

.page-call-to-action {
  background: #3f3e3e;
  padding: 4.375em 0 7.625em 0;
  color: white;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }

.page-call-to-action h2 {
  font-size: 2.125em;
  line-height: 1.3;
  width: 60%;
  margin: 0 auto;
  font-family: 'GT-Walsheim-Medium'; }

.page-call-to-action:hover {
  background: #444343; }

.page-call-to-action:after {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  background: url(assets/img/blue-arrow.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3em; }

@media screen and (max-width: 900px) {
  .page-call-to-action h2 {
    width: 80%; } }
.cookie-warning {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1em 0;
  box-sizing: border-box;
  background: #eaeaea;
  box-shadow: 0px 2px 7px black; }

.cookie-warning a {
  color: #70d44b;
  text-decoration: none; }

a.close-cookie-banner {
  float: right;
  margin-right: 5px;
  color: #3f3e3e; }

.divider-page-title {
  background: #004f51;
  padding: 2em 0 1.75em 0;
  color: white; }

.divider-page-title h2 {
  line-height: 0.9; }

.divider-page-title.large-header {
  padding: 2em 0; }
  .divider-page-title.large-header h1 {
    font-size: 2.5em; }

.section-title {
  margin-bottom: 3em; }

body.home.page header.bottom-bar {
  border-bottom: 0; }

.homepage-news {
  margin-bottom: 4.5em; }

.latest-news-section, .featured-news-article {
  background: white; }

.latest-news-title {
  margin-bottom: 1em;
  padding: 1em 1em 0 1em; }
  .latest-news-title a {
    color: #3f3e3e;
    background: #f1f1f1;
    text-decoration: none;
    padding: 1em;
    display: block;
    position: relative; }
    .latest-news-title a:after, .latest-news-title a:before {
      content: '';
      display: block;
      width: 3em;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background: #70d44b; }
    .latest-news-title a:before {
      width: 3em;
      height: 1em;
      z-index: 2;
      background: url(assets/img/arrow-sprites.png);
      background-position: 2px -2px;
      background-repeat: no-repeat;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%); }

.latest-news-article {
  padding: 2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 2px solid #f7f6f6; }
  .latest-news-article .article-excerpt, .latest-news-article .article-date, .latest-news-article .article-author, .latest-news-article .article-title {
    float: right;
    width: 55%; }
  .latest-news-article .article-thumbnail {
    width: 40%;
    margin-right: 5%;
    float: left; }
    .latest-news-article .article-thumbnail img {
      width: 100%;
      height: auto !important;
      display: block; }
  .latest-news-article .article-date, .latest-news-article .article-author {
    display: block; }
  .latest-news-article .article-date {
    font-size: 1.125em;
    margin-bottom: 0.3em; }
  .latest-news-article .article-author {
    color: #d7d7d7;
    font-size: 1em; }
  .latest-news-article .article-title {
    margin: 1.05em 0 0.95em;
    color: #3f3e3e;
    font-size: 1.125em; }

.article-excerpt {
  color: #6f6f6e; }

.latest-news-article:last-of-type {
  border-bottom: none; }

.featured-news-title {
  padding: 2em;
  color: #70d44b; }

.article-title a {
  text-decoration: none;
  color: inherit; }

.featured-thumbnail {
  width: 100%;
  height: auto !important;
  display: block; }

.featured-description {
  padding: 2em 2em 4em 2em; }

.featured-news-article .article-title {
  font-size: 1.375em;
  margin-bottom: 0.15em;
  color: #3f3e3e; }
.featured-news-article .article-date {
  color: #d7d7d7;
  margin-bottom: 1.2em;
  display: block;
  font-size: 1.375em; }
.featured-news-article .article-excerpt {
  font-size: 1.125em; }

.read-more-homepage {
  margin-top: 3em;
  display: block; }

@media screen and (max-width: 900px) {
  .latest-news-article .article-thumbnail {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-bottom: 1.5em; }

  .latest-news-article .article-excerpt {
    width: 100%; }

  .latest-news-article .article-excerpt, .latest-news-article .article-date, .latest-news-article .article-author, .latest-news-article .article-title {
    float: right;
    width: 100%; } }
.homepage-case-studies {
  margin-bottom: 2em; }

.homepage-case-studies .divider-page-title {
  margin-bottom: 4.5em; }

.homepage-case-studies > .site-wrapper {
  margin-bottom: 4.5em; }

.arrow-next, .arrow-prev, .pagination-left a, .pagination-right a {
  display: inline-block;
  height: 43px;
  width: 41px;
  background: url(assets/img/arrow-sprites.png);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 1; }
  .arrow-next:hover, .arrow-prev:hover, .pagination-left a:hover, .pagination-right a:hover {
    opacity: 0.7; }

.homepage-navigation {
  margin-right: 10px;
  float: right; }

.view-link {
  margin-top: 2em;
  display: block; }

.arrow-next, .pagination-right a {
  background-position: -1px -34px; }

.arrow-prev, .pagination-left a {
  background-position: -1px -79px; }

.homepage-grid {
  margin-top: 2em;
  padding-bottom: 1.2em; }

.homepage-story {
  padding: 4.5em 0;
  background: white; }

.intro-text {
  color: #585857;
  font-size: 1.125em; }
  .intro-text p {
    line-height: 1.4; }

.green-highlight {
  color: #70d44b; }

.homepage-intro {
  background: white;
  padding: 5em 0em 5em 0em;
  margin-top: -9em;
  padding-left: 0;
  border-bottom: 1px solid #d7d7d7; }
  .homepage-intro .header-text {
    width: 45%; }

a.view-profile {
  text-decoration: none;
  margin-top: 2.5em;
  display: block;
  position: relative;
  font-size: 0.925em; }

@media screen and (max-width: 900px) {
  .homepage-intro {
    padding: 4em 1em 4em 1em;
    margin: 0; }
    .homepage-intro .header-text {
      width: 100%; } }
@media screen and (max-width: 600px) {
  .homepage-intro {
    padding: 0 0 3em; } }
.header-image img {
  width: 100%;
  display: block; }

.two-thirds-header {
  width: 66.3%;
  display: table-cell; }

.two-thirds-header.border-left {
  border-left: 2px solid white; }

.one-third-header {
  width: 33.6%;
  display: table-cell;
  position: relative;
  border-left: 2px solid white;
  border-right: 2px solid white;
  font-size: 1.125em; }

.inner-content.top-content {
  top: 0;
  border-bottom: 2px solid white;
  background-size: cover;
  background-repeat: no-repeat; }

.inner-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2em 2em 3em 2em;
  height: 50%; }

.views-promo {
  background: #93cec1; }
  .views-promo img {
    margin-bottom: 1em; }
  .views-promo p {
    color: white;
    margin-bottom: 1em; }
  .views-promo h2 {
    color: #007087; }

@media screen and (max-width: 1200px) {
  .one-third-header {
    font-size: 1em; } }
@media screen and (max-width: 1000px) {
  .two-thirds-header.border-left {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    border-right: 2px solid white; }

  .inner-content.top-content {
    border-left: 2px solid white; }

  .inner-content {
    position: relative;
    padding-bottom: 26.4%;
    width: 50%;
    float: left;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    height: 0; }

  .one-third-header {
    border: none;
    font-size: 1em; }

  .two-thirds-header, .one-third-header {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block; } }
@media screen and (max-width: 900px) {
  .homepage-promo .site-wrapper {
    max-width: 100%; } }
@media screen and (max-width: 600px) {
  .two-thirds-header.border-left {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    border-right: 2px solid white; }

  .two-thirds-header.border-left, .inner-content.top-content, .inner-content.bottom-content {
    border-left: none;
    border-right: none; }

  .inner-content {
    padding-bottom: 52%; }

  .inner-content {
    position: relative;
    width: 100%; }

  .two-thirds-header, .one-third-header {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block; } }
a.linkedin-link {
  display: block;
  margin-top: 0.2em;
  color: #9a9998; }

.small-description:first-of-type {
  padding-top: 1.5em;
  border-top: 2px solid #70d44b;
  margin-top: 1.5em;
  color: #6f6f6e;
  line-height: 1.3; }

.team-grid .col-4 {
  margin-bottom: 2em; }

.team-grid {
  margin-bottom: 2em; }

.related-articles .team-social-media a {
  color: #858584; }

.team-social-media {
  margin-top: 1em; }

.case-studies-grid {
  margin: -10px -10px 0 -10px; }
  .case-studies-grid .col-4 {
    margin-bottom: 3em; }

.case-studies {
  background: white;
  padding: 4.5em 0; }

.col-thumbnail {
  margin-bottom: 1.875em;
  width: 100%; }

.highlighted-text {
  color: #9a9999; }

.sub-title {
  margin-bottom: 2.25em;
  display: block;
  font-size: 1.125em;
  line-height: 0.9; }

.col-4-layout h2 {
  color: #3f3e3e;
  margin-bottom: 0.4em;
  font-size: 1.125em;
  line-height: 0.9; }

.col-4-layout a {
  color: #70d44b;
  text-decoration: none; }

.featured-case-studies {
  padding-bottom: 3.125em; }
  .featured-case-studies .col-2 h2, .featured-case-studies .col-2 .sub-title {
    font-size: 1.250em; }

.homepage-case-studies > .site-wrapper, .meet-the-team > .site-wrapper {
  border-bottom: 1px solid #d7d7d7; }

.relevent-posts.relevent-case-studies {
  margin-top: 0;
  border-top: 0;
  padding-top: 1em; }

.infographics {
  background: #3f3e3e;
  color: white; }

.blog-post .grid.infographics {
  margin: 0; }

.infographics .col-2:first-of-type {
  border-right: 1px solid grey; }

.blog-post .infographics .col-2 {
  padding: 3em 40px; }

.info-text, .info-result {
  display: block; }

.info-text {
  margin-top: 0.5em;
  font-size: 1.375em; }

.info-result {
  margin-top: 0.10em;
  font-size: 4.375em;
  color: #70d44b; }

.infographics .col-2 {
  text-align: center; }

.overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(112, 212, 75, 0);
  opacity: 0;
  color: white;
  padding: 2em;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out; }

.case-studies-thumb-overlay:hover .overlay {
  background: rgba(112, 212, 75, 0.8);
  opacity: 1; }

.featured-case-studies .overlay p {
  font-size: 1.375em; }

.case-studies-thumb-overlay {
  position: relative;
  display: block;
  margin-bottom: 1.875em; }

.case-studies-thumb-overlay img {
  display: block;
  margin: 0; }

@media screen and (max-width: 900px) {
  .overlay {
    display: none; }

  .blog-post .grid.infographics {
    margin: 0 -5.5%; }

  .infographics .col-2:first-of-type {
    border-bottom: 1px solid grey; } }
#map-canvas {
  height: 300px; }

.about-area {
  background: #3f3e3e;
  padding: 4.5em 0;
  color: white; }

.about-area .page-section-header {
  margin-bottom: 3em; }

.page-description
.contact-details, .address {
  float: left; }

.contact-details li, .address li {
  margin-bottom: 0.5em; }

.small-header {
  margin-bottom: 0.5em;
  display: block; }

.contact-us {
  margin-bottom: 3.625em;
  padding-bottom: 3em;
  border-bottom: 1px solid #585857; }

.page-description {
  line-height: 1.4; }

.about-area form .name, .about-area form .email {
  width: 47.5%;
  float: left; }
.about-area form label {
  display: block;
  margin-bottom: 0.45em; }
.about-area form input, .about-area form textarea {
  width: 100%;
  padding: 0.5em;
  font-size: 1em;
  margin-bottom: 1em;
  background: #4c4b4b;
  border: none;
  color: white;
  font-family: inherit;
  box-sizing: border-box; }
.about-area form input[type="submit"] {
  display: table;
  width: auto;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  margin-top: 0.5em;
  background: #70d44b;
  border: none;
  padding: 1em 1.25em 1em 1.25em;
  font-size: 1em;
  display: table;
  text-decoration: none;
  position: relative;
  font-family: inherit;
  color: white;
  margin-top: 1em;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  .about-area form input[type="submit"]:hover {
    background: #42d22e; }
.about-area form .name {
  margin-right: 5%; }

.wpcf7-not-valid-tip {
  margin-bottom: 1em; }

.wpcf7-response-output {
  display: block !important;
  width: 50% !important;
  float: left !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: none !important; }

.contact-form-submit {
  -webkit-appearance: none;
  border: none;
  background: none;
  color: white;
  font-size: 0.925em;
  font-family: inherit; }

.our-values {
  background: url(assets/img/about-page.jpg) no-repeat center;
  background-size: cover;
  padding: 4.5em 0;
  position: relative; }

.our-values .grid {
  position: relative;
  z-index: 200; }

.our-values .col-4 {
  color: white; }

.values-header {
  font-size: 1.125em;
  border-bottom: 2px solid #70d44b;
  width: 100%;
  display: block;
  padding-bottom: 1em;
  margin-bottom: 1em; }

.section-title--large {
  font-size: 2.188em;
  margin-bottom: 3em; }

.our-values .section-title--large {
  color: white;
  z-index: 200;
  position: relative; }

.our-values .col-4 p {
  line-height: 1.4; }

.our-values:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background: #222121; }

.twitter-featured {
  color: #9a9999;
  margin-top: 0.25em;
  display: block; }

.about-area a {
  color: #9a9999;
  text-decoration: none;
  word-break: break-word; }

.meet-the-team {
  padding: 4.5em 0; }

.meet-the-team .homepage-grid {
  margin-top: 4em; }

.sidebar-header {
  margin-top: 2.8em;
  width: 100%; }

.publications-wrapper {
  background: #3e3e3e;
  width: 70%;
  padding: 3.125em 3em 5em 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left; }

.sidebar {
  background: #f1f0f0;
  float: left;
  width: 30%;
  padding: 3em 0 5em 3em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%; }

.background-wrapper {
  background: #3e3e3e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3e3e3e 0%, #3e3e3e 70%, #f1f0f0 70%, #f1f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3e3e3e), color-stop(70%, #3e3e3e), color-stop(70%, #f1f0f0), color-stop(100%, #f1f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #3e3e3e 0%, #3e3e3e 70%, #f1f0f0 70%, #f1f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #3e3e3e 0%, #3e3e3e 70%, #f1f0f0 70%, #f1f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #3e3e3e 0%, #3e3e3e 70%, #f1f0f0 70%, #f1f0f0 100%);
  /* IE10+ */ }

.publications-toggle {
  color: white;
  font-size: 2em;
  float: right;
  cursor: pointer;
  display: none; }

.publications h1 {
  color: white;
  margin-bottom: 3.125em; }

.publications > .site-wrapper {
  position: relative; }

.publications-list {
  margin: 2em 0; }

.publications-wrapper {
  min-height: 700px; }
  .publications-wrapper a {
    color: white; }

.publications-list li {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative; }
  .publications-list li:after {
    content: '';
    display: block;
    clear: both; }
  .publications-list li:hover .publication-author-title, .publications-list li:hover h2 {
    color: #70d44b; }

.select-options {
  margin-top: 2em; }

.publication-author-title, .publication-content h2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.publication-meta-data {
  width: 27.5%;
  margin-right: 2.5%;
  float: left;
  border-top: 1px solid #585857;
  padding-top: 1em; }

.publication-content {
  width: 70%;
  float: left;
  border-top: 1px solid #585857;
  padding-top: 1em; }

.publication-author-title, .publication-author {
  font-size: 1em;
  color: #a6a6a6;
  margin-bottom: 3em;
  display: block; }

.publication-date {
  font-size: 3.125em;
  letter-spacing: 2px;
  display: block;
  color: white;
  font-family: 'GT-Walsheim-Medium'; }

.publication-content h2 {
  color: white;
  font-size: 1.375em;
  line-height: 1.3;
  font-family: 'GT-Walsheim-Medium';
  word-break: break-word; }

.js-fixed {
  top: 5em;
  width: 100%; }

.pub-option {
  display: block;
  border-radius: 0;
  width: 100%;
  background: gainsboro;
  -webkit-appearance: none;
  border: 1px solid white;
  padding: 0.2em;
  font-size: 1em;
  margin-bottom: 0.5em; }

.select-options select {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0px;
  border: none;
  display: block;
  padding: 1em;
  margin: 1em 0;
  background: gainsboro; }

.text-search {
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  padding-right: 47px;
  border: none;
  outline: none;
  font-size: 0.825em; }

#taxonomie-search {
  position: relative; }

#submit-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 42px;
  background: #9a9999;
  border: none;
  outline: none; }
  #submit-search:after {
    content: '';
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1em;
    position: absolute;
    z-index: 2;
    background: url(assets/img/arrow-sprites.png);
    background-position: 0px -5px;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.error-message {
  color: white;
  font-size: 1.375em; }

.publication-month {
  color: #9a9999;
  font-size: 0.925em;
  margin-top: 0.5em; }

.publication-downloads {
  margin-top: 3em; }

.download-title {
  color: #70d44b;
  line-height: 1.2; }

.download-link {
  color: #9a9999;
  text-decoration: none;
  display: block;
  margin-top: 0.25em;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .download-link:hover {
    color: #676666; }

.publication-downloads ul li {
  padding-left: 1.5em;
  position: relative; }
  .publication-downloads ul li:after {
    content: '';
    display: block;
    background-image: url(assets/img/arrow-sprites.png);
    background-position: -12px -17px;
    background-repeat: no-repeat;
    height: 15px;
    width: 1.2em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }

.publication:hover {
  cursor: pointer; }

.taxonomie-filter-navigation {
  color: white;
  margin-top: 2em;
  display: block; }
  .taxonomie-filter-navigation a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
  .taxonomie-filter-navigation a:hover {
    color: #70d44b; }

.publication-description {
  color: #9a9999;
  margin-top: 1em;
  margin-bottom: 3em; }

.hidden {
  display: none; }

.invisible {
  display: block; }

.fade-in {
  -webkit-animation: fadein 0.75s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.75s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.75s;
  /* Internet Explorer */
  -o-animation: fadein 0.75s;
  /* Opera < 12.1 */
  animation: fadein 0.75s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Firefox < 16 */
  -ms-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Internet Explorer */
  -o-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Opera < 12.1 */
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards; }

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    -moz-transform: translateY(10px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0); } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    -ms-transform: translateY(10px); }
  to {
    opacity: 1;
    -ms-transform: translateY(0); } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    -o-transform: translateY(10px); }
  to {
    opacity: 1;
    -o-transform: translateY(0); } }
.spinner1 {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3);
  -webkit-animation: spin 600ms infinite linear;
  -moz-animation: spin 600ms infinite linear;
  -ms-animation: spin 600ms infinite linear;
  animation: spin 600ms infinite linear; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes spin {
  100% {
    -ms-transform: rotate(360deg); } }
.fade-out {
  -webkit-animation: fadeout 0.75s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeout 0.75s;
  /* Firefox < 16 */
  -ms-animation: fadeout 0.75s;
  /* Internet Explorer */
  -o-animation: fadeout 0.75s;
  /* Opera < 12.1 */
  animation: fadeout 0.75s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Firefox < 16 */
  -ms-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Internet Explorer */
  -o-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Opera < 12.1 */
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards; }

@keyframes fadeout {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(10px); } }
/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1;
    -moz-transform: translateY(0); }
  to {
    opacity: 0;
    -moz-transform: translateY(10px); } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
    -webkit-transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px); } }
/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1;
    -ms-transform: translateY(0); }
  to {
    opacity: 0;
    -ms-transform: translateY(10px); } }
/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1;
    -o-transform: translateY(0); }
  to {
    opacity: 0;
    -o-transform: translateY(10px); } }
@media screen and (max-width: 900px) {
  .background-wrapper {
    background: #3e3e3e; }

  .publications-toggle {
    display: block; }

  header, footer {
    z-index: 2000;
    position: relative; }

  .sidebar {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: -6%;
    width: 50%;
    padding-right: 2em;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out; }

  .publications {
    position: relative; }

  .publications-wrapper.force-left {
    left: -50%;
    transition: left 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

  .publications {
    overflow: hidden; }

  .publications-wrapper {
    padding: 3em 0;
    width: 100%;
    left: 0;
    position: relative;
    transition: left 0.2s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

  .publication-date {
    font-size: 2em; }

  .sidebar.reveal {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s 0.2s ease-out, visibility 0.2s 0.2s ease-out; } }
@media screen and (max-width: 600px) {
  .text-search {
    font-size: 1em; }

  .sidebar {
    width: 75%; }

  .publications-wrapper.force-left {
    left: -85%; } }
.views-about, .views-features {
  padding: 3em 0;
  background: white; }

.views-about {
  padding-top: 5em; }

.views-about .section-header {
  margin-bottom: 3em; }

.views-logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.feature {
  padding: 4em 0; }

.views-title.article-title {
  color: #92e0d8; }

.post-area.views-content h1, .post-area.views-content h2, .post-area.views-content h3, .post-area.views-content h4, .post-area.views-content h5 {
  color: #92e0d8; }

.feature-title {
  font-size: 2.188em;
  font-family: 'GT-Walsheim-Medium'; }

.feature-icon {
  padding: 2em 0 1em 0;
  display: table; }

.feature-sub-heading {
  color: #92e0d8;
  font-size: 1.125em;
  margin-bottom: 1em; }

.feature p {
  color: #6f6f6e;
  line-height: 1.5; }

.views-packages {
  background-color: #0f2a30;
  padding: 5em 0 9em 0; }

.views-packages .feature-title {
  color: white; }

.views-packages:hover, .views-links a:hover {
  background-color: #153b43;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }

.divider-page-title.views-divider {
  background: #0f2a30; }
  .divider-page-title.views-divider .underlined-header {
    border-bottom-color: #92e0d8; }

.contact .feature-title, .contact .feature-sub-heading, .contact .feature-header {
  color: #86be5b; }

.work .feature-title, .work .feature-sub-heading, .work .feature-header {
  color: #601562; }

.evidence .feature-title, .evidence .feature-sub-heading, .evidence .feature-header {
  color: #2c66b3; }

.reports .feature-title, .reports .feature-sub-heading, .reports .feature-header {
  color: #d46137; }

.views-demos {
  padding: 4em 0; }

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .iframe-wrapper:after {
    content: '';
    display: block;
    width: 20%;
    height: 20%;
    top: 50%;
    left: 50%;
    background-image: url(assets/img/play.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 4;
    transition: 0.3s ease opacity;
    pointer-events: none; }
  .iframe-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3;
    background: rgba(146, 224, 216, 0.6);
    pointer-events: none; }

.iframe-wrapper:hover {
  cursor: pointer; }

.iframe-wrapper.playing:after, .iframe-wrapper.playing:before {
  opacity: 0; }

.iframe-wrapper img {
  z-index: 2;
  display: block; }

.iframe-wrapper iframe, .iframe-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.views-demo-title {
  color: #3f3e3e;
  background: white;
  display: block;
  padding: 2em; }

.views-apps-title {
  padding: 1em;
  border-bottom: 2px solid #f7f6f6; }

.views-apps-title span {
  color: #3f3e3e;
  background: #f1f1f1;
  text-decoration: none;
  padding: 1em;
  display: block;
  position: relative; }

.views-apps li a {
  padding: 2rem;
  display: block;
  border-bottom: 2px solid #f7f6f6;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, color 0.2s ease-out;
  -ms-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  color: inherit;
  font-size: 1.425em; }

.views-apps li a:hover {
  background: #92e0d8;
  color: white; }

.views-apps {
  background: white; }

.views-links {
  border-top: 1px solid #d7d7d7; }
  .views-links li {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #d7d7d7; }
  .views-links li:last-of-type {
    border-right: none; }
  .views-links .arrow {
    display: inline-block;
    height: 12px;
    width: 20px;
    margin-right: 0.5em; }
  .views-links a .arrow svg {
    width: 100%; }
  .views-links a .arrow svg polygon {
    transition: fill 0.3s ease-out; }
  .views-links a:hover .arrow svg polygon {
    fill: #92e0d8; }
  .views-links a {
    display: block;
    background-color: #0f2a30;
    padding: 2em;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    position: relative; }

@media screen and (max-width: 600px) {
  .views-links li {
    width: 100%;
    border-right: none;
    border-top: 1px solid #d7d7d7; }

  .views-links li:first-of-type {
    border-top: none; } }
.packages-promo {
  background: #0f2a30;
  color: white;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  .packages-promo a {
    color: inherit;
    text-decoration: none; }
  .packages-promo h2 {
    font-size: 1.875em;
    font-family: 'GT-Walsheim-Medium';
    margin-bottom: 1.5rem; }
  .packages-promo h3 {
    color: #007087;
    margin-bottom: 0.5em; }
  .packages-promo:hover {
    background: #153b43; }

.top-content iframe {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }

.top-content .video-overlay {
  background: rgba(146, 224, 216, 0.6);
  z-index: 3;
  cursor: pointer; }
  .top-content .video-overlay:after {
    content: '';
    display: block;
    width: 20%;
    height: 20%;
    top: 50%;
    left: 50%;
    background-image: url(assets/img/play.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 4;
    transition: 0.3s ease opacity;
    pointer-events: none; }

.top-content .video-overlay, .top-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.parent-pageid-122 .underlined-header {
  border-bottom-color: #92e0d8; }
.parent-pageid-122 .post-area h3 {
  color: #92e0d8; }
.parent-pageid-122 .related-articles a {
  color: #92e0d8; }
.parent-pageid-122 .related-articles a:hover {
  color: inherit; }
.parent-pageid-122 .related-title::before {
  background: url(assets/img/blue-arrow-single.png);
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (max-width: 900px) {
  .feature .grid {
    display: block; }

  .views-features .col-4 {
    display: block; }

  .feature-icon {
    padding-left: 0; }

  .views-header-promo > .site-wrapper {
    max-width: 100%; }

  .views-demos {
    background: #f7f6f6; } }
@media screen and (max-width: 600px) {
  .views-packages {
    font-size: 0.75em; }

  .views-packages h2 {
    width: 100%; } }
.our-services {
  background: url(assets/img/about-page.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white; }

.our-services:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: -1;
  background: #222121; }

.our-services > ul {
  position: relative;
  z-index: 200; }

.our-services > ul > li {
  padding: 4.5em 0;
  border-bottom: 1px solid gray; }
  .our-services > ul > li:last-of-type {
    border-bottom: 0; }

.our-services h2 {
  font-family: 'GT-Walsheim-Medium';
  font-size: 2.125em;
  margin-bottom: 2em;
  line-height: 1.25; }

.our-services h3 {
  font-size: 1.125em;
  margin-bottom: 1em; }

.the-studies li {
  display: inline; }

.the-studies li a {
  text-decoration: none;
  color: #70d44b;
  line-height: 1.3;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

.the-studies li a:hover {
  color: #b4edac; }

.case-studies-title {
  display: block;
  margin-bottom: 0.5em; }

.views-packages-form {
  background: #0f2a30;
  padding: 4em 0; }

.views-packages-form .underlined-header {
  border-bottom-color: #92e0d8;
  margin-bottom: 2em; }

.views-packages-form .header-text {
  color: white;
  width: 70%; }

.page-template-template-form .select-target.select-theme-default {
  display: -moz-inline-stack;
  display: block;
  margin-bottom: 1em;
  margin-bottom: 1.75em;
  vertical-align: middle;
  zoom: 1;
  -webkit-user-select: none;
  padding: 0.75em;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: relative;
  padding: 0.5rem 3em 0.5rem 1em;
  background: #334144;
  border: none;
  cursor: pointer;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.75em;
  font-size: 1em;
  line-height: 1.3em; }
.page-template-template-form .select-target.select-theme-default:hover {
  /* border-color: rgb(170, 170, 170); */
  color: darkgray; }
.page-template-template-form .select.select-theme-default .select-options .select-option:hover, .page-template-template-form .select.select-theme-default .select-options .select-option.select-option-highlight {
  background: #92e0d8;
  color: white; }
.page-template-template-form .select.select-theme-default .select-content {
  width: 600px; }

.packages-form label {
  color: #92e0d8;
  display: block;
  margin-bottom: 0.5em; }
.packages-form input[type="text"], .packages-form input[type="email"] {
  display: block;
  width: 100%;
  margin-bottom: 1.75em;
  font-size: 1em;
  color: white;
  font-family: inherit;
  padding: 0.75em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  background: #334144; }

.staff-radio, .turnover-radio {
  margin-bottom: 1.75em; }

.staff-radio label, .turnover-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px; }

.staff-radio input[type=radio], .turnover-radio input[type=radio] {
  display: none; }

.staff-radio label:before, .turnover-radio label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }

.staff-radio label:before, .turnover-radio label:before {
  border-radius: 8px; }

.staff-radio input[type=radio]:checked + label:before, .turnover-radio input[type=radio]:checked + label:before {
  content: "\2022";
  color: #a4a4a4;
  font-size: 40px;
  text-align: center;
  line-height: 14px; }

.blue-shadow-btn, .packages-form input[type="submit"], .green-shadow-btn, .add-service {
  background: #92e0d8;
  border: none;
  padding: 1em 1.25em 1em 2.5em;
  font-size: 1em;
  display: table;
  text-decoration: none;
  position: relative;
  font-family: inherit;
  color: white;
  -webkit-box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.3);
  margin-top: 1em;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  .blue-shadow-btn:hover, .packages-form input[type="submit"]:hover, .green-shadow-btn:hover, .add-service:hover {
    background: #6ad5ca;
    cursor: pointer; }
  .blue-shadow-btn:after, .packages-form input[type="submit"]:after, .green-shadow-btn:after, .add-service:after {
    content: '';
    display: block;
    position: absolute;
    height: 12px;
    width: 20px;
    background-image: url(assets/img/white-arrow-single.png);
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    left: 0.75em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.green-shadow-btn {
  background: #70d44b; }
  .green-shadow-btn:hover {
    background: #42d22e; }

@media screen and (max-width: 600px) {
  .views-packages-form .header-text {
    width: 100%;
    margin-bottom: 2em; } }
.packages-results .article-title {
  color: #92e0d8; }
.packages-results .underlined-header {
  border-bottom-color: #92e0d8; }

.your-package, .add-service {
  margin-top: 4em; }

.email-package {
  margin-bottom: 4em; }

.views-title {
  margin-bottom: 1.2em; }

.package-info {
  margin-top: 4em; }

.other-packages .col-3 {
  margin-bottom: 2em; }

.other-packages {
  margin-top: 3.3em; }

.package-button {
  margin-top: 4em; }

.package-title, .package-sub-title, .feature-header, .feature-sub-header {
  font-size: 1.375em;
  margin-bottom: 0.25em; }

.package-sub-title, .feature-sub-header {
  color: #c3c3c3; }

.package-description, .feature-description {
  margin-top: 1.5em;
  color: #6f6f6e;
  line-height: 1.4;
  width: 95%; }

.add-service {
  background: #aba8a8; }

.package-title {
  color: #92e0d8; }

.selected {
  background: #92e0d8; }

.post-area .package-price {
  color: #92e0d8; }

.package-addons {
  padding-bottom: 4em;
  margin-top: 4em; }

.feature-image {
  margin-bottom: 1.5em;
  max-height: 75px;
  width: auto; }

.js-fade-in {
  opacity: 0;
  display: none; }
  .js-fade-in .white-wrapper {
    padding-bottom: 10em; }

.js-fade-out {
  opacity: 1; }

.final-step {
  margin: 0 auto; }

.stage-three {
  display: none; }

.stage-one, .stage-two {
  border-bottom: 1px solid #d7d7d7; }

.stage-two {
  display: none; }

.forty-two-grid {
  background: #222221; }
  .forty-two-grid .forty-two-stat {
    width: 50%;
    display: block;
    text-decoration: none;
    float: left;
    background: #2d2d2c;
    padding: 3em 0;
    box-sizing: border-box;
    border-top: 1px solid #6e6e6e;
    height: 370px;
    overflow: hidden;
    position: relative; }
  .forty-two-grid .forty-two-stat:after {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background: rgba(34, 34, 33, 0.9);
    z-index: 1;
    transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .forty-two-grid .b-lazy.forty-two-stat.b-loaded:hover:after, .forty-two-grid .b-lazy.forty-two-stat.b-error:hover:after {
    background: rgba(112, 212, 75, 0.9) !important; }
  .forty-two-grid .forty-two-unit {
    display: inline-block;
    color: #5d5d5d;
    font-size: 1.500em;
    transition: color 0.3s ease-out; }
  .forty-two-grid .forty-two-stat {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .forty-two-grid .stat-wrapper {
    padding: 3em 3em 3em 0;
    box-sizing: border-box;
    width: 90%;
    position: relative;
    z-index: 2;
    max-width: 690px; }
  .forty-two-grid .forty-two-stat:nth-child(2n+1) .stat-wrapper {
    float: right; }
  .forty-two-grid .forty-two-stat:nth-child(2n+2) .stat-wrapper {
    padding: 3em; }
  .forty-two-grid .forty-two-number {
    font-size: 5em;
    color: white;
    margin-bottom: 2rem;
    display: inline-block; }
  .forty-two-grid .forty-two-metric {
    font-size: 1.875em;
    color: #70d44b;
    transition: color 0.3s ease-out; }
  .forty-two-grid .forty-two-stat:hover .forty-two-metric, .forty-two-grid .forty-two-stat:hover .forty-two-unit {
    color: white; }

.b-lazy.forty-two-stat:after {
  -webkit-transition: background 500ms ease-out;
  -moz-transition: background 500ms ease-out;
  -o-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
  background: #222221; }

.b-lazy.forty-two-stat.b-loaded:after {
  -webkit-transition: background 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: background 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(34, 34, 33, 0.9); }

.forty-two-text {
  float: left;
  width: 100%;
  margin-top: -0.95em; }

.forty-two-text p {
  width: 45%; }

@media screen and (max-width: 900px) {
  .forty-two-text {
    margin-top: 0; }

  .forty-two-text p {
    width: 100%; } }
@media screen and (min-width: 600px) {
  .forty-two-stat:nth-child(2n+1) {
    border-right: 1px solid #6e6e6e; }

  .forty-two-stat:nth-child(1), .forty-two-stat:nth-child(2) {
    border-top: none; } }
@media screen and (max-width: 600px) {
  .forty-two-grid .forty-two-stat {
    width: 100%; } }
.blog-grid {
  margin: -10px -10px 0 -10px; }
  .blog-grid .post-inner-wrapper {
    background: white;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    min-height: 535px; }
  .blog-grid .post-container {
    padding: 1.5em 1.5em 4em 1.5em;
    box-sizing: border-box; }
  .blog-grid .col-thumbnail {
    margin-bottom: 0;
    display: block;
    position: relative; }
  .blog-grid .read-more-link {
    margin-top: 2em;
    display: block;
    position: absolute;
    bottom: 2em;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .blog-grid .read-more-link:hover {
      color: #403f3f; }
  .blog-grid .col-4 {
    margin-bottom: 1.5em;
    position: relative; }

.blog-wrapper {
  padding-bottom: 4.5em; }

@media screen and (max-width: 600px) {
  .blog-grid .post-inner-wrapper {
    min-height: 400px; } }
.carousel img, .post-area img {
  max-width: 100%;
  height: auto !important; }

.carousel {
  margin-bottom: 2em; }

.blog-post .col-2 {
  padding: 0 40px; }

.blog-post .grid {
  margin: 0 -30px 0 -30px; }

.article-title {
  color: #70d44b; }

.article-title, .article-sub-title {
  font-size: 2.125em;
  line-height: 1.2;
  font-family: 'GT-Walsheim-Medium'; }

.article-title {
  margin-bottom: 0.6em; }

.article-sub-title {
  margin-bottom: 1.2em; }

.news-header {
  color: #70d44b;
  margin-bottom: 1em;
  display: block; }

.post-wrapper {
  padding: 3.125em 4em;
  margin: 0 auto;
  background: white; }

.related-articles {
  padding-left: 1.5em;
  margin: 2em 0;
  float: left;
  width: 100%; }

.related-articles a {
  color: #70d44b;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  .related-articles a:hover {
    color: #403f3f; }

.related-articles li {
  margin-bottom: 0.45em; }

.related-title {
  display: block;
  position: relative;
  margin-bottom: 1em; }
  .related-title:before {
    content: '';
    display: block;
    height: 17px;
    width: 20px;
    background: url(assets/img/arrow-sprites.png);
    position: absolute;
    left: -1.5em;
    top: 0;
    background-position: -12px -17px; }

.next-post {
  float: right; }

.previous-post {
  float: left;
  text-align: right; }

.post-link-title, .post-link-date, .view-post-link {
  display: block; }

.post-link-date, .post-link-title {
  margin-bottom: 0.2em;
  line-height: 1.2; }

.view-post-link {
  margin-top: 1em;
  text-decoration: none; }

.relevent-posts {
  margin: 5em 0 0 0;
  border-top: 1px solid gainsboro;
  padding: 3em 0 2em 0; }

@media screen and (max-width: 900px) {
  .post-wrapper {
    padding: 3.125em 0; } }
@media screen and (max-width: 600px) {
  .blog-post .grid {
    margin: 0; }

  .blog-post .col-2 {
    padding: 0; }

  .relevent-posts {
    margin-top: 1em; }

  .post-wrapper {
    padding: 3.125em 0 1em 0; } }
.cat-news .small-description:first-of-type {
  border-top: 2px solid #3aacc7; }
.cat-news .overlay-wrapper:after {
  background: #3aacc7; }
.cat-news .cat-highlight {
  color: #3aacc7; }

.cat-event .small-description:first-of-type {
  border-top: 2px solid #70d44b; }
.cat-event .overlay-wrapper:after {
  background: #70d44b; }
.cat-event .cat-highlight {
  color: #70d44b; }

.cat-other .small-description:first-of-type {
  border-top: 2px solid #ed346e; }
.cat-other .overlay-wrapper:after {
  background: #ed346e; }
.cat-other .cat-highlight {
  color: #ed346e; }

.cat-charity .small-description:first-of-type {
  border-top: 2px solid #88dcd3; }
.cat-charity .overlay-wrapper:after {
  background: #88dcd3; }
.cat-charity .cat-highlight {
  color: #88dcd3; }

.cat-project .small-description:first-of-type {
  border-top: 2px solid #f46b5b; }
.cat-project .overlay-wrapper:after {
  background: #f46b5b; }
.cat-project .cat-highlight {
  color: #f46b5b; }

.cat-people .small-description:first-of-type {
  border-top: 2px solid #f8c148; }
.cat-people .overlay-wrapper:after {
  background: #f8c148; }
.cat-people .cat-highlight {
  color: #f8c148; }

.cat-business .small-description:first-of-type {
  border-top: 2px solid #40d9a0; }
.cat-business .overlay-wrapper:after {
  background: #40d9a0; }
.cat-business .cat-highlight {
  color: #40d9a0; }

.overlay-wrapper {
  position: relative; }
  .overlay-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: #70d44b; }

.overlay-wrapper:hover:after {
  opacity: 0.6; }

@font-face {
  font-family: 'fontello';
  src: url("assets/fonts/fontello.eot?93989297");
  src: url("assets/fonts/fontello.eot?93989297#iefix") format("embedded-opentype"), url("assets/fonts/fontello.woff?93989297") format("woff"), url("assets/fonts/fontello.ttf?93989297") format("truetype"), url("assets/fonts/fontello.svg?93989297#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?93989297#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%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

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

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

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

/* '' */
.icon-mail-alt:before {
  content: '\e803'; }

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

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

/* '' */
.icon-cog:before {
  content: '\e806';
  font-size: 1.5rem; }

/* '' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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-slider {
  margin-bottom: 2.9em; }

.select-select {
  display: none;
  /* For when we are on a small touch device and want to use native controls */
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  position: absolute;
  opacity: 0; }

.select-element, .select-element:after, .select-element:before, .select-element *, .select-element *:after, .select-element *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select-element {
  position: absolute;
  display: none; }

.select-element.select-open {
  display: block; }

.select-theme-default, .select-theme-default *, .select-theme-default *:after, .select-theme-default *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select.select-theme-default {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.select.select-theme-default .select-content {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: white;
  font-family: inherit;
  color: inherit;
  overflow: auto;
  width: 300px;
  max-height: 18rem;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 27rem), (max-height: 27rem) {
  .select.select-theme-default .select-content {
    max-width: 11.25rem;
    max-height: 11.25rem; } }
.select.select-theme-default .select-options {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  margin: 0;
  width: 100%;
  padding: 0; }

.select.select-theme-default .select-options .select-option {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: relative;
  list-style: none;
  margin: 0;
  line-height: 1.25rem;
  padding: 0.5rem 1em 0.5rem 2.5em;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.select.select-theme-default .select-options .select-option.select-option-selected:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='#444444' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='#444444' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>");
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0.2em;
  height: 1em;
  width: 1em;
  margin: auto; }

.select.select-theme-default .select-options .select-option:hover, .select.select-theme-default .select-options .select-option.select-option-highlight {
  background: #70d44b;
  color: white; }

.select.select-theme-default .select-options .select-option:hover.select-option-selected:before, .select.select-theme-default .select-options .select-option.select-option-highlight.select-option-selected:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='-0.5 0 20 15'><rect fill='white' stroke='none' transform='rotate(45 4.0033 8.87436)' height='5' width='6.32304' y='6.37436' x='0.84178'></rect><rect fill='white' stroke='none' transform='rotate(45 11.1776 7.7066)' width='5' height='16.79756' y='-0.69218' x='8.67764'></rect></svg>"); }

.select-target.select-theme-default {
  display: -moz-inline-stack;
  display: block;
  margin-bottom: 1em;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: relative;
  padding: 0.5rem 3em 0.5rem 1em;
  background: #f6f6f6;
  border: 0.18em solid #dddddd;
  cursor: pointer;
  color: #444444;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.select-target.select-theme-default:hover {
  border-color: #aaaaaa;
  color: black; }

.select-target.select-theme-default.select-target-focused, .select-target.select-theme-default.select-target-focused:focus {
  border-color: #70d44b;
  outline: none; }

.select-target.select-theme-default b {
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.25rem;
  width: 2em; }

.select-target.select-theme-default b:before, .select-target.select-theme-default b:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  right: 0;
  height: 0;
  width: 0;
  border: 0.263em solid transparent; }

.select-target.select-theme-default b:before {
  top: 0;
  border-bottom-color: inherit; }

.select-target.select-theme-default b:after {
  bottom: 0;
  border-top-color: inherit; }

/*! responsive-nav.js 1.0.34 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse li {
  width: 100%;
  display: block; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  .nav-toggle {
    display: none; } }

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