/*!
 Theme Name: corax
 Theme URI: http://underscores.me/
 Author: Underscores.me
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: corax
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 corax is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * 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;
  font-size: 16px;
}
/* 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: #2f323f;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.15;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}
h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}
h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
}
h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%;
}
*,
*: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. */
  height: 100%;
}
@media (max-width: 768px) {
  body {
    scroll-margin: 0;
  }
}
.site-content-contain {
  margin-top: 70px;
}
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. */
}
a {
  text-decoration: none;
}
.site-content {
  min-height: calc(100vh - 500px);
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  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,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
.button {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.7em;
  padding: 0.7em 2em;
  margin: 1em;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 2px;
  text-align: center;
  color: white !important;
}
.button.rounded {
  padding: 0.8em 3em;
  border-radius: 25px;
}
.button.large {
  font-size: 12px;
  padding: 0.8rem 1.8rem;
}
.btn-roseate {
  background: #ff3469;
  border-color: #ff3469;
  color: white;
}
.btn-roseate img,
.btn-roseate svg {
  margin-left: 0.5rem;
  height: 20px;
  vertical-align: bottom;
}
.btn-roseate:hover {
  background: #e7003c;
  border-color: #e7003c;
}
.btn-roseate.transparent {
  color: #ff3469 !important;
  border-color: #ff3469;
  background-color: transparent;
}
.btn-roseate.transparent svg path {
  fill: #ff3469 !important;
}
.btn-roseate.transparent:hover {
  color: white !important;
  border-color: #ff3469;
  background-color: #ff3469;
}
.btn-roseate.transparent:hover svg path {
  fill: white !important;
}
.btn-roseate.inverted {
  color: #ff3469 !important;
  background-color: white;
  border-color: white;
}
.btn-roseate.inverted:hover {
  background: #ff3469;
  border-color: #ff3469;
  color: white !important;
}
.btn-roseate.inverted:hover svg path {
  fill: white !important;
}
.btn-roseate.inverted svg path {
  fill: #ff3469 !important;
}
.btn-atmos {
  background: #00ccfd;
  border-color: #00ccfd;
  color: white;
}
.btn-atmos:hover {
  background: #008eb1;
  border-color: #008eb1;
}
.btn-gold {
  background: #ff9f1c;
  border-color: #ff9f1c;
  color: white;
}
.btn-gold:hover {
  background: #cf7700;
  border-color: #cf7700;
}
.btn-success {
  background: #4db96e;
  border-color: #4db96e;
  color: white;
}
.btn-success:hover {
  background: #34854d;
  border-color: #34854d;
}
.btn-secondary {
  background: transparent;
  border-color: #8a8c8f;
  color: #8a8c8f !important;
}
.btn-secondary:hover {
  background: #646668;
  border-color: #646668;
  color: white !important;
}
.btn-transparent {
  background: transparent;
  border-color: white;
  color: white !important;
}
.btn-transparent:hover {
  background: transparent;
  border-color: #ff3469;
  color: #ff3469 !important;
}
#cookie-law-info-bar {
  padding: 10px 0;
}
#cookie-law-info-bar .click-here {
  color: white;
  text-decoration: underline;
}
#cookie-law-info-bar .click-here:hover {
  color: #ff3469;
}
#cookie-law-info-again {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.cli-plugin-main-button {
  border-radius: 2px;
  text-shadow: none !important;
  padding: 5px 20px 6px;
  text-transform: uppercase;
}
.cli-plugin-main-button:first-child {
  margin-left: 0.5rem;
}
.cli-plugin-main-link {
  margin-left: 0.5rem;
}
.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  font-size: 12px;
}
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%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #ff3469;
}
a:visited {
  color: #e7003c;
}
a:hover,
a:focus,
a:active {
  color: #e7003c;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
/* Navigation */
.admin-bar .site-navigation-fixed.navigation-top {
  top: 32px;
}
.home #navbar {
  background: transparent;
}
.home .main-navigation a:hover {
  color: #d9d9d9 !important;
}
.navigation-top {
  min-height: 70px;
  max-height: 70px;
  bottom: 0;
  font-size: 0.9em;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #2f323f;
  transition: background 0.3s ease-in-out;
}
.navigation-top .wrap {
  max-width: 1400px;
  display: flex;
  height: 100%;
}
.navigation-top #mega-menu-wrap-top {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .navigation-top #mega-menu-wrap-top {
    position: absolute;
  }
}
@media screen and (max-width: 1090px) {
  .navigation-top #mega-menu-wrap-top {
    margin-left: 0;
    margin-right: 0;
  }
}
.navigation-top
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item
  > a.mega-menu-link {
  height: auto;
}
@media (max-width: 768px) {
  .navigation-top
    #mega-menu-wrap-top
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-top {
    padding: 1rem;
  }
}
.navigation-top
  #mega-menu-wrap-top
  #mega-menu-top
  li.mega-menu-item-has-children
  > a.mega-menu-link:after,
.navigation-top
  #mega-menu-wrap-top
  #mega-menu-top
  li.mega-menu-item-has-children
  > a.mega-menu-link
  span.mega-indicator:after {
  display: none;
}
.navigation-top
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
.navigation-top
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
.navigation-top
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .navigation-top
    #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    background: #454a5d;
    padding: 0.5rem 0;
  }
}
@media (max-width: 768px) {
  .navigation-top
    #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 0.9rem;
    padding-left: 1rem;
    background: transparent;
  }
}
.site-navigation-fixed.navigation-top {
  bottom: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 7;
}
/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: block;
  padding: 1em;
  position: absolute;
  right: 0;
  color: #fff;
  top: 2em;
}
.site-header .menu-scroll-down .icon {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  height: 18px;
  width: 18px;
}
.site-header:focus {
  outline: thin dotted;
}
.main-navigation {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.main-navigation .custom-logo-link {
  padding: 0.5em 0;
}
.main-navigation .custom-logo-link img,
.main-navigation .custom-logo-link svg {
  height: 32px;
}
.main-navigation a {
  padding: 1em 0;
  color: white !important;
}
.main-navigation a .icon-angle-down {
  display: none;
  margin-left: 5px;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main-navigation .right-side-buttons {
  display: flex;
  flex-direction: row;
}
.main-navigation .right-side-buttons .button {
  margin: 0 0.25rem;
}
.main-navigation .right-side-buttons .login-btn {
  color: #ff3469 !important;
  padding: 0.8em 2em;
  border: none;
  margin-right: 0;
}
.main-navigation .right-side-buttons .login-btn:hover {
  color: white !important;
  background: #ff3469;
}
.main-navigation .right-side-buttons .request-a-demo-btn {
  color: white;
  background: #45495c;
  border-color: #45495c;
}
.main-navigation .right-side-buttons .request-a-demo-btn:hover {
  color: #ff3469 !important;
}
@media screen and (max-width: 1090px) {
  .main-navigation .menu-top-menu-container {
    margin-right: 0;
  }
  .main-navigation .right-side-buttons {
    display: none !important;
  }
}
.main-navigation.toggled {
  flex-direction: column;
}
.main-navigation.toggled .menu-top-menu-container {
  order: 2;
  border-right: none;
}
.main-navigation.toggled .icon-bars {
  display: none;
}
.main-navigation.toggled .icon-close {
  display: block;
}
.menu-top-menu-container {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
}
.main-navigation .sub-menu {
  background: #2f323f;
}
.main-navigation .sub-menu a {
  text-transform: none;
}
.main-navigation a:hover {
  color: #ff3469 !important;
}
.navigation-bar-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.custom-logo-link {
  margin-right: auto;
}
@media (max-width: 768px) {
  .custom-logo-link {
    text-align: center;
  }
}
.custom-logo-link img {
  max-width: 130px;
  width: 100%;
}
.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%;
}
/* Main Navigation */
.main-navigation {
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul .sub-menu {
  display: block;
  text-transform: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul .sub-menu ul {
  left: -999em;
  top: 0;
}
.main-navigation ul .sub-menu li:hover > ul,
.main-navigation ul .sub-menu li.focus > ul {
  left: 100%;
}
.main-navigation ul .sub-menu a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 768px) {
  .main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .has-sidebar:not(.error404) #primary {
    float: none;
    width: 100%;
  }
  .main-navigation li li:hover,
  .main-navigation li li.focus {
    background: #454a5d !important;
  }
  .main-navigation li li:hover a,
  .main-navigation li li.focus a {
    color: white !important;
  }
  .navigation-top {
    display: block;
    position: relative;
  }
  .main-navigation a {
    padding: 0.9em;
  }
  .main-navigation ul li {
    text-align: left;
    padding: 0 1rem;
  }
  .strip-tagline-image h1 {
    font-size: 2.2em;
    margin-left: auto;
    margin-right: auto;
  }
  .strip-with-popups .popup-item.two,
  .strip-with-popups .popup-item.four {
    padding-top: 50px;
  }
  .search-results-page .search-for-posts .wrap {
    max-width: 800px;
  }
  .standalone-page .left-ctn .custom-logo-link {
    padding-left: 3em;
  }
  body:not(.has-sidebar):not(.page-one-column) .page-header,
  body.has-sidebar.error404 #primary .page-header,
  body.page-two-column:not(.archive) #primary .entry-header,
  body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
    float: none;
    width: auto;
  }
  .custom-header {
    position: relative;
    /* Note, the below line is a hack. Should fix the margin-bottom adjustment on .custom-header in assets/global/js when available */
    margin-bottom: 0px !important;
  }
  .js .main-navigation ul,
  .js .main-navigation ul ul,
  .js .main-navigation > div > ul {
    text-align: right;
  }
  .site-footer {
    margin-top: 0px;
  }
}
.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%;
}
/* Mobile media queries */
@media (max-width: 768px) {
  #top-menu li {
    width: 100%;
    text-align: left;
  }
  .right-side-buttons {
    display: none !important;
  }
  .main-navigation .custom-logo-link {
    width: 100%;
  }
  .main-navigation ul li:hover .sub-menu {
    display: block;
    position: relative !important;
    box-shadow: none;
    padding-left: 20px;
  }
}
/*--------------------------------------------------------------
 # 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
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Content strips for ACF strips
 --------------------------------------------------------------*/
/* Strip reused elements */
.title-ribbon-ctn {
  position: relative;
  z-index: 1;
}
.title-ribbon {
  position: relative;
  background: #d83360;
  border-radius: 2px;
  max-width: 325px;
  width: 100%;
  padding: 10px 1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.title-ribbon.left {
  box-shadow: 4px 6px 12px 0px rgba(47, 50, 63, 0.42);
}
.title-ribbon.right {
  box-shadow: -4px 6px 12px 0px rgba(47, 50, 63, 0.42);
}
.title-ribbon.both {
  max-width: none;
}
.title-ribbon h3 {
  color: white !important;
  margin-bottom: 0px;
}
.title-ribbon.left::after {
  content: '';
  position: absolute;
  left: -22px;
  width: 0;
  top: 0;
  height: 0;
  border: 80px solid transparent;
  border-top-color: #9f1f45;
  border-bottom: 0;
  border-left: 0;
  margin-bottom: -40px;
  z-index: -1;
  transform: skewX(-210deg);
}
.title-ribbon.right::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: -22px;
  width: 0;
  top: 0;
  height: 0;
  border: 80px solid transparent;
  border-top-color: #9f1f45;
  border-bottom: 0;
  border-right: 0;
  z-index: -1;
  margin-bottom: -40px;
  transform: skewX(210deg);
}
.title-ribbon.both::before {
  content: '';
  position: absolute;
  left: -48px;
  width: 0;
  top: -11px;
  height: 0;
  border: 49px solid transparent;
  border-top-color: #9f1f45;
  border-bottom: 0;
  border-left: 0;
  /* margin-left: -50px; */
  margin-bottom: -40px;
  z-index: -1;
  transform: rotate(90deg) skew(-25deg, 0deg);
}
.title-ribbon.both::after {
  content: '';
  position: absolute;
  right: -48px;
  width: 0;
  top: -11px;
  height: 0;
  border: 49px solid transparent;
  border-top-color: #9f1f45;
  border-bottom: 0;
  border-left: 0;
  z-index: -1;
  transform: rotate(90deg) skew(25deg, 0deg) rotateX(180deg);
}
/* Strips */
/* Landing page jumbotron */
.strip-main-jumbotron {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #1d1f2b;
  min-height: 800px;
  height: 100%;
  overflow: hidden;
}
.strip-main-jumbotron .fade {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(29, 31, 43, 0.1),
    rgba(29, 31, 43, 1) 100%
  );
}
@media (max-width: 768px) {
  .strip-main-jumbotron {
    padding: 0;
  }
}
.strip-main-jumbotron #particles-js {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1d1f2b;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.strip-main-jumbotron .top-ctn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  height: 100%;
  width: 100%;
  min-height: 700px;
  position: relative;
}
.strip-main-jumbotron .top-ctn .buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .strip-main-jumbotron .top-ctn .buttons {
    justify-content: center;
  }
}
.strip-main-jumbotron .top-ctn .buttons .button {
  margin-left: 0;
}
.strip-main-jumbotron .tagline-ctn {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
}
@media (max-width: 992px) {
  .strip-main-jumbotron .tagline-ctn {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.strip-main-jumbotron .tagline-ctn .tagline-text {
  padding: 0;
  max-width: 60em;
  text-align: left;
}
.strip-main-jumbotron .tagline-ctn .tagline-text h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 3.25rem;
}
.strip-main-jumbotron .tagline-ctn .tagline-text h1 strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .strip-main-jumbotron .tagline-ctn .tagline-text h1 {
    font-size: 2.75rem;
  }
}
.strip-main-jumbotron .tagline-ctn .tagline-text p {
  color: white;
  margin-bottom: 0;
}
.strip-main-jumbotron .tagline-ctn .dropdown-ctn {
  min-width: 400px;
  margin-left: auto;
  color: white;
  /* CAUTION: IE hackery ahead */
  /* target Internet Explorer 9 to undo the custom arrow */
}
@media (max-width: 992px) {
  .strip-main-jumbotron .tagline-ctn .dropdown-ctn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 568px) {
  .strip-main-jumbotron .tagline-ctn .dropdown-ctn {
    min-width: auto;
  }
}
.strip-main-jumbotron .tagline-ctn .dropdown-ctn select {
  margin-top: 1rem;
  width: 100%;
  font-size: 1rem;
  padding: 5px 35px 5px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  color: #8a8c8f;
}
.strip-main-jumbotron .tagline-ctn .dropdown-ctn select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}
@media screen and (min-width: 0\0) {
  .strip-main-jumbotron .tagline-ctn .dropdown-ctn select {
    background: none\9;
    padding: 5px \9;
  }
}
.strip-main-jumbotron .tagline-ctn .dropdown-ctn h3,
.strip-main-jumbotron .tagline-ctn .dropdown-ctn h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.strip-main-jumbotron .tagline-ctn .dropdown-ctn label {
  font-size: 1.3rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.strip-main-jumbotron .tagline-ctn .dropdown-ctn .dropdown-top-ctn {
  display: flex;
  align-items: baseline;
}
@media (max-width: 768px) {
  .strip-main-jumbotron .tagline-ctn .dropdown-ctn .dropdown-top-ctn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .strip-main-jumbotron
    .tagline-ctn
    .dropdown-ctn
    .dropdown-top-ctn
    #dropdownSelectedValue {
    margin-right: auto;
  }
}
.strip-main-jumbotron
  .tagline-ctn
  .dropdown-ctn
  .dropdown-top-ctn
  #dropdownSelectedValue {
  color: #ff3469;
  font-size: 2.25rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
}
.strip-main-jumbotron .tagline-ctn .dropdown-ctn .dropdown-bottom-ctn {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .strip-main-jumbotron .tagline-ctn .dropdown-ctn .dropdown-bottom-ctn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .strip-main-jumbotron
    .tagline-ctn
    .dropdown-ctn
    .dropdown-bottom-ctn
    .dropdown-subtext {
    text-align: center;
    flex: 1 1 100%;
  }
  .strip-main-jumbotron
    .tagline-ctn
    .dropdown-ctn
    .dropdown-bottom-ctn
    .button {
    margin-right: auto;
  }
}
.strip-main-jumbotron
  .tagline-ctn
  .dropdown-ctn
  .dropdown-bottom-ctn
  .dropdown-subtext {
  line-height: 1;
}
.strip-main-jumbotron .tagline-ctn .dropdown-ctn .dropdown-bottom-ctn p {
  margin: 0;
}
.strip-main-jumbotron .tagline-ctn .dropdown-ctn .dropdown-bottom-ctn .button {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .strip-main-jumbotron .tagline-ctn {
    align-items: center;
    padding-bottom: 5vh;
    padding-right: 0;
  }
  .strip-main-jumbotron .tagline-ctn .tagline-text {
    text-align: center;
  }
}
.strip-main-jumbotron .cred-ctn {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  color: white;
}
.strip-main-jumbotron .cred-ctn .cred {
  text-align: center;
  margin-bottom: 2rem;
}
.strip-main-jumbotron .cred-ctn .cred h4,
.strip-main-jumbotron .cred-ctn .cred h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.strip-main-jumbotron .cred-ctn .cred h4 strong,
.strip-main-jumbotron .cred-ctn .cred h5 strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.strip-main-jumbotron .cred-ctn .quote {
  max-width: 35rem;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 992px) {
  .strip-main-jumbotron .cred-ctn .quote {
    margin-left: auto;
    margin-right: auto;
  }
}
.strip-main-jumbotron .cred-ctn .quote h4,
.strip-main-jumbotron .cred-ctn .quote h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.strip-main-jumbotron .cred-ctn .quote h4 strong,
.strip-main-jumbotron .cred-ctn .quote h5 strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.strip-main-jumbotron .background-image-ctn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.strip-main-jumbotron .background-image-ctn .node-description-ctn {
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  position: absolute;
}
.strip-main-jumbotron .background-image-ctn .node-description-ctn:first-child {
  top: 30%;
  right: 20%;
}
.strip-main-jumbotron .background-image-ctn .node-description-ctn:nth-child(2) {
  top: 50%;
  right: 30%;
}
.strip-main-jumbotron .background-image-ctn .node-description-ctn p {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .strip-main-jumbotron .background-image-ctn .node-description-ctn {
    display: none;
  }
}
.strip-main-jumbotron .background-image {
  top: 0;
  right: -55%;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .strip-main-jumbotron .background-image {
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.strip-main-jumbotron .background-image .main-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #f4f6f9;
  border: 1px solid white;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
@media screen and (max-width: 1000px) {
  .strip-main-jumbotron .background-image {
    flex: 1 1 100%;
    text-align: center;
  }
  .strip-main-jumbotron .background-image img {
    max-height: 500px;
  }
}
.strip-main-jumbotron .overlay-image {
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
}
.strip-main-jumbotron .connecting-line {
  top: 0;
  left: 0;
  position: absolute;
}
.strip-main-jumbotron .bottom-ctn {
  z-index: 2;
  background: transparent;
}
/* Landing page jumbotron */
.strip-landing-page-jumbotron {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(100vh - 100px);
  min-height: 1600px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .strip-landing-page-jumbotron {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .strip-landing-page-jumbotron {
    padding: 0;
  }
}
.strip-landing-page-jumbotron #particles-js {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.strip-landing-page-jumbotron .top-ctn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  height: 100%;
  width: 100%;
  min-height: 700px;
  position: relative;
}
.strip-landing-page-jumbotron .top-ctn .buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .strip-landing-page-jumbotron .top-ctn .buttons {
    justify-content: center;
  }
}
.strip-landing-page-jumbotron .top-ctn .buttons .button {
  margin-left: 0;
}
.strip-landing-page-jumbotron .tagline-ctn {
  width: 100%;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
}
@media (max-width: 768px) {
  .strip-landing-page-jumbotron .tagline-ctn {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.strip-landing-page-jumbotron .tagline-ctn .tagline-text {
  padding: 0;
  max-width: 60em;
  text-align: left;
}
.strip-landing-page-jumbotron .tagline-ctn .tagline-text h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 3.25rem;
  margin-bottom: 2rem;
}
.strip-landing-page-jumbotron .tagline-ctn .tagline-text h1 strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .strip-landing-page-jumbotron .tagline-ctn .tagline-text h1 {
    font-size: 2.75rem;
  }
}
.strip-landing-page-jumbotron .tagline-ctn .tagline-text p {
  color: white;
  margin-bottom: 0;
}
.strip-landing-page-jumbotron .tagline-ctn .tagline-text .button {
  margin-left: 0;
}
.strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn {
  min-width: 400px;
  margin-left: auto;
  color: white;
  /* CAUTION: IE hackery ahead */
  /* target Internet Explorer 9 to undo the custom arrow */
}
@media (max-width: 992px) {
  .strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 568px) {
  .strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn {
    min-width: auto;
  }
}
.strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn select {
  margin-top: 1rem;
  width: 100%;
  font-size: 1rem;
  padding: 5px 35px 5px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  color: #8a8c8f;
}
.strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}
@media screen and (min-width: 0\0) {
  .strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn select {
    background: none\9;
    padding: 5px \9;
  }
}
.strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn h3,
.strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn label {
  font-size: 1.3rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn .dropdown-top-ctn {
  display: flex;
  align-items: baseline;
}
@media (max-width: 768px) {
  .strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn .dropdown-top-ctn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .strip-landing-page-jumbotron
    .tagline-ctn
    .dropdown-ctn
    .dropdown-top-ctn
    #dropdownSelectedValue {
    margin-right: auto;
  }
}
.strip-landing-page-jumbotron
  .tagline-ctn
  .dropdown-ctn
  .dropdown-top-ctn
  #dropdownSelectedValue {
  color: #ff3469;
  font-size: 2.25rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
}
.strip-landing-page-jumbotron .tagline-ctn .dropdown-ctn .dropdown-bottom-ctn {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .strip-landing-page-jumbotron
    .tagline-ctn
    .dropdown-ctn
    .dropdown-bottom-ctn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .strip-landing-page-jumbotron
    .tagline-ctn
    .dropdown-ctn
    .dropdown-bottom-ctn
    .dropdown-subtext {
    text-align: center;
    flex: 1 1 100%;
  }
  .strip-landing-page-jumbotron
    .tagline-ctn
    .dropdown-ctn
    .dropdown-bottom-ctn
    .button {
    margin-right: auto;
  }
}
.strip-landing-page-jumbotron
  .tagline-ctn
  .dropdown-ctn
  .dropdown-bottom-ctn
  .dropdown-subtext {
  line-height: 1;
}
.strip-landing-page-jumbotron
  .tagline-ctn
  .dropdown-ctn
  .dropdown-bottom-ctn
  p {
  margin: 0;
}
.strip-landing-page-jumbotron
  .tagline-ctn
  .dropdown-ctn
  .dropdown-bottom-ctn
  .button {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .strip-landing-page-jumbotron .tagline-ctn {
    align-items: center;
    padding-bottom: 5vh;
    padding-right: 0;
  }
  .strip-landing-page-jumbotron .tagline-ctn .tagline-text {
    text-align: center;
  }
}
.strip-landing-page-jumbotron .background-image {
  position: absolute;
  top: -125px;
  right: -600px;
  width: 100%;
}
.strip-landing-page-jumbotron .background-image img,
.strip-landing-page-jumbotron .background-image svg {
  max-height: 1200px;
}
.strip-landing-page-jumbotron .overlay-image {
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
}
.strip-landing-page-jumbotron .connecting-line {
  top: 0;
  left: 0;
  position: absolute;
}
.strip-landing-page-jumbotron .bottom-ctn {
  z-index: 2;
  background: transparent;
}
.strip-landing-page-jumbotron .decisions-ctn {
  margin-top: auto;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.strip-landing-page-jumbotron .decisions-ctn .decisions-title h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  margin: 2rem 0;
}
.strip-landing-page-jumbotron .decisions-ctn .decisions-title h2 strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.strip-landing-page-jumbotron .decisions-ctn .decisions-cards {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .strip-landing-page-jumbotron .decisions-ctn .decisions-cards {
    flex-wrap: wrap;
  }
  .strip-landing-page-jumbotron .decisions-ctn .decisions-cards .card {
    flex: 1 1 100% !important;
  }
}
.strip-landing-page-jumbotron .decisions-ctn .decisions-cards .card {
  min-height: 400px;
  flex: 1;
  background: white;
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: 0.5rem;
}
.strip-landing-page-jumbotron .decisions-ctn .decisions-cards .card img {
  margin: 2rem 0;
}
/* General page jumbotron */
.strip-general-page-jumbotron {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f4f6f9;
  min-height: 30vh;
  overflow: hidden;
}
.strip-general-page-jumbotron .wrap {
  z-index: 3;
  padding: 2em;
}
.strip-general-page-jumbotron .top-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: white;
}
.strip-general-page-jumbotron .top-ctn .text-ctn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.strip-general-page-jumbotron .top-ctn .text-ctn p {
  font-size: 1.1rem;
  flex: 1;
}
.strip-general-page-jumbotron .top-ctn .text-ctn p a {
  color: white !important;
}
.strip-general-page-jumbotron .top-ctn .text-ctn p a:hover {
  text-decoration: underline !important;
}
.strip-general-page-jumbotron .top-ctn .text-ctn p:nth-child(2) {
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .strip-general-page-jumbotron .top-ctn .text-ctn {
    flex-direction: column;
  }
  .strip-general-page-jumbotron .top-ctn .text-ctn p:nth-child(2) {
    margin-left: 0;
  }
}
/* Solutions Strip */
.solutions-strip {
  padding: 5vh 0;
  background: #1d1f2b;
  color: white;
  position: relative;
}
.solutions-strip .wrap {
  z-index: 1;
  position: relative;
}
.solutions-strip .title {
  text-align: center;
  margin: 4rem 0;
}
.solutions-strip .title strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.solutions-strip .title h2 {
  margin-top: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.solutions-strip .title p {
  max-width: 55rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.solutions-strip .solutions-top-ctn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}
.solutions-strip .solutions-bottom-ctn {
  display: flex;
  flex-wrap: wrap;
}
.solutions-strip .link-ctn {
  margin-top: 10rem;
}
.solutions-strip .bottom-background-image {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 0;
  width: 100%;
}
.solutions-strip .icon-with-text {
  margin: 0.75rem;
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: transparent;
  height: 250px;
}
@media screen and (max-width: 992px) {
  .solutions-strip .icon-with-text {
    padding: 0;
    flex: 1 1 100%;
    text-align: center;
    align-items: center;
  }
}
.solutions-strip .icon-with-text img {
  max-width: 40px;
}
.solutions-strip .icon-with-text .title {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.solutions-strip .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2f323f;
  border-radius: 4px;
  padding: 1rem;
  height: 200px;
  color: white !important;
  position: relative;
}
.solutions-strip .card:hover {
  border: 1px solid #45495c;
}
@media (max-width: 768px) {
  .solutions-strip .card {
    flex: 1 1 100%;
  }
}
.solutions-strip .card .column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions-strip .card .card-icon {
  position: absolute;
  top: -35px;
}
.solutions-strip .card .card-icon img {
  max-width: 70px;
}
.solutions-strip .card .title {
  margin: 1rem 0;
}
.solutions-strip .link {
  text-align: center;
}
/* Card grid Strip */
.card-grid-strip {
  padding: 5vh 0;
  background: #1d1f2b;
  color: white;
  position: relative;
}
.card-grid-strip .wrap {
  z-index: 1;
  position: relative;
}
.card-grid-strip .title {
  text-align: center;
  margin: 4rem 0;
}
.card-grid-strip .title strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.card-grid-strip .title h2 {
  margin-top: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.card-grid-strip .title p {
  max-width: 55rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.card-grid-strip .card-grid-top-ctn {
  display: flex;
}
@media screen and (max-width: 992px) {
  .card-grid-strip .card-grid-top-ctn {
    flex-wrap: wrap;
  }
}
.card-grid-strip .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2f323f;
  border-radius: 4px;
  margin: 1rem;
  min-height: 150px;
  color: white !important;
  position: relative;
}
@media screen and (max-width: 992px) {
  .card-grid-strip .card {
    flex: 1 1 100%;
  }
}
.card-grid-strip .card:hover {
  border: 1px solid #45495c;
}
@media (max-width: 768px) {
  .card-grid-strip .card {
    flex: 1 1 100%;
  }
}
.card-grid-strip .card .column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-grid-strip .card .card-icon {
  position: absolute;
  top: -35px;
}
.card-grid-strip .card .card-title {
  height: 100%;
  margin-top: 35px;
  padding: 1rem;
  text-align: center;
}
.card-grid-strip .card .card-title h3,
.card-grid-strip .card .card-title h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.card-grid-strip .card .card-title strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.card-grid-strip .card .card-icon img {
  max-width: 70px;
}
.card-grid-strip .card .title {
  margin: 1rem 0;
}
/* Tagline image */
.strip-tagline-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
}
.tagline-text {
  padding: 40px 0;
  max-width: 60em;
}
.front-page .tagline-text {
  padding: 100px 0;
}
.strip-tagline-image h1 {
  text-align: center;
}
.strip-tagline-image .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* Title with icon strip  */
.title-with-icon {
  padding-top: 10vh;
  padding-bottom: 5vh;
  padding-right: 0px;
  background-color: white;
  overflow: hidden;
}
.title-with-icon .col-ctn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title-with-icon .small-title {
  color: #b5b8be;
  text-transform: uppercase;
}
.title-with-icon .left-ctn {
  flex: auto;
  margin-left: 0;
  min-width: 150px;
  max-width: 150px;
}
.title-with-icon .left-ctn img {
  max-height: 100px;
}
.title-with-icon .right-ctn {
  padding-left: 0;
  max-width: 50em;
}
/* Strip with icons */
.strip-with-journeys {
  padding: 80px 0;
}
.strip-with-journeys .title-ctn {
  text-align: center;
}
.strip-with-journeys .title-ctn h3 {
  text-transform: uppercase;
}
.strip-with-journeys .title-ctn h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.strip-with-journeys .title-ctn p {
  margin-top: 0;
}
.strip-with-journeys .journeys {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.strip-with-journeys .journeys .journey-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .strip-with-journeys .journeys .journey-item {
    flex: 1 1 100%;
  }
  .strip-with-journeys .journeys .journey-item .text {
    border-right: 0 !important;
  }
}
.strip-with-journeys .journeys .journey-item .journey-icon {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.strip-with-journeys .journeys .journey-item .journey-icon svg {
  width: 50px;
  height: 50px;
}
.strip-with-journeys .journeys .journey-item .text {
  border-right: 1px solid #b5b8be;
  padding-left: 40px;
  padding-right: 40px;
}
.strip-with-journeys .journeys .journey-item .text h2 {
  margin: 0;
}
.strip-with-journeys .journeys .journey-item .journey-button {
  margin-top: 20px;
}
.strip-with-journeys .journeys .journey-item .journey-button .button {
  margin: auto;
}
.strip-with-journeys .journeys .journey-item:last-child .text {
  border-right: 0;
}
.strip-with-journeys
  .journeys
  .journey-item
  .journey-icon
  svg
  #primary-color
  path {
  fill: #2f323f;
}
.strip-with-journeys
  .journeys
  .journey-item:first-child
  .journey-icon
  svg
  #accent-color-above
  path {
  fill: #ff3469;
}
.strip-with-journeys .journeys .journey-item:first-child h2 {
  color: #ff3469;
}
.strip-with-journeys
  .journeys
  .journey-item:nth-child(2)
  .journey-icon
  svg
  #accent-color
  path {
  fill: #ff9f1c;
}
.strip-with-journeys .journeys .journey-item:nth-child(2) h2 {
  color: #ff9f1c;
}
.strip-with-journeys
  .journeys
  .journey-item:nth-child(3)
  .journey-icon
  svg
  #accent-color
  path {
  fill: #00ccfd;
}
.strip-with-journeys .journeys .journey-item:nth-child(3) h2 {
  color: #00ccfd;
}
/* Strip with cards */
.strip-with-cards {
  padding: 80px 1em;
  position: relative;
}
.strip-with-cards .wrap {
  max-width: 1200px;
}
.strip-with-cards .title-ctn {
  border-top: 1px solid #ebf0f4;
  padding-top: 40px;
  text-align: center;
}
.strip-with-cards .title-ctn h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.strip-with-cards .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.strip-with-cards .cards .card-item {
  flex: 1 1 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  padding: 30px 20px 40px 20px;
  background: white;
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .strip-with-cards .cards .card-item {
    flex: 1 1 100%;
    margin: 20px 0px;
  }
}
.strip-with-cards .cards .card-item .card-icon {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.strip-with-cards .cards .card-item .card-icon svg {
  width: 75px;
  height: 75px;
}
.strip-with-cards .cards .card-item .text {
  margin-bottom: 20px;
}
.strip-with-cards .cards .card-item .text p {
  font-size: 0.9em;
}
.strip-with-cards .cards .card-item .card-button {
  margin-top: auto;
}
.strip-with-cards .cards .card-item .card-button .button {
  margin: auto;
}
.strip-with-cards .cards .card-item:last-child .text {
  border-right: 0;
}
.strip-with-cards .cards .card-item .card-icon svg #primary-color path {
  fill: #2f323f;
}
.strip-with-cards
  .cards
  .card-item:first-child
  .card-icon
  svg
  #accent-color
  path,
.strip-with-cards
  .cards
  .card-item:first-child
  .card-icon
  svg
  #accent-color-above
  path {
  fill: #ff3469;
}
.strip-with-cards .cards .card-item:first-child h3 {
  color: #ff3469;
}
.strip-with-cards
  .cards
  .card-item:nth-child(2)
  .card-icon
  svg
  #accent-color
  path,
.strip-with-cards
  .cards
  .card-item:nth-child(2)
  .card-icon
  svg
  #accent-color-above
  path {
  fill: #4db96e;
}
.strip-with-cards .cards .card-item:nth-child(2) h3 {
  color: #4db96e;
}
.strip-with-cards
  .cards
  .card-item:nth-child(3)
  .card-icon
  svg
  #accent-color
  path,
.strip-with-cards
  .cards
  .card-item:nth-child(3)
  .card-icon
  svg
  #accent-color-above
  path {
  fill: #00ccfd;
}
.strip-with-cards .cards .card-item:nth-child(3) h3 {
  color: #00ccfd;
}
.strip-with-cards
  .cards
  .card-item:nth-child(4)
  .card-icon
  svg
  #accent-color
  path,
.strip-with-cards
  .cards
  .card-item:nth-child(4)
  .card-icon
  svg
  #accent-color-above
  path {
  fill: #ff9f1c;
}
.strip-with-cards .cards .card-item:nth-child(4) h3 {
  color: #ff9f1c;
}
/* Strip with screenshot */
.strip-with-screenshot {
  padding: 80px 1em;
  padding-right: 0px;
  background-color: white;
  overflow: hidden;
}
.strip-with-screenshot .col-ctn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.strip-with-screenshot .title-icon {
  max-width: 75px;
}
.strip-with-screenshot.left .col-ctn {
  padding-right: 2em;
}
.strip-with-screenshot.left .left-ctn {
  flex: 1;
  min-width: 300px;
  margin-left: -20%;
}
.strip-with-screenshot.left .right-ctn {
  flex: 1;
  min-width: 300px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
.strip-with-screenshot.left .right-ctn h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.strip-with-screenshot.left .right-ctn h1 {
  margin-top: 0;
}
.strip-with-screenshot.left .subtext {
  margin-top: 0;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip-with-screenshot.left .subtext p {
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 2em;
}
.strip-with-screenshot.right {
  padding: 80px 1em;
  padding-right: 0px;
  background-color: white;
  overflow: hidden;
}
.strip-with-screenshot.right .col-ctn {
  padding-left: 2em;
}
.strip-with-screenshot.right .left-ctn {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.strip-with-screenshot.right .left-ctn h3 {
  text-transform: uppercase;
}
.strip-with-screenshot.right .left-ctn h1 {
  margin-top: 0;
}
.strip-with-screenshot.right .right-ctn {
  flex: 1;
  min-width: 300px;
  margin-right: -20%;
}
.strip-with-screenshot.right .subtext {
  margin-top: 0;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip-with-screenshot.right .subtext p {
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 2em;
}
/* Strip with image pattern and buttons */
.strip-pattern-with-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35vh;
}
.strip-pattern-with-buttons {
  padding: 2em 2em;
}
.strip-pattern-with-buttons .title {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.strip-pattern-with-buttons h2 {
  color: white !important;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.strip-pattern-with-buttons .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* Basic text strip */
.strip-basic-text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25vh;
}
.strip-basic-text {
  padding: 2em 0;
}
s .strip-basic-text h2 {
  color: white !important;
  text-align: center;
}
.strip-basic-text .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.strip-basic-text .buttons a {
  letter-spacing: 1px;
  font-size: 0.7em;
  padding: 0.7em 1.5em;
  margin: 1em;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 2px;
  text-align: center;
}
/* Single image strip */
.strip-single-image {
  min-height: 300px;
  position: relative;
}
.strip-single-image .content {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.strip-single-image .content.has-background-image {
  color: white;
  /* background: rgba(0, 0, 0, 0.1); */
}
.strip-single-image .content .text {
  max-width: 60rem;
  text-align: center;
}
.strip-single-image .content .text h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.strip-single-image .content a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
}
.strip-single-image .content a:hover {
  text-decoration: underline;
}
.strip-single-image.has-form {
  height: auto;
  min-height: 30vh;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
}
.strip-single-image.has-form .content {
  position: relative;
}
.strip-single-image.has-form h1 {
  max-width: 60rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.strip-single-image.has-form .pardot-form {
  margin-top: 20px;
  margin-bottom: -5rem;
  display: flex;
  background-color: white;
  padding: 20px;
  width: 500px;
  border-radius: 5px;
  justify-content: center;
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
}
/* Single image strip */
.strip-text-and-image {
  min-height: 300px;
  position: relative;
  background: #1d1f2b;
  color: white;
}
.strip-text-and-image .wrap {
  width: 100%;
}
.strip-text-and-image .content {
  height: 100%;
  width: 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.strip-text-and-image .content strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.strip-text-and-image .content .title {
  padding-top: 1rem;
  max-width: 75rem;
  text-align: center;
  margin: 0 auto;
}
.strip-text-and-image .content .title h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.strip-text-and-image .content .text {
  padding-top: -2rem;
  max-width: 55rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.strip-text-and-image .content .text p {
  margin-bottom: 0;
}
.strip-text-and-image .content a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
}
.strip-text-and-image .content a:hover {
  text-decoration: underline;
}
.strip-text-and-image .content .image {
  padding: 2rem 0;
}
/* Latest resources strip */
.strip-latest-resources {
  min-height: 300px;
  position: relative;
  background: #1d1f2b;
}
.strip-latest-resources.with-cta {
  z-index: 1;
  margin-bottom: 5rem;
}
.strip-latest-resources.with-cta .content {
  padding: 3rem 0;
}
.strip-latest-resources.with-cta .entry-image {
  display: none !important;
}
.strip-latest-resources.with-cta .recent-posts article {
  border-radius: 10px;
  padding: 1rem;
}
.strip-latest-resources.with-cta .cta-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.strip-latest-resources.with-cta .cta-title strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.strip-latest-resources.with-cta .pardot-form {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: -5rem;
  display: flex;
  justify-content: center;
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
}
.strip-latest-resources .content {
  height: 100%;
  width: 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.strip-latest-resources .content strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.strip-latest-resources .content .title {
  padding-top: 1rem;
  max-width: 75rem;
  text-align: center;
  margin: 0 auto;
}
.strip-latest-resources .content .title h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.strip-latest-resources .recent-posts .results-ctn {
  display: flex;
  flex-wrap: wrap;
}
.strip-latest-resources .recent-posts .article-link {
  flex: 1 1 33%;
  height: auto;
}
@media (max-width: 768px) {
  .strip-latest-resources .recent-posts .article-link {
    flex: 1 1 100% !important;
  }
}
.strip-latest-resources .recent-posts article .entry-image {
  width: 175px;
}
.strip-latest-resources .recent-posts article .entry-meta-row {
  margin: 0.5rem 0;
}
.strip-latest-resources .recent-posts .entry-excerpt {
  color: #2f323f;
  font-size: 0.9rem;
}
/* CTA strip with banner */
.strip-cta {
  padding: 5vh 1em;
  padding-right: 0px;
  background-color: white;
  overflow: hidden;
}
.strip-cta.wide {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .strip-cta.wide {
    background-size: cover;
  }
}
.strip-cta.wide .col-ctn {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 2em;
  padding-right: 2em;
}
.strip-cta.wide .text-ctn {
  max-width: 40em;
  min-width: 300px;
  padding-bottom: 40px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
}
.strip-cta.wide .text-ctn h3 {
  text-transform: uppercase;
}
.strip-cta.wide .text-ctn h1 {
  margin-top: 0;
}
.strip-cta.svg-image {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.strip-cta.svg-image .text-ctn {
  z-index: 1;
  position: relative;
  padding-bottom: 80px;
}
.strip-cta.svg-image .image-bottom {
  position: absolute;
  bottom: 0;
  z-index: 0;
  display: block;
}
.strip-cta.svg-image .image-bottom #coin {
  position: relative;
  display: inline-block;
}
.strip-cta.svg-image .image-bottom #coin:hover {
  cursor: pointer !important;
}
.strip-cta.svg-image .image-bottom #coin:hover ellipse,
.strip-cta.svg-image .image-bottom #coin:hover path {
  fill: #ffb54f !important;
}
.strip-cta.svg-image .image-bottom #coin:hover ellipse {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.strip-cta.svg-image .image-bottom #coin:hover g path {
  fill: #2f323f !important;
}
.strip-cta.svg-image #tooltip {
  width: 175px;
  height: 30px;
  padding: 5px 10px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: white;
  background-color: #2f323f;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 6px;
  position: absolute;
  display: none;
  z-index: 100;
}
.strip-cta .col-ctn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 2em;
  max-width: 1200px;
  margin: 0 auto;
}
.strip-cta .left-ctn {
  flex: 1;
  min-width: 300px;
  margin-left: -20%;
}
.strip-cta .right-ctn {
  flex: 1;
  min-width: 300px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
.strip-cta .right-ctn h3 {
  text-transform: uppercase;
}
.strip-cta .right-ctn h1 {
  margin-top: 0;
}
.strip-cta .subtext {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.strip-cta .subtext p {
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 2em;
}
.strip-cta .button {
  margin-left: 0;
}
.strip-cta .buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .strip-cta .buttons {
    justify-content: center;
  }
}
/* Location strip */
.location-strip {
  background: white;
}
.location-strip .top-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 30px 0;
}
.location-strip .top-ctn .text {
  flex: 1 1 100%;
  max-width: 60rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 3rem;
}
.location-strip .top-ctn .location-row {
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .location-strip .top-ctn .location-row {
    flex-wrap: wrap;
  }
  .location-strip .top-ctn .location-row .location-item {
    flex: 1 1 100%;
  }
}
.location-strip .top-ctn .location-row .location-item {
  padding: 20px;
  margin-left: 15px;
  margin-right: 15px;
  color: #595c66;
}
.location-strip .top-ctn .location-row .location-item h3 {
  margin-bottom: 1rem;
  color: #2f323f;
}
.location-strip .top-ctn .location-row .location-item p {
  margin: 0;
}
.location-strip .top-ctn .location-row .location-item .top-ctn {
  margin: 0;
}
.location-strip .top-ctn .location-row .location-item .top-ctn img,
.location-strip .top-ctn .location-row .location-item .top-ctn svg {
  max-width: 75px;
}
.location-strip
  .top-ctn
  .location-row
  .location-item
  .top-ctn
  img
  #main-color
  path,
.location-strip
  .top-ctn
  .location-row
  .location-item
  .top-ctn
  svg
  #main-color
  path {
  fill: #2f323f !important;
}
.location-strip
  .top-ctn
  .location-row
  .location-item
  .top-ctn
  img
  #accent-color
  path,
.location-strip
  .top-ctn
  .location-row
  .location-item
  .top-ctn
  svg
  #accent-color
  path {
  fill: #ff3469 !important;
}
.location-strip
  .top-ctn
  .location-row
  .location-item
  .top-ctn
  img
  #accent-color
  rect,
.location-strip
  .top-ctn
  .location-row
  .location-item
  .top-ctn
  svg
  #accent-color
  rect {
  fill: #ff3469 !important;
}
.location-strip .top-ctn .email-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.location-strip .top-ctn .email-row h3 {
  text-transform: uppercase;
  color: #ff3469;
}
.location-strip .top-ctn .email-row a {
  color: #2f323f;
}
.location-strip .top-ctn .email-row a:hover {
  color: #ff3469;
}
.location-strip .top-ctn .email-row img,
.location-strip .top-ctn .email-row svg {
  width: 45px;
  height: 45px;
}
.location-strip .top-ctn .email-row img #accent-color path,
.location-strip .top-ctn .email-row svg #accent-color path {
  fill: #ff3469;
}
.location-strip .location-map-toggle {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  border: none;
  color: #8a8c8f;
  margin-right: 5px;
  padding: 0.6rem 1rem;
}
.location-strip .location-map-toggle.active {
  background: #ff3469;
  color: white;
}
.location-strip .location-map-toggle:hover {
  cursor: pointer;
}
.location-strip .location-map {
  margin: 30px 0;
  display: none;
}
.location-strip .location-map.active {
  display: block;
}
/* Content Strip */
.strip-content-strip {
  background: white;
  padding: 20px;
}
.strip-content-strip a {
  color: #ff3469 !important;
}
.strip-content-strip li {
  padding-right: 20px;
  line-height: 2;
  margin-bottom: 20px;
  margin-right: 40px;
}
/* Illustration strip */
.strip-illustration {
  background: white;
  padding: 60px 0px 100px 0px;
}
.strip-illustration .left-right-ctn .wrap {
  display: flex;
  align-items: center;
}
.strip-illustration .left-right-ctn .right-ctn img {
  flex: 1;
  min-width: 300px;
}
.strip-illustration .center-ctn .wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.strip-illustration .text {
  color: #5e5e5f;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  width: 100%;
}
.strip-illustration .text h2 {
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: auto;
  max-width: 70%;
  text-align: center;
}
.strip-illustration .number-ctn {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-right: auto;
}
.strip-illustration .number-ctn .number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 1.2em;
  padding: 10px;
}
.strip-illustration .img-ctn {
  width: 100%;
  text-align: center;
}
/* Features strip */
.features-strip {
  padding: 6rem 0;
  background: #1d1f2b;
  color: white;
}
.features-strip .title {
  text-align: center;
  margin-bottom: 2rem;
}
.features-strip .title h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.features-strip .features-ctn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.features-strip .features-ctn .feature-row {
  margin: 3rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .features-strip .features-ctn .feature-row {
    flex-wrap: wrap;
    margin: 2rem 0;
  }
  .features-strip .features-ctn .feature-row .feature-title,
  .features-strip .features-ctn .feature-row .feature-image,
  .features-strip .features-ctn .feature-row .feature-dropdown {
    flex: 1 1 100% !important;
    margin-right: 0;
  }
  .features-strip .features-ctn .feature-row .feature-title {
    order: 1 !important;
  }
  .features-strip .features-ctn .feature-row .feature-image,
  .features-strip .features-ctn .feature-row .feature-dropdown {
    order: 2 !important;
  }
}
.features-strip .features-ctn .feature-row .feature-title {
  flex: 1;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .features-strip .features-ctn .feature-row .feature-title {
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
.features-strip .features-ctn .feature-row .feature-image,
.features-strip .features-ctn .feature-row .feature-dropdown {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .features-strip .features-ctn .feature-row .feature-image,
  .features-strip .features-ctn .feature-row .feature-dropdown {
    margin-bottom: 2rem;
  }
}
.features-strip .features-ctn .feature-row:nth-child(even) .feature-dropdown {
  order: 1;
  margin-right: 2rem;
}
.features-strip .features-ctn .feature-row:nth-child(even) .feature-title {
  order: 2;
}
@media (max-width: 768px) {
  .features-strip .features-ctn .feature-row:nth-child(even) .feature-dropdown {
    margin-right: 0;
  }
}
.features-strip .features-ctn .dropdown-ctn {
  min-width: 500px;
  margin-right: auto;
  color: white;
  /* CAUTION: IE hackery ahead */
  /* target Internet Explorer 9 to undo the custom arrow */
}
@media (max-width: 992px) {
  .features-strip .features-ctn .dropdown-ctn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 568px) {
  .features-strip .features-ctn .dropdown-ctn {
    min-width: auto;
  }
}
.features-strip .features-ctn .dropdown-ctn select {
  margin-top: 1rem;
  width: 100%;
  font-size: 1rem;
  padding: 5px 35px 5px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  color: #8a8c8f;
}
.features-strip .features-ctn .dropdown-ctn select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}
@media screen and (min-width: 0\0) {
  .features-strip .features-ctn .dropdown-ctn select {
    background: none\9;
    padding: 5px \9;
  }
}
.features-strip .features-ctn .dropdown-ctn h3,
.features-strip .features-ctn .dropdown-ctn h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.features-strip .features-ctn .dropdown-ctn label {
  font-size: 1.3rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.features-strip .features-ctn .dropdown-ctn .dropdown-top-ctn {
  display: flex;
  align-items: baseline;
}
@media (max-width: 768px) {
  .features-strip .features-ctn .dropdown-ctn .dropdown-top-ctn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .features-strip
    .features-ctn
    .dropdown-ctn
    .dropdown-top-ctn
    #dropdownSelectedValue {
    margin-right: auto;
  }
}
.features-strip
  .features-ctn
  .dropdown-ctn
  .dropdown-top-ctn
  #dropdownSelectedValue {
  color: #ff3469;
  font-size: 2.25rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: auto;
}
.features-strip .features-ctn .dropdown-ctn .dropdown-bottom-ctn {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .features-strip .features-ctn .dropdown-ctn .dropdown-bottom-ctn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .features-strip
    .features-ctn
    .dropdown-ctn
    .dropdown-bottom-ctn
    .dropdown-subtext {
    text-align: center;
    flex: 1 1 100%;
  }
  .features-strip .features-ctn .dropdown-ctn .dropdown-bottom-ctn .button {
    margin-right: auto;
  }
}
.features-strip
  .features-ctn
  .dropdown-ctn
  .dropdown-bottom-ctn
  .dropdown-subtext {
  line-height: 1;
}
.features-strip .features-ctn .dropdown-ctn .dropdown-bottom-ctn p {
  margin: 0;
}
.features-strip .features-ctn .dropdown-ctn .dropdown-bottom-ctn .button {
  margin-left: auto;
  background: transparent linear-gradient(135deg, #ff3469 0%, #ff9f1c 100%) 0%
    0% no-repeat padding-box;
  border-color: transparent;
}
.features-strip .features-ctn .dropdown-ctn .dropdown-bottom-ctn .button:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.take-a-tour-strip {
  overflow: hidden;
}
.take-a-tour-strip .top-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #f4f6f9;
  min-height: 30vh;
}
.take-a-tour-strip .top-ctn .wrap {
  width: 100%;
}
.take-a-tour-strip .top-ctn h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  margin: 0.5em 0;
}
.take-a-tour-strip .top-ctn h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.take-a-tour-strip .top-ctn p {
  margin-top: 0;
}
.take-a-tour-strip .top-ctn .subtext {
  display: flex;
  flex-wrap: wrap;
}
.take-a-tour-strip .top-ctn .subtext .subtext-item {
  flex: 1;
  padding: 0px 20px;
}
@media (max-width: 768px) {
  .take-a-tour-strip .top-ctn .subtext .subtext-item {
    flex: 1 1 100%;
    padding: 0;
    text-align: center;
  }
  .take-a-tour-strip .top-ctn .subtext .subtext-item p {
    max-width: 100%;
  }
}
.take-a-tour-strip .top-ctn .subtext p {
  max-width: 40em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.take-a-tour-strip .text-ctn {
  margin-top: auto;
}
.take-a-tour-strip .content-ctn {
  display: flex;
  flex-direction: column;
  margin: 2rem auto;
  min-height: 60vh;
}
.take-a-tour-strip .tour-tabs {
  margin-top: auto;
  width: 100%;
}
.take-a-tour-strip .tour-tabs .tab-ctn {
  display: flex;
  background: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0px -45px 57px -25px rgba(174, 200, 216, 0.68);
}
@media (max-width: 768px) {
  .take-a-tour-strip .tour-tabs .tab-ctn {
    justify-content: center;
    margin-right: 0;
    flex-direction: column;
  }
  .take-a-tour-strip .tour-tabs .tab-ctn .tab {
    text-align: center;
  }
}
.take-a-tour-strip .tour-tabs .tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #8a8c8f;
  padding: 1.5rem;
  border-top: 4px solid transparent;
}
.take-a-tour-strip .tour-tabs .tab:hover {
  cursor: pointer;
  background: #f7f9fb;
}
.take-a-tour-strip .tour-tabs .tab:hover.roseate {
  color: #ff3469;
}
.take-a-tour-strip .tour-tabs .tab:hover.atmos {
  color: #00ccfd;
}
.take-a-tour-strip .tour-tabs .tab:hover.gold {
  color: #ff9f1c;
}
.take-a-tour-strip .tour-tabs .tab:hover.success {
  color: #4db96e;
}
.take-a-tour-strip .tour-tabs .tab .title {
  margin: 0;
  font-size: 1em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.take-a-tour-strip .tour-tabs .tab.active {
  border-top: 4px solid #00ccfd;
}
.take-a-tour-strip .tour-tabs .tab.active.roseate {
  color: #ff3469;
  border-top: 4px solid #ff3469;
}
.take-a-tour-strip .tour-tabs .tab.active.atmos {
  color: #00ccfd;
  border-top: 4px solid #00ccfd;
}
.take-a-tour-strip .tour-tabs .tab.active.gold {
  color: #ff9f1c;
  border-top: 4px solid #ff9f1c;
}
.take-a-tour-strip .tour-tabs .tab.active.success {
  color: #4db96e;
  border-top: 4px solid #4db96e;
}
.take-a-tour-strip .selected-tour-ctn {
  display: none;
}
.take-a-tour-strip .selected-tour-ctn.active {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 5vh;
}
.take-a-tour-strip .selected-tour-ctn.active .tour-title-ctn {
  flex: 1 1 100%;
  margin-bottom: 40px;
}
.take-a-tour-strip .selected-tour-ctn.active .screenshot-ctn {
  position: absolute;
  right: -55%;
  top: -20%;
}
@media (max-width: 768px) {
  .take-a-tour-strip .selected-tour-ctn .features-list {
    grid-template-columns: 1fr;
  }
}
.take-a-tour-strip .explore-text {
  text-align: center;
}
.take-a-tour-strip .tour-title h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  margin: 0.5em 0;
}
.take-a-tour-strip .tour-title h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.take-a-tour-strip .tour-title .subtext {
  display: flex;
  flex-wrap: wrap;
}
.take-a-tour-strip .tour-title .subtext .subtext-item {
  flex: 1;
  padding-right: 20px;
  color: #595c66;
}
@media (max-width: 768px) {
  .take-a-tour-strip .tour-title .subtext .subtext-item {
    flex: 1 1 100%;
    padding: 0;
    text-align: center;
  }
  .take-a-tour-strip .tour-title .subtext .subtext-item p {
    max-width: 100%;
  }
}
.take-a-tour-strip .tour-title .subtext p {
  max-width: 40em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.take-a-tour-strip .features-and-screenshot-ctn {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .take-a-tour-strip .features-and-screenshot-ctn .features-list {
    margin-top: 60%;
    width: 100%;
  }
  .take-a-tour-strip .features-and-screenshot-ctn .features-list.full-width {
    margin-top: auto;
    width: 100%;
  }
  .take-a-tour-strip .features-and-screenshot-ctn .screenshot-ctn {
    top: 0 !important;
    right: auto !important;
  }
}
.take-a-tour-strip .features-list {
  width: 50%;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  z-index: 1;
  position: relative;
}
.take-a-tour-strip .features-list.full-width {
  width: 100%;
}
.take-a-tour-strip .features-list .explore-text {
  color: #00ccfd;
  padding-right: 20px;
}
.take-a-tour-strip .features-list .active {
  background: #f4f6f9;
}
.take-a-tour-strip .features-list.roseate svg path {
  fill: #ff3469;
}
.take-a-tour-strip .features-list.atmos svg path {
  fill: #00ccfd;
}
.take-a-tour-strip .features-list.gold svg path {
  fill: #ff9f1c;
}
.take-a-tour-strip .features-list.success svg path {
  fill: #4db96e;
}
.take-a-tour-strip .feature-screenshot {
  display: none;
  position: relative;
}
.take-a-tour-strip .feature-screenshot.active {
  display: flex;
  justify-content: center;
  animation: fadeIn 0.5s both;
  position: relative;
  z-index: -1;
}
.take-a-tour-strip .feature-screenshot.active img {
  max-height: 800px;
}
@media (max-width: 768px) {
  .take-a-tour-strip .feature-screenshot.active img {
    max-height: 500px;
  }
}
.take-a-tour-strip .feature-screenshot .screenshot {
  z-index: 2;
}
.take-a-tour-strip .feature-item {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  box-shadow: 2px 5px 38px 0px rgba(74, 74, 74, 0.26);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .take-a-tour-strip .feature-item {
    flex: 1 1 100%;
    align-items: center;
  }
  .take-a-tour-strip .feature-item p {
    text-align: center;
  }
}
.take-a-tour-strip .feature-item:hover {
  cursor: pointer;
}
.take-a-tour-strip .feature-item .feature-icon img {
  width: 40px;
  height: 40px;
}
.take-a-tour-strip .feature-item .feature-icon svg {
  width: 40px;
  height: 40px;
}
.take-a-tour-strip .feature-item .feature-text-ctn {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.take-a-tour-strip .feature-item .feature-name {
  margin: 0.5em 0;
  margin-bottom: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.take-a-tour-strip .feature-item .feature-text p {
  margin-top: 0;
  font-size: 0.9em;
  line-height: 26px;
  color: #595c66;
}
.app-stats-strip {
  padding: 40px 0;
}
.app-stats-strip .top-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.app-stats-strip .top-ctn h3 {
  text-transform: uppercase;
}
.app-stats-strip .top-ctn h1 {
  max-width: 21em;
  margin-top: 0;
}
.app-stats-strip .stats-ctn {
  display: flex;
  flex-wrap: wrap;
}
.app-stats-strip .stats-ctn .stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
@media (max-width: 768px) {
  .app-stats-strip .stats-ctn .stat {
    flex: 1 1 100%;
  }
}
.app-stats-strip .stats-ctn .stat .value {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7em;
  margin: 5px 0;
  text-align: center;
}
.app-stats-strip .stats-ctn .stat .value a {
  color: #2f323f;
}
.app-stats-strip .stats-ctn .stat .value a:hover {
  text-decoration: underline;
}
.app-stats-strip .stats-ctn .stat .text {
  text-align: center;
}
.app-stats-strip .stats-ctn .stat img {
  max-width: 100%;
  height: 65px;
  text-align: center;
}
.app-stats-strip .error-loading-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* Page specific strip overrides */
.take-a-tour .left-ctn h1 {
  font-size: 2.5em;
}
.take-a-tour .right-ctn {
  flex: 2 !important;
}
.how-it-works .left-ctn h1 {
  font-size: 2.5em;
}
.how-it-works .right-ctn {
  flex: 2 !important;
}
.customers-strip {
  padding: 3rem 0;
  text-align: center;
}
.customers-strip.dark {
  color: white;
  background: #1d1f2b;
}
.customers-strip .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.customers-strip .customers-ctn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
}
.customers-strip .customers-ctn .image {
  margin: 0.5rem;
}
.customers-strip .customers-ctn img {
  max-width: 150px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
}
.customers-strip .testimonial {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.customers-strip .testimonial .quote {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.customers-strip .testimonial .quote .quote {
  background: #2f323f;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
}
.customers-strip .testimonial .quote .quote h2,
.customers-strip .testimonial .quote .quote h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.customers-strip .testimonial .quote .quote h2 strong,
.customers-strip .testimonial .quote .quote h3 strong {
  color: #ff3469;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.customers-strip .testimonial .quote .quote:after,
.customers-strip .testimonial .quote .quote:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.customers-strip .testimonial .quote .quote:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #2f323f;
  border-width: 10px;
  margin-left: -10px;
}
.customers-strip .testimonial .quote.main {
  flex: 2;
}
@media (max-width: 768px) {
  .customers-strip .testimonial .quote.main {
    order: 1;
  }
}
.customers-strip .testimonial .quote.main .quote {
  background: none;
}
.customers-strip .testimonial .quote.main .quote:before,
.customers-strip .testimonial .quote.main .quote:after {
  display: none;
}
.customers-strip .testimonial .quote h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 40rem;
}
.customers-strip .testimonial .quote img {
  max-width: 50px;
}
.platform-strip .content {
  background: #1d1f2b;
  color: white;
  padding: 3rem 0;
}
.platform-strip .title {
  text-align: center;
}
.platform-strip .card-ctn {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.platform-strip .card {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #2f323f;
  border-radius: 4px;
  padding: 1rem;
  margin: 0.25rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .platform-strip .card {
    flex: 1 1 100%;
    min-width: auto;
  }
}
.platform-strip .card.graphic {
  min-width: 500px;
  flex: 1.5;
  flex-direction: row;
}
.platform-strip .card.graphic .text {
  margin-right: 270px;
}
.platform-strip .card.graphic .text p {
  text-align: right;
}
.platform-strip .card.graphic .card-graphic {
  visibility: hidden;
  position: absolute;
  right: 20px;
  z-index: 2;
}
.platform-strip .card.graphic .card-graphic svg {
  width: 250px;
  overflow: visible;
}
@media (max-width: 768px) {
  .platform-strip .card.graphic {
    min-width: auto;
    flex-wrap: wrap;
  }
  .platform-strip .card.graphic .text,
  .platform-strip .card.graphic .card-graphic {
    flex: 1 1 100%;
    position: relative;
    right: 0;
  }
  .platform-strip .card.graphic .text {
    order: 2;
    margin-right: 0;
  }
  .platform-strip .card.graphic .text p {
    text-align: center;
  }
  .platform-strip .card.graphic .card-graphic {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .platform-strip .card {
    flex: 1 1 100%;
  }
}
.platform-strip .card .column {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.platform-strip .card .column.title {
  margin-top: 2rem;
}
.platform-strip .card .column.text {
  margin-top: 1rem;
}
.platform-strip .card .card-icon {
  position: absolute;
  top: -30px;
}
.platform-strip .card .card-icon img {
  max-width: 100%;
  height: 60px;
}
.platform-strip .card .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.platform-strip .card p {
  text-align: center;
}
.platform-strip .card-3 img {
  max-width: 200px;
}
.platform-strip .bottom-text-ctn {
  margin: 3rem auto;
  max-width: 60rem;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .platform-strip .bottom-text-ctn {
    font-size: 1rem;
  }
}
.all-resources .strip-general-page-jumbotron {
  min-height: 20vh;
}
.all-resources .strip-general-page-jumbotron h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.all-resources .strip-general-page-jumbotron h1:hover {
  text-decoration: underline;
}
.all-resources .strip-general-page-jumbotron .top-ctn {
  width: 100%;
  justify-content: flex-start;
}
.all-resources .strip-general-page-jumbotron .top-ctn a {
  color: white;
}
.post-type-archive-resource .strip-general-page-jumbotron {
  min-height: 40vh;
}
.post-type-archive-resource .right-ctn {
  flex: 2 !important;
}
/* Pricing strip */
.pricing-strip {
  padding: 40px 0;
  position: relative;
}
.pricing-strip .title {
  text-align: center;
  margin-bottom: 100px;
  color: white;
}
.pricing-strip .switch-field {
  display: flex;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.pricing-strip .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.pricing-strip .switch-field input:checked + label {
  background-color: #ff3469;
  color: white;
  box-shadow: none;
}
.pricing-strip .switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-align: center;
  padding: 8px 20px;
  margin-right: -1px;
  transition: all 0.1s ease-in-out;
}
.pricing-strip .switch-field label:hover {
  cursor: pointer;
}
.pricing-strip .switch-field label:first-of-type {
  border-radius: 20px 0 0 20px;
}
.pricing-strip .switch-field label:last-of-type {
  border-radius: 0 20px 20px 0;
}
.pricing-strip .background {
  height: calc(100% - 350px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.pricing-strip .pricing-ctn {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.pricing-strip .pricing-ctn .pricing-row {
  flex: 1;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 5px;
  position: relative;
}
@media (max-width: 768px) {
  .pricing-strip .pricing-ctn .pricing-row {
    flex: 1 1 100%;
  }
}
.pricing-strip .pricing-ctn .pricing-row.dark-mode .pricing-card {
  background: #1d1f2b;
  color: white;
}
.pricing-strip .pricing-ctn .pricing-row.dark-mode .pricing-divider {
  background: #ff3469;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-card {
  border-radius: 4px;
  background: white;
  width: 100%;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pricing-strip .pricing-ctn .pricing-row img {
  margin-top: 2rem;
}
.pricing-strip .pricing-ctn .pricing-row svg {
  width: 60px;
  height: 60px;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 2rem;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-title h3 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-title h3 strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff3469;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-divider {
  margin: 1rem auto;
  width: 100px;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-icon {
  position: absolute;
  top: -30px;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-icon-text {
  position: absolute;
  top: -1rem;
  padding: 5px 10px;
  background-image: linear-gradient(
    to right,
    rgba(255, 52, 105, 1),
    rgba(255, 159, 28, 1) 100%
  );
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  border-radius: 4px;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-features {
  margin-bottom: auto;
  font-size: 0.9rem;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-features br {
  line-height: 28px;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-price {
  text-align: center;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-price-subtext {
  text-align: center;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-price-subtext p {
  margin-top: 0;
}
.pricing-strip .pricing-ctn .pricing-row .pricing-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-strip .pricing-ctn .cta-ctn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pricing-strip .pricing-ctn .cta-ctn h2 {
  text-align: center;
  color: white;
  margin: 1rem 0;
}
.pricing-strip .pricing-ctn .cta-ctn .pardot-form {
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}
.c-level-strip {
  padding: 80px 1em;
}
.c-level-strip .title {
  text-align: left;
  margin-bottom: 2rem;
}
.c-level-strip .c-level-employees-ctn {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-level-strip .c-level-employees-ctn .employee {
  padding: 20px;
  flex-basis: 50%;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .c-level-strip .c-level-employees-ctn .employee {
    flex-basis: 100% !important;
  }
}
.c-level-strip .c-level-employees-ctn .employee img {
  background: #ebf0f4;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  filter: grayscale(100%);
  margin-right: 1rem;
  box-shadow: 6px 8px 17px -5px rgba(76, 100, 115, 0.68);
}
.c-level-strip .c-level-employees-ctn .job {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-level-strip .c-level-employees-ctn .job .name {
  color: #ff3469;
  margin: 0;
}
.c-level-strip .c-level-employees-ctn .job .job-title {
  margin: 0;
  color: #595c66;
}
.text-strip {
  padding-bottom: 100px;
  background: #f4f6f9;
  text-align: center;
  position: relative;
}
.text-strip .title-icon {
  max-width: 200px;
  margin: 0 auto;
}
.text-strip h2 {
  max-width: 30em;
  margin: 0 auto;
}
.employees-strip {
  padding: 40px 1em;
  padding-bottom: 10vh;
}
.employees-strip .title {
  text-align: center;
  margin-bottom: 100px;
}
.employees-strip .employees-ctn {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.employees-strip .employees-ctn .employee {
  padding: 20px;
  flex-basis: 33%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .employees-strip .employees-ctn .employee {
    flex-basis: 100% !important;
  }
}
.employees-strip .employees-ctn .employee img {
  background: #ebf0f4;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  filter: grayscale(100%);
}
.employees-strip .employees-ctn .employee:hover img {
  filter: none;
}
.employees-strip .employees-ctn .name {
  text-transform: uppercase;
}
.employees-strip .employees-ctn .job-title {
  margin: 0;
  color: #ff3469;
  text-align: center;
}
.employees-strip .employees-ctn .bio {
  max-width: 15em;
  text-align: center;
}
.careers-strip {
  background: #f4f6f9;
  padding: 40px 1em;
}
.careers-strip .text-ctn {
  display: flex;
  flex-direction: column;
}
.careers-strip .text-ctn h3 {
  text-transform: uppercase;
  margin: 0;
}
.careers-strip .text-ctn h2 {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .careers-strip .text-ctn {
    text-align: center;
  }
}
.careers-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.careers-strip .left-ctn,
.careers-strip .right-ctn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .careers-strip .left-ctn,
  .careers-strip .right-ctn {
    flex: 1 100%;
  }
}
.careers-strip .right-ctn .btn-roseate {
  background: white;
  color: #ff3469 !important;
}
.careers-strip .right-ctn .btn-roseate:hover {
  color: #2f323f !important;
}
.open-positions-strip {
  padding: 40px 1em;
  padding-bottom: 10vh;
}
.open-positions-strip .title {
  text-align: center;
  margin-bottom: 40px;
}
.open-positions-strip .open-positions-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.open-positions-strip .open-positions-ctn .position-row {
  width: 80%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .open-positions-strip .open-positions-ctn .position-row {
    flex-basis: 100% !important;
  }
}
.open-positions-strip .open-positions-ctn .position-row:first-child {
  border-top: 1px solid #ebf0f4;
}
.open-positions-strip .open-positions-ctn .position-row .column {
  flex: 1;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px 0px;
}
@media (max-width: 768px) {
  .open-positions-strip .open-positions-ctn .position-row .column {
    flex: 1 1 100%;
  }
  .open-positions-strip .open-positions-ctn .position-row .column:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebf0f4;
  }
}
.open-positions-strip .open-positions-ctn .position-row .location {
  color: #ff3469;
}
.open-positions-strip .link {
  text-align: center;
}
.lead-details-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gm-style .gm-style-iw-c {
  padding: 1rem !important;
}
.gm-style .gm-style-iw-c p {
  margin: 0;
}
.contact-us-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  background-color: white;
  padding: 20px;
}
@media (max-width: 768px) {
  .contact-us-form .wrap {
    padding: 0;
  }
}
.contact-us-form iframe {
  margin-top: -10vh;
  position: relative;
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
}
.page-id-726 .strip-general-page-jumbotron,
.page-id-731 .strip-general-page-jumbotron {
  min-height: 20vh;
}
.search-results-page .search-results h3 {
  margin-bottom: 1rem;
}
.legal-page a:hover {
  text-decoration: underline !important;
}
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
#page {
  position: relative;
  word-wrap: break-word;
}
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wrap.wide {
  max-width: 1400px;
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .wrap.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .wrap ul {
    margin-left: 0;
    padding-left: 0;
  }
}
.divider {
  background-color: #b5b8be;
  width: 20vw;
  min-width: 300px;
  max-width: 500px;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* 404 page */
.error404 .search-for-posts {
  text-align: center;
}
.error404 .search-for-posts .search-heading {
  margin-bottom: 0;
}
/* Single featured image header */
.single-featured-image-header {
  min-height: 25vh;
  background-position: center;
  position: relative;
}
/* Blog index page  */
@media screen and (min-width: 48em) {
  .blog-index-page .search-for-posts .wrap {
    max-width: 1000px;
  }
}
.blog-index-page .top-wave {
  min-height: 40vh;
  background: #f4f6f9;
  position: relative;
}
.blog-index-page .top-wave:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 20vh;
  pointer-events: none;
  background: url('/wp-content/uploads/2018/03/wave-white.svg') center top
    no-repeat;
  background-size: 100% 100%;
}
.search-for-posts {
  background: white;
  padding: 60px 0px 100px 0px;
  overflow: visible !important;
  z-index: 4;
  position: relative;
}
.search-for-posts .search-heading {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 1.5em 0;
}
.search-for-posts .search-heading .archive-tag {
  color: #5e5f5f;
  text-transform: uppercase;
  font-size: 0.6em;
  border: 1px solid lightgray;
  padding: 2px 10px;
  border-radius: 4px;
}
.search-for-posts .search-input-ctn {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* Individual Post Page */
@media screen and (min-width: 768px) {
  .individual-post-page .wrap {
    max-width: 800px;
  }
}
.individual-post-page .related-posts .article-link {
  width: 100%;
}
.individual-post-page .related-posts .article-link .post {
  box-shadow: none;
}
.individual-post-page .related-posts .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  text-align: center;
}
.individual-post-page .related-posts .entry-meta {
  padding-bottom: 0;
  border-bottom: 0;
}
.individual-post-page .title-strip {
  min-height: 10vh;
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center;
}
.individual-post-page .title-strip .wrap {
  max-width: 1200px;
}
.individual-post-page .entry-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  font-size: 1em;
  letter-spacing: normal;
}
.individual-post-page .entry-header .post-author {
  color: #b5b8be;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.individual-post-page .entry-header .post-author .author-name {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2f323f;
}
.individual-post-page .entry-header .post-author .author-title {
  color: #595c66;
}
.individual-post-page .entry-header .post-author-image img {
  border-radius: 50%;
  height: 75px;
  width: 75px;
}
.individual-post-page .entry-header .entry-meta-date {
  margin-top: 10px;
}
.individual-post-page .entry-header .posted-on {
  color: #595c66;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.individual-post-page .entry-header .posted-on .entry-date.published {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #595c66;
}
.individual-post-page .entry-meta {
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}
.individual-post-page .post-container {
  background: white;
  padding: 20px 0 60px 0;
}
.individual-post-page .entry-content p {
  line-height: 35px;
}
.individual-post-page .entry-content a img {
  box-shadow: 3px 3px 5px 3px #d2d2d2 !important;
}
.individual-post-page .entry-content h1,
.individual-post-page .entry-content h2,
.individual-post-page .entry-content h3,
.individual-post-page .entry-content h4,
.individual-post-page .entry-content h5,
.individual-post-page .entry-content h6,
.individual-post-page .entry-content strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 1.2em 0;
}
@media (max-width: 768px) {
  .individual-post-page .entry-content ul {
    padding-left: 0;
  }
}
.individual-post-page .entry-content ul li {
  margin: 1.2em 0;
}
.social-media-strip {
  min-height: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.social-media-strip h1 {
  margin-bottom: 0;
}
.social-media-strip .social-media-ctn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.social-media-strip .social-media-ctn h2 {
  margin-bottom: 0;
  margin-right: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.social-media-strip .social-media-ctn a {
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  text-align: center;
  width: 50px;
}
.social-media-strip .social-media-ctn a .icon {
  fill: #ff3469;
  top: 0.5rem;
}
.social-media-strip .social-media-ctn a:hover {
  background: #ebf0f4;
}
.social-media-strip .social-media-ctn a:hover .icon {
  fill: #2f323f;
}
.social-media-strip .icon-ctn a {
  margin: 20px;
}
.social-media-strip .inner-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.individual-post-page .strip-single-image {
  min-height: 20vh;
}
/* Posts/resources in results */
.recent-posts,
.related-posts,
.search-results {
  padding: 60px 0;
  /* Post thumbnails */
}
.recent-posts .title,
.related-posts .title,
.search-results .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 1rem 0;
}
.recent-posts .title-ctn,
.related-posts .title-ctn,
.search-results .title-ctn {
  display: flex;
  align-items: center;
}
.recent-posts .title-with-divider,
.related-posts .title-with-divider,
.search-results .title-with-divider {
  display: flex;
  align-items: center;
  width: 100%;
}
.recent-posts .title-with-divider .title,
.related-posts .title-with-divider .title,
.search-results .title-with-divider .title {
  white-space: nowrap;
  margin-right: 1rem;
}
.recent-posts .title-with-divider .divider,
.related-posts .title-with-divider .divider,
.search-results .title-with-divider .divider {
  height: 2px;
  width: 100%;
  max-width: 100%;
  background: #eaeaea;
}
@media (max-width: 768px) {
  .recent-posts .title-with-divider .divider,
  .related-posts .title-with-divider .divider,
  .search-results .title-with-divider .divider {
    display: none;
  }
}
.recent-posts .results-ctn,
.related-posts .results-ctn,
.search-results .results-ctn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-row-gap: 0.75rem;
  grid-column-gap: 0.75rem;
}
@media (max-width: 768px) {
  .recent-posts .results-ctn,
  .related-posts .results-ctn,
  .search-results .results-ctn {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.recent-posts .article-link,
.related-posts .article-link,
.search-results .article-link {
  flex: 1 1 50%;
  padding: 10px;
  height: 200px;
}
@media (max-width: 768px) {
  .recent-posts .article-link,
  .related-posts .article-link,
  .search-results .article-link {
    flex: 1 1 100%;
    height: 100%;
  }
}
.recent-posts .centered-title,
.related-posts .centered-title,
.search-results .centered-title {
  text-align: center;
}
.recent-posts .hentry,
.related-posts .hentry,
.search-results .hentry {
  margin: 0;
}
.recent-posts article,
.related-posts article,
.search-results article {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 2px;
  border: none;
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
}
.recent-posts article .post-type-icon,
.related-posts article .post-type-icon,
.search-results article .post-type-icon {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  padding: 0.75rem;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.recent-posts article:hover .post-type-icon,
.related-posts article:hover .post-type-icon,
.search-results article:hover .post-type-icon {
  visibility: visible;
  opacity: 1;
}
.recent-posts article .entry-image,
.related-posts article .entry-image,
.search-results article .entry-image {
  width: 250px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recent-posts article .entry-image .entry-post-type,
.related-posts article .entry-image .entry-post-type,
.search-results article .entry-image .entry-post-type {
  width: 40px;
}
.recent-posts article .entry-summary,
.related-posts article .entry-summary,
.search-results article .entry-summary {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  height: 100%;
  width: 100%;
}
.recent-posts article .entry-meta-row,
.related-posts article .entry-meta-row,
.search-results article .entry-meta-row {
  display: flex;
  align-items: center;
}
.recent-posts article .entry-meta-row .entry-meta.author,
.related-posts article .entry-meta-row .entry-meta.author,
.search-results article .entry-meta-row .entry-meta.author {
  padding-right: 0.25rem;
  margin-right: 0.25rem;
  border-right: 1px solid #b5b8be;
}
@media (max-width: 768px) {
  .recent-posts article .entry-meta-row,
  .related-posts article .entry-meta-row,
  .search-results article .entry-meta-row {
    flex-wrap: wrap;
  }
  .recent-posts article .entry-meta-row .entry-meta.author,
  .related-posts article .entry-meta-row .entry-meta.author,
  .search-results article .entry-meta-row .entry-meta.author {
    border-right: 0;
  }
}
.recent-posts article .entry-meta,
.related-posts article .entry-meta,
.search-results article .entry-meta {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #b5b8be;
}
.recent-posts article .entry-summary a,
.related-posts article .entry-summary a,
.search-results article .entry-summary a {
  box-shadow: none;
}
.recent-posts article .entry-title,
.related-posts article .entry-title,
.search-results article .entry-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2f323f;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.recent-posts article .entry-header,
.related-posts article .entry-header,
.search-results article .entry-header {
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recent-posts article .entry-content p,
.related-posts article .entry-content p,
.search-results article .entry-content p {
  padding: 1em;
}
.recent-posts .no-results,
.related-posts .no-results,
.search-results .no-results {
  margin-top: 40px;
}
.recent-posts .post .post-link,
.related-posts .post .post-link,
.search-results .post .post-link,
.recent-posts .webinar .post-link,
.related-posts .webinar .post-link,
.search-results .webinar .post-link {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin-top: auto;
  margin-bottom: 10px;
}
.recent-posts .post .post-link .link,
.related-posts .post .post-link .link,
.search-results .post .post-link .link,
.recent-posts .webinar .post-link .link,
.related-posts .webinar .post-link .link,
.search-results .webinar .post-link .link {
  display: flex;
  align-items: center;
}
.recent-posts .post .post-link .link-icon,
.related-posts .post .post-link .link-icon,
.search-results .post .post-link .link-icon,
.recent-posts .webinar .post-link .link-icon,
.related-posts .webinar .post-link .link-icon,
.search-results .webinar .post-link .link-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.related-posts .title {
  margin: 2rem 0;
}
/* Upcoming and on-demand webinar index pages */
.upcoming-webinars,
.webinar-library {
  background: white;
}
.upcoming-webinars .posts-ctn,
.webinar-library .posts-ctn {
  min-height: auto;
  padding-top: 2em;
}
.upcoming-webinars .title,
.webinar-library .title {
  text-align: center;
}
.webinars {
  padding: 100px 0;
}
.webinars .title-ribbon {
  margin-bottom: 60px;
}
.webinars .webinars-none {
  padding: 30px 0;
  text-align: center;
}
.webinars .webinars-none a {
  color: #ff3469;
}
.webinars .webinars-none a:hover {
  color: #e7003c;
}
.webinars .bottom-ctn {
  font-size: 1.2em;
  margin-top: 100px;
  padding-top: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.webinars .bottom-ctn .webinar-icon {
  height: 35px;
  width: 35px;
}
/* All Resources template page */
.all-resources .top-ctn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3rem;
}
.all-resources .top-ctn .title {
  flex: 1;
  text-align: left;
}
.all-resources .top-ctn .title h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
.all-resources .top-ctn .subtext {
  margin: 1rem 0;
  max-width: 30rem;
}
.all-resources .top-ctn .search-input-ctn {
  flex: 1;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .all-resources .top-ctn .title {
    flex: 1 1 100%;
  }
  .all-resources .top-ctn .search-input-ctn {
    flex: 1 1 100%;
    margin-left: 0;
  }
}
.all-resources .category-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
}
.all-resources .category-row .category {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  padding: 15px;
}
@media (max-width: 768px) {
  .all-resources .category-row .category {
    flex: 1 1 100%;
  }
}
.all-resources .category-row .category:hover {
  background: #ebf0f4;
}
.all-resources .category-row .category-icon img {
  width: 50px;
  height: 50px;
}
.all-resources .category-row .category-icon svg {
  width: 50px;
  height: 50px;
}
.all-resources .category-row .category-icon svg #accent-color path,
.all-resources .category-row .category-icon svg #accent-color-above path,
.all-resources .category-row .category-icon svg #accent-color rect,
.all-resources .category-row .category-icon svg #accent-color-above rect {
  fill: #2f323f;
}
.all-resources .category-row .category-icon svg #primary-color path,
.all-resources .category-row .category-icon svg #primary-color rect {
  fill: #2f323f;
}
.all-resources .resources-none {
  padding: 30px 0;
  text-align: center;
}
.all-resources .resources-none a {
  color: #ff3469;
}
.all-resources .resources-none a:hover {
  color: #e7003c;
}
.all-resources .bottom-ctn {
  font-size: 1.2em;
  margin-top: 100px;
  padding-top: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.all-resources .bottom-ctn .resource-icon {
  height: 35px;
  width: 35px;
}
/* Single webinar post */
.single-webinar {
  background: white;
}
.single-webinar .webinar-container {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-webinar .webinar-container .title-strip {
  flex: 1 1 100%;
  padding-bottom: 10px;
  text-align: center;
}
.single-webinar .webinar-container .title-strip .entry-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  margin-top: 0;
}
.single-webinar .webinar-container .webinar-details {
  flex: 1 1 100%;
  margin: 2rem 0;
}
.single-webinar .webinar-container .webinar-content {
  flex: 2 0 300px;
  padding-bottom: 4rem;
}
.single-webinar .webinar-container .webinar-content .entry-header {
  padding-bottom: 40px;
}
.single-webinar .webinar-container .webinar-content .divider {
  margin-top: 3rem;
}
.single-webinar .webinar-container .webinar-content .social-media-ctn {
  display: flex;
}
.single-webinar .webinar-container .webinar-content .social-media-ctn h2 {
  margin-bottom: 0;
  margin-right: auto;
}
.single-webinar .webinar-container .webinar-content .social-media-ctn a {
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  text-align: center;
  width: 50px;
}
.single-webinar .webinar-container .webinar-content .social-media-ctn a .icon {
  fill: #ff3469;
  top: 0.5rem;
}
.single-webinar .webinar-container .webinar-content .social-media-ctn a:hover {
  background: #ebf0f4;
}
.single-webinar
  .webinar-container
  .webinar-content
  .social-media-ctn
  a:hover
  .icon {
  fill: #2f323f;
}
.single-webinar .webinar-container .webinar-content .icon-ctn a {
  margin: 20px;
}
.single-webinar .webinar-container .webinar-content .icon-ctn a:first-child {
  margin-left: 0;
}
.single-webinar .webinar-container .form-ctn {
  padding: 1em 2em;
  display: flex;
  align-items: center;
  flex-direction: column;
  animation: fadeIn 2s ease-in-out;
  -webkit-animation: fadeIn 2s ease-in-out;
}
@media screen and (max-width: 900px) {
  .single-webinar .webinar-container .form-ctn {
    padding: 0;
    justify-content: center;
    width: 100%;
  }
}
.single-webinar .webinar-container .form-ctn .pardot-form iframe {
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
}
.single-webinar .webinar-container .entry-meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .single-webinar .webinar-container .entry-meta .meta-row {
    flex: 1 1 100% !important;
    align-items: center;
    text-align: center;
  }
}
.single-webinar .webinar-container .entry-meta .icon {
  width: 50px;
  height: 50px;
}
.single-webinar .webinar-container .entry-meta .meta-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-webinar .webinar-container .entry-meta .meta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0px;
  flex: 1;
  color: #8a8c8f;
}
.single-webinar
  .webinar-container
  .entry-meta
  .meta-row.time-details
  .meta-item {
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .single-webinar
    .webinar-container
    .entry-meta
    .meta-row.time-details
    .meta-item {
    text-align: center;
  }
}
.single-webinar .webinar-container .entry-meta .meta-item {
  padding: 10px 0;
  flex: 1;
}
@media (max-width: 768px) {
  .single-webinar .webinar-container .entry-meta .meta-item {
    flex: 1 1 100%;
    padding: 10px 0;
  }
}
.single-webinar .webinar-container .entry-meta .meta-item.presenter {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .single-webinar .webinar-container .entry-meta .meta-item.presenter {
    justify-content: center;
  }
}
.single-webinar .webinar-container .entry-meta .meta-item.presenter img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 10px;
  background: #ebf0f4;
}
.single-webinar
  .webinar-container
  .entry-meta
  .meta-item.presenter
  .presenter-details {
  display: flex;
  flex-direction: column;
}
.single-webinar
  .webinar-container
  .entry-meta
  .meta-item.presenter
  .presenter-details
  h4 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.single-webinar
  .webinar-container
  .entry-meta
  .meta-item.presenter
  .presenter-details
  p {
  margin: 0;
  font-size: 0.9em;
}
.single-webinar .webinar-container .entry-meta .meta-item .date-ctn {
  display: flex;
  flex-direction: column;
  padding: 0 1.5em;
}
.single-webinar .webinar-container .entry-meta .meta-item .webinar-time-length {
  padding: 0 1em;
}
.single-webinar .webinar-container .entry-meta > .webinar-date {
  display: flex;
  align-items: center;
  flex: 1;
}
.single-webinar .webinar-container .entry-meta .webinar-presenter-images img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.single-webinar .webinar-container .entry-content h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* Single resource post */
.single-resource {
  background: white;
}
.single-resource .resource-container {
  display: flex;
  flex-flow: row wrap;
  margin-top: 40px;
  margin-bottom: 20px;
}
.single-resource .resource-container .title-strip {
  flex: 1 1 100%;
  padding-bottom: 20px;
}
.single-resource .resource-container .title-strip .subtitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.single-resource .resource-container .title-strip .entry-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
}
.single-resource .resource-container .resource-details {
  flex: 1 1 100%;
}
.single-resource .resource-container .resource-content {
  flex: 2 0 300px;
  padding-bottom: 60px;
}
.single-resource .resource-container .form-ctn {
  padding: 1em 2em;
  display: flex;
  align-items: center;
  flex-direction: column;
  animation: fadeIn 2s ease-in-out;
  -webkit-animation: fadeIn 2s ease-in-out;
}
@media screen and (max-width: 900px) {
  .single-resource .resource-container .form-ctn {
    padding: 0;
    justify-content: center;
    width: 100%;
  }
}
.single-resource .resource-container .form-ctn .title-ribbon-ctn {
  margin-bottom: 40px;
}
.single-resource .resource-container .form-ctn .pardot-form iframe {
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
}
.single-resource .resource-container .entry-meta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.single-resource .resource-container .entry-meta .meta-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-resource .resource-container .entry-meta .meta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0px;
  color: #8a8c8f;
}
.single-resource .resource-container .entry-meta .meta-item {
  padding: 10px 0;
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .single-resource .resource-container .entry-meta .meta-item {
    flex: 1 1 100%;
    padding: 10px 0;
  }
}
.single-resource .resource-container .entry-meta .meta-item .date-ctn {
  display: flex;
  flex-direction: column;
  padding: 0 1.5em;
}
.single-resource .resource-container .entry-content h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.single-resource .resource-container .entry-content .divider {
  margin-top: 3rem;
}
.single-resource .resource-container .entry-content .social-media-ctn {
  display: flex;
}
.single-resource .resource-container .entry-content .social-media-ctn h2 {
  margin-bottom: 0;
  margin-right: auto;
}
.single-resource .resource-container .entry-content .social-media-ctn a {
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  text-align: center;
  width: 50px;
}
.single-resource .resource-container .entry-content .social-media-ctn a .icon {
  fill: #ff3469;
  top: 0.5rem;
}
.single-resource .resource-container .entry-content .social-media-ctn a:hover {
  background: #ebf0f4;
}
.single-resource
  .resource-container
  .entry-content
  .social-media-ctn
  a:hover
  .icon {
  fill: #2f323f;
}
.single-resource .resource-container .entry-content .icon-ctn a {
  margin: 20px;
}
.single-resource .resource-container .entry-content .icon-ctn a:first-child {
  margin-left: 0;
}
/* FAQs */
.faqs {
  padding-bottom: 5vh;
}
.faqs .title {
  text-align: left;
  margin: 3rem 0;
}
.faqs .title h1 {
  font-size: 3rem;
}
.faqs .title a:hover {
  text-decoration: underline;
}
.faqs .title .title-icon img {
  width: 400px;
}
.faqs .title .title-icon svg {
  width: 50px;
  height: 50px;
}
.faqs .title .title-icon svg #primary-color path:nth-child(3),
.faqs .title .title-icon svg #primary-color path:nth-child(4) {
  fill: #00ccfd;
}
.faqs .title .subtext {
  margin: 1rem 0;
  max-width: 40rem;
}
.faqs .faqs-ctn {
  display: flex;
  flex-direction: column;
  border: none;
}
.faqs .faqs-ctn .faq-row {
  max-width: 60rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
  overflow: hidden;
  position: relative;
  padding: 1rem 2rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
}
.faqs .faqs-ctn .faq-row:last-child {
  border-bottom: 0;
}
.faqs .faqs-ctn .faq-row:hover {
  cursor: pointer;
}
.faqs .faqs-ctn .faq-row .faq-arrow {
  min-width: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #00ccfd;
  margin-left: 1rem;
  margin-bottom: auto;
}
.faqs .faqs-ctn .faq-row .faq-question {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #2f323f;
}
.faqs .faqs-ctn .faq-row .faq-question h4 {
  margin: 0;
}
.faqs .faqs-ctn .faq-row .faq-question .answer {
  margin-bottom: 0;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  color: #595c66;
}
.faqs .faqs-ctn .faq-row .faq-question .answer a:hover {
  text-decoration: underline !important;
}
.faqs .faqs-ctn .faq-row.active .faq-arrow {
  transform: rotate(180deg);
}
.faqs .faqs-ctn .faq-row.active .faq-arrow g {
  stroke: #ff3469;
}
.faqs .faqs-ctn .faq-row.active .faq-arrow rect {
  stroke: none;
}
.faqs .faqs-ctn .faq-row.active .faq-arrow path {
  stroke: #ff3469;
}
.faqs .faqs-ctn .faq-row.active .faq-question .answer {
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
}
/* All post type excerpts */
.webinar-video-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.webinar-video-page .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 5vh;
}
.webinar-video-page .title .title-icon img {
  width: 50px;
  height: 50px;
}
.webinar-video-page .title .title-icon svg {
  width: 50px;
  height: 50px;
}
.webinar-video-page .title .title-icon svg #primary-color path:nth-child(3),
.webinar-video-page .title .title-icon svg #primary-color path:nth-child(4) {
  fill: #ff3469;
}
.webinar-video-page .title h3 {
  text-transform: uppercase;
  color: #ff3469;
}
.webinar-video-page .title h1 {
  text-align: center;
  margin-bottom: 40px;
}
.tag {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  padding: 2px 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  color: #ff3469;
  background: #ffe5ec;
  white-space: nowrap;
  width: fit-content;
}
.tag.blog-tag {
  color: #ff9f1c;
  background: #fef3e3;
}
.tag.blog-tag:visited {
  color: #ff9f1c;
}
.tag.blog-tag:hover {
  color: #e88600;
}
.tag.events-tag {
  color: #34ceca;
  background: #e5f9f8;
}
.tag.events-tag:visited {
  color: #34ceca;
}
.tag.events-tag:hover {
  color: #28a7a3;
}
.tag.news-tag {
  color: #ff3469;
  background: #ffe5ec;
}
.tag.news-tag:visited {
  color: #ff3469;
}
.tag.news-tag:hover {
  color: #ff0143;
}
.tag.webinar-tag {
  color: #4db96e;
  background: #e9f6ed;
}
.tag.webinar-tag:visited {
  color: #4db96e;
}
.tag.webinar-tag:hover {
  color: #3c9758;
}
.tag.resource-tag {
  color: #00ccfd;
  background: #e5f9f8;
}
.tag.resource-tag:visited {
  color: #00ccfd;
}
.tag.resource-tag:hover {
  color: #00a3ca;
}
.search-input-ctn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.search-input-ctn form {
  position: relative;
}
.search-input-ctn input {
  background: white;
  border-color: transparent;
  border-radius: 25px;
  width: 100%;
  box-shadow: 2px 5px 57px -5px rgba(0, 0, 0, 0.2);
}
.search-input-ctn .search-form .search-field {
  padding-left: 1em;
  height: 2.5rem;
}
.search-input-ctn .search-form .search-submit-ctn {
  padding: 0.5em 1em;
  position: absolute;
  right: 0px;
  top: -12px;
  background: #ff3469;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-input-ctn .search-form .search-submit-ctn #primary-color path {
  fill: #2f323f;
}
.search-input-ctn .search-form .search-submit-ctn #accent-color path,
.search-input-ctn .search-form .search-submit-ctn #accent-color-above path {
  fill: #ff3469;
}
.search-input-ctn .search-form .search-submit-ctn .icon-search {
  width: 100%;
}
.search-input-ctn .search-form .search-submit-ctn .icon-search path {
  fill: white;
}
.search-input-ctn .suggested-tags {
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-input-ctn .suggested-tags a {
  font-size: 0.7em;
  padding: 2px 10px;
  border-radius: 4px;
  margin: 0.25rem;
}
.nav-links {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .navigation {
    justify-content: center;
  }
}
.navigation .next.page-numbers,
.navigation .prev.page-numbers {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.navigation .page-numbers {
  color: #b5b8be;
  font-size: 1.25rem;
}
.navigation .page-numbers.current {
  color: #ff3469;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.navigation .page-numbers:hover {
  color: #595c66;
}
.navigation .pagination-prev-icon,
.navigation .pagination-next-icon {
  width: 30px;
}
.navigation .pagination-prev-icon {
  transform: rotate(90deg);
}
.navigation .pagination-next-icon {
  transform: rotate(270deg);
}
.navigation .next.page-numbers,
.navigation .prev.page-numbers {
  background: transparent !important;
  color: #b5b8be;
  box-shadow: none !important;
  padding: 0;
  display: flex;
  align-items: center;
}
.navigation .next.page-numbers:hover,
.navigation .prev.page-numbers:hover {
  color: #595c66;
}
.navigation .nav-links a {
  padding-left: 1rem;
  padding-right: 1rem;
}
.navigation .page-numbers {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
:target:before {
  content: '';
  display: block;
  height: 120px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
}
table {
  border-collapse: collapse;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2f323f;
  color: white;
}
table th,
table td {
  border: 1px solid #ddd;
  padding: 8px;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
/*--------------------------------------------------------------
 ## Standalone pages
 --------------------------------------------------------------*/
/* Standalone Page */
.page-template-standalone-page,
.page-template-thank-you-page,
.page-template-corax-report-page {
  padding-top: 0;
}
.standalone-page {
  height: 100%;
  width: 100%;
  position: relative;
}
.standalone-page .top-bar {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .standalone-page .top-bar {
    text-align: center;
  }
  .standalone-page .top-bar .custom-logo-link,
  .standalone-page .top-bar .logo-text,
  .standalone-page .top-bar .locations {
    flex: 1 1 100%;
  }
  .standalone-page .top-bar .logo-text {
    margin-left: 0 !important;
  }
}
.standalone-page .top-bar .custom-logo-link {
  margin-right: 0;
}
.standalone-page .top-bar .logo-text {
  margin-left: 2rem;
  color: white;
  margin-bottom: 0;
}
.standalone-page .top-bar .locations {
  margin-left: auto;
  color: white;
  margin-bottom: 0;
}
.standalone-page .wrap {
  max-width: 1200px;
}
@media (max-width: 768px) {
  .standalone-page .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.standalone-page .go-back-ctn {
  padding: 15px 0;
}
.standalone-page .go-back-ctn .go-back-link svg {
  transform: rotate(90deg);
}
.standalone-page .go-back-ctn .go-back-link svg rect {
  fill: transparent;
}
.standalone-page .main-ctn {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  background: #1d1f2b;
  color: white;
  box-shadow: -12px -1px 57px -5px #2a2b2d;
  padding: 3rem;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .standalone-page .main-ctn {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .standalone-page .main-ctn {
    padding: 2rem;
  }
}
.standalone-page .main-ctn .title {
  margin-top: 0;
}
.standalone-page .main-ctn .pardot-form {
  display: flex;
  justify-content: center;
}
.standalone-page .main-ctn .pardot-form iframe {
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .standalone-page .main-ctn .pardot-form iframe {
    height: 675px !important;
  }
}
.standalone-page .main-ctn .form-ctn {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .standalone-page .main-ctn .form-ctn {
    margin: 10px 0px;
  }
}
.standalone-page .main-ctn .g-recaptcha {
  display: flex;
  justify-content: center;
}
.standalone-page .go-back-link a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: white;
}
.standalone-page .go-back-link a:hover {
  color: #ff3469;
}
.standalone-page .go-back-link a:hover svg path,
.standalone-page .go-back-link a:hover svg circle {
  stroke: #ff3469 !important;
}
.standalone-page .go-back-link a .link-icon {
  height: 20px;
  margin-right: 20px;
}
.standalone-page .go-back-link a svg path {
  fill: #8a8c8f !important;
}
.standalone-page .bottom-image img {
  max-width: 50px;
  width: 100%;
}
/* Thank you Page */
.thank-you-page .custom-link .button {
  margin-left: 0;
}
.thank-you-page .main-ctn {
  align-items: center;
  box-shadow: none;
  min-height: 415px;
  background-color: rgba(47, 50, 63, 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thank-you-page .main-ctn .title {
  font-size: 3rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
}
.thank-you-page .test-svg {
  background: lightgray;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 ## Header
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
.site-footer {
  position: relative;
}
.site-footer .wrap {
  width: 100%;
  padding-bottom: 1.5em;
  padding-top: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1 1 100%;
}
@media screen and (max-width: 992px) {
  .site-footer .wrap {
    justify-content: center;
  }
  .site-footer .wrap .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 100%;
    margin: 2rem 0;
  }
  .site-footer .wrap .footer-nav-menu {
    flex: 1 1 100%;
  }
  .site-footer .wrap .footer-social {
    order: 1;
    flex: 1 1 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 1rem 0;
  }
  .site-footer .wrap .footer-terms {
    order: 3;
    flex: 1 1 100%;
    margin: 1rem 0;
    flex-direction: column;
    align-items: center;
  }
  .site-footer .wrap .footer-locations {
    order: 2;
    flex: 1 1 100%;
    justify-content: center;
  }
}
.footer-ctn {
  background: white;
  padding: 60px 0px;
}
.footer-ctn .footer-logo {
  flex: 1;
}
.footer-ctn .footer-logo img {
  max-width: 150px;
}
@media screen and (max-width: 992px) {
  .footer-ctn .footer-social {
    width: 100%;
  }
}
.footer-ctn .footer-nav-menu {
  flex: 4;
}
@media screen and (max-width: 992px) {
  .footer-ctn .footer-nav-menu {
    flex-wrap: wrap;
    flex: 1 1 100%;
  }
}
.footer-ctn .menu-footer-bottom-nav-menu-container .menu {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .footer-ctn .menu-footer-bottom-nav-menu-container .menu {
    flex-wrap: wrap;
    margin-top: 1em;
  }
}
.footer-ctn .btn-ctn {
  display: flex;
  flex-direction: column;
}
/* Social nav */
.social-navigation {
  font-size: 16px;
  font-size: 1rem;
}
.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.social-navigation li {
  display: inline;
}
.social-navigation li:last-child a {
  margin-right: 0;
}
.social-navigation a {
  background-color: transparent;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px;
}
.social-navigation a:hover,
.social-navigation a:focus {
  background-color: #333;
}
.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top;
}
.colors-dark .social-navigation a {
  background: transparent !important;
}
.social-navigation a {
  border: 1px solid #ff3469;
}
.social-navigation ul {
  display: flex;
}
.social-navigation a:hover,
.social-navigation a:focus {
  background: #ff3469 !important;
  color: white !important;
}
/* Footer main nav menu */
.menu-footer-bottom-nav-menu-container .menu > li {
  flex: 1 1 200px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .menu-footer-bottom-nav-menu-container .menu > li {
    border-right: none;
  }
}
.menu-footer-bottom-nav-menu-container .menu > li:last-child {
  border-right: 0;
}
.menu-footer-bottom-nav-menu-container .menu li ul {
  margin-left: 0px;
}
.menu-footer-bottom-nav-menu-container .menu > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #8a8c8f;
  text-align: left;
}
.menu-footer-bottom-nav-menu-container .menu > li > a:hover {
  color: #595c66;
}
.menu-footer-bottom-nav-menu-container .sub-menu {
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.menu-footer-bottom-nav-menu-container .sub-menu > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8a8c8f;
  font-size: 0.8em;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.menu-footer-bottom-nav-menu-container .sub-menu > li > a:hover {
  color: #b5b8be;
}
.footer-section-1 .footer-social,
.footer-section-1 .footer-address {
  flex: 1 1 auto;
  min-width: 0;
}
.footer-social,
.footer-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-social {
  margin-right: auto;
}
.footer-address {
  flex: 1 400px !important;
}
.footer-social .email-links h6 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.footer-social .email-links .info {
  color: #ff3469;
}
.footer-social .email-links .support {
  color: white;
}
.footer-address .address-container {
  margin: 30px 0px;
  flex: 1 200px;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: center;
}
.footer-address .address-container p {
  color: white;
}
.address-container img {
  height: 125px;
  padding: 0px 20px;
}
.address-container h6 {
  color: #ff3469 !important;
  font-weight: bold;
}
.footer-copyright-ctn {
  width: 100%;
  background: #2f323f;
  padding-bottom: 30px;
}
.footer-copyright-ctn .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.footer-terms {
  display: flex;
  flex-direction: row;
}
.footer-terms .footer-disclaimer {
  color: #bababa;
}
.footer-terms .footer-disclaimer a {
  margin: 1px 10px;
  color: #bababa;
  font-size: 12px;
}
.footer-terms .footer-disclaimer a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer-terms .footer-disclaimer a:first-child {
  margin-left: 0px;
}
.footer-terms .footer-disclaimer span {
  margin: 1px 10px;
  color: #bababa;
  font-size: 12px;
}
.footer-terms .footer-corax {
  color: #bababa;
  margin-top: 5px;
  font-size: 12px;
}
.footer-locations {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
}
.footer-locations .location {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-locations .location:first-child {
  margin-right: 1.5rem;
}
.footer-locations .location .country {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ff3469;
  margin-right: 0.5rem;
}
.footer-locations .location .city {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #b5b8be;
  margin-right: 0.5rem;
}
.footer-locations .location .phone {
  color: #b5b8be;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* 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;
}
/*--------------------------------------------------------------
 # Animations
 --------------------------------------------------------------*/
/* Animations - Hover.css */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes moveAndBack {
  0% {
    -webkit-transform: translate(0);
  }
  25% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(1px);
  }
}
@keyframes patternAnimate {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
}
@-webkit-keyframes patternAnimate {
  0% {
    opacity: 0;
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
}
@keyframes shadow-pulse {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
#pinkdot-1 circle:nth-of-type(2),
#pinkdot-2 circle:nth-of-type(2),
#pinkdot-3 circle:nth-of-type(2) {
  animation: shadow-pulse 1s infinite;
}
.map-graphic {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.map-graphic.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.scroll-appear {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.scroll-appear.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* Slider */
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
