/*  ==========================================================================
	UTILITIES
	Global mixins, functions, etc.
	==========================================================================  */
/*! normalize.css v6.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,aside,footer,header,nav,section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,figure,main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 2.5rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,kbd,samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,input,optgroup,select,textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
[type="reset"],[type="submit"],button,html [type="button"] {
  -webkit-appearance: button;
          appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
          appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          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;
          appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*   Helper Functions
	--------------------------------------------------------------------------  */
/**
 * Converts PX to EM
 * @param {integer} $px   Pixel value
 * @param {integer} $base Base font size
 */
/**
 * Converts PX to REM
 * @param {integer} $px   Pixel value
 * @param {integer} $base Base font size
 */
/**
 * Custom easing
 * https://css-tricks.com/snippets/sass/easing-map-get-function/
 * @author Sean Dempsey
 * @param {string} $key Name of ease
 */
/**
 * Asset URL Builder
 * @access private
 * @param {String} $type Asset type, matching folder name
 * @param {String} $file Asset file name, including extension
 * @return {URL} A `url()` function leading to the asset
 */
/**
 * Image Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the image
 * @require {function} asset
 */
/**
 * Font Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/**
 * Searches and replaces in a string
 * @param {String} $string Initial string
 * @param {String} $search Substring to replace
 * @param {String} $replace ('') New value
 * @return {String} Updated string
 */
/*   Global Mixins
	--------------------------------------------------------------------------  */
/**
 * Centers element within relative parent
 */
/**
 * Vertically centers element within relative parent
 */
/**
 * Maintains aspect ratio of element based on
 * width and height values given
 */
/**
 * Applies clearfix to element
 */
/**
 * Expands element to "cover" relative parent
 */
/**
 * Creates CSS triagle
 * @param {string} $direction Triangle direction, either `top`, `right`, `bottom` or `left`
 * @param {color} $color Triangle color
 * @param {integer} $size Triangle size
 */
/**
 * Applies font-smoothing
 */
/**
 * Customizes browser scroll bars (does not work in all browsers)
 * @author Hugo Giraudel
 * @param {size} $size Horizontal scrollbar's height and vertical scrollbar's width
 * @param {color} $foreground-color Scrollbar's color
 * @param {color} $background-color [mix($foreground-color, white, 50%)] Scrollbar's color
 */
/**
 * Positions element
 * @param {position} $position Either `relative`, `absolute` or `fixed`
 * @param {distance} $top Top offset
 * @param {distance} $right Right offset
 * @param {distance} $bottom Bottom offset
 * @param {distance} $left Left offset
 */
/**
 * Absolute positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Relative positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Fixed positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Event Wrapper
 * @author Harry Roberts
 * @param {Bool} $self (false) - Whether or not to include current selector
 * @see https://twitter.com/csswizardry/status/478938530342006784 Original tweet from Harry Roberts
 *
 * Example Usage:
 * .example {
 *     text-decoration: none;
 *
 *     @include on-event {
 *         text-decoration: underline;
 *     }
 * }
 */
/**
 * Positions element to account for WordPress admin bar "bump"
 */
/**
 * Horizontally centers block element
 */
/**
 * Hides element accessibly
 */
/**
 * Flex styles wrappers
 */
/**
 * Sets webkit tap highlight color
 * @type {[type]}
 */
/**
 * Convers Photoshop letter spacing value to EM
 */
/**
 * Sizes element to be square
 */
/**
 * Sets form element placeholder text color
 */
/**
 * Adds BankProv custom animated underline to text links
 */
/*  ==========================================================================
	BASE

	Base mixins, layout, and styles
	==========================================================================  */
.c-product-slider-nav__list {
  overflow-x: auto; }

.c-section--testimonial .c-shadow-box {
  background: #fff; }

h2.blue-header {
  color: #4d6289; }

h2 {
  color: #172643; }

.video-link:after {
  -o-transition: -o-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  background: url("/wp-content/themes/randori/dist/images/global/icon--play_dd2864d2.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 118px;
  content: "";
  display: block;
  height: 118px;
  left: 50%;
  margin-left: -3.6875rem;
  margin-top: -3.6875rem;
  position: absolute;
  top: 50%;
  transition: transform .2s;
  width: 118px; }

.video-link:hover:after {
  transform: scale(1.25); }

.c-notification__inner {
  position: static; }

.c-notification + .c-header {
  top: 61px; }

.tabbed-content .tns-horizontal.tns-subpixel > .tns-item {
  top: 0;
  display: none; }

.tabbed-content #tns1 > .tns-item {
  display: none;
  background: #fff;
  transition-duration: 0.2s;
  animation-duration: 0.2s; }

.tabbed-content #tns1 > .tns-item.tns-fadeIn {
  display: block;
  transition-duration: 0.5s;
  animation-duration: 0.5s; }

.js-feature-slider {
  overflow: hidden; }

.c-intro--home a {
  color: #fff;
  text-decoration: none; }

/*   Maps
	--------------------------------------------------------------------------  */
/**
 * Susy layout
 * http://susydocs.oddbird.net/en/latest/
 *
 * This map only needed if planning to change the global defaults
 */
/**
 * Breakpoints
 */
/*SCSS_BREAKPOINT_VARS*/
/*END_SCSS_BREAKPOINT_VARS*/
/**
 * Z-indices
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/*   Base Functions
	--------------------------------------------------------------------------  */
/**
 * Sets z-index with map value
 */
/**
 * Sets color with map value
 */
/**
 * Sets font-family with map value
 */
/**
 * Sets font-weight with map value
 */
/*   Base Mixins
	--------------------------------------------------------------------------  */
/**
 * Builds media query with either a map or unit value
 * Example: @include respond-to(small)
 * Example: @include respond-to(599px, 'max')
 */
/**
 * Builds min/max media query for "in between" breakpoints
 */
body .c-button {
  border: none; }

body .c-skewed--rev {
  transform: none !important; }

body .hs-form .hs-button.primary.large {
  font-family: "acumin-pro-extra-condensed", sans-serif; }

body .c-notification__inner {
  background-color: #D9021A; }

body .c-tag {
  background-color: transparent;
  color: #D9021A; }

body .u-bg--intro {
  background: #171616; }

body .c-header__actions .c-button {
  text-transform: uppercase;
  letter-spacing: .1rem; }

body .c-header__item {
  font-size: 1.8rem; }

body .c-container--team__header {
  background-color: rgba(23, 22, 22, 0.8); }
  body .c-container--team__header h5 {
    font-family: "acumin-pro-extra-condensed", sans-serif; }

body .c-container--board:hover .c-container--board__figure {
  background-color: #171616; }

body .c-container--board__header h5,body .c-container--board__header h6 {
  font-family: "acumin-pro-wide", sans-serif; }

body .o-grid h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-transform: none; }

body .c-section {
  padding: 3em 0 !important; }
  body .c-section > .u-padding-top--1,body .c-section > .u-padding-top--2,body .c-section > .u-padding-top--3,body .c-section > .u-padding-top--4,body .c-section > .u-padding-top--5,body .c-section > .u-padding-top--6,body .c-section > .u-padding-top--7,body .c-section > .u-padding-top--8,body .c-section > .u-padding-top--9 {
    padding-top: 3em !important; }
  body .c-section > .u-padding-bottom--1,body .c-section > .u-padding-bottom--2,body .c-section > .u-padding-bottom--3,body .c-section > .u-padding-bottom--4,body .c-section > .u-padding-bottom--5,body .c-section > .u-padding-bottom--6,body .c-section > .u-padding-bottom--7,body .c-section > .u-padding-bottom--8,body .c-section > .u-padding-bottom--9 {
    padding-bottom: 3em !important; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

body {
  font-family: "acumin-pro-wide", sans-serif;
  color: #171616; }
  body h1,body h2,body h3,body h4,body h5,body h6 {
    font-family: "acumin-pro-extra-condensed", sans-serif;
    color: #171616;
    text-transform: uppercase; }
  body h1,body h1 a {
    font-weight: bold;
    letter-spacing: 0.0625rem;
    font-size: 3.75rem;
    line-height: 4.375rem; }
  body h2 {
    font-weight: bold;
    letter-spacing: 0.0625rem;
    font-size: 2.8125rem;
    line-height: 3.125rem; }
  body h3 {
    font-size: 2.125rem;
    line-height: 2.75rem; }
  body h4,body h5,body h6 {
    text-transform: none !important; }
  body li,body ol,body p,body p span,body ul {
    font-family: "acumin-pro-wide", sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.8125rem; }
  body a {
    color: #0071E3;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    text-transform: uppercase; }
  body p a {
    font-family: "acumin-pro-wide", sans-serif;
    text-transform: none; }
  body .o-grid__cell {
    font-size: 1.25rem; }
  body.single-resources figure.o-grid__cell {
    width: 100%; }

/*  ==========================================================================
	LAYOUTS
	Self-contained layouts and elements
	==========================================================================  */
body .c-resource__meta {
  font-family: "acumin-pro-extra-condensed", sans-serif; }

body .c-container--post.c-container--post-featured .c-container--post__content,body .c-resource__content {
  color: #8396a6;
  font-family: "acumin-pro-wide", sans-serif; }

body .c-resource__header {
  border-bottom: none; }

body .c-resource__content {
  padding: 0 2.125rem 2.1875rem;
  max-height: 182px;
  overflow: hidden;
  margin-bottom: 2rem;
  font-size: 1rem; }

.c-container--post.c-container--post-featured,.c-resource--featured {
  position: relative;
  border-top: none !important; }
  .c-container--post.c-container--post-featured::before,.c-resource--featured::before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    height: 8px;
    width: 100%;
    background-color: transparent;
    transition: 0.3s ease background-color; }
  .c-container--post.c-container--post-featured:hover::before,.c-resource--featured:hover::before {
    background-color: #0071E3;
    transition: 0.3s ease background-color; }
  .c-container--post.c-container--post-featured .c-container--post__content .c-resource__meta,.c-container--post.c-container--post-featured .c-resource__header .c-resource__meta,.c-resource--featured .c-container--post__content .c-resource__meta,.c-resource--featured .c-resource__header .c-resource__meta {
    color: #212020; }
  .c-container--post.c-container--post-featured .c-container--post__content h1.c-headline--resource a,.c-container--post.c-container--post-featured .c-container--post__content h1.c-headline--resource a a,.c-container--post.c-container--post-featured .c-resource__header h1.c-headline--resource a,.c-container--post.c-container--post-featured .c-resource__header h1.c-headline--resource a a,.c-resource--featured .c-container--post__content h1.c-headline--resource a,.c-resource--featured .c-container--post__content h1.c-headline--resource a a,.c-resource--featured .c-resource__header h1.c-headline--resource a,.c-resource--featured .c-resource__header h1.c-headline--resource a a {
    color: #0071E3; }
  .c-container--post.c-container--post-featured .c-container--post__content .c-headline--post,.c-container--post.c-container--post-featured .c-resource__header .c-headline--post,.c-resource--featured .c-container--post__content .c-headline--post,.c-resource--featured .c-resource__header .c-headline--post {
    font-size: 1.5rem;
    font-weight: bold; }
    .c-container--post.c-container--post-featured .c-container--post__content .c-headline--post a,.c-container--post.c-container--post-featured .c-resource__header .c-headline--post a,.c-resource--featured .c-container--post__content .c-headline--post a,.c-resource--featured .c-resource__header .c-headline--post a {
      color: #0071E3; }

.c-headline--resource a:hover {
  color: #0071E3 !important; }

.c-archive__item.c-archive__item--active .c-archive__link:after {
  background-color: #0071E3; }

.c-archive__item .c-archive__link:hover:after {
  background-color: #0071E3; }

.page-template-page-with-flex .c-intro--home {
  padding-top: 10rem; }

.page-template-page-with-flex .c-section.two-column-content-and-image {
  padding-top: 2rem;
  padding-bottom: 2rem !important; }
  .page-template-page-with-flex .c-section.two-column-content-and-image:first-of-type {
    background-color: green;
    margin-top: 3.125rem; }

section.c-intro.c-intro--home.has-animation {
  padding-bottom: 0; }

section.c-intro.c-intro--home .c-intro__copy.u-color--white a:not(.c-button) {
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.00938rem;
  line-height: 2.125rem; }

section.c-intro.c-intro--home p {
  color: #fff; }

section.c-intro.c-intro--home .c-intro__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

section.c-intro.c-intro--home .c-intro__graphic {
  top: 40%; }
  section.c-intro.c-intro--home .c-intro__graphic.has-animation {
    position: relative;
    width: auto; }

.c-intro__content .c-headline--intro {
  margin-bottom: 2rem;
  font-size: 5.5rem !important;
  line-height: 5.5rem; }

.c-video-testimonial .c-video-testimonial__content::after {
  transform: rotate(180deg); }

.c-section--testimonial .c-shadow-box__link:hover h3 {
  text-decoration: underline;
  -webkit-text-decoration-color: #0071E3;
          text-decoration-color: #0071E3; }

.c-section--testimonial .c-shadow-box .o-grid__cell:last-of-type::after {
  content: none; }

.white-popup.wistia-popup {
  padding: 0; }

.c-shadow-box__link h3 {
  transition: 0.3s ease color; }

.c-shadow-box__link:hover h3 {
  text-decoration: none !important;
  color: #0071E3;
  transition: 0.3s ease color; }

.c-shadow-box__link p {
  text-transform: none; }

.c-skewed-intro {
  transform: none !important; }

.c-skewed-intro.u-bg--athens,.u-bg--athens,section.u-bg--athens {
  background-color: #F9F9F9 !important; }

.c-home--trust__list .c-home--trust__item img {
  max-height: 35px; }

.c-home--trust__list .c-home--trust__item:last-of-type {
  margin-bottom: 0; }

.leadinModal#leadinModal-992753 .leadinModal-content {
  background-color: #171616 !important; }

.leadinModal .leadinModal-description-body a {
  color: #0071E3;
  font-family: "acumin-pro-wide", sans-serif; }

.leadinModal a.leadin-advance-button {
  background-color: #0071E3 !important;
  text-transform: uppercase;
  color: #ffffff !important;
  font-family: "acumin-pro-extra-condensed", sans-serif !important;
  font-size: 1.125rem !important;
  letter-spacing: .06rem !important;
  font-weight: bold !important; }

.c-notification__inner.js-notification-bar .c-button.c-button--blue {
  top: 4px;
  color: #fff !important;
  margin-bottom: 0.75rem; }

.c-product-slider-nav .c-product-slider-nav__list {
  height: auto; }

.c-product-slider-nav__item .c-product-slider-nav__link {
  font-size: 1.4rem;
  font-weight: 600;
  color: #171617;
  transition: 0.3s ease color;
  border-bottom: 2px solid transparent; }
  .c-product-slider-nav__item .c-product-slider-nav__link:hover {
    border-bottom: 2px solid #D9021A;
    transition: 0.3s ease all;
    color: #171617; }
  .c-product-slider-nav__item .c-product-slider-nav__link.active {
    color: #171617;
    border-bottom: 2px solid #D9021A; }
    .c-product-slider-nav__item .c-product-slider-nav__link.active::after {
      content: none; }

.c-product-slider__slide .c-product-slider__content h6 {
  color: #D9021A;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  line-height: 1.625rem;
  text-transform: uppercase !important; }

.c-two-column-cta .o-grid__cell .c-button.button-black {
  background-color: #000;
  border-color: #000; }

.c-two-column-cta .o-grid__cell .c-button.button-red {
  background-color: #D9021A;
  border-color: #D9021A; }

.c-section--process .c-shadow-box {
  background: #fff; }

.c-section--process .c-shadow-box .o-grid__cell::after {
  content: "";
  position: absolute;
  background: #8396a6;
  display: block;
  background: #8396a6;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%; }

.c-section--process .c-shadow-box .o-grid__cell:last-of-type::after {
  content: none !important; }

.c-section--process .c-shadow-box .o-grid__cell {
  text-decoration: none; }

.c-section--process .c-shadow-box a.o-grid__cell .u-color--black {
  transition: ease all 0.4s 0s; }

.c-section--process .c-shadow-box a.o-grid__cell:hover .u-color--black {
  color: #da011b; }

.c-section--process .pre-heading {
  margin: 0;
  opacity: 0.5;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase; }

.c-section--process .heading {
  font-size: 2.4rem;
  line-height: 2.3rem; }

.c-product-feature h2.c-headline--section.--large {
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-transform: none; }

body.logged-in.admin-bar .c-notification.js-notification {
  position: relative; }

body.logged-in.admin-bar .c-notification__inner {
  top: 32px !important; }

.two-column-content-and-image .c-product-feature__figure {
  max-width: 100%; }

.c-newsletter-alt {
  overflow: hidden; }

section.c-section:not(.c-newsletter-alt) .cta-single-form {
  margin-top: 4.0625rem;
  position: relative; }

section.c-intro.c-intro--home .c-intro__copy.u-color--white a:not(.c-button) {
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.00938rem;
  line-height: 2.125rem; }

.c-section--board .c-container--board .c-container--board__header {
  padding: 2em; }

.c-section--board .c-container--board .c-container--board__figure img {
  width: 101%; }

/*  ==========================================================================
	PARTIALS
	Template partials
	==========================================================================  */
body .hbspt-form label,body .hbspt-form label strong,body p .hbspt-form label,body p .hbspt-form label strong {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

body .hbspt-form .input input,body .hbspt-form .input select,body p .hbspt-form .input input,body p .hbspt-form .input select {
  font-family: "acumin-pro-wide", sans-serif; }

body .hbspt-form .hs-richtext.hs-main-font-element p,body p .hbspt-form .hs-richtext.hs-main-font-element p {
  font-family: "acumin-pro-wide", sans-serif; }
  body .hbspt-form .hs-richtext.hs-main-font-element p span,body p .hbspt-form .hs-richtext.hs-main-font-element p span {
    font-size: initial !important; }
    body .hbspt-form .hs-richtext.hs-main-font-element p span a,body p .hbspt-form .hs-richtext.hs-main-font-element p span a {
      color: #0071E3 !important; }

body .field.hs-form-field input,body input[type=date],body input[type=datetime-local],body input[type=datetime],body input[type=email],body input[type=number],body input[type=password],body input[type=search],body input[type=tel],body input[type=text],body input[type=time] {
  background-color: #F9F9F9;
  border: 1px solid #b1b1b1; }

body .field.hs-form-field input:focus,body input[type=date]:focus,body input[type=datetime-local]:focus,body input[type=datetime]:focus,body input[type=email]:focus,body input[type=number]:focus,body input[type=password]:focus,body input[type=search]:focus,body input[type=tel]:focus,body input[type=text]:focus,body input[type=time]:focus {
  background-color: #f3f3f3; }

body label span {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.8125rem; }

body .c-notification__inner.js-notification-bar .c-button.c-button--blue {
  border: none; }
  body .c-notification__inner.js-notification-bar .c-button.c-button--blue:hover {
    background-color: #171616; }

body .c-button,body .c-intro--home .hs-form .hs-submit .hs-button,body .cta-single-form .hs-form .hs-submit .hs-button,body .hs-form .hs-button.primary,body .hs-submit .hs-button,body p a.c-button {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  text-align: center;
  color: #171616;
  background-color: #ffba08;
  border: 1px solid #ffba08;
  text-transform: uppercase;
  line-height: 3rem; }
  body .c-button.c-button-red,body .c-intro--home .hs-form .hs-submit .hs-button.c-button-red,body .cta-single-form .hs-form .hs-submit .hs-button.c-button-red,body .hs-form .hs-button.primary.c-button-red,body .hs-submit .hs-button.c-button-red,body p a.c-button.c-button-red {
    background-color: #D9021A;
    border: 1px solid #D9021A; }
  body .c-button:hover,body .c-intro--home .hs-form .hs-submit .hs-button:hover,body .cta-single-form .hs-form .hs-submit .hs-button:hover,body .hs-form .hs-button.primary:hover,body .hs-submit .hs-button:hover,body p a.c-button:hover {
    background-color: #ffba08; }

.c-notification__inner.js-notification-bar .c-button.c-button--blue {
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1875rem;
  line-height: 1.5rem;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  text-transform: uppercase;
  color: #171616;
  height: auto;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .c-notification__inner.js-notification-bar .c-button.c-button--blue:hover {
    background-color: transparent !important;
    transform: none; }
    .c-notification__inner.js-notification-bar .c-button.c-button--blue:hover::after {
      left: 7px;
      transition: 0.3s ease left; }
  .c-notification__inner.js-notification-bar .c-button.c-button--blue::after {
    content: '';
    background-image: url("data:image/svg+xml,%3csvg width='21' height='10' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.175.586L20.99 9.4.97 8.794l.06-1.999 14.979.454L10.761 2z' fill='white' fill-rule='nonzero'/%3e%3c/svg%3e");
    background-size: 21px 9px;
    background-repeat: no-repeat;
    width: 21px;
    height: 9px;
    left: 0;
    position: relative;
    transition: 0.3s ease left; }

header.c-header .c-header__item a {
  padding: .95rem 0;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 1.4rem; }

header.c-header .c-header__sub-list {
  min-width: 150px; }
  header.c-header .c-header__sub-list .c-header__item a {
    color: #171616;
    text-decoration: none;
    font-family: "acumin-pro-wide";
    font-size: .95rem;
    line-height: 0.8em;
    text-transform: none;
    font-weight: 300;
    letter-spacing: -.01rem; }
    header.c-header .c-header__sub-list .c-header__item a:hover {
      text-decoration: none;
      color: #0071E3; }

header.c-header .c-header__sub-grid {
  background: #ffffff; }

header.c-header .js-nav-close {
  font-size: 0; }
  header.c-header .js-nav-close::after,header.c-header .js-nav-close::before {
    content: '';
    position: absolute;
    top: 55%;
    left: 45%;
    width: 80%;
    height: 2px;
    background-color: #2b323a; }
  header.c-header .js-nav-close::before {
    transform: translate(-50%, -50%) rotate(45deg); }
  header.c-header .js-nav-close::after {
    transform: translate(-50%, -50%) rotate(-45deg); }

footer.c-footer {
  background: #171616;
  background-color: #171616; }
  footer.c-footer .c-footer__nav {
    font-family: "acumin-pro-extra-condensed", sans-serif; }
    footer.c-footer .c-footer__nav .c-footer__item {
      font-size: 1.325rem; }
      footer.c-footer .c-footer__nav .c-footer__item span {
        font-family: "acumin-pro-extra-condensed", sans-serif;
        text-transform: uppercase;
        font-size: 1.6rem; }
      footer.c-footer .c-footer__nav .c-footer__item > a:not(.c-button) {
        font-family: "acumin-pro-extra-condensed", sans-serif;
        font-size: 1.6rem; }
    footer.c-footer .c-footer__nav .c-footer__sub-list {
      font-size: 1.3rem;
      letter-spacing: .05rem; }
      footer.c-footer .c-footer__nav .c-footer__sub-list a {
        text-decoration: none;
        font-family: "acumin-pro-wide";
        font-size: 1rem;
        line-height: 0.8em;
        text-transform: none; }
  footer.c-footer .c-footer__legal {
    font-family: "acumin-pro-wide", sans-serif; }
  footer.c-footer .c-footer__legal-item {
    font-size: 0.875rem;
    border-right-color: #fff;
    color: #fff; }
    footer.c-footer .c-footer__legal-item a {
      color: #fff;
      text-decoration: none;
      font-family: "acumin-pro-wide";
      text-transform: none;
      font-size: 0.875rem; }

/*  ==========================================================================
	TEMPLATES
	Template styles
	==========================================================================  */
.c-container--post.c-container--post-featured .c-container--post__content .c-headline--post a,.c-container--post.c-container--post-featured .c-resource__header .c-headline--post a,.c-container--post .c-resource__header .c-headline--post a,.c-headline--post,.c-headline--post a,.c-headline--resource,.c-headline--resource a,.c-resource--featured .c-container--post__content .c-headline--post a,.c-resource--featured .c-resource__header .c-headline--post a {
  font-family: 'acumin-pro-wide' !important;
  font-size: 1.15rem !important;
  line-height: 1.6rem !important;
  font-weight: 100;
  text-transform: none;
  color: #2b323a !important;
  letter-spacing: 0 !important; }

.c-container--post {
  border-top: 8px solid transparent;
  transition: 0.3s ease border; }
  .c-container--post:hover {
    border-top: 8px solid #0071E3;
    transition: 0.3s ease border; }

.blog .c-header {
  background-color: transparent !important; }

.c-pagination__item {
  font-family: 'acumin-pro-extra-condensed'; }

.c-intro--post .c-headline--article {
  font-size: 4rem;
  line-height: 4.3rem;
  margin-bottom: 2rem;
  font-family: 'acumin-pro-extra-condensed'; }

.c-archive h2 {
  font-size: 2rem;
  font-family: 'acumin-pro-wide';
  text-transform: none; }

body.single-post .c-page .c-archive h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: 'acumin-pro-wide';
  text-transform: none; }

.page-template-page-new-product .u-padding-top--8 {
  padding-top: 3.5rem !important; }
  .page-template-page-new-product .u-padding-top--8 .o-grid__cell h2 {
    margin-bottom: .5rem; }
  .page-template-page-new-product .u-padding-top--8 .o-grid__cell .c-product-slider-nav {
    display: none; }

/*  ==========================================================================
	LIBRARIES
	required styles to support various libraries in use
	==========================================================================  */
.animated-svg {
  max-width: 100%;
  margin: auto;
  max-height: 300px; }
  .acf-block-preview .animated-svg {
    position: relative;
    padding-top: 20%;
    background-color: rgba(255, 255, 255, 0.5); }
    .acf-block-preview .animated-svg::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      border: 2px solid rgba(204, 204, 204, 0.75);
      background-image: linear-gradient(to bottom right, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0) calc(50% - 1px), rgba(204, 204, 204, 0.75) calc(50% - 1px), rgba(204, 204, 204, 0.75) calc(50% + 1px), rgba(204, 204, 204, 0) calc(50% + 1px)), linear-gradient(to bottom left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0) calc(50% - 1px), rgba(204, 204, 204, 0.75) calc(50% - 1px), rgba(204, 204, 204, 0.75) calc(50% + 1px), rgba(204, 204, 204, 0) calc(50% + 1px));
      content: ''; }
    .acf-block-preview .animated-svg::after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      transform: translate(-50%, -50%);
      color: #000;
      font-size: 0.5625rem;
      font-weight: 700;
      white-space: nowrap;
      text-align: center;
      text-shadow: 0 0 1px #fff,  0 0 1px #fff,  0 0 1px #fff;
      content: attr(data-animation); }
    @media screen and (min-width: 48em) {
  .c-home--trust__item {
    width: 24%; }
  .video-link:after {
    left: 68%; }
    .c-section--process .c-shadow-box .o-grid__cell::after {
      height: 100%;
      left: auto;
      right: -15px;
      top: 0;
      width: 1px; }
  header.c-header .c-header__logo {
    width: 150px; } }
    @media screen and (min-width: 50em) {
      body h1,body h1 a {
        line-height: 1em; }
    .c-newsletter-alt {
      padding-top: 4rem !important; }
      .c-newsletter-alt .o-grid {
        display: -ms-flexbox;
        display: flex; }
      .c-newsletter-alt .o-grid__cell {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        max-width: 620px;
        width: 100%; }
        .c-newsletter-alt .o-grid__cell .cta-single-form {
          margin-bottom: 1.25rem; }
        .c-newsletter-alt .o-grid__cell .hbspt-form {
          margin-top: 1.25rem; }
    .animated-svg {
      max-height: 400px; } }
    @media screen and (min-width: 62.5em) {
      body h1,body h1 a {
        font-size: 5.625rem;
        line-height: 6.25rem; }
      body h2 {
        font-size: 4.0625rem;
        line-height: 4.375rem; }
      body h3 {
        font-size: 2.5rem;
        line-height: 3rem;
        text-transform: none; } }
    @media screen and (min-width: 64em) {
  .c-two-column-cta .o-grid__cell {
    padding: 5em !important; }
    header.c-header .c-header__item a {
      color: #fff; }
    header.c-header .c-header__sub-grid {
      background: #F9F9F9; } }
    @media screen and (min-width: 1024px) {
  .featured-image {
    position: relative;
    height: 100px;
    width: 100%;
    margin-bottom: 2.5rem !important; }
  .featured-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block !important;
    max-width: 460px; }
  .c-header__item.menu-item-has-children {
    background-image: url("/wp-content/themes/randori/assets/images/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 93% 22px; } }
    @media screen and (min-width: 75em) {
    .animated-svg {
      max-height: 500px; } }
    @media screen and (max-width: 1024px) {
  .c-intro .o-grid {
    display: block; }
  .intro-content {
    width: 100% !important; }
  .content-form-wrapper {
    display: block !important; }
  .content-form-wrapper aside {
    width: 100% !important; } }
    @media screen and (max-width: 22.5em) {
  body .o-grid {
    grid-gap: 0; } }
    @media screen and (max-width: 50em) {
  section.c-intro.c-intro--home {
    padding-bottom: 0; } }
    @media screen and (max-width: 48em) {
  .c-home--trust__list .c-home--trust__item,.c-skewed-intro.u-bg--athens .c-home--trust__item,section.u-bg--athens .c-home--trust__item {
    display: block;
    margin-bottom: 3rem;
    padding: 0 1rem; }
  .c-home--trust__list .c-home--trust__item img,.c-skewed-intro.u-bg--athens .c-home--trust__item img,section.u-bg--athens .c-home--trust__item img {
    vertical-align: middle;
    max-width: auto;
    height: 20px; } }
    @media screen and (max-width: 63.875em) {
  header.c-header .c-header__item {
    padding: 1rem 0; }
  header.c-header .c-header__sub-list .c-header__item a {
    padding: 0rem 1rem; } }

/*# sourceMappingURL=vital.css.map */
