@import url(https://use.typekit.net/qpu6rmo.css);
@import url(https://use.typekit.net/goh8imy.css);
@charset "UTF-8";
/* only used for homepage Industries Served section */
/* only used for menus */
/* only used on history page kroff animation */
/* <link rel="stylesheet" href="https://use.typekit.net/qpu6rmo.css"> */
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slideRight {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1; } }

@keyframes slideLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0; }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1; } }

@-webkit-keyframes slideUpAndLeft {
  from {
    -webkit-transform: translate3d(100% 100%, 0);
            transform: translate3d(100% 100%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideUpAndLeft {
  from {
    -webkit-transform: translate3d(100% 100%, 0);
            transform: translate3d(100% 100%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

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

h1 {
  font-size: 40px; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 1366px; }
  @media (max-width: 1366px) {
    .container {
      margin-right: 4rem;
      margin-left: 4rem; } }

@media only screen and (max-width: 736px) {
  .container {
    margin-right: 2rem;
    margin-left: 2rem; } }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin-right: -0.5rem;
    margin-left: -0.5rem; */ }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%; }
  .col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

.col-1 {
  -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-2 {
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-5 {
  -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-8 {
  -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-11 {
  -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

.col-offset-0 {
  margin-left: 0; }

.col-offset-1 {
  margin-left: 8.33333333%; }

.col-offset-2 {
  margin-left: 16.66666667%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-4 {
  margin-left: 33.33333333%; }

.col-offset-5 {
  margin-left: 41.66666667%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-7 {
  margin-left: 58.33333333%; }

.col-offset-8 {
  margin-left: 66.66666667%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-10 {
  margin-left: 83.33333333%; }

.col-offset-11 {
  margin-left: 91.66666667%; }

[dir="ltr"] .start{
  text-align: left; }

[dir="rtl"] .start{
  text-align: right; }

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

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

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

[dir="ltr"] .end{
  text-align: right; }

[dir="rtl"] .end{
  text-align: left; }

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

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

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

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

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

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

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

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

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none; } }

.trap {
  clip-path: border-box;
  display: inline-block; }
  .trap.bottom {
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%); }
  .trap.top {
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%); }
  .trap.left {
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%); }

.swiper-container,
.swiper-container-history {
  background-color: #31393c;
  width: 100%;
  height: calc(100vh - 90px);
  max-height: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 900px) {
    .swiper-container,
    .swiper-container-history {
      height: 100vh; } }

.swiper-container-history {
  z-index: 9; }

.swiper-wrapper {
  max-height: 100%; }
  @media only screen and (max-width: 900px) {
    .swiper-wrapper {
      margin-top: 90px; } }

.swiper-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.swiper-pagination-bullet {
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  position: relative;
  opacity: 0.5;
  text-align: right; }
  .swiper-pagination-bullet:first-child {
    display: none; }
  .swiper-pagination-bullet:last-child {
    display: none; }

.swiper-pagination-bullet-active {
  color: #fff;
  font-weight: 700;
  opacity: 1; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }
  @media only screen and (max-width: 900px) {
    .swiper-pagination {
      display: none; } }
  .swiper-pagination.dark .swiper-pagination-bullet {
    color: #005dab; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }

.swiper-slide-active {
  z-index: 5; }

:root {
  --app-height: 100%;
  --app-width: 100%; }

html {
  font-size: 16px;
  font-family: "stevie-sans", Arial, sans-serif;
  font-weight: 500;
  height: 100%;
  scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  color: #31393c;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.content-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.highlight {
  color: #aa4465; }

h1 {
  font-family: "paralucent", Arial, sans-serif;
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  text-transform: uppercase;
  font-size: 18vmin;
  font-family: "frank-new", Arial, sans-serif;
  font-weight: 700;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

h3 {
  text-transform: uppercase;
  font-family: "frank-new", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.75rem; }

h4 {
  text-transform: uppercase;
  font-family: "paralucent", Arial, sans-serif;
  font-weight: 700;
  font-size: 29px; }

h5 {
  font-family: "frank-new", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

p,
a {
  font-family: "fira-sans", Arial, sans-serif;
  font-size: 17px; }

p {
  line-height: 29px;
  padding-bottom: 29px; }
  p:last-child {
    padding-bottom: 0; }

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

.button {
  background: linear-gradient(-13deg, #005dab 50%, #00a389 50%);
  background-size: 300% 100%;
  background-position: left bottom;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-family: "frank-new", Arial, sans-serif;
  font-weight: 700;
  padding: 10px 35px;
  text-decoration: none;
  text-transform: uppercase;
  /* transition: background $transition-speed; */
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .button:hover {
    background-position: right bottom; }
  .button.reverse {
    background: linear-gradient(-13deg, #00a389 50%, #005dab 50%);
    background-size: 300% 100%;
    background-position: left bottom; }
    .button.reverse:hover {
      background-position: right bottom; }

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  height: 768px;
  position: relative; }
  .hero.mobile {
    display: none;
    background-size: contain; }
  @media only screen and (max-width: 768px) {
    .hero.desktop {
      display: none; }
    .hero.mobile {
      display: block; } }

.hero__text {
  background-color: rgba(0, 93, 171, 0.95);
  bottom: 20px;
  color: #fff;
  display: inline-block;
  font-family: "paralucent";
  font-weight: 700;
  font-size: 76px;
  line-height: 70px;
  padding: 38px 106px 121px 123px;
  position: absolute;
  text-transform: uppercase; }

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.standard__hero.mobile {
  display: none; }

@media only screen and (max-width: 768px) {
  .standard__hero.desktop {
    display: none; }
  .standard__hero.mobile {
    display: block; } }

.standard__hero__image {
  height: 580px;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain; }
  .mobile .standard__hero__image {
    background-size: contain; }

.standard__hero__text__wrapper {
  background: #fff;
  display: inline-block;
  margin-top: -80px;
  padding: 100px 0 50px;
  width: 90%; }

.standard__hero__text {
  padding-left: 140px;
  width: 75%; }
  .standard__hero__text h1 {
    padding-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .standard__hero__text h1 {
        font-size: 50px; } }
  .standard__hero__text p {
    line-height: 32px; }

.parallax {
  background-attachment: fixed; }
  @supports (-webkit-touch-callout: none) {
    .parallax {
      background-attachment: scroll; } }
  .parallax.parallax__right {
    background-position: center right;
    background-size: auto; }
  .parallax.parallax__left {
    background-position: center left;
    background-size: auto; }

.custom-content {
  max-width: 1102px;
  margin: auto !important; }

.custom-head {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0.5em; }

.custom-head span {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em; }

.align-center {
  margin: 0 0 25px 0;
  text-align: center; }

.footer-splash h2 {
  font-size: 25px; }

.footer-splash .gform_heading {
  display: none; }

.splash-heading {
  font-size: 40px; }

.footer-links {
  padding: 1em 0;
  max-width: 700px;
  border-bottom: 1px solid #000;
  margin: 0 auto 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px;
  gap: 20px; }

strong {
  font-weight: bold !important; }

.footer-splash .wp-block-social-link-anchor {
  background-color: #31393c; }

.custom-top-splash {
  max-width: 1024px;
  margin: auto; }

.custom-top-splash .wp-block-button__link {
  padding: 14px 20px 10px 20px; }

.porcent-notice .wp-block-column {
  border: 2px solid #00a389;
  padding: 20px; }

.porcent-notice h2 {
  font-size: 100px; }

@media only screen and (max-width: 736px) {
  .standard__hero__text {
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }
  .standard__hero__text__wrapper {
    margin-top: 0;
    width: 100%; }
  .wp-block-image .alignright {
    float: none; }
  .splash-heading {
    font-size: 30px; }
  .porcent-notice h2 {
    font-size: 70px; } }

header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: fixed;
  top: 0;
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
  width: 100%;
  z-index: 15; }
  header img {
    padding-top: 2.25rem;
    width: 145px; }

.header__wrapper {
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 900px) {
    .header__wrapper {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.header__nav__wrapper {
  margin-left: 3.125rem; }
  @media only screen and (max-width: 768px) {
    .header__nav__wrapper {
      margin-left: 0; } }

@media only screen and (max-width: 1024px) {
  header {
    position: absolute; } }

.hamburger:focus {
  outline: none; }

button.hamburger {
  padding: 10px; }

.menu__mobile {
  display: none; }
  .menu__mobile .menu {
    background-color: #fff;
    opacity: 0;
    padding: 50px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    visibility: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.1); }
    .menu__mobile .menu > ul > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
      .menu__mobile .menu > ul > li li {
        border-top: 1px solid rgba(0, 0, 0, 0.3); }
    .menu__mobile .menu li {
      cursor: pointer;
      display: block;
      padding: 10px 0; }
      .menu__mobile .menu li .sub-menu {
        background-color: inherit;
        padding: 0.5rem 0 0 0.7rem;
        position: inherit;
        opacity: 1;
        visibility: visible;
        width: 100%; }
        .menu__mobile .menu li .sub-menu a {
          color: #31393c; }
      .menu__mobile .menu li.menu-item-has-children {
        padding-bottom: 0; }
        .menu__mobile .menu li.menu-item-has-children a::after {
          border: none;
          border-width: 0; }
      .menu__mobile .menu li[\:has\(.wrap-menu-item\)] {
        padding: 10px 0 0 0; }
      .menu__mobile .menu li:has(.wrap-menu-item) {
        padding: 10px 0 0 0; }
      .menu__mobile .menu li.menu-item-has-children:hover {
        background-color: transparent; }
        .menu__mobile .menu li.menu-item-has-children:hover a::after {
          border: none;
          border-width: 0; }
    .menu__mobile .menu.show {
      visibility: visible;
      opacity: 1; }
    .menu__mobile .menu .wrap-menu-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: static;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0.5rem 0 0 0.7rem;
      display: block;
      grid-gap: 0;
      gap: 0; }
      .menu__mobile .menu .wrap-menu-item h3 {
        font-size: 15px;
        color: #31393c;
        position: relative;
        padding: 10px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.3); }
        .menu__mobile .menu .wrap-menu-item h3::after {
          content: "\25B8";
          position: absolute;
          right: 0;
          font-size: 25px;
          top: 50%;
          color: #00a389;
          -webkit-transform: rotate(0) translateY(-50%);
                  transform: rotate(0) translateY(-50%); }
      .menu__mobile .menu .wrap-menu-item ul {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
        transition: max-height 0.5s ease-out, opacity 0.5s ease-out; }
        .menu__mobile .menu .wrap-menu-item ul li {
          border-top: 1px solid rgba(0, 0, 0, 0.3); }
          .menu__mobile .menu .wrap-menu-item ul li:first-child {
            border-top: 0; }
      .menu__mobile .menu .wrap-menu-item .open-submenu ul {
        padding: 0 0 0 0.7em;
        max-height: 1000px;
        opacity: 1; }
      .menu__mobile .menu .wrap-menu-item .open-submenu h3 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
        .menu__mobile .menu .wrap-menu-item .open-submenu h3::after {
          -webkit-transform: rotate(90deg) translateX(-50%);
                  transform: rotate(90deg) translateX(-50%); }

.menu {
  z-index: 10; }
  .menu .wrap-menu-item {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    background-color: white;
    padding: 2rem;
    grid-gap: 10px;
    gap: 10px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
    .menu .wrap-menu-item .wrapper-col-item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
              flex: 1 1 30%; }
    .menu .wrap-menu-item img {
      width: auto;
      max-width: 100%; }
    .menu .wrap-menu-item li {
      display: block;
      width: auto;
      padding: 0.5em 0;
      font-size: 15px;
      font-family: "frank-new", Arial, sans-serif; }
      .menu .wrap-menu-item li a {
        line-height: 1.3em; }
    .menu .wrap-menu-item h3 {
      font-size: 20px;
      color: #005dab; }
  .menu li {
    padding: 1rem 0 1rem 1.5rem;
    display: inline-block;
    padding-top: 2.25rem;
    width: auto; }
    @media only screen and (max-width: 1024px) {
      .menu li {
        width: auto;
        height: auto; } }
    .menu li.highlight a {
      color: #aa4465; }
    .menu li:hover {
      background-color: #f7f7f7; }
      .menu li:hover .wrap-menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .menu li.menu-item-has-children a::after {
      border: solid #00a389;
      border-width: 0 3px 3px 0;
      content: '';
      display: inline-block;
      margin-left: 10px;
      margin-top: -5px;
      padding: 3px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      vertical-align: middle; }
    .menu li.menu-item-has-children:hover {
      background-color: #f7f7f7; }
      .menu li.menu-item-has-children:hover a:hover {
        color: #005dab; }
      .menu li.menu-item-has-children:hover a::after {
        border: solid #005dab;
        border-width: 0 3px 3px 0; }
      .menu li.menu-item-has-children:hover .sub-menu li a {
        color: #31393c; }
      .menu li.menu-item-has-children:hover .sub-menu li:hover {
        background-color: #f0f0f0; }
      .menu li.menu-item-has-children:hover .sub-menu li a:hover {
        background-color: #f0f0f0; }
      .menu li.menu-item-has-children:hover .sub-menu li a::after {
        border: none; }
      .menu li.menu-item-has-children:hover li a::after {
        border: 0;
        border-width: 0; }
    .menu li a {
      color: #31393c;
      text-decoration: none;
      font-family: "frank-new", Arial, sans-serif;
      font-weight: 700;
      font-size: 15px;
      text-transform: uppercase;
      display: block; }
      .menu li a:hover {
        background-color: #f7f7f7;
        color: #005dab; }
    .menu li .sub-menu {
      background-color: #f8f8f8;
      color: #31393c;
      margin-left: -24px;
      margin-top: 16px;
      padding: 6px 0;
      position: fixed;
      -webkit-transition: opacity 0.25s;
      transition: opacity 0.25s;
      width: 144px;
      opacity: 0;
      visibility: hidden; }
      @media only screen and (max-width: 1024px) {
        .menu li .sub-menu {
          margin-left: 0;
          padding-bottom: 0;
          margin-top: 0; } }
      .menu li .sub-menu li {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        height: 64px;
        padding-top: 1rem;
        width: 144px; }
        @media only screen and (max-width: 1024px) {
          .menu li .sub-menu li {
            width: auto;
            height: auto;
            padding: 0; } }
        .menu li .sub-menu li a {
          color: #31393c;
          padding: 8px 0; }
        .menu li .sub-menu li a::hover {
          color: #e6e6e6; }
        .menu li .sub-menu li a::after {
          border: none; }
    .menu li.menu-open .sub-menu {
      opacity: 1;
      visibility: visible; }

.menu__desktop {
  padding-left: 1.25rem; }

.menu__contact {
  padding-right: 5.3125rem; }
  @media only screen and (max-width: 900px) {
    .menu__contact {
      padding-right: 0;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 400px) {
    .menu__contact .button {
      font-size: 14px; } }

.menu__persistant {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.25rem; }

@media only screen and (max-width: 1024px) {
  .menu__desktop {
    display: none; }
  .menu__mobile {
    display: block; } }

footer {
  background-color: #31393c;
  color: #fff;
  padding: 150px 0 100px; }
  footer.about {
    background-color: #31393c; }
  footer h4 {
    font-size: 33px;
    line-height: 2.15; }
  footer p,
  footer a {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 0; }

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

.footer__menu {
  max-width: 30%; }
  .footer__menu ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    position: relative; }
    .footer__menu ul.sub-menu {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; }
    .footer__menu ul li {
      display: inline-block;
      width: 100%; }

.footer__menu ul li a {
  display: block;
  font-family: "paralucent", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 25px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; }
  .footer__menu ul li a:hover {
    color: #00a389; }

.footer__contact__phone {
  padding-top: 25px; }

.footer__newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .footer__newsletter h2 {
    font-size: 27px;
    padding-bottom: 15px; }
  .footer__newsletter h4 {
    color: #ffd166;
    font-family: "frank-new", Arial, sans-serif;
    text-transform: none;
    padding-bottom: 10px; }
  .footer__newsletter input {
    display: inline;
    font-family: "fira-sans", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 15px 20px; }
  .footer__newsletter button {
    background-color: #00a389;
    border: none;
    color: white;
    cursor: pointer;
    display: inline;
    font-size: 49px;
    margin-left: -5px;
    vertical-align: top; }

.footer__newsletter.mobile {
  display: none; }

.footer__newsletter__copyright {
  color: #707070;
  padding-bottom: 25px; }

.footer__newsletter__email {
  display: block; }

@media only screen and (max-width: 736px) {
  footer.trap.top {
    clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%); }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__newsletter.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    width: 100%; }
  .footer__menu {
    margin: 0 auto;
    text-align: center;
    max-width: none; }
    .footer__menu ul {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1; }
  .footer__contact {
    display: none; }
  .footer__newsletter {
    margin: 0 auto; }
    .footer__newsletter img {
      display: block;
      margin: 0 auto; }
    .footer__newsletter input {
      width: 78%; }
  .footer__newsletter.desktop {
    display: none; } }

.home {
  background-color: #f0f0f0; }
  .home .hero .hero__text {
    padding-bottom: 91px; }

.home section.home__info {
  padding: 0; }

.hero__text {
  opacity: 0; }

.hero__statement {
  background-color: #f0f0f0;
  padding-top: 150px; }
  .hero__statement h4,
  .hero__statement p {
    margin: 0 auto;
    max-width: 805px;
    text-align: center; }
  .hero__statement h4 {
    color: #005dab;
    font-size: 48px; }
  .hero__statement p {
    line-height: 35px; }

section.home__one-kroff {
  margin: 0;
  padding: 0; }

.home__one-kroff__text {
  background-color: #fff;
  margin-top: 13%;
  padding: 120px 140px 165px 100px;
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 53%; }
  .home__one-kroff__text h4 {
    color: #00a389;
    font-size: 48px;
    margin-bottom: 30px; }

.home__one-kroff__image {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%; }

.home__full-item {
  height: 700px;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: white;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 768px) {
    .home__full-item {
      background-size: cover;
      background-position: center;
      height: 460px; } }
  .home__full-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    background-color: rgba(0, 93, 171, 0.34);
    -webkit-transform-origin: 0 700px;
            transform-origin: 0 700px;
    -webkit-transform: skew(-18deg);
            transform: skew(-18deg);
    z-index: 1;
    mix-blend-mode: multiply; }

.home__full-item__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 100%; }

.home__full-item__title {
  padding-left: 140px;
  z-index: 9;
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 53%; }
  .home__full-item__title h4 {
    font-size: 65px; }
    @media only screen and (max-width: 768px) {
      .home__full-item__title h4 {
        font-size: 50px; } }

.home__full-item__text {
  font-family: "frank-new", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-right: 115px;
  z-index: 9;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%; }
  .home__full-item__text p {
    padding-left: 115px; }
    @media only screen and (max-width: 768px) {
      .home__full-item__text p {
        padding-left: 20px; } }

.home__highlighted-service::after {
  background-color: rgba(49, 57, 60, 0.34); }

.home__highlighted-service .home__full-item__title h4 {
  color: #aa4465;
  font-size: 82px; }
  @media only screen and (max-width: 768px) {
    .home__highlighted-service .home__full-item__title h4 {
      font-size: 50px; } }

.home__statistics {
  background-color: #e8f3f1;
  margin-bottom: 80px;
  padding: 120px 0 170px;
  width: 100%; }

.home__statistics__title {
  text-align: center;
  color: #00a389;
  margin-bottom: 80px;
  font-size: 36px; }

.home__statistics__wrapper {
  padding: 0 110px; }

.statistics__section__image__wrapper {
  padding: 10px 0 0 0; }

.statistics__section__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }

.statistics__section__text__title {
  color: #31393c;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 50%;
  line-height: 1; }

.statistics__section__text__subtitle {
  color: #31393c;
  font-family: "frank-new", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  max-width: 75%; }

.statistics__section__text__text p {
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
  max-width: 75%; }

@media only screen and (max-width: 1024px) {
  .home__industries {
    margin-left: 0;
    margin-right: 0; } }

.home__industries__title {
  color: #005dab;
  font-size: 48px;
  margin-bottom: 50px;
  text-align: center; }

.home__industries__wrapper {
  padding: 0 16.666666667%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media only screen and (max-width: 1237px) {
    .home__industries__wrapper {
      padding: 0 8.333333333%; } }
  @media only screen and (max-width: 768px) {
    .home__industries__wrapper {
      padding: 0; } }

.home__industries__category__wrapper {
  text-align: center;
  padding: 0 0.25rem;
  max-width: calc(25% - 0.5rem);
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
  @media only screen and (max-width: 1024px) {
    .home__industries__category__wrapper {
      max-width: calc(33.33333333% - 0.5rem);
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%; } }
  @media only screen and (max-width: 768px) {
    .home__industries__category__wrapper {
      max-width: calc(50% - 0.5rem);
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  .home__industries__category__wrapper h4 {
    color: #31393c;
    font-size: 1rem;
    font-weight: 400;
    background: #fff;
    margin: 0.25rem 0;
    padding: 2rem 0.3rem;
    text-align: center;
    font-family: "fira-sans", Arial, sans-serif; }
  .home__industries__category__wrapper.col {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .home__industries__category__wrapper ul li {
    line-height: 32px; }

section.home__case-studies {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f0f0f0), color-stop(50%, #fff));
  background: linear-gradient(#f0f0f0 50%, #fff 50%);
  padding: 150px 140px; }

.home__case-studies__item:hover .home__case-studies__item__image {
  background-size: 105%; }

.home__case-studies__item:hover .home__case-studies__item__text h4 {
  color: #00a389; }

.home__case-studies__item__image {
  background-size: 100%;
  height: 408px;
  -webkit-transition: background-size 0.25s;
  transition: background-size 0.25s; }

.home__case-studies__item__text {
  background-color: #e9f3f1;
  margin-top: -80px;
  padding: 30px 30px 60px;
  position: relative;
  width: 80%; }
  .home__case-studies__item__text h4 {
    color: #005dab;
    height: 90px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s; }
  .home__case-studies__item__text .button {
    background-color: green;
    color: #fff; }

.home__partners {
  background-color: #fff; }
  @media only screen and (max-width: 1024px) {
    .home__partners {
      margin-left: 0;
      margin-right: 0; } }

.home__partners__title {
  font-family: "frank-new", Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 55px;
  text-align: center;
  text-transform: uppercase; }

.home__partners__logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.home__partners__item {
  padding: 20px;
  width: auto;
  text-align: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease; }
  @media only screen and (max-width: 1024px) {
    .home__partners__item {
      max-width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  .home__partners__item:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .home__partners__item a {
    min-height: auto; }

.home__partners__item div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%; }

.home__jobs {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), color-stop(25%, #f0f0f0));
  background: linear-gradient(#fff 25%, #f0f0f0 25%);
  padding: 140px 0; }

.home__jobs__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 53%; }

.home__jobs__text {
  padding: 125px 140px 125px 60px;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%; }
  .home__jobs__text h4 {
    color: #005dab;
    font-size: 60px; }
  .home__jobs__text .button {
    background-color: #00a389; }

.home__news {
  padding: 0 140px; }

.home__news__title {
  color: #aa4465;
  font-size: 38px;
  margin-bottom: 40px;
  text-align: center; }

.home__news__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.home__news__item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  width: 100%; }

.home__news__item__text {
  background-color: #fbeef2;
  padding: 20px 20px 40px;
  position: relative;
  top: -80px;
  width: 80%; }

.home__news__item__text__date {
  background-color: #aa4465;
  color: #fff;
  font-family: "roboto-mono", Arial, sans-serif;
  font-size: 13px;
  padding: 15px 20px;
  position: relative;
  top: -50px; }

.home__news__item__text__title {
  color: #aa4465;
  font-size: 21px;
  height: 90px; }

.home__news__item__text__source {
  font-size: 14px;
  margin-top: 30px; }

.home__contact {
  padding-bottom: 50px; }

.home__contact__wrapper {
  margin: 0 auto;
  max-width: 720px; }
  .home__contact__wrapper h4 {
    color: #005dab;
    font-size: 37px;
    text-align: center; }
  .home__contact__wrapper img {
    max-width: 100%; }
  .home__contact__wrapper div.gform_wrapper ul.gform_fields {
    max-width: 100%; }

@media only screen and (max-width: 1024px) {
  .home__full-item__title {
    padding-left: 60px; }
  .home__one-kroff__text,
  .home__statistics__wrapper,
  .home__industries__wrapper,
  section.home__case-studies,
  .home__jobs__text,
  .home__news {
    padding-left: 60px;
    padding-right: 60px; } }

@media only screen and (max-width: 736px) {
  .home .col-6 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    width: 100%; }
  .home .hero {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f0f0f0; }
  .home__full-item__title {
    padding-left: 20px; }
  .home__full-item__text {
    padding-left: 0;
    padding-right: 20px; }
  .hero__statement,
  .home__one-kroff__text,
  .home__statistics__wrapper,
  .home__industries__wrapper,
  section.home__case-studies,
  .home__jobs__text,
  .home__news,
  .home__contact {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px; }
  .hero__text {
    font-size: 42px;
    line-height: 42px;
    padding: 30px 30px 40px 80px; }
  .home__one-kroff {
    background-color: #f0f0f0; }
  .home__one-kroff__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .home__one-kroff__text {
    margin-top: 0; }
  .home__one-kroff__image {
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
    height: 500px; }
  .home__green-solutions {
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
    padding-top: 80px; }
    .home__green-solutions::after {
      content: "";
      display: table;
      clear: both;
      -webkit-transform: skew(0deg);
      transform: skew(0deg);
      width: 100%; }
  .home__highlighted-service {
    background-color: #ffd166;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
    padding-bottom: 200px; }
    .home__highlighted-service::after {
      content: "";
      display: table;
      clear: both;
      -webkit-transform: skew(0deg);
              transform: skew(0deg);
      width: 100%; }
  .home__statistics.trap.bottom {
    clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%);
    margin-top: -210px;
    padding-bottom: 100px;
    padding-top: 200px; }
  .home__statistics__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .statistics__section {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }
  @media only screen and (max-width: 736px) and (max-width: 400px) {
    .statistics__section {
      margin-left: 0; } }

@media only screen and (max-width: 736px) {
  .statistics__section__image {
    margin-right: 2rem; }
  section.home__case-studies {
    padding-top: 0; }
  .home__case-studies__item {
    padding-bottom: 40px; }
  .home__partners__item {
    height: auto;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .home__jobs__image {
    height: 500px;
    opacity: 0.5;
    position: absolute; }
    .home__jobs__image.trap.bottom {
      clip-path: unset; }
  .home__jobs__text {
    z-index: 9; }
  .home__news__item {
    display: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .home__news__item:first-child {
      display: block; }
  .home__contact {
    background-color: #f0f0f0;
    margin-bottom: -120px;
    margin-left: 0;
    margin-right: 0; } }

.about {
  background-color: #f8f8f8; }

.standard__hero.about {
  background-color: #fff; }
  .standard__hero.about h1 {
    color: #005dab; }

.about__agile {
  height: 630px;
  margin-bottom: 160px; }
  .about__agile h4 {
    color: #005dab;
    font-size: 48px;
    margin-bottom: 40px; }

.about__agile__wrapper {
  position: absolute; }

.about__agile__text {
  background-color: #e9eef3;
  padding: 80px 140px 135px 140px;
  position: relative;
  top: 80px; }

.about__agile__text.mobile {
  display: none; }

.about__environment,
.about__quality {
  margin-bottom: 160px; }

.about__quality {
  padding-top: 160px; }
  .about__quality img {
    max-width: 100%; }

.about__environment__wrapper h4,
.about__quality__wrapper h4 {
  color: #00a389;
  font-size: 48px;
  margin: 0 auto;
  padding-bottom: 30px; }

.about__environment__wrapper img,
.about__quality__wrapper img {
  max-width: 100%; }

.about__quality__wrapper h4 {
  color: #374e77; }

.about__environment__text,
.about__quality__text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 70%; }

.about__safety {
  background-color: #fff;
  padding-bottom: 120px; }
  .about__safety h4 {
    color: #ffd166;
    font-size: 37px;
    margin: 0 auto;
    padding-top: 120px; }
  .about__safety img {
    width: 100%; }

.about__safety__image {
  height: 445px; }

.about__safety__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 140px; }
  .about__safety__wrapper p {
    width: 70%; }

.about__safety__badges a {
  background-size: contain;
  height: 100px;
  margin-right: 50px;
  width: 30%; }

.about__lab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto;
  padding: 55px 20% 160px;
  background-color: #fff; }
  .about__lab h4 {
    color: #aa4465; }
  .about__lab .button {
    background-color: #00a389; }

.about__lab__text {
  padding-right: 80px; }

.about__founders {
  margin: 0 auto;
  padding: 55px 0 160px;
  width: 80%; }

.about__founders__header {
  margin: 0 auto;
  text-align: center;
  width: 63%; }
  @media only screen and (max-width: 768px) {
    .about__founders__header {
      width: 100%; } }
  .about__founders__header h4 {
    color: #005dab; }

.about__founders__body h5 {
  font-size: 15px;
  padding-top: 29px; }

.about__founders__body p {
  padding-right: 20px; }

@media only screen and (max-width: 900px) {
  .about__founders__body .col-6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

.about__history h4 {
  color: #ffd166;
  font-size: 37px; }

.about__history .button {
  background: linear-gradient(-13deg, #374e77 50%, #ffd166 50%);
  background-size: 300% 100%;
  background-position: left bottom;
  color: #31393c; }
  .about__history .button:hover {
    background-position: right bottom; }

.about__history__wrapper {
  width: 70%;
  margin: 0 auto;
  padding: 80px 0 160px;
  text-align: center; }

.about__history__text p {
  color: #fff; }

footer.trap.top.about {
  clip-path: none; }

@media only screen and (max-width: 1024px) {
  .about__agile {
    height: auto;
    margin-bottom: 0; }
  .about__agile__wrapper {
    height: 500px;
    position: relative;
    top: -100px; }
  .about__agile__text.desktop {
    display: none; }
  .about__agile__text.mobile {
    display: block;
    top: 0;
    z-index: 9; }
  .about__environment__text,
  .about__quality__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 140px;
    padding-right: 140px;
    width: auto; }
    .about__environment__text div:first-child,
    .about__quality__text div:first-child {
      padding-bottom: 30px; }
  .about__environment__text__body,
  .about__quality__text__body {
    max-width: 100%; }
  .about__safety__wrapper {
    padding-left: 140px;
    padding-right: 140px; }
    .about__safety__wrapper p {
      width: auto; }
    .about__safety__wrapper .col-6 {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
  .about__safety__badges a {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0; } }

@media only screen and (max-width: 736px) {
  .about__agile__text {
    padding-left: 20px;
    padding-right: 20px; }
  .about__safety__wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .about__environment__wrapper h4,
  .about__quality__wrapper h4 {
    font-size: 37px;
    width: 100%; }
  .about__environment__text,
  .about__quality__text {
    padding-left: 20px;
    padding-right: 20px; }
  .about__safety__badges img {
    padding-right: 20px; }
  .about__lab {
    display: block;
    margin: inherit;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
  .about__lab__image {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .about__lab__image img {
      width: 100%; }
  .about__lab__text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px; }
  .about__history__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; } }

.team__members__item__image {
  height: 335px;
  width: 260px; }

.history {
  margin-top: 90px; }

.history section {
  background-color: #fff;
  /* min-height: 673px; */
  position: relative;
  overflow: hidden; }
  .history section h1,
  .history section h4,
  .history section h5,
  .history section p {
    color: #fff; }
  .history section.history__nav {
    min-height: auto; }
  @media only screen and (max-width: 900px) {
    .history section {
      min-height: auto; } }
  .history section.swiper-slide-active {
    opacity: 1 !important; }

.history__hero__wrapper,
.history__section__wrapper {
  padding: 140px 230px 147px 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1099px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 900px) {
    .history__hero__wrapper,
    .history__section__wrapper {
      padding: 16px 16px; } }

.history__hero__wrapper {
  padding-right: 106px; }
  @media only screen and (max-width: 900px) {
    .history__hero__wrapper {
      padding-right: 16px; } }
  .history__hero__wrapper h1 {
    padding-bottom: 35px; }
    @media only screen and (max-width: 900px) {
      .history__hero__wrapper h1 {
        font-size: 50px; } }
  .history__hero__wrapper p {
    font-size: 22px;
    line-height: 1.6;
    font-family: "frank-new", Arial, sans-serif; }
    @media only screen and (max-width: 900px) {
      .history__hero__wrapper p {
        font-size: 16px; } }

.history__section__wrapper h4 {
  padding: 25px 0 15px; }

.history__section__wrapper img {
  max-width: 100%;
  max-height: 50%;
  margin-top: 20px; }

.history__section__wrapper p {
  font-size: 20px;
  line-height: 1.6;
  font-family: "fira-sans", Arial, sans-serif; }
  @media only screen and (max-width: 900px) {
    .history__section__wrapper p {
      font-size: 16px; } }

.history__timeline--0 .history__section__wrapper .history__section__text__additional {
  color: #fff;
  font-family: "frank-new", Arial, sans-serif;
  font-size: 54px;
  font-weight: 700; }
  .history__timeline--0 .history__section__wrapper .history__section__text__additional .beginning--2,
  .history__timeline--0 .history__section__wrapper .history__section__text__additional .beginning--4 {
    color: #73b2e8; }
  .history__timeline--0 .history__section__wrapper .history__section__text__additional .beginning--3 {
    /* border-bottom: 2px solid $white; */ }
  .history__timeline--0 .history__section__wrapper .history__section__text__additional .beginning--3 {
    font-weight: 100; }

.history__timeline--1 .history__section__wrapper .history__section__text p {
  color: #31393c; }

.history__timeline--3 .history__section__wrapper {
  height: 100%; }
  @media only screen and (max-width: 900px) {
    .history__timeline--3 .history__section__wrapper {
      height: auto; } }

.history section.history__timeline--4 {
  background-color: #fff; }

.history__timeline--4 .history__section__wrapper h4 {
  color: #00a389; }

.history__timeline--4 .history__section__wrapper p {
  color: #31393c; }

.history__hero__background,
.history__section__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .history__hero__background.blend,
  .history__section__background.blend {
    mix-blend-mode: multiply; }
  .history__hero__background-image,
  .history__section__background-image {
    min-height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.history__section__brow {
  padding: 10px 15px; }

.history__quote {
  text-align: center; }
  .history__quote.history__section {
    min-height: auto; }
  .history__quote__wrapper {
    background: rgba(255, 255, 255, 0.11);
    border-radius: 7px;
    padding: 60px; }
    @media only screen and (max-width: 900px) {
      .history__quote__wrapper {
        padding: 20px; } }
  .history__quote span {
    color: #ffd166;
    font-family: "paralucent", Arial, sans-serif;
    font-size: 61px;
    margin-top: -10px; }
  .history__quote .history__section__wrapper {
    padding-top: 230px; }
    @media only screen and (max-width: 900px) {
      .history__quote .history__section__wrapper {
        padding: 60px 16px; } }
    .history__quote .history__section__wrapper .history__quote__text {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .history__quote .history__section__wrapper .history__quote__text p {
        font-family: "frank-new", Arial, sans-serif;
        font-size: 26px;
        font-weight: 100;
        text-transform: none;
        opacity: 0.75;
        padding-bottom: 16px; }
        @media only screen and (max-width: 900px) {
          .history__quote .history__section__wrapper .history__quote__text p {
            font-size: 20px; } }
    .history__quote .history__section__wrapper .history__quote__author {
      font-family: "fira-sans", Arial, sans-serif;
      font-weight: 100;
      font-size: 18px;
      padding-bottom: 0;
      line-height: 1.2; }
    .history__quote .history__section__wrapper .history__quote__title {
      font-family: "fira-sans", Arial, sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.2; }

.history__statement {
  padding-top: 140px;
  text-align: center; }
  .history__statement .history__section__wrapper {
    margin: 0 auto; }
    .history__statement .history__section__wrapper p {
      font-size: 46px;
      line-height: 1;
      text-transform: uppercase;
      font-family: "paralucent", Arial, sans-serif;
      font-weight: 700; }
      @media only screen and (max-width: 900px) {
        .history__statement .history__section__wrapper p {
          font-size: 32px; } }

.early_growth_chart {
  margin-top: 32px; }
  @media only screen and (max-width: 900px) {
    .early_growth_chart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .early_growth_chart__line {
    width: 100%;
    height: 2px;
    background: linear-gradient(125deg, #ffd166 0%, #ffd166 90%, transparent); }
    @media only screen and (max-width: 900px) {
      .early_growth_chart__line {
        width: 2px;
        height: 100%; } }
  .early_growth_chart__companies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px; }
    @media only screen and (max-width: 900px) {
      .early_growth_chart__companies {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 0;
        margin-left: 30px; } }
    .early_growth_chart__companies-item {
      border: 2px solid #ffd166;
      border-radius: 7px;
      padding: 10px;
      position: relative;
      text-align: center;
      color: #fff;
      margin: 0 10px 15px;
      opacity: 0;
      -webkit-transition: margin-top 0.3s ease, margin-bottom 0.3s ease;
      transition: margin-top 0.3s ease, margin-bottom 0.3s ease; }
      @media only screen and (max-width: 900px) {
        .early_growth_chart__companies-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 0 10px 5px; } }
      .early_growth_chart__companies-item::before {
        content: "";
        position: absolute;
        top: -32px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 30px;
        background: #ffd166;
        display: block;
        -webkit-transition: top 0.3s ease, height 0.3s ease;
        transition: top 0.3s ease, height 0.3s ease; }
        @media only screen and (max-width: 900px) {
          .early_growth_chart__companies-item::before {
            top: 50%;
            left: -41px;
            height: 2px;
            width: 40px; } }
      .early_growth_chart__companies-item:hover {
        margin-top: 15px;
        margin-bottom: 0; }
        @media only screen and (max-width: 900px) {
          .early_growth_chart__companies-item:hover {
            margin-top: 0;
            margin-bottom: 15px; } }
      .early_growth_chart__companies-item:hover::before {
        top: -47px;
        height: 45px; }
        @media only screen and (max-width: 900px) {
          .early_growth_chart__companies-item:hover::before {
            top: 50%;
            height: 2px; } }
      .early_growth_chart__companies-item .company_item__date {
        font-size: 16px; }
      .early_growth_chart__companies-item .company_item__name {
        font-size: 12px; }
        @media only screen and (max-width: 900px) {
          .early_growth_chart__companies-item .company_item__name {
            margin-left: 16px; } }

/* SPECIFIC DELIVERABLES PAGES */
.standard__hero.products h1,
.standard__hero.products h4,
.deliverables__list.products .deliverables__list__item h1,
.deliverables__list.products .deliverables__list__item h4 {
  color: #005dab; }

.deliverables__list__item__text__wrapper {
  background-color: #e9eef3; }

.standard__hero.services h1,
.standard__hero.services h4,
.deliverables__list.servicess .deliverables__list__item h1,
.deliverables__list.servicess .deliverables__list__item h4 {
  color: #00a389; }

.deliverables__list__item__text__wrapper {
  background-color: #e8f3f1; }

/* GENERIC DELIVERABLES PAGES */
.deliverables__list {
  margin: 0;
  padding-bottom: 375px;
  width: 100%; }

.deliverables__list__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 140px;
  width: 90%; }

.deliverables__list__item {
  margin-bottom: 50px;
  width: 30%; }
  .deliverables__list__item:hover .background-image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .deliverables__list__item:hover .deliverables__list__item__text__wrapper h4 {
    color: #00a389; }

.deliverables__list__item .background-image {
  height: 183px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.devlierables__list__item__image {
  overflow: hidden; }

.deliverables__list__item__text__wrapper {
  margin-top: -40px;
  height: 90px;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 92%; }
  .deliverables__list__item__text__wrapper h4 {
    font-family: "paralucent-heavy", Arial, sans-serif;
    font-size: 20px;
    padding: 16px;
    -webkit-transition: color 0.25s;
    transition: color 0.25s; }

/* SINGLE SPECIFIC DELIVERABLES PAGES */
.single__deliverables__hero.products h1 {
  color: #005dab; }

.single__deliverables__studies.products a {
  color: #005dab; }

.single__deliverables__all.products a {
  background: #00a389; }

.single__deliverables__hero.services h1 {
  color: #00a389; }

.single__deliverables__studies.services a {
  color: #00a389; }

.single__deliverables__all.services a {
  background: #005dab; }

/* SINGLE GENERIC DELIVERABLES PAGES */
.single__deliverables__hero h1 {
  margin-top: 90px; }
  @media only screen and (max-width: 768px) {
    .single__deliverables__hero h1 {
      font-size: 40px; } }

.single__deliverables__hero,
.single__deliverables__info,
.single__deliverables__studies {
  margin: 0;
  padding: 0 140px; }

.single__deliverables__hero h1 {
  margin-bottom: 40px; }

.single__deliverables__hero img {
  margin-top: 100px;
  max-width: 100%;
  padding: 0; }

.single__deliverables__hero p {
  max-width: 90%;
  line-height: 31px; }

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

.single__deliverables__info__item {
  border-bottom: 1px solid #707070;
  padding-bottom: 140px;
  padding-top: 90px; }
  .single__deliverables__info__item h4 {
    font-family: "frank-new", Arial, sans-serif;
    font-size: 600;
    font-size: 21px;
    margin-bottom: 20px;
    text-transform: none; }
  .single__deliverables__info__item p {
    font-family: "fira-sans", Arial, sans-serif;
    line-height: 27px; }

.single__deliverables__studies {
  padding: 0 140px; }
  .single__deliverables__studies a {
    font-family: "paralucent-heavy", Arial, sans-serif;
    font-size: 25px;
    line-height: 31px; }
  .single__deliverables__studies h4 {
    font-family: "frank-new", Arial, sans-serif;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase; }

.single__deliverables__studies__wrapper {
  border-bottom: 1px solid #707070;
  padding: 50px 0; }

.single__deliverables__all {
  margin-bottom: 375px; }

.single__deliverables__all__wrapper {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 100px; }

@media only screen and (max-width: 1024px) {
  .deliverables__list__item {
    width: 45%; }
  .single__deliverables__hero p {
    max-width: 100%; }
  .single__deliverables__info__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 736px) {
  .deliverables__list__wrapper {
    padding-left: 0;
    width: auto; }
  .deliverables__list__item {
    width: 100%; }
  .single__deliverables__hero,
  .single__deliverables__info,
  .single__deliverables__studies {
    padding: 0 20px; } }

.standard__hero.resources h1 {
  color: #aa4465; }

#resources__content {
  padding-bottom: 375px; }
  #resources__content .wpsm_panel-group {
    margin: 0 140px;
    max-width: 100%;
    width: auto; }
    #resources__content .wpsm_panel-group .wpsm_panel {
      border-bottom: 1px solid #707070 !important;
      padding-bottom: 55px;
      padding-top: 40px; }
    #resources__content .wpsm_panel-group .ac_title_class {
      font-family: "frank-new", Arial, sans-serif;
      font-weight: 600;
      padding-left: 0 !important; }
    #resources__content .wpsm_panel-group .wpsm_panel-body {
      border: none !important; }
  #resources__content a {
    color: #aa4465; }

#resources__content .wpsm_panel-group .ac_title_class {
  display: inline-block;
  padding-right: 0; }

.wpsm_panel-heading .wpsm_panel-title a::after {
  border: solid #00a389;
  border-width: 0 3px 3px 0;
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-top: -5px;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.wpsm_panel-heading.acc-a .wpsm_panel-title a::after {
  border: solid #00a389;
  border-width: 0 3px 3px 0;
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-top: -5px;
  padding: 3px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  vertical-align: middle; }

@media only screen and (max-width: 736px) {
  #resources__content .wpsm_panel-group {
    margin: 0 20px; } }

.standard__hero.careers h1 {
  color: #005dab; }

.careers__statement {
  background: #f0f0f0;
  padding: 80px 140px;
  max-width: 100%;
  width: auto; }

.careers__statement__wrapper {
  margin: 0 auto;
  max-width: 800px; }

.careers__statement__text {
  text-align: center; }
  .careers__statement__text p {
    font-family: "frank-new", Arial, sans-serif;
    font-size: 23px;
    font-weight: 600; }

.careers__stories {
  padding: 80px 140px; }
  .careers__stories .swiper-container {
    background: transparent;
    height: auto; }
  .careers__stories .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.careers__stories__wrapper {
  padding-top: 100px;
  margin-bottom: 50px; }

.careers__stories__image__wrapper {
  width: 33%;
  margin-top: 45px; }

.careers__stories__image {
  padding-bottom: 100%;
  width: 90%;
  background-size: cover;
  background-position: center; }

.careers__stories__text {
  padding: 45px 0 100px 0;
  width: 50%; }

.careers__stories__text__title {
  background-color: #aa4465;
  color: #fff;
  margin-bottom: 40px;
  padding: 10px 15px; }

.careers__stories__controls {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 45px; }
  .careers__stories__controls .swiper-slide-number {
    color: #aa4465;
    font-weight: 700;
    font-size: 24px;
    margin: 0 10px;
    text-align: center; }
  .careers__stories__controls .swiper-button-prev,
  .careers__stories__controls .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    color: #aa4465;
    height: 20px;
    width: 20px;
    margin-top: 0; }
    .careers__stories__controls .swiper-button-prev::after,
    .careers__stories__controls .swiper-button-next::after {
      font-size: 20px;
      font-weight: 700; }

.careers__positions {
  background-color: #e8f3f1;
  width: 100%; }

.careers__positions__wrapper {
  width: 100%; }

.careers__positions__content {
  margin: 0 auto;
  max-width: 800px;
  padding: 125px 0 160px;
  text-align: center; }
  .careers__positions__content h1 {
    color: #00a389; }
  .careers__positions__content a {
    background-color: #00a389; }
  .careers__positions__content p {
    margin: 0 auto;
    max-width: 550px; }

.careers__positions__posting {
  margin: 10px 0;
  position: relative; }
  .careers__positions__posting a {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: unset;
    z-index: 1; }
    .careers__positions__posting a:hover + .careers__positions__posting--border {
      border: 1px #00a389 solid; }
  .careers__positions__posting .careers__positions__posting--border {
    border: 1px #005dab solid;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%; }
  .careers__positions__posting h3 {
    color: #005dab;
    font-family: "paralucent";
    font-weight: 700; }
    .careers__positions__posting h3:hover {
      color: #00a389; }
  .careers__positions__posting .careers__positions__posting--left,
  .careers__positions__posting .careers__positions__posting--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
  .careers__positions__posting .careers__positions__posting--right p {
    font-family: "frank-new", Arial, sans-serif; }

.careers__opening__page section {
  margin-bottom: 2rem; }

.careers__opening__page .career-opening {
  padding: 0 0 0 140px;
  width: 67%; }

.careers__opening__page .hero-section a {
  margin-top: 90px; }

.careers__opening__page .hero-section h1 {
  margin: 3rem 0 0 0;
  font-size: 43px;
  color: #005dab; }

.careers__opening__page h3 {
  margin-bottom: 1rem;
  color: #00a389; }

.careers__opening__page ul {
  padding-left: 1rem; }
  .careers__opening__page ul li {
    list-style-type: disc;
    list-style-position: outside;
    line-height: 1.5; }
    .careers__opening__page ul li ul {
      padding-left: 1rem; }
      .careers__opening__page ul li ul li {
        list-style-type: circle; }

.careers__opening__page .back-button {
  background-color: #005dab;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem; }

.careers__opening__page .floating-button {
  position: fixed;
  top: 50%;
  right: 0;
  margin-right: 5.3125rem;
  color: #00a389;
  background: #fff;
  border: 2px solid #00a389; }

.careers__section--application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.careers__application__form {
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #fff; }
  .careers__application__form .gfield,
  .careers__application__form .ginput_full {
    width: 100%;
    padding: 0.25rem 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .careers__application__form .gfield.careers-email,
  .careers__application__form .gfield.careers-phone,
  .careers__application__form .gfield.careers-education,
  .careers__application__form .gfield.careers-resume,
  .careers__application__form .gfield.careers-sales,
  .careers__application__form .gfield.careers-water {
    width: 50%;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .careers__application__form .gfield.careers-phone,
  .careers__application__form .gfield.careers-water {
    padding: 0.5rem 1rem 0.5rem 0.5rem; }
  .careers__application__form .ginput_left,
  .careers__application__form .ginput_right {
    width: 50%;
    padding: 0.25rem 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .careers__application__form .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .careers__application__form span.gfield_required {
    display: none; }
  .careers__application__form .careers-resume {
    margin-right: 50%; }
  .careers__application__form .ginput_container_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .careers__application__form .ginput_container_name .name_first,
    .careers__application__form .ginput_container_name .name_last {
      padding: 0.25rem 0.5rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .careers__application__form .ginput_container_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .careers__application__form .ginput_container_address .address_city,
    .careers__application__form .ginput_container_address .address_state {
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .careers__application__form .gform_button {
    border: 0;
    font-size: 17px; }
  .careers__application__form ul li {
    list-style: none; }
  .careers__application__form .hidden_sub_label {
    visibility: hidden; }

.careers__social-media {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .careers__social-media ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .careers__social-media ul li {
      margin-right: 10px;
      list-style: none; }
      .careers__social-media ul li .fa {
        font-size: 3rem;
        color: "#005DAB"; }

.gform_footer {
  padding: 1.5rem; }

.careers__disclaimer {
  padding-top: 0; }

.careers__contact__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 60px 0; }
  .careers__contact__wrapper a {
    background: none;
    border: 3px solid #00a389;
    color: #00a389; }

@media only screen and (max-width: 1024px) {
  .careers__opening__page .career-opening {
    padding: 10px;
    width: 100%; }
  .careers__stories__image__wrapper {
    width: 100%;
    margin-top: 0; }
  .careers__stories__image {
    background-position: top center;
    width: 100%; }
  .careers__stories__text {
    width: 100%; }
  .careers__stories__controls {
    top: 25.5%; }
  .careers__positions__posting a {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .careers__positions__posting .careers__positions__posting--border {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto; }
    .careers__positions__posting .careers__positions__posting--border .filler {
      line-height: 2.5; }
  .floating-button {
    display: none; } }

@media only screen and (max-width: 736px) {
  .careers__statement {
    padding: 80px 20px; }
  .careers__stories {
    padding: 0 20px; }
  .careers__positions__content p {
    padding-left: 20px;
    padding-right: 20px; }
  .careers__positions__posting h3 {
    font-size: 1.2rem; }
  .careers__application__form .ginput_container_name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .careers__application__form .ginput_container_name .name_first,
    .careers__application__form .ginput_container_name .name_last {
      width: 100%; }
  .careers__application__form .ginput_container_address,
  .careers__application__form .ginput_container_fileupload {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .careers__application__form .ginput_container_address .ginput_left,
    .careers__application__form .ginput_container_address .ginput_right,
    .careers__application__form .ginput_container_fileupload .ginput_left,
    .careers__application__form .ginput_container_fileupload .ginput_right {
      width: 100%; }
  .careers__application__form .gfield.careers-email,
  .careers__application__form .gfield.careers-phone,
  .careers__application__form .gfield.careers-education,
  .careers__application__form .gfield.careers-resume,
  .careers__application__form .gfield.careers-sales,
  .careers__application__form .gfield.careers-water {
    width: 100%;
    margin-right: 0;
    padding: 0.5rem 1rem; }
  .careers__contact__wrapper.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .careers__contact__wrapper.row a {
      margin-top: 20px; }
    .careers__contact__wrapper.row p {
      text-align: center; }
  .floating-button {
    display: none; } }

.standard__hero.contact {
  margin-top: 90px; }
  .standard__hero.contact .standard__hero__image {
    display: none; }
  .standard__hero.contact h1 {
    color: #005dab; }

.contact__form {
  padding: 0; }
  .contact__form h4 {
    color: #005dab;
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .contact__form h4 {
        font-size: 34px; } }
  .contact__form img {
    display: inherit;
    margin: 0 auto;
    max-width: 800px;
    width: auto; }
  .contact__form .gform_wrapper ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 66.66667%;
    margin: 0 auto !important; }
    @media only screen and (max-width: 768px) {
      .contact__form .gform_wrapper ul.gform_fields {
        max-width: 100%; } }
  .contact__form .gform_footer {
    text-align: center;
    margin-top: 2rem; }
    .contact__form .gform_footer input {
      border: 0; }
  .contact__form .gfield_label {
    visibility: hidden; }
  .contact__form .gfield_required {
    display: none; }
  .contact__form .interested {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 1.5rem; }
    .contact__form .interested .ginput_container {
      max-width: 33.33333333%; }
      @media only screen and (max-width: 768px) {
        .contact__form .interested .ginput_container {
          max-width: 100%; } }
    .contact__form .interested .gfield_label {
      visibility: visible;
      font-size: 19px;
      margin-bottom: 12px;
      display: block; }
      @media only screen and (max-width: 768px) {
        .contact__form .interested .gfield_label {
          font-size: 16px; } }
  .contact__form .name {
    max-width: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%; }
    @media only screen and (max-width: 768px) {
      .contact__form .name {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .contact__form .phone {
    max-width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%; }
    @media only screen and (max-width: 768px) {
      .contact__form .phone {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .contact__form .company {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    @media only screen and (max-width: 768px) {
      .contact__form .company {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .contact__form .email {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    @media only screen and (max-width: 768px) {
      .contact__form .email {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

.contact__form .gfield,
.careers__application__form .gfield {
  padding: 0.25rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contact__form .ginput_container input,
.contact__form .ginput_container select,
.careers__application__form .ginput_container input,
.careers__application__form .ginput_container select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #005dab;
  border-radius: 3px;
  padding: 1rem;
  background: transparent;
  font-size: 1rem;
  outline: none; }
  .contact__form .ginput_container input:focus,
  .contact__form .ginput_container select:focus,
  .careers__application__form .ginput_container input:focus,
  .careers__application__form .ginput_container select:focus {
    border-color: #00a389; }

.contact__form .ginput_container select,
.careers__application__form .ginput_container select {
  display: block;
  color: #707070;
  line-height: 1.3;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.813' height='8.098' viewBox='0 0 14.813 8.098'%3E%3Cpath id='Path_431' data-name='Path 431' d='M7519.014,3920l7.049,7.038,7.059-7.038' transform='translate(-7518.661 -3919.646)' fill='none' stroke='%23005dab' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 16px center;
  background-size: 14px; }
  .contact__form .ginput_container select::-ms-expand,
  .careers__application__form .ginput_container select::-ms-expand {
    display: none; }
  .contact__form .ginput_container select:focus,
  .careers__application__form .ginput_container select:focus {
    outline: none; }
  .contact__form .ginput_container select option,
  .careers__application__form .ginput_container select option {
    font-weight: normal; }

.contact__locations {
  background-color: #f0f0f0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 65px 0 100px; }

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

.contact__location {
  width: 45%; }
  .contact__location h4 {
    color: #00a389; }
  .contact__location p {
    padding-bottom: 0; }

.contact__location__image {
  height: 350px;
  width: 100%; }

.contact__location__text {
  background-color: #e8f3f1;
  margin-top: -50px;
  max-width: 80%;
  padding: 30px 20px;
  z-index: 9; }

@media only screen and (max-width: 1024px) {
  .contact__location {
    padding-bottom: 50px;
    width: 100%; } }

.lab {
  margin-top: 83px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .lab {
      margin-top: 93px; } }
  .lab__tour__container {
    width: 100%;
    padding-bottom: 49.41%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .lab__tour__container {
        padding-bottom: 56.25%; } }
    .lab__tour__container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .lab__info__container {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-top: 1px solid #f0f0f0;
    padding: 60px 16px; }
    @media only screen and (max-width: 768px) {
      .lab__info__container {
        padding: 30px 0; } }
  .lab__info__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem 1.5rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease; }
    .lab__info__heading h1 {
      text-transform: uppercase;
      font-family: "paralucent", Arial, sans-serif;
      font-weight: 700;
      color: #005dab;
      font-size: 48px; }
  .lab__info__content {
    overflow: auto;
    padding: 0 1.5rem; }
    .lab__info__content p {
      font-size: 0.9rem;
      line-height: 1.6; }
      .lab__info__content p.lab__info__lead {
        font-size: 1.125rem; }

.score-section-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 9999;
  grid-gap: 30px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none; }
  .score-section-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 37px;
    margin: 0;
    line-height: 14px;
    font-size: 14px; }
    .score-section-menu li:first-child a::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 5px;
      width: 37px;
      height: 37px;
      background: transparent url(../images/icon-email.svg?v=1) no-repeat center center;
      background-size: contain;
      border-radius: 50%;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      z-index: 10;
      top: 0; }
    .score-section-menu li:last-child a::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 5px;
      width: 37px;
      height: 37px;
      background: transparent url(../images/icon-call.svg?v=1) no-repeat center center;
      background-size: contain;
      border-radius: 50%;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      z-index: 10;
      top: 0; }
    .score-section-menu li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      height: 37px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      cursor: pointer;
      padding: 0; }
    .score-section-menu li p {
      height: 37px;
      font-size: 1.1rem;
      line-height: 1.2;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      border-radius: 23px;
      background-color: #00a389;
      padding: 8px 50px 6px 23px;
      margin: 0;
      -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
      font-family: "frank-new", Arial, sans-serif;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 60px; }
  .modal .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px; }
  .modal .gform_wrapper {
    padding: 20px;
    display: block !important; }
  .modal .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
    line-height: 0.5em; }
  .modal .close:hover,
  .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }

.contact__form .form-header,
.content-text .form-header {
  color: white;
  background-color: #47beab;
  padding: 36px 20px 33px 20px;
  text-align: left; }
  .contact__form .form-header h2,
  .content-text .form-header h2 {
    font-size: 30px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 0.3em; }

.contact__form .gform_wrapper h2,
.content-text .gform_wrapper h2 {
  font-size: 18px;
  color: #005dab;
  text-align: center;
  margin-bottom: 1em;
  text-transform: capitalize;
  line-height: 1.3em; }

.contact__form .gform_wrapper h4,
.content-text .gform_wrapper h4 {
  font-size: 22px;
  color: #005dab; }

.contact__form .gform_wrapper ul.gform_fields,
.content-text .gform_wrapper ul.gform_fields {
  max-width: 100%; }

.contact__form .gform_wrapper .validation_message,
.content-text .gform_wrapper .validation_message {
  font-size: 12px;
  color: red;
  line-height: 2em; }

.contact__form .gform_wrapper .gform_footer,
.content-text .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-bottom: 4rem; }

.contact__form .interested .ginput_container,
.content-text .interested .ginput_container {
  max-width: 50%; }

.contact__form textarea,
.content-text textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #005dab;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "stevie-sans", Arial, sans-serif;
  font-size: 1rem; }

@media only screen and (min-width: 1200px) {
  .score-section-menu {
    top: 0;
    right: 45px;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
            transform: rotate(-90deg) translate(-50%, 50%); } }

@media only screen and (max-width: 1199px) {
  .score-section-menu {
    width: 100%;
    min-height: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto; }
  .score-section-menu li:first-child a::after {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .score-section-menu li:last-child a::after {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@media only screen and (max-width: 736px) {
  .modal .modal-content {
    width: 96%; } }

.wrap-form-submition {
  max-width: 1000px;
  margin: auto; }
  .wrap-form-submition .gform_title {
    text-transform: uppercase;
    font-family: "paralucent", Arial, sans-serif;
    font-weight: 700;
    color: #005dab;
    font-size: 48px;
    padding: 100px 0 50px; }
  .wrap-form-submition input,
  .wrap-form-submition select,
  .wrap-form-submition textarea {
    border-color: #005dab;
    border: 1px solid #005dab;
    border-radius: 3px; }
  .wrap-form-submition input,
  .wrap-form-submition select {
    height: 45px; }
  .wrap-form-submition input[type="file"]::file-selector-button {
    background-color: grey;
    color: white;
    border: none;
    padding: 10px 20px;
    height: 45px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
  .wrap-form-submition input[type="file"]::file-selector-button:hover {
    background-color: grey; }
  .wrap-form-submition .gfield_label {
    font-weight: 500; }
  .wrap-form-submition .gpnf-add-entry,
  .wrap-form-submition input[type="submit"],
  .wrap-form-submition .return-form,
  .wrap-form-submition .print-form {
    background: linear-gradient(-13deg, #00a389 50%, #005dab 50%);
    background-size: 300% 100%;
    background-position: left bottom;
    border-radius: 20px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "frank-new", Arial, sans-serif;
    font-weight: 700;
    padding: 10px 35px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .wrap-form-submition .gpnf-add-entry:hover,
    .wrap-form-submition input[type="submit"]:hover,
    .wrap-form-submition .return-form:hover,
    .wrap-form-submition .print-form:hover {
      background-position: right bottom; }
  .wrap-form-submition input[type="submit"] {
    background: linear-gradient(-13deg, #005dab 50%, #00a389 50%);
    background-size: 300% 100%;
    background-position: left bottom; }
  .wrap-form-submition .gpnf-nested-entries {
    width: 100%; }
    .wrap-form-submition .gpnf-nested-entries thead {
      background-color: grey;
      color: white; }
  .wrap-form-submition ul li {
    line-height: 29px; }
    .wrap-form-submition ul li::before {
      content: '✗';
      color: red;
      margin: 0 10px 0 0; }
  .wrap-form-submition .wrap-notification ul li {
    line-height: 29px; }
    .wrap-form-submition .wrap-notification ul li::before {
      content: '✓';
      color: #00a389;
      margin: 0 10px 0 0; }
  .wrap-form-submition .wrap-notification a {
    color: #005dab; }
  .wrap-form-submition .gpnf-row-actions ul li {
    line-height: 1em;
    font-size: 16px; }
    .wrap-form-submition .gpnf-row-actions ul li::before {
      content: none; }
  .wrap-form-submition .gpnf-row-actions button {
    font-size: 14px; }
  .wrap-form-submition td {
    font-size: 14px; }
    .wrap-form-submition td ul li {
      line-height: 1em;
      margin: 0 0 10px; }
  .wrap-form-submition tbody tr:nth-child(odd) {
    background-color: #f2f2f2; }
  .wrap-form-submition tbody tr:nth-child(even) {
    background-color: #fff; }
  .wrap-form-submition .gfield--type-form {
    position: relative;
    overflow: visible; }
  .wrap-form-submition .gpnf-nested-entries-container {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90vw;
    max-width: 1420px;
    padding: 15px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px; }
  .wrap-form-submition form {
    border: 1px solid #f0f0f0;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px; }
  .wrap-form-submition .current-date {
    display: block; }

.gform_heading b {
  font-weight: 700; }

.wrap-notification b {
  font-weight: 700; }

.gpnf-modal .tingle-modal-box .gpnf-modal-header {
  background-color: #005dab !important; }

.gpnf-modal .gpnf-btn-submit,
.gpnf-modal .gpnf-btn-cancel {
  background: linear-gradient(-13deg, #00a389 50%, #005dab 50%);
  background-size: 300% 100%;
  background-position: left bottom;
  border-radius: 20px !important;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "frank-new", Arial, sans-serif;
  font-weight: 700;
  padding: 10px 35px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .gpnf-modal .gpnf-btn-submit:hover,
  .gpnf-modal .gpnf-btn-cancel:hover {
    background-position: right bottom; }

.gpnf-modal .gpnf-btn-cancel {
  background: linear-gradient(-13deg, #005dab 50%, #00a389 50%);
  background-size: 300% 100%;
  background-position: left bottom; }

.gpnf-modal .gchoice {
  margin: 5px 0; }

.gpnf-modal input,
.gpnf-modal select,
.gpnf-modal textarea {
  border-color: #005dab;
  border: 1px solid #005dab;
  border-radius: 3px; }

.gpnf-modal ul li {
  line-height: 29px; }
  .gpnf-modal ul li::before {
    content: '✔';
    color: #00a389;
    margin: 0 10px 0 0; }

.tingle-modal {
  z-index: 9999 !important; }

.gform_confirmation_wrapper,
.gform_validation_error {
  margin-top: 6em; }

.separator-form {
  opacity: 0; }

.gform_wrapper.gravity-theme .gfield {
  margin-top: 10px; }

.hidden-on-screen {
  display: none; }

/* Print format */
#tbleMain {
  width: 100%; }
  #tbleMain td {
    padding: 5px; }

#line5 {
  color: black; }
  #line5 th {
    color: black;
    padding: 10px 5px;
    font-size: 12px;
    position: relative;
    height: 100px;
    vertical-align: bottom; }

.vertical-text {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  height: 34px;
  width: 100px;
  position: absolute;
  left: -17px;
  top: 17px;
  padding: 5px 0; }

table#tbleMain select {
  width: 100px;
  height: 40px; }

table#tbleMain input[type="checkbox"] {
  height: 18px; }

table#tbleMain input[type="text"] {
  width: 150px;
  height: 40px; }

.table-list table font {
  font-size: 16px !important;
  line-height: 1.4em; }

.wrap-form-submition td {
  padding: 5px; }

.table-list .print-form {
  margin: 20px 0 40px; }

.table-list hr {
  margin-top: 20px; }

.wrap-form-submition form {
  padding: 0; }

@media only screen and (max-width: 736px) {
  .gform_confirmation_message {
    padding: 20px; }
  .gform_wrapper {
    padding: 20px; } }

@media print {
  .no-print,
  .print-form,
  .gform-footer,
  .gfield--type-fileupload {
    display: none !important; }
  .wrap-form-submition .gform_title {
    padding: 30px 0 20px; }
  .hidden-on-screen {
    display: block; }
  .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 202px !important; }
  .gform_title {
    text-align: center; }
  .break-print {
    page-break-before: always; }
  .wrap-form-submition form {
    padding: 0; }
  .wrap-notification {
    padding: 0; } }

@page {
  size: letter;
  margin: 5mm; }

