/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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;
  font-size: 1em; }

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

.hidden {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/* Typography
--------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yantramanav", sans-serif;
  margin: 0 0 20px;
  color: #000;
  line-height: 1.24; }

h1 {
  font-size: 50px;
  font-weight: 300; }

h2 {
  font-size: 45px;
  font-weight: 300; }

h2 span {
  font-weight: 300; }

h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.428571428571429; }

h4 {
  font-weight: 400;
  font-size: 23px;
  color: #656565;
  letter-spacing: 0; }

.header-small h2 {
  font-size: 30px;
  font-weight: 700; }

.section-header > .vce {
  padding: 87px 0 30px;
  margin: 0; }

.section-grey {
  background: #f4f4f4;
  padding: 60px 0; }

@media (max-width: 767px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 28px; }

  .section-header > .vce {
    padding: 45px 0 15px; }

  .section-grey {
    padding: 30px 0; } }
p {
  margin: 0 0 20px; }

/* ---------------------------------------------
Elements
--------------------------------------------- */
body {
  background: #fff;
  color: #656565;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

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

ul,
ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #f15c22;
  transition: all 0.3s; }

a:hover,
a:focus,
a:active {
  color: #000; }

a:focus {
  outline: thin dotted; }

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

/* Checkbox / Radio Styles */
.control {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  background: #fff;
  position: relative;
  margin: 0 5px 0 0;
  width: 23px;
  height: 21px;
  top: 4px; }

.control:hover,
.control.active-check {
  background: #dedede !important; }

.control--checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 21px;
  background: #fff;
  border: 1px solid #000; }

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff; }

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #fff; }

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff; }

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6; }

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: ""; }

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block; }

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 50%;
  margin-left: -2.5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #5c5d61;
  border-width: 0 2px 2px 0; }

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.checkbox-row {
  overflow: visible;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  clear: both; }

.checkbox-row span.fakelabel .control {
  float: left; }

.checkbox-row span.fakelabel span {
  margin-top: 2px;
  margin-left: 0 !important;
  width: calc(100% - 28px); }

@media (max-width: 599px) {
  .checkbox-row span.fakelabel span {
    font-size: 90%; } }
/*
body.admin-bar {
    padding-top: 28px !important;
}*/
body.admin-bar:not(.no-sticky) .header {
  top: 32px; }

#wpadminbar {
  z-index: 999999; }

/* ==========================================================================
Buttons
========================================================================== */
.text-button {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.285714285714286;
  color: #000000;
  letter-spacing: 2.02px;
  cursor: pointer;
  transition: all 0.3s; }

.text-button:empty {
  display: none !important; }

.text-button:hover {
  color: #008eb2; }

.text-button:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 28px;
  height: 14px;
  background-image: url(../img/icons/button-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 -14px;
  transition: all 0.3s ease;
  top: 2px;
  position: relative; }

.text-button:hover:after {
  background-position: 0 -28px; }

.section-green .text-button,
.section-grey .text-button,
.section-teal .text-button {
  color: #fff; }

.section-green .text-button:after,
.section-grey .text-button:after,
.section-teal .text-button:after {
  background-position: 0 0; }

.section-grey .text-button:hover,
.section-teal .text-button:hover {
  color: #fdb813; }

.section-green .text-button:hover {
  color: #000; }

.section-green .text-button:hover:after,
.section-grey .text-button:hover:after,
.section-teal .text-button:hover:after {
  background-position: 0 0; }

.button,
input[type="submit"] {
  position: relative;
  display: inline-block;
  border: 2px solid #f15c22;
  margin: 0;
  /*padding: 16px 78px 16px 32px;*/
  padding: 16px 32px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-font-smoothing: auto;
  letter-spacing: 2.02px; }

/*.button:after {
    content: '';
    display: block;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 14px;
    background-image: url(../img/icons/button-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 -14px;
    transition: all .3s ease;
}*/
/*
.button.no-arrow {
  padding: 16px 32px;
}

/*.button.no-arrow:after {
  display: none;
}

.button:hover:after {
    background-position: 0 0;
}*/
.button:hover,
input[type="submit"]:hover {
  color: #000;
  background-color: #fff;
  border-color: #008eb2;
  text-decoration: none; }

input[type="submit"] {
  background-image: none; }

.button-white,
.banner-resource .button,
.section-orange .button {
  border-color: #fff;
  background: #fff;
  color: #008eb2; }

.button-white:hover,
.banner-resource .button:hover,
.section-orange .button:hover {
  border-color: #fff;
  background: #fff;
  color: #f15c22; }

.banner .button,
.banner-bottom .button,
.section-teal .button {
  border-color: #fff;
  background: #fff;
  color: #f15c22; }

.banner .button:hover,
.banner-bottom .button:hover,
.section-teal .button:hover {
  border-color: #fff;
  background: #fff;
  color: #008eb2; }

.hero-slider .button {
  border-color: #fff;
  background: #fff;
  color: #008eb2; }

.hero-slider .button:hover {
  border-color: #fff;
  background: #008eb2;
  color: #fff; }

/* ==========================================================================
Content Boxes
========================================================================== */
.vce-text-block-wrapper > *:last-child {
  margin-bottom: 0; }

.content-boxes {
  padding-top: 54px;
  position: relative;
  z-index: 1; }

.content-box {
  text-decoration: none;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 40px 20px; }

.content-box .cb-inner {
  width: 300px;
  max-width: 100%;
  margin: 0 auto; }

.content-box.cb-green {
  box-shadow: inset 0 5px 0 0 #78a22f; }

.content-box.cb-orange {
  box-shadow: inset 0 5px 0 0 #f15c22; }

.content-box.cb-teal {
  box-shadow: inset 0 5px 0 0 #0081a5; }

.content-box.cb-borderless {
  background: transparent;
  padding: 0;
  box-shadow: none; }

.content-box .cb-inner .cb-icon {
  margin-bottom: 10px; }

/*
.content-box .cb-inner .cb-icon img:empty {
  display: none;
}*/
.content-box h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.285714285714286;
  color: #000000;
  letter-spacing: 2.02px;
  margin: 0 0 10px; }

.content-box h3 {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0; }

.home .content-box h3 {
  font-size: 33px; }

.content-box.cb-green h3 {
  color: #78a22f; }

.content-box.cb-orange h3 {
  color: #f15c22; }

.content-box.cb-teal h3 {
  color: #0081a5; }

.content-box.cb-borderless h3 {
  color: #000; }

@media (max-width: 768px) {
  .content-box {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 45px; }

  .content-boxes .vce-row-content > .vce-col--md-auto {
    flex: 1 1 100% !important;
    margin-right: 0 !important; } }
@media (min-width: 769px) {
  .content-box {
    height: 100%; }

  .content-boxes .vce-col-content,
  .content-boxes .vce-col-content .os-content-row-container,
  .content-boxes
  .vce-col-content
  .os-content-row-container
  .os-content-row-wrapper {
    display: block;
    height: 100%; } }
@media (max-width: 768px) {
  .cb-icon {
    margin: 0 10px 10px 0;
    float: left; }

  .home .content-box h3 {
    font-size: 28px;
    padding-top: 10px; }

  .home .content-box h3:after {
    content: '';
    display: table;
    clear: both; } }
/* ==========================================================================
Video
========================================================================== */
.video-wrapper {
  position: relative;
  background-image: url(../img/modules/video-bg.png);
  background-size: cover;
  background-color: #0081a5;
  background-position: center center;
  padding: 101px 0 101px;
  margin-top: 60px; }

.home .video-wrapper {
  padding: 222px 0 101px;
  margin-top: -146px; }

.video-wrapper .video {
  border-radius: 5px; }

.video-wrapper .page-center {
  max-width: 840px; }

.home .video-wrapper .page-center {
  max-width: 1240px; }

.video > div {
  width: 100%; }

.video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.video-description {
  margin-top: 45px;
  color: #fff;
  font-size: 22px; }

.video-description:empty {
  display: none; }

/* ==========================================================================
Content rows with images
========================================================================== */
.content-row {
  margin: 80px 0; }

@media (max-width: 767px) {
  .content-row {
    margin: 40px 0; } }
.content-row.cr-side {
  margin: 40px 0; }

.content-row .page-center {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  position: relative; }

.cr-content {
  width: 519px;
  margin-right: -20px;
  background-color: #78a22f;
  border-radius: 5px;
  padding: 60px 20px 120px;
  color: #fff;
  background-size: cover;
  background-position: right top; }

.content-row.cr-green .cr-content {
  background-color: #78a22f;
  background-image: url(../img/modules/cr-green-line.png); }

.content-row.cr-grey .cr-content {
  width: 590px;
  background-color: #656565;
  background-image: url(../img/modules/cr-grey-line.png); }

.content-row.cr-teal .cr-content {
  width: 775px;
  background-color: #0081a5;
  background-image: url(../img/modules/cr-teal-line.png); }

.content-row.cr-side .cr-content {
  margin-left: 0; }

.cr-content-inner {
  width: 280px;
  max-width: 90%;
  margin-left: 7%; }

.cr-image {
  width: 590px;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 5px; }

.content-row:not(.cr-image) .cr-image {
  margin-top: 57px; }

.cr-image:after {
  content: "";
  display: block;
  padding-top: 83.050847457627119%; }

@media (min-width: 961px) {
  .cr-secondaryImage {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }

  .cr-secondaryImage img {
    -webkit-filter: drop-shadow(-10px 12px 44px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(-10px 12px 44px rgba(0, 0, 0, 0.1)); } }
@media (max-width: 960px) {
  .cr-secondaryImage {
    display: none; } }
.content-row.cr-right .page-center {
  justify-content: flex-start; }

.content-row.cr-right:not(.cr-side) .cr-image {
  order: 1;
  margin-left: 0;
  margin-right: -80px; }

.content-row.cr-left.cr-teal .cr-image {
  margin-left: -270px; }

.content-row.cr-right:not(.cr-side) .cr-content {
  order: 2;
  margin-right: 0; }

.content-row.cr-right:not(.cr-side) .cr-content-inner {
  margin-left: auto;
  margin-right: auto; }

.cr-content h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.05; }

@media (min-width: 768px) and (max-width: 960px) {
  .content-row .page-center {
    flex-wrap: wrap;
    justify-content: space-between !important; }

  .content-row:not(.cr-side) .cr-content {
    width: 48% !important;
    order: 2 !important;
    margin: 0 !important;
    padding: 60px 20px 60px; }

  .cr-content-inner {
    width: 100%;
    margin: 0; }

  .content-row:not(.cr-side) .cr-image {
    width: 48%;
    margin: 20px 0 !important;
    order: 1 !important; } }
@media (max-width: 767px) {
  .content-row .page-center {
    flex-wrap: wrap;
    justify-content: flex-start; }

  .cr-content {
    width: 100% !important;
    order: 2 !important;
    margin: 0 !important;
    padding: 60px 20px 60px; }

  .cr-content-inner {
    width: 100%;
    margin: 0; }

  .cr-image {
    order: 1;
    width: 300px;
    max-width: 100%;
    margin: 0 20px -20px 20px !important; } }
@media (min-width: 768px) {
  .content-row.cr-side .page-center {
    justify-content: space-between; }

  .content-row.cr-side .cr-image {
    margin-top: 0;
    width: 38%;
    order: 2; }

  .content-row.cr-side .cr-content {
    margin-top: 0;
    width: 58%;
    order: 1; }

  .content-row.cr-side.cr-right .cr-image {
    order: 1; }

  .content-row.cr-side.cr-right .cr-content {
    order: 2; } }
.content-row.cr-side .page-center {
  align-items: center; }

.content-row.cr-side .cr-content {
  background: none !important;
  border-radius: 0;
  padding: 0;
  color: #656565; }

.content-row.cr-side .cr-content-inner {
  width: 100%;
  max-width: 100%;
  margin-left: 0; }

.content-row.cr-side .cr-content h2 {
  color: #000; }

.content-row.cr-side .text-button {
  color: #000; }

.content-row.cr-side .text-button:after {
  color: #000;
  background-position: 0 -14px; }

.content-row.cr-side .text-button:hover:after {
  background-position: 0 -28px; }

@media (max-width: 767px) {
  .content-row.cr-side .cr-image {
    margin: 0 0 20px 0 !important; } }
/* ==========================================================================
Page Banner
========================================================================== */
.banner {
  position: relative;
  background-size: cover;
  background-color: #0081a5;
  background-position: center center;
  background-image: url(../img/modules/hero-slider-bg.png);
  padding: 100px 0;
  color: #fff; }

@media (max-width: 1349px) {
  .banner {
    background-image: url(../img/modules/hero-slider-bg.png) !important;
    background-position: left center; } }
.banner .page-center {
  position: relative;
  z-index: 1; }

.banner .banner-content {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }

.banner .banner-content h1,
.banner .banner-content h2,
.banner .banner-content h4 {
  color: #fff; }

@media (max-width: 1023px) {
  .banner {
    background-image: none !important;
    padding: 60px 0 80px; } }
/* ==========================================================================
Banner Bottom
========================================================================== */
.banner-bottom {
  position: relative;
  background-size: auto 100%;
  background-color: #0081a5;
  /*background-size: cover;*/
  padding: 115px 0 160px;
  color: #fff; }

.banner-bottom .page-center {
  position: relative;
  z-index: 1; }

.bb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-position: center center;*/
  background-size: cover;
  background-image: url(../img/modules/bottom-banner-bg.svg); }

.banner-bottom .page-center {
  display: flex;
  justify-content: center; }

.banner-bottom .banner-content {
  flex: 0 1 430px; }

@media (min-width: 1024px) {
  .banner-bottom .page-center {
    justify-content: flex-end; } }
.banner-bottom h2 {
  color: #fff; }

@media (max-width: 1023px) {
  .banner-bottom {
    background-image: none !important;
    min-height: unset;
    padding: 60px 0 80px; }

  .bb-overlay {
    background-image: none !important; }

  .bb-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right -300px center;
    background-image: url(../img/modules/bottom-banner-lines.svg);
    opacity: 0.5; } }
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page-center,
.page-center.vce-row {
  float: none;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }

.vce-col--md-auto.vce-col--xl-first.vce-col--xl-last .vce-text-block {
  float: none;
  max-width: 840px !important;
  margin: 0 auto !important;
  padding: 0 20px; }

.section {
  padding: 75px 0; }

.section-lightgrey {
  background: #f6f6f6; }

/* ==========================================================================
Header
========================================================================== */
body:not(.no-sticky) .header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  border-bottom: 1px solid #D2D3D3; }

.top-bar {
  width: 100%;
  padding: 9px 0;
  background: #f4f4f4; }

.top-bar ul {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none; }

.top-bar ul li {
  margin-left: 39px; }

.top-bar ul li a {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  letter-spacing: -0.29px; }

.top-bar ul li a:hover {
  color: #f15c22; }

.search-form {
  position: relative;
  width: 171px;
  max-width: 100%; }

.search-form input[type="search"],
.search-form input[type="search"]:focus {
  background: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 13.5px;
  padding: 6px 38px 6px 13px;
  width: 171px;
  max-width: 100%;
  font-size: 10px;
  line-height: 1.3;
  color: #626262;
  letter-spacing: -0.24px;
  outline: none; }

.search-form input[type="submit"] {
  display: block;
  width: 15px;
  height: 16px;
  background-size: cover;
  background-image: url(../img/icons/search.svg);
  font-size: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%); }

@media (max-width: 1024px) {
  .top-bar {
    display: none; } }
.main-header {
  width: 100%;
  position: relative;
  z-index: 9999;
  padding: 24px 0 5px; }

@media (max-width: 767px) {
  body:not(.no-sticky) .header {
    /*transition: 0.2s all;*/
    position: relative; }

  .site-main {
    padding-top: 0 !important; }

  /*body:not(.no-sticky) .header.nav-down {
    position: fixed;
    transform: translateY(0%);
  }
  body:not(.no-sticky) .header.nav-up {
    position: fixed;
    transform: translateY(-100%);
  }*/ }
.main-header .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header a {
  text-decoration: none; }

.header__hamburger {
  margin: 1em 8px 1em 0;
  font-size: 28px; }

.header__logo {
  width: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-grid-column-align: left;
  justify-self: left;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.header__logo a {
  width: 100%; }

.header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 214px;
  max-width: 100%; }

.header-container .header__logo a img {
  margin-top: 0;
  display: block; }

.header__menu {
  height: 100%;
  width: 100%; }

.header .header__menu .ubermenu-item-level-0 > .ubermenu-target {
  font-weight: 500;
  font-size: 13.4px;
  color: #000000;
  letter-spacing: -0.32px;
  padding-top: 27px;
  padding-bottom: 27px; }

.header .header__menu .ubermenu-item-level-0 > .ubermenu-target:hover {
  color: #008eb2; }

.header .header__menu .ubermenu-item-level-0 > .ubermenu-target:focus {
  outline: none; }

.header .header__menu .ubermenu .ubermenu-item .ubermenu-submenu-drop {
  z-index: 19; }

.header__menu .button {
  margin-left: 20px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 12px 18px;
  text-transform: none; }

.header__menu .button:hover {
  background-color: #f15c22;
  border-color: #f15c22;
  color: #fff; }

.header .ubermenu .ubermenu-item.ubermenu-item-level-0 {
  position: relative; }

.header .header__menu .ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  border: none;
  background: #f4f4f4;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
  padding: 10px 0; }

@media (min-width: 1025px) {
  .header .header__menu .ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    border: none;
    background: #f4f4f4;
    border-radius: 0 0 5px 5px;
    min-width: 261px;
    max-width: 518px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
    /*margin-top: 12px;*/
    padding: 10px 0; }

  .header
  .ubermenu-sub-indicators
  .ubermenu-has-submenu-drop
  > .ubermenu-target
  > .ubermenu-sub-indicator {
    display: none !important; }

  .header
  .header__menu
  .ubermenu-skin-minimal.ubermenu-horizontal
  .ubermenu-item-level-0
  > .ubermenu-submenu-drop.ubermenu-autoclear {
    width: 518px; } }
@media (min-width: 1025px) {
  .ubermenu .ubermenu-submenu .ubermenu-item-level-1.ubermenu-column-auto .ubermenu-item-level-2:not(:last-child):after {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin: 10px 20px;
    background: #979797;
    opacity: 0.55; }

  .ubermenu .ubermenu-column-auto:not(.ubermenu-item-level-0),
  .ubermenu .ubermenu-submenu .ubermenu-column-auto {
    width: 100% !important; }

  .ubermenu .ubermenu-nav .ubermenu-column-1-2:first-child:not(:last-child) {
    border-right: 1px solid #D0D0D0; }

  .header .header__menu .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    padding-top: 0;
    padding-bottom: 0; }

  .header
  .header__menu
  .ubermenu-skin-minimal.ubermenu-horizontal
  .ubermenu-item-level-0
  > .ubermenu-submenu-drop:before {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    background: #0081a5;
    position: relative;
    top: -10px; }

  .header .header__menu .ubermenu-item-level-0 > .ubermenu-target:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #0081a5 transparent;
    position: absolute;
    /*bottom: -12px;*/
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s; }

  .header .header__menu .ubermenu-item-level-0.ubermenu-active > .ubermenu-target:after {
    opacity: 1; } }
.header .header__menu .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  font-weight: 700;
  color: #0081a5; }

.header .header__menu .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:hover {
  color: #000; }

.header
.header__menu
.ubermenu
.ubermenu-submenu-type-stack
> li.ubermenu-item-normal
> ul
> li
> a.ubermenu-target {
  font-size: 12px;
  font-weight: 400; }

.header .header__menu .ubermenu-item-level-3 > .ubermenu-target:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 7px;
  height: 11px;
  background-image: url(../img/icons/submenu-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (min-width: 769px) {
  .main-header .page-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto; }

  .header__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    flex: auto 1 1;
    justify-content: flex-end;
    margin: 0; } }
@media screen and (min-width: 1200px) {
  .header__menu {
    padding-left: 50px; } }
@media (max-width: 950px) and (min-width: 769px) {
  .header__menu {
    margin: 0 15px 0 0;
    justify-content: flex-end; }

  .header__logo {
    max-width: 120px; } }
@media (max-width: 1024px) {
  .main-header .page-center {
    display: block; }

  .ubermenu-skin-minimal.ubermenu-responsive-toggle {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 999999; }

  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    position: relative !important; }

  .header .header__menu .ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    padding: 0 0 0 10px;
    background: none; }

  .header .header__menu .ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop:before {
    top: 0; }

  .header .header__menu .ubermenu-item-level-0 > .ubermenu-target {
    padding: 10px 20px; } }
.header .header__menu .ubermenu-responsive-toggle .ubermenu-icon-essential {
  font-size: 2.5em; }

.header__menu .ubermenu-nav {
  display: flex;
  align-items: center; }

@media (min-width: 1025px) and (max-width: 1119px) {
  .ubermenu .ubermenu-item-level-0 > .ubermenu-target {
    padding: 15px 12px !important; }

  .header__menu .button {
    padding: 12px 12px;
    white-space: nowrap; } }
/* ==========================================================================
Footer
========================================================================== */
.footer {
  background: #3d3d3d;
  padding: 60px 0; }

.footer .page-center {
  display: flex; }

.footer-logo {
  width: 214px; }

.footer-right {
  padding-left: 6%;
  width: calc(100% - 214px); }

.footer-menu {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.65px;
  line-height: 20px; }

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer-menu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 20px;
  grid-row-gap: 0px; }

.footer-menu ul.menu > li {
  margin-bottom: 60px; }

.footer-menu ul.menu > li > a {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.78px;
  line-height: 1;
  text-decoration: none !important;
  cursor: default; }

@media (min-width: 768px) {
  .footer-menu ul.menu > li > a {
    display: inline-block;
    min-height: 36px; } }
.footer-menu ul.menu ul {
  padding-top: 5px; }

.footer-menu ul.menu ul li {
  margin-bottom: 19px; }

@media (max-width: 767px) {
  .footer-menu ul.menu > li {
    margin-bottom: 30px; }

  .footer-menu ul.menu ul li {
    margin-bottom: 10px; } }
.footer-menu ul.menu ul li:last-child {
  margin-bottom: 0; }

.footer-menu a {
  color: #fff;
  text-decoration: none; }

.footer-menu a:hover {
  color: #fff;
  text-decoration: underline; }

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid #868686;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.footer-bottom h4 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #fff;
  letter-spacing: 2.02px;
  font-family: "Montserrat";
  font-weight: 700; }

.footer-social {
  margin-bottom: 30px;
  width: 210px; }

.footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between; }

.footer-social ul li {
  width: 41px; }

.footer-form {
  width: 493px;
  max-width: 56%;
  margin-bottom: 30px; }

.subscribe-form .mktoOffset,
.subscribe-form .mktoGutter {
  display: none; }

.subscribe-form .mktoForm .mktoFormCol {
  float: none;
  position: relative;
  min-height: unset;
  margin-bottom: 20px !important; }

.subscribe-form .mktoForm .mktoFieldWrap {
  float: none; }

.subscribe-form .mktoForm .mktoRequiredField label.mktoLabel {
  display: none; }

.subscribe-form .mktoForm input[type="email"] {
  width: 100% !important;
  background: #fff;
  border-radius: 5px;
  padding: 11px 24px;
  font-size: 14px;
  line-height: 1;
  color: #53565a;
  letter-spacing: 0; }

.footer .subscribe-form .mktoForm input[type="email"] {
  padding: 14px 24px; }

.subscribe-form .mktoForm input[type="email"]:focus {
  outline: none; }

.subscribe-form .mktoForm input[type="email"]::placeholder {
  color: #53565a; }

.subscribe-form .mktoForm select.mktoField {
  width: 100% !important;
  font-size: 14px;
  line-height: 1;
  padding: 15px 44px 15px 24px;
  margin: 0;
  width: 100%;
  color: #53565a;
  border-radius: 5px;
  background-image: url("../img/icons/select-triangle.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 19px 12px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important; }

.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
  position: relative;
  display: inline-block;
  border: 2px solid #f15c22;
  margin: 0;
  padding: 14px 32px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f15c22;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 1;
  border-radius: 5px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-font-smoothing: auto;
  letter-spacing: 2.02px; }

.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  text-decoration: none; }

.footer-copyright {
  width: 100%;
  font-size: 16px;
  color: #ababab;
  letter-spacing: 0;
  line-height: 1.5;
  padding-top: 42px;
  border-top: 1px solid #868686; }

.footer-copyright a {
  color: #ababab; }

.footer-copyright a:hover {
  color: #fff; }

@media (max-width: 1023px) {
  .footer .page-center {
    display: block; }

  .footer-right {
    margin-top: 60px;
    padding-left: 0;
    width: 100%; } }
@media (max-width: 767px) {
  .footer-menu ul.menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 20px;
    grid-row-gap: 0; } }
@media (max-width: 599px) {
  .footer-menu ul.menu {
    display: block; }

  .footer-bottom {
    display: block; }

  .footer-form {
    max-width: 100%; } }
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

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

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/* ---------------------------------------------
OnSolve Forms
--------------------------------------------- */
.onsolve-form .mktoOffset,
.onsolve-form .mktoGutter {
  display: none; }
.onsolve-form.mktoForm {
  width: 100% !important; }
  .onsolve-form.mktoForm .mktoFormCol {
    float: none;
    position: relative;
    min-height: unset;
    margin-bottom: 20px !important; }
  .onsolve-form.mktoForm .mktoFieldWrap {
    float: none; }
  .onsolve-form.mktoForm .mktoRequiredField label.mktoLabel {
    display: none; }
  .onsolve-form.mktoForm .mktoHtmlText.mktoHasWidth {
    width: unset !important; }
  .onsolve-form.mktoForm hr {
    padding: 0 !important; }
  .onsolve-form.mktoForm input {
    width: 100% !important;
    background: #fff;
    border-radius: 5px;
    padding: 11px 24px;
    font-size: 14px !important;
    line-height: 1;
    color: #53565a;
    letter-spacing: 0; }
  .onsolve-form.mktoForm input[type="email"],
  .onsolve-form.mktoForm input[type="text"],
  .onsolve-form.mktoForm input[type="number"],
  .onsolve-form.mktoForm input[type="tel"] {
    padding: 14px 24px; }
  .onsolve-form.mktoForm input[type="tel"] {
    padding-left: 135px; }
  .onsolve-form.mktoForm input:focus {
    outline: none; }
  .onsolve-form.mktoForm input::placeholder {
    color: #53565a; }
  .onsolve-form.mktoForm select.mktoField, .onsolve-form.mktoForm textarea.mktoField {
    width: 100% !important;
    font-size: 14px;
    line-height: 1;
    padding: 15px 44px 15px 24px;
    margin: 0;
    width: 100%;
    color: #53565a;
    border-radius: 5px;
    background-image: url("../img/icons/select-triangle.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 19px 12px;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .onsolve-form.mktoForm select.countrycode {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    padding: 15px 0;
    padding-left: 20px;
    padding-right: 30px;
    margin: 0;
    color: #53565a;
    border-radius: 5px;
    background-image: url("../img/icons/select-triangle.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 19px 12px;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .onsolve-form.mktoForm textarea.mktoField {
    padding-left: 15px;
    padding-right: 15px;
    background-image: none; }
  .onsolve-form.mktoForm .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important; }
  .onsolve-form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
  .onsolve-form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
  .onsolve-form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    position: relative;
    display: inline-block;
    border: 2px solid #f15c22;
    margin: 0;
    padding: 14px 32px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f15c22;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    white-space: normal;
    -webkit-font-smoothing: auto;
    letter-spacing: 2.02px; }
  .onsolve-form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    color: #f15c22;
    background: transparent;
    border: 2px solid #f15c22;
    text-decoration: none; }
  .onsolve-form.mktoForm .mktoCheckboxList {
    font-size: 14px; }
    .onsolve-form.mktoForm .mktoCheckboxList input[type="checkbox"] {
      width: 20px !important;
      height: 20px !important; }
    .onsolve-form.mktoForm .mktoCheckboxList label {
      margin-left: 30px;
      font-size: 14px; }

/* ==========================================================================
Post Listing / Recent Posts
========================================================================== */
.recent-posts-wrapper,
.post-listing-wrapper {
  padding: 125px 0 95px; }

.blog .post-listing-wrapper,
.archive .post-listing-wrapper {
  padding: 45px 0 95px; }

.recent-posts-header {
  margin-bottom: 68px;
  text-align: center; }

.post-listing-header {
  margin-bottom: 68px; }

.blog .post-listing-header,
.archive .post-listing-header {
  margin-bottom: 30px; }

.recent-posts-header *:last-child,
.post-listing-header *:last-child {
  margin: 0; }

.recent-posts,
.post-listing {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }

.recent-post {
  display: flex;
  flex-direction: column;
  flex: 1 1 23.220338983050848%;
  margin-left: 2.372881355932203%;
  margin-bottom: 45px;
  text-decoration: none;
  border: 3px solid #fff;
  background: #f4f4f4;
  border-radius: 8px;
  overflow: hidden; }

body:not(.blog):not(.post-type-archive-press-release) .recent-posts .recent-post:nth-child(4n + 1) {
  margin-left: 0; }

@media (min-width: 769px) {
  .blog .recent-post,
  .post-type-archive-press-release .recent-post {
    flex: 1 1 31.751412429378531%; }

  .blog .recent-posts .recent-post:nth-child(3n + 1),
  .post-type-archive-press-release .recent-posts .recent-post:nth-child(3n + 1) {
    margin-left: 0; }

  .post-listing:not(.pl-4) .recent-post {
    flex: 0 1 31.751412429378531%;
    margin-left: 2.372881355932203%; }

  .post-listing:not(.pl-4) .recent-post:nth-child(3n + 1) {
    margin-left: 0; } }
.rp-image {
  background-size: cover;
  background-position: center center; }

.rp-image:before {
  content: '';
  display: block;
  padding-top: 60%; }

.rp-content {
  padding: 25px 20px;
  text-align: center;
  flex: 1; }

.rp-content *:last-child {
  margin-bottom: 0; }

.rp-category {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #f15c22;
  letter-spacing: 1.73px;
  margin-bottom: 8px; }

.rp-title {
  font-size: 16px;
  color: #0081a5;
  letter-spacing: 0; }

.recent-post:hover {
  border-color: #f15c22;
  background: #f15c22;
  border-radius: 4px; }

.recent-post:hover .rp-category,
.recent-post:hover .rp-title {
  color: #fff; }

.recent-posts-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.recent-posts-ctas .text-button {
  margin: 0 37px 30px; }

.recent-posts-ctas .text-button:first-child {
  margin-left: 0; }

.recent-posts-ctas .text-button:last-child {
  margin-right: 0; }

@media (max-width: 767px) {
  .recent-posts-ctas {
    flex-direction: column;
    align-content: center; }

  .recent-posts-ctas .text-button {
    margin: 0 0 30px;
    text-align: center; } }
@media (min-width: 600px) and (max-width: 768px) {
  .recent-post {
    flex: 1 1 48.813559322033899%; }

  .recent-post:nth-child(2n + 1) {
    margin-left: 0; } }
@media (max-width: 599px) {
  .recent-posts,
  .post-listing {
    display: block; }

  .recent-post {
    width: 100%;
    margin-left: 0; } }
@media (max-width: 767px) {
  .recent-posts .recent-post:nth-child(3),
  .recent-posts .recent-post:nth-child(4) {
    display: none !important; } }
@media (min-width: 768px) {
  .featured-post-wrapper {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between; }

  .featured-post-wrapper > .featured-post:first-child {
    width: 100%; }

  .featured-post-wrapper > .featured-post:nth-child(2) {
    width: 48%; }

  .featured-post-wrapper > .featured-post:nth-child(3) {
    width: 48%; }

  .featured-post-wrapper .rp-title {
    min-height: 48px; }

  .featured-post-wrapper .featured-post .rp-featured {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }

  .featured-post-wrapper .featured-post .rp-featured .rp-image {
    flex: 1 1 48%; }

  .featured-post-wrapper .featured-post .rp-featured .rp-content {
    flex: 1 1 48%;
    margin-left: 4%;
    padding: 0; }

  .featured-post-wrapper .featured-post .recent-post .rp-content {
    text-align: left; }

  .post-type-archive-press-release .featured-post-wrapper .featured-post .rp-featured .rp-content {
    margin-left: 0; }
  .post-type-archive-press-release .featured-post-wrapper .featured-post .rp-featured .rp-title {
    margin-bottom: 25px; } }
@media (min-width: 1025px) {
  .featured-post-wrapper > .featured-post:nth-child(2) {
    width: 65%; }

  .featured-post-wrapper > .featured-post:nth-child(3) {
    width: 31%; } }
@media (min-width: 769px) {
  .featured-resources-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch; }

  .featured-resources-wrapper > .featured-post:first-child,
  .featured-resources-wrapper > .featured-resources-right {
    width: 48%; }

  .featured-resources-wrapper > .featured-post .recent-post .rp-content {
    padding: 50px 20px; }

  .featured-resources-wrapper > .featured-post .rp-image:before {
    padding-top: 74%; }

  .featured-resources-wrapper > .featured-resources-right .featured-post .recent-post {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }

  .featured-resources-wrapper > .featured-resources-right .featured-post .rp-image {
    width: 48%; }

  .featured-resources-wrapper > .featured-resources-right .featured-post .rp-content {
    width: 48%;
    text-align: left; } }
@media (max-width: 768px) {
  .featured-resources-wrapper > .featured-resources-right .featured-post {
    display: none; }

  .featured-resources-wrapper > .featured-resources-right .featured-post:first-child {
    display: block; } }
.featured-post .rp-featured {
  margin-left: 0;
  border: none;
  background: transparent;
  border-radius: 0; }

.featured-post .rp-featured:hover {
  border: none;
  background: transparent;
  border-radius: 0; }

.featured-post .rp-featured .rp-image {
  border-radius: 6px; }

.featured-post .rp-featured .rp-content {
  text-align: left;
  padding: 25px 0 0; }

.featured-post-wrapper .recent-post {
  margin-left: 0; }

.popular-wrapper {
  display: flex; }

.popular-wrapper .popular-post {
  flex: 1 1 55.5%; }

.rp-large {
  margin-left: 0; }

.rp-large .rp-image {
  height: auto; }

.rp-large .rp-image:before {
  content: "";
  display: block;
  padding-top: 60%; }

.rp-large .rp-content {
  text-align: left; }

.rp-large .rp-title {
  font-size: 24px; }

.popular-wrapper .featured-post {
  flex: 1 1 50.5%; }

.popular-wrapper .popular-posts {
  flex: 1 1 44.5%;
  padding-left: 5%; }

@media (max-width: 767px) {
  .popular-wrapper {
    display: block; }

  .popular-wrapper .popular-posts {
    padding-left: 0; } }
.popular-posts ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.popular-posts ul .popular-post {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center; }

.pp-content {
  width: calc(100% - 152px); }

.pp-category {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #f15c22;
  letter-spacing: 1.73px;
  margin-bottom: 8px; }

.pp-title {
  font-size: 16px;
  color: #0081a5;
  letter-spacing: 0; }

.pp-title:hover {
  color: #000; }

.pp-image {
  width: 132px;
  height: 89px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  margin-left: 20px; }

/* blog bar */
.blog-bar {
  margin-bottom: 67px;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 20px; }

.bb-categories {
  margin-bottom: 20px; }

.blog-bar h4 {
  font-size: 18px; }

.bb-subscribe {
  display: none; }

.subscribe-form .mktoForm {
  width: 100% !important; }

@media (min-width: 768px) {
  .blog-bar {
    padding: 20px 10px; }

  .blog-bar .page-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 10px; }

  .bb-categories {
    flex: 1 1 16.666666666666667%;
    margin-bottom: 0;
    padding: 0 10px; }

  .bb-subscribe {
    display: block;
    flex: 0 1 45%;
    padding: 0 10px; }

  .bb-subscribe .mktoForm {
    display: flex; }

  .bb-subscribe .mktoForm .mktoFormRow:nth-child(3) {
    margin: 0 10px; }

  .bb-subscribe .mktoForm .mktoFormRow select {
    width: 190px !important;
    padding: 12px 44px 12px 14px; }

  .bb-subscribe .mktoForm .mktoFormRow input[type="email"] {
    width: 190px !important;
    padding-right: 14px; }

  .bb-subscribe .subscribe-form .mktoForm .mktoFormCol {
    margin-bottom: 0px !important; }

  .bb-subscribe.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
  .bb-subscribe.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus,
  .bb-subscribe.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
    padding: 10px 24px; } }
@media (max-width: 1024px) {
  .bb-subscribe {
    display: none !important; } }
.bb-subscribe.subscribe-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  color: #f15c22;
  background: transparent;
  border: 2px solid #f15c22;
  text-decoration: none; }

@media only screen and (max-width: 480px) {
  .subscribe-form .mktoForm {
    padding: 0 !important; }

  .subscribe-form .mktoForm input[type="email"] {
    height: auto;
    line-height: 1;
    font-size: 14px; } }
/* Post listing */
.post-listing-flex {
  display: flex;
  align-items: flex-start; }

.post-listing-sidebar {
  width: 23.25%;
  background: #f4f4f4;
  padding: 25px 20px;
  border-radius: 5px; }

@media (min-width: 768px) {
  .post-listing-sidebar {
    position: sticky;
    top: 200px; } }
.post-listing-sidebar a {
  font-weight: 500;
  font-size: 14px;
  color: #008eb2;
  letter-spacing: -0.29px;
  text-decoration: none; }

.post-listing-sidebar a:hover {
  color: #000; }

.post-listing-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.post-listing-sidebar ul > li:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.65); }

.post-listing-sidebar ul > li {
  margin-bottom: 10px; }

.post-listing-sidebar ul li span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  letter-spacing: 2.02px;
  margin-top: 20px; }

.post-listing-flex .post-listing {
  margin-left: 4%;
  width: 72.75%; }

@media (max-width: 767px) {
  .post-listing-flex {
    display: block; }

  .post-listing-sidebar {
    width: 100%;
    margin-bottom: 45px; }

  .post-listing-flex .post-listing {
    margin-left: 0;
    width: 100%; } }
/* pagination */
.wp-pagenavi {
  text-align: center; }

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
  border: 2px solid #f15c22;
  border-radius: 5px;
  padding: 16px 5px;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  vertical-align: text-bottom;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  letter-spacing: 2.02px; }

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #0081a5; }

.nextpostslink,
.previouspostslink {
  position: relative;
  font-size: 0 !important; }

.nextpostslink:after,
.previouspostslink:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 28px;
  height: 14px;
  background-image: url(../img/icons/button-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 -28px; }

.previouspostslink {
  transform: scaleX(-1); }

/* Single Post */
.single-post-header {
  display: flex;
  margin: 45px 0 60px; }

.sp-header-content {
  width: 34.416666666666667%;
  padding-right: 20px;
  display: flex;
  flex-direction: column; }

.sp-categories {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.73px;
  margin-bottom: 8px; }

.author-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center; }

.author-box {
  margin-top: 20px;
  display: flex;
  align-items: center; }

.single-post .author-box {
  margin-top: 0;
  margin-bottom: 20px; }

.author-image {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px; }

.sp-header-content .share {
  margin-top: auto;
  display: flex;
  align-items: center; }

.sp-header-content .share a {
  margin-left: 10px; }

.sp-image {
  width: 65.583333333333333%;
  background-size: cover;
  background-position: center center;
  border-radius: 5px; }

.sp-image:before {
  content: "";
  display: block;
  padding-top: 64.421855146124524%; }

@media (min-width: 768px) {
  .single-post-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative; }

  .single-post-content {
    flex: 1 1 67.25%; }

  .single-post-sidebar {
    flex: 1 1 32.75%;
    padding-left: 5%;
    position: sticky;
    top: 200px; } }
.single-post-sidebar .post-cta {
  background: #F4F4F4;
  border-radius: 6px;
  padding: 20px;
  text-align: center; }

.single-post-sidebar .post-cta .pc-title {
  font-family: "Yantramanav", sans-serif;
  margin: 0 0 20px;
  color: #000;
  line-height: 1.24;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0; }

@media (max-width: 768px) {
  .single-post-header {
    display: block; }

  .sp-header-content {
    width: 100%;
    margin-bottom: 20px; }

  .sp-image {
    width: 100%; } }
/* ==========================================================================
Resource Banner
========================================================================== */
.hero-slider .slick-dots {
  bottom: 77px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1240px;
  margin: 0;
  padding: 0 20px;
  text-align: left; }

.hero-slider .slick-track {
  display: flex; }

.hero-slide {
  height: inherit;
  position: relative;
  background-size: cover;
  background-color: #0081a5;
  background-position: center center;
  background-image: url(../img/modules/hero-slider-bg.png);
  color: #fff; }

.hero-slide .page-center {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center; }

.hero-slide .hs-content {
  padding: 146px 0 207px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }

.hero-slider .slick-track .hero-slide .hs-content {
  width: 590px;
  margin: 0;
  text-align: left; }

.hero-slide h1,
.hero-slide h2 {
  color: #fff;
  margin: 0 0 36px; }

.hero-slide h3,
.hero-slide h4 {
  color: #fff; }

.hs-content .hero-post {
  max-width: 500px;
  padding: 36px 0 40px;
  margin-top: 49px;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff; }

.hs-content .hero-post .hero-post-header {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fdb813;
  letter-spacing: 2.02px;
  margin-bottom: 15px; }

.hs-content .hero-post a {
  font-weight: 500;
  font-size: 21px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 31px;
  text-decoration: none; }

.hs-content .hero-post a:hover {
  color: #fdb813; }

.hs-content .hero-post a:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 14px;
  background-image: url(../img/icons/button-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all 0.3s ease;
  margin-left: 10px; }

.hero-slide .hs-content *:last-child {
  margin-bottom: 0; }

@media (min-width: 1600px) {
  .hero-slider .slick-prev {
    left: 10%; }

  .hero-slider .slick-next {
    right: 10%; } }
@media (min-width: 1350px) and (max-width: 1599px) {
  .hero-slider .slick-prev {
    left: 20px; }

  .hero-slider .slick-next {
    right: 20px; } }
@media (max-width: 1349px) {
  .hero-slider .slick-prev {
    left: 20px; }

  .hero-slider .slick-next {
    right: 20px; }

  .hero-slide {
    background-image: url(../img/modules/hero-slider-bg.png) !important;
    background-position: left center; }

  .hero-slide .page-center {
    justify-content: center; }

  .hero-slide .hs-content {
    padding: 100px 20px 150px;
    margin: 0 auto; } }
@media (max-width: 767px) {
  .hero-slider .slick-prev {
    left: 5px; }

  .hero-slider .slick-next {
    right: 5px; }

  .hero-slide .hs-content {
    padding: 100px 25px 150px; } }
@media (max-width: 1349px) {
  .hero-slider .slick-dots {
    max-width: 590px; } }
@media (max-width: 630px) {
  .hero-slider .slick-dots {
    width: 590px;
    max-width: calc(100% - 40px);
    padding-left: 25px; } }
/* ==========================================================================
Resource Banner
========================================================================== */
.banner-resource {
  position: relative;
  background-size: cover;
  background-color: #f15c22;
  padding: 124px 0 153px;
  color: #fff; }

.banner-resource .page-center {
  position: relative;
  z-index: 1; }

@media (min-width: 1024px) {
  .banner-resource .page-center {
    display: flex; }

  .banner-resource .banner-content {
    flex: 0 1 660px; } }
.banner-resource h2 {
  color: #fff; }

@media (max-width: 1023px) {
  .banner-resource {
    background-position: right 60% center;
    min-height: unset;
    position: relative; }

  .banner-resource:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    background-image: url(../img/modules/resource-banner-lines.png);
    opacity: 0.5; } }
@media (max-width: 599px) {
  .banner-resource {
    background-image: none !important; } }
.banner-resource .quote-content {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 50px; }

.banner-resource .quote-name,
.banner-resource .quote-title {
  font-size: 16px;
  line-height: 1.5; }

.rb-ctas {
  margin-top: 37px; }

/* ==========================================================================
Resource Automatic
========================================================================== */
.resource-standard #product-header .banner {
  margin: 0;
  padding: 0;
  min-height: 0 !important; }
.resource-standard #product-header {
  margin: 0;
  padding: 0; }
.resource-standard #product-header .banner .cr-content h1,
.resource-standard #product-header .banner .cr-content h4,
.resource-standard #product-header .banner .cr-content {
  color: white; }
.resource-standard #product-header h4 {
  text-transform: uppercase; }
.resource-standard #product-header .banner .cr-content {
  width: 45%; }
.resource-standard #product-header .banner .cr-image {
  width: 610px;
  height: 410px;
  margin-bottom: -120px; }
.resource-standard #product-header .banner .content-row.cr-side {
  margin: 60px 0; }
.resource-standard #resource-header {
  position: relative;
  margin-bottom: 0px; }
  @media (min-width: 1300px) {
    .resource-standard #resource-header {
      margin-bottom: 125px; } }
.resource-standard .resource-header-bg-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: -1; }
@media (max-width: 769px) {
  .resource-standard .resource-header-bg-container {
    background-image: none !important;
    background-color: #0181a6; } }
.resource-standard .resource-header-row {
  padding: 30px 0; }
  @media (min-width: 769px) {
    .resource-standard .resource-header-row {
      display: flex;
      flex-direction: row;
      padding: 60px 0; } }
  .resource-standard .resource-header-row .col-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    color: #FFF;
    margin: 25px 0; }
    @media (min-width: 769px) {
      .resource-standard .resource-header-row .col-content {
        flex: 1 1 48%;
        margin-right: 4%; } }
  .resource-standard .resource-header-row .col-img {
    display: flex;
    flex: 1;
    flex-direction: column; }
    @media (min-width: 769px) {
      .resource-standard .resource-header-row .col-img {
        flex: 1 1 48%;
        margin-left: 4%; } }
  .resource-standard .resource-header-row .col-img .cr-image {
    border-radius: 5px;
    width: 100%;
    margin: 0px !important;
    right: 20px;
    display: none; }
    .resource-standard .resource-header-row .col-img .cr-image:after {
      padding: 0; }
    @media (min-width: 769px) {
      .resource-standard .resource-header-row .col-img .cr-image {
        display: block;
        width: 100%;
        height: 210px; } }
    @media (min-width: 1300px) {
      .resource-standard .resource-header-row .col-img .cr-image {
        display: block;
        width: 590px;
        height: 390px;
        background-size: cover;
        position: absolute;
        z-index: 1;
        right: auto; } }
    @media (max-width: 769px) {
      .resource-standard .resource-header-row .col-img .cr-image iframe {
        width: 100%;
        height: auto;
        min-height: 225px; } }
  .resource-standard .resource-header-row .col-content h1, .resource-standard .resource-header-row .col-content h4 {
    color: #FFF; }
@media (min-width: 769px) {
  .resource-standard .resource-content-row {
    display: flex;
    flex-direction: row; } }
.resource-standard .resource-col {
  display: flex;
  flex: 1;
  flex-direction: column; }
  @media (min-width: 769px) {
    .resource-standard .resource-col {
      flex: 1 1 48%; } }
.resource-standard #resource-content {
  padding-top: 60px; }
.resource-standard.resource-thank-you .col-content h1 {
  margin: 0; }
.resource-standard.resource-thank-you .col-content h4 {
  margin-bottom: 30px; }
.resource-standard.resource-thank-you .col-content a {
  width: inherit; }
.resource-standard .resource-form {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 5px; }
  @media (min-width: 769px) {
    .resource-standard .resource-form {
      margin-left: 70px; } }
  .resource-standard .resource-form h3 {
    color: #0081a5;
    font-weight: 600; }
  .resource-standard .resource-form .mktoButtonRow {
    width: 100%;
    text-align: center; }
.resource-standard .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 0; }
  .resource-standard .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.resource-standard.resource-video #resource-content {
  padding-top: 0; }

/*
// Local CSS
//FOOTER
.banner-bottom {
	background-image: none! important;
	padding: 80px 0;
}
.bb-overlay {
	background: url(/wp-content/uploads/2021/01/footer-slider-bg-blue-2.jpg) top right;
}
.banner-bottom .banner-content {
	flex: auto;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.banner {
	background-position: left top;
}
.banner-content {
	width: 100%! important;
}
#product-header {
	margin: 0;
	padding: 0;
}
#product-header .banner .cr-content h1,
#product-header .banner .cr-content h4,
#product-header .banner .cr-content {
	color: white;
}
#product-header .banner .cr-content {
	width: 45%
}
#product-header .banner .cr-image {
	width: 610px;
	height: 410px;
	margin-bottom: -120px;
}
#product-header .banner .content-row.cr-side {
    margin: 60px 0;
}
.differentiators {
	margin-top: 60px;
}
.cb-icon {
	display: none;
}
.cb-inner ul {
	margin: 0;
}
.cb-inner ul li {
	margin-bottom: 12px;
}
.page-center .cr-content {
	width: 47%! important;
}
.page-center .cr-image {
	width: 590px! important;
	height: 390px! important;
}

// Global CSS
//MENU
.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
	cursor: pointer;
}
ul.ubermenu-submenu-id-58,
ul.ubermenu-submenu-id-59 {
	min-width: 520px! important;
}
.ubermenu .ubermenu-target-text {
	display: initial! important;
}
ul.ubermenu-submenu-id-58 .ubermenu-custom-content-padded,
ul.ubermenu-submenu-id-59 .ubermenu-custom-content-padded {
	padding-top:0;
	padding-bottom:0;
}
.no-link {
	font-weight: bold! important;
}
//HEADERS
#product-header .banner {
	background: url(/wp-content/uploads/2021/01/hero-slider-bg-blue-2.jpg) top left;
}
#solutions-header .banner {
	background: url(/wp-content/uploads/2021/01/hero-slider-bg-green-2.jpg) top left;
	padding: 40px 0;
}
#company-header .banner {
	padding: 40px 0;
}
#industries-header .banner {
	background: url(/wp-content/uploads/2021/01/hero-slider-bg-orange-2.jpg) top left;
	padding: 40px 0;
}
#industries-header h1 {
	margin: 20px 0;
}
@media only screen and (max-width: 1349px) {
	#product-header .banner {
		background: url(/wp-content/uploads/2021/01/hero-slider-bg-blue-2.jpg) top left! important;
	}
	#solutions-header .banner {
		background: url(/wp-content/uploads/2021/01/hero-slider-bg-green-2.jpg) top left! important;
		padding: 40px 0;
	}
	#industries-header .banner {
		background: url(/wp-content/uploads/2021/01/hero-slider-bg-orange-2.jpg) top left! important;
		padding: 40px 0;
	}
}
//CONTENT
.cb-inner h3 {
	line-height: 1.18
}
.cb-icon {
	max-width: 80px;
	margin: 0 auto;
}
.content-box.cb-borderless h3 {
	padding-top: 10px;
}
.section-grey .section-header > .vce {
	padding-top: 0;
}
.recent-posts-wrapper, .post-listing-wrapper {
	    padding-top: 80px;
}
body.page-template-default.page .rp-image {
	height: 180px;
}
.post-template-default.single.single-post .vce-col--md-auto.vce-col--xl-first.vce-col--xl-last .vce-text-block {
	padding: 0 20px 0 0! important;
}

//GREY SECTION
.section-grey .vce-text-block-wrapper.vce {
	margin-top: 0! important;
}
.section-grey .content-box {
	background: white;
}
.section-grey .content-box.cb-orange a.text-button {
	color: #000;
}
.section-grey .content-box.cb-orange .text-button::after {
	background-position: 0 -14px;
	transition: all 0.3s ease;
}
.section-grey .content-box.cb-orange a.text-button:hover {
	color: #f15c22;
}
.section-grey .content-box.cb-orange a.text-button:hover::after {
	background-position: 0 -28px;
	transition: all 0.3s ease;
}
//LPs
.single-post-wrapper .vce-text-block {
	padding-left: 0! important;
}
//ERROR PAGE
.error-404.not-found {
	margin: 60px auto;
	max-width: 1240px;
}
*/
/* ==========================================================================
Case Studies
========================================================================== */
.case-study .sp-header-content {
  padding-right: 25px; }
  .case-study .sp-header-content h4 {
    color: #919194;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold; }
  .case-study .sp-header-content h1 {
    margin-bottom: 0; }
  .case-study .sp-header-content h2 {
    font-size: 24px;
    font-weight: 200; }
  .case-study .sp-header-content .share {
    margin-top: 40px; }
  .case-study .sp-header-content .cs-logo {
    margin-top: auto;
    display: flex; }
    .case-study .sp-header-content .cs-logo img {
      width: 100%;
      max-width: 300px;
      height: auto; }
.case-study .company-stats {
  line-height: 36px; }
.case-study .quote {
  color: #000; }
  .case-study .quote .main {
    font-size: 20px;
    margin-bottom: 10px; }
  .case-study .quote .source {
    font-size: 18px; }
  .case-study .quote .title {
    font-size: 14px;
    margin-left: 13px; }
.case-study .stat-row {
  font-size: 18px; }
  .case-study .stat-row .stat {
    color: #F15C22;
    font-size: 34px; }
.case-study .cs-content .intro {
  font-size: 20px;
  font-weight: 200; }
.case-study .cs-content h3 {
  color: #0081A5;
  font-weight: bold;
  margin-top: 20px; }
.case-study .cs-content strong {
  display: inline-block;
  margin: 15px 0; }
.case-study .cs-content .cs-quote {
  padding-top: 20px;
  border-top: 1px solid #78A22F;
  color: #78A22F;
  margin: 30px 0; }
  .case-study .cs-content .cs-quote .quote {
    font-size: 22px;
    color: #78A22F;
    margin-bottom: 15px; }
  .case-study .cs-content .cs-quote .source {
    font-size: 16px; }
  .case-study .cs-content .cs-quote .title {
    font-size: 14px;
    margin-left: 13px; }
.case-study .cs-content ul {
  list-style: none;
  margin: 15px 0; }
.case-study .cs-content ul li::before {
  content: "\2022";
  color: #F15C22;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }
.case-study .cs-content ul li {
  margin-bottom: 10px; }
.case-study .cs-content .outro {
  margin: 25px 0;
  font-size: 14px; }
  .case-study .cs-content .outro strong {
    margin-bottom: 10px;
    display: inline-block; }
.case-study .sidebar-download .vce-text-block {
  background-color: #F4F4F4;
  padding: 30px !important; }
  .case-study .sidebar-download .vce-text-block .vce {
    margin-bottom: 0; }

/* ==========================================================================
Glossary                                         
========================================================================== */
.post-type-archive-glossary .banner-bottom,
.single-glossary .banner-bottom {
  display: none !important; }

.glossary-wrapper {
  display: flex; }

.glossary-nav-wrapper {
  border-right: 1px solid #bfbfbf;
  position: fixed;
  height: 100%;
  width: 16.666666666666667%;
  padding-left: 8px;
  padding-top: 10px;
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

.glossary-items {
  width: 83.333333333333333%;
  margin-left: auto;
  padding: 20px; }

@media (max-width: 768px) {
  .glossary-wrapper {
    display: block;
    padding: 0 20px; }

  .glossary-nav-wrapper {
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px; }

  .glossary-items {
    width: 100%;
    margin-left: 0;
    padding: 0; } }
ul.glossary-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1; }

ul.glossary-nav li {
  margin: 0 15px 0 0; }

ul.glossary-nav li a {
  padding: 10px 0;
  padding-left: 8px;
  font-size: 14px;
  display: block;
  transition: none;
  color: #4d4e4e;
  text-decoration: none; }

ul.glossary-nav li a:hover {
  font-weight: bold;
  -webkit-transition: none;
  transition: none; }

ul.glossary-nav li a.active {
  background-color: #e7f2ff;
  color: #407ec9;
  font-weight: bold; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 10px;
  display: inline-block;
  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; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media (min-width: 769px) {
  .hamburger {
    display: none; } }
@media (max-width: 768px) {
  #sidebar {
    display: none; } }
/* ==========================================================================
Press Release
========================================================================== */
#press-release.single-post .sub-nav {
  margin-bottom: 40px;
  margin-top: 30px; }
#press-release.single-post h2 {
  font-size: 40px;
  margin: 40px 0; }
#press-release.single-post .single-post-wrapper {
  margin-bottom: 60px; }

/* ==========================================================================
Styling for Non-Visual Composer Elements
========================================================================== */
#error-404 #company-header {
  padding: 50px 0; }
  #error-404 #company-header h1, #error-404 #company-header h3, #error-404 #company-header h4 {
    color: #FFF; }
#error-404 .content-404 form.search-form {
  width: 100%;
  margin: 40px 0; }
  #error-404 .content-404 form.search-form input.search-field {
    width: 100%;
    padding: 10px;
    font-size: 14px; }

/* ==========================================================================
Cookie Consent
========================================================================== */
#onetrust-consent-sdk {
  font-size: 16px !important;
  color: #656565 !important; }
  #onetrust-consent-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):not(#onetrust-pc-btn-handler),
  #onetrust-consent-sdk .ot-leg-btn-container .ot-active-leg-btn {
    border-radius: 5px !important;
    background-color: #f15c22 !important;
    color: #FFF !important;
    font-size: 16px !important; }
  #onetrust-consent-sdk #onetrust-policy-text {
    font-size: 16px !important;
    color: #656565 !important; }
  #onetrust-consent-sdk #onetrust-accept-btn-handler,
  #onetrust-consent-sdk #onetrust-reject-all-handler {
    border-radius: 5px !important;
    background-color: #f15c22 !important;
    color: #FFF !important;
    font-size: 16px !important; }
  #onetrust-consent-sdk #onetrust-pc-btn-handler,
  #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    border: 0px solid #FFF !important;
    outline: none !important;
    font-size: 16px !important; }
  #onetrust-consent-sdk #onetrust-banner-sdk a[href],
  #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    margin-left: 10px; }
  #onetrust-consent-sdk #onetrust-pc-sdk h3 {
    font-size: 20px !important; }
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
    font-size: 16px !important; }
  #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
    font-size: 16px !important; }

/*======================================
Selectric v1.11.0
======================================*/
.selectric-wrapper.selectric-countrycode {
  width: 115px;
  position: absolute;
  top: 3px;
  left: 3px; }

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  text-align: left; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  border-radius: 5px;
  background-image: url("../img/icons/select-triangle.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 19px 12px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 44px 0 14px;
  font-size: 14px;
  line-height: 38px;
  color: #53565a;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  width: 40px;
  height: 30px;
  color: transparent;
  text-align: center;
  font: 0/0 a;
  /*border-left: 1px solid #b9c1c8;*/ }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .selectArrow {
  color: #a2a2a2; }

.selectric-hover .selectric .selectArrow:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block;
  width: 100% !important; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #afafaf;
  z-index: -1; }

.selectric-items .selectric-scroll {
  width: 100%;
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
  width: 100%; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #000000;
  cursor: pointer; }

.selectric-items li.selected {
  background: #f8f8f8;
  color: #444; }

.selectric-items li.highlighted {
  background: #f8f8f8; }

.selectric-items li:hover {
  background: #f8f8f8; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/* ==========================================================================
Slick Slider
========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block;
  outline: none; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/vendor/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  color: #000000;
  z-index: 2; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev {
  left: -15px; }

.slick-next {
  right: -15px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 6px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li:first-child {
  margin-left: 0; }

.slick-dots li button {
  line-height: 6px;
  display: block;
  width: 33px;
  height: 6px;
  border-radius: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  background: #fff;
  transition: all 0.3s; }

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
  background: #fdb813;
  outline: none; }

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