/*!
Theme Name: Velos Media
Theme URI: http://underscores.me/
Author: Matchfire
Author URI: https://matchfire.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: velos
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Velos Media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

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

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

[data-icon]:before {
  font-family: "velos-media" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "velos-media" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ios-close-outline:before {
  content: "\61";
}

.icon-social-linkedin-outline:before {
  content: "\62";
}

.icon-social-linkedin:before {
  content: "\63";
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*!
 * fullPage 2.8.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: white;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.home.fp-viewing-3-1 #fp-nav ul li a span,
.home.fp-viewing-4-0 #fp-nav ul li a span,
.home.fp-viewing-4-1 #fp-nav ul li a span,
.home.fp-viewing-5-0 #fp-nav ul li a span,
.home.fp-viewing-5-1 #fp-nav ul li a span,
.page-template-template__why-hevc.fp-viewing-2 #fp-nav ul li a span,
.page-template-template__why-hevc.fp-viewing-3 #fp-nav ul li a span,
.page-template-template__philosophy.fp-viewing-1-1 #fp-nav ul li a span,
.page-template-template__philosophy.fp-viewing-3 #fp-nav ul li a span,
.grey #fp-nav ul li a span, .home.fp-viewing-3-1
.fp-slidesNav ul li a span,
.home.fp-viewing-4-0
.fp-slidesNav ul li a span,
.home.fp-viewing-4-1
.fp-slidesNav ul li a span,
.home.fp-viewing-5-0
.fp-slidesNav ul li a span,
.home.fp-viewing-5-1
.fp-slidesNav ul li a span,
.page-template-template__why-hevc.fp-viewing-2
.fp-slidesNav ul li a span,
.page-template-template__why-hevc.fp-viewing-3
.fp-slidesNav ul li a span,
.page-template-template__philosophy.fp-viewing-1-1
.fp-slidesNav ul li a span,
.page-template-template__philosophy.fp-viewing-3
.fp-slidesNav ul li a span,
.grey
.fp-slidesNav ul li a span {
  background: #939598;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
   * Owl Carousel v2.2.0
   * Copyright 2013-2016 David Deutsch
   * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
   */
/*
   * 	Default theme - Owl Carousel CSS File
   */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border: 2px solid #545658;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5DB6C2;
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}
#field_1_5 #input_1_5 {
width: 100%;
padding: 10px 30px;
font-weight: 100;
font-size: 19px;
color: #6D6E71;
}
#field_1_5 .gfield_label {
width: 100%;
border-right: 1px solid #A6A7A9;
}
#field_1_5 .ginput_container.ginput_container_select {
width: 100%;
}
#field_1_7 {
  font-size: 19px;
  color: #6D6E71;
}
.gform_confirmation_wrapper {
  border: 2px solid #008000;
  padding: 10px;
  text-align: center;
  width: 50%;
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00A6B3;
}

a:visited {
  color: #5DB6C2;
}

a:hover, a:focus, a:active {
  color: #5DB6C2;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-main-container {
  display: block;
  float: left;
}

.main-navigation {
  clear: both;
  display: inline-block;
  float: right;
  /* Main menu(mobile) */
  /* Side nav - within the hamburger nav */
}

.main-navigation #primary-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media (max-width: 768px) {
  .main-navigation #primary-menu {
    display: none;
  }
}

.main-navigation #primary-menu ul {
  background-color: white;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
  position: absolute;
  top: 95px;
  left: -999em;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-navigation #primary-menu ul ul {
  left: -999em;
  top: 0;
}

.main-navigation #primary-menu ul li:hover > ul,
.main-navigation #primary-menu ul li.focus > ul {
  left: 100%;
}

.main-navigation #primary-menu ul a {
  background-color: white;
  padding: 12px 20px;
  width: 260px;
  color: #939598;
  font-size: 22px;
  font-size: 1.375rem;
}

.main-navigation #primary-menu li:hover > ul,
.main-navigation #primary-menu li.focus > ul {
  left: auto;
  opacity: 1;
}

.main-navigation li {
  float: left;
  margin-right: 24px;
  position: relative;
}

.main-navigation li:last-of-type {
  margin-right: 0;
}

.main-navigation li > a {
  display: block;
  padding: 18px 10px;
  color: #939598;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: padding 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.not-top .main-navigation li > a {
  padding: 19px 10px;
}

.white .main-navigation li > a,
.white-nav .main-navigation li > a {
  color: white;
  -webkit-transition: color 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.grey .main-navigation li > a,
.grey-nav .main-navigation li > a,
.white-bg .main-navigation li > a {
  color: #939598;
  -webkit-transition: color 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-navigation li > a:hover {
  color: #00A6B3;
}

.main-navigation li:last-of-type a {
  color: #00A6B3;
}

.main-navigation #mobile-nav {
  border-top: 1px solid white;
  display: none;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  width: 100vw;
  z-index: 20;
  /* animate these */
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 768px) {
  .main-navigation #mobile-nav {
    display: block;
  }
}

.main-navigation #mobile-nav li {
  border-bottom: 1px solid white;
  display: block;
  float: none;
  margin: 0;
  opacity: 1;
  top: 0;
}

.main-navigation #mobile-nav.open-menu {
  overflow-y: scroll;
}

.main-navigation #mobile-nav.open-menu li {
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  opacity: 1;
  top: 0;
}

.main-navigation #mobile-nav.closed-menu {
  overflow-y: auto;
}

.main-navigation #mobile-nav.closed-menu li {
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), top 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), top 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  top: -30px;
}

.main-navigation #mobile-nav a {
  background-color: rgba(0, 166, 179, 0.9);
  display: block;
  padding: 14px 20px;
  position: relative;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: none;
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-navigation #mobile-nav a:hover, .main-navigation #mobile-nav a.focus {
  color: #939598;
}

@media (max-width: 640px) {
  .main-navigation #mobile-nav a {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .main-navigation #mobile-nav a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.main-navigation #mobile-nav a::after {
  color: white;
  content: "\2193";
  position: absolute;
  font-size: 35px;
  font-size: 2.1875rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-navigation #mobile-nav a.open::after {
  opacity: 1;
  visibility: visible;
}

.main-navigation #mobile-nav .sub-menu {
  border-top: 1px solid white;
  margin: 0;
  padding: 0;
}

.main-navigation #mobile-nav .sub-menu li:last-of-type {
  border-bottom: none;
}

.main-navigation #mobile-nav .sub-menu li a {
  background-color: rgba(93, 182, 194, 0.9);
}

.main-navigation ul#mobile-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100vw;
}

.main-navigation ul#mobile-menu li {
  position: relative;
}

/* Small menu. */
#mobile-nav.closed-menu {
  -webkit-animation: menu-close 200ms ease-in normal;
          animation: menu-close 200ms ease-in normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border-color: transparent;
}

.main-navigation.toggled #mobile-nav {
  display: none;
  -webkit-animation: menu-open 300ms ease-out normal;
          animation: menu-open 300ms ease-out normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 768px) {
  .main-navigation.toggled #mobile-nav {
    display: block;
  }
}

@-webkit-keyframes menu-open {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menu-open {
  0% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes menu-close {
  0% {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes menu-close {
  0% {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/* Menu Toggle functionality */
.menu-toggle {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  cursor: pointer;
  display: none;
  height: 17px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 15px;
  width: 25px;
  z-index: 20;
}

.menu-toggle:focus {
  outline: none;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: inline-block;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .menu-toggle {
    top: 8px;
  }
}

.menu-toggle span {
  background-color: white;
  display: block;
  height: 3px;
  width: 25px;
  /*opacity: .7;*/
  position: absolute;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-toggle:hover span,
.menu-toggle:focus span {
  /*opacity: 1;*/
}

.burger-bun-top {
  top: 0;
  -webkit-transform-origin: 13px 2px;
      -ms-transform-origin: 13px 2px;
          transform-origin: 13px 2px;
}

.burger-middle {
  top: 7px;
}

.burger-bun-bottom {
  bottom: 0;
  -webkit-transform-origin: 12px 2px;
      -ms-transform-origin: 12px 2px;
          transform-origin: 12px 2px;
}

.open-burger .burger-bun-top {
  -webkit-animation: burger-top-open .2s linear normal;
          animation: burger-top-open .2s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.open-burger .burger-middle {
  -webkit-animation: burger-middle-open .2s linear normal;
          animation: burger-middle-open .2s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.open-burger .burger-bun-bottom {
  -webkit-animation: burger-bottom-open .2s linear normal;
          animation: burger-bottom-open .2s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes burger-top-open {
  0% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  30% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes burger-top-open {
  0% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  30% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes burger-middle-open {
  0% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  30% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes burger-middle-open {
  0% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  30% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes burger-bottom-open {
  0% {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  30% {
    bottom: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    bottom: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes burger-bottom-open {
  0% {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  30% {
    bottom: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    bottom: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.closed-burger span {
  opacity: 1;
}

.closed-burger .burger-bun-top {
  -webkit-animation: burger-top-close .2s linear normal;
          animation: burger-top-close .2s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.closed-burger .burger-middle {
  -webkit-animation: burger-middle-close .2s linear normal;
          animation: burger-middle-close .2s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.closed-burger .burger-bun-bottom {
  -webkit-animation: burger-bottom-close .2s linear normal;
          animation: burger-bottom-close .2s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes burger-top-close {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes burger-top-close {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes burger-middle-close {
  0% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes burger-middle-close {
  0% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    top: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes burger-bottom-close {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    bottom: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes burger-bottom-close {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    bottom: 7px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/**
 * Secondary nav
 **/
.secondary-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.secondary-nav.about-nav {
  height: calc((3*11px) + ((3 - 1)*80px));
}

.secondary-nav.technology-nav {
  height: calc((4*11px) + ((4 - 1)*80px));
}

.secondary-nav.visible {
  opacity: 1;
  visibility: visible;
}

.secondary-nav::before {
  background-color: #CDCCCD;
  content: "";
  display: block;
  width: 3px;
  height: 98%;
  position: absolute;
  top: 3px;
  right: 4px;
}

.secondary-nav ul {
  list-style: none;
  margin: auto;
  padding: 0;
  text-align: right;
}

.secondary-nav li {
  margin-bottom: 80px;
}

.page-id-468 .secondary-nav li {
  margin-bottom: 30px;
}


.secondary-nav li:last-of-type {
  margin-bottom: 0;
}

.secondary-nav li.current_page_item a {
  color: #5DB6C2;
}

.secondary-nav li.current_page_item a::after {
  background-color: #5DB6C2;
}

.secondary-nav a {
  display: block;
  position: relative;
  z-index: 20;
  color: #CDCCCD;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.secondary-nav a:hover span {
  opacity: 0;
}

.secondary-nav a:hover::before {
  opacity: 1;
}

.secondary-nav a::before {
  /*background-color: white;*/
  content: attr(title) " ";
  display: block;
  opacity: 0;
  height: 100%;
  width: 200%;
  position: absolute;
  right: 21px;
  top: 2px;
  /*color: $color__light-grey;*/
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.secondary-nav a::after {
  content: "";
  background-color: #CDCCCD;
  border-radius: 6px;
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.secondary-nav a span {
  opacity: 1;
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.secondary-nav .current_page_parent > a {
  color: #00A6B3;
}

.secondary-nav .current_page_parent > a::after {
  background-color: #00A6B3;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/**
 *
 * Import all pages
 *
 **/
/**
 *
 * Global styles
 *
 **/
::-moz-selection {
  background: black;
  color: white;
}

::selection {
  background: black;
  color: white;
}

html {
  font-size: 14px;
}

html,
body {
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  width: 100vw;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  position: relative;
  overflow-x: hidden;
}

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

/**
 *
 *	Set styles for containers/rows
 *
 **/
.container {
  content: "";
  display: table;
  table-layout: fixed;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
  max-width: 1400px;
  width: 100%;
}

.row {
  content: "";
  display: table;
  table-layout: fixed;
  display: block;
}

em {
  font-style: italic;
}

/**
 *
 * Modules
 *
 */
.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-container--white h3 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: 0.075em;
  line-height: 1.2;
}

.text-container--white p {
  color: white;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}

.text-container--grey h3 {
  color: #939598;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: 0.075em;
  line-height: 1.2;
}

.text-container--grey p {
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}

.blue-half__container {
  height: 100vh;
  position: relative;
}

.blue-half__container::after {
  content: "";
  display: block;
  background-color: rgba(0, 167, 180, 0.56);
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.blue-half__container .container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.blue-half__container .text-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
  z-index: 5;
  color: white;
}

/**
  * Home dot nav
  **/
.dot-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50vh;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dot-nav.visible {
  opacity: 1;
}

.dot-nav::before {
  background-color: white;
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dot-nav li {
  margin-bottom: calc((50vh - 98px)/6);
}

.dot-nav li:last-of-type {
  margin-bottom: 0;
}

.dot-nav a {
  background-color: white;
  border-radius: 7px;
  display: block;
  height: 14px;
  width: 14px;
  position: relative;
  z-index: 20;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dot-nav a.active::before, .dot-nav a:active::before {
  border: 2px solid white;
  border-radius: 10px;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: border 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dot-nav.grey::before {
  background-color: #939598;
}

.dot-nav.grey a {
  background-color: #939598;
}

.dot-nav.grey a.active::before, .dot-nav.grey a:active::before {
  border: 2px solid #939598;
}

.site-loader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .site-loader {
    display: none;
  }
}

.site-loader.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.page-template-template__general .site-loader,
.page-template-template__q-and-a .site-loader,
.page-template-template__team .site-loader,
.blog .site-loader,
.archive .site-loader,
.single .site-loader {
  display: none;
}

.site-loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 220px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/**
 *
 * Header
 *
 */
.site-header {
  background-color: transparent;
  min-height: 100px;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  width: 100vw;
  z-index: 30;
  -webkit-transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 768px) {
  .site-header.white-bg {
    background-color: white;
    box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.12);
  }
  .site-header.not-top {
    background-color: white;
    box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 768px) {
  .site-header {
    background-color: #00A6B3;
    min-height: 50px;
    padding: 0;
  }
}

.site-header .container {
  position: relative;
}

/* Animated */
/*
.header--fixed {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  top: 0;
}

.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.animated.slideDown {
  animation-name: slideDown;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.animated.slideUp {
  animation-name: slideUp;
  box-shadow: 0 0 0 transparent;
}

*/
.site-branding {
  display: inline-block;
  position: absolute;
  top: 6px;
  z-index: 30;
  -webkit-transition: left 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .site-branding {
    top: 8px;
  }
}

.site-title {
  display: block;
  line-height: 1;
  margin: 0;
}

.site-title a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: 200%;
  background-image: url("img/global/logo.png");
  background-image: url("img/global/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 180px 60px;
  display: block;
  height: 60px;
  width: 180px;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-size 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-size 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0.1deg);
          transform: translate3d(0, 0, 0) scale(1) rotate(0.1deg);
  will-change: background-image;
}

.white .site-title a,
.white-logo .site-title a {
  background-image: url("img/global/logo-white.png");
  background-image: url("img/global/logo-white.svg");
}

.grey .site-title a,
.grey-logo .site-title a,
.white-bg .site-title a {
  background-image: url("img/global/logo.png");
  background-image: url("img/global/logo.svg");
}

@media (max-width: 768px) {
  .site-title a {
    background-image: url("img/global/logo-white.png");
    background-image: url("img/global/logo-white.svg");
    background-size: 100px 33px;
    height: 33px;
    width: 100px;
  }
  .white .site-title a,
  .grey .site-title a,
  .grey-logo .site-title a,
  .white-bg .site-title a {
    background-image: url("img/global/logo-white.png");
    background-image: url("img/global/logo-white.svg");
    background-size: 100px 33px;
    height: 33px;
    width: 100px;
  }
}

.site-title a:hover {
  -webkit-animation: logoPulse 0.5s linear 1;
          animation: logoPulse 0.5s linear 1;
}

@-webkit-keyframes logoPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logoPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/**
 *
 * Footer
 *
 */
.site-footer {
  background-color: #939598;
  padding: 40px 0;
  color: white;
}

@media (max-width: 640px) {
  .site-footer {
    padding: 25px 0;
  }
}

.footer__primary-section {
  margin-bottom: 40px;
  overflow: auto;
}

@media (max-width: 640px) {
  .footer__primary-section {
    margin-bottom: 20px;
    text-align: center;
  }
}

.footer__primary-section .footer-address {
  float: left;
}

@media (max-width: 640px) {
  .footer__primary-section .footer-address {
    display: none;
  }
}

.footer__primary-section .footer-address span[itemprop="name"] {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.footer__primary-section .footer-logo {
  display: inline-block;
  float: right;
}

@media (max-width: 640px) {
  .footer__primary-section .footer-logo {
    float: none;
    text-align: center;
  }
}

.footer__primary-section .footer-logo img {
  max-width: 180px;
  width: 100%;
}

@media (max-width: 640px) {
  .footer__primary-section .footer-logo img {
    max-width: 100px;
  }
}

.footer__secondary-section {
  overflow: auto;
}

@media (max-width: 640px) {
  .footer__secondary-section {
    text-align: center;
  }
}

.footer__secondary-section .footer-contact {
  background-color: transparent;
  border: 2px solid white;
  display: inline-block;
  padding: 6px 20px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__secondary-section .footer-contact:hover {
  background-color: white;
  color: #939598;
}

@media (max-width: 640px) {
  .footer__secondary-section .footer-contact {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer__secondary-section ul {
  float: right;
  margin: auto;
  padding: 0;
  list-style: none;
}

@media (max-width: 640px) {
  .footer__secondary-section ul {
    float: none;
    text-align: center;
  }
}

.footer__secondary-section li {
  float: left;
}

@media (max-width: 640px) {
  .footer__secondary-section li {
    display: inline-block;
    float: none;
  }
}

.footer__secondary-section li:first-of-type::after {
  content: "|";
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 10px;
  margin-right: 10px;
}

.footer__secondary-section li:last-of-type {
  margin-right: 0;
}

.footer__secondary-section li a {
  color: white;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__secondary-section li a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .footer__secondary-section li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* Scroll indicator */
.scroll-indicator {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 44px;
  width: 96px;
  outline: none;
  opacity: 1;
  visibility: visible;
  z-index: 30;
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-indicator:hover .scroll-text {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

@media (max-width: 768px) {
  .scroll-indicator {
    display: none;
  }
}

.scroll-indicator.hide {
  opacity: 0;
  visibility: hidden;
}

.scroll-indicator .scroll-text {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/**
 *
 * Home styles
 *
 **/
.home__main {
  position: relative;
}

@media (max-width: 768px) {
  .home__main {
    margin-top: 50px;
  }
}

/**
  * Home dot nav
  **/
.home__dot-nav li {
  margin-bottom: calc((50vh - 84px)/5);
}

.full-bg--video .overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}

/**
 * Home Intro
 **/
.home__intro {
  position: relative;
}

@media (max-width: 768px) {
  .home__intro {
    background: url("img/home/home-intro-bg--sm.jpg") center no-repeat;
    background-size: cover;
    /*padding: 30% 0;*/
  }
}

.home__intro .overlay {
  background-image: url("videos/home/home-01.jpg");
}

@media (max-width: 768px) {
  .home__intro .overlay {
    display: none;
  }
}

.home__intro .play-button {
  display: none;
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .home__intro .play-button {
    display: block;
  }
}

.home__intro .play-button.hidden {
  opacity: 0;
  visibility: hidden;
}

.home__intro .video-sm {
  display: block;
  height: auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .home__intro .video-sm.active {
    opacity: 1;
    visibility: visible;
  }
}

/**
 * Home Second section
 **/
.home__section-02 {
  position: relative;
}

@media (max-width: 768px) {
  .home__section-02 {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .home__section-02 .container {
    position: relative;
  }
}

.home__section-02 .video-image--sm {
  display: none;
}

@media (max-width: 768px) {
  .home__section-02 .video-image--sm {
    display: block;
  }
}

.home__section-02 h3 {
  position: absolute;
  left: calc(100vw * 0.05);
  bottom: 10%;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 66px;
  font-size: 4.125rem;
  font-size: 5vw;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: font-size 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), left 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: font-size 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), left 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home__section-02 h3.squish {
  left: 55%;
  font-size: 40px;
  font-size: 3vw;
}

@media (max-width: 768px) {
  .home__section-02 h3.squish {
    left: auto;
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .home__section-02 h3 {
    position: relative;
    bottom: auto;
    left: auto;
    color: #A6A7A9;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .home__section-02 h3 br {
    display: none;
  }
}

@media (max-width: 640px) {
  .home__section-02 h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.home__section-02 .container-full {
  /*width: 100% !important;*/
}

.home__section-02 .container-full .container {
  position: relative;
  height: 100%;
}

.home__section-02 .container--half {
  position: absolute;
  height: 100%;
  width: 50%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home__section-02 .container--half::after {
  content: "";
  display: block;
  background-color: white;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .home__section-02 .container--half::after {
    display: none;
  }
}

.home__section-02 .container--half.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 768px) {
  .home__section-02 .container--half {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
}

.home__section-02 .container--half p {
  max-width: 428px;
  width: 40%;
  padding: 40px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 768px) {
  .home__section-02 .container--half p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    max-width: 560px;
    margin: 0;
    padding: 10px 0 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home__section-02 .fp-slidesContainer {
  /*width: 100% !important;*/
}

.home__section-02 .hide-sm {
  display: table;
}

@media (max-width: 768px) {
  .home__section-02 .hide-sm {
    display: none;
  }
}

/**
 * Home Third section
 **/
.home__section-03 {
  background-image: -webkit-linear-gradient(left, white, white 50%, #5DB6C2 50%);
  background-image: linear-gradient(to right, white, white 50%, #5DB6C2 50%);
  position: relative;
}

@media (max-width: 768px) {
  .home__section-03 {
    background: white;
  }
}

@media (max-width: 768px) {
  .home__section-03 .container {
    padding: 0;
  }
}

.home__section-03 .fp-tableCell > div {
  height: 100%;
  /*float: left;
    width: 50%;*/
}

.home__section-03 .container > div {
  float: left;
  min-height: 100% !important;
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .home__section-03 .container > div {
    float: none;
    height: auto;
    width: 100%;
  }
}

.home__section-03 .graph {
  padding: 10% 40px;
  position: relative;
  text-align: center;
}

@media (max-width: 768px) {
  .home__section-03 .graph {
    padding: 30px 5% 50px;
  }
}

.home__section-03 .graph .graph-animation {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
}

@media (max-width: 768px) {
  .home__section-03 .graph .graph-animation {
    display: none;
  }
}

.home__section-03 .graph .graph-sm {
  display: none;
}

@media (max-width: 768px) {
  .home__section-03 .graph .graph-sm {
    display: block;
  }
}

.home__section-03 .graph #graph {
  max-height: 70vh;
  padding-right: 30px;
  position: relative;
  left: 0;
}

@media (max-width: 768px) {
  .home__section-03 .graph #graph {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    max-height: none;
    padding: 30px 0;
  }
}

.home__section-03 .text-container {
  position: relative;
}

@media (max-width: 768px) {
  .home__section-03 .text-container {
    background-color: #5DB6C2;
  }
}

.home__section-03 .text-container p {
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 768px) {
  .home__section-03 .text-container p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin: 0;
    max-width: 560px;
    padding: 30px 5%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 * Home Fourth section
 **/
.home__section-04 {
  position: relative;
}

.home__section-04 .video-image--sm {
  display: none;
}

@media (max-width: 768px) {
  .home__section-04 .video-image--sm {
    display: block;
  }
}

.home__section-04 .container--half {
  background-color: white;
  position: absolute;
  height: 100%;
  width: 50%;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

@media (max-width: 768px) {
  .home__section-04 .container--half {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.home__section-04 .container--half.active {
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
          transform: translateX(300%);
}

.home__section-04 .container--half p {
  max-width: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 768px) {
  .home__section-04 .container--half p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    padding: 30px 20px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home__section-04 .fp-slidesContainer {
  width: 100% !important;
}

.home__section-04 .fp-slide {
  width: 50% !important;
}

@media (max-width: 768px) {
  .home__section-04 .fp-slide {
    padding: 0 20px;
    width: 100% !important;
  }
}

.home__section-04 .hide-sm {
  display: table;
}

@media (max-width: 768px) {
  .home__section-04 .hide-sm {
    display: none;
  }
}

/**
 * Home Fifth section
 **/
.home__section-05 {
  position: relative;
}

.home__section-05 .image-container {
  padding: 60px 2%;
  position: absolute;
  height: 100%;
  z-index: 20;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

@media (max-width: 768px) {
  .home__section-05 .image-container {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    padding: 20px;
    float: none;
  }
}

.home__section-05 .image-container.active {
  -webkit-transform: translateX(0%) scale(1);
      -ms-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
  -webkit-transition: padding 300ms ease, -webkit-transform 300ms ease;
  transition: padding 300ms ease, -webkit-transform 300ms ease;
  transition: padding 300ms ease, transform 300ms ease;
  transition: padding 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 100% !important;
}

.home__section-05 .image-container.squish {
  padding: 60px 6%;
  -webkit-transform: translateX(50%) scale(0.5);
      -ms-transform: translateX(50%) scale(0.5);
          transform: translateX(50%) scale(0.5);
  width: 100% !important;
  -webkit-transition: padding 300ms ease, -webkit-transform 300ms ease;
  transition: padding 300ms ease, -webkit-transform 300ms ease;
  transition: padding 300ms ease, transform 300ms ease;
  transition: padding 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

@media (max-width: 768px) {
  .home__section-05 .image-container.squish {
    padding: 0 6%;
  }
}

.home__section-05 .image-container.squish img {
  top: -10%;
}

.home__section-05 .image-container .fp-tableCell {
  text-align: center;
}

.home__section-05 .image-container img {
  max-height: 70vh;
  position: relative;
  /*top: 50%;
      left: 50%;*/
  width: auto;
  /*transform: translate3d(-50%, -50%, 0);*/
  position: relative;
  top: -5%;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 768px) {
  .home__section-05 .image-container img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    height: auto;
    position: relative;
  }
  .home__section-05 .image-container img.compression-lg, .home__section-05 .image-container img.active.compression-lg {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .home__section-05 .image-container img.compression-sm {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.home__section-05 .image-container img + .view-larger__button-container {
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .home__section-05 .image-container img + .view-larger__button-container {
    display: none;
  }
}

.home__section-05 .image-container img + .view-larger__button-container a {
  border: 4px solid #939598;
  padding: 12px 20px;
  position: relative;
  z-index: 30;
  color: #939598;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  text-decoration: none;
  text-transform: uppercase;
}

.home__section-05 .image-container img.active {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.home__section-05 .image-container img.active + .view-larger__button-container {
  opacity: 1;
  visibility: visible;
}

.home__section-05 .text-container {
  position: absolute;
  height: 100%;
  width: 100% !important;
  z-index: 10;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .home__section-05 .text-container {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    background-color: #545658;
    width: 100% !important;
  }
}

.home__section-05 .text-container::after {
  content: "";
  display: block;
  background-color: #545658;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .home__section-05 .text-container::after {
    display: none;
  }
}

.home__section-05 .text-container.visible {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.home__section-05 .text-container p {
  max-width: 400px;
  width: 40%;
  position: relative;
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translateY(-50%);*/
  z-index: 1;
  color: white;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 768px) {
  .home__section-05 .text-container p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    padding: 50px 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home__section-05 .fp-slidesContainer {
  -webkit-transform: translate3d(0, 0px, 0px) !important;
          transform: translate3d(0, 0px, 0px) !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  #large-compression__modal {
    display: none;
  }
}

.compression-chart-modal .modaal-content-container {
  text-align: center;
}

.compression-modal__image {
  height: 100vh;
}

/**
 * Home Sixth section
 **/
.home__section-06 {
  /*height: 100vh;*/
  position: relative;
}

.home__section-06 .image-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 40;
}

@media (max-width: 768px) {
  .home__section-06 .image-container {
    display: none;
  }
}

.home__section-06 .image-container .video-container {
  position: absolute;
  opacity: 0;
  left: 60.3%;
  top: 46.5%;
  width: 6.9%;
  height: 7.4%;
}

@media (max-width: 768px) {
  .home__section-06 .image-container .video-container {
    display: none;
  }
}

.home__section-06 .image-container .video-container video {
  height: 108vh !important;
  width: 100vw !important;
  -webkit-transition: width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.home__section-06 .image-container svg {
  width: 59%;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .home__section-06 .image-container svg {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.home__section-06 .image-container .tech-circle {
  cursor: pointer;
}

.home__section-06 #circle-hover-indicator.begin-animation {
  -webkit-animation: circle_pulse 3s ease-in 3 forwards;
          animation: circle_pulse 3s ease-in 3 forwards;
}

.home__section-06 #circle-hover-indicator-02.begin-animation {
  -webkit-animation: circle_pulse 3s 1s ease-in 3 forwards;
          animation: circle_pulse 3s 1s ease-in 3 forwards;
}

.home__section-06 #circle-hover-indicator-inner.begin-animation {
  -webkit-animation: circle_fill 10s ease-in 1 backwards;
          animation: circle_fill 10s ease-in 1 backwards;
}

.home__section-06 .image-container--sm {
  display: none;
}

@media (max-width: 768px) {
  .home__section-06 .image-container--sm {
    display: block;
    padding: 20px;
  }
  .home__section-06 .image-container--sm.full {
    padding: 20px 0;
  }
}

.home__section-06 .container--half {
  background-color: white;
  position: absolute;
  height: 100%;
  width: 62% !important;
  -webkit-transform: translateX(162%);
      -ms-transform: translateX(162%);
          transform: translateX(162%);
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .home__section-06 .container--half {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
}

.home__section-06 .container--half.active {
  width: 62% !important;
  -webkit-transform: translateX(63%);
      -ms-transform: translateX(63%);
          transform: translateX(63%);
}

.home__section-06 .container--half p {
  max-width: 620px;
  width: 100%;
  position: absolute;
  top: 28%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .home__section-06 .container--half p {
    max-width: 500px;
    left: 50%;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 768px) {
  .home__section-06 .container--half p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    padding: 30px 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home__section-06 .text-container {
  position: absolute;
  height: 100%;
  width: 55% !important;
  right: 0;
}

@media (max-width: 768px) {
  .home__section-06 .text-container {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    width: 100% !important;
  }
}

.home__section-06 .text-container.active p {
  bottom: 10%;
  opacity: 1;
  -webkit-transition: bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
  transition: bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
}

.home__section-06 .text-container p {
  max-width: 620px;
  position: absolute;
  bottom: 8%;
  left: 0;
  opacity: 0;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
  -webkit-transition: bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .home__section-06 .text-container p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1;
    padding: 10px 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home__section-06 .video-text {
  position: absolute;
  top: 140px;
  max-width: 420px;
  opacity: 0;
  z-index: 50;
}

@media (max-width: 768px) {
  .home__section-06 .video-text {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
}

.home__section-06 .video-text p {
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 768px) {
  .home__section-06 .video-text p {
    opacity: 1;
    padding: 10px 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home__section-06 .video-text__secondary {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 50%;
  z-index: 50;
}

@media (max-width: 768px) {
  .home__section-06 .video-text__secondary {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
}

.home__section-06 .video-text__secondary p {
  max-width: 600px;
  width: 100%;
  padding-right: 20%;
  position: relative;
  top: 140px;
  opacity: 0;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 768px) {
  .home__section-06 .video-text__secondary p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    padding: 10px 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home__section-06 .fp-slidesContainer {
  -webkit-transform: translate3d(0, 0px, 0px) !important;
          transform: translate3d(0, 0px, 0px) !important;
  width: 100% !important;
}

@-webkit-keyframes circle_pulse {
  0% {
    fill: #f9a21e;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
  5% {
    fill: #f9a21e;
    opacity: 1;
  }
  100% {
    fill: #f9a21e;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes circle_pulse {
  0% {
    fill: #f9a21e;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.25;
  }
  5% {
    fill: #f9a21e;
    opacity: 1;
  }
  100% {
    fill: #f9a21e;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@-webkit-keyframes circle_fill {
  0% {
    fill: #f9a21e;
  }
  90% {
    fill: #f9a21e;
  }
  100% {
    fill: #A6A7A9;
  }
}

@keyframes circle_fill {
  0% {
    fill: #f9a21e;
  }
  90% {
    fill: #f9a21e;
  }
  100% {
    fill: #A6A7A9;
  }
}

/**
 * Home Seventh section
 **/
.home__section-07 {
  height: 100vh;
  position: relative;
}

.home__section-07 p {
  max-width: 420px;
  position: absolute;
  top: 140px;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 768px) {
  #main footer.fp-panel {
    display: none;
  }
}

/**
 *
 * Philosophy styles
 *
 **/
.philosophy__main {
  position: relative;
}

@media (max-width: 768px) {
  .philosophy__main {
    margin-top: 46px;
  }
}

.page-template-template__philosophy .about-nav {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .page-template-template__philosophy .about-nav {
    display: none;
  }
}

/**
 * Philosophy dot nav
 **/
.philosophy__dot-nav {
  height: 30vh;
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.philosophy__dot-nav.hidden {
  opacity: 0;
  visibility: hidden;
}

.philosophy__dot-nav li {
  margin-bottom: calc((30vh - 42px)/2);
}

/**
 * Philosophy slides
 **/
.philosophy-slide {
  height: 100vh;
  position: relative;
}

@media (max-width: 768px) {
  .philosophy-slide {
    height: auto;
  }
}

.philosophy-slide .text-container {
  position: absolute;
  height: 100%;
  width: 50%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .philosophy-slide .text-container {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    padding: 40px 0;
    width: 100%;
  }
}

.philosophy-slide .text-container::after {
  content: "";
  display: block;
  background-color: white;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .philosophy-slide .text-container::after {
    display: none;
  }
}

.philosophy-slide .text-container.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.philosophy-slide .text-container p {
  max-width: 400px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #6D6E71;
  font-size: 28px;
  font-size: 1.75rem;
}

@media (max-width: 1280px) {
  .philosophy-slide .text-container p {
    font-size: 22px;
    font-size: 1.375rem;
    max-width: 300px;
  }
}

@media (max-width: 920px) {
  .philosophy-slide .text-container p {
    font-size: 22px;
    font-size: 1.375rem;
    max-width: 240px;
  }
}

@media (max-width: 768px) {
  .philosophy-slide .text-container p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
  }
}

.philosophy-slide .fp-slidesContainer {
  /*width: 100% !important;*/
}

.philosophy-slide .fp-slide {
  /*width: 50% !important;*/
}

.philosophy-slide .video-image--sm {
  display: none;
}

@media (max-width: 768px) {
  .philosophy-slide .video-image--sm {
    display: block;
  }
}

#philosophy__slide-02 .text-container {
  background-color: white;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  #philosophy__slide-02 .text-container {
    content: "";
    display: table;
    table-layout: fixed;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 5%;
  }
}

#philosophy__slide-02 .text-container::after {
  display: none;
}

#philosophy__slide-02 .text-container.active {
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
          transform: translateX(300%);
}

#philosophy__slide-02 .text-container p {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #philosophy__slide-02 .text-container p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: 100%;
  }
}

#philosophy__slide-02 .fp-slidesContainer {
  width: 100% !important;
}

#philosophy__slide-02 .fp-slide {
  width: 50% !important;
}

@media (max-width: 768px) {
  #philosophy__slide-01 {
    /*padding: 30% 0;*/
  }
}

#philosophy__slide-01 .video-container--sm {
  display: none;
}

@media (max-width: 768px) {
  #philosophy__slide-01 .video-container--sm {
    background: url("video/philosophy/slide-01.jpg") center no-repeat;
    background-size: cover;
    display: block;
    position: relative;
  }
}

#philosophy__slide-01 .play-button {
  display: none;
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  #philosophy__slide-01 .play-button {
    display: block;
  }
}

#philosophy__slide-01 .play-button.hidden {
  opacity: 0;
  visibility: hidden;
}

#philosophy__slide-01 .video-sm {
  display: block;
  height: auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  #philosophy__slide-01 .video-sm.active {
    opacity: 1;
    visibility: visible;
  }
}

/**
 * Philosophy intro
 **/
.philosophy__intro {
  /*h2 {
    color: $color__grey;
    @include font-primary--light;
    @include font-size(66px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    @media screen and (max-height: 900px ) and (min-width: 1200px) {
      @include font-size(60px);
    }
    @include breakpoint(mavericks) {
      @include font-size(60px);
    }
    @include breakpoint(pipeline) {
      margin-top: 0;
      @include font-size(35px);
    }
  }*/
}

@media (max-width: 768px) {
  .philosophy__intro {
    padding-top: 0;
  }
}

.philosophy__intro .container__default {
  padding: 15vh 5% 6vh;
}

@media (max-width: 768px) {
  .philosophy__intro .container__default {
    padding: 0 5% 30px;
  }
}

.philosophy__intro h2 {
  color: #939598;
  /*@include font-primary--light;*/
  letter-spacing: 0.1em;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.2;
}

@media screen and (max-height: 768px) and (max-width: 1200px) {
  .philosophy__intro h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 1280px) {
  .philosophy__intro h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .philosophy__intro h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.philosophy__intro p {
  max-width: 1200px;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.8;
}

@media screen and (max-height: 720px) and (min-width: 1200px) {
  .philosophy__intro p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 1280px) {
  .philosophy__intro p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .philosophy__intro p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 * Philosophy callout
 **/
.philosophy__callout {
  padding: 10vh 0;
  background: url("img/philosophy/callout-bg.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .philosophy__callout {
    background: url("img/philosophy/callout-bg--sm.jpg") center no-repeat;
    background-size: cover;
    display: block;
    position: relative;
  }
}

.philosophy__callout p {
  margin: auto;
  max-width: 700px;
  color: white;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
}

@media screen and (max-height: 720px) and (min-width: 1200px) {
  .philosophy__callout p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 1280px) {
  .philosophy__callout p {
    max-width: 600px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 768px) {
  .philosophy__callout p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/**
 *
 * Team styles
 *
 **/
@media (max-width: 768px) {
  .team__main .secondary-nav {
    display: none;
  }
}

.team-overlay {
  background-color: rgba(93, 182, 194, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.team-overlay.active {
  opacity: 1;
  visibility: visible;
}

.team__main {
  padding: 120px 0;
}

@media (max-width: 768px) {
  .team__main {
    padding: 60px 0 100px;
  }
}

.team__intro h2 {
  color: #939598;
  font-size: 66px;
  font-size: 4.125rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .team__intro h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 768px) {
  .team__intro h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.team-content {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 80vh;
  max-width: 1000px;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 24px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), top 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), top 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .team-content {
    top: 55%;
  }
}

.team-content.visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .team-content__inner {
    padding-right: 5%;
  }
}

.team-content__inner .text-container {
  background-color: white;
  box-shadow: 0px 12px 13px 1px rgba(0, 0, 0, 0.25);
  padding: 60px 20px 40px;
  position: relative;
}

.team-content__inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #CDCCCD;
  font-size: 36px;
  font-size: 2.25rem;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: none;
}

.team-content__inner .close:hover {
  color: #00A6B3;
}

.team-content__inner h4, .team-content__inner h5, .team-content__inner .team-footer {
  margin: 0 auto;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
}

.team-content__inner h4 {
  color: #00A6B3;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 768px) {
  .team-content__inner h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.team-content__inner h5 {
  margin-bottom: 40px;
  color: #939598;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 768px) {
  .team-content__inner h5 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.team-content__inner .team-bio {
  margin: auto auto 60px;
  max-width: 900px;
  color: #6D6E71;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.team-content__inner .team-footer a {
  display: inline-block;
  margin-right: 20px;
  color: #939598;
  text-decoration: none;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.team-content__inner .team-footer a:last-of-type {
  margin-right: 0;
}

.team-content__inner .team-footer a:hover {
  color: #00A6B3;
}

.team-content__inner .team-footer .team-likedin-link {
  position: relative;
  top: 6px;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
}

.team-members {
  /*padding-right: 200px;*/
  max-width: 1000px;
}

@media (max-width: 768px) {
  .team-members {
    padding-right: 5%;
  }
}

.team-member-module {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  cursor: pointer;
  margin-bottom: 2.3576520234%;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.team-member-module:last-child {
  margin-right: 0;
}

.team-member-module:nth-child(2n) {
  margin-right: 0;
}

.team-member-module:nth-child(2n+1) {
  clear: left;
}

@media screen and (min-width: 768px) {
  .team-member-module {
    padding: 10px;
  }
  .team-member-module:hover img, .team-member-module.active img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .team-member-module:hover .overlay, .team-member-module.active .overlay {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .team-member-module:hover .text-container h3, .team-member-module:hover .text-container h4, .team-member-module.active .text-container h3, .team-member-module.active .text-container h4 {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .team-member-module:hover .more-info, .team-member-module.active .more-info {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
  }
}

.team-member-module img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 7000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 7000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 7000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 7000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.team-member-module .overlay {
  background-color: rgba(93, 182, 194, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0.65);
      -ms-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms, -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
}

@media (max-width: 768px) {
  .team-member-module .overlay {
    display: none;
  }
}

.team-member-module .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: white;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .team-member-module .text-container {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    padding: 20px 10px;
    color: #939598;
  }
}

.team-member-module .text-container h3, .team-member-module .text-container h4 {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms, top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms, visibility 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms, top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms, visibility 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms;
}

@media (max-width: 768px) {
  .team-member-module .text-container h3, .team-member-module .text-container h4 {
    opacity: 1;
    visibility: visible;
  }
}

.team-member-module .text-container h3 {
  margin: 0 auto 6px;
  top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .team-member-module .text-container h3 {
    top: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.team-member-module .text-container h4 {
  margin: 0 auto;
  top: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 768px) {
  .team-member-module .text-container h4 {
    top: auto;
    color: #00A6B3;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.team-member-module .more-info {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, bottom 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, visibility 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, bottom 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, visibility 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

@media (max-width: 768px) {
  .team-member-module .more-info {
    display: none;
  }
}

/**
 *
 * News page styles
 *
 **/
.news-main,
.single-main {
  padding: 160px 0;
}

@media (max-width: 768px) {
  .news-main,
  .single-main {
    padding: 80px 0 100px;
  }
  .news-main .secondary-nav,
  .single-main .secondary-nav {
    display: none;
  }
}

.news-intro h2 {
  color: #939598;
  font-size: 66px;
  font-size: 4.125rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .news-intro h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 768px) {
  .news-intro h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.news-intro p {
  color: #6D6E71;
  font-size: 28px;
  font-size: 1.75rem;
}

@media (max-width: 1280px) {
  .news-intro p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 768px) {
  .news-intro p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.news-intro a {
  color: #00A6B3;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.news-container .container {
  padding-right: 200px;
}

@media (max-width: 768px) {
  .news-container .container {
    padding-right: 5%;
  }
}

.news-container article {
  border-top: 3px solid #939598;
  margin: 0;
  overflow: hidden;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .news-container article {
    border-width: 1px;
    margin-left: -5.5%;
    padding: 40px 0  40px 5.5%;
  }
}

.news-container article:last-of-type {
  border-bottom: 3px solid #939598;
}

@media (max-width: 768px) {
  .news-container article:last-of-type {
    border-width: 1px;
  }
}

.news-container .article-text {
  float: left;
  padding-right: 10%;
  width: 60%;
}

@media (max-width: 920px) {
  .news-container .article-text {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.news-container .article-image {
  float: right;
  width: 40%;
}

@media (max-width: 920px) {
  .news-container .article-image {
    float: none;
    margin-bottom: 40px;
    width: 100%;
  }
}

.news-container .article-image a {
  display: block;
  overflow: hidden;
}

.news-container .article-image a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.news-container .article-image img {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 5000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 5000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 5000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 5000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 5000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-container .entry-meta .posted-on {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
}

.news-container .entry-meta .article-source {
  text-transform: uppercase;
}

.news-container .entry-meta a {
  color: #545658;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  text-decoration: none;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-container .entry-meta a:hover {
  color: #00A6B3;
}

.news-container .entry-title a {
  color: #939598;
  font-size: 32px;
  font-size: 2rem;
  text-decoration: none;
}

@media (max-width: 768px) {
  .news-container .entry-title a {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.news-container .entry-content {
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
  /*@include font-size(28px);*/
}

@media (max-width: 1280px) {
  .news-container .entry-content {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 768px) {
  .news-container .entry-content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.news-container .entry-content p:last-of-type {
  display: inline;
}

.news-container .entry-content a {
  color: #00A6B3;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.single-main .single__hero {
  margin-bottom: 60px;
}

.single-main .single__hero .container {
  padding-right: 5%;
}

.single-main .container {
  padding-right: 200px;
}

@media (max-width: 768px) {
  .single-main .container {
    padding-right: 5%;
  }
}

.single-main .entry-header .back-to {
  text-decoration: none;
  text-transform: uppercase;
}

.single-main .entry-header .back-to span {
  font-size: 20px;
  font-size: 1.25rem;
}

.single-main h1 {
  max-width: 840px;
  color: #A6A7A9;
  font-size: 66px;
  font-size: 4.125rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .single-main h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 768px) {
  .single-main h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.single-main .posted-on {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
}

/**
 *
 * HEVC page styles
 *
 **/
.page-template-template__why-hevc .secondary-nav.technology {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .page-template-template__why-hevc .secondary-nav.technology {
    display: none;
  }
}

.hevc {
  /*position: relative;*/
}

@media (max-width: 768px) {
  .hevc {
    margin-top: 50px;
  }
}

.hevc__hero {
  height: 100vh;
  position: relative;
}

@media (max-width: 768px) {
  .hevc__hero {
    height: auto;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .hevc__hero .video-container {
    background: url("img/why-hevc/hevc-intro-bg--sm.jpg") center no-repeat;
    background-size: cover;
    height: auto !important;
    position: relative;
  }
}

.hevc__hero .video-text {
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .hevc__hero .video-text {
    position: absolute;
  }
}

.hevc__hero .video-text .video-text__module {
  /*display: table-cell;*/
  height: 100%;
  float: left;
  width: 50%;
  text-align: center;
  /*vertical-align: middle;*/
}

.hevc__hero .video-text span {
  background-color: #00A6B3;
  display: inline-block;
  padding: 12px 20px;
  color: #FAFAFA;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .hevc__hero .video-text span {
    margin-top: 8px;
    padding: 8px 14px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.hevc__hero .play-button {
  display: none;
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .hevc__hero .play-button {
    display: block;
  }
}

.hevc__hero .play-button.hidden {
  opacity: 0;
  visibility: hidden;
}

.hevc__hero .video-sm {
  display: block;
  height: auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 768px) {
  .hevc__hero .video-sm.active {
    opacity: 1;
    visibility: visible;
  }
}

.hevc__hero .disclaimer-text {
  position: absolute;
  width: 100%;
  color: #939598;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}

@media (max-width: 768px) {
  .hevc__hero .disclaimer-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.hevc__intro {
  position: relative;
}

.hevc__intro .container {
  padding-right: 200px;
}

@media (max-width: 768px) {
  .hevc__intro .container {
    padding-right: 5%;
  }
}

.hevc__intro .intro-text h2 {
  color: #939598;
  font-size: 66px;
  font-size: 4.125rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .hevc__intro .intro-text h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 768px) {
  .hevc__intro .intro-text h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.hevc__intro .intro-text p {
  max-width: 800px;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .hevc__intro .intro-text p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .hevc__intro .intro-text p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.hevc__main {
  padding: 100px 200px 40px 0;
}

.hevc__main-slider {
  padding: 0 200px 20px 0;
}

@media (max-width: 768px) {
  .hevc__main-slider {
    padding: 0;
  }
}

.hevc__main-slider .container {
  max-width: 800px;
  padding: 10px 5%;
  position: relative;
}

.hevc__main-slider .slider-container {
  display: block;
}

@media (max-width: 768px) {
  .hevc__main-slider .slider-container {
    display: none;
  }
}

.hevc__main-slider .module {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}

.hevc__main-slider .module:last-child {
  margin-right: 0;
}

.hevc__main-slider .images {
  position: relative;
}

.hevc__main-slider .images img {
  cursor: pointer;
  display: block;
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hevc__main-slider .images img.visible {
  opacity: 1;
  z-index: 10;
}

.hevc__main-slider .slider-item {
  cursor: pointer;
}

.hevc__main-slider .slider-item:hover circle {
  -webkit-animation: pulsate 1200ms ease-out infinite;
          animation: pulsate 1200ms ease-out infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.hevc__main-slider .slider-item:hover text,
.hevc__main-slider .slider-item:hover tspan {
  fill: #00A6B3;
}

.hevc__main-slider .slider-item.selected circle,
.hevc__main-slider .slider-item.selected text,
.hevc__main-slider .slider-item.selected tspan {
  fill: #00A6B3;
}

.hevc__main-slider .slider-item circle,
.hevc__main-slider .slider-item text,
.hevc__main-slider .slider-item tspan {
  fill: #6E6F72;
  -webkit-transition: fill 300ms ease-out;
  transition: fill 300ms ease-out;
}

.hevc__main-slider .slider-item text,
.hevc__main-slider .slider-item tspan {
  text-transform: uppercase;
}

.hevc__main-slider .carousel-container {
  display: none;
}

@media (max-width: 768px) {
  .hevc__main-slider .carousel-container {
    display: block;
  }
}

.hevc__main-slider .hevc-carousel .owl-item {
  text-align: center;
}

.hevc__main-slider .hevc-carousel .owl-item img {
  margin: auto;
  max-width: 340px;
}

.hevc__main-slider .hevc-carousel .owl-item p {
  margin: auto;
  max-width: 210px;
  color: #6D6E71;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
}

.hevc__main-slider #indicator.dot-animate {
  -webkit-animation: pulsate_sm 2000ms ease-out infinite;
          animation: pulsate_sm 2000ms ease-out infinite;
}

@-webkit-keyframes pulsate {
  0% {
    fill: #00A6B3;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  50% {
    fill: #00A6B3;
    opacity: 1;
  }
  100% {
    fill: #00A6B3;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    fill: #00A6B3;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  50% {
    fill: #00A6B3;
    opacity: 1;
  }
  100% {
    fill: #00A6B3;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate_sm {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 435.3, 117.5);
            transform: matrix(1, 0, 0, 1, 435.3, 117.5);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1.6, 0, 0, 1.6, 435.3, 117.5);
            transform: matrix(1.6, 0, 0, 1.6, 435.3, 117.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1.6, 0, 0, 1.6, 435.3, 117.5);
            transform: matrix(1.6, 0, 0, 1.6, 435.3, 117.5);
    opacity: 0;
  }
}

@keyframes pulsate_sm {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 435.3, 117.5);
            transform: matrix(1, 0, 0, 1, 435.3, 117.5);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1.6, 0, 0, 1.6, 435.3, 117.5);
            transform: matrix(1.6, 0, 0, 1.6, 435.3, 117.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix(1.6, 0, 0, 1.6, 435.3, 117.5);
            transform: matrix(1.6, 0, 0, 1.6, 435.3, 117.5);
    opacity: 0;
  }
}

.hevc .panel {
  height: 100vh;
}

@media (max-width: 768px) {
  .hevc .panel {
    height: auto;
  }
}

.hevc .panel .container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media (max-width: 768px) {
  .hevc .panel .container {
    height: auto;
  }
}

.hevc .image-container--sm {
  display: none;
}

@media (max-width: 768px) {
  .hevc .image-container--sm {
    display: block;
  }
}

.hevc .image-container--sm img {
  display: block;
}

.hevc__panel-01 .text-container,
.hevc__panel-03 .text-container {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%;
  color: white;
}

@media (max-width: 768px) {
  .hevc__panel-01 .text-container,
  .hevc__panel-03 .text-container {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.hevc__panel-01 {
  background: url("img/why-hevc/panel-02.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  .hevc__panel-01 {
    background: none;
  }
}

.hevc__panel-01::after {
  content: "";
  display: block;
  background-color: rgba(0, 167, 180, 0.56);
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .hevc__panel-01::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .hevc__panel-01 .container {
    padding: 0;
  }
}

.hevc__panel-01 .text-container {
  z-index: 5;
}

@media (max-width: 768px) {
  .hevc__panel-01 .text-container {
    background-color: #00A6B3;
    padding: 60px 5%;
  }
	 .hevc__panel-01 .text-container.licensingsection {
    background-color: rgba(0, 167, 180, 0.56);
    padding: 60px 5%;
  }
}

.hevc__panel-01 h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.2;
}

@media (max-width: 1280px) {
  .hevc__panel-01 h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hevc__panel-01 h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.hevc__panel-01 p {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .hevc__panel-01 p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .hevc__panel-01 p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 768px) {
  .hevc__panel-02 {
    padding: 60px 0;
  }
}

.hevc__panel-02 .text-container,
.hevc__panel-02 .image-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hevc__panel-02 .text-container:last-child,
.hevc__panel-02 .image-container:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .hevc__panel-02 .text-container,
  .hevc__panel-02 .image-container {
    width: 100%;
    margin: auto;
  }
}

.hevc__panel-02 .text-container p {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .hevc__panel-02 .text-container p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .hevc__panel-02 .text-container p {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin-bottom: 60px;
    max-width: none;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.hevc__panel-02 .image-container {
  padding-right: 150px;
}

@media (max-width: 768px) {
  .hevc__panel-02 .image-container {
    padding-right: 0;
  }
}

.hevc__panel-02 .image-container img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .hevc__panel-02 .image-container img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    max-width: 460px;
    margin: auto;
  }
}

.hevc__panel-03 {
  /*background: url('img/why-hevc/panel-03.jpg') center no-repeat;
  background-size: cover;*/
}

.hevc__panel-03 .hevc__panel-03-video {
  z-index: 1 !important;
}

.hevc__panel-03 .container {
  z-index: 3;
}

@media (max-width: 768px) {
  .hevc__panel-03 .text-container {
    padding: 60px 0;
  }
}

.hevc__panel-03 p {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .hevc__panel-03 p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .hevc__panel-03 p {
    color: #404040;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 *
 * Why Velos page styles
 *
 **/
.decorative-half {
  background-color: #939598;
  display: block;
  height: 3px;
  width: 50%;
}

@media (max-width: 768px) {
  .decorative-half {
    height: 1px;
    width: 95%;
  }
}

@media (max-width: 768px) {
  .why-velos {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .why-velos .secondary-nav {
    display: none;
  }
}

.why-velos .tagline {
  color: #00A6B3;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 768px) {
  .why-velos .tagline {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.why-velos .video-image--sm {
  display: none;
}

@media (max-width: 768px) {
  .why-velos .video-image--sm {
    display: block;
  }
}

.why-velos h3 {
  font-size: 46px;
  font-size: 2.875rem;
}

@media (max-width: 1280px) {
  .why-velos h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .why-velos h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/**
 * Hero video
 **/
.velos__hero {
  height: 100vh;
  position: relative;
}

@media (max-width: 768px) {
  .velos__hero {
    height: auto;
  }
}

@media (max-width: 768px) {
  .velos__hero .velos__hero-video {
    display: none;
  }
}

.velos__hero .scroll-indicator {
  position: absolute;
}

/**
 * Intro section
 **/
.velos__intro {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .velos__intro {
    padding: 60px 0 0;
  }
}

.velos__intro h2 {
  margin-bottom: 0;
  color: #939598;
  font-size: 66px;
  font-size: 4.125rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .velos__intro h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 768px) {
  .velos__intro h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.velos__intro h3 {
  max-width: 850px;
  color: #939598;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

/**
 * Intro section
 **/
.velos__innovation-source {
  background: url("img/why-velos/innovation-source.jpg") center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .velos__innovation-source {
    background: #00A6B3;
    height: auto;
    padding: 20px 0;
  }
  .velos__innovation-source::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .velos__innovation-source .velos__innovation-source-video {
    display: none;
  }
}

@media (max-width: 768px) {
  .velos__innovation-source .text-container--white {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.velos__innovation-source h3 {
  max-width: 340px;
}

@media (max-width: 768px) {
  .velos__innovation-source h3 {
    max-width: none;
  }
}

.velos__innovation-source p {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .velos__innovation-source p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .velos__innovation-source p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 * Velos Advantage
 **/
.velos__advantage {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .velos__advantage {
    padding-top: 20px;
  }
}

.velos__advantage .advantage__main {
  overflow: hidden;
}

.velos__advantage .text-container,
.velos__advantage .image-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}

.velos__advantage .text-container:last-child,
.velos__advantage .image-container:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .velos__advantage .text-container,
  .velos__advantage .image-container {
    width: 100%;
    margin: auto;
  }
}

.velos__advantage .text-container {
  padding: 10% 6% 10% 0;
}

@media (max-width: 768px) {
  .velos__advantage .text-container {
    padding: 0;
  }
}

.velos__advantage p {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .velos__advantage p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .velos__advantage p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.velos__advantage .image-container {
  position: relative;
}

.velos__advantage .image-container img {
  display: block;
  max-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .velos__advantage .image-container img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin: auto;
  }
}

/**
 * Velos Mid-quote
 **/
.velos__mid-quote {
  background: url("img/why-velos/mid-quote--sm.jpg") center no-repeat;
  background-size: cover;
  padding: 6% 0;
  color: white;
}

@media (max-width: 768px) {
  .velos__mid-quote {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .velos__mid-quote .velos__mid-quote-video {
    display: none;
  }
}

.velos__mid-quote p {
  margin: auto auto 40px;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 768px) {
  .velos__mid-quote p {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.velos__mid-quote blockquote {
  margin-left: 0;
  max-width: 840px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .velos__mid-quote blockquote {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/**
 * Velos Innovation matters
 **/
.velos__innovation-matters {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .velos__innovation-matters {
    padding: 40px 0;
  }
}

.velos__innovation-matters .text-container--grey {
  margin-bottom: 30px;
}

.velos__innovation-matters .text-container--grey p {
  max-width: 740px;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .velos__innovation-matters .text-container--grey p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .velos__innovation-matters .text-container--grey p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.velos__innovation-matters .container + .text-container--grey {
  margin-bottom: 0;
}

.velos__innovation-matters .image-module {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  text-align: center;
}

.velos__innovation-matters .image-module:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .velos__innovation-matters .image-module {
    padding: 0 10%;
    width: 100%;
    margin: auto;
  }
}

.velos__innovation-matters .image-module img {
  width: 100%;
}

.velos__innovation-matters .image-module p {
  color: #6D6E71;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.075em;
}

.velos__bottom-callout {
  background: url("img/why-velos/underwater.jpg") center no-repeat;
  background-size: cover;
  padding: 60px 0 40%;
}

@media (max-width: 768px) {
  .velos__bottom-callout {
    /*background: $color__bondi-blue;*/
    height: auto;
    padding: 40px 0;
  }
  .velos__bottom-callout::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .velos__bottom-callout .velos__bottom-callout-video {
    display: none;
  }
}

.velos__bottom-callout .text-container {
  color: white;
}

.velos__bottom-callout h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  font-size: 2.875rem;
}

@media (max-width: 1280px) {
  .velos__bottom-callout h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .velos__bottom-callout h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.velos__bottom-callout p {
  max-width: 740px;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .velos__bottom-callout p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .velos__bottom-callout p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 *
 * Velos Q & A page styles
 *
 **/
.velos-qa .video-image--sm {
  display: none;
}

@media (max-width: 768px) {
  .velos-qa .video-image--sm {
    display: block;
  }
}

@media (max-width: 768px) {
  .velos-qa .secondary-nav {
    display: none;
  }
}

/*.velos-qa__hero {
  height: 100vh;
  position: relative;
  @include breakpoint(pipeline) {
    height: auto;
  }
  .velos-qa__hero-video {
    height: calc(100vh - 220px);
    top: 50% !important;
    transform: translateY(-50%);
    @include breakpoint(pipeline) {
      display: none;
    }
  }
}*/
/**
 * Q and A main
 **/
.velos-qa {
  padding: 160px 0;
}

@media (max-width: 768px) {
  .velos-qa {
    padding: 50px 0 0;
  }
}

.velos-qa__main {
  margin-bottom: 200px;
}

.velos-qa__main .container {
  padding-right: 200px;
}

@media (max-width: 768px) {
  .velos-qa__main .container {
    padding-right: 5%;
  }
}

.velos-qa__main .qa__main-intro {
  overflow: hidden;
  position: relative;
}

.velos-qa__main h2 {
  color: #939598;
  font-size: 66px;
  font-size: 4.125rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}

@media (max-width: 1280px) {
  .velos-qa__main h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 768px) {
  .velos-qa__main h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.velos-qa__main .expand-all {
  background-color: #00A6B3;
  min-width: 120px;
  padding: 12px 18px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FAFAFA;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

@media (max-width: 768px) {
  .velos-qa__main .expand-all {
    font-size: 16px;
    font-size: 1rem;
  }
}

.qa-accordion {
  border-bottom: 3px solid #A6A7A9;
}

.qa-accordion__panel[aria-hidden=true] {
  display: none;
}

.qa-accordion__panel[aria-hidden=true] {
  display: none;
}

.qa-accordion__header {
  border-top: 3px solid #A6A7A9;
  display: block;
  padding: 60px 30px 60px 0;
  position: relative;
  outline: none;
  width: 100%;
  color: #939598;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 1280px) {
  .qa-accordion__header {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 768px) {
  .qa-accordion__header {
    padding: 30px 30px 30px 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.qa-accordion__header::after {
  content: "\2193";
  position: absolute;
  top: 1.25em;
  right: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #939598;
  font-size: 41px;
  font-size: 2.5625rem;
}

@media (max-width: 768px) {
  .qa-accordion__header::after {
    top: 0.75em;
  }
}

.qa-accordion__header[aria-expanded="true"]::after {
  color: #00A6B3;
  -webkit-transform: rotateX(180deg) !important;
          transform: rotateX(180deg) !important;
}

.qa-accordion__header:hover::after {
  color: #00A6B3;
}

.qa-accordion__header[aria-expanded="true"] {
  color: #00A6B3;
}

.qa-accordion__header[aria-expanded="false"]::after {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.qa-accordion__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* title opened */
.qa-accordion__header[aria-expanded="true"]::after {
  /*content: "\2191";*/
}

/* title closed */
.qa-accordion__header[aria-expanded="false"]::after {
  /*content: "\2193";*/
}

/* title selected */
.qa-accordion__header[aria-selected="true"]:after {
  /*content: " (sel)";*/
}

/* title non selected */
.qa-accordion__header[aria-selected="false"]:after {
  /*content: " (unselc)";*/
}

.qa-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin: 0;
  padding: 0;
}

.qa-accordion__panel p, .qa-accordion__panel li {
  margin-top: 0;
  max-width: 940px;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .qa-accordion__panel p, .qa-accordion__panel li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .qa-accordion__panel p, .qa-accordion__panel li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.qa-accordion__panel ul {
  margin: 0 0 30px;
}

/* This is the hidden state */
[aria-hidden=true].qa-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1s, 0s, 0s;
          transition-delay: 1s, 0s, 0s;
  margin: 0;
  padding: 0;
}

/**
 *
 * Velos Efficiency in Licensing page styles
 *
 **/
@media (max-width: 768px) {
  .licensing {
    margin-top: 50px;
  }
}

.licensing .video-image--sm {
  display: none;
}

@media (max-width: 768px) {
  .licensing .video-image--sm {
    display: block;
  }
}

@media (max-width: 768px) {
  .licensing .secondary-nav {
    display: none;
  }
}

.licensing__hero {
  height: 100vh;
  position: relative;
}

@media (max-width: 768px) {
  .licensing__hero {
    height: auto;
  }
}

.licensing__hero::after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

@media (max-width: 768px) {
  .licensing__hero::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .licensing__hero .licensing__hero-video {
    display: none;
  }
}

.licensing__hero .scroll-indicator {
  position: absolute;
}

/**
 * Licensing Intro Section
 **/

.licensing__intro.licensingsection { margin: 20px 0 60px; }

.licensingsection .image-container--sm {
  display: none;
}

.licensingsection .hevc__panel-01 {
    background: url("img/licensingsection/bg_licensingpage2.jpg") center no-repeat;
        background-size: auto auto;
    background-size: cover;
	position: relative; }

.licensingsection #process { margin-bottom: 10px; }

.licensing__intro.licensingsection .text-container { margin-top: 20px; }

.licensing__intro.licensingsection ul, .text-container.licensingsection ul li { margin-left: 0; }

.licensing__intro.licensingsection ul li { margin-top: 0; 
color: #6D6E71;
	font-size: 23px;
font-size: 1.4375rem;
line-height: 1.6; }

.hevc__panel-01 .text-container.licensingsection ul li { margin-top: 0; 
color: #fff;
	font-size: 23px;
font-size: 1.4375rem;
line-height: 1.6; }


@media (max-width: 1280px) {
  .hevc__panel-01 .text-container.licensingsection ul li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .hevc__panel-01 .text-container.licensingsection ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 1280px) {
  .licensing__intro.licensingsection ul li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .licensing__intro.licensingsection ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 * Licensing Intro
 **/
.licensing__intro {
  margin-bottom: 40px;
}

.licensing__intro .container {
  padding-right: 200px;
}

@media (max-width: 768px) {
  .licensing__intro .container {
    padding-right: 5%;
  }
}

.licensing__intro h2, .licensing__intro h3 {
  color: #939598;
}

.licensing__intro h2 {
  font-size: 66px;
  font-size: 4.125rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .licensing__intro h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 768px) {
  .licensing__intro h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.licensing__intro h3 {
  margin-bottom: 60px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: 0 0.75em;
}

@media (max-width: 1280px) {
  .licensing__intro h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .licensing__intro h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.licensing__intro h2 + h3 {
  display: block;
}

@media (max-width: 768px) {
  .licensing__intro h2 + h3 {
    display: none;
  }
}

.licensing__intro .license-animation {
  display: block;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .licensing__intro .license-gif {
    display: none;
  }
}

.licensing__intro .license-gif--sm {
  display: none;
}

@media (max-width: 768px) {
  .licensing__intro .license-gif--sm {
    display: block;
    /*padding: 40px 0 20px;*/
  }
}

.licensing__intro .text-container {
  -webkit-columns: 300px 2;
     -moz-columns: 300px 2;
          columns: 300px 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .licensing__intro .text-container {
    margin-top: 0;
  }
}

.licensing__intro .text-container .hide-sm {
  display: none;
}

@media (max-width: 768px) {
  .licensing__intro .text-container .hide-sm {
    display: block;
  }
}

.licensing__intro .text-container p {
  margin-top: 0;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}

@media (max-width: 1280px) {
  .licensing__intro .text-container p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .licensing__intro .text-container p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}


/**
 * Licensing distribution
 **/

.licensing__distribution .map-teal { font-weight: bold; color: #004244; }
.licensing__distribution .map-gray { color: #CDCCCD; }

.licensing__distribution .container {
  padding-right: 200px; text-align: center;
}


.licensing__distribution {
  padding: 20px 0 40px;
}
@media (max-width: 768px) {
  .licensing__distribution {
    padding: 20px 0 40px;
  }
}
.licensing__distribution .text-container,
.licensing__distribution .image-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}
.licensing__distribution .text-container:last-child,
.licensing__distribution .image-container:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .licensing__distribution .text-container,
  .licensing__distribution .image-container {
    width: 100%;
    margin: auto;
  }
}

.licensing__distribution .image-container {
  color: #939598;
  text-align: center;
}

.licensing__distribution h4 { 
margin-bottom: 0;
color: #00A6B3;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 46px;
font-size: 2.875rem;
line-height: 1.2;
}

@media (max-width: 1280px) {
  .licensing__distribution h4 {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .licensing__distribution h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}


.licensing__distribution h3 {
  margin-top: 0;
  color: #939598;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  font-size: 2.875rem;
}

@media (max-width: 1280px) {
  .licensing__distribution h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .licensing__distribution h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
	.licensing__distribution .container {
  padding-right: 5%;
}
}
.licensing__distribution p {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (max-width: 1280px) {
  .licensing__distribution p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .licensing__distribution p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}


/**
 * Licensing Contributions
 **/


.licensing__contributions .container {
  padding-right: 200px;
}

.licensing__contributions {
  padding: 40px 0; text-align: center; color: #6D6E71;
}

.licensing__contributions em { font-size: 90%; }

.licensing__contributions h4 { 
margin-bottom: 0;
color: #00A6B3;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 46px;
font-size: 2.875rem;
line-height: 1.2;
}

@media (max-width: 1280px) {
  .licensing__contributions h4 {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .licensing__contributions h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .licensing__contributions {
    padding: 20px 0 40px;
  }
}
.licensing__contributions .text-container,
.licensing__contributions .image-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}
.licensing__contributions .text-container:last-child,
.licensing__contributions .image-container:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .licensing__contributions .text-container,
  .licensing__contributions .image-container {
    width: 100%;
    margin: auto;
  }
}

.licensing__contributions .image-container {
  color: #939598;
  text-align: center;
}

.licensing__contributions .text-container {
  /*columns: 300px 2;
    column-gap: 40px;*/
}

.licensing__contributions .text-container p {
  margin-top: 0;
}

.licensing__contributions h3 {
  margin-top: 0;
  color: #939598;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  font-size: 2.875rem;
}

@media (max-width: 1280px) {
  .licensing__contributions h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .licensing__contributions h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
	.licensing__contributions .container {
  padding-right: 5%;
}
}
.licensing__contributions p {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (max-width: 1280px) {
  .licensing__contributions p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .licensing__contributions p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**Contributions
 * Licensing hero video
 **/
.licensing__hero.standalone .container {
  padding-right: 200px;
	max-width: 1400px; 
	margin-left: auto; margin-right: auto;
left: 0; right: 0;
position: absolute;
	bottom: 100px;
	color: #fff;
}

.licensing__hero.standalone .container h2 {
color: #ffffff;
font-size: 3.75rem;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
letter-spacing: 0em;
text-transform: uppercase;
	margin: 0;
}

.licensing__hero.standalone .container p {
color: #ffffff;
font-size: 1.4rem;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
letter-spacing: 0em;
	margin: 0;
}

@media (max-width: 768px) {
  .licensing__hero.standalone .container h2 {
    font-size: 46px;
    font-size: 2.875rem;
	  line-height: 1.4;
  }
	.licensing__hero.standalone .container {
  padding-right: 5%;
	bottom: 10px;
}

}
@media (max-width: 768px) and (max-width: 1280px) {
  .licensing__hero.standalone .container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .licensing__hero.standalone .container h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .licensing__hero.standalone .container p {
    font-size: 23px;
    font-size: 1.4375rem;
	  line-height: 1.4;
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .licensing__hero.standalone .container p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .licensing__hero.standalone .container p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 * Licensing Strengths
 **/
.licensing__strength {
  background: url("img/licensingsection/bg_licensingpage1.jpg") left center no-repeat;
  background-size: cover;
  padding: 180px 0 40px;
  position: relative;
}

.licensing__strength .text-container--white h3 {
color: #ffffff;
font-size: 3.75rem;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
letter-spacing: 0em;
text-transform: uppercase;
margin: 0;
}

@media (max-width: 768px) {
  .licensing__strength {
    /*background: none;
    padding: 20px 0;*/
  }
}
.licensing__strength::after {
  /*background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 16%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 16%, transparent 100%);*/
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .licensing__strength::after {
    display: none;
  }
}
.licensing__strength .text-container {
  position: relative;
  width: 100%;
  z-index: 5;
}
@media (max-width: 768px) {
  .licensing__strength .text-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .licensing__strength .text-container--white h3, .licensing__strength .text-container--white p {
    color: #fff;
  }
  .licensing__strength .text-container--white h3 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .licensing__strength .text-container--white h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .licensing__strength .text-container--white h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .licensing__strength .text-container--white p {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .licensing__strength .text-container--white p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .licensing__strength .text-container--white p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 * Licensing Pricing
 **/
.licensing__pricing {
  background: url("img/licensing/pricing-bg.jpg") left center no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .licensing__pricing {
    background: none;
    padding: 20px 0;
  }
}

.licensing__pricing::after {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 16%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 16%, transparent 100%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .licensing__pricing::after {
    display: none;
  }
}

.licensing__pricing .text-container {
  position: relative;
  width: 49%;
  z-index: 5;
}

@media (max-width: 768px) {
  .licensing__pricing .text-container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .licensing__pricing .text-container--white h3, .licensing__pricing .text-container--white p {
    color: #939598;
  }
  .licensing__pricing .text-container--white h3 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

@media (max-width: 768px) and (max-width: 1280px) {
  .licensing__pricing .text-container--white h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .licensing__pricing .text-container--white h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {
  .licensing__pricing .text-container--white p {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media (max-width: 768px) and (max-width: 1280px) {
  .licensing__pricing .text-container--white p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .licensing__pricing .text-container--white p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 * Licensing Potfolio
 **/
.licensing__portfolio {
  padding: 120px 0;
}

@media (max-width: 768px) {
  .licensing__portfolio {
    padding: 20px 0 40px;
  }
}

.licensing__portfolio .text-container,
.licensing__portfolio .image-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}

.licensing__portfolio .text-container:last-child,
.licensing__portfolio .image-container:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .licensing__portfolio .text-container,
  .licensing__portfolio .image-container {
    width: 100%;
    margin: auto;
  }
}

.licensing__portfolio .image-container {
  color: #939598;
  text-align: center;
}

.licensing__portfolio .text-container {
  /*columns: 300px 2;
    column-gap: 40px;*/
}

.licensing__portfolio .text-container p {
  margin-top: 0;
}

.licensing__portfolio h3 {
  margin-top: 0;
  color: #939598;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  font-size: 2.875rem;
}

@media (max-width: 1280px) {
  .licensing__portfolio h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .licensing__portfolio h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.licensing__portfolio p {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media (max-width: 1280px) {
  .licensing__portfolio p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 768px) {
  .licensing__portfolio p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/**
 *
 * Contact page styles
 *
 **/
/**
 * Hero
 */
.contact__hero {
  height: 100vh;
  position: relative;
}

@media (max-width: 768px) {
  .contact__hero {
    height: auto;
  }
}

.contact__hero .video-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .contact__hero .video-container {
    background: url("img/contact/hero-bg.jpg") center no-repeat;
    background-size: cover;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: 300px !important;
    position: relative;
  }
}

.contact__hero .scroll-indicator {
  position: absolute;
  z-index: 20;
}

/**
 * Main
 */
.contact__main {
  padding: 0 0 120px;
}

@media (max-width: 768px) {
  .contact__main {
    padding: 40px 0 80px;
  }
}

.contact__main .container {
  /*max-width: 1400px;*/
}

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

.contact__main h2 {
  margin-bottom: 40px;
  color: #A6A7A9;
  font-size: 66px;
  font-size: 4.125rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .contact__main h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 768px) {
  .contact__main h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.contact__main h3 {
  margin-bottom: 40px;
  color: #939598;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 1.2;
}

@media (max-width: 1280px) {
  .contact__main h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .contact__main h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/**
 * Contact Form
 */
.contact__form {
  margin-bottom: 60px;
}

.gform_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper li.gfield {
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .gform_wrapper li.gfield {
    margin-bottom: 24px;
  }
}

.gform_wrapper input + label {
  display: none;
}

.gform_wrapper .gfield_label {
  background-color: #F5F5F5;
  border: 1px solid #A6A7A9;
  border-right: none;
  display: block;
  float: left;
  padding: 8px 30px;
  width: 25%;
  color: #6D6E71;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (max-width: 640px) {
  .gform_wrapper .gfield_label {
    padding: 8px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.gform_wrapper .ginput_container {
  float: left;
  width: 75%;
}

.gform_wrapper .ginput_container input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FAFAFA;
  border: 1px solid #A6A7A9;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 transparent;
  padding: 8px 30px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-transition: border 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gform_wrapper .ginput_container input:focus {
  border-color: #00A6B3;
  box-shadow: inset 10px 0 0 0 #00A6B3;
  outline: none;
}

@media (max-width: 768px) {
  .gform_wrapper .ginput_container input:focus {
    box-shadow: inset 4px 0 0 0 #00A6B3;
  }
}

@media (max-width: 640px) {
  .gform_wrapper .ginput_container input {
    padding: 8px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.gform_wrapper #field_1_4 .gfield_label,
.gform_wrapper #field_1_4 .ginput_container {
  float: none;
  width: 100%;
}

.gform_wrapper #field_1_4 .gfield_label {
  border: 1px solid #A6A7A9;
  border-bottom: none;
}

.gform_wrapper #field_1_4 textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FAFAFA;
  border: 1px solid #A6A7A9;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 transparent;
  padding: 8px 30px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: border 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gform_wrapper #field_1_4 textarea:focus {
  border-color: #00A6B3;
  box-shadow: inset 10px 0 0 0 #00A6B3;
  outline: none;
}

@media (max-width: 768px) {
  .gform_wrapper #field_1_4 textarea:focus {
    box-shadow: inset 4px 0 0 0 #00A6B3;
  }
}

@media (max-width: 640px) {
  .gform_wrapper #field_1_4 textarea {
    padding: 8px 10px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.gform_wrapper input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #00A6B3;
  box-shadow: 0 0 0 0 transparent;
  padding: 12px 36px;
  color: #F1F1F3;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
  -webkit-transition: box-shadow 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gform_wrapper input[type="submit"]:hover {
  box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.17);
}

.gform_wrapper .validation_error {
  border: 3px solid #E62F17;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 12px 24px;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
}

@media (max-width: 640px) {
  .gform_wrapper .validation_error {
    padding: 8px 10px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.gform_wrapper .validation_message {
  color: #E62F17;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.gforms_confirmation_message {
  border: 3px solid #00A6B3;
  border-radius: 8px;
  padding: 12px 24px;
  color: #6D6E71;
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
}

/**
 * Contact Info
 */
.contact-info {
  color: #6D6E71;
  font-size: 22px;
  font-size: 1.375rem;
}

.contact-info span[itemprop="name"] {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.contact-info div[itemprop="address"] {
  margin-bottom: 30px;
}

.contact-info .contact-additional a {
  text-decoration: none;
}

.contact-info .contact-additional .phone a {
  color: #6D6E71;
}

.news-container h2 {
  /*letter-spacing: 0.1em;*/
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 100%;
}

@media screen and (max-height: 768px) and (max-width: 1200px) {
  .news-container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 1280px) {
  .news-container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .news-container h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/**
 *
 * General page styles
 *
 **/
.page-template-template__general .site-main {
  padding: 160px 0;
}

@media (max-width: 768px) {
  .page-template-template__general .site-main {
    padding: 80px 0 100px;
  }
}

.page-template-template__general h2 {
  color: #939598;
  font-size: 66px;
  font-size: 4.125rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .page-template-template__general h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 768px) {
  .page-template-template__general h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.page-template-template__general h3 {
  color: #939598;
  font-size: 30px;
  font-size: 1.875rem;
  text-decoration: none;
}

@media (max-width: 768px) {
  .page-template-template__general h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.page-template-template__general .main-content ul {
  margin-left: 0;
}

.page-template-template__general .main-content li {
  margin-bottom: 6px;
}
/*# sourceMappingURL=style.css.map */