@charset "UTF-8";
/*
Theme Name: chronos
Theme URI: http://chronos.uk
Author: Chris Pink / Marcom
Author URI: https://marcom.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chronos
Tags:


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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url(css/nunito.css);
@import url(css/roboto-condensed.css);
@import url(css/fontawesome.css);
/*  $sitewidth: 1280px; */
/* $textwidth: 1000px; */
/* Functions */
/* Variables */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Helpers */
.no-scroll {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed; }

.icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px; }

.caps {
  text-transform: uppercase; }

.not-top #wpadminbar {
  display: none; }

.alignnone {
  margin-bottom: 20px; }

.template-message {
  padding: 15px;
  background: #888;
  color: #fff;
  text-align: center; }

.grecaptcha-badge {
  visibility: hidden; }

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

p {
  margin: 0 0 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

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

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

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

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

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

ul,
ol {
  margin: 0 0 1em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

.widget-title {
  font-size: 20px;
  margin: 0px; }

.widget li, .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px; }

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

.hentry {
  margin: 0 0 1.5em; }

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

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

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }
::-moz-placeholder {
  color: #fff;
  opacity: 1; }
:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }
::placeholder {
  color: #fff;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }

:focus {
  outline: 1px solid #888;
  border-right: none; }
  :focus::-webkit-input-placeholder {
    opacity: .25; }
  :focus::-moz-placeholder {
    opacity: .25; }
  :focus:-ms-input-placeholder {
    opacity: .25; }
  :focus::placeholder {
    opacity: .25; }

.contact-form ::-webkit-input-placeholder {
  color: #212121;
  opacity: 1; }

.contact-form ::-moz-placeholder {
  color: #212121;
  opacity: 1; }

.contact-form :-ms-input-placeholder {
  color: #212121;
  opacity: 1; }

.contact-form ::placeholder {
  color: #212121;
  opacity: 1; }

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #212121; }

.contact-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #212121; }

.contact-form *:focus {
  outline: 1px solid #888;
  border-right: none; }
  .contact-form *:focus::-webkit-input-placeholder {
    opacity: .25; }
  .contact-form *:focus::-moz-placeholder {
    opacity: .25; }
  .contact-form *:focus:-ms-input-placeholder {
    opacity: .25; }
  .contact-form *:focus::placeholder {
    opacity: .25; }

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button:visited {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  background: #EF3340;
  color: #fff;
  border: none;
  font-family: "Nunito";
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase; }

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #f25c66;
  color: #fff;
  border: none;
  transition: .3s; }

button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #7a7a7a;
  color: #fff;
  border: none;
  transition: .3s;
  outline: none; }

a.button-alt,
input[type="submit"].button-alt {
  background: #383838; }
  a.button-alt:hover,
  input[type="submit"].button-alt:hover {
    background: #212121; }
  a.button-alt:active,
  input[type="submit"].button-alt:active {
    background: #909090;
    outline: none; }

a.button-alt2 {
  border: 1px solid #f5858c !important; }
  a.button-alt2:hover {
    background: #1b1f41;
    border: 1px solid transparent !important; }
  a.button-alt2:active {
    background: #909090;
    outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  font-family: "Nunito";
  font-weight: 300;
  background: #383838;
  border: medium none;
  color: #fff;
  margin-bottom: 15px;
  padding: 10px 15px;
  width: 100%; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #383838 url(images/more.svg) no-repeat 98%/7.5%;
  font-family: 'Nunito';
  font-weight: 100;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer; }
  select option {
    font-family: 'Nunito';
    font-weight: 100;
    color: #fff; }

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

textarea {
  width: 100%; }

input[type="checkbox"], input[type="radio"] {
  position: relative;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  background: #fff;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  border: 1px solid #212121; }
  input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: #EF3340;
    border: 1px solid #EF3340;
    transition: background .3s; }
    input[type="checkbox"]:checked::before, input[type="checkbox"]:checked::after, input[type="radio"]:checked::before, input[type="radio"]:checked::after {
      content: "";
      position: absolute;
      top: 7.5px;
      left: 0;
      height: 2px;
      width: 18px;
      background-color: #fff;
      /* this fixes a bug where pseudo elements are slighty off position */
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    input[type="checkbox"]:checked::after, input[type="radio"]:checked::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

fieldset {
  font-size: 0;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #fff; }

legend {
  border: 1px solid #fff;
  background: #fff;
  padding: 0 10px;
  border-radius: 100px;
  font-size: 14px;
  margin-bottom: 20px; }

.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-self: center;
          align-self: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease; }
  .pop-up .modal-body {
    width: 100%;
    overflow: hidden;
    padding: 0;
    max-height: calc(100vh - 120px);
    overflow-y: auto !important; }
  .pop-up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .pop-up .close {
    position: absolute;
    right: 0;
    top: -32px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 1; }
    .pop-up .close:hover {
      opacity: 1; }
    .pop-up .close::before, .pop-up .close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 33px;
      width: 2px;
      background-color: #fff; }
    .pop-up .close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .pop-up .close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .pop-up .modal-text {
    width: 100%;
    float: left;
    padding: 25px 25px;
    background: #fff;
    overflow: hidden; }
    .pop-up .modal-text h3 {
      display: block;
      position: relative;
      font-family: "Roboto Condensed";
      font-weight: 600;
      letter-spacing: -0.01em;
      font-size: 22px;
      line-height: 30px;
      color: #EF3340;
      margin: 0 0 15px; }
    .pop-up .modal-text p {
      font-size: 15px; }

.pop-up .video-cover {
  width: 100%;
  padding-top: 56.4%;
  margin-right: 2%;
  position: relative; }

.pop-up .video-cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pop-up .modal-dialog {
  position: relative;
  margin-top: 15px !important;
  width: 100%;
  max-width: 767px;
  border-radius: 15px;
  margin: 0 auto;
  height: calc(100% - 30px);
  overflow: auto;
  display: -webkit-flex;
  display: flex;
  padding: 0 15px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-self: center;
          align-self: center; }

.pop-up .modal-content {
  position: relative;
  width: 100%;
  overflow: visible;
  border-radius: 15px; }

.pop-up.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.loading_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 115;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  vertical-align: middle; }

.loading_main .loader {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background-color: #EF3340;
  border-radius: 50%;
  margin-bottom: -25px; }

.loading_main .loader::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0 solid #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: loading 1s ease-out forwards infinite;
  animation: loading 1s ease-out forwards infinite; }

@-webkit-keyframes loading {
  0% {
    border: 0 solid rgba(255, 255, 255, 0.4); }
  20% {
    border: 8px solid rgba(255, 255, 255, 0.4);
    width: 0;
    height: 0; }
  100% {
    border: 8px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%; } }

@keyframes loading {
  0% {
    border: 0 solid #fff; }
  20% {
    border: 8px solid rgba(255, 255, 255, 0.4);
    width: 0;
    height: 0; }
  100% {
    border: 8px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%; } }

/*****************************************************/
/* Old school responsive 16:9 */
/*****************************************************/
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 30px; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wpcf7 {
  position: relative; }

.wpcf7-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }

.wpcf7-form-control-wrap {
  display: inline-block; }

span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 15px;
  bottom: 1px;
  color: #EF3340; }
  .widget_text span.wpcf7-not-valid-tip {
    color: #fff; }

.wpcf7-submit {
  position: relative; }

.wpcf7-form-control:focus + .wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  margin: 60px 0 20px !important;
  padding: 10px !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #b11637;
  background: #b11637;
  color: #fff; }
  .widget_text .wpcf7 form.invalid .wpcf7-response-output, .widget_text .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #fff;
    color: #b11637; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #eaf1f5;
  background: #eaf1f5;
  color: #454545; }

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 15px; }

.wpcf7 form .ajax-loader {
  background: rgba(255, 255, 255, 0.8) url(images/loader.svg) no-repeat center/80%;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -24px; }

.textwidget .wpcf7-form-control-wrap.first-name, .textwidget .wpcf7-form-control-wrap.last-name {
  width: 50%; }

.textwidget .wpcf7-form-control-wrap.first-name {
  border-right: 1px solid #b11637; }

.cta-form .three-field {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 1px; }

.contact-form .wpcf7-form-control-wrap.first-name input, .contact-form .wpcf7-form-control-wrap.last-name input, .contact-form .wpcf7-form-control-wrap.your-email input, .contact-form .wpcf7-form-control-wrap.company input, .contact-form .wpcf7-form-control-wrap.telephone input {
  background: #eaf1f5;
  border-right: 1px solid #fff;
  margin-bottom: 30px;
  color: #212121; }

.contact-form .wpcf7-form-control-wrap.first-name, .contact-form .wpcf7-form-control-wrap.last-name {
  width: 50%; }

.contact-form .wpcf7-form-control-wrap.your-email {
  width: 100%; }

.contact-form .wpcf7-form-control-wrap.company, .contact-form .wpcf7-form-control-wrap.telephone {
  width: 50%; }

.contact-form .wpcf7-form-control-wrap.message {
  width: 100%; }
  .contact-form .wpcf7-form-control-wrap.message textarea {
    background: #eaf1f5;
    height: 120px;
    margin-bottom: 30px;
    color: #212121; }

.contact-form span.wpcf7-not-valid-tip {
  bottom: 13px; }

.cta-column form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }

.disclaimer {
  font-size: 13px;
  margin-bottom: 10px; }

.acceptance {
  margin-bottom: 10px; }

.wpcf7-list-item {
  margin: 0; }

.wpcf7-submit {
  -webkit-align-self: flex-end;
          align-self: flex-end; }
  .wpcf7-submit:disabled:hover + .wpcf7-tooltip {
    display: block !important; }

.wpcf7-tooltip {
  display: none;
  position: absolute;
  bottom: -70px;
  right: 52px;
  width: 150px;
  font-size: 15px;
  background: #EF3340;
  padding: 8px;
  color: #fff;
  line-height: 1.2;
  border-radius: 6px 0 6px 6px; }
  .wpcf7-tooltip:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #EF3340 transparent;
    top: -10px;
    right: 0;
    margin-left: -5px; }

.entry-meta {
  clear: both;
  text-transform: capitalize;
  font-size: 14px;
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #eaf1f5; }

footer.entry-meta {
  margin-top: 60px; }

.entry-categories,
.entry-tags,
.entry-date,
.entry-comments,
.post-edit-link,
.entry-meta .author,
.parent-post-link,
.full-size-link {
  margin-right: 8px; }

/* Pseudo elements for icons */
.entry-categories:before,
.entry-tags:before,
.entry-date:before,
.entry-comments:before,
.post-edit-link:before,
.comment-edit-link:before,
.entry-meta .author:before,
.parent-post-link:before,
.full-size-link:before,
.posted-on:before {
  margin-right: 3px; }

.entry-categories:before {
  content: "Categories:"; }

.entry-tags:before {
  content: "Tags:"; }

.posted-on:before {
  content: "Date:"; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Override these in the mixins */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
  color: #EF3340;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #383838;
  outline: none;
  transition: .5s; }

a:focus {
  outline: none; }

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

.icon:hover {
  transition: .3s; }

.contacts a {
  border-bottom: 1px solid transparent;
  margin-bottom: 2px;
  display: inline-block; }
  .contacts a:hover {
    border-bottom-color: #fff; }

/*--------------------------------------------------------------
## Panel
--------------------------------------------------------------*/
.panel-open {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer; }
  .panel-open .icon {
    fill: #fff; }

.panel-close {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer; }
  .panel-close .icon {
    fill: #fff; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Uses $navbackground, $navbghover, $selected */
.main-navigation {
  font-family: 'Nunito';
  font-weight: 600;
  font-size: 18px; }

.menu-toggle {
  position: fixed;
  right: 10px;
  top: 58px;
  width: 50px;
  height: 50px;
  background: #383838 url(images/bars.svg) no-repeat center/70%;
  padding: 0;
  margin: 0;
  z-index: 2010; }
  .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    background: #212121 url(images/bars.svg) no-repeat center/70%; }

.not-top .menu-toggle {
  top: 10px;
  transition: .8s; }

span.opener {
  display: none; }

@media screen and (min-width: 961px) {
  .main-navigation {
    font-family: "Roboto Condensed";
    font-weight: 600;
    letter-spacing: -0.01em;
    padding-top: 20px; }
    .main-navigation * {
      transition: none !important; }
    .main-navigation ul {
      list-style: none;
      margin: 0;
      padding-left: 0; }
      .main-navigation ul li {
        display: inline-block;
        position: relative;
        margin-right: 30px;
        line-height: 30px; }
        .main-navigation ul li a {
          color: #212121 !important; }
          .main-navigation ul li a:hover {
            color: #EF3340 !important; }
    .main-navigation a {
      display: block;
      text-decoration: none;
      color: #ccc; }
    .main-navigation ul ul {
      font-family: "Nunito";
      background: #212121;
      left: -999em;
      position: absolute;
      top: 30px;
      width: 290px;
      padding: 10px 10px 20px;
      z-index: 99999; }
      .main-navigation ul ul li {
        margin: 0;
        padding: 5px 10px;
        width: 100%;
        font-size: 16px;
        line-height: 1.2; }
        .main-navigation ul ul li a {
          padding-bottom: 3px;
          border-bottom: 1px solid transparent; }
        .main-navigation ul ul li > a:hover {
          border-bottom-color: #EF3340; }
        .main-navigation ul ul li a {
          color: #fff !important; }
          .main-navigation ul ul li a:hover {
            color: #eee !important; }
    .main-navigation ul ul ul {
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      background: transparent;
      margin: 0 !important;
      padding: 5px 5px 0; }
      .main-navigation ul ul ul li {
        padding: 3px 0; }
        .main-navigation ul ul ul li:before {
          content: "";
          display: block;
          width: 8px;
          height: 22px;
          float: left;
          color: #fff;
          background: url("images/caret.svg") no-repeat;
          margin-top: -4px;
          margin-right: 5px; }
  .search-trigger {
    position: relative;
    margin-right: 0 !important; }
    .search-trigger .icon {
      width: 25px;
      height: 25px;
      fill: #212121;
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      cursor: pointer; }
      .search-trigger .icon:hover {
        fill: #EF3340; }
    .search-trigger.active .icon {
      fill: #EF3340; }
  .search-tooltip {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    right: 12px;
    width: 150px;
    font-size: 15px;
    background: #EF3340;
    padding: 8px;
    color: #fff;
    line-height: 1.2;
    border-radius: 6px 0 6px 6px; }
    .search-tooltip:after {
      content: '';
      position: absolute;
      display: block;
      width: 0;
      z-index: 1;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #EF3340 transparent;
      top: -10px;
      right: 0;
      margin-left: -5px; }
  .search-trigger:hover .search-tooltip {
    display: block; }
  .search-trigger.mobile-search-trigger {
    display: none; }
  #menu-item-311 {
    display: none; }
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block; }
  .main-navigation ul > li:hover > ul,
  .main-navigation ul > li.focus > ul {
    left: auto;
    margin-left: -5px; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #EF3340 !important; }
  .main-navigation ul ul li.current_page_item > a,
  .main-navigation ul ul li.current-menu-item > a {
    color: #fff !important; }
  .menu-toggle {
    display: none; } }

@media screen and (max-width: 960px) {
  .main-navigation {
    font-size: 22px;
    font-weight: 300; }
  .menu-toggle {
    display: block; }
  .menu-main-menu-container {
    background: #EF3340;
    position: fixed;
    top: 0;
    left: 100%;
    width: 50%;
    height: 100%;
    padding-top: 20px;
    transition: all .5s ease;
    z-index: 2000;
    overflow: scroll; }
    .menu-main-menu-container ul {
      position: relative;
      margin: 0;
      padding: 0; }
      .menu-main-menu-container ul li {
        margin: 0; }
  .main-navigation.toggled .menu-toggle {
    top: 10px;
    background: #383838 url(images/close.svg) no-repeat center !important;
    width: 40px;
    height: 40px; }
    .main-navigation.toggled .menu-toggle:hover {
      background-color: #EF3340 !important; }
  .main-navigation.toggled .menu-main-menu-container {
    left: 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2); }
  .main-navigation ul li {
    width: 100%;
    display: block;
    text-align: left;
    margin: 4px 0 !important; }
    .main-navigation ul li:hover ul {
      background: none; }
    .main-navigation ul li a {
      width: 100%;
      display: block;
      line-height: 25px;
      padding: 6px 10px;
      color: #fff; }
    .main-navigation ul li:hover > a {
      text-decoration: underline;
      text-underline-offset: 4px; }
  .main-navigation .sub-menu {
    font-size: 18px;
    padding-left: 8px; }
  li.search-trigger {
    display: none !important; }
  .search-trigger.mobile-search-trigger {
    background: #EF3340;
    color: #fff;
    text-align: center;
    padding: 15px 0 8px; }
    .search-trigger.mobile-search-trigger .icon {
      fill: #fff;
      height: 30px;
      width: 30px;
      margin-top: -2px;
      margin-left: 10px;
      -webkit-transform: scale(0.88);
              transform: scale(0.88); }
  /* Dropdowns heavy lifting */
  #primary-menu {
    padding-top: 20px; }
    #primary-menu .sub-menu {
      display: none; }
    #primary-menu li.menu-item-has-children {
      position: relative;
      width: calc(100% - 35px); }
      #primary-menu li.menu-item-has-children li.menu-item-has-children {
        width: 100%; }
      #primary-menu li.menu-item-has-children span.opener {
        display: block;
        position: absolute;
        top: 0;
        right: -35px;
        height: 40px;
        width: 40px;
        background: #b11637 url(images/more-small.svg) no-repeat center/20px;
        border-bottom: 1px solid #EF3340; }
        #primary-menu li.menu-item-has-children span.opener.active {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
          #primary-menu li.menu-item-has-children span.opener.active + .sub-menu {
            display: block; } }

@media screen and (max-width: 550px) {
  .main-navigation.toggled .menu-main-menu-container {
    left: 0; }
  .menu-main-menu-container {
    width: 100%; } }

#content .toggled {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all .5s ease; }

/***************************************************/
/* Footer Column Menus
/***************************************************/
.footer-navigation {
  font-size: 15px; }
  .footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-navigation ul li {
      display: block;
      margin: 0;
      padding: 0;
      margin-bottom: 10px; }
      .footer-navigation ul li:first-of-type {
        font-family: "Roboto Condensed";
        font-weight: 600;
        letter-spacing: -0.01em;
        font-size: 18px;
        margin: 0 0 6px; }
        .footer-navigation ul li:first-of-type a {
          color: #EF3340 !important; }
          .footer-navigation ul li:first-of-type a:hover {
            color: #fff !important; }
      .footer-navigation ul li a:hover {
        color: #EF3340 !important; }

/***************************************************/
/* Base Menu
/***************************************************/
#base-navigation {
  margin: 20px 0 0;
  padding: 0;
  list-style: none; }
  #base-navigation li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    #base-navigation li a:hover {
      border-bottom: 1px solid #ccc; }

/***************************************************/
/* Various Page Navs */
/***************************************************/
.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 0 0 30px;
  overflow: hidden;
  font-size: 14px; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: right;
    width: 40%;
    text-align: right; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: left;
    width: 40%; }

.nav-previous::after {
  content: "\2192 ";
  margin-left: 6px; }

.nav-next:before {
  content: "\2190";
  margin-right: 6px; }

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

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

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

html, body {
  height: 100%;
  background: #fff;
  font-family: "Nunito";
  font-size: 18px;
  color: #454545;
  line-height: 1.2; }

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site {
  overflow: hidden; }

.container,
.product-content,
.landing-page-content,
.product-page-content,
.breadcrumbs {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

.inner {
  width: 100%;
  padding: 15px; }

.product-content {
  overflow: hidden;
  padding: 70px 15px; }
  .product-content .sidebar-content .primary {
    padding-bottom: 0; }

.sidebar-content {
  float: right;
  margin: 0 0 0 -25%;
  width: 100%;
  padding-right: 15px; }
  .sidebar-content .primary {
    margin: 0 0 0 25%;
    padding-bottom: 70px; }
  .sidebar-content + .secondary {
    float: left;
    overflow: hidden;
    width: 25%;
    padding: 0 30px 0 15px; }

.content-sidebar {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%; }
  .content-sidebar .primary {
    margin: 0 25% 0 0;
    padding-right: 60px; }
  .content-sidebar + .secondary {
    float: right;
    overflow: hidden;
    width: 25%;
    padding: 0; }

.content, .copy {
  max-width: 830px;
  width: 100%;
  padding: 40px 15px 55px;
  margin: 0 auto; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed";
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2; }

h1 {
  font-size: 60px;
  margin: 0 0 40px; }
  h1 span {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-weight: 100;
    max-width: 830px;
    margin: 0 auto; }
  h1.product-title {
    font-size: 39px; }
  h1.search-title {
    font-size: 50px; }

div.banner-title {
  font-family: "Roboto Condensed";
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 60px;
  margin-bottom: 40px; }
  div.banner-title span {
    display: block;
    font-family: 'Nunito';
    font-size: 40px;
    font-weight: 100; }

.services-page h1 span,
.industries-page h1 span {
  font-size: 40px; }

h2, h1.entry-title {
  font-size: 44px;
  margin: 0 0 20px; }
  h2 sup, h1.entry-title sup {
    font-size: 16px;
    top: -1em; }

h3 {
  margin: 0 0 15px; }

h4 {
  font-size: 22px;
  color: #EF3340;
  margin: 20px 0; }

p {
  margin: 0 0 .75em; }

.smallprint {
  font-size: 14px; }

blockquote {
  margin: 30px 0;
  padding: 20px;
  background: #eaf1f5; }
  blockquote h4 {
    margin: 0 0 6px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  width: 100%;
  height: 40px;
  background: #212121; }
  .home .topbar {
    background: #604A7B; }
  .topbar .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: center;
            align-items: center;
    height: 100%;
    padding-top: 4px; }
  .topbar a {
    color: #fff;
    border-bottom: 1px solid transparent; }
    .topbar a:hover {
      border-bottom-color: #fff; }
  .topbar .contacts {
    margin-right: 10px;
    padding-bottom: 4px; }
    .topbar .contacts span {
      margin-right: 18px; }
  .topbar .social-links a {
    border: none; }
  .topbar .social-links .icon {
    width: auto;
    height: 18px;
    margin-left: 10px;
    fill: #fff; }
    .topbar .social-links .icon:hover {
      fill: #EF3340; }

#masthead {
  position: relative;
  background: #fff;
  height: 126px;
  transition: .8s;
  z-index: 1001; }
  #masthead .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center; }
  #masthead #logo {
    display: block;
    overflow: hidden; }
    #masthead #logo img {
      display: block;
      margin-top: -40px;
      transition: width .3s; }

/*
.not-top {
  .site-content {
    margin-top: 148px;
  }
  & #masthead {
    position: fixed;
    top: -48px;
    left: 0;
    width: 100%;
    height: 100px;
    & #logo img  {
      width: 100px;
      margin-top: 12px;
    }
  }
}

 */
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  height: 420px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center; }
  .banner p {
    font-size: 22px; }
  .banner.generic, .banner.child {
    height: auto;
    padding: 70px 0; }

/*-----------------------------------------------------------------------------------------
# Home Page
-----------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
# Heroes
--------------------------------------------------------------*/
.home-heroes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  text-align: center;
  color: #fff; }
  .home-heroes .hero-container {
    position: relative; }
    .home-heroes .hero-container:hover .reveal {
      opacity: 1;
      transition: opacity .4s ease-out; }
  .home-heroes h2 {
    font-size: 28px;
    font-weight: 600; }
  .home-heroes .hero {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 10px 0;
    padding: 10px;
    height: 245px;
    background-size: cover; }
  .home-heroes .reveal {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    left: 0;
    top: 10px;
    width: 100%;
    background: #EF3340;
    padding: 25px;
    height: 245px;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: opacity .5s ease-in; }
    .home-heroes .reveal h2 {
      font-size: 24px; }
    .home-heroes .reveal a.button {
      text-transform: none;
      margin-top: auto;
      -webkit-align-self: center;
              align-self: center; }

/*-----------------------------------------------------------------------------------------
# Page
-----------------------------------------------------------------------------------------*/
.content h2 {
  font-size: 30px;
  color: #454545; }

.content.plain h2 {
  font-size: 30px;
  color: #454545; }

.content.plain > .attachment-post-thumbnail {
  margin-bottom: 30px; }

.content > p:first-of-type {
  font-family: "Roboto Condensed";
  font-weight: 100;
  letter-spacing: -0.01em;
  font-size: 26px; }
  .content > p:first-of-type strong {
    font-weight: 100;
    color: #EF3340; }

/*--------------------------------------------------------------
# Landing Page / Product Category Page
--------------------------------------------------------------*/
.landing-page-content {
  padding: 40px 15px 70px; }
  .landing-page-content h2 {
    color: #454545;
    font-size: 30px; }
  .landing-page-content main > p:first-of-type {
    font-size: 24px; }
  .landing-page-content .attachment-post-thumbnail {
    margin-bottom: 20px; }

.product-page-content {
  padding: 40px 0 70px; }
  .product-page-content h2 {
    color: #454545;
    font-size: 30px; }

.datasheets {
  max-width: 830px;
  width: 100%;
  padding: 30px 15px 10px;
  margin: 30px auto;
  border-top: 2px solid #eaf1f5;
  border-bottom: 2px solid #eaf1f5;
  overflow: hidden; }

.featured-resources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
  max-width: 830px;
  width: 100%;
  margin: 30px auto 60px;
  padding: 0 15px; }
  .featured-resources.single {
    display: block; }
    .featured-resources.single .grid-blog {
      padding: 0; }
      .featured-resources.single .grid-blog .inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 30px; }
        .featured-resources.single .grid-blog .inner .thumbnail {
          margin: 0; }
        .featured-resources.single .grid-blog .inner .read-more {
          position: relative;
          left: auto; }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/*-----------------------
# Heroes
-----------------------*/
.section-heroes {
  background: #eaf1f5;
  text-align: center;
  padding: 70px 0; }
  .section-heroes h2 {
    color: #EF3340;
    max-width: 800px;
    margin: 0 auto 50px; }
    .section-heroes h2.wordy {
      font-size: 30px; }

.heroes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  text-align: center; }
  .heroes.count4, .heroes.count2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .heroes .hero {
    background: #fff;
    padding: 30px;
    font-size: 16px;
    border-radius: 6px; }
    .heroes .hero .icon {
      width: 100px;
      height: 100px;
      margin: 0 auto 30px; }
    .heroes .hero h3 {
      font-size: 22px;
      color: #EF3340; }

.second-section .heroes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 70px; }
  .second-section .heroes + .copy {
    padding-top: 0; }
  .second-section .heroes .hero {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    background: #eaf1f5; }
    .second-section .heroes .hero .button {
      font-size: 15px;
      margin: 15px 0 0; }

.second-section .block-cta {
  padding-top: 30px; }

.second-section .related-products {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px; }

/*--------------------------------------------------------------
# Children
--------------------------------------------------------------*/
.children {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
  padding: 40px 30px 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.services-children {
  padding: 70px 0; }
  .services-children .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px; }

.child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding: 20px 15px;
  color: #fff;
  text-align: center;
  background-color: #212121; }
  .child:last-child:nth-child(2n+1) {
    grid-column: 2; }
  .child h3 {
    font-size: 32px; }
  .child .button {
    margin-top: auto; }

/*--------------------------------------------------------------
# Footnotes
--------------------------------------------------------------*/
.footnote-link {
  position: relative; }
  .footnote-link:hover .footnote-popup {
    display: block; }
  .footnote-link .footnote-popup {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    font-family: "Nunito";
    font-size: 15px;
    background: #EF3340;
    color: #fff;
    padding: 5px; }
    .footnote-link .footnote-popup:after {
      content: '';
      position: absolute;
      display: block;
      width: 0;
      z-index: 1;
      border-style: solid;
      border-width: 0 10px 10px 0;
      border-color: transparent transparent #EF3340 transparent;
      top: -10px;
      left: 0; }

#footnotes {
  clear: both;
  max-width: 1170px;
  padding: 15px 30px 30px;
  margin: 0 auto;
  font-size: 15px; }
  #footnotes:before {
    content: "Notes";
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px; }
  #footnotes:empty {
    display: none; }

/*-----------------------------------------------------------------------------------------
# Blocks
-----------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
# Feature Block
--------------------------------------------------------------*/
.block-feature {
  padding: 70px 0; }
  .block-feature .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px; }
    .block-feature .container div.text {
      padding-right: 15px; }
      .block-feature .container div.text p:first-of-type {
        font-family: "Roboto Condensed";
        color: #EF3340;
        font-size: 30px;
        font-weight: 100;
        letter-spacing: -0.01em; }
    .block-feature .container div.image img {
      width: 100%;
      height: auto; }
  .block-feature.background .container {
    background-size: cover;
    max-width: 1140px; }
  .block-feature.background div.text {
    padding: 60px 60px 60px 45px; }

/*--------------------------------------------------------------
# CTA Block
--------------------------------------------------------------*/
.cta-form {
  background: #212121;
  color: #fff;
  text-align: center;
  padding: 20px; }
  .cta-form.cf7 {
    text-align: left; }
  .cta-form h2 {
    font-family: "Nunito";
    font-size: 32px;
    color: #EF3340;
    text-align: center; }
  .cta-form .text {
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 20px; }
  .cta-form a {
    color: #fff; }
  .cta-form .contacts {
    font-size: 24px; }
    .cta-form .contacts .email {
      color: #EF3340; }
  .cta-form .button {
    margin-bottom: 20px; }

.block-cta {
  padding: 70px 0; }
  .block-cta.background {
    background: #eaf1f5; }
  .block-cta .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px; }
    .block-cta .container > div {
      padding: 20px; }
      .block-cta .container > div.cf7 h2 {
        font-size: 28px;
        color: #fff;
        text-align: left; }
      .block-cta .container > div.cf7 .text {
        display: none; }
      .block-cta .container > div.cf7 input[type="text"], .block-cta .container > div.cf7 input[type="email"] {
        background: #383838; }
      .block-cta .container > div.cf7 input[type="submit"] {
        float: right;
        margin-top: 10px; }
      .block-cta .container > div.cf7 div.wpcf7-response-output {
        margin-top: 85px !important; }
      .block-cta .container > div.cf7 .contacts {
        text-align: left;
        margin-top: 10px; }
      .block-cta .container > div.case-study {
        background-size: cover;
        font-size: 24px;
        color: #fff;
        text-align: center; }
        .block-cta .container > div.case-study h2 {
          font-size: 38px; }
        .block-cta .container > div.case-study .button {
          margin-top: 20px; }

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion-container h2 {
  color: #212121;
  font-size: 22px !important;
  margin-top: 50px; }

.accordion-container .accordion-entry .accordion-label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 10px 20px 30px;
  font-family: "Roboto Condensed";
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 22px;
  color: #EF3340;
  border-top: 3px solid #eaf1f5;
  cursor: pointer; }
  .accordion-container .accordion-entry .accordion-label .more .icon {
    width: 30px;
    height: 30px;
    fill: #212121; }
  .accordion-container .accordion-entry .accordion-label.active {
    background: #eaf1f5; }
    .accordion-container .accordion-entry .accordion-label.active .more {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.accordion-container .accordion-entry .accordion-content {
  display: none;
  padding: 10px 30px; }

.accordion-container .accordion-entry:last-of-type .accordion-label {
  border-bottom: 3px solid #eaf1f5; }

/*--------------------------------------------------------------
# Endorsements (Long Form)
--------------------------------------------------------------*/
.endorsements {
  clear: both;
  padding: 0 0 30px; }
  .endorsements .container {
    padding: 0 15px; }
    .endorsements .container .endorsement-header {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      background: #eaf1f5;
      padding: 30px 30px 20px;
      font-family: "Roboto Condensed";
      font-weight: 600;
      letter-spacing: -0.01em;
      font-size: 24px;
      color: #EF3340; }
      .endorsements .container .endorsement-header .more {
        margin-top: -10px; }
        .endorsements .container .endorsement-header .more .icon {
          width: 35px;
          height: 35px; }
      .endorsements .container .endorsement-header.active .more .icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .endorsements .container .endorsement-content {
      background: #eaf1f5;
      padding: 0 30px 15px;
      margin-bottom: 30px; }
      .endorsements .container .endorsement-content * {
        display: none; }
      .endorsements .container .endorsement-content p:first-of-type {
        display: block; }
        .endorsements .container .endorsement-content p:first-of-type:after {
          content: " …"; }
      .endorsements .container .endorsement-content span {
        font-weight: 600;
        display: block; }
        .endorsements .container .endorsement-content span:first-of-type {
          color: #EF3340; }
      .endorsements .container .endorsement-content.active * {
        display: block; }
      .endorsements .container .endorsement-content.active p:first-of-type:after {
        content: none; }

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonials {
  clear: both;
  padding-bottom: 60px; }
  .testimonials .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0; }
    .testimonials .container > div {
      -webkit-flex: 1 0 50%;
              flex: 1 0 50%;
      margin: 15px; }

.testimonial {
  background: #EF3340;
  color: #fff;
  padding: 20px;
  font-family: "Roboto Condensed";
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 28px; }
  .testimonial span {
    display: block;
    font-family: "Nunito";
    font-weight: 600;
    font-size: 21px;
    color: #212121;
    margin-top: 10px; }
    .testimonial span:nth-of-type(2) {
      margin: 0;
      font-size: 18px;
      font-weight: 300; }

/*--------------------------------------------------------------
# Case Study
--------------------------------------------------------------*/
.case-study-content .thumb {
  display: -webkit-flex;
  display: flex;
  background: #eaf1f5;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 30px; }

.case-study-content .attachment-post-thumbnail {
  margin-bottom: 30px; }

/*--------------------------------------------------------------
# Banner Block
--------------------------------------------------------------*/
.block-banner {
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  height: 420px;
  color: #fff;
  text-align: center; }
  .block-banner .copy {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Roboto Condensed';
    font-weight: 100;
    font-size: 30px;
    letter-spacing: -0.01em; }
  .block-banner .button-container {
    margin-top: 30px; }

/*--------------------------------------------------------------
# feature Heroes Block
--------------------------------------------------------------*/
.block-feature-heroes {
  padding: 70px 0;
  background: #eaf1f5; }
  .block-feature-heroes h2 {
    margin-bottom: 50px;
    color: #EF3340;
    text-align: center; }

/*--------------------------------------------------------------
# Upsell 1 plus 3
--------------------------------------------------------------*/
.block-upsell {
  background: #eaf1f5;
  padding: 70px 0; }
  .block-upsell .container {
    font-size: 20px;
    color: #fff; }
    .block-upsell .container .upsell-grid {
      background: #1b1f41;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      padding: 25px; }
      .block-upsell .container .upsell-grid div.thumb {
        -webkit-flex: 0 0 30%;
                flex: 0 0 30%; }
      .block-upsell .container .upsell-grid div.text {
        padding-left: 35px; }
    .block-upsell .container h2 {
      font-size: 42px;
      margin: 0 0 6px; }

.home .block-upsell {
  padding-top: 0;
  margin-top: -30px; }

/*--------------------------------------------------------------
# Text Heroes Block
--------------------------------------------------------------*/
.block-heroes {
  clear: both;
  padding-top: 70px; }
  .block-heroes .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 30px; }
    .block-heroes .container > div {
      background: #eaf1f5;
      padding: 20px;
      text-align: center; }
    .block-heroes .container h3 {
      font-size: 20px;
      font-family: 'Nunito';
      font-weight: 600;
      color: #869aa9; }
    .block-heroes .container .read-more {
      display: block;
      margin-top: 10px;
      color: #EF3340;
      border-bottom: 1px solid transparent; }
      .block-heroes .container .read-more:hover {
        border-bottom-color: #fff; }

/*--------------------------------------------------------------
# Section Values
--------------------------------------------------------------*/
.values-block {
  background: #eaf1f5;
  text-align: center;
  padding: 70px 0; }
  .values-block h2 {
    color: #EF3340; }
  .values-block .intro {
    font-family: "Roboto Condensed";
    font-weight: 100;
    letter-spacing: -0.01em;
    max-width: 830px;
    width: 100%;
    margin: 0 auto 70px;
    font-size: 26px; }
  .values-block .values-heroes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px; }
    .values-block .values-heroes > div {
      display: -webkit-flex;
      display: flex;
      background: #EF3340;
      padding: 30px;
      color: #fff;
      text-align: left; }
      .values-block .values-heroes > div .value-icon {
        -webkit-flex: 0 0 85px;
                flex: 0 0 85px;
        margin-right: 30px; }

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page .site-main {
  background: #eaf1f5; }

.contact-page .content {
  padding: 70px 15px 30px; }
  .contact-page .content h2 {
    text-align: center; }

.contact .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 45px 30px;
  padding-bottom: 70px; }

.contact .contacts {
  font-size: 22px; }
  .contact .contacts a {
    color: #EF3340;
    border-bottom: 1px solid transparent; }
    .contact .contacts a:hover {
      color: #212121;
      border-bottom: 1px solid #EF3340; }

.contact .contact-form {
  background: #fff;
  padding: 30px 20px 20px; }
  .contact .contact-form h3 {
    font-size: 28px; }

.contact #map {
  background: #fff;
  border: 15px solid #fff; }

/*--------------------------------------------------------------
# News  (including Home page news feed)
--------------------------------------------------------------*/
.content.news-intro {
  padding: 70px 15px 20px; }

.featured-post {
  padding: 30px 0; }
  .featured-post .container .inner {
    background: #eaf1f5;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px; }
  .featured-post h2 {
    font-size: 32px; }
  .featured-post p {
    font-size: 20px; }
  .featured-post .read-more.button {
    font-size: 15px; }

.news-feed {
  background: #eaf1f5;
  padding: 70px 0;
  text-align: center; }

.single .news-feed {
  background: transparent;
  padding: 0 0 70px; }
  .single .news-feed h3 {
    font-size: 30px;
    color: #EF3340;
    text-align: left; }
  .single .news-feed .news-grid {
    margin-top: 0; }
    .single .news-feed .news-grid > div {
      background: #eaf1f5; }

.news-grid,
.blog-grid .alm-reveal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  margin-top: 70px; }
  .news-grid > div,
  .blog-grid .alm-reveal > div {
    position: relative;
    background: #fff;
    text-align: left; }
    .news-grid > div .thumbnail,
    .blog-grid .alm-reveal > div .thumbnail {
      margin-bottom: 20px; }
    .news-grid > div h3,
    .blog-grid .alm-reveal > div h3 {
      font-size: 21px; }
    .news-grid > div .excerpt,
    .blog-grid .alm-reveal > div .excerpt {
      margin-bottom: 30px; }
    .news-grid > div .read-more,
    .blog-grid .alm-reveal > div .read-more {
      font-size: 12px; }
    .news-grid > div .parent,
    .blog-grid .alm-reveal > div .parent {
      font-size: 13px;
      color: #869aa9;
      position: absolute;
      bottom: -17px;
      right: 0px; }

.blog-grid-archive .blog-grid .alm-reveal {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.blog-grid .alm-reveal, .news-grid {
  margin-top: 30px; }

.grid-blog {
  position: relative;
  background: #eaf1f5 !important;
  padding-bottom: 30px; }
  .grid-blog .category {
    background: #212121;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #fff; }
    .grid-blog .category.press-release {
      background: #4d4d4d; }
    .grid-blog .category.events {
      background: #1b1f41; }
    .grid-blog .category.chronos-times {
      background: #b11637; }
  .grid-blog .inner {
    padding: 15px; }
  .grid-blog .thumbnail {
    margin-bottom: 20px; }
  .grid-blog h3 {
    font-size: 21px; }
  .grid-blog .excerpt {
    margin-bottom: 30px; }
  .grid-blog .read-more {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 12px; }

/*---------------------
# In the News
----------------------*/
.inthenewsgrid .alm-reveal {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

/*--------------------------------------------------------------
# Resources page
--------------------------------------------------------------*/
.resources h2 {
  font-size: 22px; }

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
h1.entry-title {
  font-size: 40px;
  color: #EF3340; }

.single .banner-title {
  font-size: 48px; }

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
h2.archive-title {
  color: #EF3340; }
  h2.archive-title span {
    display: block;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase; }

.archive-description p {
  font-size: 20px; }
  .archive-description p:first-of-type {
    font-size: 22px; }

/*--------------------------------------------------------------
# Product Page Top
--------------------------------------------------------------*/
.alm-btn-wrap {
  padding: 30px 0;
  text-align: center; }
  .alm-btn-wrap button {
    font-size: 18px; }
    .alm-btn-wrap button.done {
      display: none; }

/*--------------------------------------------------------------
# Product Page Top also Related Products
--------------------------------------------------------------*/
.product-categories {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  padding: 30px 0; }
  .product-categories .grid-category {
    position: relative;
    background: #eaf1f5;
    padding: 16px 12px;
    cursor: pointer; }
    .product-categories .grid-category .thumb {
      width: 100%;
      margin-bottom: 10px; }
      .product-categories .grid-category .thumb img {
        display: block;
        width: 100%; }
    .product-categories .grid-category h3 {
      font-family: 'Nunito';
      font-size: 18px;
      margin: 0;
      text-align: center; }
      .product-categories .grid-category h3 a {
        color: #EF3340; }
        .product-categories .grid-category h3 a:hover {
          color: #454545; }
    .product-categories .grid-category .parent {
      font-size: 13px;
      color: #869aa9;
      position: absolute;
      bottom: -17px;
      right: 0px; }

.related-products {
  width: 100%;
  max-width: 1170px;
  padding: 0 0 60px;
  margin: 0 auto; }
  .related-products h2 {
    color: #212121;
    font-size: 22px;
    padding: 0 15px; }
  .related-products .product-categories {
    padding: 0; }

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 15px 20px;
  font-size: 14px;
  border-bottom: 2px solid #eaf1f5; }
  .breadcrumbs a {
    color: #EF3340; }
  .breadcrumbs .breadcrumb_extra:after {
    content: " > "; }
  .breadcrumbs .breadcrumb_extra:last-of-type:after {
    content: none; }
  .breadcrumbs .breadcrumb_extra:last-of-type a {
    pointer-events: none;
    color: #454545; }

.tabs .tab-header {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .tabs .tab-header li {
    display: inline-block;
    float: left;
    background: #eaf1f5;
    font-family: "Roboto Condensed";
    font-weight: 100;
    letter-spacing: -0.01em;
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px;
    margin-right: 10px;
    cursor: pointer; }
    .tabs .tab-header li.active {
      font-weight: 600;
      cursor: default; }
    .tabs .tab-header li.quote {
      background: #EF3340;
      color: #fff; }
    .tabs .tab-header li a {
      color: #fff; }
    .tabs .tab-header li:hover {
      background: #f25c66; }
    .tabs .tab-header li:active {
      background: #7a7a7a; }

.tabs .tab-content {
  clear: both;
  padding-top: 40px; }
  .tabs .tab-content > div {
    display: none; }
    .tabs .tab-content > div.active {
      display: block; }
  .tabs .tab-content .diagram img {
    width: 100%; }

.key-features ul {
  margin: 0;
  padding: 0; }
  .key-features ul li {
    margin-bottom: 6px;
    margin-left: 20px; }

.datasheet {
  display: block;
  padding-left: 57px;
  margin-bottom: 30px;
  padding-top: 10px; }
  .datasheet:last-of-type {
    margin: 0; }
  .datasheet .icon {
    fill: #EF3340;
    float: left;
    margin-left: -55px;
    margin-top: -6px; }
  .datasheet:hover .icon {
    fill: #383838; }

/*------------------------
# Product Sidebar
-------------------------*/
.product-cat-list h2 {
  font-size: 22px; }

.product-cat-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px; }
  .product-cat-list ul li {
    font-family: "Roboto Condensed";
    font-weight: 100;
    letter-spacing: -0.01em;
    display: block;
    background: #eaf1f5;
    padding: 15px 20px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .product-cat-list ul li:hover {
      background: #212121; }
      .product-cat-list ul li:hover a {
        color: #fff; }
    .product-cat-list ul li.active {
      background: #EF3340; }
      .product-cat-list ul li.active a {
        color: #fff; }
    .product-cat-list ul li.cat-child {
      border-left: 8px solid #bbc; }

/*------------------------
# Product CTA
-------------------------*/
.product-cta {
  padding: 70px 0;
  background-size: cover; }
  .product-cta .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
    background: #EF3340;
    color: #fff;
    padding: 30px; }
  .product-cta h2 {
    font-size: 30px; }
  .product-cta .thumb {
    float: left;
    margin-right: 20px;
    width: 150px; }
  .product-cta .wpcf7-form-control-wrap.message {
    width: 100%; }
    .product-cta .wpcf7-form-control-wrap.message textarea {
      height: 120px; }
  .product-cta .wpcf7-submit {
    float: right; }
    .product-cta .wpcf7-submit:hover {
      background: #383838; }
    .product-cta .wpcf7-submit:active {
      background: #909090; }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #eaf1f5;
  padding: 70px 0; }
  .team h2 {
    color: #EF3340;
    font-size: 30px;
    margin-bottom: 30px; }

.team-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 0 30px;
  grid-auto-flow: dense; }
  .team-grid + h2 {
    margin-top: 70px; }
  .team-grid .team-member {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 20px 10px;
    cursor: pointer; }
    .team-grid .team-member .thumb {
      width: 100%;
      margin-bottom: 10px; }
      .team-grid .team-member .thumb img {
        display: block;
        width: 100%; }
    .team-grid .team-member h3 {
      font-family: 'Nunito';
      font-size: 18px;
      margin: 0;
      padding-right: 20px; }
      .team-grid .team-member h3 span.pn {
        font-size: 15px;
        font-variant: small-caps; }
      .team-grid .team-member h3 span.jobtitle {
        display: block;
        color: #EF3340;
        font-size: 15px;
        padding-right: 30px; }
    .team-grid .team-member .biography-open {
      background: #EF3340; }
      .team-grid .team-member .biography-open .icon {
        width: 30px;
        height: 30px; }

.biography {
  position: relative;
  display: none;
  grid-column: 1/-1 !important;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
  z-index: 999; }
  .biography h3 {
    color: #EF3340; }
  .biography .biography-close {
    background: #EF3340;
    left: auto;
    right: 10px; }
    .biography .biography-close .icon {
      width: 30px;
      height: 30px; }

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/*-------------------------
# Detailed Search
--------------------------*/
.detailed-search {
  position: relative;
  display: none;
  background: #EF3340;
  padding: 70px 0;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  color: #fff;
  text-align: center; }

.search-selects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  padding: 30px 0 70px; }
  .search-selects select {
    margin-top: 30px;
    width: 100%; }

#search-close {
  background: #383838; }
  #search-close:hover {
    background: #212121; }

/*-------------------------
# Brief Search
--------------------------*/
.brief-search {
  background: #EF3340;
  padding: 70px 0; }
  .brief-search .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px; }
  .brief-search .search-halfwidth {
    background: #212121;
    padding: 20px; }
    .brief-search .search-halfwidth h2 {
      color: #fff; }

/*-------------------------
# Search Feed
--------------------------*/
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
  padding: 70px 0; }
  .product-grid .grid-product {
    background: #eaf1f5;
    padding: 15px 12px;
    text-align: center; }
    .product-grid .grid-product .thumb {
      background: #fff; }
      .product-grid .grid-product .thumb img {
        display: block; }
    .product-grid .grid-product h4 {
      font-size: 18px;
      color: #EF3340; }

.search-products {
  padding: 40px 0; }
  .search-products .alm-reveal {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .search-products .grid-blog {
    padding-bottom: 0; }
  .search-products .alm-product {
    padding: 15px; }
    .search-products .alm-product h4 {
      font-size: 18px;
      margin-bottom: 0; }

/*------------------------------
# Inline search
---------------------------------*/
.news-search .inner {
  background: #eee; }

.news-search .inline-search {
  display: -webkit-flex;
  display: flex; }
  .news-search .inline-search input[type="search"] {
    background: #fff;
    margin: 0;
    font-size: 20px;
    color: #454545; }
    .news-search .inline-search input[type="search"]::-webkit-input-placeholder {
      color: #ccc; }
    .news-search .inline-search input[type="search"]::-moz-placeholder {
      color: #ccc; }
    .news-search .inline-search input[type="search"]:-ms-input-placeholder {
      color: #ccc; }
    .news-search .inline-search input[type="search"]::placeholder {
      color: #ccc; }
  .news-search .inline-search input[type="submit"] {
    font-size: 15px;
    padding: 10px 30px; }

/*------------------------------
# Home search
---------------------------------*/
.home-intro .search {
  margin-top: 10px; }
  .home-intro .search h2 {
    color: #EF3340;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0px 0 10px; }
  .home-intro .search form {
    background: #eaf1f5;
    padding: 10px; }
    .home-intro .search form .inline-search {
      display: -webkit-flex;
      display: flex; }
    .home-intro .search form input[type=search] {
      background: #fff;
      color: #454545;
      margin: 0; }
      .home-intro .search form input[type=search]::-webkit-input-placeholder {
        color: #ccc; }
      .home-intro .search form input[type=search]::-moz-placeholder {
        color: #ccc; }
      .home-intro .search form input[type=search]:-ms-input-placeholder {
        color: #ccc; }
      .home-intro .search form input[type=search]::placeholder {
        color: #ccc; }
    .home-intro .search form input[type="submit"] {
      font-size: 15px; }

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.cta-widget {
  background-color: #EF3340;
  background-size: cover;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px; }
  .cta-widget h2 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase; }
  .cta-widget .button {
    margin-top: 20px; }
  .cta-widget.plain .button {
    background: #383838; }
    .cta-widget.plain .button:hover {
      background: #212121; }
    .cta-widget.plain .button:active {
      background: #909090; }

.widget .post-teaser {
  margin-bottom: 40px; }

.widget h2 {
  font-size: 20px;
  margin-bottom: 15px; }
  .widget h2 a {
    color: #EF3340;
    border-bottom: 1px solid transparent; }
    .widget h2 a:hover {
      color: #383838;
      border-bottom: 1px solid #EF3340; }

.widget .excerpt {
  font-size: 16px;
  margin-bottom: 20px; }

.widget .read-more {
  font-size: 14px;
  color: #EF3340; }
  .widget .read-more:hover {
    color: #383838; }

.twitter-feed {
  width: calc(100% + 20px);
  margin-left: -10px; }

.widget.search {
  background: #eaf1f5;
  padding: 10px; }
  .widget.search input[type=search] {
    background: #fff;
    color: #454545; }
    .widget.search input[type=search]::-webkit-input-placeholder {
      color: #ccc; }
    .widget.search input[type=search]::-moz-placeholder {
      color: #ccc; }
    .widget.search input[type=search]:-ms-input-placeholder {
      color: #ccc; }
    .widget.search input[type=search]::placeholder {
      color: #ccc; }
  .widget.search #searchsubmit {
    width: 100%; }
  .widget.search .detailed-search-trigger {
    padding: 10px 10px 5px;
    font-size: 15px;
    text-align: right;
    cursor: pointer; }
    .widget.search .detailed-search-trigger .icon {
      width: 20px;
      height: 20px;
      fill: #EF3340;
      margin-top: -2px; }
    .widget.search .detailed-search-trigger:hover {
      background: #212121;
      color: #fff; }

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  padding: 40px 0 40px; }

/*--------------------------------------------------------------
# Site Map
--------------------------------------------------------------*/
#site-tree {
  font-size: 15px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  #site-tree .site-tree-list {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding-left: 20px;
    line-height: 1.25; }
  #site-tree h3 {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px; }

/*--------------------------------------------------------------
# Legals Page
--------------------------------------------------------------*/
.content.plain .legals-header {
  background: #eaf1f5;
  padding: 20px;
  margin-bottom: 30px; }
  .content.plain .legals-header h2 {
    font-size: 22px;
    color: #EF3340; }
  .content.plain .legals-header ul {
    margin-bottom: 0;
    font-size: 16px; }

.policy-statement {
  padding: 60px 0;
  background: #eee; }
  .policy-statement:nth-of-type(even) {
    background: #eaf1f5; }
  .policy-statement .container {
    width: 100%;
    max-width: 830px;
    margin: 0 auto; }
  .policy-statement h2 {
    font-size: 28px;
    color: #EF3340; }

.policy-documents {
  padding: 60px 0; }
  .policy-documents h2 {
    font-size: 30px;
    margin-bottom: 60px; }
  .policy-documents .document-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 30px; }
    .policy-documents .document-grid .grid-document h3 {
      font-size: 18px;
      color: #EF3340; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #212121;
  color: #fff;
  padding: 52px 0 0; }
  #footer .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px; }
    #footer .container > div.site-info {
      padding-right: 30px; }
    #footer .container > div.cta-column .widget {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
              flex-direction: column;
      background: #b11637;
      padding: 20px; }
      #footer .container > div.cta-column .widget h2 {
        font-family: "Nunito";
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px; }
      #footer .container > div.cta-column .widget input[type="text"], #footer .container > div.cta-column .widget input[type="email"] {
        background: #EF3340; }
    #footer .container > div .social-links {
      text-align: right; }
      #footer .container > div .social-links .icon {
        fill: #fff;
        height: 25px;
        width: auto;
        margin-left: 10px; }
        #footer .container > div .social-links .icon:hover {
          fill: #EF3340; }
  #footer h2 {
    font-size: 18px;
    color: #EF3340;
    margin: 0 0 6px; }
  #footer p {
    font-size: 15px; }
    #footer p span {
      display: block;
      font-size: 18px; }
  #footer a {
    color: #fff; }
    #footer a.email {
      color: #EF3340; }
  #footer .base-legal {
    background: #000;
    font-size: 12px;
    margin-top: 40px; }
    #footer .base-legal a:hover {
      border-bottom: 1px solid #fff; }
    #footer .base-legal .container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      #footer .base-legal .container:nth-of-type(2) {
        padding: 12px 15px 15px; }
    #footer .base-legal ul {
      padding: 0;
      margin: 0; }

.back-to-top {
  position: fixed;
  bottom: 7px;
  right: 7px;
  width: 40px;
  height: 40px;
  background: #EF3340;
  cursor: pointer; }
  .back-to-top:hover {
    background: #f14753; }
    .back-to-top:hover .icon {
      fill: #fff; }
  .back-to-top .icon {
    fill: #212121;
    height: 40px;
    width: 40px; }

@media screen and (max-width: 1240px) {
  #footer .base-legal .container:nth-of-type(2) {
    padding: 12px 60px 15px 15px; } }

@media screen and (max-width: 834px) {
  .home-heroes {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media screen and (max-width: 768px) {
  h1, div.banner-title {
    font-size: 60px; }
    h1 span, div.banner-title span {
      font-size: 48px; }
  h2 {
    font-size: 36px; }
  /* PADDINGS */
  .landing-page-content {
    padding-bottom: 0; }
    .landing-page-content .primary {
      padding: 0 0 30px !important; }
  .product-content {
    overflow: hidden;
    padding: 35px 0; }
  .product-cta .container {
    padding: 30px 15px; }
  .container .copy {
    padding: 30px 0 0; }
  .sidebar-content {
    float: none;
    margin: 0;
    width: 100%;
    padding: 0; }
    .sidebar-content .primary {
      margin: 0;
      padding: 0 15px 30px; }
  .secondary,
  .sidebar-content + .secondary {
    float: none;
    overflow: hidden;
    width: 100%;
    padding: 0 15px; }
  .content-sidebar {
    float: none;
    margin: 0;
    width: 100%; }
    .content-sidebar .primary {
      margin: 0;
      padding: 0 15px; }
    .content-sidebar + .secondary {
      float: none;
      overflow: hidden;
      width: 100%;
      padding: 15px; }
  .landing-page-content .secondary {
    padding: 0; }
  #footnotes {
    padding: 15px 15px 30px; }
  .datasheets {
    padding: 30px 0 10px; }
  .landing-page-content main > p:first-of-type,
  .content > p:first-of-type {
    font-size: 20px; }
  .widget_cta_widget {
    float: left;
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 0; }
    .widget_cta_widget:first-of-type {
      margin-right: 15px;
      margin-left: 0px; }
  .widget.post-teasers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content {
    padding: 35px 15px; }
  .banner {
    display: block;
    height: auto;
    padding: 70px 0; }
  .block-feature {
    padding: 35px 0; }
    .block-feature.background div.text {
      padding: 0 30px; }
  .block-cta {
    padding: 35px 0; }
    .block-cta.background {
      padding: 35px 0 35px; }
  .block-feature .container,
  .block-cta .container {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .block-feature.background .container {
    background: none !important; }
    .block-feature.background .container div.content {
      padding: 0 15px 0; }
  /* Various Heroes */
  .block-heroes {
    padding: 30px 0;
    margin-top: 0 !important; }
    .block-heroes .container {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .block-feature-heroes {
    padding: 30px 0; }
  .section-heroes {
    padding: 30px 0; }
    .section-heroes h2 {
      margin-bottom: 30px; }
  .heroes {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .heroes:not(.count4) .hero:nth-of-type(3) {
      grid-column: 1 / span 2; }
  .block-upsell .container .upsell-grid {
    display: block; }
    .block-upsell .container .upsell-grid div.text {
      padding: 0;
      margin-top: 25px; }
  .news-feed {
    padding: 35px 0; }
    .news-feed .news-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-gap: 30px;
      margin-top: 35px; }
  .alm-btn-wrap {
    padding: 15px;
    text-align: center; }
  .services-children {
    padding: 30px 0; }
    .services-children .container {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .services-children .container .child:last-child:nth-child(2n+1) {
        grid-column: unset; }
  .values-block {
    padding: 35px 0; }
    .values-block .intro {
      margin: 0 0 35px; }
  .values-block .values-heroes > div {
    display: block; }
    .values-block .values-heroes > div .value-icon {
      margin: 0 auto 30px;
      width: 85px; }
    .values-block .values-heroes > div .text {
      text-align: center; }
  .brief-search {
    padding: 35px 0; }
    .brief-search .container {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .brief-search .search-halfwidth {
      text-align: center; }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 35px 0; }
  .tabs .tab-header {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 4px; }
    .tabs .tab-header li {
      margin: 0;
      text-align: center; }
  .archive-description p:first-of-type {
    font-size: 20px; }
  #footer .container {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #footer .container .cta-column {
      grid-column-start: 1;
      grid-column-end: 3; }
      #footer .container .cta-column .social-links {
        text-align: left; }
  div.wpcf7-response-output {
    margin-top: 20px !important; }
  .single-product .banner {
    height: 250px; }
    .single-product .banner .banner-title {
      font-size: 50px; }
  .product-cta .container {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .team {
    padding: 35px 0; }
  .endorsements {
    padding: 0; }
  .content.news-intro {
    padding: 35px 15px 0; }
  .news-grid, .blog-grid .alm-reveal {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footnote-link:hover .footnote-popup {
    display: none; }
  #site-tree {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; } }

@media screen and (max-width: 660px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.05; }
  .product-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0 0 30px; }
  #twitter-widget-0 {
    width: 100% !important; }
  .featured-post .container .inner {
    display: block; }
  .contact .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 30px 15px; }
  .contact-page .content {
    padding: 35px 15px 0; }
  #map {
    height: 500px;
    -webkit-order: 2;
            order: 2; }
  .contact-form {
    -webkit-order: 1;
            order: 1; }
  .news-search .inline-search {
    display: block; }
    .news-search .inline-search input[type="search"] {
      margin-bottom: 15px; } }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 50px; }
    h1 span {
      font-size: 40px; }
  .search-selects {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 0 30px; }
    .search-selects #search-field {
      margin-bottom: 30px; }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .values-block .values-heroes {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .values-block .intro {
    font-size: 22px; }
  .featured-resources.single .grid-blog .inner {
    grid-template-columns: 1fr; }
  .children {
    grid-template-columns: 1fr; }
  .single-product .banner,
  .single-post .banner {
    display: none; } }

@media screen and (max-width: 500px) {
  .topbar {
    display: none; }
  h1, div.banner-title {
    font-size: 36px !important; }
    h1 span, div.banner-title span {
      font-size: 30px !important; }
    h1.search-title, div.banner-title.search-title {
      font-size: 36px; }
  h2 {
    font-size: 28px; }
  .menu-toggle {
    top: 10px;
    width: 40px;
    height: 40px; }
  .content, .copy {
    padding: 40px 15px 0; }
  .home-heroes {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .home-heroes a {
      font-size: 22px; }
  .block-feature .container div.text p:first-of-type {
    font-size: 24px; }
  .block-feature.background div.text {
    padding: 0; }
  .block-cta {
    padding: 0 0 35px; }
  .block-cta .container > div.cta-form.cf7 .wpcf7-form-control-wrap.your-name,
  .block-cta .container > div.cta-form.cf7 .wpcf7-form-control-wrap.your-email {
    width: 100%;
    border-right: none; }
  .block-upsell {
    padding: 70px 0 30px; }
    .block-upsell.container {
      font-size: 18px; }
  .block-heroes .container {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .heroes, .heroes.count4 {
    display: block; }
    .heroes .hero, .heroes.count4 .hero {
      margin-bottom: 30px; }
      .heroes .hero:last-of-type, .heroes.count4 .hero:last-of-type {
        margin-bottom: 0; }
  .product-categories {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .block-banner {
    height: auto;
    padding: 35px 15px; }
    .block-banner .copy {
      font-size: 22px; }
  .news-feed .container {
    padding: 0; }
    .news-feed .container h2, .news-feed .container h3 {
      padding: 0 15px; }
    .news-feed .container .intro {
      padding: 0 15px; }
  .services-children .container {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .testimonials {
    padding-bottom: 0; }
    .testimonials .container {
      display: block; }
  #footer .container {
    display: block; }
  .menu-column {
    padding: 35px 0; }
  div.wpcf7-response-output {
    margin-top: 70px !important; }
  .product-cta {
    padding: 0;
    background: none; }
  #footer h2 {
    font-size: 22px; }
  #footer p {
    font-size: 18px; }
  .footer-navigation {
    font-size: 18px; }
  .menu-column {
    padding: 10px 0 15px; }
  .news-grid, .blog-grid .alm-reveal {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .widget.post-teasers {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .widget.post-teasers .post-teaser:last-of-type {
      margin: 0; }
  .widget_cta_widget {
    float: none;
    width: 100%;
    margin: 0; }
  .detailed-search {
    height: 100vh; }
  .contact-form .wpcf7-form-control-wrap.your-name,
  .contact-form .wpcf7-form-control-wrap.your-email,
  .contact-form .wpcf7-form-control-wrap.company,
  .contact-form .wpcf7-form-control-wrap.telephone {
    width: 100%; } }

@media screen and (max-width: 400px) {
  h1 {
    font-size: 33px; }
    h1 span {
      font-size: 24px;
      margin-top: 6px; }
  .product-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }
/*# sourceMappingURL=style.css.map */