﻿/** MIXINS **/ /*
 *  SimpleBar.js - v1.1.9
 *  Scrollbars, simpler.
 *  https://grsmto.github.io/simplebar/
 *
 *  Made by Adrien Grsmto from a fork by Jonathan Nicol
 *  Under MIT License
 */
.simplebar, [data-simplebar-direction] {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
  overflow-y: scroll;
  overflow-x: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -ms-overflow-style: none; /* hide browser scrollbar on IE10+ */
}

a {
  color: #00E0E3;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* hide browser scrollbar on Webkit (Safari & Chrome) */
.simplebar-scroll-content::-webkit-scrollbar {
  display: none;
}

[data-simplebar-direction=horizontal] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
  overflow-x: scroll;
  overflow-y: auto;
}

.simplebar-track {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-track .simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity 0.2s linear;
  background: #6c6e71;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}

[data-simplebar-direction=horizontal] .simplebar-track,
.simplebar.horizontal .simplebar-track {
  top: auto;
  left: 0;
  width: auto;
  height: 11px;
}

[data-simplebar-direction=horizontal] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* ================================================================ *\
	#Normalize
\* ================================================================ */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ================================================================ *\
	#Base
\* ================================================================ */
/* Variables  */
.f-light {
  font-weight: 300;
}

.f-reg {
  font-weight: 400;
}

.f-med {
  font-weight: 500;
}

.f-bold {
  font-weight: 700;
}

.sep {
  display: block;
  width: 100%;
  height: 2px;
}
.sep.blue {
  background: #00E0E3;
}
.sep.red {
  background: #f60031;
}
.sep.custom-border {
  height: 12px;
}

.custom-border {
  background: #00E0E3;
  width: 100%;
  display: block;
  position: relative;
}
.custom-border:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f60031;
}

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

.mfp-iframe-holder .mfp-close {
  width: 40px;
  height: 40px;
}

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

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

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

button.mfp-close:before {
  position: absolute;
  top: -10px;
  right: 0;
  content: "+";
  display: block;
  font-size: 60px;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
button.mfp-close:hover:before {
  transform: rotate(-45deg);
}

.btn, .btn-hs a {
  display: inline-block;
  padding: 14px 18px;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  border-radius: 5px;
  transition: all 0.1s linear;
}
.btn.cta_button, .btn.btn-transparent-red, .btn-hs a.cta_button, .btn-hs a.btn-transparent-red {
  border: 3px solid #f60031;
  font-size: 19px;
  color: #f60031 !important;
  text-decoration: none !important;
}
.btn.cta_button:hover, .btn.btn-transparent-red:hover, .btn-hs a.cta_button:hover, .btn-hs a.btn-transparent-red:hover {
  color: #fff !important;
  background: #f60031;
}
.btn.btn-transparent-white, .btn-hs a.btn-transparent-white {
  border: 3px solid #fff;
  font-size: 19px;
  color: #fff !important;
}
.btn.btn-transparent-white:hover, .btn-hs a.btn-transparent-white:hover {
  color: #00E0E3 !important;
  background: #fff;
}
.btn.btn-red, .btn-hs a.btn-red {
  border: 3px solid #f60031;
  background: #f60031;
  color: #fff !important;
}
.btn.btn-red:hover, .btn-hs a.btn-red:hover {
  color: #f60031 !important;
  background: #fff;
}
.btn.small, .btn-hs a.small {
  font-size: 19px;
  padding: 15px 25px;
  text-transform: none;
  font-weight: 400;
}

body {
  font-family: "SST", sans-serif;
  color: #000;
  padding-top: 70px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.cf:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

section {
  position: relative;
}

section#section-contact-form .section-header h2, section#section-contact-form .section-header .h2,
section .section-header h2,
section .section-header .h2 {
  font-size: 38px;
  line-height: 40px;
  margin-top: 0.83em;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

a {
  transition: all 0.15s linear;
}
a:before {
  transition: all 0.15s linear;
}

.shell {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hide {
  display: none;
}

.image-placeholder {
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  height: auto;
}

.show-mobile {
  display: none;
}

/* a section that keeps its columns in proportion */
.section-ratio-cols {
  clear: both;
}
.section-ratio-cols .cf {
  width: 100%;
}
.section-ratio-cols .item,
.section-ratio-cols .col {
  float: left;
  position: relative;
}
.section-ratio-cols .item .holder,
.section-ratio-cols .col .holder {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-ratio-cols.section-1-1 .item,
.section-ratio-cols.section-1-1 .col {
  padding-bottom: 100%;
}
.section-ratio-cols.section-1-4 .item,
.section-ratio-cols.section-1-4 .col {
  padding-bottom: 25%;
}
.section-ratio-cols.section-16-9 .item,
.section-ratio-cols.section-16-9 .col {
  padding-bottom: 56.25%;
}
.section-ratio-cols.section-4-3 .item,
.section-ratio-cols.section-4-3 .col {
  padding-bottom: 75%;
}
.section-ratio-cols.section-3-2 .item,
.section-ratio-cols.section-3-2 .col {
  padding-bottom: 66.66%;
}
.section-ratio-cols.section-8-5 .item,
.section-ratio-cols.section-8-5 .col {
  padding-bottom: 62.5%;
}
.section-ratio-cols.section-9-4 .item,
.section-ratio-cols.section-9-4 .col {
  padding-bottom: 44.44%;
}

/*
 * form
 */
.form input {
  border: 0;
}
.form input[type=text], .form input[type=email], .form select {
  font-size: 14px;
  margin-right: 4px;
  padding: 12px 14px;
}
.form .btn {
  padding: 14px 14px;
}

/**
 * Slick slider
 */
.slick-prev, .slick-next {
  background: url(../images/slider-sprites.png);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 27px;
  margin-top: -13.5px;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 13px;
  z-index: 10;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  background-position: -23px 0px;
  right: 50px;
}

.search-results #section-title-strip {
  background: #f60031;
}
.search-results .item a {
  color: #00E0E3;
}

.admin-bar header#header-main {
  top: 32px;
}

header#header-main {
  background-color: #000;
  padding: 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
}
header#header-main .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
header#header-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header#header-main .logo-main {
  float: left;
  padding: 25px 0;
  max-width: 100px;
  min-width: 100px;
}
header#header-main .logo-main img {
  width: 100%;
  height: auto;
}
header#header-main #nav-main {
  padding: 0 0 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header#header-main #nav-main ul {
  display: flex;
  justify-content: flex-end;
}
header#header-main #nav-main ul > li {
  float: left;
  position: relative;
  padding: 0;
  margin-left: 35px;
}
header#header-main #nav-main ul > li.blue > a {
  color: #00E0E3;
}
header#header-main #nav-main ul > li.top-border {
  border-top: 1px solid #414141;
  padding-top: 10px;
}
header#header-main #nav-main ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  top: 125%;
  left: 0;
  height: 0px;
  background: #f60031;
  transition: height 0.1s ease-out;
}
header#header-main #nav-main ul > li.normal-case a {
  text-transform: none;
}
header#header-main #nav-main ul > li > a {
  color: #ffffff;
  font-size: 15px;
  padding: 26.5px 0;
  font-weight: 400;
  text-decoration: none;
}
header#header-main #nav-main ul > li > a:hover {
  color: #00E0E3;
}
header#header-main #nav-main ul > li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  width: auto;
  display: flex;
}
header#header-main #nav-main ul > li:hover .dropdown-menu li {
  width: 100%;
  display: block;
}
header#header-main #nav-main ul > li:hover .dropdown-menu li.menu-image a {
  padding-top: 0;
}
header#header-main #nav-main ul > li:hover .dropdown-menu li > a:hover {
  color: #00E0E3;
}
header#header-main #nav-main ul > li.current-menu-item a, header#header-main #nav-main ul > li.current-menu-ancestor a {
  color: #00E0E3;
}
header#header-main #nav-main ul > li.current-menu-item .dropdown-menu li a, header#header-main #nav-main ul > li.current-menu-ancestor .dropdown-menu li a {
  color: #ffffff;
}
header#header-main #nav-main ul > li.current-menu-item .dropdown-menu li.active a, header#header-main #nav-main ul > li.current-menu-ancestor .dropdown-menu li.active a {
  color: #00E0E3;
}
header#header-main #nav-main ul > li.current-menu-item .dropdown-menu li.active .dropdown-menu li a, header#header-main #nav-main ul > li.current-menu-ancestor .dropdown-menu li.active .dropdown-menu li a {
  color: #ffffff;
}
header#header-main #nav-main ul > li.current-menu-item .dropdown-menu li.active .dropdown-menu li a:hover, header#header-main #nav-main ul > li.current-menu-ancestor .dropdown-menu li.active .dropdown-menu li a:hover {
  color: #00E0E3;
}
header#header-main #nav-main ul > li.current-menu-item .dropdown-menu li .dropdown-menu li.active a, header#header-main #nav-main ul > li.current-menu-ancestor .dropdown-menu li .dropdown-menu li.active a {
  color: #00E0E3;
}
header#header-main #nav-main ul .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: 50%;
  padding: 15px 20px;
  flex-direction: column;
  transform: translateX(-50%);
  background: #000;
  transition: all 0.1s linear;
}
header#header-main #nav-main ul .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: 400;
  opacity: 1;
  text-align: left;
}
header#header-main #nav-main ul .dropdown-menu li a:hover {
  opacity: 1;
}
header#header-main #nav-main ul .dropdown-menu li:after {
  display: none;
}
@media (max-width: 64.0525em) {
  header#header-main #nav-main .mega-menu .dropdown-menu {
    left: 0;
    transform: translate(0);
  }

}
@media (min-width: 64.0625em) {
  header#header-main #nav-main .mega-menu .dropdown-menu {
    padding-top: 25px;
    display: flex !important;
    align-items: flex-start;
    flex-flow: nowrap;
  }
  header#header-main #nav-main .mega-menu .dropdown-menu .dropdown-menu {
    display: flex !important;
    flex-flow: row wrap;
    position: relative;
    top: 0;
    padding: 0;
    max-height: unset;
    transform: translate(0);
    left: 0;
    height: auto;
    white-space: normal;
  }
  header#header-main #nav-main .mega-menu .dropdown-menu .dropdown-menu li {
    width: 100%;
    flex: 0 0 100%;
  }
  header#header-main #nav-main .mega-menu .dropdown-menu .dropdown-menu li a {
    text-align: left;
    padding: 10px 0;
  }
  header#header-main #nav-main .mega-menu .dropdown-menu .dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
  header#header-main #nav-main .mega-menu .mega-col {
    display: flex !important;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 30px;
    min-width: 190px;
    min-height: 290px;
    border-right: 1px solid #414141;
  }
  header#header-main #nav-main .mega-menu .mega-col.no-link:hover {
    cursor: default;
    color: #ffffff;
  }
  header#header-main #nav-main .mega-menu .mega-col.wide {
    min-width: 265px;
  }
  header#header-main #nav-main .mega-menu .mega-col > a {
    width: auto;
    padding: 0 0 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #414141;
  }
  header#header-main #nav-main .mega-menu .mega-col:nth-child(1) {
    flex: 0 0 350px;
  }
  header#header-main #nav-main .mega-menu .mega-col:last-child {
    border-right: 0px solid #414141;
  }
  header#header-main #nav-main .mega-menu .dropdown-menu li:hover > a:hover {
    color: #00E0E3;
  }
  header#header-main #nav-main .mega-menu .dropdown-menu li.no-link:hover > a {
    cursor: default;
    color: #ffffff !important;
  }
}
header#header-main #nav-social {
  padding: 0 15px;
  float: right;
  display: flex;
  align-items: center;
}
header#header-main #nav-social .ico {
  float: left;
  padding: 0 8px;
}
header#header-main #nav-social .ico a {
  color: #ffffff;
  font-size: 0px;
  display: block;
}
header#header-main #nav-social .ico a:before {
  display: none;
}
header#header-main #nav-social .ico:hover a:before {
  color: #00E0E3;
}
header#header-main #nav-social .ico.ico-facebook a:before {
  content: "\f343";
}
header#header-main #nav-social .ico.ico-twitter a:before {
  content: "\f360";
}
header#header-main #nav-social .ico.ico-linkedin a:before {
  content: "\f3f8";
}
header#header-main #nav-social .ico.ico-search {
  position: relative;
}
header#header-main #nav-social .ico.ico-search a:before {
  content: "\f1c3";
  font-weight: 700;
  font-size: 24px;
}
header#header-main #nav-social .ico.ico-search.active a:before, header#header-main #nav-social .ico.ico-search:hover a:before {
  color: #00E0E3;
}
header#header-main #nav-social .ico.ico-search .search-holder {
  position: absolute;
  top: 49px;
  right: 0;
  z-index: 1;
  background: #f3f4f8;
}
header#header-main #nav-social .ico.ico-search .search-holder input {
  font-size: 12px;
  background: none;
  border: none;
  padding: 15px;
}
header#header-main .site-title {
  display: block;
  color: #ffffff;
}
header#header-main .hamburger {
  padding: 20px 15px 12px 15px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  float: right;
  margin-left: 15px;
}
header#header-main .hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
header#header-main .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
header#header-main .hamburger-inner, header#header-main .hamburger-inner::before, header#header-main .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
header#header-main .hamburger-inner::before, header#header-main .hamburger-inner::after {
  content: "";
  display: block;
}
header#header-main .hamburger-inner::before {
  top: -10px;
}
header#header-main .hamburger-inner::after {
  bottom: -10px;
}
header#header-main .hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header#header-main .hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
header#header-main .hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header#header-main .hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header#header-main .hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
header#header-main .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 64.0525em) {
  header#header-main #nav-main {
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s ease;
    overflow-y: auto;
    max-width: 400px;
  }
  header#header-main #nav-main ul li {
    margin-left: 0;
  }
  header#header-main #nav-main ul li:after {
    top: 100%;
  }
  header#header-main #nav-main.active {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    padding-left: 0;
    background: #fff;
    visibility: visible;
    opacity: 1;
    z-index: 10;
    max-height: calc(100vh - 100px);
  }
  header#header-main #nav-main.active ul {
    background-color: none;
    flex-direction: column;
    padding: 20px;
  }
  header#header-main #nav-main.active ul > li:hover:after {
    height: 3px;
    top: 100%;
  }
  header#header-main #nav-main.active ul > li:hover .dropdown-menu {
    position: relative;
    top: 0;
    white-space: initial;
    padding: 0;
  }
  header#header-main #nav-main.active ul > li:hover .dropdown-menu li a {
    text-align: left;
  }
  header#header-main #nav-main.active ul li a {
    padding: 10px 5px;
    display: block;
  }
  header#header-main .hamburger {
    display: block;
    text-align: right;
  }
  header#header-main #nav-main ul .dropdown-menu {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
  header#header-main #nav-main ul .dropdown-menu li {
    display: block;
    width: auto;
  }
  header#header-main #nav-main ul .dropdown-menu li a {
    padding-left: 15px;
  }
}
@media (max-width: 67.5em) {
  header#header-main .logo-main {
    padding-left: 10px;
  }
  header#header-main #nav-main {
    max-width: 75%;
  }
}
@media (max-width: 47.9275em) {
  body {
    padding-top: 54px;
  }
  header#header-main .hamburger {
    display: block;
    padding: 10px 0px 12px;
    order: 3;
  }
  header#header-main .logo-main {
    padding: 20px 10px 16px 0px;
    order: 0;
  }
  header#header-main #nav-social {
    order: 2;
    padding: 0 10px;
  }
  header#header-main .site-title {
    order: 1;
  }
  header#header-main #nav-main {
    max-width: 100%;
  }
}
.page-template-tmpl-feed .mfp-close-btn-in .mfp-close {
  position: absolute;
}

.mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}

.event-form {
  max-width: 600px;
  margin: auto;
  border-radius: 20px;
  position: relative;
  background-color: #00aeef;
}
.event-form .hs-form-field {
  margin: 7px 0;
}
.event-form .hs-form-field .input {
  width: 100%;
}
.event-form .hs-form-field > label {
  display: none;
}
.event-form .hs-form-field label {
  padding-bottom: 0px;
  color: #fff;
}
.event-form .hs-form-field .hs-error-msgs label {
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
  color: #f00;
}
.event-form .hs-form-field input,
.event-form .hs-form-field select,
.event-form .hs-form-field textarea {
  border: none;
  background-color: #fff;
  height: 36px;
  font-size: 15px;
  font-weight: 500;
  color: #939598;
  padding: 0 10px;
  border-radius: 5px;
  font-family: "SST";
}
.event-form .hs-form-field textarea {
  height: 70px;
}
.event-form .hs-form-field ::-moz-placeholder {
  color: #939598;
  opacity: 1;
}
.event-form .hs-form-field ::placeholder {
  color: #939598;
  opacity: 1;
}
.event-form h2 {
  color: #fff;
}
.event-form .legal-consent-container label a {
  color: #fff;
  text-decoration: underline;
}
.event-form .event-form-holder {
  padding: 40px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.event-form .field-holder {
  margin-bottom: 15px;
}
.event-form select,
.event-form input {
  border-radius: 3px;
  max-width: 100%;
  width: 100%;
  padding: 10px;
}
.event-form select[type=submit],
.event-form input[type=submit] {
  border: 2px solid #f60031;
  width: auto;
  padding: 14px 14px;
}
.event-form select.hs-button.primary.large,
.event-form input.hs-button.primary.large {
  width: 100%;
  max-width: 180px;
  height: 47px;
  font-size: 22px;
  padding: 0 10px;
  border-radius: 5px;
  font-weight: 500;
}
.event-form .event-form-title {
  color: #fff;
  flex: 0 0 100%;
  font-size: 30px;
  margin: 0;
}

footer {
  position: relative;
  background: #000;
  color: #fffefe;
  font-size: 12px;
  padding: 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .strip {
  background: #00E0E3;
  height: 30px;
  width: 100%;
  display: block;
  position: relative;
}
footer .strip:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #f60031;
}
footer .social-nav {
  margin-left: 20px;
}
footer .shell {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
footer .credits {
  line-height: 28px;
  text-align: right;
  color: #898991;
}
footer .credits a:hover {
  opacity: 0.6;
}
footer .footer-menu-holder {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
footer .footer-section.footer-menu-holder {
  flex: 0.7;
}
footer .footer-section.footer-info-holder {
  flex: 0.3;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu li {
  display: inline-block;
  padding: 0 0px 0 20px;
}
footer .footer-menu li:first-child {
  padding-left: 0;
}
footer .footer-menu li a {
  color: #fffefe;
  font-size: 12px;
  display: inline-block;
  padding: 18px 0;
}
footer .footer-menu li a:hover {
  color: #878792;
}
footer .footer-col {
  flex: 1;
}
footer .logo-footer {
  display: block;
  margin-bottom: 15px;
}
footer .footer-custom-logo {
  padding-top: 0;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
}
footer .footer-custom-logo img {
  max-width: 130px;
  margin-right: 50px;
  margin-bottom: 10px;
}

#social-items {
  padding: 0px 0 50px;
}

.social-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.social-nav li {
  display: inline-block;
}
.social-nav .ico {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0 20px 0 0px;
}
.social-nav .ico a {
  position: relative;
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  color: inherit;
}
.social-nav .ico a svg {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.social-nav .ico a:hover svg {
  opacity: 0.6;
}
.social-nav .ico a:before {
  display: none;
}

@media (max-width: 64.0525em) {
  footer .footer-custom-logo {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
  }
  footer .footer-custom-logo img {
    margin: 0 10px 10px;
    max-width: 90px;
  }
  footer .footer-menu {
    text-align: center;
  }
  footer .footer-menu li a {
    padding: 10px 0;
    font-size: 15px;
  }
  footer .footer-section.footer-menu-holder, footer .footer-section.footer-info-holder {
    flex: 1 100%;
    justify-content: center;
  }
  footer .footer-section.footer-menu-holder .credits, footer .footer-section.footer-info-holder .credits {
    text-align: center;
  }
}
@font-face {
  font-family: "SST";
  src: url('../fonts/sst-medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "SST";
  src: url('../fonts/sst-regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SST";
  src: url('../fonts/sst-light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "SST";
  src: url('../fonts/sst-bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.home #section-video-bg {
  display: block;
  min-height: 570px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 90em) {
  .home #section-video-bg {
    min-height: 670px;
  }
}
.home #section-video-bg .video {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home #section-video-bg .video video {
  max-width: 500%;
  max-height: 500%;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.home #section-video-bg .section-video-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 64.0525em) {
  .home #section-video-bg .section-video-text {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.home #section-video-bg .section-video-text .holder {
  min-width: 450px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.home #section-video-bg .section-video-text .holder img {
  max-width: 100%;
  margin-bottom: 13px;
}
.home #section-video-bg .section-video-text .holder .title {
  color: #ffffff;
  font-size: 26.5px;
  font-weight: 700;
  margin: 30px auto;
}
.home #section-video-bg .section-video-text .holder .video_buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home #section-video-bg .section-video-text .holder .btn {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 30px;
  line-height: 1.5;
  margin: 0 15px;
}
.home #section-video-bg .section-video-text .holder .btn.btn-blue {
  border: 3px solid #00aeef;
  background: #00aeef;
  color: #fff;
}
.home #section-video-bg .section-video-text .holder .btn.btn-blue:hover {
  color: #00aeef;
  background: #ffffff;
}
@media (min-width: 30em) and (max-width: 64.0525em) {
  .home #section-video-bg .section-video-text .holder .btn {
    font-size: 20px;
  }
}
@media (max-width: 47.9275em) {
  .home #section-video-bg .section-video-text .holder {
    min-width: 100%;
  }
  .home #section-video-bg .section-video-text .holder .title {
    font-size: 20px;
  }
  .home #section-video-bg .section-video-text .holder .btn {
    font-size: 20px;
    margin-bottom: 15px;
    white-space: nowrap;
    margin: 0 10px;
    padding: 10px 15px;
  }
}
@media (max-width: 29.99em) {
  .home #section-video-bg {
    min-height: 320px;
  }
}
.home #section-slider .slick-prev,
.home #section-slider .slick-next {
  width: auto;
  height: 60px;
  transition: all 0.2s linear;
}
.home #section-slider .slick-prev:hover,
.home #section-slider .slick-next:hover {
  opacity: 0.9;
}
.home #section-slider .slick-prev {
  left: 20px;
}
.home #section-slider .slick-prev:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.home #section-slider .slick-prev:hover {
  transform: translateX(-10%);
}
.home #section-slider .slick-next {
  right: 20px;
}
.home #section-slider .slick-next:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.home #section-slider .slick-next:hover {
  transform: translateX(10%);
}
.home #section-slider .slick-dots {
  position: absolute;
  list-style: none;
  bottom: 10px;
  left: 50%;
  background: #fff;
  padding: 6px 15px;
  margin: 0;
  border-radius: 15px;
  transform: translateX(-50%);
}
.home #section-slider .slick-dots li {
  margin: 0 6px;
  display: inline-block;
  background: #00E0E3;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.home #section-slider .slick-dots li button {
  display: none;
}
.home #section-slider .slick-dots li.slick-active {
  background-color: #f60031;
}
.home #section-slider .slide {
  position: relative;
  height: 550px;
  background-size: cover;
  background-position: center;
}
.home #section-slider .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.home #section-slider .slide .text {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  color: #fff;
  top: 38%;
}
.home #section-slider .slide .text .holder {
  padding: 30px 30% 30px 60px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
.home #section-slider .slide .text .holder h1,
.home #section-slider .slide .text .holder h2,
.home #section-slider .slide .text .holder h3,
.home #section-slider .slide .text .holder h4,
.home #section-slider .slide .text .holder h5,
.home #section-slider .slide .text .holder h6 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-transform: none;
}
.home #section-slider .slide .text .holder small {
  font-size: 1.2vw;
  font-weight: 400;
}
.home #section-testimonials {
  margin-bottom: 0;
}
.home #section-testimonials .section-header {
  padding: 0;
}
.home #section-testimonials .section-header h2 b {
  font-weight: 700;
}
.home #section-testimonials .section-header h2 span {
  font-weight: 400;
}
.home #section-testimonials .slider-testimonials {
  background-color: #00E0E3;
  display: none;
  opacity: 0;
  transition: all 0.3s linear;
}
.home #section-testimonials .slider-testimonials .slick-prev,
.home #section-testimonials .slider-testimonials .slick-next {
  top: 50%;
  z-index: 10;
  height: 50px;
  width: 50px;
  position: absolute;
}
.home #section-testimonials .slider-testimonials .slick-prev:before,
.home #section-testimonials .slider-testimonials .slick-next:before {
  content: "";
  display: none;
}
.home #section-testimonials .slider-testimonials .slick-prev {
  left: 10px;
  background: url("../images/arrow.svg") no-repeat center center;
  transform: rotate(180deg);
}
.home #section-testimonials .slider-testimonials .slick-prev:before {
  content: "\f2fa";
}
.home #section-testimonials .slider-testimonials .slick-next {
  right: 10px;
  background: url("../images/arrow.svg") no-repeat center center;
}
.home #section-testimonials .slider-testimonials .slick-next:before {
  content: "\f2fb";
}
.home #section-testimonials .slider-testimonials.slick-initialized {
  display: block;
  opacity: 1;
  transition: all 1s linear;
}
.home #section-testimonials .slider-testimonials .btn {
  position: relative;
  display: inline-block;
  margin: auto;
}
.home #section-testimonials .slider-testimonials .item {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.home #section-testimonials .slider-testimonials .item .shell {
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: #00E0E3;
  min-height: 475px;
}
.home #section-testimonials .slider-testimonials .item .shell .testimonial {
  float: left;
  color: #fff;
  width: 50%;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home #section-testimonials .slider-testimonials .item .shell .testimonial .text {
  position: relative;
  width: 100%;
  max-width: 600px;
  float: right;
  font-size: 30px;
  line-height: 40px;
  padding: 40px 60px 40px 60px;
}
.home #section-testimonials .slider-testimonials .item .shell .testimonial .text p {
  margin: 0;
}
.home #section-testimonials .slider-testimonials .item .shell .testimonial .text .credit {
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin-top: 28px;
  margin-bottom: 32px;
}
.home #section-testimonials .slider-testimonials .item .shell .testimonial-image {
  float: left;
  width: 50%;
  background-size: cover;
}
.home #section-testimonials .section-testimonials-buttons {
  top: -20px;
}
.home #section-testimonials .section-testimonials-buttons .slick-slider {
  margin: 0;
}
.home #section-testimonials .section-testimonials-buttons .shell {
  position: relative;
}
.home #section-testimonials .section-testimonials-buttons .slick-slide {
  position: relative;
  cursor: pointer;
  padding: 50px 0 40px 0;
}
.home #section-testimonials .section-testimonials-buttons .slick-slide:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.home #section-testimonials .section-testimonials-buttons .slick-slide img {
  margin: auto;
  filter: grayscale(100%);
  opacity: 0.6;
  max-height: 80px;
  max-width: 70%;
  height: auto;
  transition: all 0.1s linear;
}
.home #section-testimonials .section-testimonials-buttons .slick-slide.slick-current {
  transition: all 0.3s linear;
}
.home #section-testimonials .section-testimonials-buttons .slick-slide.slick-current:before {
  top: auto;
  bottom: 0px;
  left: calc(50% - 5px);
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 30px 30px;
  border-color: transparent transparent #00E0E3 transparent;
  transform: rotate(90deg);
}
.home #section-testimonials .section-testimonials-buttons .slick-slide.slick-current img {
  filter: grayscale(0%);
  opacity: 1;
}
.home #section-icons-grid .section-header h1, .home #section-icons-grid .section-header h2 {
  color: #00aeef;
  margin-bottom: 50px;
  font-size: 38px;
  line-height: 40px;
}
@media (max-width: 47.9275em) {
  .home #section-icons-grid .section-header h1, .home #section-icons-grid .section-header h2 {
    font-size: 28px;
  }
}
.home #section-icons-grid .section-body {
  margin-bottom: 30px;
}
.home #section-icons-grid .section-body .item {
  width: 25%;
  flex-basis: 25%;
}
.home #section-icons-grid .section-body .item h3, .home #section-icons-grid .section-body .item .h3 {
  font-size: 20px;
  max-width: 75%;
  margin: 15px auto;
  font-weight: 700;
}
.home #section-icons-grid .section-body .item .icon {
  max-height: 120px;
}
.home #section-icons-grid .section-footer {
  margin-bottom: 30px;
}
@media (min-width: 30em) and (max-width: 64.0525em) {
  .home #section-icons-grid .section-body .item {
    padding: 0 10px;
  }
  .home #section-icons-grid .section-body .item h3 {
    font-size: 18px;
    max-width: 100%;
  }
  .home #section-icons-grid .section-body .item .icon {
    max-height: 100px;
  }
}
@media (max-width: 47.9275em) {
  .home #section-icons-grid .section-body {
    flex-direction: row;
  }
  .home #section-icons-grid .section-body .item {
    width: 50%;
    flex-basis: 50%;
    padding: 0 10px;
  }
  .home #section-icons-grid .section-body .item h3 {
    font-size: 16px;
    max-width: 100%;
  }
  .home #section-icons-grid .section-body .item .icon {
    max-height: 80px;
  }
}
.home #section-text-full-width {
  background-color: #f3f4f8;
}
.home #section-text-full-width .shell {
  padding: 40px 0;
}
.home #section-text-full-width .section-body {
  line-height: 30px;
  margin: auto;
}
.home #section-text-full-width .section-body p {
  font-size: 24px;
  line-height: 38px;
}
.home #section-text-full-width .section-footer {
  padding: 20px 0;
}
.home #section-cta {
  padding: 80px 0 300px 0;
  background-position: center;
  background-size: cover;
}
.home #section-cta .section-header h2 {
  color: #fff;
  font-weight: 400;
}
.home #section-cta .section-header h2 b {
  font-weight: bold;
}
.home #section-cta .section-body {
  color: #fff;
  max-width: 900px;
  font-size: 24px;
  line-height: 40px;
  margin: auto;
}
.home #section-cta .section-footer {
  padding: 20px 0;
}
.home #section-boxes-2cols {
  display: flex;
  flex-flow: row wrap;
}
.home #section-boxes-2cols .col {
  flex-basis: 50%;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #section-boxes-2cols .col .image img {
  max-height: 110px;
  width: auto;
}
.home #section-boxes-2cols .col h3 {
  font-size: 38px;
  line-height: 52px;
  margin: 25px 0;
  text-transform: none;
  color: #414141;
}
.home #section-boxes-2cols .col .read-more {
  color: #f60031;
  text-transform: none;
  font-size: 20px;
}
.home #section-boxes-2cols .col .read-more:hover {
  opacity: 0.6;
}
.home #section-news-blog {
  padding: 40px 0 60px 0;
  background: url("../images/bg-sky-1.jpg") no-repeat center center;
  background-size: cover;
}
.home #section-news-blog .shell {
  max-width: 1280px;
  display: flex;
  flex-flow: row wrap;
}
.home #section-news-blog .col {
  flex-basis: 50%;
  padding: 20px;
}
.home #section-news-blog .col .holder {
  background: #fff;
  width: 100%;
  height: 100%;
}
.home #section-news-blog .col .holder h2 {
  padding: 35px 40px;
  width: 100%;
  font-size: 38px;
  border-top: 6px solid #00E0E3;
  border-bottom: 6px solid #00E0E3;
  position: relative;
  text-transform: none;
}
.home #section-news-blog .col .holder h2 .btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.home #section-news-blog .col .holder .content {
  padding: 20px 40px 0px 40px;
}
.home #section-news-blog .col .holder .content .item {
  padding: 15px 0;
}
.home #section-news-blog .col .holder .content .meta {
  text-transform: uppercase;
  font-size: 24px;
}
.home #section-news-blog .col .holder .content h3 {
  font-size: 24px;
  line-height: 32px;
  color: #00E0E3;
  margin-bottom: 10px;
}
.home #section-news-blog .col .holder .content .text {
  font-size: 20px;
  line-height: 30px;
}
.home #section-news-blog .col .holder .content .btn {
  margin: 20px 0;
}
.home #section-news-blog .col .read-more {
  color: #f60031;
  text-transform: none;
  font-size: 20px;
}
@media (min-width: 30em) and (max-width: 64.0525em) {
  .home #section-slider .slide .text .holder {
    font-size: 24px;
    line-height: 30px;
  }
  .home #section-slider .slide .text .holder small {
    font-size: 14px;
  }
  .home #section-testimonials .slider-testimonials .item .shell {
    padding-right: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 60em) {
  .home #section-news-blog .col {
    flex-basis: 100%;
  }
}
@media (max-width: 47.9275em) {
  .home #section-slider .slick-prev,
  .home #section-slider .slick-next {
    top: 25%;
  }
  .home #section-slider .slick-next {
    right: 10px;
  }
  .home #section-slider .slick-prev {
    left: 10px;
  }
  .home #section-slider .slide .text {
    width: 100%;
    top: 50%;
  }
  .home #section-slider .slide .text .holder {
    padding: 20px;
    text-align: center;
    height: 50%;
    font-size: 26px;
    line-height: 32px;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home #section-slider .slide .text .holder small {
    font-size: 14px;
  }
  .home #section-testimonials .slider-testimonials .slick-prev,
  .home #section-testimonials .slider-testimonials .slick-next {
    top: 50%;
    z-index: 10;
    height: 50px;
    width: 50px;
    position: absolute;
  }
  .home #section-testimonials .slider-testimonials .slick-prev:before,
  .home #section-testimonials .slider-testimonials .slick-next:before {
    content: "";
    display: none;
  }
  .home #section-testimonials .slider-testimonials .slick-prev {
    left: 0px;
  }
  .home #section-testimonials .slider-testimonials .slick-prev:before {
    content: "\f2fa";
  }
  .home #section-testimonials .slider-testimonials .slick-next {
    right: 0px;
  }
  .home #section-testimonials .slider-testimonials .slick-next:before {
    content: "\f2fb";
  }
  .home #section-testimonials .slider-testimonials .item .shell {
    padding: 0;
    min-height: 400px;
    align-items: initial;
  }
  .home #section-testimonials .slider-testimonials .item .shell .testimonial-image {
    width: 100%;
    order: 2;
    min-height: 260px;
  }
  .home #section-testimonials .slider-testimonials .item .shell .testimonial {
    order: 1;
    width: 100%;
    flex-basis: 100%;
  }
  .home #section-testimonials .slider-testimonials .item .shell .testimonial .text {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
    background: #00E0E3;
    height: 370px;
  }
  .home #section-testimonials .slider-testimonials .item .shell .testimonial .text .credit {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
    position: absolute;
    bottom: 70px;
    width: 100%;
  }
  .home #section-testimonials .slider-testimonials .btn {
    width: auto;
    bottom: 0px;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home #section-testimonials .section-testimonials-buttons .slick-slide img {
    max-width: 100%;
    height: auto;
  }
  .home #section-cta {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 100px;
    background-size: cover;
  }
  .home #section-cta .section-body {
    font-size: 16px;
    line-height: 22px;
  }
  .home #section-boxes-2cols .col {
    flex-basis: 100%;
  }
  .home #section-boxes-2cols .col h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .home #section-news-blog .col {
    flex-basis: 100%;
  }
  .home #section-news-blog .col .holder h2 {
    padding: 20px 80px 20px 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 28px;
  }
  .home #section-news-blog .col .holder h2 .btn {
    right: 10px;
  }
  .home #section-news-blog .col .holder .content {
    padding: 15px 25px;
  }
  .home section .section-header h2 {
    font-size: 28px;
  }
  .home #section-text-full-width .shell {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#section-4icons-top {
  display: flex;
  flex-flow: row wrap;
  padding: 50px 0 70px;
  background-size: cover;
}
#section-4icons-top .page-title {
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-weight: 500;
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 100px;
}
#section-4icons-top .four-icons {
  display: flex;
  flex-flow: row wrap;
}
#section-4icons-top .four-icons .col-4 {
  width: 25%;
  flex-basis: 25%;
}
#section-4icons-top .four-icons .col-4 img {
  max-width: 150px;
}
#section-4icons-top .four-icons .col-4 .icon-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  max-width: 75%;
  margin: 10px auto;
}
@media (min-width: 30em) and (max-width: 64.0525em) {
  #section-4icons-top .page-title {
    font-size: 45px;
  }
  #section-4icons-top .four-icons .col-4 img {
    max-width: 120px;
  }
  #section-4icons-top .four-icons .col-4 .icon-text {
    font-size: 18px;
  }
  #section-4icons-top .four-icons .col-4 br {
    display: none;
  }
}
@media (max-width: 47.9275em) {
  #section-4icons-top .page-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #section-4icons-top .four-icons .col-4 {
    width: 50%;
    flex-basis: 50%;
  }
  #section-4icons-top .four-icons .col-4 img {
    max-width: 100px;
  }
  #section-4icons-top .four-icons .col-4 .icon-text {
    font-size: 18px;
    max-width: 90%;
  }
  #section-4icons-top .four-icons .col-4 br {
    display: none;
  }
}

#section-video.about-video .section-video-text {
  display: flex;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  padding: 30px 40px;
  justify-content: flex-end;
}
#section-video.about-video .section-video-text .holder {
  text-align: left;
}
#section-video.about-video .section-video-text .holder h1, #section-video.about-video .section-video-text .holder h2 {
  text-transform: none;
  font-size: 30px;
  line-height: 1;
}
#section-video.about-video .section-video-text .holder a {
  color: #00E0E3;
  text-decoration: underline;
}
#section-video.about-video .section-video-image {
  display: flex;
  align-items: center;
}
@media (min-width: 30em) and (max-width: 64.0525em) {
  #section-video.about-video .section-video-text {
    justify-content: center;
  }
}

.anchor {
  position: relative;
  display: block;
  transform: translateY(-75px);
}

#section-cols2-text-image {
  display: flex;
  flex-flow: row wrap;
  background: #fff;
}
#section-cols2-text-image .col {
  flex-basis: 50%;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#section-cols2-text-image .col.col-12 {
  flex-basis: 100%;
  padding: 50px 0;
}
#section-cols2-text-image .col.col-12.col-text .holder {
  max-width: 100%;
}
#section-cols2-text-image .col.col-text .holder {
  max-width: 550px;
  font-size: 20px;
  float: right;
  line-height: 30px;
}
#section-cols2-text-image .col.col-text .holder h1,
#section-cols2-text-image .col.col-text .holder h2 {
  font-weight: 700;
  font-size: 30px;
}
#section-cols2-text-image .col.col-text .holder h3 {
  font-weight: 700;
  font-size: 20px;
  padding: 20px 0 0px;
  margin: 0;
}
#section-cols2-text-image .col.col-image {
  background-size: cover;
  background-repeat: no-repeat;
}
#section-cols2-text-image .col h3 {
  font-size: 30px;
  text-transform: none;
}
#section-cols2-text-image .col .read-more {
  color: #f60031;
  text-transform: none;
  font-size: 20px;
}

.page-template-tmpl-home #section-icons-grid {
  background-color: #f3f4f8;
}
.page-template-tmpl-home #section-icons-grid .section-header h2 {
  text-transform: none;
}

#section-icons-grid {
  padding: 20px;
}
#section-icons-grid .section-header h2 {
  text-transform: none;
}

#section-icons-grid .section-body {
  display: flex;
  flex-flow: row wrap;
}
#section-icons-grid .section-body .item {
  float: left;
  width: 33.333%;
  flex-basis: 33.333%;
  padding: 15px 20px;
}
#section-icons-grid .section-body .item .icon {
  display: block;
  margin: auto;
  width: auto;
  max-height: 75px;
}
#section-icons-grid .section-body .item h3 {
  text-transform: none;
  font-size: 24px;
}
#section-icons-grid .section-body .item a {
  color: #00E0E3;
}

#section-team {
  padding: 80px 0;
}
#section-team .section-body {
  display: flex;
  flex-flow: row wrap;
}
#section-team .section-body .row {
  margin-top: 10px;
}
#section-team .section-body .item {
  position: relative;
  cursor: pointer;
  float: left;
  width: 25%;
  flex-basis: 25%;
  padding: 15px 5px 25% 5px;
}
#section-team .section-body .item:nth-child(even) h3 {
  border-bottom: 10px solid #f60031;
}
#section-team .section-body .item.active, #section-team .section-body .item:hover {
  z-index: 1;
}
#section-team .section-body .item.active .holder, #section-team .section-body .item:hover .holder {
  background-size: 107%;
}
#section-team .section-body .item .holder {
  padding: 10px;
  width: calc(100% - 10px);
  transition: background-size 0.2s ease-out;
  background-position: center;
  background-size: 100%;
}
#section-team .section-body .item.items-title {
  cursor: default;
}
#section-team .section-body .item.items-title h3 {
  text-transform: uppercase;
  left: 50%;
  padding-left: 30px;
  font-size: 38px;
  line-height: 50px;
  text-align: left;
  margin: 0;
  top: 50%;
  border-bottom: none;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#section-team .section-body .item .icon {
  display: block;
  margin: auto;
  height: 100px;
  width: auto;
}
#section-team .section-body .item h3 {
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  color: #414141;
  padding: 12px 0;
  border-bottom: 10px solid #00E0E3;
}
#section-team .section-body .item h3 .position {
  font-size: 17px;
  font-weight: 400;
  width: 100%;
  display: block;
}
#section-team .bio-holder {
  width: 100%;
  margin: 0 10px 15px 0px;
  opacity: 1;
  background: #f3f4f8;
  height: auto;
  visibility: visible;
  padding: 0px;
  position: relative;
  top: -10px;
}
#section-team .bio-holder .holder {
  padding: 40px;
}
#section-team .bio-holder .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
}
#section-team .bio-holder .btn-close:before {
  content: "+";
  display: block;
  font-size: 70px;
  font-weight: 100;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.1s linear;
}
#section-team .bio-holder .btn-close:hover:before {
  transform: rotate(-45deg);
}
#section-team .bio-holder .hide {
  height: 0px;
  visibility: hidden;
  transition: all 0.1s linear;
}
#section-team .bio-holder h3 {
  font-size: 40px;
  color: #414141;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
}
#section-team .bio-holder .position {
  color: #f60031;
  font-size: 24px;
  font-weight: bold;
}
#section-team .bio-holder .text {
  font-size: 20px;
}
#section-team .bio-holder .text p {
  font-weight: 400;
  line-height: 30px;
}


.page-template-tmpl-apps #section-contact-form {
  padding-top: 0;
}

#section-text-full {
  padding: 40px 0;
  background: #f3f4f8;
  font-size: 20px;
  line-height: 30px;
}
#section-text-full h1,
#section-text-full h2,
#section-text-full h3,
#section-text-full h5,
#section-text-full h6 {
  font-size: 38px;
  line-height: 42px;
}

#section-cols2-prod-img {
  display: flex;
  flex-flow: row wrap;
}
#section-cols2-prod-img .col {
  flex-basis: 50%;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-cols2-prod-img .col.col-image {
  background-size: cover;
  background-position: left center;
}
#section-cols2-prod-img .col:first-child.col-image {
  background-position: right center;
}
#section-cols2-prod-img .col.col-text.col-left {
  justify-content: flex-end;
}
#section-cols2-prod-img .col.col-text.col-left .holder {
  padding-right: 40px;
}
#section-cols2-prod-img .col.col-text.col-right {
  justify-content: flex-start;
}
#section-cols2-prod-img .col.col-text.col-right .holder {
  padding-left: 40px;
}
#section-cols2-prod-img .col.col-text .holder {
  max-width: 580px;
}
#section-cols2-prod-img .col.col-text .holder .item {
  display: inline-block;
  width: 100%;
  margin: 25px 0;
}
#section-cols2-prod-img .col.col-text .holder .item .image {
  width: 160px;
  height: auto;
  float: left;
  text-align: center;
  padding-right: 10px;
}
#section-cols2-prod-img .col.col-text .holder .item .image img {
  margin-bottom: 10px;
}
#section-cols2-prod-img .col.col-text .holder .item .image span {
  display: block;
  width: 100%;
  text-align: center;
}
#section-cols2-prod-img .col.col-text .holder .item .image .number {
  background: url("../images/Overview_Chips.svg") no-repeat center;
  background-size: cover;
  padding: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 117px;
  height: 116px;
  margin: 0 auto 10px auto;
  display: flex;
  align-items: center;
}
#section-cols2-prod-img .col.col-text .holder .item .image .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#section-cols2-prod-img .col.col-text .holder .item .image .subtitle {
  font-size: 15px;
  font-weight: 400;
}
#section-cols2-prod-img .col.col-text .holder .item .text {
  padding-left: 160px;
  display: block;
  line-height: 34px;
  font-size: 20px;
}
#section-cols2-prod-img .col.col-text .holder .item .read-more {
  color: #f60031;
  text-transform: none;
  font-size: 20px;
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
#section-cols2-prod-img .col.col-text .holder .item .read-more:hover {
  opacity: 0.6;
}
#section-cols2-prod-img .col h3 {
  font-size: 30px;
  text-transform: none;
}
#section-cols2-prod-img .col .read-more {
  color: #f60031;
  text-transform: none;
  font-size: 20px;
}

.postid-7935 #section-prod-desc .col.col-image {
  background-position: center;
}

#section-prod-desc {
  background: #f3f4f8;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  flex-flow: row wrap;
}
#section-prod-desc .col {
  flex-basis: 50%;
  padding: 50px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#section-prod-desc .col.col-image {
  background-size: cover;
  background-position: center left;
}
#section-prod-desc .col.col-text {
  padding: 40px 0;
}
#section-prod-desc .col.col-text.col-left {
  justify-content: flex-end;
}
#section-prod-desc .col.col-text .holder {
  max-width: 600px;
  padding-right: 40px;
}
#section-prod-desc .col.col-text .holder .section-title {
  font-size: 38px;
  line-height: 40px;
  margin-top: 25px;
  margin-bottom: 10px;
}
#section-prod-desc .col.col-text .holder h3 {
  margin-top: 10px;
  text-transform: none;
  font-size: 30px;
  line-height: 36px;
}
#section-prod-desc .col.col-text .holder .item {
  display: inline-block;
  width: 100%;
  margin: 25px 0;
}
#section-prod-desc .col.col-text .holder .item .image {
  width: 150px;
  height: auto;
  float: left;
}
#section-prod-desc .col.col-text .holder .item .text {
  padding-left: 150px;
  display: block;
  line-height: 34px;
  font-size: 20px;
}

#section-text-2cols {
  padding: 40px 0;
  font-size: 20px;
  line-height: 30px;
}
#section-text-2cols .section-header {
  width: 100%;
  border-bottom: 10px solid #00E0E3;
  margin-bottom: 20px;
}
#section-text-2cols .section-header h2 {
  font-size: 38px;
  color: #00E0E3;
  margin: 0;
}
#section-text-2cols .shell {
  padding: 30px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 47.9275em) {
  #section-text-2cols .shell {
    padding: 30px 15px;
  }
}
#section-text-2cols .col {
  flex-basis: 50%;
  padding-top: 30px;
  padding-right: 25px;
  font-size: 15px;
  line-height: 22px;
}
#section-text-2cols .col hr {
  margin: 35px 0;
  display: block;
}
#section-text-2cols .col ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
#section-text-2cols .col ul li {
  padding: 0 0 0 25px;
  margin: 7px 0;
  position: relative;
}
#section-text-2cols .col ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #00E0E3;
}
#section-text-2cols .col h3 {
  margin: 15px 0;
  display: inline-block;
  color: #414141;
  font-size: 18px;
  text-transform: none;
}
#section-text-2cols .col h3 + ul {
  margin-top: 0;
}
#section-text-2cols .col a {
  text-decoration: underline;
  color: #00E0E3;
}
#section-text-2cols .col:last-child {
  padding-right: 0px;
  padding-left: 25px;
}
#section-text-2cols .col .holder ul:first-of-type,
#section-text-2cols .col .holder h2:first-of-type,
#section-text-2cols .col .holder h3:first-of-type {
  margin-top: 0;
}

#section-text-2cols-new {
  padding: 40px 0;
  font-size: 20px;
  line-height: 30px;
}
#section-text-2cols-new .section-header {
  width: 100%;
  border-bottom: 2px solid #00E0E3;
  padding-bottom: 10px;
  margin: 0;
}
#section-text-2cols-new .section-header h2, #section-text-2cols-new .section-header h4 {
  font-size: 30px;
  color: #00E0E3;
  margin: 0;
}
#section-text-2cols-new .shell {
  padding: 30px;
  background-color: #f3f4f8;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 29.99em) {
  #section-text-2cols-new .shell {
    padding: 30px 15px;
  }
}
#section-text-2cols-new .col {
  flex-basis: 50%;
  padding-top: 30px;
  padding-right: 25px;
  font-size: 15px;
  line-height: 22px;
  width: 50%;
}
#section-text-2cols-new .col hr {
  margin: 35px 0;
  display: block;
}
#section-text-2cols-new .col ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
#section-text-2cols-new .col ul li {
  padding: 0 0 0 25px;
  margin: 7px 0;
  position: relative;
}
#section-text-2cols-new .col ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #00E0E3;
}
#section-text-2cols-new .col h3 {
  margin: 15px 0;
  display: inline-block;
  color: #414141;
  font-size: 18px;
  text-transform: none;
}
#section-text-2cols-new .col h3 + ul {
  margin-top: 0;
}
#section-text-2cols-new .col a {
  text-decoration: underline;
  color: #00E0E3;
}
#section-text-2cols-new .col:last-child {
  padding-right: 0px;
  padding-left: 25px;
}
#section-text-2cols-new .col .holder ul:first-of-type,
#section-text-2cols-new .col .holder h2:first-of-type,
#section-text-2cols-new .col .holder h3:first-of-type {
  margin-top: 0;
}

#section-cols4-related {
  padding: 0px 0 60px 0;
}
#section-cols4-related .shell {
  padding: 60px 0 0px 0;
  border-top: 8px solid #f3f4f8;
}
#section-cols4-related .item {
  float: left;
  width: 25%;
}
#section-cols4-related .item .holder {
  padding: 20px;
}
#section-cols4-related .item .holder h3 {
  font-size: 24px;
}
#section-cols4-related .item .holder .text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
#section-cols4-related .item .holder .read-more {
  color: #f60031;
  font-weight: 700;
}

#section-contact-form {
  padding: 60px 0;
  background: #f3f4f8;
}
#section-contact-form .hs_error_rollup {
  float: left;
}
#section-contact-form .hs_error_rollup .hs-error-msgs.inputs-list {
  float: left;
  width: 100%;
  position: relative;
  top: 20px;
}
#section-contact-form .hs-error-msgs.inputs-list {
  float: right;
  width: 67%;
}
#section-contact-form .wpcf7-validation-errors {
  border: none;
}
#section-contact-form h2 {
  margin-bottom: 10px;
}
#section-contact-form h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 40px;
}
#section-contact-form form {
  max-width: 50%;
}
#section-contact-form form .fields-holder.two-fields .field {
  float: left;
  max-width: 50%;
  width: 100%;
}
#section-contact-form form .fields-holder,
#section-contact-form form .field-holder {
  margin: 20px 0;
}
#section-contact-form form .fields-holder label,
#section-contact-form form .field-holder label {
  float: left;
  width: 30%;
  color: #414141;
  font-size: 20px;
}
#section-contact-form form .fields-holder .wpcf7-form-control-wrap,
#section-contact-form form .field-holder .wpcf7-form-control-wrap {
  padding-left: 30%;
  width: 100%;
  display: block;
  position: relative;
}
#section-contact-form form .fields-holder .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
#section-contact-form form .field-holder .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  top: 55px;
  left: 8px;
}
#section-contact-form form .fields-holder .wpcf7-form-control-wrap.file input,
#section-contact-form form .field-holder .wpcf7-form-control-wrap.file input {
  border: none;
}
#section-contact-form form .fields-holder .wpcf7-form-control-wrap.file .wpcf7-not-valid-tip,
#section-contact-form form .field-holder .wpcf7-form-control-wrap.file .wpcf7-not-valid-tip {
  top: 75px;
}
#section-contact-form form .fields-holder .wpcf7-form-control-wrap textarea,
#section-contact-form form .field-holder .wpcf7-form-control-wrap textarea {
  resize: none;
}
#section-contact-form form .fields-holder .wpcf7-form-control-wrap input,
#section-contact-form form .fields-holder .wpcf7-form-control-wrap select,
#section-contact-form form .field-holder .wpcf7-form-control-wrap input,
#section-contact-form form .field-holder .wpcf7-form-control-wrap select {
  line-height: 34px;
  padding: 5px;
}
#section-contact-form form .fields-holder .wpcf7-form-control-wrap select,
#section-contact-form form .fields-holder .wpcf7-form-control-wrap textarea,
#section-contact-form form .fields-holder .wpcf7-form-control-wrap input,
#section-contact-form form .field-holder .wpcf7-form-control-wrap select,
#section-contact-form form .field-holder .wpcf7-form-control-wrap textarea,
#section-contact-form form .field-holder .wpcf7-form-control-wrap input {
  border-radius: 3px;
  border: 1px solid #000;
  width: 100%;
  background: none;
}
#section-contact-form form .fields-holder input[type=submit],
#section-contact-form form .field-holder input[type=submit] {
  font-size: 22px;
  font-weight: 400;
  float: right;
  padding: 15px 40px;
}

@media (max-width: 64.0525em) {
  #section-prod-desc .col.col-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 30em) and (max-width: 60em) {
  #section-cols2-text-image .col {
    flex-basis: 100%;
  }
  #section-cols2-text-image .col.col-text .holder {
    max-width: 100%;
  }
  #section-cols2-text-image .col.col-image {
    min-height: 200px;
  }
}
@media (max-width: 47.9275em) {
  #section-text-2cols .section-header h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #section-prod-desc {
    display: block;
  }
  #section-prod-desc .col {
    width: 100%;
  }
  #section-prod-desc .col.col-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  #section-text-2cols {
    flex-direction: column;
  }
  #section-text-2cols .col {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #section-text-2cols .col:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  #section-cols4-related .item {
    width: 100%;
  }
  #section-contact-form form {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 29.99em) {
  #section-text-full .shell {
    padding-right: 15px;
    padding-left: 15px;
  }
  #section-cols2-prod-img .col {
    flex-basis: 100%;
  }
  #section-cols2-prod-img .col.col-image {
    order: 1;
  }
  #section-cols2-prod-img .col.col-text {
    order: 2;
  }
  #section-cols2-prod-img .col.col-text.col-right .holder {
    padding-left: 0;
  }
  #section-cols2-prod-img .col.col-text.col-left .holder {
    padding-right: 0;
  }
  #section-cols2-prod-img .col.col-text .holder {
    max-width: 100%;
  }
  #section-cols2-prod-img .col.col-text .holder .item .text {
    padding-left: 0;
    text-align: center;
  }
  #section-cols2-prod-img .col.col-text .holder .item .image {
    float: none;
    margin: 15px auto;
  }
}
#section-related-resources {
  padding: 40px 0;
}

#section-related-resources .item-resources {
  width: calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
  background-color: #f3f4f8;
  margin-right: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
#section-related-resources .item-resources:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 64.0525em) {
  #section-related-resources .item-resources {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
  #section-related-resources .item-resources:nth-child(4n) {
    margin-right: 20px;
  }
  #section-related-resources .item-resources:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 29.99em) {
  #section-related-resources .item-resources {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
}
#section-related-resources .item-category {
  padding: 10px 15px;
  color: #414141;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: space-between;
}
#section-related-resources .item-category-image {
  padding-left: 15px;
}
#section-related-resources .item-category-image img {
  max-height: 20px;
}
#section-related-resources .item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 55%;
}
#section-related-resources .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-related-resources .item-title {
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 15px;
  color: #414141;
  font-weight: 700;
  margin: 0.83em 0;
}
#section-related-resources .item-image {
  overflow: hidden;
}
#section-related-resources .item-text {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 15px;
  color: #414141;
  margin: 0;
}
#section-related-resources .item-footer {
  padding: 15px 15px 30px;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
}
#section-related-resources .items {
  padding-top: 30px;
  display: flex;
  flex-flow: row wrap;
}

#section-product-text .shell {
  padding-top: 20px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 47.9275em) {
  #section-product-text .shell {
    padding-top: 20px;
    flex-flow: row wrap;
  }
}

#section-product-text .section-title {
  color: #00E0E3;
  font-size: 30px;
  display: block;
  text-transform: none;
  margin: 0;
}
#section-product-text .section-subtitle {
  text-transform: none;
  font-size: 26px;
  max-width: 600px;
  margin: 0;
  padding-top: 10px;
}
#section-product-text .text {
  font-size: 15px;
  line-height: 22px;
}
#section-product-text .main-content {
  flex: 0 0 66.666666%;
  padding-right: 80px;
}
@media (max-width: 64.0525em) {
  #section-product-text .main-content {
    padding-right: 30px;
  }
}
@media (max-width: 47.9275em) {
  #section-product-text .main-content {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
#section-product-text .sidebar {
  padding-top: 50px;
  max-width: 400px;
  flex: 0 0 33.333333%;
}
@media (max-width: 47.9275em) {
  #section-product-text .sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#section-product-text .image-holder {
  padding-bottom: 30px;
}
#section-product-text .image-holder img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 47.9275em) {
  #section-product-text .image-holder {
    text-align: center;
  }
}
#section-product-text .form-holder {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
  background-color: #00E0E3;
  padding: 15px 20px;
  width: 100%;
}
#section-product-text .form-holder .form-title {
  font-size: 25px;
  margin-bottom: 0px;
  max-width: 70%;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
#section-product-text .form-holder form {
  display: block;
}
#section-product-text .form-holder .hs-form-field {
  display: flex;
  flex-flow: row wrap;
  margin: 10px 0;
}
#section-product-text .form-holder .hs-form-field .input {
  width: 100%;
  margin: 0;
}
#section-product-text .form-holder .hs-form-field label {
  flex: 0 0 100%;
  padding-bottom: 10px;
  color: #fff;
}
#section-product-text .form-holder .hs-form-field .hs-input {
  border-color: #fff;
  background-color: #fff;
}
#section-product-text .form-holder .actions {
  width: 100%;
  padding-top: 15px;
  display: inline-block;
}
#section-product-text .items {
  padding-top: 30px;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
#section-product-text .item {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row wrap;
}
#section-product-text .item .item-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 80px;
}
@media (max-width: 29.99em) {
  #section-product-text .item .item-image {
    flex: 0 0 100%;
    padding-bottom: 30px;
  }
  #section-product-text .item .item-image img {
    margin: auto;
  }
}
#section-product-text .item .item-content {
  padding-left: 15px;
  flex: 0 0 calc(100% - 80px);
}
@media (max-width: 29.99em) {
  #section-product-text .item .item-content {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
#section-product-text .item .item-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 29.99em) {
  #section-product-text .item .item-title {
    text-align: center;
  }
}
#section-product-text .item .item-text {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 29.99em) {
  #section-product-text .item .item-text {
    text-align: center;
  }
}

.page-template-tmpl-contact #section-contact-form {
  padding: 0;
  background-color: #00aeef;
  display: flex;
  flex-flow: row wrap;
}
.page-template-tmpl-contact #section-contact-form form {
  max-width: 100%;
}
.page-template-tmpl-contact #section-contact-form form .hs-error-msgs.inputs-list {
  width: 100%;
  float: left;
  top: 0;
}
.page-template-tmpl-contact #section-contact-form .col {
  flex-basis: 50%;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-tmpl-contact #section-contact-form .col.col-image {
  background-size: cover;
}
.page-template-tmpl-contact #section-contact-form .col.col-left {
  padding: 0px 0;
  justify-content: flex-end;
}
.page-template-tmpl-contact #section-contact-form .col.col-left .holder {
  width: 100%;
  max-width: 530px;
  padding-right: 150px;
  margin-top: 0;
}
.page-template-tmpl-contact #section-contact-form .col.col-left .holder .section-title {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
.page-template-tmpl-contact #section-contact-form .col.col-left .holder .section-subtitle {
  margin-top: 0px;
  text-transform: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  padding-top: 0;
  color: #ffffff;
}

#section-contact-info {
  padding: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
#section-contact-info .col {
  flex-basis: 50%;
  padding: 50px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#section-contact-info .col.col-map {
  width: 100%;
}
#section-contact-info .col.col-text {
  padding: 40px 0 80px 0;
  justify-content: flex-end;
}
#section-contact-info .col.col-text .holder {
  width: 100%;
  max-width: 600px;
  padding-right: 40px;
}
#section-contact-info .col.col-text .holder h2, #section-contact-info .col.col-text .holder .h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
#section-contact-info .col.col-text .holder h3, #section-contact-info .col.col-text .holder .h3 {
  margin-top: 10px;
  text-transform: none;
  font-size: 30px;
  line-height: 36px;
}
#section-contact-info .col.col-text .items {
  font-size: 20px;
  line-height: 30px;
}
#section-contact-info .col.col-text .items a {
  color: #00E0E3;
}
#section-contact-info .col.col-text .items a:hover {
  opacity: 0.8;
}
#section-contact-info .col.col-text .items.accordion {
  border-top: 1px solid #000;
  margin-bottom: 60px;
}
#section-contact-info .col.col-text .items.accordion:last-of-type {
  margin-bottom: 0;
}
#section-contact-info .col.col-text .items.accordion .item.closed:before {
  color: #00E0E3;
  content: "+";
}
#section-contact-info .col.col-text .items.accordion .item.closed .text {
  max-height: 0px;
  visibility: hidden;
  position: absolute;
}
#section-contact-info .col.col-text .items.accordion .item {
  position: relative;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
#section-contact-info .col.col-text .items.accordion .item .text {
  visibility: visible;
  font-size: 20px;
  position: relative;
  max-height: 1000px;
  transition: all 0.5s linear;
}
#section-contact-info .col.col-text .items.accordion .item .text p {
  margin-top: 0;
}
#section-contact-info .col.col-text .items.accordion .item:before {
  display: block;
  content: "-";
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 40px;
  color: #f60031;
  font-weight: 400;
}
#section-contact-info .col.col-text .items.accordion .item h3, #section-contact-info .col.col-text .items.accordion .item .h3 {
  cursor: pointer;
  margin: 0px;
  padding: 0;
  line-height: 60px;
  font-size: 24px;
  font-weight: 400;
  padding-right: 22px;
}
#section-contact-info .col.col-text .items.boxes {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}
#section-contact-info .col.col-text .items.boxes .item {
  flex-basis: 50%;
  padding-right: 15px;
}
#section-contact-info .col.col-text .items.boxes .item .holder {
  width: inherit;
  padding: 0;
}

@media (min-width: 30em) and (max-width: 64.0525em) {
  .page-template-tmpl-contact #section-contact-form .col.col-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-tmpl-contact #section-contact-form .col.col-left .holder {
    padding-right: 0px;
  }
  .page-template-tmpl-contact #section-contact-info .col {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-tmpl-contact #section-contact-info .col.col-text .holder {
    max-width: 100%;
    padding-right: 0px;
  }
  .page-template-tmpl-contact #section-contact-info .col.col-map {
    min-height: 250px;
  }
}
@media (max-width: 47.9275em) {
  .page-template-tmpl-contact #section-contact-form {
    display: block;
  }
  .page-template-tmpl-contact #section-contact-form .col {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-tmpl-contact #section-contact-form .col.col-image {
    order: 1;
  }
  .page-template-tmpl-contact #section-contact-form .col.col-left {
    order: 2;
  }
  .page-template-tmpl-contact #section-contact-form form {
    padding: 0;
  }
  .page-template-tmpl-contact #section-contact-form form .field-holder label {
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
  }
  .page-template-tmpl-contact #section-contact-form form .field-holder .wpcf7-form-control-wrap {
    padding-left: 0;
  }
  .page-template-tmpl-contact #section-contact-form .col.col-left {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-template-tmpl-contact #section-contact-form .col.col-left .holder {
    padding: 0;
  }
  #section-contact-info {
    display: block;
  }
  #section-contact-info .col {
    width: 100%;
  }
  #section-contact-info .col.col-map {
    width: 100%;
    min-height: 400px;
  }
  #section-contact-info .col.col-text .holder {
    padding: 15px;
  }
  #section-contact-info .col.col-text .items.boxes {
    flex-direction: column;
  }
  #section-contact-info .col.col-text .items.boxes .item {
    padding: 0;
  }
  #section-contact-info .col.col-text .items.accordion .item h3, #section-contact-info .col.col-text .items.accordion .item .h3 {
    font-size: 20px;
  }
  #section-contact-info .col.col-text .items.accordion .item .text {
    font-size: 16px;
    line-height: 24px;
  }
}
#section-title-strip {
  padding: 10px 15px;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 150px;
  background-position: center;
}
#section-title-strip .section-title,
#section-title-strip h1,
#section-title-strip h2, #section-title-strip .h2,
#section-title-strip h3,
#section-title-strip h4,
#section-title-strip h5,
#section-title-strip h6 {
  display: inline-block;
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
}
#section-title-strip .sub-navigation {
  display: block;
  margin: 5px 0;
}
#section-title-strip a {
  text-transform: uppercase;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  position: relative;
}
#section-title-strip a:after {
  content: "/";
  display: inline-block;
  padding: 0 3px;
  color: #fff;
}
#section-title-strip a:last-of-type:after {
  display: none;
}
#section-title-strip a.current, #section-title-strip a:hover {
  color: #00E0E3;
}
#section-title-strip a.current .section-title, #section-title-strip a:hover .section-title {
  color: #00E0E3;
  margin: 0;
}
@media (max-width: 29.99em) {
  #section-title-strip a {
    font-size: 20px;
    margin: 0;
    display: inline-block;
  }
  #section-title-strip a.current {
    margin: 0;
    display: block;
  }
  #section-title-strip a.current .section-title {
    font-size: 20px;
  }
}
@media (max-width: 29.99em) {
  #section-title-strip {
    min-height: 100px;
    background-position: left center;
  }
}

.page-template-tmpl-technology #section-title-strip h1, .page-template-tmpl-technology #section-title-strip .section-title {
  font-size: 38px;
  text-transform: none;
  font-weight: 700;
}

#section-items {
  padding: 60px 0;
}
#section-items .anchor {
  position: relative;
  transform: translateY(-100px);
}
#section-items .shell .item {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 40px;
}
#section-items .shell .item:last-child {
  margin-bottom: 0;
}
#section-items .col {
  flex-basis: 50%;
  padding: 0px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#section-items .col.col-image {
  background-size: cover;
  background-position: center;
}
#section-items .col.col-text {
  padding: 30px;
  background: #f3f3f8;
  font-size: 20px;
  line-height: 30px;
}
#section-items .col.col-text .holder .section-header a {
  color: #00aeef;
  text-decoration: underline;
}
#section-items .col.col-text .holder .section-header h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 5px;
}
#section-items .col h3 {
  font-size: 30px;
  text-transform: none;
}
#section-items .col .read-more {
  color: #f60031;
  text-transform: none;
  font-size: 20px;
}

@media (max-width: 47.9275em) {
  #section-items .col {
    flex-basis: 100%;
  }
  .page-template-tmpl-technology #section-title-strip .section-title,
  .page-template-tmpl-technology #section-title-strip h1,
  .page-template-tmpl-technology #section-title-strip h2,
  .page-template-tmpl-technology #section-title-strip h3,
  .page-template-tmpl-technology #section-title-strip h4,
  .page-template-tmpl-technology #section-title-strip h5,
  .page-template-tmpl-technology #section-title-strip h6,
  #section-title-strip .section-title,
  #section-title-strip h1,
  #section-title-strip h2,
  #section-title-strip h3,
  #section-title-strip h4,
  #section-title-strip h5,
  #section-title-strip h6 {
    font-size: 20px;
    line-height: 1.15;
  }
}
#resources-feed {
  padding: 20px 0 80px;
}
#resources-feed .shell {
  display: flex;
  flex-flow: row wrap;
}
#resources-feed .resources-filters {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 60px;
}
#resources-feed .resources-filters .resources-filters-holder {
  border-bottom: 15px solid #f3f4f8;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media (max-width: 47.9275em) {
  #resources-feed .resources-filters .resources-filters-holder {
    padding: 15px;
  }
}
#resources-feed .resources-filters .resources-filter {
  width: 100%;
  max-width: 200px;
  margin-right: 20px;
}
#resources-feed .resources-filters select {
  -webkit-appearance: none;
  border: 1px solid #dedfe3;
  width: 100%;
  max-width: 200px;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  background: transparent url("../images/ico-arrow-2.png") no-repeat 95% center;
}
#resources-feed .item-resources {
  width: calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  background-color: #f3f4f8;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
#resources-feed .item-resources:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 64.0525em) {
  #resources-feed .item-resources {
    width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
  #resources-feed .item-resources:nth-child(3n) {
    margin-right: 30px;
  }
  #resources-feed .item-resources:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 47.9275em) {
  #resources-feed .item-resources {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
}
#resources-feed .item-category {
  padding: 10px 15px;
  color: #414141;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: space-between;
}
#resources-feed .item-category-image {
  padding-left: 15px;
  height: 34px;
}
#resources-feed .item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 55%;
}
#resources-feed .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}
#resources-feed .item-title {
  text-transform: none;
  font-size: 20px;
  color: #00E0E3;
  padding: 0 15px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 0.83em;
}
#resources-feed .item-image {
  overflow: hidden;
}
#resources-feed .item-text {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 15px;
  color: #414141;
  margin-bottom: 0;
}
#resources-feed .item-footer {
  padding: 15px 15px 30px;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  top: -40px;
  position: absolute;
  right: -40px;
}
@media (max-width: 47.9275em) {
  .mfp-close-btn-in .mfp-close {
    right: 0;
  }
}


.single-resources .section-cols2-text-grey .col {
  flex-basis: 50%;
  padding: 10px 50px 30px 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 64.0525em) {
  .single-resources .section-cols2-text-grey .col {
    padding: 20px;
  }
}
@media (max-width: 47.9275em) {
  .single-resources .section-cols2-text-grey .col {
    flex-basis: 100%;
    padding: 0px;
  }
}
.single-resources .section-cols2-text-grey .col .holder {
  font-size: 15px;
  line-height: 20px;
  color: #575757;
}
.single-resources .section-cols2-text-grey .col .holder h2, .single-resources .section-cols2-text-grey .col .holder h3 {
  text-transform: none;
  color: #575757;
  font-size: 1.17em;
}
.single-resources .section-cols2-text-grey .col .sidebar-text {
  background-color: #e6e7e8;
  max-width: 500px;
  color: #000000;
  margin-bottom: 30px;
}
.single-resources .section-cols2-text-grey .col .sidebar-text .sidebar-text-title {
  background: #00aeef;
  padding: 20px;
}
.single-resources .section-cols2-text-grey .col .sidebar-text .sidebar-text-title h2, .single-resources .section-cols2-text-grey .col .sidebar-text .sidebar-text-title p, .single-resources .section-cols2-text-grey .col .sidebar-text .sidebar-text-title h3, .single-resources .section-cols2-text-grey .col .sidebar-text .sidebar-text-title h4 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
}
.single-resources .section-cols2-text-grey .col .sidebar-text .holder {
  padding: 20px;
}
.single-resources .section-cols2-text-grey .col .sidebar-text .holder h2, .single-resources .section-cols2-text-grey .col .sidebar-text .holder h3, .single-resources .section-cols2-text-grey .col .sidebar-text .holder strong, .single-resources .section-cols2-text-grey .col .sidebar-text .holder b {
  text-transform: none;
  color: #000000;
  font-size: 1.17em;
}
.single-resources .section-cols2-text-grey .col.form-app-wrap {
  max-width: 500px;
  padding: 10px 50px 30px;
}
@media (max-width: 47.9275em) {
  .single-resources .section-cols2-text-grey .col.form-app-wrap {
    padding: 0;
    margin: 0 auto;
  }
}
.single-resources #section-items-app {
  background: #00aeef;
}
.single-resources #section-items-app:after {
  content: "";
  background: url(../images/arrow-result.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 220px;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 47.9275em) {
  .single-resources #section-items-app:after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    width: 150px;
    height: 132px;
  }
}
.single-resources #section-items-app .item {
  display: flex;
  flex-flow: row wrap;
}
.single-resources #section-items-app .item .col-6 {
  flex-basis: 50%;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 47.9275em) {
  .single-resources #section-items-app .item .col-6 {
    flex-basis: 100%;
    padding: 15px;
  }
}
.single-resources #section-items-app .item .col-6.col-image {
  background-size: cover;
  background-position: center;
}
.single-resources #section-items-app .item .col-6.col-text .holder {
  width: 100%;
}
.single-resources #section-items-app .item .col-6.col-text .holder .section-body {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #ffffff;
}
.single-resources #section-items-app .item .col-6.col-text .holder .section-body a {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 47.9275em) {
  .single-resources #section-items-app .item .col-6.col-text .holder .section-body {
    font-size: 1.15rem;
    line-height: 1.15;
  }
}
.single-resources #section-items-app .item .col-6.col-text .holder h2, .single-resources #section-items-app .item .col-6.col-text .holder p strong, .single-resources #section-items-app .item .col-6.col-text .holder h3 {
  text-transform: none;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
}
.single-resources #section-items-app .item .col-12 {
  text-align: center;
  padding: 30px 60px;
}
@media (max-width: 47.9275em) {
  .single-resources #section-items-app .item .col-12 {
    padding: 15px;
  }
}
.single-resources #section-items-app .item .col-12.col-text .holder .section-body {
  font-size: 15px;
  line-height: 20px;
  color: #575757;
}
.single-resources #section-items-app .item .col-12.col-text .holder .section-body a {
  color: #00E0E3;
  text-decoration: underline;
}
.single-resources #section-items-app .item .col-12.col-text .holder h2, .single-resources #section-items-app .item .col-12.col-text .holder strong, .single-resources #section-items-app .item .col-12.col-text .holder b {
  text-transform: none;
  margin: 0 0 15px 0;
  font-size: 18px;
}

#section-items-feed {
  padding: 60px 0;
}
#section-items-feed.sidebar .section-body {
  float: left;
  width: 65%;
}
#section-items-feed.sidebar .sidebar {
  width: 30%;
  float: right;
  padding: 60px 0px;
}
#section-items-feed.sidebar .sidebar .holder {
  background-color: #f3f4f8;
  padding: 40px;
}
#section-items-feed.sidebar .sidebar ul {
  list-style: none;
  padding-left: 0;
}
#section-items-feed.sidebar .sidebar ul li a {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  color: #414141;
}
#section-items-feed.sidebar .sidebar ul li a:hover {
  color: #f60031;
}
#section-items-feed.sidebar .sidebar ul li ul {
  padding-left: 15px;
}
#section-items-feed.sidebar .sidebar ul li ul li a {
  font-weight: 400;
}
#section-items-feed.sidebar .sidebar .widget_accordion_archive .archive-accordion-month {
  font-size: 14px;
  line-height: 24px;
}
#section-items-feed.sidebar .sidebar .widget_accordion_archive .archive-accordion-month a {
  font-size: 14px !important;
  line-height: 24px !important;
}
#section-items-feed.sidebar .sidebar .widget_accordion_archive .archive-accordion-month a:hover {
  color: #f60031;
}
#section-items-feed .archive {
  border-bottom: 10px solid #f3f4f8;
  padding: 10px 0;
}
#section-items-feed .archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#section-items-feed .archive ul li {
  display: inline-block;
}
#section-items-feed .archive ul li a {
  font-weight: 700;
  font-size: 24px;
  padding: 10px 20px;
  color: #414141;
}
#section-items-feed .archive ul li a:hover {
  color: #f60031;
}
#section-items-feed .section-body {
  padding: 20px 0;
}
#section-items-feed .section-body .item {
  padding: 20px 0;
  position: relative;
}
#section-items-feed .section-body .item:last-child .custom-border {
  display: none;
}
#section-items-feed .section-body .item .holder {
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
#section-items-feed .section-body .item .content {
  width: 100%;
  padding-right: 100px;
  flex: 0.7;
}
#section-items-feed .section-body .item .image {
  flex: 0.3;
}
#section-items-feed .section-body .item .image img {
  max-width: 100%;
  height: auto;
}
#section-items-feed .section-body .item .btn {
  margin: 15px 0;
}
#section-items-feed .section-body .item .meta {
  text-transform: uppercase;
  font-size: 24px;
}
#section-items-feed .section-body .item .text {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px;
}
#section-items-feed .section-body .item .text span {
  display: block;
}
#section-items-feed .section-body .item h1,
#section-items-feed .section-body .item h2,
#section-items-feed .section-body .item h3,
#section-items-feed .section-body .item h4,
#section-items-feed .section-body .item h5,
#section-items-feed .section-body .item h6,
#section-items-feed .section-body .item .section-title {
  color: #00E0E3;
  font-size: 24px;
  margin: 0.83em 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
#section-items-feed .section-body .item h1 a, #section-items-feed .section-body .item h1 .section-title,
#section-items-feed .section-body .item h2 a,
#section-items-feed .section-body .item h2 .section-title,
#section-items-feed .section-body .item h3 a,
#section-items-feed .section-body .item h3 .section-title,
#section-items-feed .section-body .item h4 a,
#section-items-feed .section-body .item h4 .section-title,
#section-items-feed .section-body .item h5 a,
#section-items-feed .section-body .item h5 .section-title,
#section-items-feed .section-body .item h6 a,
#section-items-feed .section-body .item h6 .section-title,
#section-items-feed .section-body .item .section-title a,
#section-items-feed .section-body .item .section-title .section-title {
  color: #00E0E3;
}
#section-items-feed .section-body .custom-border {
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

@media (max-width: 47.9275em) {
  #section-items-feed.sidebar .section-body {
    width: 100%;
  }
  #section-items-feed.sidebar .sidebar {
    width: 100%;
  }
  #section-items-feed .archive ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  #section-items-feed .section-body .item .holder {
    flex-direction: column;
  }
  #section-items-feed .section-body .item .holder .content {
    flex: 1;
    padding-right: 0;
  }
  #section-items-feed .section-body .item .holder .content {
    flex: 1;
  }
}
.page-template-tmpl-careers #section-top-banner {
  display: flex;
  flex-flow: row wrap;
  background: #00E0E3;
  height: auto;
}
.page-template-tmpl-careers #section-top-banner .col {
  flex-basis: 50%;
  padding: 50px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-template-tmpl-careers #section-top-banner .col.col-text {
  color: #fff;
}
.page-template-tmpl-careers #section-top-banner .col.col-text .holder {
  max-width: 580px;
  padding-right: 40px;
  font-size: 24px;
  float: left;
  line-height: 32px;
  font-weight: 500;
}
.page-template-tmpl-careers #section-top-banner .col.col-text .holder .section-title {
  font-size: 38px;
  line-height: 48px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.page-template-tmpl-careers #section-top-banner .col.col-text .holder p {
  font-weight: 400;
}
.page-template-tmpl-careers #section-top-banner .col.col-text .holder p:last-of-type {
  padding-bottom: 0;
}
.page-template-tmpl-careers #section-top-banner .col.col-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

#section-careers .section-header {
  padding: 40px 0 30px 0;
  font-size: 20px;
  border-bottom: 10px solid #f3f4f8;
}
#section-careers .section-header label {
  margin-right: 30px;
  padding-left: 20px;
}
#section-careers .section-header select {
  padding: 10px;
  font-size: 17px;
  width: 100%;
  max-width: 200px;
  margin-right: 30px;
}
#section-careers .section-body {
  padding: 20px 0;
}
#section-careers .section-body .item {
  padding: 50px 0 40px 0;
  position: relative;
}
#section-careers .section-body .item .custom-border {
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#section-careers .section-body .item .custom-border:after {
  display: none;
}
#section-careers .section-body .item:last-of-type .custom-border {
  display: none;
}
#section-careers .section-body .item h2 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}
#section-careers .section-body .item ul {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}
#section-careers .section-body .item ul li {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 30px;
}
#section-careers .section-body .item ul li a {
  position: relative;
  color: #00E0E3;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
#section-careers .section-body .item ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../images/ico-arrow.png") no-repeat 0 0;
}
#section-careers .section-body .item ul li a:hover {
  opacity: 0.8;
}
#section-careers .section-body .item ul li a:hover:before {
  transform: translateX(3px);
}

@media (max-width: 47.9275em) {
  .page-template-tmpl-careers #section-top-banner {
    display: block;
  }
  .page-template-tmpl-careers #section-top-banner .col {
    width: 100%;
  }
  .page-template-tmpl-careers #section-top-banner .col.col-text .holder {
    padding: 0;
  }
  .page-template-tmpl-careers #section-top-banner .col.col-image {
    min-height: 300px;
  }
  #section-careers .section-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  #section-careers .section-header label {
    padding-left: 0;
  }
  #section-careers .section-header select {
    margin: 10px 0;
    max-width: 100%;
  }
}
#section-simple-text {
  padding: 40px 0;
}
#section-simple-text p, #section-simple-text ul li, #section-simple-text ol li {
  font-size: 18px;
  line-height: 1.4;
}
#section-simple-text .table {
  border: 1px solid #dee2e6;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
#section-simple-text .table th, #section-simple-text .table td {
  border: 1px solid #dee2e6;
  padding: 0.5rem;
  vertical-align: top;
}
#section-simple-text .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#section-simple-text a {
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #00E0E3;
}

#section-image-full {
  padding: 40px 0;
}
#section-image-full img {
  max-width: 100%;
  height: auto;
}

#section-banner-full {
  padding: 15px 0;
}
#section-banner-full .col {
  text-align: center;
}
#section-banner-full img {
  max-width: 100%;
  height: auto;
  min-width: 100%;
}

#section-customers-boxes {
  padding: 40px 0;
  font-size: 20px;
  line-height: 30px;
}
#section-customers-boxes .section-header {
  width: 100%;
  margin-bottom: 20px;
}
#section-customers-boxes .section-header h1, #section-customers-boxes .section-header h2 {
  font-size: 38px;
  color: #f60031;
}
#section-customers-boxes .shell {
  display: flex;
  flex-flow: row wrap;
}
#section-customers-boxes .col {
  flex-basis: 50%;
  padding: 20px 0 20px 0;
}
#section-customers-boxes .col .holder {
  padding-right: 80px;
}
#section-customers-boxes .col .holder img {
  max-width: 100%;
}

.page-template-default #section-sep {
  background-color: transparent;
}

.page-template-tmpl-apps #section-items-app, .page-template-tmpl-apps #section-video-app {
  padding-bottom: 0px;
}
.page-template-tmpl-apps #section-items-app .item, .page-template-tmpl-apps #section-video-app .item {
  display: flex;
  flex-flow: row wrap;
}
.page-template-tmpl-apps #section-items-app .item.grey, .page-template-tmpl-apps #section-video-app .item.grey {
  background-color: #f3f4f8;
}
.page-template-tmpl-apps #section-items-app .item.white, .page-template-tmpl-apps #section-video-app .item.white {
  background-color: #ffffff;
}
.page-template-tmpl-apps #section-items-app .item:nth-child(2n), .page-template-tmpl-apps #section-items-app .item.flex-row-reverse, .page-template-tmpl-apps #section-video-app .item:nth-child(2n), .page-template-tmpl-apps #section-video-app .item.flex-row-reverse {
  flex-direction: row-reverse;
}
.page-template-tmpl-apps #section-items-app .item:nth-child(2n) .col-6, .page-template-tmpl-apps #section-items-app .item.flex-row-reverse .col-6, .page-template-tmpl-apps #section-video-app .item:nth-child(2n) .col-6, .page-template-tmpl-apps #section-video-app .item.flex-row-reverse .col-6 {
  justify-content: flex-start;
}
.page-template-tmpl-apps #section-items-app .item:nth-child(2n) .col-6.col-image, .page-template-tmpl-apps #section-items-app .item.flex-row-reverse .col-6.col-image, .page-template-tmpl-apps #section-video-app .item:nth-child(2n) .col-6.col-image, .page-template-tmpl-apps #section-video-app .item.flex-row-reverse .col-6.col-image {
  background-position: center;
}
@media (max-width: 29.99em) {
  .page-template-tmpl-apps #section-items-app .item:nth-child(2n) .col-6.col-image, .page-template-tmpl-apps #section-items-app .item.flex-row-reverse .col-6.col-image, .page-template-tmpl-apps #section-video-app .item:nth-child(2n) .col-6.col-image, .page-template-tmpl-apps #section-video-app .item.flex-row-reverse .col-6.col-image {
    background-position: center;
  }
}
.page-template-tmpl-apps #section-items-app .item .col-6, .page-template-tmpl-apps #section-video-app .item .col-6 {
  flex-basis: 50%;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 64.0525em) {
  .page-template-tmpl-apps #section-items-app .item .col-6, .page-template-tmpl-apps #section-video-app .item .col-6 {
    flex-basis: 100%;
    padding: 15px;
  }
}
.page-template-tmpl-apps #section-items-app .item .col-6.col-image, .page-template-tmpl-apps #section-video-app .item .col-6.col-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 64.0625em) and (max-width: 79.99em) {
  .page-template-tmpl-apps #section-items-app .item .col-6.col-image, .page-template-tmpl-apps #section-video-app .item .col-6.col-image {
    background-size: contain;
  }
}
.page-template-tmpl-apps #section-items-app .item .col-6.section-video-image, .page-template-tmpl-apps #section-video-app .item .col-6.section-video-image {
  position: relative;
}
.page-template-tmpl-apps #section-items-app .item .col-6.section-video-image .text, .page-template-tmpl-apps #section-video-app .item .col-6.section-video-image .text {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.page-template-tmpl-apps #section-items-app .item .col-6.section-video-image .text img, .page-template-tmpl-apps #section-video-app .item .col-6.section-video-image .text img {
  margin-bottom: 10px;
  max-width: 100%;
}
@media (max-width: 29.99em) {
  .page-template-tmpl-apps #section-items-app .item .col-6.section-video-image .text img, .page-template-tmpl-apps #section-video-app .item .col-6.section-video-image .text img {
    max-width: 100px;
  }
}
.page-template-tmpl-apps #section-items-app .item .col-6.section-video-image .text .button-text, .page-template-tmpl-apps #section-video-app .item .col-6.section-video-image .text .button-text {
  flex: 0 0 100%;
}
.page-template-tmpl-apps #section-items-app .item .col-6.col-text .holder, .page-template-tmpl-apps #section-video-app .item .col-6.col-text .holder {
  width: 100%;
  max-width: 550px;
}
.page-template-tmpl-apps #section-items-app .item .col-6.col-text .holder .section-body, .page-template-tmpl-apps #section-video-app .item .col-6.col-text .holder .section-body {
  font-size: 15px;
  line-height: 20px;
}
.page-template-tmpl-apps #section-items-app .item .col-6.col-text .holder .section-body a, .page-template-tmpl-apps #section-video-app .item .col-6.col-text .holder .section-body a {
  color: #00E0E3;
  text-decoration: underline;
}
@media (max-width: 64.0525em) {
  .page-template-tmpl-apps #section-items-app .item .col-6.col-text .holder, .page-template-tmpl-apps #section-video-app .item .col-6.col-text .holder {
    max-width: 100%;
  }
}
.page-template-tmpl-apps #section-items-app .item .col-6.col-text .holder h2, .page-template-tmpl-apps #section-items-app .item .col-6.col-text .holder h3, .page-template-tmpl-apps #section-items-app .item .col-6.col-text .holder h4, .page-template-tmpl-apps #section-items-app .item .col-6.col-text .holder h5, .page-template-tmpl-apps #section-items-app .item .col-6.col-text .holder h6, .page-template-tmpl-apps #section-video-app .item .col-6.col-text .holder h2, .page-template-tmpl-apps #section-video-app .item .col-6.col-text .holder h3, .page-template-tmpl-apps #section-video-app .item .col-6.col-text .holder h4, .page-template-tmpl-apps #section-video-app .item .col-6.col-text .holder h5, .page-template-tmpl-apps #section-video-app .item .col-6.col-text .holder h6 {
  text-transform: none;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.page-template-tmpl-apps #section-items-app .item .col-12, .page-template-tmpl-apps #section-video-app .item .col-12 {
  text-align: center;
  padding: 30px 60px;
}
@media (max-width: 47.9275em) {
  .page-template-tmpl-apps #section-items-app .item .col-12, .page-template-tmpl-apps #section-video-app .item .col-12 {
    padding: 15px;
  }
}
.page-template-tmpl-apps #section-items-app .item .col-12.col-text .holder .section-body, .page-template-tmpl-apps #section-video-app .item .col-12.col-text .holder .section-body {
  font-size: 15px;
  line-height: 20px;
  color: #575757;
}
.page-template-tmpl-apps #section-items-app .item .col-12.col-text .holder .section-body a, .page-template-tmpl-apps #section-video-app .item .col-12.col-text .holder .section-body a {
  color: #00E0E3;
  text-decoration: underline;
}
.page-template-tmpl-apps #section-items-app .item .col-12.col-text .holder h2, .page-template-tmpl-apps #section-items-app .item .col-12.col-text .holder h3, .page-template-tmpl-apps #section-items-app .item .col-12.col-text .holder h4, .page-template-tmpl-apps #section-items-app .item .col-12.col-text .holder h5, .page-template-tmpl-apps #section-items-app .item .col-12.col-text .holder h6, .page-template-tmpl-apps #section-video-app .item .col-12.col-text .holder h2, .page-template-tmpl-apps #section-video-app .item .col-12.col-text .holder h3, .page-template-tmpl-apps #section-video-app .item .col-12.col-text .holder h4, .page-template-tmpl-apps #section-video-app .item .col-12.col-text .holder h5, .page-template-tmpl-apps #section-video-app .item .col-12.col-text .holder h6 {
  text-transform: none;
  margin: 0 0 15px 0;
  font-size: 18px;
}

.single-products #section-text-2cols {
  padding-top: 0;
}

#section-tabs {
  padding: 0 0 60px;
}
#section-tabs .shell {
  display: flex;
  flex-direction: column;
}
#section-tabs .tabs-holder {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}
#section-tabs .tabs-holder .tab {
  float: left;
  text-align: center;
  line-height: 22px;
  font-size: 17px;
  flex-basis: 15%;
  justify-content: center;
  text-transform: uppercase;
  padding: 20px 20px;
  background: #f3f4f8;
  order: 1;
  border-bottom: 8px solid #000;
  margin-right: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
#section-tabs .tabs-holder .tab.active {
  border-bottom: 8px solid #f60031;
}
#section-tabs .tabs-holder .tab:nth-child(odd).active {
  border-bottom: 8px solid #f60031;
}
#section-tabs .tabs-holder .tab:nth-child(even).active {
  border-bottom: 8px solid #00E0E3;
}
#section-tabs .tab-content {
  display: none;
  visibility: hidden;
  opacity: 0;
  padding-top: 40px;
  z-index: -1;
}
#section-tabs .tab-content.active {
  display: flex;
  flex-flow: row wrap;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
#section-tabs .tab-content .section-header h2 {
  color: #00E0E3;
}
#section-tabs .tab-content.even .section-header h2 {
  color: #00E0E3;
}
#section-tabs .col {
  flex-basis: 50%;
  padding: 0px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#section-tabs .col.col-image {
  background-size: cover;
  background-position: center;
}
#section-tabs .col.col-text {
  padding: 0px 30px 0 0;
  font-size: 20px;
  line-height: 30px;
}
#section-tabs .col.col-text ul {
  margin: 20px 0;
  padding: 0px;
  list-style: none;
}
#section-tabs .col.col-text ul li {
  padding: 0 0px 0 25px;
  margin: 10px 0;
  position: relative;
}
#section-tabs .col.col-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #00E0E3;
}
#section-tabs .col.col-text .holder .section-header .section-title {
  font-size: 30px;
  margin-top: 0;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 5px;
  color: #00E0E3;
}
#section-tabs .col h3 {
  font-size: 30px;
  text-transform: none;
}
#section-tabs .col .read-more {
  color: #f60031;
  text-transform: none;
  font-size: 20px;
}

#section-testimonial {
  padding: 60px 0;
}
#section-testimonial .section-body {
  display: flex;
  flex-flow: row wrap;
}
#section-testimonial .col {
  flex-basis: 50%;
  padding: 0px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#section-testimonial .col.col-image {
  background-size: cover;
  background-position: center;
}
#section-testimonial .col.col-text {
  padding: 0px 40px 0 0;
  font-size: 20px;
  line-height: 30px;
}
#section-testimonial .col.col-text .logo {
  margin-bottom: 15px;
}
#section-testimonial .col.col-text .quote {
  padding-right: 40px;
}
#section-testimonial .col.col-text .quote p {
  font-size: 20px;
  line-height: 30px;
  text-indent: 20px;
  position: relative;
}
#section-testimonial .col.col-text .quote p:before {
  position: absolute;
  display: inline-block;
  content: '"';
  font-size: 50px;
  color: #f60031;
  position: absolute;
  top: 0px;
  left: -20px;
}
#section-testimonial .col.col-text .quote p:after {
  display: inline-block;
  content: '"';
  font-size: 50px;
  color: #f60031;
  position: absolute;
  bottom: -5px;
  right: -10px;
}
#section-testimonial .col.col-text .quote-credit {
  display: block;
  width: 100%;
  text-align: right;
}
#section-testimonial .col.col-text .quote-credit .quote-name {
  font-weight: bold;
  display: block;
  width: 100%;
}
#section-testimonial .col.col-text .quote-credit .quote-info {
  font-size: 15px;
  display: block;
  width: 100%;
}
#section-testimonial .col.col-text .holder .section-header h2 {
  font-size: 30px;
  margin-top: 0;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 5px;
}

#section-feed-boxes {
  padding: 40px 0 60px 0;
  background-color: #f3f4f8;
}
#section-feed-boxes .shell {
  max-width: 1280px;
  display: flex;
  flex-flow: row wrap;
}
#section-feed-boxes .col {
  flex-basis: 50%;
  padding: 20px;
}
#section-feed-boxes .col .holder {
  background-color: #fff;
  height: 100%;
  width: 100%;
}
#section-feed-boxes .col .holder h2 {
  padding: 35px 40px;
  width: 100%;
  font-size: 38px;
  border-top: 6px solid #00E0E3;
  border-bottom: 6px solid #00E0E3;
  position: relative;
}
#section-feed-boxes .col .holder h2 .btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#section-feed-boxes .col .holder .content {
  padding: 20px 40px 0px 40px;
}
#section-feed-boxes .col .holder .content .item {
  padding: 15px 0;
}
#section-feed-boxes .col .holder .content .meta {
  text-transform: uppercase;
  font-size: 24px;
}
#section-feed-boxes .col .holder .content h3 {
  font-size: 24px;
  color: #00E0E3;
  margin-bottom: 10px;
}
#section-feed-boxes .col .holder .content .text {
  font-size: 20px;
  line-height: 30px;
}
#section-feed-boxes .col .holder .content .btn {
  margin: 20px 0;
}
#section-feed-boxes .col .read-more {
  color: #f60031;
  text-transform: none;
  font-size: 20px;
}

@media (max-width: 64.0525em) {
  #section-testimonial .section-body {
    display: block;
  }
  #section-testimonial .section-body .col {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
  #section-testimonial .section-body .col .holder {
    width: 100%;
  }
  #section-testimonial .section-body .col.col-text .logo {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 30em) and (max-width: 60em) {
  #section-contact-form form {
    max-width: 100%;
  }
  #section-tabs .tabs-holder .tab {
    font-size: 13px;
    padding: 10px;
  }
  #section-feed-boxes .shell {
    flex-direction: column;
  }
  #section-feed-boxes .col {
    flex-basis: 100%;
  }
}
@media (max-width: 47.9275em) {
  #section-image-full img {
    max-width: 90%;
    height: auto;
    margin: auto;
    display: block;
  }
  #section-testimonial .section-body .col {
    width: 100%;
  }
  #section-testimonial .section-body .col.col-text .logo {
    max-width: 100%;
    height: auto;
  }
  #section-testimonial .section-body .col.col-text .holder {
    padding: 15px;
  }
  #section-tabs .tabs-holder {
    display: block;
    margin-bottom: 20px;
  }
  #section-tabs .tabs-holder .tab {
    float: left;
    padding: 15px 5px;
    font-size: 10px;
    line-height: 14px;
    display: block;
    width: 100%;
    font-size: 16px;
  }
  #section-tabs .tabs-holder .tab-content {
    display: none;
  }
  #section-tabs .tabs-holder .tab-content.active {
    display: block;
  }
  #section-tabs .tab-content {
    display: block;
    width: 100%;
  }
  #section-tabs .col {
    flex-basis: 100%;
  }
  #section-tabs .col.col-text {
    padding: 15px;
  }
  #section-tabs .col.col-text .holder .section-header h2 {
    font-size: 22px;
  }
  #section-tabs .col.col-text .holder .section-body {
    font-size: 14px;
    line-height: 18px;
  }
  #section-simple-text {
    padding: 40px 0px;
  }
  #section-feed-boxes .shell {
    display: block;
  }
  #section-feed-boxes .col {
    width: 100%;
  }
  #section-feed-boxes .col .holder h2 {
    padding: 20px 120px 20px 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 28px;
  }
  #section-feed-boxes .col .holder h2 .btn {
    right: 10px;
  }
  #section-feed-boxes .col .holder .content {
    padding: 15px 25px;
  }
  #section-customers-boxes .shell {
    display: block;
  }
  #section-customers-boxes .section-header {
    padding-right: 15px;
    padding-left: 15px;
  }
  #section-customers-boxes .section-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #section-customers-boxes .col {
    width: 100%;
  }
  #section-customers-boxes .col .holder {
    padding: 15px;
  }
  #section-testimonial .section-body {
    display: block;
  }
  #section-testimonial .col {
    width: 100%;
  }
  #section-testimonial .col.col-text {
    padding: 15px;
  }
  #section-testimonial .col.col-text .quote {
    padding: 0;
  }
}
#section-single-content {
  padding: 60px 0;
}
#section-single-content .archive {
  border-bottom: 10px solid #f3f4f8;
  padding: 10px 0;
}
#section-single-content .archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#section-single-content .archive ul li {
  display: inline-block;
}
#section-single-content .archive ul li a {
  font-weight: 700;
  font-size: 24px;
  padding: 10px 20px;
  color: #414141;
}
#section-single-content .archive ul li a:hover {
  color: #f60031;
}
#section-single-content .section-body {
  padding: 40px 0;
}
#section-single-content .section-body .meta {
  text-transform: uppercase;
  font-size: 24px;
}
#section-single-content .section-body .author {
  font-size: 16px;
}
#section-single-content .section-body .text {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px;
}
#section-single-content .section-body .text p {
  font-size: 20px;
  line-height: 30px;
}
#section-single-content .section-body .text a {
  color: #00E0E3;
  word-break: break-word;
}
#section-single-content .section-body .author-box {
  width: 55%;
  flex: 0 0 55%;
  margin-top: 35px;
  padding-right: 40px;
  border-top: 5px solid #00E0E3;
  border-bottom: 5px solid #00E0E3;
  display: flex;
  align-items: center;
}
@media (max-width: 29.99em) {
  #section-single-content .section-body .author-box {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 35px;
    padding-right: 0;
  }
}
#section-single-content .section-body .author-box .author-image {
  display: block;
}
#section-single-content .section-body .author-box .author-image img {
  display: block;
}
#section-single-content .section-body .author-box .author-text {
  padding-left: 15px;
  font-size: 20px;
  line-height: 26px;
}
#section-single-content .section-body .author-box .author-text h3 {
  padding-bottom: 5px;
  text-transform: none;
  font-size: 20px;
  margin: 0;
}
#section-single-content .section-body .section-title {
  color: #00E0E3;
  font-size: 24px;
  margin-bottom: 5px;
}
#section-single-content .section-footer {
  width: 100%;
  flex: 0 0 100%;
  padding-top: 60px;
}
#section-single-content .section-footer a {
  font-size: 20px;
  color: #f60031;
}
#section-single-content .section-footer a:hover {
  text-decoration: underline;
}
#section-single-content.single-resource {
  padding-top: 0;
}
#section-single-content.single-resource .section-body img {
  max-width: 100%;
}
@media (max-width: 29.99em) {
  #section-single-content.single-resource.section-sidebar .sidebar {
    padding: 0 !important;
  }
}
#section-single-content.single-resource.section-sidebar .sidebar h2 {
  margin-top: 5px;
  font-size: 16px;
}
#section-single-content.single-resource.section-sidebar .sidebar .holder {
  padding: 0;
  background-color: transparent;
}
#section-single-content.single-resource.section-sidebar .sidebar select,
#section-single-content.single-resource.section-sidebar .sidebar input {
  border: 1px solid #414141;
  border-radius: 3px;
  max-width: 100%;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}
#section-single-content.single-resource.section-sidebar .sidebar select[type=submit],
#section-single-content.single-resource.section-sidebar .sidebar input[type=submit] {
  border: 2px solid #f60031;
  width: auto;
  padding: 14px 14px;
}
#section-single-content.single-resource.section-sidebar .sidebar select.hs-button.primary.large,
#section-single-content.single-resource.section-sidebar .sidebar input.hs-button.primary.large {
  width: 100%;
  max-width: 180px;
  height: 47px;
  font-size: 22px;
  padding: 0 10px;
  border-radius: 5px;
  font-weight: 500;
}
#section-single-content.single-resource.section-sidebar .sidebar label {
  width: 100px;
  font-size: 14px;
  flex: 0 0 100px;
}
#section-single-content.single-resource .wpcf7-form-control-wrap {
  width: calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
}
#section-single-content.single-resource .field-holder {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
#section-single-content.single-resource .field-holder i {
  font-style: normal;
  color: #f60031;
  padding-right: 3px;
}
#section-single-content.single-resource .field-holder.submit {
  justify-content: flex-end;
}
#section-single-content.single-resource .field-holder .ajax-loader {
  position: absolute;
}

.section-sidebar .section-body {
  float: left;
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}
.section-sidebar .section-body .text {
  padding-right: 40px;
}
.section-sidebar .sidebar {
  width: 100%;
  padding: 60px 20px 0 70% !important;
}
.section-sidebar .sidebar .holder {
  background-color: #f3f4f8;
  padding: 40px;
}
.section-sidebar .sidebar ul {
  list-style: none;
  padding-left: 0;
}
.section-sidebar .sidebar ul li a {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  color: #414141;
}
.section-sidebar .sidebar ul li a:hover {
  color: #f60031;
}
.section-sidebar .sidebar ul li ul {
  padding-left: 15px;
}
.section-sidebar .sidebar ul li ul li a {
  font-weight: 400;
}
.section-sidebar .sidebar .widget_accordion_archive .archive-accordion-month {
  font-size: 14px;
  line-height: 24px;
}
.section-sidebar .sidebar .widget_accordion_archive .archive-accordion-month a {
  font-size: 14px !important;
  line-height: 24px !important;
}
.section-sidebar .sidebar .widget_accordion_archive .archive-accordion-month a:hover {
  color: #f60031;
}

.single-careers #section-title-strip h1 {
  margin: 0.5em 0;
  line-height: 1;
  font-weight: 400;
}
.single-careers #section-simple-text ul {
  margin: 20px 0;
  padding: 0px;
  list-style: none;
}
.single-careers #section-simple-text ul li {
  padding: 0 0px 0 25px;
  margin: 10px 0;
  position: relative;
  font-size: 20px;
  line-height: 30px;
}
.single-careers #section-simple-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #00E0E3;
}
.single-careers #section-contact-form form {
  max-width: 70%;
}
.single-careers #section-contact-form .field-holder .field label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.single-careers #section-contact-form .field-holder .field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  padding: 0;
}
.single-careers #section-contact-form .fields-holder.two-fields .field:nth-child(odd) {
  padding-right: 15px;
}
.single-careers #section-contact-form .fields-holder.two-fields .field:nth-child(even) {
  padding-left: 15px;
}
.single-careers #section-contact-form .fields-holder.two-fields .field label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.single-careers #section-contact-form .fields-holder.two-fields .field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  padding: 0;
}
.single-careers #section-contact-form .fields-holder.two-fields .field input {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 29.99em) {
  #section-single-content {
    padding-top: 0;
  }
  #section-single-content .archive ul li a {
    font-weight: 700;
    font-size: 16px;
    padding: 5px 20px;
    display: block;
  }
  #section-single-content .section-body {
    width: 100%;
  }
  #section-single-content .section-body .text {
    padding-right: 0;
  }
  .section-sidebar .section-body {
    width: 100%;
  }
  .single-careers #section-contact-form form {
    max-width: 100%;
  }
}
@media (max-width: 79.99em) {
  .shell {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 47.9275em) {
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
.legal-consent-container {
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  width: auto;
  height: auto;
}

.legal-consent-container .hs-form-booleancheckbox-display > span > .hs-form-required,
.page-template-tmpl-apps #section-contact-form .hs_error_rollup {
  display: none;
}

.legal-consent-container ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-consent-container .hs-form-field label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.legal-consent-container .hs-form-field .hs-error-msgs label {
  margin: 10px 0 0 20px;
}

.legal-consent-container .hs-richtext {
  font-size: 13px;
  display: inline-block;
}

.legal-consent-container .hs-richtext p {
  margin: 0 0 0 20px;
}

.hs_error_rollup .hs-error-msgs label {
  display: none;
}

/* LTU: 2019/08/13 */
body.page-id-7946 #section-title-strip h1,
body.parent-pageid-7946 #section-title-strip .title,
body.blog-archive #section-title-strip h1,
body.blog-single #section-title-strip .title {
  text-transform: none;
}

body.page-id-369 #section-items-feed {
  padding: 0;
}

#section-items-feed .archive li.active a {
  color: #f50031;
}

.page-template-tmpl-contact #section-product-text .form-holder,
.page-template-tmpl-apps #section-product-text .form-holder,
body.postid-9667 #section-product-text .form-holder,
body.postid-9568 #section-product-text .form-holder,
body.single-resources #section-product-text .form-holder,
body.postid-9574 #section-product-text .form-holder,
body.page-id-9965 #section-product-text .form-holder,
body.page-id-9962 #section-product-text .form-holder,
body.postid-10251 #section-product-text .form-holder,
body.postid-10244 #section-product-text .form-holder,
body.page-id-9961 #section-product-text .form-holder,
body.page-id-11486 #section-product-text .form-holder,
body.page-id-11493 #section-product-text .form-holder,
body.page-id-11573 #section-product-text .form-holder,
body.page-id-11755 #section-product-text .form-holder,
body.page-id-9963 #section-product-text .form-holder,
.page-template-tmpl-blog #section-product-text .form-holder,
.blog-single #section-product-text .form-holder,
.single-products #section-product-text .form-holder {
  font-family: "SST";
  background-color: #00aeef;
  padding: 15px 20px;
}
.page-template-tmpl-contact #section-product-text .form-holder .hs-form-field > label,
.page-template-tmpl-apps #section-product-text .form-holder .hs-form-field > label,
body.postid-9667 #section-product-text .form-holder .hs-form-field > label,
body.postid-9568 #section-product-text .form-holder .hs-form-field > label,
body.single-resources #section-product-text .form-holder .hs-form-field > label,
body.postid-9574 #section-product-text .form-holder .hs-form-field > label,
body.page-id-9965 #section-product-text .form-holder .hs-form-field > label,
body.page-id-9962 #section-product-text .form-holder .hs-form-field > label,
body.postid-10251 #section-product-text .form-holder .hs-form-field > label,
body.postid-10244 #section-product-text .form-holder .hs-form-field > label,
body.page-id-9961 #section-product-text .form-holder .hs-form-field > label,
body.page-id-11486 #section-product-text .form-holder .hs-form-field > label,
body.page-id-11493 #section-product-text .form-holder .hs-form-field > label,
body.page-id-11573 #section-product-text .form-holder .hs-form-field > label,
body.page-id-11755 #section-product-text .form-holder .hs-form-field > label,
body.page-id-9963 #section-product-text .form-holder .hs-form-field > label,
.page-template-tmpl-blog #section-product-text .form-holder .hs-form-field > label,
.blog-single #section-product-text .form-holder .hs-form-field > label,
.single-products #section-product-text .form-holder .hs-form-field > label {
  display: none;
}
.page-template-tmpl-contact #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
.page-template-tmpl-apps #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.postid-9667 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.postid-9568 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.single-resources #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.postid-9574 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.page-id-9965 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.page-id-9962 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.postid-10251 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.postid-10244 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.page-id-9961 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.page-id-11486 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.page-id-11493 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.page-id-11573 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.page-id-11755 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
body.page-id-9963 #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
.page-template-tmpl-blog #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
.blog-single #section-product-text .form-holder .hs-form-field .hs-error-msgs label,
.single-products #section-product-text .form-holder .hs-form-field .hs-error-msgs label {
  color: #f00;
  padding-bottom: 0;
}
.page-template-tmpl-contact #section-product-text .form-holder .legal-consent-container label,
.page-template-tmpl-apps #section-product-text .form-holder .legal-consent-container label,
body.postid-9667 #section-product-text .form-holder .legal-consent-container label,
body.postid-9568 #section-product-text .form-holder .legal-consent-container label,
body.single-resources #section-product-text .form-holder .legal-consent-container label,
body.postid-9574 #section-product-text .form-holder .legal-consent-container label,
body.page-id-9965 #section-product-text .form-holder .legal-consent-container label,
body.page-id-9962 #section-product-text .form-holder .legal-consent-container label,
body.postid-10251 #section-product-text .form-holder .legal-consent-container label,
body.postid-10244 #section-product-text .form-holder .legal-consent-container label,
body.page-id-9961 #section-product-text .form-holder .legal-consent-container label,
body.page-id-11486 #section-product-text .form-holder .legal-consent-container label,
body.page-id-11493 #section-product-text .form-holder .legal-consent-container label,
body.page-id-11573 #section-product-text .form-holder .legal-consent-container label,
body.page-id-11755 #section-product-text .form-holder .legal-consent-container label,
body.page-id-9963 #section-product-text .form-holder .legal-consent-container label,
.page-template-tmpl-blog #section-product-text .form-holder .legal-consent-container label,
.blog-single #section-product-text .form-holder .legal-consent-container label,
.single-products #section-product-text .form-holder .legal-consent-container label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1;
}
.page-template-tmpl-contact #section-product-text .form-holder .legal-consent-container label a,
.page-template-tmpl-apps #section-product-text .form-holder .legal-consent-container label a,
body.postid-9667 #section-product-text .form-holder .legal-consent-container label a,
body.postid-9568 #section-product-text .form-holder .legal-consent-container label a,
body.single-resources #section-product-text .form-holder .legal-consent-container label a,
body.postid-9574 #section-product-text .form-holder .legal-consent-container label a,
body.page-id-9965 #section-product-text .form-holder .legal-consent-container label a,
body.page-id-9962 #section-product-text .form-holder .legal-consent-container label a,
body.postid-10251 #section-product-text .form-holder .legal-consent-container label a,
body.postid-10244 #section-product-text .form-holder .legal-consent-container label a,
body.page-id-9961 #section-product-text .form-holder .legal-consent-container label a,
body.page-id-11486 #section-product-text .form-holder .legal-consent-container label a,
body.page-id-11493 #section-product-text .form-holder .legal-consent-container label a,
body.page-id-11573 #section-product-text .form-holder .legal-consent-container label a,
body.page-id-11755 #section-product-text .form-holder .legal-consent-container label a,
body.page-id-9963 #section-product-text .form-holder .legal-consent-container label a,
.page-template-tmpl-blog #section-product-text .form-holder .legal-consent-container label a,
.blog-single #section-product-text .form-holder .legal-consent-container label a,
.single-products #section-product-text .form-holder .legal-consent-container label a {
  color: #fff;
  text-decoration: underline;
}
.page-template-tmpl-contact #section-product-text .form-holder .legal-consent-container .hs-richtext,
.page-template-tmpl-apps #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.postid-9667 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.postid-9568 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.single-resources #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.postid-9574 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.page-id-9965 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.page-id-9962 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.postid-10251 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.postid-10244 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.page-id-9961 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.page-id-11486 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.page-id-11493 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.page-id-11573 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.page-id-11755 #section-product-text .form-holder .legal-consent-container .hs-richtext,
body.page-id-9963 #section-product-text .form-holder .legal-consent-container .hs-richtext,
.page-template-tmpl-blog #section-product-text .form-holder .legal-consent-container .hs-richtext,
.blog-single #section-product-text .form-holder .legal-consent-container .hs-richtext,
.single-products #section-product-text .form-holder .legal-consent-container .hs-richtext {
  font-size: 13px;
  line-height: 1;
}
.page-template-tmpl-contact #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
.page-template-tmpl-apps #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.postid-9667 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.postid-9568 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.single-resources #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.postid-9574 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.page-id-9965 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.page-id-9962 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.postid-10251 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.postid-10244 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.page-id-9961 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.page-id-11486 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.page-id-11493 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.page-id-11573 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.page-id-11755 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
body.page-id-9963 #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
.page-template-tmpl-blog #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
.blog-single #section-product-text .form-holder .legal-consent-container .hs-error-msgs label,
.single-products #section-product-text .form-holder .legal-consent-container .hs-error-msgs label {
  margin: 5px 0 0 20px;
}
.page-template-tmpl-contact #section-product-text .form-holder .submitted-message p span,
.page-template-tmpl-apps #section-product-text .form-holder .submitted-message p span,
body.postid-9667 #section-product-text .form-holder .submitted-message p span,
body.postid-9568 #section-product-text .form-holder .submitted-message p span,
body.single-resources #section-product-text .form-holder .submitted-message p span,
body.postid-9574 #section-product-text .form-holder .submitted-message p span,
body.page-id-9965 #section-product-text .form-holder .submitted-message p span,
body.page-id-9962 #section-product-text .form-holder .submitted-message p span,
body.postid-10251 #section-product-text .form-holder .submitted-message p span,
body.postid-10244 #section-product-text .form-holder .submitted-message p span,
body.page-id-9961 #section-product-text .form-holder .submitted-message p span,
body.page-id-11486 #section-product-text .form-holder .submitted-message p span,
body.page-id-11493 #section-product-text .form-holder .submitted-message p span,
body.page-id-11573 #section-product-text .form-holder .submitted-message p span,
body.page-id-11755 #section-product-text .form-holder .submitted-message p span,
body.page-id-9963 #section-product-text .form-holder .submitted-message p span,
.page-template-tmpl-blog #section-product-text .form-holder .submitted-message p span,
.blog-single #section-product-text .form-holder .submitted-message p span,
.single-products #section-product-text .form-holder .submitted-message p span {
  color: #fff !important;
}
.page-template-tmpl-contact #section-product-text .form-holder .form-title,
.page-template-tmpl-apps #section-product-text .form-holder .form-title,
body.postid-9667 #section-product-text .form-holder .form-title,
body.postid-9568 #section-product-text .form-holder .form-title,
body.single-resources #section-product-text .form-holder .form-title,
body.postid-9574 #section-product-text .form-holder .form-title,
body.page-id-9965 #section-product-text .form-holder .form-title,
body.page-id-9962 #section-product-text .form-holder .form-title,
body.postid-10251 #section-product-text .form-holder .form-title,
body.postid-10244 #section-product-text .form-holder .form-title,
body.page-id-9961 #section-product-text .form-holder .form-title,
body.page-id-11486 #section-product-text .form-holder .form-title,
body.page-id-11493 #section-product-text .form-holder .form-title,
body.page-id-11573 #section-product-text .form-holder .form-title,
body.page-id-11755 #section-product-text .form-holder .form-title,
body.page-id-9963 #section-product-text .form-holder .form-title,
.page-template-tmpl-blog #section-product-text .form-holder .form-title,
.blog-single #section-product-text .form-holder .form-title,
.single-products #section-product-text .form-holder .form-title {
  margin-top: 0;
}
.page-template-tmpl-contact #section-product-text .form-holder .hs-form-field,
.page-template-tmpl-apps #section-product-text .form-holder .hs-form-field,
body.postid-9667 #section-product-text .form-holder .hs-form-field,
body.postid-9568 #section-product-text .form-holder .hs-form-field,
body.single-resources #section-product-text .form-holder .hs-form-field,
body.postid-9574 #section-product-text .form-holder .hs-form-field,
body.page-id-9965 #section-product-text .form-holder .hs-form-field,
body.page-id-9962 #section-product-text .form-holder .hs-form-field,
body.postid-10251 #section-product-text .form-holder .hs-form-field,
body.postid-10244 #section-product-text .form-holder .hs-form-field,
body.page-id-9961 #section-product-text .form-holder .hs-form-field,
body.page-id-11486 #section-product-text .form-holder .hs-form-field,
body.page-id-11493 #section-product-text .form-holder .hs-form-field,
body.page-id-11573 #section-product-text .form-holder .hs-form-field,
body.page-id-11755 #section-product-text .form-holder .hs-form-field,
body.page-id-9963 #section-product-text .form-holder .hs-form-field,
.page-template-tmpl-blog #section-product-text .form-holder .hs-form-field,
.blog-single #section-product-text .form-holder .hs-form-field,
.single-products #section-product-text .form-holder .hs-form-field {
  margin: 7px 0;
}
.page-template-tmpl-contact #section-product-text .form-holder .actions,
.page-template-tmpl-apps #section-product-text .form-holder .actions,
body.postid-9667 #section-product-text .form-holder .actions,
body.postid-9568 #section-product-text .form-holder .actions,
body.single-resources #section-product-text .form-holder .actions,
body.postid-9574 #section-product-text .form-holder .actions,
body.page-id-9965 #section-product-text .form-holder .actions,
body.page-id-9962 #section-product-text .form-holder .actions,
body.postid-10251 #section-product-text .form-holder .actions,
body.postid-10244 #section-product-text .form-holder .actions,
body.page-id-9961 #section-product-text .form-holder .actions,
body.page-id-11486 #section-product-text .form-holder .actions,
body.page-id-11493 #section-product-text .form-holder .actions,
body.page-id-11573 #section-product-text .form-holder .actions,
body.page-id-11755 #section-product-text .form-holder .actions,
body.page-id-9963 #section-product-text .form-holder .actions,
.page-template-tmpl-blog #section-product-text .form-holder .actions,
.blog-single #section-product-text .form-holder .actions,
.single-products #section-product-text .form-holder .actions {
  padding-top: 10px;
}
.page-template-tmpl-contact #section-product-text .form-holder ul.inputs-list,
.page-template-tmpl-apps #section-product-text .form-holder ul.inputs-list,
body.postid-9667 #section-product-text .form-holder ul.inputs-list,
body.postid-9568 #section-product-text .form-holder ul.inputs-list,
body.single-resources #section-product-text .form-holder ul.inputs-list,
body.postid-9574 #section-product-text .form-holder ul.inputs-list,
body.page-id-9965 #section-product-text .form-holder ul.inputs-list,
body.page-id-9962 #section-product-text .form-holder ul.inputs-list,
body.postid-10251 #section-product-text .form-holder ul.inputs-list,
body.postid-10244 #section-product-text .form-holder ul.inputs-list,
body.page-id-9961 #section-product-text .form-holder ul.inputs-list,
body.page-id-11486 #section-product-text .form-holder ul.inputs-list,
body.page-id-11493 #section-product-text .form-holder ul.inputs-list,
body.page-id-11573 #section-product-text .form-holder ul.inputs-list,
body.page-id-11755 #section-product-text .form-holder ul.inputs-list,
body.page-id-9963 #section-product-text .form-holder ul.inputs-list,
.page-template-tmpl-blog #section-product-text .form-holder ul.inputs-list,
.blog-single #section-product-text .form-holder ul.inputs-list,
.single-products #section-product-text .form-holder ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-tmpl-contact #section-product-text .form-holder ::-moz-placeholder, .page-template-tmpl-apps #section-product-text .form-holder ::-moz-placeholder, body.postid-9667 #section-product-text .form-holder ::-moz-placeholder, body.postid-9568 #section-product-text .form-holder ::-moz-placeholder, body.single-resources #section-product-text .form-holder ::-moz-placeholder, body.postid-9574 #section-product-text .form-holder ::-moz-placeholder, body.page-id-9965 #section-product-text .form-holder ::-moz-placeholder, body.page-id-9962 #section-product-text .form-holder ::-moz-placeholder, body.postid-10251 #section-product-text .form-holder ::-moz-placeholder, body.postid-10244 #section-product-text .form-holder ::-moz-placeholder, body.page-id-9961 #section-product-text .form-holder ::-moz-placeholder, body.page-id-11486 #section-product-text .form-holder ::-moz-placeholder, body.page-id-11493 #section-product-text .form-holder ::-moz-placeholder, body.page-id-11573 #section-product-text .form-holder ::-moz-placeholder, body.page-id-11755 #section-product-text .form-holder ::-moz-placeholder, body.page-id-9963 #section-product-text .form-holder ::-moz-placeholder, .page-template-tmpl-blog #section-product-text .form-holder ::-moz-placeholder, .blog-single #section-product-text .form-holder ::-moz-placeholder, .single-products #section-product-text .form-holder ::-moz-placeholder {
  color: #939598;
  opacity: 1;
}
.page-template-tmpl-contact #section-product-text .form-holder ::placeholder,
.page-template-tmpl-apps #section-product-text .form-holder ::placeholder,
body.postid-9667 #section-product-text .form-holder ::placeholder,
body.postid-9568 #section-product-text .form-holder ::placeholder,
body.single-resources #section-product-text .form-holder ::placeholder,
body.postid-9574 #section-product-text .form-holder ::placeholder,
body.page-id-9965 #section-product-text .form-holder ::placeholder,
body.page-id-9962 #section-product-text .form-holder ::placeholder,
body.postid-10251 #section-product-text .form-holder ::placeholder,
body.postid-10244 #section-product-text .form-holder ::placeholder,
body.page-id-9961 #section-product-text .form-holder ::placeholder,
body.page-id-11486 #section-product-text .form-holder ::placeholder,
body.page-id-11493 #section-product-text .form-holder ::placeholder,
body.page-id-11573 #section-product-text .form-holder ::placeholder,
body.page-id-11755 #section-product-text .form-holder ::placeholder,
body.page-id-9963 #section-product-text .form-holder ::placeholder,
.page-template-tmpl-blog #section-product-text .form-holder ::placeholder,
.blog-single #section-product-text .form-holder ::placeholder,
.single-products #section-product-text .form-holder ::placeholder {
  color: #939598;
  opacity: 1;
}
.page-template-tmpl-contact #section-product-text .form-holder .hbspt-form input,
.page-template-tmpl-contact #section-product-text .form-holder .hbspt-form select,
.page-template-tmpl-contact #section-product-text .form-holder .hbspt-form textarea,
.page-template-tmpl-apps #section-product-text .form-holder .hbspt-form input,
.page-template-tmpl-apps #section-product-text .form-holder .hbspt-form select,
.page-template-tmpl-apps #section-product-text .form-holder .hbspt-form textarea,
body.postid-9667 #section-product-text .form-holder .hbspt-form input,
body.postid-9667 #section-product-text .form-holder .hbspt-form select,
body.postid-9667 #section-product-text .form-holder .hbspt-form textarea,
body.postid-9568 #section-product-text .form-holder .hbspt-form input,
body.postid-9568 #section-product-text .form-holder .hbspt-form select,
body.postid-9568 #section-product-text .form-holder .hbspt-form textarea,
body.single-resources #section-product-text .form-holder .hbspt-form input,
body.single-resources #section-product-text .form-holder .hbspt-form select,
body.single-resources #section-product-text .form-holder .hbspt-form textarea,
body.postid-9574 #section-product-text .form-holder .hbspt-form input,
body.postid-9574 #section-product-text .form-holder .hbspt-form select,
body.postid-9574 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-9965 #section-product-text .form-holder .hbspt-form input,
body.page-id-9965 #section-product-text .form-holder .hbspt-form select,
body.page-id-9965 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-9962 #section-product-text .form-holder .hbspt-form input,
body.page-id-9962 #section-product-text .form-holder .hbspt-form select,
body.page-id-9962 #section-product-text .form-holder .hbspt-form textarea,
body.postid-10251 #section-product-text .form-holder .hbspt-form input,
body.postid-10251 #section-product-text .form-holder .hbspt-form select,
body.postid-10251 #section-product-text .form-holder .hbspt-form textarea,
body.postid-10244 #section-product-text .form-holder .hbspt-form input,
body.postid-10244 #section-product-text .form-holder .hbspt-form select,
body.postid-10244 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-9961 #section-product-text .form-holder .hbspt-form input,
body.page-id-9961 #section-product-text .form-holder .hbspt-form select,
body.page-id-9961 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-11486 #section-product-text .form-holder .hbspt-form input,
body.page-id-11486 #section-product-text .form-holder .hbspt-form select,
body.page-id-11486 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-11493 #section-product-text .form-holder .hbspt-form input,
body.page-id-11493 #section-product-text .form-holder .hbspt-form select,
body.page-id-11493 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-11573 #section-product-text .form-holder .hbspt-form input,
body.page-id-11573 #section-product-text .form-holder .hbspt-form select,
body.page-id-11573 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-11755 #section-product-text .form-holder .hbspt-form input,
body.page-id-11755 #section-product-text .form-holder .hbspt-form select,
body.page-id-11755 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-9963 #section-product-text .form-holder .hbspt-form input,
body.page-id-9963 #section-product-text .form-holder .hbspt-form select,
body.page-id-9963 #section-product-text .form-holder .hbspt-form textarea,
.page-template-tmpl-blog #section-product-text .form-holder .hbspt-form input,
.page-template-tmpl-blog #section-product-text .form-holder .hbspt-form select,
.page-template-tmpl-blog #section-product-text .form-holder .hbspt-form textarea,
.blog-single #section-product-text .form-holder .hbspt-form input,
.blog-single #section-product-text .form-holder .hbspt-form select,
.blog-single #section-product-text .form-holder .hbspt-form textarea,
.single-products #section-product-text .form-holder .hbspt-form input,
.single-products #section-product-text .form-holder .hbspt-form select,
.single-products #section-product-text .form-holder .hbspt-form textarea {
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #939598;
  padding: 0 10px;
  border-radius: 5px;
  font-family: "SST";
  width: 100%;
}
.page-template-tmpl-contact #section-product-text .form-holder .hbspt-form input[type=checkbox],
.page-template-tmpl-apps #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.postid-9667 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.postid-9568 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.single-resources #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.postid-9574 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.page-id-9965 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.page-id-9962 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.postid-10251 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.postid-10244 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.page-id-9961 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.page-id-11486 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.page-id-11493 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.page-id-11573 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.page-id-11755 #section-product-text .form-holder .hbspt-form input[type=checkbox],
body.page-id-9963 #section-product-text .form-holder .hbspt-form input[type=checkbox],
.page-template-tmpl-blog #section-product-text .form-holder .hbspt-form input[type=checkbox],
.blog-single #section-product-text .form-holder .hbspt-form input[type=checkbox],
.single-products #section-product-text .form-holder .hbspt-form input[type=checkbox] {
  height: auto;
  margin-right: 10px;
  width: auto;
}
.page-template-tmpl-contact #section-product-text .form-holder .hbspt-form textarea,
.page-template-tmpl-apps #section-product-text .form-holder .hbspt-form textarea,
body.postid-9667 #section-product-text .form-holder .hbspt-form textarea,
body.postid-9568 #section-product-text .form-holder .hbspt-form textarea,
body.single-resources #section-product-text .form-holder .hbspt-form textarea,
body.postid-9574 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-9965 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-9962 #section-product-text .form-holder .hbspt-form textarea,
body.postid-10251 #section-product-text .form-holder .hbspt-form textarea,
body.postid-10244 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-9961 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-11486 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-11493 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-11573 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-11755 #section-product-text .form-holder .hbspt-form textarea,
body.page-id-9963 #section-product-text .form-holder .hbspt-form textarea,
.page-template-tmpl-blog #section-product-text .form-holder .hbspt-form textarea,
.blog-single #section-product-text .form-holder .hbspt-form textarea,
.single-products #section-product-text .form-holder .hbspt-form textarea {
  height: 70px;
}
.page-template-tmpl-contact #section-product-text .form-holder .hbspt-form select,
.page-template-tmpl-apps #section-product-text .form-holder .hbspt-form select,
body.postid-9667 #section-product-text .form-holder .hbspt-form select,
body.postid-9568 #section-product-text .form-holder .hbspt-form select,
body.single-resources #section-product-text .form-holder .hbspt-form select,
body.postid-9574 #section-product-text .form-holder .hbspt-form select,
body.page-id-9965 #section-product-text .form-holder .hbspt-form select,
body.page-id-9962 #section-product-text .form-holder .hbspt-form select,
body.postid-10251 #section-product-text .form-holder .hbspt-form select,
body.postid-10244 #section-product-text .form-holder .hbspt-form select,
body.page-id-9961 #section-product-text .form-holder .hbspt-form select,
body.page-id-11486 #section-product-text .form-holder .hbspt-form select,
body.page-id-11493 #section-product-text .form-holder .hbspt-form select,
body.page-id-11573 #section-product-text .form-holder .hbspt-form select,
body.page-id-11755 #section-product-text .form-holder .hbspt-form select,
body.page-id-9963 #section-product-text .form-holder .hbspt-form select,
.page-template-tmpl-blog #section-product-text .form-holder .hbspt-form select,
.blog-single #section-product-text .form-holder .hbspt-form select,
.single-products #section-product-text .form-holder .hbspt-form select {
  padding: 0 6px;
  opacity: 1;
}
.page-template-tmpl-contact #section-product-text .form-holder .hs-button.primary.large,
.page-template-tmpl-apps #section-product-text .form-holder .hs-button.primary.large,
body.postid-9667 #section-product-text .form-holder .hs-button.primary.large,
body.postid-9568 #section-product-text .form-holder .hs-button.primary.large,
body.single-resources #section-product-text .form-holder .hs-button.primary.large,
body.postid-9574 #section-product-text .form-holder .hs-button.primary.large,
body.page-id-9965 #section-product-text .form-holder .hs-button.primary.large,
body.page-id-9962 #section-product-text .form-holder .hs-button.primary.large,
body.postid-10251 #section-product-text .form-holder .hs-button.primary.large,
body.postid-10244 #section-product-text .form-holder .hs-button.primary.large,
body.page-id-9961 #section-product-text .form-holder .hs-button.primary.large,
body.page-id-11486 #section-product-text .form-holder .hs-button.primary.large,
body.page-id-11493 #section-product-text .form-holder .hs-button.primary.large,
body.page-id-11573 #section-product-text .form-holder .hs-button.primary.large,
body.page-id-11755 #section-product-text .form-holder .hs-button.primary.large,
body.page-id-9963 #section-product-text .form-holder .hs-button.primary.large,
.page-template-tmpl-blog #section-product-text .form-holder .hs-button.primary.large,
.blog-single #section-product-text .form-holder .hs-button.primary.large,
.single-products #section-product-text .form-holder .hs-button.primary.large {
  width: 100%;
  max-width: 180px;
  height: 40px;
  font-size: 18px;
  color: #fff;
}
.page-template-tmpl-contact #section-product-text .form-holder .hs-button.primary.large:hover,
.page-template-tmpl-apps #section-product-text .form-holder .hs-button.primary.large:hover,
body.postid-9667 #section-product-text .form-holder .hs-button.primary.large:hover,
body.postid-9568 #section-product-text .form-holder .hs-button.primary.large:hover,
body.single-resources #section-product-text .form-holder .hs-button.primary.large:hover,
body.postid-9574 #section-product-text .form-holder .hs-button.primary.large:hover,
body.page-id-9965 #section-product-text .form-holder .hs-button.primary.large:hover,
body.page-id-9962 #section-product-text .form-holder .hs-button.primary.large:hover,
body.postid-10251 #section-product-text .form-holder .hs-button.primary.large:hover,
body.postid-10244 #section-product-text .form-holder .hs-button.primary.large:hover,
body.page-id-9961 #section-product-text .form-holder .hs-button.primary.large:hover,
body.page-id-11486 #section-product-text .form-holder .hs-button.primary.large:hover,
body.page-id-11493 #section-product-text .form-holder .hs-button.primary.large:hover,
body.page-id-11573 #section-product-text .form-holder .hs-button.primary.large:hover,
body.page-id-11755 #section-product-text .form-holder .hs-button.primary.large:hover,
body.page-id-9963 #section-product-text .form-holder .hs-button.primary.large:hover,
.page-template-tmpl-blog #section-product-text .form-holder .hs-button.primary.large:hover,
.blog-single #section-product-text .form-holder .hs-button.primary.large:hover,
.single-products #section-product-text .form-holder .hs-button.primary.large:hover {
  background: #fff;
  color: #f60031;
}

.single-press-releases #section-single-content .section-body,
.blog-single #section-single-content .section-body,
.single-news #section-single-content .section-body {
  width: 100%;
}

#section-product-text.single-resource .form-holder .form-title {
  max-width: 100%;
}

.single-resource .main-content {
  padding-top: 30px;
  padding-bottom: 50px;
}

#section-product-text.single-resource .sidebar {
  padding-bottom: 50px;
  padding-top: 0;
}

#section-product-text.single-resource img {
  max-width: 100%;
  height: auto;
}

#section-product-text .item .item-image img {
  max-width: 70px;
}

.single-careers #section-contact-form .gform_wrapper form {
  margin: 0;
}
@media (max-width: 64.0525em) {
  .single-careers #section-contact-form .gform_wrapper form {
    max-width: 100%;
  }
}
.single-careers #section-contact-form .gform_wrapper form li.gfield {
  display: inline-block;
  width: 50%;
}
.single-careers #section-contact-form .gform_wrapper form li.gfield.full-field {
  width: 100%;
}
@media (max-width: 47.9275em) {
  .single-careers #section-contact-form .gform_wrapper form li.gfield {
    width: 100%;
    padding: 0 !important;
  }
}
.single-careers #section-contact-form .gform_wrapper form li.gfield input,
.single-careers #section-contact-form .gform_wrapper form li.gfield select,
.single-careers #section-contact-form .gform_wrapper form li.gfield textarea {
  padding: 5px;
  line-height: 34px;
  background: none;
  border-radius: 3px;
  border: 1px solid #000;
}
.single-careers #section-contact-form .gform_wrapper form li.gfield textarea {
  height: 70px;
}
.single-careers #section-contact-form .gform_wrapper form li.gfield input[type=file] {
  border-color: transparent;
}
.single-careers #section-contact-form .gform_wrapper form li.gfield a {
  color: #00E0E3;
}
.single-careers #section-contact-form .gform_wrapper form li.gfield.gfield.gfield_error {
  max-width: unset !important;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  padding-right: 16px;
}
.single-careers #section-contact-form .gform_wrapper form li.gfield.gfield.gfield_error .validation_message {
  padding: 0;
}
.single-careers #section-contact-form .gform_wrapper form input[type=submit] {
  border: 3px solid #f60031;
  background: #f60031;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 12px;
  border-radius: 5px;
  float: right;
  padding: 15px 40px;
  width: auto;
}
.single-careers #section-contact-form .gform_wrapper form input[type=submit]:hover {
  color: #f60031;
  background: #fff;
}

#gallery-block {
  padding: 50px 0;
}
#gallery-block .section-title {
  font-size: 30px;
  display: block;
  text-transform: none;
  color: #00E0E3;
  line-height: 1.25;
  margin: 0 0 20px;
  font-weight: 700;
  border-bottom: 2px solid #00E0E3;
  padding-bottom: 10px;
}
@media (max-width: 29.99em) {
  #gallery-block .section-title {
    font-size: 20px;
  }
}

#video-block {
  padding: 0 0 30px;
}
#video-block .section-title {
  font-size: 20px;
  display: block;
  text-transform: none;
}
#video-block .embed-responsive {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
}
#video-block .embed-responsive:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#video-block .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gallery-popup {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px 10px;
}
.gallery-popup a {
  width: 20%;
  flex-basis: 20%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.gallery-popup a img {
  width: 100%;
}
@media (max-width: 47.9275em) {
  .gallery-popup a {
    width: 50%;
    flex-basis: 50%;
  }
}

#section-title {
  padding: 40px 0 0;
}
#section-title .section-title {
  font-size: 30px;
  line-height: 1.25;
  display: block;
  text-transform: none;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 29.99em) {
  #section-title .section-title {
    font-size: 20px;
  }
}
#section-title .section-title.border-bottom {
  border-bottom: 2px solid #00E0E3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#section-title-strip.career-page-new {
  padding: 130px 15px;
}

#section-simple-text.career-page-new {
  padding: 40px 0;
}

#section-simple-text.career-page-new h1, #section-simple-text.career-page-new h2, #section-simple-text.career-page-new h3, #section-simple-text.career-page-new h4, #section-simple-text.career-page-new h5, #section-simple-text.career-page-new h6 {
  text-transform: none;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.button-block {
  padding: 20px 0;
}

#section-4icons-top.career-page-new {
  padding: 0px 0px 50px;
}
#section-4icons-top.career-page-new h1, #section-4icons-top.career-page-new h2, #section-4icons-top.career-page-new h3, #section-4icons-top.career-page-new h4, #section-4icons-top.career-page-new h5, #section-4icons-top.career-page-new h6, #section-4icons-top.career-page-new .section-title {
  text-transform: none;
  font-weight: 700;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
#section-4icons-top.career-page-new p {
  font-size: 15px;
  line-height: 1.5;
}

#section-jobs {
  padding: 50px 0;
}
@media (max-width: 29.99em) {
  #section-jobs {
    padding-top: 100px;
  }
}
#section-jobs .filters-button-group {
  padding: 10px;
  font-size: 17px;
  max-width: 200px;
  margin-right: 1em;
  line-height: 1.5;
}
#section-jobs .filters-button-group:last-child {
  margin: 0;
}
@media (max-width: 29.99em) {
  #section-jobs .filters-button-group {
    max-width: 49.5%;
    font-size: 15px;
  }
}
#section-jobs .items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
#section-jobs .items .list-positions {
  width: 25%;
  padding: 0px 10px;
  margin-top: 20px;
  display: block;
  height: 208px;
}
@media (max-width: 64.0525em) {
  #section-jobs .items .list-positions {
    width: 33.3333333333%;
  }
}
@media (max-width: 47.9275em) {
  #section-jobs .items .list-positions {
    width: 50%;
  }
}
@media (max-width: 29.99em) {
  #section-jobs .items .list-positions {
    width: 100%;
  }
}
#section-jobs .items .list-positions .career-item {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f4f8;
}
#section-jobs .items .list-positions .career-item a {
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
#section-jobs .items .list-positions .career-item a .career-header {
  background-color: #00E0E3;
  padding: 10px;
  color: #ffffff;
  display: flex;
  min-height: 56px;
  align-items: center;
  flex-flow: row wrap;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}
#section-jobs .items .list-positions .career-item a .career-header .col {
  flex: 0 0 70%;
  max-width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#section-jobs .items .list-positions .career-item a .career-header .col.align-end {
  text-align: right;
  flex: 0 0 30%;
  max-width: 30%;
}
#section-jobs .items .list-positions .career-item a .career-header .col.align-end span.d-block {
  display: block;
}
#section-jobs .items .list-positions .career-item a .career-body {
  padding: 10px;
  color: #00E0E3;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}
#section-jobs .items .list-positions .career-item a .career-bottom {
  padding: 10px;
  align-self: flex-end;
}

.single-careers #section-product-text.career-new #section-simple-text {
  padding: 40px 0;
}
.single-careers #section-product-text.career-new #section-simple-text .border-bottom {
  border-bottom: 2px solid #00E0E3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.single-careers #section-product-text.career-new #section-simple-text p, .single-careers #section-product-text.career-new #section-simple-text ul li, .single-careers #section-product-text.career-new #section-simple-text ol li {
  font-size: 15px;
  line-height: 1.5;
}
.single-careers #section-product-text.career-new .top-header {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  background: #383838;
  border-radius: 5px;
  color: #ffffff;
  justify-content: space-between;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.single-careers #section-product-text.career-new .top-header .col {
  flex: 0 0 70%;
  max-width: 70%;
}
.single-careers #section-product-text.career-new .top-header .col.text-right {
  flex: 0 0 30%;
  max-width: 30%;
}
.single-careers #section-product-text.career-new .sidebar {
  padding-top: 40px;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form {
  padding: 20px;
  background: #EBEBEB;
  margin-bottom: 30px;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form h2, .single-careers #section-product-text.career-new .sidebar #section-contact-form .h2 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: lowercase;
  color: #00E0E3;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form h2:first-letter, .single-careers #section-product-text.career-new .sidebar #section-contact-form .h2:first-letter {
  text-transform: capitalize;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form h3, .single-careers #section-product-text.career-new .sidebar #section-contact-form .h3, .single-careers #section-product-text.career-new .sidebar #section-contact-form .gform_title {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form form {
  max-width: 100%;
  padding: 0;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form form li {
  width: 100%;
  display: block;
  padding: 0;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form form li label {
  font-weight: 400;
  vertical-align: text-top;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form form li input, .single-careers #section-product-text.career-new .sidebar #section-contact-form form li textarea, .single-careers #section-product-text.career-new .sidebar #section-contact-form form li select {
  background: #ffffff;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form form li input[type=file] {
  background: transparent;
  padding: 0;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form form li textarea {
  height: 120px;
  margin-top: 12px;
}
.single-careers #section-product-text.career-new .sidebar #section-contact-form form input[type=submit] {
  margin: 0;
}

.bottom-footer {
  border-top: solid 1px #00E0E3;
  width: 100%;
  padding-top: 20px;
}
.bottom-footer .credits {
  display: block;
  width: 100%;
  text-align: left;
}
.bottom-footer .footer-menu {
  display: block;
  width: 100%;
}
.bottom-footer .footer-menu li a {
  text-transform: uppercase;
  font-size: 80%;
}