@charset "UTF-8";
/* ==================== */
/* ==================== */
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Base styles */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* Breakpoints */
/*
$breakpoint-small-up: rem(100px);
$breakpoint-medium-up: rem(750px);
*/
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* Mobile first */
/* @include add-grid(12 at rem(600)); */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.holder:after, .two-cols:after, .post-preview:after, .big-intro-primary:after, .big-intro-secondary:after, .text-image-list__item:after {
  content: "";
  display: table;
  clear: both; }

.holder {
  max-width: 1500px;
  margin: 0 auto;
  position: relative; }

.sidebar ul, .main-menu ul, .oc-menu ul, .global-header ul, [role="contentinfo"] ul, .single-resource aside ul, .person__contact ul, .link-menu ul, .prev-next, .page-nav ul, .icon-list > .holder > ul, .tab-widget__list, .image-gallery ul, .acc {
  list-style: none;
  margin: 0;
  padding: 0; }

.visuallyhidden, .skip:not(:focus):not(:active), .site-title span, form.blog-search label, .search-header label, .adopter-list__title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.btn {
  background: #2d2d2d;
  color: #fff;
  padding: 9px 30px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600; }
  a:hover > .btn, .btn:hover {
    background: #666;
    color: #fff; }
  a:hover > .big-intro .btn, .big-intro .btn:hover, a:hover > .banner .btn,
  .banner .btn:hover {
    background: #fff;
    color: #2d2d2d; }

.btn--alt {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #2d2d2d;
  color: #2d2d2d;
  padding: 8px 18px; }

.btn {
  margin-top: 20px; }
  .btn span {
    font-size: 12px;
    font-size: 1.2vw; }
    @media (max-width: 833.33333px) {
      .btn span {
        font-size: 10px; } }
    @media (min-width: 1000px) {
      .btn span {
        font-size: 12px; } }

html, .page-template-default article h1, .banner--image .banner__text h1 {
  font-family: "Poppins", Arial, sans-serif; }

h1, .global-header, .adopter__info h2 {
  font-family: "Oxygen", Arial, sans-serif; }

/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* https://gist.github.com/taupecat/4090271 */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
/* Aspect ratio */
/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chromeframe {
  position: absolute;
  top: 0;
  padding: 20px;
  background: #fff;
  color: #666; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* -------------------------------------------------------------------------------*/
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: #333; }

/* Basics
---------------------------------- */
.site-rustici-software.home .banner {
  display: none; }

body {
  font-size: 16px;
  font-size: 1.6vw;
  font-weight: 300; }
  @media (max-width: 875px) {
    body {
      font-size: 14px; } }
  @media (min-width: 1000px) {
    body {
      font-size: 16px; } }

section {
  padding: 25px 0; }
  @media (min-width: 43.75em) {
    section {
      padding: 40px 0; } }

html.striped-disabled section,
.single-resource section {
  padding: 10px 0; }

html:not(.stripes-disabled) .page .layout-modules section:nth-child(even):not(.banner) {
  background-color: #eee; }

.stripes-disabled .layout-modules section:first-child,
.single-resource .layout-modules section:first-child {
  padding-top: 0; }

.stripes-disabled .page-nav + main .layout-modules section:first-child {
  padding-top: 40px; }

.page-nav + .holder--sidebars {
  margin-top: 40px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d; }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

p {
  margin: 0;
  line-height: 170%; }

main {
  word-break: break-word; }

main a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink; }

main p + p {
  margin-top: 20px; }

.note {
  font-size: 12px; }

.holder {
  /* 	padding-top: $space;
padding-bottom: $space; */
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 37.5em) {
    .holder {
      padding-left: 50px;
      padding-right: 50px; } }

.holder .holder {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 37.5em) {
    .holder .holder {
      padding-left: 0;
      padding-right: 0; } }

/* Headers / Titles
================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 600; }

section ul + h1,
section ul + h2,
section ul + h3,
section ul + h4,
section ul + h5,
section ul + h6,
section ol + h1,
section ol + h2,
section ol + h3,
section ol + h4,
section ol + h5,
section ol + h6,
section p + h1,
section p + h2,
section p + h3,
section p + h4,
section p + h5,
section p + h6,
article ul + h1,
article ul + h2,
article ul + h3,
article ul + h4,
article ul + h5,
article ul + h6,
article ol + h1,
article ol + h2,
article ol + h3,
article ol + h4,
article ol + h5,
article ol + h6,
article p + h1,
article p + h2,
article p + h3,
article p + h4,
article p + h5,
article p + h6 {
  margin-top: 25px; }
  @media (min-width: 43.75em) {
    section ul + h1,
    section ul + h2,
    section ul + h3,
    section ul + h4,
    section ul + h5,
    section ul + h6,
    section ol + h1,
    section ol + h2,
    section ol + h3,
    section ol + h4,
    section ol + h5,
    section ol + h6,
    section p + h1,
    section p + h2,
    section p + h3,
    section p + h4,
    section p + h5,
    section p + h6,
    article ul + h1,
    article ul + h2,
    article ul + h3,
    article ul + h4,
    article ul + h5,
    article ul + h6,
    article ol + h1,
    article ol + h2,
    article ol + h3,
    article ol + h4,
    article ol + h5,
    article ol + h6,
    article p + h1,
    article p + h2,
    article p + h3,
    article p + h4,
    article p + h5,
    article p + h6 {
      margin-top: 40px; } }

/* ---------- */
/* Links
================================= */
a {
  color: green; }

a:hover {
  color: #339933; }

/* ---------- */
address {
  font-style: normal; }

.fixed {
  position: fixed; }

.section-intro {
  margin-bottom: 40px;
  text-align: center;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto; }

.section-intro--left {
  max-width: none;
  margin-bottom: 40px;
  text-align: left; }
  .section-intro--left > * {
    max-width: none !important; }

.more-links {
  margin-top: 20px;
  margin-bottom: 20px; }
  .more-links a:not(:last-child) {
    margin-right: 8px; }
  .more-links a {
    display: inline-block; }

.all-link a {
  text-decoration: none; }

.all-link svg {
  position: relative;
  top: 1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

article .all-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #ccc solid; }

.banner + .page-template-default {
  margin-top: 40px; }

.page-template-default article {
  max-width: 800px;
  padding-bottom: 30px; }
  @media (min-width: 43.75em) {
    .page-template-default article {
      padding-bottom: 60px; } }
  .page-template-default article li + li {
    margin-top: 10px; }
  .page-template-default article * + h2,
  .page-template-default article * + h3,
  .page-template-default article * + h4,
  .page-template-default article * + h5,
  .page-template-default article * + h6 {
    margin-top: 20px; }
    @media (min-width: 43.75em) {
      .page-template-default article * + h2,
      .page-template-default article * + h3,
      .page-template-default article * + h4,
      .page-template-default article * + h5,
      .page-template-default article * + h6 {
        margin-top: 40px; } }

.wp-caption {
  margin-top: 40px;
  margin-bottom: 40px;
  width: auto !important; }
  .wp-caption img {
    display: block; }

.image-caption {
  padding: 10px 0;
  font-size: 14px; }

article.post p.wp-caption-text,
.wp-caption-text {
  padding: 10px 0;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px; }

.alignright {
  display: block;
  margin: 20px 0; }
  @media (min-width: 41.25em) {
    .alignright {
      display: inline-block;
      float: right;
      margin: 20px 0 20px 30px; } }

.aligncenter {
  display: block;
  margin: 20px auto; }

.alignleft {
  display: block;
  margin: 20px 0; }
  @media (min-width: 41.25em) {
    .alignleft {
      display: inline-block;
      float: left;
      margin: 20px 30px 20px 0; } }

.single-post article a[href$=".jpg"],
.single-post article a[href$=".png"],
.single-post article a[href$=".gif"] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.wp-caption img.size-large {
  margin: 0; }

.wp-caption.aligncenter {
  text-align: center; }
  .wp-caption.aligncenter > * {
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 59.375em) {
  body.no-sidebars main.page-template-default article,
  body.no-sidebars main.single-resource article {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.66667%;
    clear: none;
    padding-right: 50px; } }

.two-cols__col-2 .sidebar {
  padding: 0 20px 30px; }
  .two-cols__col-2 .sidebar > * + * {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ccc; }

.sidebar .blog-sign-up {
  padding: 15px;
  background-color: #f3f3f3; }

.sidebar > span {
  display: block;
  padding: 15px; }

.sidebar > * + * {
  margin-top: 40px; }

.sidebar h4 {
  margin-bottom: 10px; }

.sidebar .all-link a {
  color: #666;
  text-decoration: none; }
  .sidebar .all-link a svg * {
    fill: #666; }

body[class*="sidebar-"] main > .holder {
  padding-left: 0;
  padding-right: 0; }

body[class*="sidebar-"] .layout-modules section {
  padding: 40px 0; }

@media (min-width: 43.75em) {
  body.sidebar-primary-active .layout-modules section {
    padding: 40px 0 40px 40px; } }

@media (min-width: 43.75em) {
  body.sidebar-secondary-active .layout-modules section {
    padding: 40px 40px 0 0; } }

@media (min-width: 43.75em) {
  body.sidebar-primary-active.sidebar-secondary-active .layout-modules section {
    padding: 40px; } }

body.sidebar-primary-active .layout-modules > * > .holder,
body.sidebar-secondary-active .layout-modules > * > .holder {
  max-width: none; }

body.sidebar-primary-active .sidebar--primary {
  margin-bottom: 40px; }
  @media (min-width: 59.375em) {
    body.sidebar-primary-active .sidebar--primary {
      width: 16.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px;
      margin-bottom: 0; } }

@media (min-width: 59.375em) {
  body.sidebar-primary-active main {
    width: 83.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; } }

.text-editor--sidebar {
  font-size: 16px;
  font-size: 1.6vw; }
  @media (max-width: 875px) {
    .text-editor--sidebar {
      font-size: 14px; } }
  @media (min-width: 1000px) {
    .text-editor--sidebar {
      font-size: 16px; } }
  .text-editor--sidebar p + p,
  .text-editor--sidebar li + li {
    margin-top: 20px; }
  .text-editor--sidebar * + h1, .text-editor--sidebar * + h2, .text-editor--sidebar * + h3, .text-editor--sidebar * + h4, .text-editor--sidebar * + h5, .text-editor--sidebar * + h6 {
    margin-top: 15px; }
  .text-editor--sidebar h1, .text-editor--sidebar h2, .text-editor--sidebar h3, .text-editor--sidebar h4, .text-editor--sidebar h5, .text-editor--sidebar h6 {
    margin-bottom: 5px; }
  .text-editor--sidebar h1, .text-editor--sidebar h2 {
    font-size: 24px;
    font-size: 2.8vw; }
    @media (max-width: 642.85714px) {
      .text-editor--sidebar h1, .text-editor--sidebar h2 {
        font-size: 18px; } }
    @media (min-width: 857.14286px) {
      .text-editor--sidebar h1, .text-editor--sidebar h2 {
        font-size: 24px; } }
  .text-editor--sidebar h3, .text-editor--sidebar h4, .text-editor--sidebar h5, .text-editor--sidebar h6 {
    font-size: 16px;
    font-size: 1.6vw; }
    @media (max-width: 875px) {
      .text-editor--sidebar h3, .text-editor--sidebar h4, .text-editor--sidebar h5, .text-editor--sidebar h6 {
        font-size: 14px; } }
    @media (min-width: 1000px) {
      .text-editor--sidebar h3, .text-editor--sidebar h4, .text-editor--sidebar h5, .text-editor--sidebar h6 {
        font-size: 16px; } }

/* --------------------------------------------------- */
body.sidebar-secondary-active .sidebar--secondary {
  margin-bottom: 40px; }
  @media (min-width: 59.375em) {
    body.sidebar-secondary-active .sidebar--secondary {
      width: 16.66667%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      margin-bottom: 0; } }
  body.sidebar-secondary-active .sidebar--secondary > span {
    background-color: #f3f3f3; }

@media (min-width: 59.375em) {
  body.sidebar-secondary-active main {
    width: 83.33333%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 50px; } }

/* --------------------------------------------------- */
body[class*="sidebar-"] .layout-modules section:first-child {
  padding-top: 0; }

body.sidebar-primary-active.sidebar-secondary-active .sidebar--primary {
  margin-bottom: 40px; }
  @media (min-width: 59.375em) {
    body.sidebar-primary-active.sidebar-secondary-active .sidebar--primary {
      width: 16.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px;
      margin-bottom: 0; } }

@media (min-width: 59.375em) {
  body.sidebar-primary-active.sidebar-secondary-active main {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.66667%;
    clear: none;
    padding-right: 50px; } }

body.sidebar-primary-active.sidebar-secondary-active .sidebar--secondary {
  margin-bottom: 40px; }
  @media (min-width: 59.375em) {
    body.sidebar-primary-active.sidebar-secondary-active .sidebar--secondary {
      width: 16.66667%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      margin-bottom: 0; } }

.sidebar--primary {
  background-color: transparent; }
  .sidebar--primary > * + * {
    margin-top: 20px; }
    @media (min-width: 43.75em) {
      .sidebar--primary > * + * {
        margin-top: 40px; } }

iframe {
  width: 100%; }

.align-center *,
.icon-list.align-center > .holder > ul > li {
  text-align: center; }

/* Placeholders style */
::-webkit-input-placeholder {
  color: #ccc; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

:focus:-moz-placeholder {
  color: transparent; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

:focus::-moz-placeholder {
  color: transparent; }

:-ms-input-placeholder {
  color: #ccc; }

:focus:-ms-input-placeholder {
  color: transparent; }

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 5px; }

input:not([type="submit"]) {
  border: 1px #999 solid; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type="submit"] {
  padding: 6px 20px;
  border: 0;
  background-color: #666;
  color: #fff; }
  [type="submit"]:hover {
    background-color: #2d2d2d; }
  [type="submit"] svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/* --------------------------------------------------- */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* --------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Magnific Popup CSS */
/* @import "settings"; */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 90%;
  max-width: 935px;
  cursor: auto;
  background: #fff;
  padding: 50px;
  margin-top: 35px; }
  .mfp-person .mfp-inline-holder .mfp-content, .mfp-person
  .mfp-ajax-holder .mfp-content {
    padding: 0; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * Simple fade transition
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

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

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

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

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

.slick-slider .slick-track {
  -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;
  left: 0;
  top: 0;
  display: block; }

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

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

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

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

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

.slick-slide img {
  display: block;
  width: 100%; }

.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; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  /* height: 20px; width: 20px; */
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none; }

/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; } */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  /*  opacity: 1; */ }

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

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  color: inherit; }

.slick-prev,
.slick-next {
  z-index: 5; }

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8; }

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

/* [dir="rtl"] .slick-prev { left: auto; right: 15px; } */
/* [dir="rtl"] .slick-prev:before { content: "\e803"; } */
.slick-next {
  right: -60px; }

@media (max-width: 43.75rem) {
  .wrapper--slide-caption {
    padding-bottom: 70px; } }

.wrapper--slide-caption:after {
  content: " ";
  border-bottom-width: 250px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1; }

/* On homepage - slide content can vary - we use equal heights JS on load, do we need more? better? */
/*
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

 opacity: 1;

 }
*/
/* Dots */
ul.slick-dots {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: right;
  /*   position: absolute;
bottom: 30px; */
  width: 100%;
  z-index: 1; }
  ul.slick-dots li {
    display: inline-block; }
    ul.slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 5px;
      margin-right: 10px;
      cursor: pointer;
      border-radius: 50%;
      background: #fff;
      -webkit-appearance: none;
      border: 0;
      opacity: 0.5;
      /* color: #FFF; */
      /* border: 5px green solid; */
      outline: none;
      /*   background: transparent; */ }
      ul.slick-dots li button:before {
        font-size: 24px; }
  ul.slick-dots li.slick-active button {
    opacity: 1; }

/*
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }
*/
/*# sourceMappingURL=slick.css.map */
.main-menu {
  /* --------------------------------------------------- */
  /* Styles for the big nav */
  /* --------------------------------------------------- */ }
  .main-menu a {
    cursor: pointer; }
  .main-menu > ul {
    width: calc(100% - 80px); }
  .main-menu > ul > li.menu-item-has-children > a {
    padding: 5px 12px 5px 25px; }
  .main-menu > ul > li a {
    display: inline-block;
    padding: 5px 12px;
    text-decoration: none; }
  .main-menu > ul > li:hover {
    color: #111;
    background: transparent; }
  .main-menu li {
    font-size: 16px;
    position: relative; }
  .main-menu > ul > li {
    display: none; }
    .main-menu > ul > li.mobile {
      display: inline-block; }
      @media (max-width: 21.875em) {
        .main-menu > ul > li.mobile a {
          padding: 5px 6px 5px 12px; }
          .main-menu > ul > li.mobile a::before {
            left: -4px; } }
  .main-menu .menu-item-has-children.mega-menu > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .main-menu .menu-item-has-children.mega-menu > .sub-menu .menu-item-has-children > a {
      pointer-events: none; }
    .main-menu .menu-item-has-children.mega-menu > .sub-menu .menu-item-has-children > a:before,
    .main-menu .menu-item-has-children.mega-menu > .sub-menu .menu-item-has-children > a:after {
      display: none; }
  .main-menu .menu-item-has-children.mega-menu > .sub-menu .menu-aside {
    background: #eee; }
  .main-menu .menu-item-has-children > a ~ .sub-menu {
    position: absolute;
    top: 34px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 100ms, visibility 100ms;
    -o-transition: max-height 100ms, visibility 100ms;
    transition: max-height 100ms, visibility 100ms;
    visibility: hidden; }
  .main-menu .menu-item-has-children > a.active ~ .sub-menu {
    max-height: 1000px;
    visibility: visible; }
  .main-menu .sub-menu {
    background-color: #fff;
    z-index: 15;
    border-botttom: 1px solid #ccc;
    padding-top: 10px;
    text-align: left; }
    .main-menu .sub-menu li {
      width: 250px; }
    .main-menu .sub-menu a {
      width: 100%;
      padding: 6px 20px; }
      .main-menu .sub-menu a:hover {
        background-color: #eee; }
      .main-menu .sub-menu a .menu-link-wrapper {
        display: block; }
        .main-menu .sub-menu a .menu-link-wrapper[style] {
          padding-left: 26px;
          background-repeat: no-repeat;
          background-size: 20px auto;
          background-position: 0 2px; }
        .main-menu .sub-menu a .menu-link-wrapper a {
          padding: 6px; }
      .main-menu .sub-menu a .menu-link-caption {
        font-size: 11px;
        display: block;
        color: #999;
        margin: 4px 0; }
  .main-menu .sub-menu .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
    top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    max-height: initial;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-menu .sub-menu .menu-item-has-children .sub-menu a {
    font-size: 14px;
    font-weight: 600; }
  .main-menu li.menu-item-has-children > a > .menu-link-wrapper > .menu-link-caption {
    display: none; }
  .main-menu .sub-menu > .menu-link-caption {
    display: block;
    padding: 6px 20px 10px 20px;
    font-size: 12px;
    border-bottom: 1px #ccc solid;
    position: relative; }
  .main-menu .menu-aside {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    .main-menu .menu-aside h2 {
      font-size: 15px;
      font-weight: 300; }
    .main-menu .menu-aside p {
      color: #1e3654;
      font-size: 14px; }
    .main-menu .menu-aside span {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      font-weight: 600; }
  @media (min-width: 66.875em) {
    .main-menu {
      /* --------------------------------------------------- */ }
      .main-menu > ul {
        width: 100%;
        float: right;
        text-align: right;
        right: 0; }
        .main-menu > ul > li {
          display: inline-block;
          position: relative; }
          .main-menu > ul > li > a {
            position: relative; }
            .main-menu > ul > li > a::after {
              content: "";
              display: block;
              width: 100%;
              height: 3px;
              opacity: 0;
              position: absolute;
              width: 100%;
              left: 0;
              bottom: -20px;
              background-color: #333; }
            .main-menu > ul > li > a:hover::after {
              opacity: 1; }
      .main-menu .menu-item-has-children.mega-menu > .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 50%;
        width: 700px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      .main-menu .menu-item-has-children.mega-menu > .sub-menu .menu-item-has-children {
        width: 230px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 15px; }
      .main-menu .menu-main-menu .menu-item-has-children > .sub-menu {
        width: 260px; }
        .main-menu .menu-main-menu .menu-item-has-children > .sub-menu li {
          width: 100%; }
      .main-menu .menu-item-has-children.mega-menu .sub-menu .menu-aside {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; }
      .main-menu li.mega > a > .menu-link-wrapper > .menu-link-caption,
      .main-menu li.mega .sub-menu > .menu-link-caption {
        display: none; }
      .main-menu li.mega .sub-menu {
        display: block;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        left: -24px;
        padding: 20px;
        left: -225px;
        width: 600px;
        display: none; }
        .main-menu li.mega .sub-menu:after {
          content: "";
          display: table;
          clear: both; }
        .main-menu li.mega .sub-menu > li {
          display: inline;
          height: auto;
          float: left;
          padding: 0 0 0; }
        .main-menu li.mega .sub-menu > li {
          width: 33.33333%;
          padding: 0 0 0; }
          .main-menu li.mega .sub-menu > li:nth-of-type(n) {
            clear: none; }
          .main-menu li.mega .sub-menu > li:nth-of-type(3n+1) {
            clear: both; }
        .main-menu li.mega .sub-menu li a {
          padding: 6px; } }

.oc-menu li.menu-item-has-children {
  margin-left: 0; }
  .oc-menu li.menu-item-has-children > a::before {
    left: auto;
    right: 0;
    background-image: url(../img/arrow--small--down.svg);
    background-size: 8px auto; }

li.menu-item-has-children > a::before {
  content: "";
  display: block;
  background-image: url(../img/arrow--small--down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px auto;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 7px;
  top: 10px; }

li.menu-item-has-children > a.active::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.main-wrapper {
  position: relative; }

.fade-focus {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 0;
  opacity: 0;
  background-color: #111;
  z-index: 12;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

@media (min-width: 66.875em) {
  .menu a.active {
    z-index: 12;
    position: relative;
    background-color: #fff; }
    .menu a.active:hover {
      background-color: #fff; }
  .fade-focus.fade-focus-active {
    height: 100%;
    opacity: 0.7; } }

@media (max-width: 66.875em) {
  .main-wrapper {
    overflow: hidden; }
  .oc-container,
  .oc-pusher,
  .oc-content {
    height: 100%; }
  .oc-content,
  .oc-content-inner {
    position: relative; }
  .oc-container {
    position: relative;
    overflow: hidden;
    overflow-y: scroll; }
  .oc-pusher {
    height: auto;
    position: relative;
    right: 0;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    z-index: 99; }
  .oc-pusher::after {
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
    -o-transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
    transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
    background: transparent; }
  .oc-menu-open .oc-pusher::after {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
    width: 100%; }
  .oc-menu {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    visibility: hidden;
    width: 225px;
    z-index: 100;
    background: #111; }
  .oc-menu-open .oc-menu::after {
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
    -o-transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
    transition: opacity 400ms, width 0.1s 400ms, height 0.1s 400ms;
    width: 0; }
  .oc-push.oc-menu {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .oc-push.oc-menu::after {
    display: none; }
  .oc-push.oc-menu-open .oc-pusher {
    -webkit-transform: translate3d(-225px, 0, 0);
    transform: translate3d(-225px, 0, 0); }
  .oc-push.oc-menu-open .oc-push.oc-menu {
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    visibility: visible; }
  .no-js .oc-menu {
    height: auto;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    visibility: visible; }
  .no-js #oc-trigger {
    display: none; }
  .no-js .oc-pusher {
    padding-left: 0; }
  .no-csstransforms3d .oc-pusher {
    padding-left: -225px; } }

@media (min-width: 66.875em) {
  #oc-trigger,
  .oc-menu {
    display: none; } }

.menu-button {
  border: 0;
  background-color: transparent;
  padding: 10px;
  position: absolute;
  right: 20px;
  bottom: -4px;
  font-size: 16px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  @media (min-width: 37.5em) {
    .menu-button {
      right: 50px; } }
  .menu-button svg {
    position: relative;
    top: 2px; }
  body.oc-menu-open .menu-button {
    opacity: 0;
    pointer-events: none; }

.mobile-menu__close {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 10px;
  left: 10px;
  visibility: visible;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  .oc-menu-open .mobile-menu__close {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    visibility: visible; }
  .mobile-menu__close:hover {
    opacity: 0.8; }
  .mobile-menu__close svg * {
    width: 24px;
    height: 24px;
    fill: #111; }

.oc-menu {
  padding: 20px; }
  .oc-menu li {
    position: relative;
    font-size: 16px; }
  .oc-menu a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px 5px 12px;
    color: #fff;
    position: relative; }
  .oc-menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #333;
    -webkit-transition: max-height 100ms, visibility 100ms;
    -o-transition: max-height 100ms, visibility 100ms;
    transition: max-height 100ms, visibility 100ms;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .oc-menu .mega-menu > .sub-menu > li {
    border-bottom: 1px solid #000; }
  .oc-menu .mega-menu > .sub-menu > li:not(.menu-aside) {
    padding-right: 10px;
    padding-left: 10px; }
  .oc-menu .sub-menu .sub-menu {
    max-height: initial;
    visibility: visible; }
  .oc-menu .menu-item-has-children > a.active ~ .sub-menu {
    max-height: 1000px;
    visibility: visible; }
  .oc-menu .menu-aside {
    font-size: 12px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    .oc-menu .menu-aside h2 {
      color: white;
      font-size: 14px;
      font-weight: 300; }
    .oc-menu .menu-aside span {
      display: block;
      margin-top: 10px; }
  .oc-menu .mega-menu .menu-item-has-children > a:before,
  .oc-menu .mega-menu .menu-item-has-children > a:after {
    display: none; }
  .oc-menu .mega-menu .menu-item-has-children > a {
    display: block;
    padding-right: 0;
    padding-left: 0;
    pointer-events: none; }
  .oc-menu .mega-menu .menu-item-has-children > .sub-menu li a {
    display: block;
    padding-left: 14px; }
  .oc-menu .mega-menu .menu-item-has-children > .sub-menu li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 8px;
    height: 1px;
    background-color: #ccc; }
  .oc-menu .mega-menu .menu-item-has-children > .sub-menu li {
    font-size: 12px; }
  .oc-menu .menu-link-caption {
    display: none; }
  .oc-menu .menu-link-wrapper {
    background-image: none !important; }

.mobile-sub-menu {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc; }
  .mobile-sub-menu li {
    font-size: 14px; }
  .mobile-sub-menu .secondary-nav {
    margin-top: 20px; }
    .mobile-sub-menu .secondary-nav svg {
      width: 14px;
      height: 14px;
      position: relative;
      top: 1px; }

.two-cols {
  padding: 20px 0; }
  @media (min-width: 43.75em) {
    .two-cols {
      padding: 40px 0; } }
  .two-cols__col-1 {
    margin-bottom: 40px; }
    @media (min-width: 43.75em) {
      .two-cols__col-1 {
        margin-bottom: 0;
        width: 75%;
        float: left;
        margin-right: -100%;
        clear: none;
        padding-right: 50px; } }
  @media (min-width: 43.75em) {
    .two-cols__col-2 {
      width: 25%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; } }

.global-header {
  display: none;
  font-size: 16px;
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  color: #fff;
  background-color: #111;
  /* --------------------------------------------------- */ }
  @media (min-width: 66.875em) {
    .global-header {
      display: block; } }
  .global-header .global-nav {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; }
    @media (min-width: 66.875em) {
      .global-header .global-nav {
        width: 50%;
        float: left;
        margin-right: -100%;
        clear: none;
        padding-right: 50px; } }
  .global-header .secondary-nav {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; }
    @media (min-width: 66.875em) {
      .global-header .secondary-nav {
        width: 50%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        padding-right: 0; } }
    @media (min-width: 66.875em) {
      .global-header .secondary-nav ul {
        float: right; } }
  .global-header li {
    float: left; }
  .global-header a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    position: relative; }
    .global-header a::after {
      display: block;
      content: "";
      width: 100%;
      width: calc(100% - 20px);
      position: absolute;
      bottom: 0;
      left: 0;
      left: 10px;
      height: 3px;
      background-color: #999;
      opacity: 0; }
    .global-header a:hover::after {
      opacity: 1; }
  .global-header svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 2px; }

.global-nav a.active-site::after {
  opacity: 1; }

.search-pop-up + .mfp-wrap .mfp-inline-holder .mfp-content {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 480px;
  padding: 50px 15px; }
  @media (min-width: 30.625em) {
    .search-pop-up + .mfp-wrap .mfp-inline-holder .mfp-content {
      padding: 50px; } }

#global-search form {
  width: 100%; }
  #global-search form #q {
    width: 100%;
    margin-bottom: 5px; }
    @media (min-width: 30.625em) {
      #global-search form #q {
        width: calc(100% - 104px);
        margin-bottom: 0; } }
  #global-search form input {
    display: block; }
    @media (min-width: 30.625em) {
      #global-search form input {
        display: inline; } }
  #global-search form [type="submit"] {
    width: 96px;
    text-align: center; }

[role="banner"] {
  padding: 10px 0; }
  @media (min-width: 66.875em) {
    [role="banner"] {
      padding: 30px 0; } }

.site-title {
  margin: 10px 0; }
  @media (min-width: 66.875em) {
    .site-title {
      width: 33.33333%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px;
      margin: 0; } }
  .site-title a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0; }

@media (min-width: 66.875em) {
  .main-menu {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; } }

[role="contentinfo"] {
  /* --------------------------------------------------- */
  clear: both;
  background-color: #111;
  color: #fff;
  /* --------------------------------------------------- */ }
  [role="contentinfo"] h6 {
    font-size: 24px;
    font-size: 2.8vw;
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: 600; }
    @media (max-width: 642.85714px) {
      [role="contentinfo"] h6 {
        font-size: 18px; } }
    @media (min-width: 857.14286px) {
      [role="contentinfo"] h6 {
        font-size: 24px; } }
  [role="contentinfo"] a {
    color: #fff; }

.footer-primary {
  padding: 50px 0 25px; }

.footer-secondary {
  background-color: #111;
  padding: 30px 0; }

.footer-notes {
  text-align: center; }
  .footer-notes a {
    text-decoration: underline; }
  @media (min-width: 43.75em) {
    .footer-notes .holder > * {
      display: inline-block; } }
  .footer-notes .menu {
    margin-left: 40px; }
    .footer-notes .menu li {
      display: inline-block;
      margin: 0 5px; }

.footer__col {
  float: left;
  width: 100%; }
  .footer__col p {
    margin-bottom: 20px; }
  .footer__col + .footer__col {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #fff solid; }
    @media (min-width: 43.75em) {
      .footer__col + .footer__col {
        margin-top: 0;
        padding-top: 0;
        border-top: none; } }
  @media (min-width: 43.75em) {
    .footer__col {
      width: 33.333333%;
      margin-bottom: 0; } }
  @media (min-width: 43.75em) {
    .footer__col--2 {
      border-left: 1px #fff solid;
      border-right: 1px #fff solid;
      padding: 0 20px; } }
  .footer__col--2 ul li {
    display: inline-block;
    width: 40%; }
  @media (min-width: 43.75em) {
    .footer__col--3 {
      padding-left: 20px; } }

.social {
  padding: 40px 0; }
  @media (min-width: 43.75em) {
    .social {
      text-align: center; } }
  .social a {
    text-decoration: none; }
  @media (min-width: 43.75em) {
    .social .social__primary {
      margin-right: 75px; } }
  .social svg {
    position: relative;
    top: 5px;
    display: inline-block;
    margin-right: 5px; }
  .social svg * {
    fill: #fff; }
  .social ul {
    margin-bottom: 40px; }
    @media (min-width: 65.625em) {
      .social ul {
        margin-bottom: 0;
        display: inline-block; } }
  .social li + li {
    margin-top: 20px; }
    @media (min-width: 43.75em) {
      .social li + li {
        margin-top: 0; } }
  @media (min-width: 43.75em) {
    .social li {
      display: inline-block;
      margin-top: 0; } }
  .social li:not(:last-child) {
    margin-right: 15px; }

.ltg-notice {
  margin: 40px 0;
  color: #fff;
  text-align: center;
  font-size: 11px; }
  .ltg-notice img {
    width: 265px;
    height: auto; }

.resource-filters {
  padding: 20px 0;
  background-color: #d9d9d9;
  margin-bottom: 40px; }

.resource-label {
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 2.8vw; }
  @media (max-width: 642.85714px) {
    .resource-label {
      font-size: 18px; } }
  @media (min-width: 857.14286px) {
    .resource-label {
      font-size: 24px; } }

ul.resource-list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1.25em;
  margin-left: -1.25em; }
  ul.resource-list:after {
    content: "";
    display: table;
    clear: both; }
  ul.resource-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em; }
  ul.resource-list > li {
    width: 100%;
    padding: 0 1.25em 2.5em; }
    ul.resource-list > li:nth-of-type(n) {
      clear: none; }
    ul.resource-list > li:nth-of-type(1n+1) {
      clear: both; }
  @media (min-width: 31.25em) {
    ul.resource-list {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      ul.resource-list:after {
        content: "";
        display: table;
        clear: both; }
      ul.resource-list > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      ul.resource-list > li {
        width: 50%;
        padding: 0 1.25em 2.5em; }
        ul.resource-list > li:nth-of-type(n) {
          clear: none; }
        ul.resource-list > li:nth-of-type(2n+1) {
          clear: both; } }
  @media (min-width: 43.75em) {
    ul.resource-list {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      ul.resource-list:after {
        content: "";
        display: table;
        clear: both; }
      ul.resource-list > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      ul.resource-list > li {
        width: 25%;
        padding: 0 1.25em 2.5em; }
        ul.resource-list > li:nth-of-type(n) {
          clear: none; }
        ul.resource-list > li:nth-of-type(4n+1) {
          clear: both; } }

.resource-list__item a {
  margin-top: 20px; }

.resource-list__item img {
  display: block;
  margin-bottom: 10px; }

.resource-list__item a {
  text-decoration: none;
  color: #111; }

.resource-list__item h2 {
  font-size: 16px;
  font-size: 1.6vw;
  margin-bottom: 10px; }
  @media (max-width: 875px) {
    .resource-list__item h2 {
      font-size: 14px; } }
  @media (min-width: 1000px) {
    .resource-list__item h2 {
      font-size: 16px; } }

.resource-download {
  margin: 40px 0; }

.facetwp-facet {
  margin-bottom: 15px !important;
  display: block; }
  @media (min-width: 56.25em) {
    .facetwp-facet {
      margin-right: 10px;
      display: inline-block;
      margin-bottom: 0 !important; } }

main.single-resource {
  padding-top: 20px; }
  @media (min-width: 43.75em) {
    main.single-resource {
      padding-top: 40px; } }

body[class*="sidebar-"] main.single-resource {
  padding-top: 0; }

.single-resource aside {
  padding-bottom: 40px; }
  @media (min-width: 43.75em) {
    .single-resource aside {
      width: 33.33333%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding-bottom: 0; } }
  .single-resource aside h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc solid; }
  .single-resource aside h4 {
    margin-bottom: 10px; }
  .single-resource aside ul + h4 {
    border-top: 1px #ccc dotted;
    padding-top: 20px;
    margin-top: 20px; }
  .single-resource aside a {
    text-decoration: none; }

.product-summary {
  /* --------------------------------------------------- */
  background-color: #f4f4f4;
  padding: 40px 0;
  /* [dir="rtl"] .slick-prev { left: auto; right: 15px; } */
  /* [dir="rtl"] .slick-prev:before { content: "\e803"; } */
  /* --------------------------------------------------- */ }
  .product-summary__panel {
    text-align: center;
    padding: 20px 0; }
    @media (min-width: 56.25em) {
      .product-summary__panel {
        float: left;
        padding: 0 60px;
        width: 33.33333333%; } }
    .product-summary__panel--1, .product-summary__panel--2 {
      border-bottom: 1px solid #333; }
      @media (min-width: 56.25em) {
        .product-summary__panel--1, .product-summary__panel--2 {
          border-bottom: 0; } }
    .product-summary__panel h2 {
      font-weight: 600;
      font-size: 16px;
      font-size: 1.6vw; }
      @media (max-width: 875px) {
        .product-summary__panel h2 {
          font-size: 14px; } }
      @media (min-width: 1000px) {
        .product-summary__panel h2 {
          font-size: 16px; } }
    .product-summary__panel--2 {
      position: relative; }
      .product-summary__panel--2::after, .product-summary__panel--2::before {
        display: none;
        content: "";
        height: 100%;
        width: 1px;
        background-color: #333;
        position: absolute;
        top: 5px; }
        @media (min-width: 56.25em) {
          .product-summary__panel--2::after, .product-summary__panel--2::before {
            display: block; } }
      .product-summary__panel--2::after {
        left: -30px; }
      .product-summary__panel--2::before {
        right: -30px; }
    .product-summary__panel__caption {
      font-size: 12px;
      font-size: 1.2vw; }
      @media (max-width: 833.33333px) {
        .product-summary__panel__caption {
          font-size: 10px; } }
      @media (min-width: 1000px) {
        .product-summary__panel__caption {
          font-size: 12px; } }
  .product-summary .slider--product-summary {
    width: 80%;
    margin: 0 auto; }
    @media (min-width: 56.25em) {
      .product-summary .slider--product-summary {
        width: 100%; } }
  .product-summary .slick-prev,
  .product-summary .slick-next {
    width: 50px;
    height: 50px; }
    .product-summary .slick-prev svg,
    .product-summary .slick-next svg {
      width: 50px;
      height: 50px; }
  .product-summary .slick-prev {
    left: -60px; }
  .product-summary .slick-next {
    right: -60px; }

.slider--product-summary__text {
  display: block;
  text-align: center; }
  .slider--product-summary__text p {
    text-align: center; }

.job {
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */ }

.page-template-page-jobs {
  padding-top: 40px; }
  .page-template-page-jobs h1 {
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
    margin-bottom: 20px; }

ul.jobs-list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1.25em;
  margin-left: -1.25em; }
  ul.jobs-list:after {
    content: "";
    display: table;
    clear: both; }
  ul.jobs-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em; }
  ul.jobs-list > li {
    width: 100%;
    padding: 0 1.25em 2.5em; }
    ul.jobs-list > li:nth-of-type(n) {
      clear: none; }
    ul.jobs-list > li:nth-of-type(1n+1) {
      clear: both; }
  @media (min-width: 31.25em) {
    ul.jobs-list {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      ul.jobs-list:after {
        content: "";
        display: table;
        clear: both; }
      ul.jobs-list > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      ul.jobs-list > li {
        width: 50%;
        padding: 0 1.25em 2.5em; }
        ul.jobs-list > li:nth-of-type(n) {
          clear: none; }
        ul.jobs-list > li:nth-of-type(2n+1) {
          clear: both; } }
  @media (min-width: 43.75em) {
    ul.jobs-list {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      ul.jobs-list:after {
        content: "";
        display: table;
        clear: both; }
      ul.jobs-list > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      ul.jobs-list > li {
        width: 33.33333%;
        padding: 0 1.25em 2.5em; }
        ul.jobs-list > li:nth-of-type(n) {
          clear: none; }
        ul.jobs-list > li:nth-of-type(3n+1) {
          clear: both; } }
  ul.jobs-list li {
    margin-bottom: 20px; }

.job__apply {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px #ccc solid; }
  .job__apply__email {
    background: #f4f4f4;
    padding: 20px;
    margin: 40px 0;
    font-weight: 600; }

.single-job h1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }

.single-job article {
  max-width: 830px;
  padding-bottom: 40px; }
  @media (min-width: 43.75em) {
    .single-job article {
      padding-bottom: 100px; } }
  .single-job article > p:first-of-type {
    font-size: 24px;
    font-size: 2.8vw; }
    @media (max-width: 642.85714px) {
      .single-job article > p:first-of-type {
        font-size: 18px; } }
    @media (min-width: 857.14286px) {
      .single-job article > p:first-of-type {
        font-size: 24px; } }

time {
  display: block;
  margin-bottom: 10px; }

.single-post .banner p + p {
  margin-top: 10px; }

.single-post .banner time {
  display: inline; }

.post-header {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid; }

.banner--people {
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */ }
  .banner--people .banner__content {
    max-width: none;
    margin-bottom: 40px; }
    @media (min-width: 43.75em) {
      .banner--people .banner__content {
        width: 66.66667%;
        float: left;
        margin-right: -100%;
        clear: none;
        padding-right: 50px;
        margin-bottom: 0; } }
  @media (min-width: 43.75em) {
    .banner--people .banner__secondary-content {
      width: 33.33333%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; } }

@media (min-width: 43.75em) {
  .people-menu {
    margin-top: 90px;
    float: right; } }

.person__image {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .person__image img {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }

.person > a:hover .person__image img {
  opacity: 1; }

.people-list {
  /* --------------------------------------------------- */
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1.25em;
  margin-left: -1.25em;
  /* --------------------------------------------------- */ }
  .people-list img {
    display: block; }
  .people-list:after {
    content: "";
    display: table;
    clear: both; }
  .people-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em; }
  .people-list > li {
    width: 50%;
    padding: 0 1.25em 2.5em; }
    .people-list > li:nth-of-type(n) {
      clear: none; }
    .people-list > li:nth-of-type(2n+1) {
      clear: both; }
  @media (min-width: 37.5em) {
    .people-list {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      .people-list:after {
        content: "";
        display: table;
        clear: both; }
      .people-list > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      .people-list > li {
        width: 33.33333%;
        padding: 0 1.25em 2.5em; }
        .people-list > li:nth-of-type(n) {
          clear: none; }
        .people-list > li:nth-of-type(3n+1) {
          clear: both; } }
  @media (min-width: 56.25em) {
    .people-list {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      .people-list:after {
        content: "";
        display: table;
        clear: both; }
      .people-list > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      .people-list > li {
        width: 25%;
        padding: 0 1.25em 2.5em; }
        .people-list > li:nth-of-type(n) {
          clear: none; }
        .people-list > li:nth-of-type(4n+1) {
          clear: both; } }
  .people-list li {
    margin-bottom: 20px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .people-list li:target {
    background: #eee; }

.person {
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */ }
  .person a.popup-person {
    text-decoration: none;
    display: block; }
  .person__info img {
    display: block;
    margin: 0 0 20px 0;
    width: 200px; }
    @media (min-width: 51.875em) {
      .person__info img {
        float: left;
        margin: 0 50px 30px 0;
        width: 300px; } }
  .person__info h2 {
    color: #666; }
  .person__contact {
    display: inline-block;
    margin-bottom: 20px;
    width: auto; }
    .person__contact ul {
      float: left; }
    .person__contact li {
      float: left; }
    .person__contact a {
      display: block;
      padding: 10px;
      border-radius: 4px;
      background-color: #333; }
    .person__contact li:not(:last-child) {
      margin-right: 20px; }
    .person__contact svg {
      display: block; }
    .person__contact svg * {
      fill: #fff; }
  .person__main {
    padding: 30px; }
    @media (min-width: 51.875em) {
      .person__main {
        padding: 50px; } }
    .person__main p + p {
      margin-top: 20px; }
  .person__featured-content {
    background-color: #f4f4f4;
    padding: 30px 30px 0 30px; }
    @media (min-width: 51.875em) {
      .person__featured-content {
        padding: 50px 50px 0 50px; } }
    .person__featured-content h4 {
      text-align: center;
      font-size: 24px;
      font-size: 2.8vw;
      margin-bottom: 50px; }
      @media (max-width: 642.85714px) {
        .person__featured-content h4 {
          font-size: 18px; } }
      @media (min-width: 857.14286px) {
        .person__featured-content h4 {
          font-size: 24px; } }
    .person__featured-content h5 {
      font-size: 16px;
      font-size: 1.6vw;
      margin-bottom: 5px; }
      @media (max-width: 875px) {
        .person__featured-content h5 {
          font-size: 14px; } }
      @media (min-width: 1000px) {
        .person__featured-content h5 {
          font-size: 16px; } }
    .person__featured-content__list {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      .person__featured-content__list:after {
        content: "";
        display: table;
        clear: both; }
      .person__featured-content__list > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      .person__featured-content__list > li {
        width: 100%;
        padding: 0 1.25em 2.5em; }
        .person__featured-content__list > li:nth-of-type(n) {
          clear: none; }
        .person__featured-content__list > li:nth-of-type(1n+1) {
          clear: both; }
      @media (min-width: 51.875em) {
        .person__featured-content__list {
          display: block;
          padding: 0;
          margin-top: 0;
          margin-bottom: 0;
          margin-right: -1.25em;
          margin-left: -1.25em; }
          .person__featured-content__list:after {
            content: "";
            display: table;
            clear: both; }
          .person__featured-content__list > li {
            display: inline;
            height: auto;
            float: left;
            padding: 0 1.25em 2.5em; }
          .person__featured-content__list > li {
            width: 33.33333%;
            padding: 0 1.25em 2.5em; }
            .person__featured-content__list > li:nth-of-type(n) {
              clear: none; }
            .person__featured-content__list > li:nth-of-type(3n+1) {
              clear: both; } }
  .person__footer {
    color: #fff;
    height: 66px;
    background-color: #2d2d2d;
    padding: 15px 0; }
    @media (min-width: 51.875em) {
      .person__footer {
        padding: 20px 50px; } }

@-webkit-keyframes open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes close {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes close {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

button.arrow {
  position: absolute;
  bottom: 15px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position-y: center;
  opacity: 0; }

.show-arrows button.arrow {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.arrow-left {
  left: 30px;
  padding-left: 25px;
  background-position-x: left;
  background-image: url(../img/arrow--small--left.svg); }
  @media (min-width: 51.875em) {
    .arrow-left {
      left: 50px; } }

.arrow-right {
  background-position-x: right;
  padding-right: 25px;
  background-image: url(../img/arrow--small--right.svg);
  right: 30px; }
  @media (min-width: 51.875em) {
    .arrow-right {
      right: 50px; } }

.person__info {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.mfp-removing {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.link-menu {
  color: #333;
  position: relative; }
  .link-menu button {
    background-color: #fff;
    color: #333;
    border: 0;
    display: block;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    width: 240px;
    height: 45px;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .link-menu button + ul {
      padding-top: 10px; }
    .link-menu button svg {
      width: 12px;
      height: 12px;
      position: relative;
      top: 1px;
      display: inline-block; }
  .link-menu a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px; }
    .link-menu a:hover {
      background-color: #eee; }
  .link-menu ul {
    padding: 10px;
    background-color: #fff;
    width: 240px;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 1;
    border-top: 1px #333 solid;
    border-left: 2px #333 solid;
    border-right: 2px #333 solid;
    border-bottom: 2px #333 solid;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .link-menu__label {
    display: inline-block;
    padding: 10px 15px; }
  .link-menu__arrow {
    display: inline-block;
    border-left: 1px #333 solid;
    padding: 10px 15px;
    float: right; }

.link-menu-content {
  display: none;
  margin: 1em 0; }

.link-menu-content.active,
.no-js .link-menu-content {
  display: block; }

.post-preview {
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */ }
  .post-preview h2 {
    margin-bottom: 5px; }
  .post-preview time {
    font-size: 12px;
    font-size: 1.2vw;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    @media (max-width: 833.33333px) {
      .post-preview time {
        font-size: 10px; } }
    @media (min-width: 1000px) {
      .post-preview time {
        font-size: 12px; } }
  .post-preview__image {
    display: block;
    margin-bottom: 20px; }
    .post-preview__image a {
      display: block; }
    .post-preview__image img {
      width: 100%; }
    @media (min-width: 33.125em) {
      .post-preview__image {
        width: 30%;
        float: left; } }
    @media (min-width: 43.75em) {
      .post-preview__image {
        margin-bottom: 0; } }
  @media (min-width: 33.125em) {
    .post-preview__summary {
      width: calc(70% - 40px);
      float: right; } }
  .post-preview__summary h2 a {
    text-decoration: none;
    color: #666; }

form.blog-search input[type="search"] {
  width: calc(100% - 80px); }

form.blog-search [type="submit"] {
  position: relative;
  right: 1px; }

.prev-next {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #ccc solid; }
  .prev-next a {
    display: block; }
  @media (min-width: 43.75em) {
    .prev-next__prev {
      float: left;
      width: 49%; } }
  @media (min-width: 43.75em) {
    .prev-next__next {
      text-align: right;
      float: right;
      width: 49%; } }
  .prev-next li {
    font-size: 24px;
    font-size: 2.8vw;
    margin-bottom: 20px; }
    @media (max-width: 642.85714px) {
      .prev-next li {
        font-size: 18px; } }
    @media (min-width: 857.14286px) {
      .prev-next li {
        font-size: 24px; } }
  .prev-next span {
    display: block;
    font-size: 16px;
    font-size: 1.6vw;
    color: #2d2d2d; }
    @media (max-width: 875px) {
      .prev-next span {
        font-size: 14px; } }
    @media (min-width: 1000px) {
      .prev-next span {
        font-size: 16px; } }

.post-preview + .post-preview {
  margin-top: 80px; }

.post-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px #CCC solid; }

.back-to-top {
  margin: 25px 0 15px 0;
  font-size: 12px;
  font-size: 1.2vw; }
  @media (max-width: 833.33333px) {
    .back-to-top {
      font-size: 10px; } }
  @media (min-width: 1000px) {
    .back-to-top {
      font-size: 12px; } }
  @media (min-width: 43.75em) {
    .back-to-top {
      position: absolute;
      right: 20px;
      bottom: -20px;
      margin: 0; } }
  .back-to-top svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 4px;
    position: relative;
    width: 8px;
    height: 8px; }
  .back-to-top svg * {
    fill: #a3a3a3; }
  .back-to-top a {
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding: 2px; }
  .back-to-top a:hover {
    color: #333; }
    .back-to-top a:hover svg * {
      fill: #333; }

.languages {
  margin: 20px 0 40px 0; }
  .languages .holder {
    text-align: center; }

#google_translate_element {
  margin: 0 auto; }

.cta {
  max-width: 400px; }
  .cta img {
    display: block; }
  .cta__text {
    background-color: #f4f4f4;
    padding: 15px 10px; }
  .cta .btn {
    margin-top: 0; }

.cta + .cta {
  margin-top: 60px; }

.content--404 {
  max-width: 800px;
  margin: 40px auto;
  text-align: center; }

.wrapper--cookie-notice {
  padding: 20px 0;
  background-color: rgba(17, 17, 17, 0.9);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11; }
  .wrapper--cookie-notice a {
    color: #fff; }

.cookie-text {
  margin-bottom: 20px; }
  @media (min-width: 43.75em) {
    .cookie-text {
      margin-bottom: 0;
      width: 75%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px; } }

@media (min-width: 43.75em) {
  .cookie-button {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; } }

.cookie-button button {
  border: 0;
  padding: 5px 20px;
  background-color: #111;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .cookie-button button:hover {
    opacity: 0.8; }

.search-header {
  background-color: #f3f3f3;
  padding: 30px 10px;
  border-bottom: 1px #ccc solid; }
  .search-header p > span {
    display: inline-block;
    margin-right: 6px; }
  .search-header p > * {
    display: block;
    margin-bottom: 5px; }
    @media (min-width: 43.75em) {
      .search-header p > * {
        display: inline-block;
        margin-bottom: 0; } }

.search-site-filters > div + div {
  margin-top: 10px; }

input.addsearch {
  width: 100%;
  max-width: 280px; }

#addsearch-results {
  font-family: "Poppins", Arial, sans-serif !important; }

#addsearch-results #addsearch-rp-paging {
  float: none !important; }

#addsearch-results {
  min-height: inherit !important; }

.pagination {
  text-align: center;
  margin: 40px 0 20px 0;
  padding: 40px 0 0 0;
  border-top: 1px #ccc solid; }
  .pagination a {
    text-decoration: none; }

.page-numbers {
  display: inline-block;
  color: #333;
  margin-right: 2px;
  padding: 8px 12px; }

a.page-numbers.current {
  background: #fff;
  color: #333; }

a.page-numbers {
  color: #fff;
  background: #2d2d2d; }
  a.page-numbers:hover {
    background: #666;
    color: #FFF; }

.facetwp-pager {
  padding-bottom: 40px; }

.facetwp-pager .facetwp-pager-label {
  font-size: 12px;
  font-size: 1.2vw;
  display: block;
  margin-bottom: 20px;
  color: #666; }
  @media (max-width: 833.33333px) {
    .facetwp-pager .facetwp-pager-label {
      font-size: 10px; } }
  @media (min-width: 1000px) {
    .facetwp-pager .facetwp-pager-label {
      font-size: 12px; } }

.facetwp-pager a.facetwp-page {
  display: inline-block;
  color: #333;
  margin-right: 2px;
  padding: 8px 12px;
  color: #fff;
  background: #2d2d2d; }
  .facetwp-pager a.facetwp-page:hover {
    background: #666;
    color: #FFF; }

.facetwp-pager .facetwp-page.active {
  background: #fff;
  color: #333;
  pointer-events: none; }

.page-nav {
  /* --------------------------------------------------- */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: -1px;
  z-index: 10;
  /* --------------------------------------------------- */ }
  .page-nav ul {
    text-align: center; }
  .page-nav li {
    display: inline-block; }
    .page-nav li:not(:last-child) {
      margin-right: 10px; }
    .page-nav li a {
      display: inline-block;
      color: #fff;
      text-decoration: none;
      padding: 10px;
      position: relative; }
      .page-nav li a:hover {
        opacity: 0.75; }
    .page-nav li a.is-active {
      font-weight: bold;
      text-decoration: underline; }
  .page-nav li:not(:last-child) a::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 8px;
    background-color: #fff; }
  @supports (display: flex) {
    .page-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .page-nav li {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin: 0 -1px; }
      .page-nav li a {
        width: 100%; } }

.big-intro {
  padding: 30px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top; }
  @media (min-width: 43.75em) {
    .big-intro {
      padding: 80px 0; } }
  .big-intro a:not(.btn) {
    color: #FFF; }
  .big-intro h1,
  .big-intro h2,
  .big-intro h3 {
    color: #fff; }
  .big-intro-primary, .big-intro-secondary {
    overflow: hidden; }
  .big-intro__header__title {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 2.8vw; }
    @media (max-width: 714.28571px) {
      .big-intro__header__title {
        font-size: 20px; } }
    @media (min-width: 1071.42857px) {
      .big-intro__header__title {
        font-size: 30px; } }
    @media (min-width: 43.75em) {
      .big-intro__header__title {
        margin-bottom: 0;
        float: left;
        width: 45%; } }
    .big-intro__header__title h1 {
      font-weight: 300;
      line-height: 120%;
      font-size: 50px;
      font-size: 3.6vw; }
      @media (max-width: 777.77778px) {
        .big-intro__header__title h1 {
          font-size: 28px; } }
      @media (min-width: 1444.44444px) {
        .big-intro__header__title h1 {
          font-size: 52px; } }
  @media (min-width: 43.75em) {
    .big-intro__header__text {
      float: right;
      width: 50%; } }
  .big-intro-primary {
    margin-bottom: 50px; }
  .big-intro-secondary {
    text-align: center;
    /* --------------- */
    /* --------------- */ }
    .big-intro-secondary h2 {
      font-size: 22px;
      font-size: 2.8vw;
      margin-bottom: 8px;
      position: relative;
      display: inline-block; }
      @media (max-width: 714.28571px) {
        .big-intro-secondary h2 {
          font-size: 20px; } }
      @media (min-width: 1071.42857px) {
        .big-intro-secondary h2 {
          font-size: 30px; } }
      .big-intro-secondary h2 + p {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto; }
      .big-intro-secondary h2::before, .big-intro-secondary h2::after {
        display: block;
        content: "";
        position: absolute;
        top: 43%;
        height: 2px;
        background-color: #fff;
        width: 800px;
        opacity: 0.25; }
      .big-intro-secondary h2::before {
        left: -820px; }
      .big-intro-secondary h2::after {
        right: -820px; }
    .big-intro-secondary h3 {
      font-size: 24px;
      font-size: 2.8vw;
      margin-bottom: 12px; }
      @media (max-width: 642.85714px) {
        .big-intro-secondary h3 {
          font-size: 18px; } }
      @media (min-width: 857.14286px) {
        .big-intro-secondary h3 {
          font-size: 24px; } }
    .big-intro-secondary ul {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      .big-intro-secondary ul:after {
        content: "";
        display: table;
        clear: both; }
      .big-intro-secondary ul > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      .big-intro-secondary ul > li {
        width: 100%;
        padding: 0 1.25em 2.5em; }
        .big-intro-secondary ul > li:nth-of-type(n) {
          clear: none; }
        .big-intro-secondary ul > li:nth-of-type(1n+1) {
          clear: both; }
      @media (min-width: 43.75em) {
        .big-intro-secondary ul {
          display: block;
          padding: 0;
          margin-top: 0;
          margin-bottom: 0;
          margin-right: -40px;
          margin-left: -40px; }
          .big-intro-secondary ul:after {
            content: "";
            display: table;
            clear: both; }
          .big-intro-secondary ul > li {
            display: inline;
            height: auto;
            float: left;
            padding: 0 40px 80px; }
          .big-intro-secondary ul > li {
            width: 33.33333%;
            padding: 0 40px 80px; }
            .big-intro-secondary ul > li:nth-of-type(n) {
              clear: none; }
            .big-intro-secondary ul > li:nth-of-type(3n+1) {
              clear: both; }
          .big-intro-secondary ul li {
            padding-bottom: 0; } }
    .big-intro-secondary li a {
      margin-top: 20px; }
  .big-intro .big-intro-panels {
    margin-top: 50px; }

.intro-banner {
  padding: 80px 0;
  background-color: #333;
  color: #FFF; }
  .intro-banner h1, .intro-banner h2, .intro-banner h3, .intro-banner h4, .intro-banner h5, .intro-banner h6 {
    color: #FFF; }
  .intro-banner a {
    color: #FFF; }

.intro-banner__col-1 {
  margin-bottom: 40px; }
  @media (min-width: 43.75em) {
    .intro-banner__col-1 {
      margin-bottom: 0;
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px; } }
  .intro-banner__col-1 img {
    width: auto;
    max-width: none;
    max-height: 330px; }
  .intro-banner__col-1 h1 {
    font-size: 72px;
    font-size: 4vw;
    font-weight: 300;
    line-height: 120%; }
    @media (max-width: 800px) {
      .intro-banner__col-1 h1 {
        font-size: 32px; } }
    @media (min-width: 1800px) {
      .intro-banner__col-1 h1 {
        font-size: 72px; } }

@media (min-width: 43.75em) {
  .intro-banner__col-2 {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; } }

.intro-banner__col-2 .btn {
  margin-top: 40px; }
  .intro-banner__col-2 .btn:hover {
    color: #FFF; }

.form {
  text-align: center; }
  .form h2 {
    font-size: 24px;
    font-size: 2.8vw; }
    @media (max-width: 642.85714px) {
      .form h2 {
        font-size: 18px; } }
    @media (min-width: 857.14286px) {
      .form h2 {
        font-size: 24px; } }
    .form h2 + p {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }

section.form .holder * + .form__embed-code {
  margin-top: 40px; }

.double-panel {
  /* --------------------------------------------------- */ }
  @media (min-width: 43.75em) {
    .double-panel__panel {
      width: 50%;
      float: left;
      position: relative; }
      .double-panel__panel .double-panel__img {
        position: relative;
        padding-top: 47.32143%;
        margin-bottom: 20px;
        overflow: hidden; }
      .double-panel__panel img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        width: auto;
        min-height: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  .double-panel__panel--1 {
    margin-bottom: 40px; }
    @media (min-width: 43.75em) {
      .double-panel__panel--1 {
        padding-right: 40px;
        margin-bottom: 0; }
        .double-panel__panel--1::after {
          display: block;
          content: "";
          position: absolute;
          width: 1px;
          background-color: #2d2d2d;
          height: 100%;
          right: 0px;
          top: 0; } }
  @media (min-width: 43.75em) {
    .double-panel__panel--2 {
      padding-left: 40px; } }
  .double-panel__panel__links {
    margin-top: 40px; }

.logos {
  /* --------------------------------------------------- */
  text-align: center;
  /* --------------------------------------------------- */ }
  .logos h2 {
    font-size: 22px;
    font-size: 2.8vw; }
    @media (max-width: 714.28571px) {
      .logos h2 {
        font-size: 20px; } }
    @media (min-width: 1071.42857px) {
      .logos h2 {
        font-size: 30px; } }
    .logos h2 + p {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
  .logos .slider--logos {
    background-color: transparent;
    margin-top: 40px;
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 43.75em) {
      .logos .slider--logos {
        width: 90%; } }
    .logos .slider--logos .slick-slide {
      height: 150px;
      padding: 10px; }
    .logos .slider--logos img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      max-height: 80px;
      width: auto;
      margin: 0 auto; }

div.banner {
  padding: 20px 0; }
  @media (min-width: 43.75em) {
    div.banner {
      padding: 40px 0; } }
  div.banner h1 {
    margin: 0 0 15px 0; }

.banner + *:not(.page-nav):not(.resource-filters),
.intro-banner + *:not(.page-nav):not(.resource-filters) {
  margin-top: 40px; }

.banner {
  /* --------------------------------------------------- */
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  background-image: url(../img/bg--intro-banner.png);
  background-color: #4d4d4d;
  color: #fff;
  padding: 25px 0;
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */ }
  @media (min-width: 43.75em) {
    .banner {
      padding: 50px 0; } }
  .banner a:not(.btn):not(.show-hide-link) {
    color: #FFF; }
    .banner a:not(.btn):not(.show-hide-link):hover {
      opacity: 0.75;
      color: #FFF; }
  .banner h1 {
    line-height: 120%;
    margin-bottom: 15px; }
  .banner h1,
  .banner h2,
  .banner h3,
  .banner h4,
  .banner h5,
  .banner h6 {
    color: #fff; }
  .banner__content {
    max-width: 800px; }
  .banner--image {
    background-image: none; }
    @media (min-width: 43.75em) {
      .banner--image {
        padding: 80px 0; } }
    /* .banner--image .holder {
      max-width: 1200px; } */
    .banner--image .banner__image {
      margin-bottom: 20px; }
      @media (min-width: 58.75em) {
        .banner--image .banner__image {
          width: 33.33333%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none;
          padding-right: 0;
          margin-bottom: 0;
          text-align: center; } }
      .banner--image .banner__image img {
        width: 80%;
        max-width: 100px; }
        @media (min-width: 58.75em) {
          .banner--image .banner__image img {
            width: auto;
            max-width: 100%; } }
    @media (min-width: 58.75em) {
      .banner--image .banner__text {
        width: 66.66667%;
        float: left;
        margin-right: -100%;
        clear: none;
        padding-right: 50px; } }
    .banner--image .banner__text h1 {
      font-size: 72px;
      font-size: 4vw; }
      @media (max-width: 800px) {
        .banner--image .banner__text h1 {
          font-size: 32px; } }
      @media (min-width: 1800px) {
        .banner--image .banner__text h1 {
          font-size: 72px; } }
  .banner h1 {
    color: inherit;
    font-size: 72px;
    font-size: 4vw;
    font-weight: 300; }
    @media (max-width: 800px) {
      .banner h1 {
        font-size: 32px; } }
    @media (min-width: 1800px) {
      .banner h1 {
        font-size: 72px; } }
  @media (min-width: 1024px) {
    .banner .banner__title--large {
      font-size: 42px; } }
  @media (min-width: 1024px) {
    .banner .banner__title--small {
      font-size: 32px; } }
  .banner .btn {
    margin-top: 40px; }
  .banner__text {
    max-width: 900px; }
  .banner--bannerstyle1 {
    background-image: url(../img/banner-bg--1.png); }
  .banner--bannerstyle2 {
    background-image: url(../img/banner-bg--2.png); }
  .banner--bannerstyle3 {
    background-image: url(../img/banner-bg--3.png);
    background-position: right bottom;
    background-size: 70% auto; }
  .banner--bannerstyle4 {
    background-image: url(../img/banner-bg--4.png);
    background-size: 70% auto; }
  .banner--bannerstyle5 {
    background-image: url(../img/banner-bg--5.png);
    background-size: 70% auto; }
  .banner--bannerstyle6 {
    background-image: url(../img/banner-bg--6.png);
    background-size: 70% auto; }
  .banner--bannerstyle7 {
    background-image: url(../img/banner-bg--7.png); }
  .banner--bannerstyle8 {
    background-image: url(../img/banner-bg--8.png); }
  .banner--bannerstyle9 {
    background-image: url(../img/banner-bg--9.png); }

.banner--page + [class*="-contact"] {
  margin-top: 0; }

.banner--page + .page-nav {
  margin-top: 0; }

.banner--page h1 {
  margin-bottom: 15px; }

.icon-list > .holder > ul > li {
  width: 100%; }
  @media (min-width: 43.75em) {
    .icon-list > .holder > ul > li {
      width: 49%;
      display: inline-block;
      vertical-align: top; } }

@media (min-width: 43.75em) {
  .icon-list--3col > .holder > ul > li {
    width: 32%; } }

.icon-list {
  text-align: center; }
  .icon-list h2 + p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .icon-list .btn {
    margin-top: 20px; }
  .icon-list > .holder > ul > li {
    text-align: left;
    padding: 40px 0; }
    @media (min-width: 43.75em) {
      .icon-list > .holder > ul > li {
        padding: 0 40px 40px; } }
    .icon-list > .holder > ul > li ul {
      list-style-type: disc;
      margin: 10px 0; }
  .icon-list > .holder > ul > li[style*="background-image"] {
    background-repeat: no-repeat;
    background-position: left 5px;
    padding: 0 20px 40px 40px;
    background-size: 30px auto; }
    @media (min-width: 31.25em) {
      .icon-list > .holder > ul > li[style*="background-image"] {
        padding: 0 40px 40px 80px;
        background-size: 60px auto; } }

.text-and-links .holder__inner {
  max-width: 1000px;
  margin: auto; }

.content-panels {
  text-align: center; }
  .content-panels a {
    text-decoration: none; }
  .content-panels li {
    text-align: left; }
  .content-panels ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1.25em;
    margin-left: -1.25em;
    margin-top: 40px; }
    .content-panels ul:after {
      content: "";
      display: table;
      clear: both; }
    .content-panels ul > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 1.25em 2.5em; }
    .content-panels ul > li {
      width: 100%;
      padding: 0 1.25em 2.5em; }
      .content-panels ul > li:nth-of-type(n) {
        clear: none; }
      .content-panels ul > li:nth-of-type(1n+1) {
        clear: both; }
    @media (min-width: 43.75em) {
      .content-panels ul {
        display: block;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: -30px;
        margin-left: -30px; }
        .content-panels ul:after {
          content: "";
          display: table;
          clear: both; }
        .content-panels ul > li {
          display: inline;
          height: auto;
          float: left;
          padding: 0 30px 60px; }
        .content-panels ul > li {
          width: 33.33333%;
          padding: 0 30px 60px; }
          .content-panels ul > li:nth-of-type(n) {
            clear: none; }
          .content-panels ul > li:nth-of-type(3n+1) {
            clear: both; } }

.content-panels--related-posts {
  text-align: left;
  border-top: 1px #CCC solid;
  margin-top: 40px;
  padding-top: 20px; }
  .content-panels--related-posts img {
    display: block;
    margin-bottom: 20px; }
  .content-panels--related-posts h4 {
    font-size: 24px;
    font-size: 2.8vw; }
    @media (max-width: 642.85714px) {
      .content-panels--related-posts h4 {
        font-size: 18px; } }
    @media (min-width: 857.14286px) {
      .content-panels--related-posts h4 {
        font-size: 24px; } }
  .content-panels--related-posts h5 {
    font-size: 16px;
    font-size: 1.6vw; }
    @media (max-width: 875px) {
      .content-panels--related-posts h5 {
        font-size: 14px; } }
    @media (min-width: 1000px) {
      .content-panels--related-posts h5 {
        font-size: 16px; } }

.text-image-list {
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */ }

.text-image-list__item + .text-image-list__item {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px #333 solid; }

.text-image-list__item__image img {
  display: block;
  margin-bottom: 40px; }

@media (min-width: 43.75em) {
  .text-image-list__item__image {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 50px; }
    .text-image-list__item__image img {
      margin-bottom: 0; }
    .text-image-list__item:nth-child(even) .text-image-list__item__image {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0; } }

@media (min-width: 43.75em) {
  .text-image-list__item__text {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; }
    .text-image-list__item:nth-child(even) .text-image-list__item__text {
      width: 50%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px; } }

@media (min-width: 43.75em) {
  .contact__col {
    float: left; } }

.contact__col--1 {
  margin-bottom: 40px; }
  @media (min-width: 43.75em) {
    .contact__col--1 {
      width: 40%;
      margin-bottom: 0;
      padding-right: 20px; } }

@media (min-width: 43.75em) {
  .contact__col--2 {
    width: 60%; } }

.contact__col h2 {
  text-align: center; }

.contact__col h3 {
  margin-top: 40px;
  margin-bottom: 5px; }

.contact-notes {
  margin: 40px 0; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.tab-widget__tab-content {
  display: none; }

.tab-widget__tab-content--active,
.no-js .tab-widget__tab-content {
  display: block; }

button.tabs-show-hide {
  border: 0;
  background-color: transparent; }

.tab-widget__list li:last-child {
  border-bottom: 1px solid #ccc; }
  @media (min-width: 43.75em) {
    .tab-widget__list li:last-child {
      border-bottom: 0; } }

@media (min-width: 43.75em) {
  .tab-widget__list {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 50px; } }

@media (min-width: 43.75em) {
  .tab-widget__list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -10px;
    margin-left: -10px; }
    .tab-widget__list:after {
      content: "";
      display: table;
      clear: both; }
    .tab-widget__list > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .tab-widget__list > li {
      width: 33.33333%;
      padding: 0 10px 20px; }
      .tab-widget__list > li:nth-of-type(n) {
        clear: none; }
      .tab-widget__list > li:nth-of-type(3n+1) {
        clear: both; } }

.tab-widget__tabs {
  padding: 20px; }
  @media (min-width: 43.75em) {
    .tab-widget__tabs {
      width: 50%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding-right: 0;
      padding: 0; } }

.tab-widget__item a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px; }
  .tab-widget__item a[class*="--active"] {
    background-color: #2d2d2d;
    color: #FFF; }
  .tab-widget__item a:hover {
    background-color: #2d2d2d;
    color: #FFF; }

.tab-widget__item .tab-intro {
  font-size: 12px;
  font-size: 1.2vw; }
  @media (max-width: 833.33333px) {
    .tab-widget__item .tab-intro {
      font-size: 10px; } }
  @media (min-width: 1000px) {
    .tab-widget__item .tab-intro {
      font-size: 12px; } }

.tab-widget__tab-content h2 {
  font-size: 22px;
  font-size: 2.8vw;
  margin-bottom: 5px; }
  @media (max-width: 714.28571px) {
    .tab-widget__tab-content h2 {
      font-size: 20px; } }
  @media (min-width: 1071.42857px) {
    .tab-widget__tab-content h2 {
      font-size: 30px; } }

.tab-widget__tab-content .tab-intro {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }

.tab-title {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.8vw;
  display: block; }
  @media (max-width: 642.85714px) {
    .tab-title {
      font-size: 18px; } }
  @media (min-width: 857.14286px) {
    .tab-title {
      font-size: 24px; } }

.tab-intro {
  display: block; }

@media (min-width: 43.75em) {
  .tab-text {
    padding-right: 40px;
    height: 500px;
    overflow-y: auto; } }

@media (max-width: 43.6875em) {
  .tab-widget__list {
    max-height: 0;
    overflow: hidden; }
    .show-tabs-active .tab-widget__list {
      max-height: 1000px; } }

#tabs-show-hide {
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border-radius: 3px;
  position: relative;
  top: 3px; }
  @media (min-width: 43.75em) {
    #tabs-show-hide {
      display: none; } }
  #tabs-show-hide span {
    display: inline-block; }
  #tabs-show-hide .show-hide-label {
    padding: 8px; }
  #tabs-show-hide .show-hide-arrow {
    margin-left: 4px;
    padding: 8px;
    border-left: 1px solid #333;
    float: right; }
  #tabs-show-hide span svg {
    width: 10px;
    height: 10px;
    position: relative;
    top: 0px; }
    .show-tabs-active #tabs-show-hide span svg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.calculator-intro {
  margin-bottom: 20px; }
  @media (min-width: 43.75em) {
    .calculator-intro {
      margin-bottom: 0;
      width: 58.33333%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px; } }

@media (min-width: 43.75em) {
  .calculator {
    width: 41.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; } }

.calculator input {
  width: 100%;
  max-width: 300px; }

.pricingCalcContainer {
  border: 1px #999 solid;
  padding: 20px; }

.pricingCalcResultContainer {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3; }
  .pricingCalcResultContainer span {
    font-weight: 600; }

.wrapper--author-box {
  background-color: #f3f3f3;
  padding: 20px 0; }
  @media (min-width: 43.75em) {
    .wrapper--author-box {
      padding: 40px 0; } }

.author-box__avatar {
  margin-bottom: 40px; }
  @media (min-width: 31.875em) {
    .author-box__avatar {
      margin-bottom: 0;
      width: 33.33333%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px; } }
  @media (min-width: 59.375em) {
    .author-box__avatar {
      width: 16.66667%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px; } }

.author-box__info h4 {
  font-size: 22px;
  font-size: 2.8vw;
  margin-bottom: 10px; }
  @media (max-width: 714.28571px) {
    .author-box__info h4 {
      font-size: 20px; } }
  @media (min-width: 1071.42857px) {
    .author-box__info h4 {
      font-size: 30px; } }
  .author-box__info h4 a {
    text-decoration: none; }

@media (min-width: 31.875em) {
  .author-box__info {
    width: 66.66667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; } }

@media (min-width: 59.375em) {
  .author-box__info {
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    margin-left: 16.66667%;
    clear: none;
    padding-right: 50px; } }

.quote {
  padding: 40px 20px; }
  .quote figure {
    margin: 0 auto;
    max-width: 900px; }
  .quote blockquote {
    margin: 0;
    padding: 20px; }
    .quote blockquote p {
      font-size: 24px;
      font-size: 2.8vw;
      position: relative; }
      @media (max-width: 642.85714px) {
        .quote blockquote p {
          font-size: 18px; } }
      @media (min-width: 857.14286px) {
        .quote blockquote p {
          font-size: 24px; } }
      .quote blockquote p span:first-child {
        position: absolute;
        left: -10px;
        top: 0; }
      .quote blockquote p span {
        font-size: 22px;
        font-size: 2.8vw; }
        @media (max-width: 714.28571px) {
          .quote blockquote p span {
            font-size: 20px; } }
        @media (min-width: 1071.42857px) {
          .quote blockquote p span {
            font-size: 30px; } }
  .quote .blockquote--large p {
    font-size: 24px;
    font-size: 2.8vw; }
    @media (max-width: 642.85714px) {
      .quote .blockquote--large p {
        font-size: 18px; } }
    @media (min-width: 857.14286px) {
      .quote .blockquote--large p {
        font-size: 24px; } }
  .quote .blockquote--large span {
    font-size: 22px;
    font-size: 2.8vw; }
    @media (max-width: 714.28571px) {
      .quote .blockquote--large span {
        font-size: 20px; } }
    @media (min-width: 1071.42857px) {
      .quote .blockquote--large span {
        font-size: 30px; } }
  .quote .blockquote--medium p {
    font-size: 18px;
    font-size: 1.8vw; }
    @media (max-width: 888.88889px) {
      .quote .blockquote--medium p {
        font-size: 16px; } }
    @media (min-width: 1000px) {
      .quote .blockquote--medium p {
        font-size: 18px; } }
  .quote .blockquote--medium span {
    font-size: 24px;
    font-size: 2.8vw; }
    @media (max-width: 642.85714px) {
      .quote .blockquote--medium span {
        font-size: 18px; } }
    @media (min-width: 857.14286px) {
      .quote .blockquote--medium span {
        font-size: 24px; } }
  .quote .blockquote--small p {
    font-size: 16px;
    font-size: 1.6vw; }
    @media (max-width: 875px) {
      .quote .blockquote--small p {
        font-size: 14px; } }
    @media (min-width: 1000px) {
      .quote .blockquote--small p {
        font-size: 16px; } }
  .quote .blockquote--small span {
    font-size: 24px;
    font-size: 2.8vw; }
    @media (max-width: 642.85714px) {
      .quote .blockquote--small span {
        font-size: 18px; } }
    @media (min-width: 857.14286px) {
      .quote .blockquote--small span {
        font-size: 24px; } }
  .quote figcaption {
    margin: 20px 20px 0;
    padding-top: 20px;
    border-top: 1px #ccc solid;
    font-size: 16px;
    font-size: 1.6vw; }
    @media (max-width: 875px) {
      .quote figcaption {
        font-size: 14px; } }
    @media (min-width: 1000px) {
      .quote figcaption {
        font-size: 16px; } }
  .quote cite {
    font-style: normal; }

.page-notice {
  margin: 10px auto 40px auto;
  padding: 20px;
  border: 1px #666 solid;
  background-color: #f4f4f4;
  text-align: center; }

.image-gallery ul {
  text-align: center; }
  .image-gallery ul li {
    display: inline-block;
    padding: 5px; }

.image-gallery li a,
.image-gallery li img {
  display: block; }

.gallery-caption {
  text-align: center;
  margin: 20px auto;
  max-width: 800px; }

.accordian > .holder {
  max-width: 830px; }

.acc__title {
  cursor: pointer; }

.acc__content {
  display: none; }

.acc__content.active {
  display: block; }

.acc .acc__title {
  font-weight: 600; }

.acc .acc__content {
  margin-left: 0;
  padding-top: 10px; }

.acc dd + dt {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #ccc solid; }

.acc .acc__title svg {
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px; }

.acc [aria-expanded="true"] svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.video .video-caption {
  font-size: 12px;
  margin: 20px 0; }

.video .holder {
  max-width: 830px; }

.text-editor .holder {
  max-width: 830px; }

.text-editor * + h1,
.text-editor * + h2,
.text-editor * + h3,
.text-editor * + h4,
.text-editor * + h5,
.text-editor * + h6 {
  margin-top: 30px; }

.text-editor li + li {
  margin-top: 10px; }

.link-list h5 {
  font-size: 16px;
  font-size: 1.6vw;
  margin-bottom: 10px; }
  @media (max-width: 875px) {
    .link-list h5 {
      font-size: 14px; } }
  @media (min-width: 1000px) {
    .link-list h5 {
      font-size: 16px; } }
  @media (min-width: 43.75em) {
    .link-list h5 {
      margin-bottom: 25px; } }

.link-list li + li {
  margin-top: 5px; }

.link-list a {
  display: inline-block;
  padding: 4px;
  position: relative;
  left: -4px;
  color: #3c3c3b;
  text-decoration: none; }

.link-button a {
  padding: 6px 12px;
  text-decoration: none;
  margin-top: 0;
  text-align: center;
  width: 100%;
  max-width: 250px; }

table {
  height: auto !important;
  width: 100%;
  margin: 40px 0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC; }

table:not([class]) > tbody > tr:first-child td {
  padding: 8px;
  vertical-align: bottom; }

table:not([class]) > tbody > tr:first-child td strong {
  display: block;
  font-weight: 600;
  padding: 8px; }

td {
  margin: 0;
  padding: 8px;
  vertical-align: top;
  border-right: 1px #CCC solid; }

tr {
  border-bottom: 1px #ccc solid; }

/* this specifically targets the pricing table on the scorm-cloud pricing page, which had a specific issue with a big space underneath  */
.site-rustici-software .page-id-22317 .code_block[name="section-2"] .section-intro {
  margin-bottom: -30px; }

#pricing-table {
  border-left: none;
  border-top: none;
  margin-bottom: 10px !important; }

#pricing-table .labelRow .firstCol {
  border-top: 1px #ccc solid; }

#pricing-table .tooltip {
  position: relative;
  display: block;
  font-weight: 600;
  text-align: center;
  color: #fff; }

#pricing-table .tooltip .classic {
  display: none;
  color: #1e3754;
  font-weight: 100; }

#pricing-table .tooltip sup {
  margin-left: 3px;
  font-size: 9px; }

#pricing-table .tooltip:hover > .classic {
  display: block;
  border-radius: 3px 3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: left;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  left: 1em;
  bottom: 2em;
  z-index: 99;
  margin-left: 0;
  width: 220px; }

#pricing-table td {
  text-align: center;
  vertical-align: middle; }

#pricing-table .labelRow td {
  padding: 10px 4px;
  background: #1e3754; }

#pricing-table a {
  text-decoration: none;
  display: block; }

#pricing-table .btn {
  margin-top: 0; }

#pricing-table .firstCol {
  font-weight: 800;
  background-color: #eee;
  border-left: 1px #ccc solid; }

#pricing-table tr > td:last-of-type {
  background: #ffa10b; }

#pricing-table tr.labelRow > td:last-of-type {
  background: #1e3754;
  border-top: 1px #ccc solid; }

.comparison-table th {
  border-right: 1px #CCC solid;
  vertical-align: middle;
  border-bottom: 1px #CCC solid !important;
  border-left: 1px #CCC solid !important;
  background: #eee; }

.comparison-table td {
  text-align: center;
  border-right: solid 1px #ccc !important;
  background: #fff; }

.comparison-table h3 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.comparison-table .check {
  background-image: url("http://rustici-software.rusticiltg.staging.wpengine.com/wp-content/uploads/sites/4/2018/06/check1.png");
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  display: block;
  margin: 0 auto; }

.comparison-table > tbody > tr td {
  background: #fff;
  padding: 15px !important;
  border-bottom: solid 1px #ccc !important; }

.comparison-table thead th:nth-of-type(1) {
  background: #1e3754; }

.comparison-table thead th {
  background: #1e3754;
  border-right: solid 1px #ccc !important; }

.comparison-table thead h3 {
  color: #fff; }

table.blue-top thead tr, table.blue-top thead tr a {
  background: #1e3754;
  color: #fff; }

table.blue-left tr td:first-of-type, table.blue-left tr td:first-of-type a {
  background: #1e3754;
  color: #fff; }

/*-- xapi colours--*/
.site-xapi-com .comparison-table thead th:nth-of-type(1) {
  background: #338cb2; }

.site-xapi-com .comparison-table thead th {
  background: #338cb2; }

.site-xapi-com .comparison-table thead th:nth-of-type(1) {
  background: #338cb2; }

.site-xapi-com .comparison-table thead th {
  background: #338cb2; }

.site-xapi-com table.blue-top thead tr, .site-xapi-com table.blue-top thead tr a {
  background: #338cb2; }

.site-xapi-com table.blue-left tr td:first-of-type, .site-xapi-com table.blue-left tr td:first-of-type a {
  background: #338cb2; }

.site-xapi-com #pricing-table .tooltip .classic {
  color: #338cb2; }

.site-xapi-com #pricing-table .labelRow td {
  background: #338cb2; }

.site-xapi-com #pricing-table tr.labelRow > td:last-of-type {
  background: #338cb2; }

/*-- scorm colours--*/
.site-scorm-com .comparison-table thead th:nth-of-type(1) {
  background: #3176bc; }

.site-scorm-com .comparison-table thead th {
  background: #3176bc; }

.site-scorm-com .comparison-table thead th:nth-of-type(1) {
  background: #3176bc; }

.site-scorm-com .comparison-table thead th {
  background: #3176bc; }

.site-scorm-com table.blue-top thead tr, .site-scorm-com table.blue-top thead tr a {
  background: #3176bc; }

.site-scorm-com table.blue-left tr td:first-of-type, .site-scorm-com table.blue-left tr td:first-of-type a {
  background: #3176bc; }

.site-scorm-com #pricing-table .tooltip .classic {
  color: #3176bc; }

.site-scorm-com #pricing-table .labelRow td {
  background: #3176bc; }

.site-scorm-com #pricing-table tr.labelRow > td:last-of-type {
  background: #3176bc; }

table.no-border, table.no-border tr, table.no-border td {
  border: none; }

table.no-border td[colspan="2"] input {
  width: 300px; }

.big-numbers {
  /* --------------------------------------------------- */
  text-align: center;
  /* --------------------------------------------------- */ }

.big-number {
  font-size: 40px;
  font-size: 6vw;
  font-weight: 700; }
  @media (max-width: 1166.66667px) {
    .big-number {
      font-size: 70px; } }
  @media (min-width: 2500px) {
    .big-number {
      font-size: 150px; } }

.big-numbers__1,
.big-numbers__2 {
  display: inline-block;
  margin: 20px;
  max-width: 260px;
  vertical-align: top; }

.code-block__code {
  margin: 40px 0; }

.delightometer .text-editor {
  max-width: 800px;
  margin: 40px auto 0 auto; }
  .delightometer .text-editor + * {
    margin-top: 40px; }

.delightometer table, .delightometer tr, .delightometer td {
  border: 0; }

.holder--adopter {
  padding-top: 40px; }

ul.adopters-list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1.25em;
  margin-left: -1.25em; }
  ul.adopters-list:after {
    content: "";
    display: table;
    clear: both; }
  ul.adopters-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em; }
  ul.adopters-list > li {
    width: 100%;
    padding: 0 1.25em 2.5em; }
    ul.adopters-list > li:nth-of-type(n) {
      clear: none; }
    ul.adopters-list > li:nth-of-type(1n+1) {
      clear: both; }
  @media (min-width: 31.25em) {
    ul.adopters-list {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      ul.adopters-list:after {
        content: "";
        display: table;
        clear: both; }
      ul.adopters-list > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      ul.adopters-list > li {
        width: 50%;
        padding: 0 1.25em 2.5em; }
        ul.adopters-list > li:nth-of-type(n) {
          clear: none; }
        ul.adopters-list > li:nth-of-type(2n+1) {
          clear: both; } }
  @media (min-width: 43.75em) {
    ul.adopters-list {
      display: block;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: -1.25em;
      margin-left: -1.25em; }
      ul.adopters-list:after {
        content: "";
        display: table;
        clear: both; }
      ul.adopters-list > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 1.25em 2.5em; }
      ul.adopters-list > li {
        width: 25%;
        padding: 0 1.25em 2.5em; }
        ul.adopters-list > li:nth-of-type(n) {
          clear: none; }
        ul.adopters-list > li:nth-of-type(4n+1) {
          clear: both; } }
  ul.adopters-list li {
    position: relative;
    padding-bottom: 20px;
    background-image: url(../img/shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom; }
    ul.adopters-list li:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/ }
    ul.adopters-list li a {
      position: absolute;
      width: calc(100% - 10px);
      height: 100%;
      z-index: 2;
      top: 0;
      left: 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 80% auto;
      padding-bottom: 5px; }
      ul.adopters-list li a:hover {
        opacity: 0.8; }

.adopters-list__item {
  vertical-align: middle; }
  .adopters-list__item img {
    display: inline-block; }

.adopter-filter {
  padding-bottom: 40px; }
  @media (min-width: 43.75em) {
    .adopter-filter {
      margin-bottom: 0;
      width: 25%;
      float: left;
      margin-right: -100%;
      clear: none;
      padding-right: 50px; } }
  .adopter-filter button {
    border: 0;
    margin-bottom: 20px; }
  .adopter-filter .facetwp-facet {
    width: 100%; }

@media (min-width: 43.75em) {
  .adopter-main {
    width: 75%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0; } }

.adopter__info {
  word-wrap: break-word; }

.adopter__image {
  margin-bottom: 20px;
  text-align: center; }
  .adopter__image img {
    display: inline-block;
    max-height: 220px;
    max-width: 400px;
    width: 100%; }

.tooltip {
  position: relative;
  display: block;
  font-weight: 600;
  padding: 0px 0; }

.tooltip .classic {
  display: none;
  color: #1e3754;
  font-weight: 100; }

.tooltip sup {
  margin-left: 3px;
  font-size: 9px; }

.tooltip:hover > .classic {
  display: block;
  border-radius: 3px 3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: left;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  left: 1em;
  bottom: 3em;
  z-index: 99;
  margin-left: 0;
  width: 220px; }
