/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
main,
header {
  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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #111112;
  font-family: "proxima-nova";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "proxima-nova";
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 1.5em;
  font-family: "proxima-nova";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
dfn,
cite,
em,
i {
  font-style: italic;
  font-family: 'Open Sans';
}
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 https://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. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  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;
}
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%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.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;
}
/*--------------------------------------------------------------
# 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%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead {
  position: fixed;
  z-index: 9999;
  top: 25px;
  height: 55px;
  width: 100%;
  transition: 0.25s;
}
#masthead.sticky {
  display: block;
  background-color: #fff;
  top: 0;
  box-shadow: 0 0 10px #d2d2d2;
}
#masthead .container-lg {
  height: 55px;
}
#masthead .container-lg .logo {
  position: absolute;
  left: 0;
  top: 9px;
}
#masthead .container-lg .logo a {
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/logo-no-tm.svg');
  background-repeat: no-repeat;
  width: 161px;
  text-indent: -1000em;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#masthead .container-lg .logo a h1 {
  margin: 0;
}
#masthead .container-lg .navToggle {
  position: absolute;
  right: 50px;
  top: 15px;
  cursor: pointer;
  z-index: 9999;
}
#masthead .container-lg .navToggle .bar {
  display: block;
  height: 5px;
  width: 35px;
  background-color: #000;
  transition: 0.3s;
  position: relative;
}
#masthead .container-lg .navToggle .bar.bar-2 {
  margin: 4px 0;
}
#masthead .container-lg #nav {
  position: absolute;
  right: 52px;
  top: 16px;
  transition: 0.3s;
}
#masthead .container-lg #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#masthead .container-lg #nav ul li {
  padding: 0 10px;
}
#masthead .container-lg #nav ul li a {
  display: block;
  font-weight: 700;
  color: #16141f;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
#masthead .container-lg #nav ul li a:hover {
  color: #6605a2;
}
#masthead .container-lg #nav ul li.menu-item-has-children {
  transition: 0.25s;
  position: relative;
  height: 31px;
}
#masthead .container-lg #nav ul li.menu-item-has-children:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 5px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2020/02/latest-news-arrow.png);
  width: 10px;
  height: 10px;
  background-size: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 5;
}
#masthead .container-lg #nav ul li.menu-item-has-children.nolink > a {
  pointer-events: none;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu {
  padding: 15px 12px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
  position: absolute;
  left: -50%;
  right: 50%;
  top: 51px;
  width: 250px;
  display: block;
  background-color: #f5f5f5;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li {
  padding: 5px 0;
  transition: background-color 0.3s;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li a {
  font-weight: 400;
  text-transform: none;
  color: #16141f;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li.current-menu-item a {
  font-weight: 700;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li.current-menu-item a:before {
  display: none;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li:hover {
  background-color: #fff;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
  display: none;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  display: inline-block;
  position: relative;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 6px;
  display: inline-block;
  transition: 0.3s;
  z-index: 5;
  background-image: url(/wp-content/uploads/2020/03/arrow-submenu.png);
  width: 8px;
  height: 8px;
  background-size: 8px;
  opacity: 0;
  visibility: hidden;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover a:after,
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children:active a:after,
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children:focus a:after {
  opacity: 1;
  visibility: visible;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu .sub-menu {
  right: -262px;
  left: auto;
  top: -15px !important;
  background-color: #f5f5f5;
}
#masthead .container-lg #nav ul li.menu-item-has-children .sub-menu .sub-menu li a {
  color: #16141f;
  font-weight: 400;
}
#masthead .container-lg #nav ul li.menu-item-has-children:hover a,
#masthead .container-lg #nav ul li.menu-item-has-children:active a,
#masthead .container-lg #nav ul li.menu-item-has-children:focus a {
  color: #6605a2;
}
#masthead .container-lg #nav ul li.menu-item-has-children:hover:after,
#masthead .container-lg #nav ul li.menu-item-has-children:active:after,
#masthead .container-lg #nav ul li.menu-item-has-children:focus:after {
  opacity: 1;
  visibility: visible;
}
#masthead .container-lg #nav ul li.menu-item-has-children:hover > .sub-menu,
#masthead .container-lg #nav ul li.menu-item-has-children:active > .sub-menu,
#masthead .container-lg #nav ul li.menu-item-has-children:focus > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 30px;
}
#masthead .container-lg #nav ul li.current-page-ancestor > a:before,
#masthead .container-lg #nav ul li.current-menu-item > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e2e0f0;
  z-index: -1;
  height: 50%;
}
/*--------------------------------------------------------------
## Home Page / Front Page
--------------------------------------------------------------*/
.home #main {
  padding-top: 100px;
  overflow: hidden;
}
.home #main .front-top {
  margin-bottom: 150px;
  padding-top: 100px;
  max-width: 1320px;
}
.home #main .front-top .wp-block-columns {
  display: flex;
}
.home #main .front-top .wp-block-columns .wp-block-column {
  flex-basis: 50%;
}
.home #main .front-top .wp-block-columns .wp-block-column:first-child {
  align-self: center;
  padding-left: 5%;
  padding-right: 11%;
  flex-basis: 60%;
}
.home #main .front-top .wp-block-columns .wp-block-column:last-child {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 45%;
  height: 100%;
}
.home #main .front-top .wp-block-columns .wp-block-column:last-child .home-slider,
.home #main .front-top .wp-block-columns .wp-block-column:last-child .slick-list,
.home #main .front-top .wp-block-columns .wp-block-column:last-child .slick-track {
  height: 100%;
}
.home #main .front-top .wp-block-columns .wp-block-column:last-child .slick-slide > div {
  height: 100%;
}
.home #main .front-top .wp-block-columns .wp-block-column:last-child .slide {
  height: 100%;
}
.home #main .front-top .wp-block-columns .wp-block-column:last-child .slide .wp-block-cover {
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.home #main .front-top .wp-block-columns .wp-block-column:last-child .slide .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  bottom: 75px;
  left: 0;
  background-color: #fff;
  padding: 20px 45px 20px 25px;
}
.home #main .front-top .wp-block-columns .wp-block-column:last-child .slide .wp-block-cover .wp-block-cover__inner-container h3 {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  color: #16162b;
  font-weight: 700;
}
.home #main .front-top .wp-block-columns .wp-block-column:last-child .slide .wp-block-cover .wp-block-cover__inner-container .wp-block-button a {
  margin-top: 10px;
  font-size: 20px;
}
.home #main .front-top .wp-block-columns .wp-block-column:last-child .slide .wp-block-cover .wp-block-cover__inner-container .wp-block-button a:after {
  width: 12px;
  height: 12px;
  background-size: 12px;
}
.home #main .front-top .wp-block-columns .wp-block-column h2 {
  font-size: 60px;
  line-height: 60px;
  color: #16162b;
  font-weight: 700;
  margin: 0;
}
.home #main .front-top .wp-block-columns .wp-block-column h2 strong {
  color: #6605a2;
}
.home #main .front-top .wp-block-columns .wp-block-column p {
  color: #16162b;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
  margin: 30px 0;
}
.home #main .front-top .wp-block-columns .wp-block-column .wp-block-button.purple a {
  color: #ab40df;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.home #main .front-top .wp-block-columns .wp-block-column .wp-block-button.purple a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 17px;
  height: 17px;
  margin-left: 10px;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block {
  flex: 1;
  display: inline-block;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block a {
  display: block;
  width: 271px;
  height: 288px;
  text-decoration: none;
  text-indent: -1000em;
  white-space: nowrap;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block.food a {
  background-image: url('/wp-content/uploads/2019/05/food-bev-home.png');
  background-repeat: no-repeat;
  background-position: 0% 0%;
  transition: transform 0.5s;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block.food a:hover {
  transform: translateY(-10px);
  background-position: 0% 96%;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block.explore a {
  background-image: url('/wp-content/uploads/2019/05/animal-market.png');
  background-repeat: no-repeat;
  background-position: 0% -13px;
  transition: transform 0.5s;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block.explore a:hover {
  transform: translateY(-10px);
  background-position: 0% -323px;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block.pharma a {
  background-image: url('/wp-content/uploads/2019/05/pharma-market.png');
  background-repeat: no-repeat;
  background-position: 8px -15px;
  transition: transform 0.5s;
  height: 325px;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block.pharma a:hover {
  transform: translateY(-10px);
  background-position: 2px -375px;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block.industrial a {
  background-image: url('/wp-content/uploads/2019/05/industrial-market.png');
  background-repeat: no-repeat;
  background-position: 0% 10px;
  transition: transform 0.5s;
  height: 312px;
}
.home #main .front-top .wp-block-columns .wp-block-column .market-block.industrial a:hover {
  transform: translateY(-10px);
  background-position: 0% -309px;
}
.home #main #markets .wp-block-columns {
  display: flex;
}
.home #main #markets .wp-block-columns .col-50 {
  flex-basis: 50%;
}
.home #main #markets .wp-block-columns .left .wp-block-column {
  padding: 30px 40px;
  position: relative;
}
.home #main #markets .wp-block-columns .left .wp-block-column .wp-block-button a {
  display: block;
  content: '';
  position: absolute;
  bottom: 15px;
  right: 20px;
  background-image: url(/wp-content/uploads/2020/03/white-arrow.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 25px;
  background-size: 22px;
}
.home #main #markets .wp-block-columns .left .purple {
  background-color: #6605a2;
}
.home #main #markets .wp-block-columns .left .light-purple {
  background-color: #ab40df;
}
.home #main #markets .wp-block-columns .left h3 {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px 0;
  font-weight: 700;
}
.home #main #markets .wp-block-columns .left h3 a {
  text-decoration: none;
  color: #fff;
  transition: 0.25s;
  border-bottom: 1px solid transparent;
}
.home #main #markets .wp-block-columns .left h3 a:hover {
  border-bottom: 1px solid #fff;
}
.home #main #markets .wp-block-columns .left p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.home #main #markets .wp-block-columns .left .wp-block-image {
  margin: 0;
}
.home #main #markets .wp-block-columns .left .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.home #main #markets .wp-block-columns .right {
  padding: 50px;
  background-color: #16162b;
  position: relative;
}
.home #main #markets .wp-block-columns .right .headliner {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 2;
}
.home #main #markets .wp-block-columns .right .headliner:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #851cc6;
  z-index: -1;
}
.home #main #markets .wp-block-columns .right span.arrow {
  position: absolute;
  left: 25px;
  bottom: 25px;
  background-image: url('/wp-content/uploads/2019/05/white-arrow-left.png');
  width: 22px;
  height: 25px;
  cursor: pointer;
}
.home #main #markets .wp-block-columns .right span.arrow.next {
  left: auto;
  right: 25px;
  background-image: url('/wp-content/uploads/2019/05/white-arrow-right.png');
}
.home #main #markets .wp-block-columns .right .pager {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.home #main #markets .wp-block-columns .right .pager li {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #5c5c6b;
  border-radius: 100%;
  margin: 0 5px;
}
.home #main #markets .wp-block-columns .right .pager li.active {
  background-color: #fff;
}
.home #main #markets .wp-block-columns .right .slide {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  transition: 0.5s;
}
.home #main #markets .wp-block-columns .right .slide h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.home #main #markets .wp-block-columns .right .slide p {
  color: #fff;
  margin: 15px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 26px;
}
.home #main #markets .wp-block-columns .right .slide .wp-block-button {
  margin-top: 20px;
}
.home #main #markets .wp-block-columns .right .slide .wp-block-button a {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.25s;
  border-bottom: 1px solid transparent;
}
.home #main #markets .wp-block-columns .right .slide .wp-block-button a:after {
  content: '';
  display: inline-block;
  background-image: url(/wp-content/uploads/2019/05/white-arrow-right.png);
  background-size: 17px;
  width: 17px;
  height: 18px;
  margin-left: 10px;
  transform: rotate(45deg);
}
.home #main #markets .wp-block-columns .right .slide .wp-block-button a:hover {
  border-bottom: 1px solid #fff;
}
.home #main #markets .wp-block-columns .right .slide.active {
  opacity: 1;
  visibility: visible;
}
.home #main #about {
  position: relative;
  padding: 80px 0 0 0;
}
.home #main #about:before {
  content: '';
  width: 417px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('/wp-content/uploads/2019/05/left-home-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.home #main #about h3.headliner {
  font-size: 14px;
  font-weight: 700;
  color: #16162b;
  position: relative;
}
.home #main #about h3.headliner:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #e2e0f0;
  z-index: -1;
}
.home #main #about .wp-block-columns {
  display: flex;
  padding: 0 0 80px 0;
}
.home #main #about .wp-block-columns .wp-block-column {
  flex: 1;
  padding-right: 50px;
}
.home #main #about .wp-block-columns .wp-block-column p {
  color: #010101;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
.home #main #about .wp-block-columns .wp-block-column p a {
  color: #ab40df;
}
.home #main #about .wp-block-columns .wp-block-column:last-child {
  padding-right: 0;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  z-index: 99;
  background-image: url('/wp-content/uploads/2019/05/footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.site-footer .connect {
  padding: 100px 40px 50px 40px;
}
.site-footer .connect .headliner {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin: 0;
}
.site-footer .connect .headliner:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #6605a2;
  z-index: -1;
}
.site-footer .connect h2 {
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  margin: 40px 0 10px 0;
}
.site-footer .connect a {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  color: #851cc6;
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.25s;
  font-weight: 700;
}
.site-footer .connect a:after {
  content: '';
  background-image: url('/wp-content/uploads/2019/05/big-purple-arrow.png');
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-left: 15px;
}
.site-footer .connect a:hover {
  border-bottom: 2px solid #851cc6;
}
.site-footer .copyright {
  position: relative;
}
.site-footer .copyright p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.site-footer .copyright .menu-footer-menu-container {
  position: absolute;
  right: 0;
  top: -4px;
}
.site-footer .copyright .menu-footer-menu-container ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .copyright .menu-footer-menu-container ul li {
  padding: 0 15px;
}
.site-footer .copyright .menu-footer-menu-container ul li:last-child {
  padding-right: 0;
}
.site-footer .copyright .menu-footer-menu-container ul li a {
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.25s;
  border-bottom: 1px solid transparent;
}
.site-footer .copyright .menu-footer-menu-container ul li a:hover {
  border-bottom: 1px solid #fff;
}
.site-footer .copyright .menu-footer-menu-container ul li.social a {
  text-indent: -1000em;
  white-space: nowrap;
  width: 18px;
  height: auto;
}
.site-footer .copyright .menu-footer-menu-container ul li.social.linkedin a {
  background-image: url('/wp-content/uploads/2019/05/linkedin-icon.png');
  background-repeat: no-repeat;
}
.site-footer .address {
  padding: 0px 0 20px;
}
.site-footer .address span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  font-size: 14px;
}
.site-footer .address span a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.blog #main .heading h2,
.archive #main .heading h2 {
  font-size: 60px;
  line-height: 60px;
  color: #16162b;
  font-weight: 700;
  margin: 0 0 50px 0;
}
.blog #main .heading h3,
.archive #main .heading h3 {
  font-size: 28px;
  color: #ab40df;
  margin: 0;
  letter-spacing: 0.05em;
}
.blog #main .filters .filter-posts ul,
.archive #main .filters .filter-posts ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog #main .filters .filter-posts ul li,
.archive #main .filters .filter-posts ul li {
  padding: 5px 20px 5px 0;
}
.blog #main .filters .filter-posts ul li a,
.archive #main .filters .filter-posts ul li a {
  text-decoration: none;
  font-size: 24px;
  color: #ab40df;
  font-weight: 400;
}
.blog #main .filters .filter-posts ul li a.active,
.archive #main .filters .filter-posts ul li a.active {
  font-weight: 700;
}
.blog #main .main-posts,
.archive #main .main-posts {
  display: block;
  padding: 0 0 80px 0;
}
.blog #main .main-posts .post,
.archive #main .main-posts .post {
  position: relative;
  display: block;
  margin: 15px 0 15px 0;
  text-decoration: none;
  transition: 0.5s;
  padding-bottom: 15px;
  border-bottom: 1px solid #16141f;
}
.blog #main .main-posts .post:last-child,
.archive #main .main-posts .post:last-child {
  border-bottom: 0;
}
.blog #main .main-posts .post .inner,
.archive #main .main-posts .post .inner {
  padding: 25px 0;
}
.blog #main .main-posts .post .inner .top,
.archive #main .main-posts .post .inner .top {
  display: flex;
}
.blog #main .main-posts .post .cat,
.archive #main .main-posts .post .cat {
  font-size: 14px;
  display: block;
  color: #ab40df;
  font-weight: 700;
  margin-right: 10px;
}
.blog #main .main-posts .post .date,
.archive #main .main-posts .post .date {
  font-size: 13px;
  letter-spacing: 0.1em;
  font-style: italic;
  line-height: 21px;
  display: inline-block;
}
.blog #main .main-posts .post h3,
.archive #main .main-posts .post h3 {
  color: #16162b;
  font-size: 28px;
  line-height: 1.2;
}
.blog #main .main-posts .post .more,
.archive #main .main-posts .post .more {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.blog #main .main-posts .post .more:after,
.archive #main .main-posts .post .more:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
.blog #main .main-posts .post .more:hover,
.archive #main .main-posts .post .more:hover {
  border-color: #ab40df;
}
.blog #main .main-posts .post:nth-child(2n+2),
.archive #main .main-posts .post:nth-child(2n+2) {
  margin-right: 0;
}
.blog #main .pagination,
.archive #main .pagination {
  border-top: 1px solid #16141f;
  padding: 15px 0;
  text-align: center;
}
.blog #main .pagination a,
.archive #main .pagination a,
.blog #main .pagination .current,
.archive #main .pagination .current {
  color: #16141f;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: inline-block;
}
.blog #main .pagination .prev,
.archive #main .pagination .prev {
  text-align: left;
  float: left;
}
.blog #main .pagination .next,
.archive #main .pagination .next {
  text-align: right;
  float: right;
}
.blog #main .pagination .current,
.archive #main .pagination .current {
  font-weight: bold;
  padding: 0 5px;
}
/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.single #main .entry-header .category {
  font-size: 24px;
  font-weight: 700;
  color: #be56f1;
}
.single #main .entry-header h1 {
  font-size: 48px;
  color: #16162b;
  line-height: 1.2;
  margin: 0 0 30px 0;
  max-width: 65%;
}
.single #main .entry-content {
  display: flex;
}
.single #main .entry-content .left {
  flex-basis: 100%;
  padding-right: 80px;
}
.single #main .entry-content .left p,
.single #main .entry-content .left ul li {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #16162b;
}
.single #main .entry-content .left p a,
.single #main .entry-content .left ul li a {
  color: #16162b;
  text-decoration: none;
  border-bottom: 1px solid #16162b;
}
.single #main .entry-content .left ul {
  padding: 0;
}
.single #main .entry-content .right .post {
  position: relative;
  display: block;
  margin: 0px 0 30px;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(35, 31, 32, 0.07);
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: 0.5s;
}
.single #main .entry-content .right .post:after {
  content: '';
  position: absolute;
  right: -7px;
  top: -7px;
  height: calc(100% + 7px);
  width: 7px;
  background-color: #ab40df;
}
.single #main .entry-content .right .post .inner {
  padding: 25px;
}
.single #main .entry-content .right .post .cat {
  font-size: 14px;
  display: block;
  color: #ab40df;
  font-weight: 700;
}
.single #main .entry-content .right .post h3 {
  color: #16162b;
  font-size: 24px;
  line-height: 1.2;
}
.single #main .entry-content .right .post .more {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.single #main .entry-content .right .post .more:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
.single #main .entry-content .right .post:hover {
  border-top: 7px solid #ab40df;
  border-left: 7px solid #ab40df;
  border-bottom: 7px solid #ab40df;
}
.single #main .entry-content .right .post:hover .more {
  border-bottom: 1px solid #ab40df;
}
/*--------------------------------------------------------------
## Search / Search Results
--------------------------------------------------------------*/
#masthead .container-lg #search {
  position: absolute;
  right: 0;
  top: 9px;
}
#masthead .container-lg #search .search-icon {
  background-image: url(/wp-content/uploads/2019/09/search-icon.png);
  width: 32px;
  height: 32px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#masthead .container-lg #search .search-form {
  overflow: hidden;
  display: block;
  position: relative;
  width: 0;
  transition: 0.3s;
  margin-right: 40px;
}
#masthead .container-lg #search .search-form input {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #010101;
  font-size: 18px;
  color: #010101;
  line-height: 1.2;
  text-indent: 10px;
  padding: 3px 0;
  outline: 0;
  background: none;
}
.searchOpen #masthead .container-lg #nav {
  right: 240px;
}
.searchOpen #masthead .container-lg #search .search-form {
  width: 180px;
}
.search-results #content #main article {
  margin-bottom: 50px;
}
.search-results #content #main article h2 {
  margin: 0 0 0px 0;
}
.search-results #content #main article h2 a {
  color: #851cc6;
  font-size: 24px;
  line-height: 1.2;
  transition: 0.3s;
}
.search-results #content #main article h2 a:hover {
  color: #111112;
}
.search-results #content #main article .entry-summary {
  margin: 0;
}
/*--------------------------------------------------------------
## Customer resources
--------------------------------------------------------------*/
.page-id-582 #main .featured-section.spec-sheets .wp-block-columns .wp-block-column:last-child {
  align-self: flex-start;
}
/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
body.menuOpen #masthead {
  display: block;
  background-color: #fff;
}
body.menuOpen #masthead .container-lg #nav {
  display: block;
  top: 55px;
  opacity: 1;
  visibility: visible;
}
body.menuOpen .navToggle .bar-2 {
  visibility: hidden;
  opacity: 0;
}
body.menuOpen .navToggle .bar-1 {
  top: 10px;
  transform: rotate(45deg);
}
body.menuOpen .navToggle .bar-3 {
  top: -8px;
  transform: rotate(-45deg);
}
.mobile {
  display: none;
}
.container-lg {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.container {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.container-md {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container-sm {
  position: relative;
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
}
#page {
  position: relative;
}
#page:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/wp-content/uploads/2019/05/header-pattern.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#main {
  position: relative;
  min-height: 500px;
  padding-top: 150px;
  z-index: 1;
}
#main .post-password-form {
  max-width: 600px;
  margin: 0 auto;
}
#main .post-password-form .alert {
  border: 1px solid red;
  padding: 10px;
  border-radius: 10px;
  background-color: pink;
}
#main .post-password-form p {
  line-height: 1.3;
  font-size: 24px;
  color: #010101;
}
#main .post-password-form p.help {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin: -15px 0 0 0;
}
#main .post-password-form label {
  line-height: 1.2;
  font-size: 18px;
  color: #010101;
  display: block;
}
#main .post-password-form input[type="password"],
#main .post-password-form input[type="text"],
#main .post-password-form input[type="email"] {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #010101;
  font-size: 18px;
  color: #010101;
  line-height: 1.2;
  text-indent: 10px;
  padding: 10px 0;
  outline: 0;
  background: none;
}
#main .post-password-form input[type="submit"] {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: #ab40df;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 700;
}
#main .wp-block-columns {
  display: flex;
}
#main .wp-block-columns.title {
  margin: 50px 0 80px 0;
}
#main .wp-block-columns.title .wp-block-column:last-child {
  flex-basis: 77%;
  padding-left: 50px;
}
#main .wp-block-columns.title.half .wp-block-column {
  flex-basis: 50%;
  padding-right: 50px;
  align-self: center;
}
#main .wp-block-columns.title.half .wp-block-column:last-child {
  padding-right: 0;
  padding-left: 0;
}
#main .wp-block-columns.title h1 {
  font-size: 60px;
  line-height: 60px;
  color: #16162b;
  font-weight: 700;
  margin: 0;
}
#main .wp-block-columns.title h1.headline {
  font-size: 24px;
  color: #ab40df;
  margin: 0;
}
#main .wp-block-columns.title h2 {
  font-size: 48px;
  line-height: 1.1;
  margin: 10px 0;
}
#main .wp-block-columns.title p {
  font-size: 24px;
  line-height: 30px;
  color: #16162b;
  letter-spacing: 0.1em;
  margin: 0 0 30px 0;
}
#main .wp-block-columns.title p:last-child {
  margin: 0;
}
#main .wp-block-columns.title p.intro {
  font-size: 18px;
  line-height: 24px;
}
#main .wp-block-columns.title .wp-block-button.more a {
  color: #ab40df;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
#main .wp-block-columns.title .wp-block-button.more a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 17px;
  height: 17px;
  margin-left: 10px;
}
#main .wp-block-columns.title.product .wp-block-column:last-child {
  flex-basis: 67%;
}
#main .wp-block-columns.title.product p {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 30px;
}
#main .wp-block-columns.contact {
  padding: 0 0 80px 0;
}
#main .wp-block-columns.contact h1 {
  margin: 0;
}
#main .wp-block-columns.contact h1.headliner {
  margin: 30px 0;
  color: #16162b;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
#main .wp-block-columns.contact h1.headliner:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #e2e0f0;
  z-index: -1;
}
#main .wp-block-columns.contact h2 {
  font-size: 48px;
  color: #16162b;
  line-height: 1.2;
}
#main .wp-block-columns.contact p {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #16162b;
}
#main .wp-block-columns.contact p a {
  color: #16162b;
  text-decoration: none;
  border-bottom: 1px solid #16162b;
}
#main .wp-block-columns.contact .wp-block-button {
  margin: 0;
}
#main .wp-block-columns.contact .wp-block-button a {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}
#main .wp-block-columns.contact .wp-block-button a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main .wp-block-columns.contact .wp-block-button a:hover {
  border-bottom: 2px solid #ab40df;
}
#main .wp-block-columns.contact .wp-block-column {
  flex-basis: 50%;
  padding-right: 50px;
}
#main .wp-block-columns.contact .wp-block-column:last-child {
  padding-right: 0;
  align-self: center;
}
#main .wp-block-columns.big-3 {
  padding: 0 0 80px 0;
}
#main .wp-block-columns.big-3 .wp-block-column {
  flex: 1;
  padding: 0 50px;
}
#main .wp-block-columns.big-3 h2 {
  margin: 0;
  font-size: 145px;
  color: #be56f1;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1;
  position: relative;
}
#main .wp-block-columns.big-3 h2:after {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  font-size: 81px;
  color: #16162b;
  font-weight: 900;
}
#main .wp-block-columns.big-3 p {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
#main .wp-block-columns.market-categories {
  margin: 0 0 80px 0;
  display: flex;
}
#main .wp-block-columns.market-categories .wp-block-column {
  flex: 1;
  max-width: 242.5px;
  background-color: #fff;
  margin-right: 50px;
  padding: 25px 15px;
  box-shadow: 0px 26px 27px 0px rgba(35, 31, 32, 0.06);
  border-right: 7px solid #ab40df;
}
#main .wp-block-columns.market-categories .wp-block-column h3 {
  margin: 0;
  font-size: 24px;
  color: #16162b;
  line-height: 1;
}
#main .wp-block-columns.market-categories .wp-block-column h3 a {
  color: #16162b;
  text-decoration: none;
}
#main .wp-block-columns.market-categories .wp-block-column .wp-block-button {
  margin: 10px 0 0 0;
}
#main .wp-block-columns.market-categories .wp-block-column .wp-block-button a {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}
#main .wp-block-columns.market-categories .wp-block-column .wp-block-button a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main .wp-block-columns.market-categories .wp-block-column .wp-block-button a:hover {
  border-bottom: 2px solid #ab40df;
}
#main .wp-block-columns.market-categories .wp-block-column:last-child {
  margin-right: 0;
}
#main .wp-block-columns.market-categories .wp-block-column.remove {
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
}
#main .content {
  padding: 0 0 80px 0;
}
#main .content h2 {
  font-size: 48px;
  color: #16162b;
  line-height: 1.2;
  margin: 0;
}
#main .content h3 {
  font-size: 24px;
  margin: 0;
  color: #ab40df;
  font-weight: 400;
}
#main .content h3.headliner {
  margin: 30px 0;
  color: #16162b;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
#main .content h3.headliner:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #e2e0f0;
  z-index: -1;
}
#main .content p {
  font-size: 18px;
  line-height: 26px;
  color: #010101;
  margin: 0 0 2.5em 0;
  letter-spacing: 0.1em;
}
#main .content p a {
  color: #6605a2;
}
#main .content p.job-posting {
  position: relative;
}
#main .content p.job-posting a {
  color: #6605a2;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  transition: 0.25s;
}
#main .content p.job-posting a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main .content p.job-posting a:hover {
  border-bottom: 1px solid #6605a2;
}
#main .content .wp-block-button a,
#main .content .wp-block-file a {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
#main .content .wp-block-button a:after,
#main .content .wp-block-file a:after {
  content: '';
  display: inline-block;
  background-image: url(/wp-content/uploads/2019/05/purple-arrow.png);
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main .content .wp-block-pullquote {
  border-left: 3px solid #010101;
  padding: 10px 0;
  margin: 0 0 2.5em 0;
}
#main .content .wp-block-pullquote p {
  font-size: 24px;
  line-height: 30px;
  color: #010101;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0;
}
#main .collage {
  margin: 0;
  padding: 0 0 80px 0;
}
#main .collage img {
  display: block;
  width: 100%;
}
#main .about {
  margin: 0;
}
#main .about ul {
  list-style: none;
  margin: 0;
  padding: 0 0 80px 0;
  display: flex;
}
#main .about li {
  flex-basis: 50%;
  margin-right: 15px;
}
#main .about li:last-child {
  margin-right: 0;
}
#main .callouts {
  position: relative;
  padding: 0 0 80px 0;
}
#main .callouts .wp-block-columns {
  display: flex;
}
#main .callouts .wp-block-columns .wp-block-column {
  flex-basis: 50%;
  padding: 50px;
  position: relative;
}
#main .callouts .wp-block-columns .wp-block-column.purple {
  background-color: #62059f;
}
#main .callouts .wp-block-columns .wp-block-column .wp-block-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#main .callouts .wp-block-columns .wp-block-column h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin: 30px 0 0 0;
}
#main .callouts .wp-block-columns .wp-block-column p {
  color: #fff;
  margin: 15px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 26px;
}
#main .callouts .wp-block-columns .wp-block-column h3.headliner {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 2;
}
#main .callouts .wp-block-columns .wp-block-column h3.headliner:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #851cc6;
  z-index: -1;
}
#main .callouts .header-cta {
  position: absolute;
  width: 450px;
  height: 117px;
  padding: 30px 40px;
  background-color: #16162b;
}
#main .callouts .header-cta p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
#main .callouts .header-cta h2 {
  margin: 0;
}
#main .callouts .header-cta h2 a {
  color: #ab40df;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
#main .callouts .header-cta h2 a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 17px;
  height: 17px;
  margin-left: 10px;
}
#main .callouts .header-cta.bottom {
  top: -117px;
  right: 0;
}
#main .featured-section {
  padding: 20px 0 80px 0;
}
#main .featured-section .wp-block-columns {
  display: flex;
  align-items: flex-start;
}
#main .featured-section .wp-block-columns .wp-block-column {
  flex-basis: 50%;
  padding-right: 50px;
}
#main .featured-section .wp-block-columns .wp-block-column:last-child {
  padding-right: 0;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-image img {
  display: block;
  width: 100%;
  margin: 0;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-button.more a {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-button.more a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-button.sample {
  overflow: hidden;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-button.sample.right {
  text-align: right;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-button.sample a {
  position: relative;
  display: inline-block;
  /* background-color: #16162b; */
  padding: 20px 50px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  color: #be56f1;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-button.sample a:before {
  content: '';
  position: absolute;
  right: -5px;
  top: -5px;
  width: 5px;
  height: 150%;
  background-color: #be56f1;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-button.sample a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main .featured-section .wp-block-columns .wp-block-column .wp-block-button.sample a:hover {
  border: 5px solid #be56f1;
}
#main .featured-section .wp-block-columns .wp-block-column h2 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #16162b;
  margin: 0;
}
#main .featured-section .wp-block-columns .wp-block-column h2 strong {
  color: #851cc6;
}
#main .featured-section .wp-block-columns .wp-block-column h3.headliner {
  margin: 30px 0;
  color: #16162b;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
#main .featured-section .wp-block-columns .wp-block-column h3.headliner:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #e2e0f0;
  z-index: -1;
}
#main .featured-section .wp-block-columns .wp-block-column p {
  color: #16162b;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
  margin: 30px 0;
}
#main .featured-section .wp-block-columns .wp-block-column ul {
  padding: 0;
  margin: 0 0 0 0px;
  list-style: none;
  columns: 2;
}
#main .featured-section .wp-block-columns .wp-block-column ul li {
  display: block;
  position: relative;
  font-size: 24px;
  color: #16162b;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 0 5px 15px;
}
#main .featured-section .wp-block-columns .wp-block-column ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #851cc6;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
}
#main .featured-section.spec-sheets .wp-block-columns .wp-block-column:last-child {
  align-self: flex-end;
}
#main .featured-section.spec-sheets .wp-block-file {
  position: relative;
  margin-top: 25px;
}
#main .featured-section.spec-sheets .wp-block-file:before {
  content: '';
  background-image: url('/wp-content/uploads/2019/07/pdf-spec-icon.png');
  width: 43px;
  height: 43px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main .featured-section.spec-sheets .wp-block-file a {
  pointer-events: none;
  display: block;
  font-size: 24px;
  text-decoration: none;
  margin: 5px 0 5px 55px;
  color: #000;
  font-weight: bold;
}
#main .featured-section.spec-sheets .wp-block-file a.wp-block-file__button {
  pointer-events: all;
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
#main .featured-section.spec-sheets .wp-block-file a.wp-block-file__button:after {
  content: '';
  display: inline-block;
  background-image: url(/wp-content/uploads/2019/05/dl-icon.png);
  width: 20px;
  height: 12px;
  margin-left: 10px;
}
#main .featured-section.landing form {
  background-color: #fff;
  margin: 0 30px;
  padding: 30px;
  border-top: 6px solid #62059f;
  box-shadow: 0 0 6px #c3c3c3;
}
#main .featured-section.landing form .one_col .col {
  margin-bottom: 30px;
}
#main .featured-section.landing form .one_col .headline p {
  margin: 0 0 30px 0;
  font-size: 26px;
  font-weight: bold;
}
#main .featured-section.landing form .one_col input[type="text"],
#main .featured-section.landing form .one_col input[type="email"],
#main .featured-section.landing form .one_col select,
#main .featured-section.landing form .one_col textarea {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #010101;
  font-size: 18px;
  color: #010101;
  line-height: 1.2;
  text-indent: 10px;
  padding: 10px 0;
  outline: 0;
}
#main .featured-section.landing form .submit button {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: #ab40df;
  color: #fff;
  font-size: 20px;
  padding: 20px 50px;
  min-width: 1px;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
}
#main .featured-section.landing form .submit button:after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2019/05/white-arrow-right.png);
  background-size: 17px;
  width: 17px;
  height: 18px;
  margin-left: 10px;
  transform: rotate(45deg);
}
#main .featured-section.landing form .message.success {
  color: #62059f;
  margin-top: 30px;
  font-weight: bold;
}
#main .contact-form {
  padding: 0 0 80px 0;
}
#main .contact-form form .one_col,
#main .contact-form form .two_col {
  display: flex;
  margin: 0 0 2.5em 0;
}
#main .contact-form form .one_col .col,
#main .contact-form form .two_col .col {
  flex: 1;
  padding-right: 50px;
}
#main .contact-form form .one_col .col:last-child,
#main .contact-form form .two_col .col:last-child {
  padding-right: 0;
}
#main .contact-form form .one_col .col input,
#main .contact-form form .two_col .col input,
#main .contact-form form .one_col .col textarea,
#main .contact-form form .two_col .col textarea,
#main .contact-form form .one_col .col select,
#main .contact-form form .two_col .col select {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #010101;
  font-size: 18px;
  color: #010101;
  line-height: 1.2;
  text-indent: 10px;
  padding: 10px 0;
  outline: 0;
}
#main .contact-form form .one_col .col textarea,
#main .contact-form form .two_col .col textarea {
  padding: 10px;
  text-indent: 0;
  min-width: 100%;
  max-width: 100%;
}
#main .contact-form form .one_col .col label.error,
#main .contact-form form .two_col .col label.error {
  font-size: 13px;
  color: red;
}
#main .contact-form form .one_col ::placeholder,
#main .contact-form form .two_col ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #010101;
  opacity: 1;
  /* Firefox */
}
#main .contact-form form .one_col :-ms-input-placeholder,
#main .contact-form form .two_col :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #010101;
}
#main .contact-form form .one_col ::-ms-input-placeholder,
#main .contact-form form .two_col ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #010101;
}
#main .contact-form form .denotes {
  font-size: 14px;
  color: #6605a2;
  margin-top: -20px;
  letter-spacing: 0.1em;
}
#main .contact-form form .buttons .submit {
  margin: 15px 0 0 0;
  text-align: center;
}
#main .contact-form form .buttons .submit button {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: #ab40df;
  color: #fff;
  font-size: 20px;
  padding: 25px 50px;
  min-width: 400px;
  cursor: pointer;
  font-weight: 700;
}
#main .contact-form form .buttons .submit button:after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2019/05/white-arrow-right.png);
  background-size: 17px;
  width: 17px;
  height: 18px;
  margin-left: 10px;
  transform: rotate(45deg);
}
#main .contact-form form .message.success {
  color: green;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 10px 0 0 0;
}
#main #careers {
  padding: 0;
}
#main #careers .wp-block-columns .wp-block-column:first-child {
  flex-basis: 60%;
  min-height: 500px;
}
#main #careers .wp-block-columns .wp-block-column .employee {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -47px;
}
#main #careers .wp-block-columns .wp-block-column .employee img {
  display: block;
  max-width: 600px;
}
#main #careers form .one_col .col {
  margin-bottom: 30px;
}
#main #careers form .one_col .col label.error {
  font-size: 13px;
  color: red;
}
#main #careers form .one_col input[type="text"],
#main #careers form .one_col input[type="email"],
#main #careers form .one_col textarea,
#main #careers form .one_col select {
  width: 50%;
  display: block;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #010101;
  font-size: 18px;
  color: #010101;
  line-height: 1.2;
  text-indent: 10px;
  padding: 10px 0;
  outline: 0;
}
#main #careers form .one_col .headline {
  display: block;
  width: 100%;
}
#main #careers form .one_col .headline p {
  font-size: 19px;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
}
#main #careers form .buttons .submit {
  margin: 15px 0 0 0;
}
#main #careers form .buttons .submit button {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: #ab40df;
  color: #fff;
  font-size: 20px;
  padding: 25px 50px;
  min-width: 400px;
  cursor: pointer;
  font-weight: 700;
}
#main #careers form .buttons .submit button:after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2019/05/white-arrow-right.png);
  background-size: 17px;
  width: 17px;
  height: 18px;
  margin-left: 10px;
  transform: rotate(45deg);
}
#main #careers form .message.success {
  color: green;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 10px 0 0 0;
}
#main #resources {
  padding: 40px 0 40px 0;
}
#main #resources .cols {
  display: flex;
}
#main #resources .col {
  flex: 1;
  padding-right: 35px;
}
#main #resources .col.last {
  padding-right: 0;
}
#main #resources .col h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #16162b;
  font-weight: 700;
  margin: 30px 0 0 0;
}
#main #resources .col h3.headliner {
  margin: 30px 0;
  color: #16162b;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
#main #resources .col h3.headliner:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #e2e0f0;
  z-index: -1;
}
#main #resources .col p {
  color: #010101;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
#main #resources .col .see-all {
  margin: 40px 0 0 0;
}
#main #resources .col .see-all a {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
#main #resources .col .see-all a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main #resources .col .post {
  display: block;
  margin: 30px 0;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(35, 31, 32, 0.07);
  border-right: 7px solid #ab40df;
  transition: 0.5s;
}
#main #resources .col .post .inner {
  padding: 25px;
}
#main #resources .col .post .cat {
  font-size: 14px;
  display: block;
  color: #ab40df;
  font-weight: 700;
}
#main #resources .col .post h3 {
  color: #16162b;
  font-size: 24px;
  line-height: 1.2;
}
#main #resources .col .post .download {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
#main #resources .col .post .download:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/dl-icon.png');
  width: 20px;
  height: 12px;
  margin-left: 10px;
}
#main #resources .col .post:hover {
  background-size: 110%;
  box-shadow: 0px 10px 16px 10px rgba(35, 31, 32, 0.07);
}
#main #resources .col .post:hover .more {
  border-bottom: 1px solid #ab40df;
}
#main #home-news {
  padding: 0px 0 80px 0;
  display: block;
}
#main #home-news .left {
  flex: 1;
  align-self: center;
}
#main #home-news .left .featured {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 450px;
  display: block;
  text-decoration: none;
  box-shadow: 0px 33px 27px 0px rgba(35, 31, 32, 0.09);
}
#main #home-news .left .featured:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 9;
  transition: 0.25s;
}
#main #home-news .left .featured .text {
  position: absolute;
  background-color: #fff;
  padding: 25px;
  top: 0;
  left: 0;
  max-width: 40%;
}
#main #home-news .left .featured .text .cat {
  font-size: 14px;
  display: block;
  color: #ab40df;
  font-weight: 700;
}
#main #home-news .left .featured .text h3 {
  color: #16162b;
  font-size: 24px;
  line-height: 1.2;
}
#main #home-news .left .featured .text .more {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
#main #home-news .left .featured .text .more:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main #home-news .left .featured:hover:after {
  border-right: 7px solid #ab40df;
  border-top: 7px solid #ab40df;
  border-left: 7px solid #ab40df;
  border-bottom: 7px solid #ab40df;
}
#main #home-news .left .featured:hover .more {
  border-bottom: 1px solid #ab40df;
}
#main #home-news .left .see-all {
  text-align: right;
  margin: 60px 0 0 0;
}
#main #home-news .left .see-all a {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
#main #home-news .left .see-all a:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main #home-news .right {
  flex: 1;
  padding-left: 35px;
}
#main #home-news .right h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #16162b;
  font-weight: 700;
  margin: 30px 0 0 0;
}
#main #home-news .right h3.headliner {
  font-size: 14px;
  font-weight: 700;
  color: #16162b;
  position: relative;
}
#main #home-news .right h3.headliner:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #e2e0f0;
  z-index: -1;
}
#main #home-news .right p {
  color: #010101;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
#main #home-news .right .post {
  position: relative;
  display: block;
  margin: 30px 0;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(35, 31, 32, 0.07);
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: 0.5s;
}
#main #home-news .right .post:after {
  content: '';
  position: absolute;
  right: -7px;
  top: -7px;
  height: calc(100% + 7px);
  width: 7px;
  background-color: #ab40df;
}
#main #home-news .right .post .inner {
  padding: 25px;
}
#main #home-news .right .post .cat {
  font-size: 14px;
  display: block;
  color: #ab40df;
  font-weight: 700;
}
#main #home-news .right .post h3 {
  color: #16162b;
  font-size: 24px;
  line-height: 1.2;
}
#main #home-news .right .post .more {
  color: #ab40df;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
#main #home-news .right .post .more:after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2019/05/purple-arrow.png');
  width: 12px;
  background-size: 12px;
  height: 12px;
  margin-left: 10px;
}
#main #home-news .right .post:hover {
  border-top: 7px solid #ab40df;
  border-left: 7px solid #ab40df;
  border-bottom: 7px solid #ab40df;
}
#main #home-news .right .post:hover .more {
  border-bottom: 1px solid #ab40df;
}
#main .globe {
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(/wp-content/uploads/2019/05/globe-bg-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 564px;
  width: 506px;
  z-index: -1;
}
#download-popup,
#sample-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.74);
  overflow-y: scroll;
}
#download-popup .content-box,
#sample-popup .content-box {
  position: relative;
  margin: 3% auto;
  max-width: 980px;
  background-color: #fff;
}
#download-popup .content-box .close,
#sample-popup .content-box .close {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#download-popup .content-box .pad,
#sample-popup .content-box .pad {
  padding: 30px;
}
#download-popup .content-box .pad h3,
#sample-popup .content-box .pad h3 {
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}
#download-popup .content-box .pad form .one_col,
#sample-popup .content-box .pad form .one_col,
#download-popup .content-box .pad form .two_col,
#sample-popup .content-box .pad form .two_col {
  margin: 0 0 2.5em 0;
}
#download-popup .content-box .pad form .one_col .col:last-child,
#sample-popup .content-box .pad form .one_col .col:last-child,
#download-popup .content-box .pad form .two_col .col:last-child,
#sample-popup .content-box .pad form .two_col .col:last-child {
  padding-right: 0;
}
#download-popup .content-box .pad form .two_col,
#sample-popup .content-box .pad form .two_col {
  display: flex;
}
#download-popup .content-box .pad form .two_col .col,
#sample-popup .content-box .pad form .two_col .col {
  flex: 1;
  padding-right: 50px;
}
#download-popup .content-box .pad form input,
#sample-popup .content-box .pad form input,
#download-popup .content-box .pad form textarea,
#sample-popup .content-box .pad form textarea,
#download-popup .content-box .pad form select,
#sample-popup .content-box .pad form select {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #010101;
  font-size: 18px;
  color: #010101;
  line-height: 1.2;
  text-indent: 10px;
  padding: 10px 0;
  outline: 0;
}
#download-popup .content-box .pad form .headline,
#sample-popup .content-box .pad form .headline {
  display: block;
  width: 100%;
}
#download-popup .content-box .pad form .headline p,
#sample-popup .content-box .pad form .headline p {
  font-size: 19px;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
}
#download-popup .content-box .pad form .checkboxes,
#sample-popup .content-box .pad form .checkboxes {
  margin: 10px 0 0 0;
}
#download-popup .content-box .pad form .checkboxes .title,
#sample-popup .content-box .pad form .checkboxes .title {
  font-weight: 700;
  display: block;
}
#download-popup .content-box .pad form .checkboxes label,
#sample-popup .content-box .pad form .checkboxes label {
  display: inline-block;
  margin-right: 25px;
}
#download-popup .content-box .pad form .checkboxes label input,
#sample-popup .content-box .pad form .checkboxes label input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
#download-popup .content-box .pad form .checkboxes label.error,
#sample-popup .content-box .pad form .checkboxes label.error {
  display: none !important;
}
#download-popup .content-box .pad form .radio .title,
#sample-popup .content-box .pad form .radio .title {
  display: none;
}
#download-popup .content-box .pad form .radio label,
#sample-popup .content-box .pad form .radio label {
  display: inline-block;
  margin-right: 25px;
}
#download-popup .content-box .pad form .radio label input,
#sample-popup .content-box .pad form .radio label input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
#download-popup .content-box .pad form textarea,
#sample-popup .content-box .pad form textarea {
  padding: 10px;
  text-indent: 0;
  min-width: 100%;
  max-width: 100%;
}
#download-popup .content-box .pad form label.error,
#sample-popup .content-box .pad form label.error {
  font-size: 13px;
  color: red;
}
#download-popup .content-box .pad form .buttons .denotes,
#sample-popup .content-box .pad form .buttons .denotes {
  font-size: 14px;
  color: #6605a2;
  margin-top: -20px;
  letter-spacing: 0.1em;
}
#download-popup .content-box .pad form .buttons .submit,
#sample-popup .content-box .pad form .buttons .submit {
  margin: 15px 0 0 0;
  text-align: center;
}
#download-popup .content-box .pad form .buttons .submit button,
#sample-popup .content-box .pad form .buttons .submit button {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 0;
  background-color: #ab40df;
  color: #fff;
  font-size: 20px;
  padding: 25px 50px;
  min-width: 400px;
  cursor: pointer;
  font-weight: 700;
}
#download-popup .content-box .pad form .buttons .submit button:after,
#sample-popup .content-box .pad form .buttons .submit button:after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2019/05/white-arrow-right.png);
  background-size: 17px;
  width: 17px;
  height: 18px;
  margin-left: 10px;
  transform: rotate(45deg);
}
#download-popup .content-box .pad form .message.success,
#sample-popup .content-box .pad form .message.success {
  color: green;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 10px 0 0 0;
}
.featured-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 45%;
  background-color: #fff;
  box-shadow: 0px 6px 40px 0px rgba(35, 31, 32, 0.07);
  z-index: 999;
}
.featured-sticky .close {
  position: absolute;
  font-family: Arial;
  font-size: 32px;
  color: #fff;
  right: 10px;
  top: -9px;
  cursor: pointer;
  z-index: 2;
}
.featured-sticky .inner {
  padding: 50px 30px 30px 30px;
}
.featured-sticky .inner h2 {
  font-size: 18px;
  font-family: "proxima-nova";
  color: #16162a;
  font-weight: bold;
  text-align: left;
  margin: 0 0 15px;
  line-height: 1.2;
}
.featured-sticky .inner h2 a {
  color: #16162a;
  text-decoration: none;
}
.featured-sticky .inner h3 {
  font-size: 14px;
  font-family: "proxima-nova";
  color: #fff;
  padding: 5px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 15px;
  background-color: #5d1b9c;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 30px;
}
.featured-sticky .inner .btn {
  color: #5d1b9c;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.featured-sticky .inner .btn:before {
  content: '';
  display: block;
  background-color: #5d1b9c;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.featured-sticky .inner .btn:after {
  content: '';
  display: inline-block;
  background-image: url(/wp-content/uploads/2020/02/latest-news-arrow.png);
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.featured-sticky .inner .btn:hover:before {
  opacity: 1;
}
/* 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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* progress bar */
.slider-progress {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
}
.slider-progress .progress {
  width: 0%;
  height: 5px;
  background: #131129;
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*--------------------------------------------------------------
## Mobile / Responsive
--------------------------------------------------------------*/
@media (max-width: 1300px) {
  .container-lg {
    padding: 0 20px;
  }
  #masthead .container-lg .logo {
    left: 20px;
  }
  #masthead .container-lg #nav {
    right: 50px;
  }
}
@media (max-width: 1240px) {
  .home #main .front-top {
    max-width: 1140px;
  }
}
@media (max-width: 1140px) {
  .container {
    padding: 0 20px;
  }
  #main .featured-section {
    padding: 20px 20px 80px 20px;
  }
  .home #main .front-top .wp-block-columns .wp-block-column .market-block a,
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.industrial a,
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.pharma a {
    width: 23vw;
    height: 27vw;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.food a:hover {
    background-position: 0px 105%;
  }
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.explore a:hover {
    background-position: 0 108%;
  }
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.pharma a:hover {
    background-position: 3px 100%;
  }
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.industrial a:hover {
    background-position: 0 103%;
  }
  #main .callouts .header-cta,
  #main .callouts .header-cta.bottom {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1024px) {
  .home #main #markets .wp-block-columns .left .wp-block-column {
    padding: 25px;
  }
  .home #main #markets .wp-block-columns .right .slide h2 {
    line-height: 1;
  }
  .home #main #markets .wp-block-columns .right .slide {
    padding: 0 30px;
  }
  #main .wp-block-columns.market-categories .wp-block-column {
    max-width: 21%;
  }
}
@media (max-width: 1023px) {
  .home #main #markets .wp-block-columns .right .slide h2 {
    font-size: 38px;
  }
  .home #main #markets .wp-block-columns .right .slide p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 980px) {
  .home #main .front-top .wp-block-columns .wp-block-column h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  #masthead .container-lg #nav {
    display: none;
    visibility: hidden;
    opacity: 0;
    top: 65px;
    background-color: #fff;
    width: 100%;
    padding: 25px 10px;
    right: 0;
    box-shadow: 0 10px 10px #e9e9e9;
    transition: visibility 0.25s, top 0.25s, opacity 0.25s;
  }
  #masthead .container-lg #nav ul {
    display: block;
  }
  #masthead .container-lg #nav ul li {
    padding: 10px 0;
    text-align: right;
  }
  #masthead .container-lg #nav ul li a {
    display: inline-block;
  }
  #masthead .container-lg #nav ul li.menu-item-has-children {
    height: auto;
  }
  #masthead .container-lg #nav ul li.menu-item-has-children:after {
    display: none;
  }
  #masthead .container-lg #nav ul li.menu-item-has-children .sub-menu {
    position: relative;
    right: 0;
    top: 0px !important;
    left: auto;
    width: 100%;
    margin: 0;
    visibility: visible;
    opacity: 1;
    padding: 0px 0 0px;
  }
  #masthead .container-lg #nav ul li.menu-item-has-children .sub-menu:before {
    display: none;
  }
  #masthead .container-lg #nav ul li.menu-item-has-children .sub-menu .sub-menu {
    display: none;
    position: relative;
    top: 0 !important;
    left: 0;
    right: 0;
    padding: 0;
  }
  #masthead .container-lg #nav ul li.menu-item-has-children .sub-menu .sub-menu li a {
    font-size: 12px;
  }
  #masthead .container-lg #search .search-form {
    margin-top: 40px;
    margin-right: 0;
  }
  .searchOpen #masthead .container-lg #nav {
    right: 0;
  }
  .home #main #markets .wp-block-columns {
    display: block;
  }
  .home #main #markets .wp-block-columns .right {
    height: 450px;
  }
  #main #home-news,
  #main #resources .cols {
    display: block;
  }
  #main #home-news .left,
  #main #resources .col {
    padding-right: 0;
  }
  #main #home-news .left .featured {
    width: 100%;
  }
  #main #home-news .left .featured .text {
    max-width: 100%;
    width: 100%;
  }
  #main #home-news .right {
    padding-left: 0;
  }
  #main #home-news .right h2,
  #main .callouts .wp-block-columns .wp-block-column h2,
  #main #resources .col h2,
  .single #main .entry-header h1 {
    font-size: 40px;
  }
  .single #main .entry-header h1 {
    max-width: 75%;
  }
  .single #main .entry-content .left {
    padding-right: 40px;
  }
  .single #main .entry-content .right {
    flex-basis: 60%;
  }
  #main .wp-block-columns.title {
    display: block;
  }
  #main .wp-block-columns.title h1 {
    font-size: 48px;
    line-height: 1.1;
  }
  #main .wp-block-columns.title .wp-block-image {
    text-align: center;
  }
  #main .wp-block-columns.title .wp-block-column:last-child {
    padding-left: 0;
    padding-top: 30px;
  }
  #main .wp-block-columns.market-categories {
    flex-wrap: wrap;
    margin: 0;
  }
  #main .wp-block-columns.market-categories .wp-block-column {
    max-width: 46.5%;
    flex-basis: 46.5%;
    margin-bottom: 50px;
  }
  #main .wp-block-columns.market-categories .wp-block-column:nth-child(2n+2) {
    margin-right: 0;
  }
  #main .featured-section .wp-block-columns .wp-block-column ul li {
    font-size: 20px;
  }
  #main .wp-block-columns.big-3 .wp-block-column {
    padding: 0 7%;
  }
  #main .wp-block-columns.big-3 h2 {
    font-size: 80px;
  }
  .blog #main #home-news .right {
    margin-top: 50px;
  }
  #main #careers .wp-block-columns .wp-block-column .employee {
    bottom: -34px;
    max-width: 50%;
  }
  .site-footer .connect {
    padding: 100px 00px 50px 00px;
  }
  .site-footer .connect h2,
  .site-footer .connect a {
    font-size: 40px;
  }
  .site-footer .connect a:after {
    background-size: 20px;
    background-repeat: no-repeat;
    position: relative;
    top: 9px;
  }
  .site-footer .copyright .menu-footer-menu-container {
    position: relative;
    text-align: left;
  }
  .site-footer .copyright .menu-footer-menu-container ul li {
    padding: 0 15px 15px 0;
  }
  #download-popup,
  #sample-popup {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .container-sm {
    padding: 0 20px;
  }
  .home #main .front-top {
    padding-top: 390px;
  }
  .home #main .front-top .wp-block-columns {
    display: block;
  }
  .home #main .front-top .wp-block-columns .wp-block-column:last-child {
    max-width: 100%;
    height: 350px;
  }
  .home #main .front-top .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .home #main .front-top .wp-block-columns .wp-block-column h2 {
    font-size: 32px;
  }
  .home #main .front-top .wp-block-columns .wp-block-column .market-block a,
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.industrial a,
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.pharma a {
    width: 44vw;
    height: 50vw;
  }
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.explore a {
    background-position: 0 -9px;
  }
  .home #main .front-top .wp-block-columns .wp-block-column .market-block.industrial a {
    background-position: 0 1px;
  }
  .home #main #markets .wp-block-columns .right {
    height: 490px;
  }
  .home #main #markets .wp-block-columns .right .slide h2 {
    font-size: 30px;
  }
  .home #main #about .wp-block-columns {
    display: block;
  }
  .home #main #about .wp-block-columns .wp-block-column {
    padding-right: 0;
  }
  .home #main #about:before {
    width: 100%;
  }
  #main #home-news .right h2 {
    font-size: 30px;
  }
  #main #home-news .left .featured .text h3,
  #main #home-news .right .post h3 {
    font-size: 20px;
  }
  #main .callouts .wp-block-columns,
  #main .featured-section .wp-block-columns {
    display: block;
  }
  #main .featured-section .wp-block-columns .wp-block-column {
    padding-right: 0;
  }
  #main .callouts .header-cta {
    width: 100%;
  }
  #main .wp-block-columns.title h2,
  #main .featured-section .wp-block-columns .wp-block-column h2,
  #main .callouts .wp-block-columns .wp-block-column h2 {
    font-size: 36px;
  }
  #main .wp-block-columns.market-categories {
    display: block;
  }
  #main .wp-block-columns.market-categories .wp-block-column {
    max-width: 100%;
    margin-right: 0;
  }
  #main #home-news .left .featured {
    height: 350px;
    background-size: auto 230px;
    background-position: top;
  }
  #main .wp-block-columns.big-3 {
    display: block;
  }
  #main .wp-block-columns.big-3 .wp-block-column {
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  #main .about {
    display: block;
  }
  #main .about li {
    margin-right: 0;
  }
  .single #main .entry-header h1 {
    font-size: 36px;
    max-width: 100%;
  }
  .single #main .entry-content {
    display: block;
  }
  .single #main .entry-content .left {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .blog #main .main-posts,
  .archive #main .main-posts {
    display: block;
  }
  .blog #main .main-posts .post,
  .archive #main .main-posts .post {
    margin-right: 0;
  }
  .blog #main .heading h2,
  .archive #main .heading h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .blog #main .filters .filter-posts ul li,
  .archive #main .filters .filter-posts ul li {
    padding: 5px 10px 5px 0;
  }
  .blog #main .filters .filter-posts ul li a,
  .archive #main .filters .filter-posts ul li a {
    font-size: 14px;
  }
  .blog #main .main-posts .post h3,
  .archive #main .main-posts .post h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  #main .wp-block-columns.contact {
    display: block;
  }
  #main .wp-block-columns.contact .wp-block-column {
    padding-right: 0;
  }
  #main .contact-form form .buttons .submit button {
    min-width: 1px;
  }
  #main #careers .wp-block-columns {
    display: block;
  }
  #main #careers .wp-block-columns .wp-block-column:first-child {
    min-height: 1px;
  }
  #main #careers .wp-block-columns .wp-block-column .employee {
    display: none;
  }
  .site-footer .connect {
    padding: 150px 0 50px 0;
  }
  .site-footer .copyright .menu-footer-menu-container ul {
    display: block;
  }
  .site-footer .copyright .menu-footer-menu-container ul li a {
    display: inline-block;
  }
  #download-popup .content-box .pad,
  #sample-popup .content-box .pad {
    padding: 20px;
  }
  #download-popup .content-box .pad form .two_col,
  #sample-popup .content-box .pad form .two_col {
    display: block;
  }
  #download-popup .content-box .pad form .two_col .col,
  #sample-popup .content-box .pad form .two_col .col {
    padding-right: 0;
    margin-bottom: 2.5em;
  }
  #download-popup .content-box .pad form .buttons .submit button,
  #sample-popup .content-box .pad form .buttons .submit button {
    min-width: 1px;
  }
  .featured-sticky {
    max-width: 80%;
  }
}
/* custom timeline stuff */
.ctl-instant-timeline .timeline-content .story-details h3 {
  font-weight: bold;
  position: relative;
  font-size: 24px !important;
  padding-bottom: 10px;
}
.ctl-instant-timeline .timeline-content .story-details p {
  /*important unfortunately needed to override plugin inline styles*/
  font-size: 18px !important;
  line-height: 26px !important;
  color: #010101;
  margin: 0 0 2.5em 0;
  letter-spacing: 0.1em;
}
.ctl-instant-timeline .timeline-content .story-details h3:before {
  content: '';
  position: absolute;
  left: -17px;
  top: -4px;
  width: 29px;
  height: 29px;
  background-color: #e2e0f0;
  z-index: -1;
}
.ctl-instant-timeline:before {
  width: 1px;
  opacity: 1;
  background: #000;
}
.ctl-instant-timeline .timeline-content:last-child {
  background: #fff;
  /* hides tail end of timeline...*/
}
.ctl-instant-timeline {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 25px;
  margin-bottom: 80px;
}
.ctl-instant-timeline .timeline-content:before {
  top: 0;
}
.ctl-instant-timeline .ctl-row {
  padding: 0;
}
.ctl-instant-timeline.both-sided .timeline-content:nth-child(odd) > div > div:nth-child(even) {
  padding-left: 60px;
}
.ctl-instant-timeline .timeline-content:nth-child(odd) .story-details:before,
.ctl-instant-timeline .timeline-content:nth-child(even) .story-details:before {
  display: none;
}
.ctl-instant-timeline .timeline-content .story-details {
  background: transparent;
  box-shadow: none;
  border-radius: none;
  padding: 0;
  max-width: 320px;
}
.ctl-instant-timeline .timeline-content:nth-child(odd) .story-details {
  border-left: none;
}
.ctl-instant-timeline .timeline-content:nth-child(even) .story-details {
  border-right: none;
  text-align: left;
}
.ctl-instant-timeline .timeline-content:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #580091;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
  z-index: 1;
}
.ctl-instant-timeline .timeline-content:after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0;
  top: -4px;
  margin: auto;
  z-index: 0;
}
#main .content.pb-3 {
  padding-bottom: 10px;
}
#main .content p.wp-block-column-p {
  color: #16162b;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
  margin: 30px 0;
}
.advanced-custom-form .checkboxes .field input {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px !important;
  text-align: left;
}
.advanced-custom-form .checkboxes .field {
  position: relative;
  padding-left: 30px;
}
.advanced-custom-form .checkboxes {
  position: relative;
}
.checkboxes .title {
  display: none;
}
/*accordions*/
.accordion h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.accordion-trigger {
  background: none;
  transition: all 0.25s;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 1em 5px;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
  font-weight: bold;
  cursor: pointer;
}
.accordion-trigger:hover {
  background: #ececec;
}
.accordion button {
  border-style: none;
}
.accordion button::-moz-focus-inner {
  border: 0;
}
.accordion-title {
  display: block;
  pointer-events: none;
  padding: 0.25em;
  outline: none;
}
.accordion-trigger:focus .accordion-title {
  border-color: hsl(216, 94%, 43%);
}
.accordion-icon {
  border: solid currentcolor;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}
.accordion-trigger:focus .accordion-icon,
.accordion-trigger:hover .accordion-icon {
  border-color: hsl(216, 94%, 43%);
}
.accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}
.accordion-panel {
  margin: 0;
  padding: 1em 1.5em;
}
/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
  display: none;
}
.panel-container {
  border-bottom: 1px solid #851cc6;
}
.accordion-trigger:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-right: 1px solid #851cc6;
  border-top: 1px solid #851cc6;
  transform: rotate(135deg) translate(-3px, 1px);
  margin-right: 1rem;
  transition: all 0.25s;
}
.accordion-trigger[aria-expanded=true]:before {
  transform: rotate(45deg);
}
