/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/main.scss ***!
  \******************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900);
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/main.scss (1) ***!
  \**********************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates:700i);
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/main.scss (2) ***!
  \**********************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:700);
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/main.scss (3) ***!
  \**********************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 *
 * Below are the default breakpoint values.
 *
 * Base includes a mixin for breakpoints. 
 * This applies to declared size and up. 
 *
 *
 * .box { 
 *      @include breakpoint(m) {
 *          // styles
 *      }
 * }
 *
 *
**/
/* ==========================================================================

// Base Animations - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.2 - Last Updated: December 11, 2018

========================================================================== */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-left {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-right {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-up {
  animation-name: fadeInUp;
}

/* ==========================================================================

// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.3 - Last Updated: December 11, 2018

========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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


html,
body {
  overflow-x: hidden;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

/* ==========================================================================

// Base Buttons - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.0 - Last Updated: December 11, 2018

========================================================================== */
.button {
  border: 1px solid #e1e1e1;
  background-color: #f9f9f9;
  line-height: normal;
  cursor: pointer;
  padding: 12px 20px;
  text-decoration: none;
  color: #000;
  display: block;
  transition: all 0.3s;
}
.button:hover {
  color: #000;
  background-color: #eee;
  text-decoration: none;
}
.button:active {
  background-color: #000;
  background-color: #ccc;
  text-decoration: none;
}

.button-link {
  color: #000;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
}
.button-link:hover {
  color: #000;
  text-decoration: none;
}
.button-link:active {
  color: #000;
  outline: 0;
}

/* ==========================================================================

// Base Containers - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.2.1 - Last Updated: October 15, 2019

========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.container,
.container-full {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .container-m,
  .container-full-m {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container,
  .container-m {
    width: 738px;
  }
  .container-full-m {
    width: auto;
  }
}
@media only screen and (min-width: 980px) {
  .container-l,
  .container-full-l {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container,
  .container-l {
    width: 950px;
  }
  .container-full-l {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container-xl,
  .container-full-xl {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .container,
  .container-xl {
    width: 1170px;
  }
  .container-full-xl {
    width: auto;
  }
}
/* ==========================================================================

// Base Forms - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.0 - Last Updated: December 11, 2018

========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.field {
  width: 100%;
}

label,
button,
input,
optgroup,
select,
textarea {
  color: #000;
  font: inherit;
  margin: 0;
  border-radius: 0;
  transition: 0.3s all;
}

[type="text"],
[type="email"],
[type="password"],
[type="tel"],
[type="number"],
[type="date"],
[type="search"] {
  height: 36px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
[type="text"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="tel"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="search"]:focus {
  background-color: #fff;
  border-color: #000;
  outline: 0;
}

textarea {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  overflow: auto;
}
textarea:focus {
  background-color: #fff;
  border-color: #000;
  outline: 0;
}

select {
  text-transform: none;
  height: 36px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
}
select:focus {
  background-color: #fff;
  border-color: #000;
  outline: 0;
}

button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
}

.disabled,
[disabled] {
  opacity: 0.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: not-allowed;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

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

/* ==========================================================================

// Base Grid - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.0 - Last Updated: December 11, 2018

========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-1-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-1-3 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-2-3 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-1-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-3-4 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-1-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-2-5 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-3-5 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-4-5 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.col-full {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .row-m {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-1-m,
  .col-2-m,
  .col-3-m,
  .col-4-m,
  .col-5-m,
  .col-6-m,
  .col-7-m,
  .col-8-m,
  .col-9-m,
  .col-10-m,
  .col-11-m,
  .col-12-m,
  .col-1-2-m,
  .col-1-3-m,
  .col-2-3-m,
  .col-1-4-m,
  .col-3-4-m,
  .col-1-5-m,
  .col-2-5-m,
  .col-3-5-m,
  .col-4-5-m {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-1-m {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2-m {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3-m {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4-m {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5-m {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6-m {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7-m {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8-m {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9-m {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10-m {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11-m {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12-m {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-1-2-m {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-1-3-m {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-2-3-m {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-1-4-m {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3-4-m {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-1-5-m {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-2-5-m {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-3-5-m {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-4-5-m {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-full-m {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .row-l {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-1-l,
  .col-2-l,
  .col-3-l,
  .col-4-l,
  .col-5-l,
  .col-6-l,
  .col-7-l,
  .col-8-l,
  .col-9-l,
  .col-10-l,
  .col-11-l,
  .col-12-l,
  .col-1-2-l,
  .col-1-3-l,
  .col-2-3-l,
  .col-1-4-l,
  .col-3-4-l,
  .col-1-5-l,
  .col-2-5-l,
  .col-3-5-l,
  .col-4-5-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-1-l {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2-l {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3-l {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4-l {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5-l {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6-l {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7-l {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8-l {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9-l {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10-l {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11-l {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-1-2-l {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-1-3-l {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-2-3-l {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-1-4-l {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3-4-l {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-1-5-l {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-2-5-l {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-3-5-l {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-4-5-l {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-full-l {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .row-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-1-xl,
  .col-2-xl,
  .col-3-xl,
  .col-4-xl,
  .col-5-xl,
  .col-6-xl,
  .col-7-xl,
  .col-8-xl,
  .col-9-xl,
  .col-10-xl,
  .col-11-xl,
  .col-12-xl,
  .col-1-2-xl,
  .col-1-3-xl,
  .col-2-3-xl,
  .col-1-4-xl,
  .col-3-4-xl,
  .col-1-5-xl,
  .col-2-5-xl,
  .col-3-5-xl,
  .col-4-5-xl {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-1-xl {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2-xl {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3-xl {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4-xl {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5-xl {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6-xl {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7-xl {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8-xl {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9-xl {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10-xl {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11-xl {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12-xl {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-1-2-xl {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-1-3-xl {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-2-3-xl {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-1-4-xl {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3-4-xl {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-1-5-xl {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-2-5-xl {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-3-5-xl {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-4-5-xl {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-full-xl {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}
/* ==========================================================================

// Base Tables - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.0 - Last Updated: December 11, 2018

========================================================================== */
caption {
  font-weight: 700;
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #e9e9e9;
}

table {
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
table thead td,
table thead th,
table tbody td,
table tbody th,
table tfoot td,
table tfoot th {
  padding: 12px;
  border-bottom: 1px solid #e9e9e9;
}

/* ==========================================================================

// Base Typography - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.1 - Last Updated: April 14, 2019

========================================================================== */
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  background: #fff;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #000;
  outline-width: 0;
  text-decoration: none;
}
a:active {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  margin: 0 0 0.5em 0;
}

h1,
.fs-1 {
  font-size: 32px;
  line-height: 38px;
}

h2,
.fs-2 {
  font-size: 26px;
  line-height: 32px;
}

h3,
.fs-3 {
  font-size: 22px;
  line-height: 28px;
}

h4,
.fs-4 {
  font-size: 18px;
  line-height: 24px;
}

h5,
.fs-5 {
  font-size: 16px;
  line-height: 22px;
}

h6,
.fs-6 {
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  font-weight: 700;
}

h2 {
  color: #000;
  font-weight: 700;
}

h3 {
  color: #000;
  font-weight: 700;
}

h4 {
  color: #000;
  font-weight: 700;
}

h5 {
  color: #000;
  font-weight: 700;
}

h6 {
  color: #000;
  font-weight: 700;
}

b,
strong,
.strong {
  font-weight: 700;
}

em,
.em {
  font-style: italic;
}

hr,
.hr {
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

code,
.code,
kbd,
.kbd,
pre,
.pre,
samp,
.samp {
  font-family: monospace, monospace;
  font-size: 13px;
  line-height: 18px;
  word-wrap: break-word;
  color: #000;
  background-color: #f7f7f7;
  font-weight: normal;
  padding: 0;
  white-space: pre-wrap;
}

pre,
.pre {
  padding: 10px 0;
  overflow: auto;
  border: 1px solid #e7e7e7;
}

blockquote,
.blockquote {
  font-family: sans-serif;
  font-style: italic;
  margin: 20px 0;
}
blockquote p,
.blockquote p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
blockquote cite,
.blockquote cite {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================

// Base Typography Helpers - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.0 - Last Updated: December 11, 2018

========================================================================== */
.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

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

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .text-left-m {
    text-align: left;
  }
  .text-right-m {
    text-align: right;
  }
  .text-center-m {
    text-align: center;
  }
}
@media only screen and (min-width: 980px) {
  .text-left-l {
    text-align: left;
  }
  .text-right-l {
    text-align: right;
  }
  .text-center-l {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .text-left-xl {
    text-align: left;
  }
  .text-right-xl {
    text-align: right;
  }
  .text-center-xl {
    text-align: center;
  }
}
/* ==========================================================================

// Base Layout Helpers - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.0 - Last Updated: December 11, 2018

========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-float {
  float: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.none {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-space-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-middle {
  -ms-flex-align: center;
  align-items: center;
}

.flex-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.left {
  float: left;
}

.right {
  float: right;
}

@media only screen and (min-width: 768px) {
  .no-float-m {
    float: none;
  }
  .no-padding-m {
    padding: 0;
  }
  .no-margin-m {
    margin: 0;
  }
  .relative-m {
    position: relative;
  }
  .absolute-m {
    position: absolute;
  }
  .static-m {
    position: static;
  }
  .fixed-m {
    position: fixed;
  }
  .none-m {
    display: none;
  }
  .block-m {
    display: block;
  }
  .inline-block-m {
    display: inline-block;
  }
  .inline-m {
    display: inline;
  }
  .flex-m {
    display: -ms-flexbox;
    display: flex;
  }
  .flex-row-m {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row-reverse-m {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-column-m {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-reverse-m {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-space-around-m {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-space-between-m {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-start-m {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-center-m {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-end-m {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-top-m {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-middle-m {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-bottom-m {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-wrap-m {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-m {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .left-m {
    float: left;
  }
  .right-m {
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  .no-float-l {
    float: none;
  }
  .no-padding-l {
    padding: 0;
  }
  .no-margin-l {
    margin: 0;
  }
  .relative-l {
    position: relative;
  }
  .absolute-l {
    position: absolute;
  }
  .static-l {
    position: static;
  }
  .fixed-l {
    position: fixed;
  }
  .none-l {
    display: none;
  }
  .block-l {
    display: block;
  }
  .inline-block-l {
    display: inline-block;
  }
  .inline-l {
    display: inline;
  }
  .flex-l {
    display: -ms-flexbox;
    display: flex;
  }
  .flex-row-l {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row-reverse-l {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-column-l {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-reverse-l {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-space-around-l {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-space-between-l {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-start-l {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-center-l {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-end-l {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-top-l {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-middle-l {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-bottom-l {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-wrap-l {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-l {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .left-l {
    float: left;
  }
  .right-l {
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .no-float-xl {
    float: none;
  }
  .no-padding-xl {
    padding: 0;
  }
  .no-margin-xl {
    margin: 0;
  }
  .relative-xl {
    position: relative;
  }
  .absolute-xl {
    position: absolute;
  }
  .static-xl {
    position: static;
  }
  .fixed-xl {
    position: fixed;
  }
  .none-xl {
    display: none;
  }
  .block-xl {
    display: block;
  }
  .inline-block-xl {
    display: inline-block;
  }
  .inline-xl {
    display: inline;
  }
  .flex-xl {
    display: -ms-flexbox;
    display: flex;
  }
  .flex-row-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row-reverse-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-column-xl {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-column-reverse-xl {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-space-around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-space-between-xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-start-xl {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-center-xl {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-end-xl {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-top-xl {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-middle-xl {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-bottom-xl {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-wrap-xl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .left-xl {
    float: left;
  }
  .right-xl {
    float: right;
  }
}
/* ==========================================================================

// Base Layout Spacers - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 4.1.0 - Last Updated: December 11, 2018

========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.pad-top-5 {
  padding-top: 5px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-top-15 {
  padding-top: 15px;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-top-25 {
  padding-top: 25px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-top-35 {
  padding-top: 35px;
}

.pad-top-40 {
  padding-top: 40px;
}

.pad-top-45 {
  padding-top: 45px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-top-55 {
  padding-top: 55px;
}

.pad-top-60 {
  padding-top: 60px;
}

.pad-bottom-5 {
  padding-bottom: 5px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.pad-bottom-15 {
  padding-bottom: 15px;
}

.pad-bottom-20 {
  padding-bottom: 20px;
}

.pad-bottom-25 {
  padding-bottom: 25px;
}

.pad-bottom-30 {
  padding-bottom: 30px;
}

.pad-bottom-35 {
  padding-bottom: 35px;
}

.pad-bottom-40 {
  padding-bottom: 40px;
}

.pad-bottom-45 {
  padding-bottom: 45px;
}

.pad-bottom-50 {
  padding-bottom: 50px;
}

.pad-bottom-55 {
  padding-bottom: 55px;
}

.pad-bottom-60 {
  padding-bottom: 60px;
}

.pad-5 {
  padding: 5px;
}

.pad-10 {
  padding: 10px;
}

.pad-15 {
  padding: 15px;
}

.pad-20 {
  padding: 20px;
}

.pad-25 {
  padding: 25px;
}

.pad-30 {
  padding: 30px;
}

.pad-35 {
  padding: 35px;
}

.pad-40 {
  padding: 40px;
}

.pad-45 {
  padding: 45px;
}

.pad-50 {
  padding: 50px;
}

.pad-55 {
  padding: 55px;
}

.pad-60 {
  padding: 60px;
}

@media only screen and (min-width: 768px) {
  .pad-top-0-m {
    padding-top: 0;
  }
  .pad-top-5-m {
    padding-top: 5px;
  }
  .pad-top-10-m {
    padding-top: 10px;
  }
  .pad-top-15-m {
    padding-top: 15px;
  }
  .pad-top-20-m {
    padding-top: 20px;
  }
  .pad-top-25-m {
    padding-top: 25px;
  }
  .pad-top-30-m {
    padding-top: 30px;
  }
  .pad-top-35-m {
    padding-top: 35px;
  }
  .pad-top-40-m {
    padding-top: 40px;
  }
  .pad-top-45-m {
    padding-top: 45px;
  }
  .pad-top-50-m {
    padding-top: 50px;
  }
  .pad-top-55-m {
    padding-top: 55px;
  }
  .pad-top-60-m {
    padding-top: 60px;
  }
  .pad-bottom-0-m {
    padding-bottom: 0;
  }
  .pad-bottom-5-m {
    padding-bottom: 5px;
  }
  .pad-bottom-10-m {
    padding-bottom: 10px;
  }
  .pad-bottom-15-m {
    padding-bottom: 15px;
  }
  .pad-bottom-20-m {
    padding-bottom: 20px;
  }
  .pad-bottom-25-m {
    padding-bottom: 25px;
  }
  .pad-bottom-30-m {
    padding-bottom: 30px;
  }
  .pad-bottom-35-m {
    padding-bottom: 35px;
  }
  .pad-bottom-40-m {
    padding-bottom: 40px;
  }
  .pad-bottom-45-m {
    padding-bottom: 45px;
  }
  .pad-bottom-50-m {
    padding-bottom: 50px;
  }
  .pad-bottom-55-m {
    padding-bottom: 55px;
  }
  .pad-bottom-60-m {
    padding-bottom: 60px;
  }
  .pad-0-m {
    padding: 0;
  }
  .pad-5-m {
    padding: 5px;
  }
  .pad-10-m {
    padding: 10px;
  }
  .pad-15-m {
    padding: 15px;
  }
  .pad-20-m {
    padding: 20px;
  }
  .pad-25-m {
    padding: 25px;
  }
  .pad-30-m {
    padding: 30px;
  }
  .pad-35-m {
    padding: 35px;
  }
  .pad-40-m {
    padding: 40px;
  }
  .pad-45-m {
    padding: 45px;
  }
  .pad-50-m {
    padding: 50px;
  }
  .pad-55-m {
    padding: 55px;
  }
  .pad-60-m {
    padding: 60px;
  }
}
@media only screen and (min-width: 980px) {
  .pad-top-0-l {
    padding-top: 0;
  }
  .pad-top-5-l {
    padding-top: 5px;
  }
  .pad-top-10-l {
    padding-top: 10px;
  }
  .pad-top-15-l {
    padding-top: 15px;
  }
  .pad-top-20-l {
    padding-top: 20px;
  }
  .pad-top-25-l {
    padding-top: 25px;
  }
  .pad-top-30-l {
    padding-top: 30px;
  }
  .pad-top-35-l {
    padding-top: 35px;
  }
  .pad-top-40-l {
    padding-top: 40px;
  }
  .pad-top-45-l {
    padding-top: 45px;
  }
  .pad-top-50-l {
    padding-top: 50px;
  }
  .pad-top-55-l {
    padding-top: 55px;
  }
  .pad-top-60-l {
    padding-top: 60px;
  }
  .pad-bottom-0-l {
    padding-bottom: 0;
  }
  .pad-bottom-5-l {
    padding-bottom: 5px;
  }
  .pad-bottom-10-l {
    padding-bottom: 10px;
  }
  .pad-bottom-15-l {
    padding-bottom: 15px;
  }
  .pad-bottom-20-l {
    padding-bottom: 20px;
  }
  .pad-bottom-25-l {
    padding-bottom: 25px;
  }
  .pad-bottom-30-l {
    padding-bottom: 30px;
  }
  .pad-bottom-35-l {
    padding-bottom: 35px;
  }
  .pad-bottom-40-l {
    padding-bottom: 40px;
  }
  .pad-bottom-45-l {
    padding-bottom: 45px;
  }
  .pad-bottom-50-l {
    padding-bottom: 50px;
  }
  .pad-bottom-55-l {
    padding-bottom: 55px;
  }
  .pad-bottom-60-l {
    padding-bottom: 60px;
  }
  .pad-0-l {
    padding: 0;
  }
  .pad-5-l {
    padding: 5px;
  }
  .pad-10-l {
    padding: 10px;
  }
  .pad-15-l {
    padding: 15px;
  }
  .pad-20-l {
    padding: 20px;
  }
  .pad-25-l {
    padding: 25px;
  }
  .pad-30-l {
    padding: 30px;
  }
  .pad-35-l {
    padding: 35px;
  }
  .pad-40-l {
    padding: 40px;
  }
  .pad-45-l {
    padding: 45px;
  }
  .pad-50-l {
    padding: 50px;
  }
  .pad-55-l {
    padding: 55px;
  }
  .pad-60-l {
    padding: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .pad-top-0-xl {
    padding-top: 0;
  }
  .pad-top-5-xl {
    padding-top: 5px;
  }
  .pad-top-10-xl {
    padding-top: 10px;
  }
  .pad-top-15-xl {
    padding-top: 15px;
  }
  .pad-top-20-xl {
    padding-top: 20px;
  }
  .pad-top-25-xl {
    padding-top: 25px;
  }
  .pad-top-30-xl {
    padding-top: 30px;
  }
  .pad-top-35-xl {
    padding-top: 35px;
  }
  .pad-top-40-xl {
    padding-top: 40px;
  }
  .pad-top-45-xl {
    padding-top: 45px;
  }
  .pad-top-50-xl {
    padding-top: 50px;
  }
  .pad-top-55-xl {
    padding-top: 55px;
  }
  .pad-top-60-xl {
    padding-top: 60px;
  }
  .pad-bottom-0-xl {
    padding-bottom: 0;
  }
  .pad-bottom-5-xl {
    padding-bottom: 5px;
  }
  .pad-bottom-10-xl {
    padding-bottom: 10px;
  }
  .pad-bottom-15-xl {
    padding-bottom: 15px;
  }
  .pad-bottom-20-xl {
    padding-bottom: 20px;
  }
  .pad-bottom-25-xl {
    padding-bottom: 25px;
  }
  .pad-bottom-30-xl {
    padding-bottom: 30px;
  }
  .pad-bottom-35-xl {
    padding-bottom: 35px;
  }
  .pad-bottom-40-xl {
    padding-bottom: 40px;
  }
  .pad-bottom-45-xl {
    padding-bottom: 45px;
  }
  .pad-bottom-50-xl {
    padding-bottom: 50px;
  }
  .pad-bottom-55-xl {
    padding-bottom: 55px;
  }
  .pad-bottom-60-xl {
    padding-bottom: 60px;
  }
  .pad-0-xl {
    padding: 0;
  }
  .pad-5-xl {
    padding: 5px;
  }
  .pad-10-xl {
    padding: 10px;
  }
  .pad-15-xl {
    padding: 15px;
  }
  .pad-20-xl {
    padding: 20px;
  }
  .pad-25-xl {
    padding: 25px;
  }
  .pad-30-xl {
    padding: 30px;
  }
  .pad-35-xl {
    padding: 35px;
  }
  .pad-40-xl {
    padding: 40px;
  }
  .pad-45-xl {
    padding: 45px;
  }
  .pad-50-xl {
    padding: 50px;
  }
  .pad-55-xl {
    padding: 55px;
  }
  .pad-60-xl {
    padding: 60px;
  }
}
@keyframes animateOpacity1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  27% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  77% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scifiHover {
  25% {
    background-position: 50% 75%;
  }
  50% {
    background-position: 50% 90%;
  }
  75% {
    background-position: 50% 75%;
  }
}
@keyframes scrollBG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scifiHoverTransform {
  50% {
    transform: translate(0px, -15px) scale(0.5);
  }
}
@keyframes moveBGRight {
  100% {
    background-position: 10% 50%;
  }
}
@keyframes SlideToPosBottom {
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes bounceElement1 {
  0% {
    transform: scale(1, 1) translateY(0) rotate(-90deg);
  }
  10% {
    transform: scale(1.05, 0.95) translateY(0) rotate(-90deg);
  }
  30% {
    transform: scale(0.95, 1.05) translateY(-30px) rotate(-90deg);
  }
  50% {
    transform: scale(1, 1) translateY(0) rotate(-90deg);
  }
  57% {
    transform: scale(1, 1) translateY(-3px) rotate(-90deg);
  }
  64% {
    transform: scale(1, 1) translateY(0) rotate(-90deg);
  }
  100% {
    transform: scale(1, 1) translateY(0) rotate(-90deg);
  }
}
@keyframes bounceElement2 {
  0% {
    transform: translateY(0) rotate(-90deg);
  }
  10% {
    transform: translateY(0) rotate(-90deg);
  }
  30% {
    transform: translateY(-30px) rotate(-90deg);
  }
  50% {
    transform: translateY(0) rotate(-90deg);
  }
  57% {
    transform: translateY(-3px) rotate(-90deg);
  }
  64% {
    transform: translateY(0) rotate(-90deg);
  }
  100% {
    transform: translateY(0) rotate(-90deg);
  }
}
@keyframes bounceElement3 {
  0% {
    transform: scale(1, 1) translateY(0px) rotate(-90deg);
  }
  10% {
    transform: scale(1.15, 0.95) translateY(0px) rotate(-90deg);
  }
  30% {
    transform: scale(0.95, 1) translateY(0px) rotate(-90deg);
  }
  50% {
    transform: scale(1, 1) translateY(0px) rotate(-90deg);
  }
  57% {
    transform: scale(1, 1) translateY(0px) rotate(-90deg);
  }
  64% {
    transform: scale(1, 1) translateY(0px) rotate(-90deg);
  }
  100% {
    transform: scale(1, 1) translateY(0px) rotate(-90deg);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #404040;
  background-color: #f4f4f4;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}

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

.content-post > p {
  max-width: 900px;
}

a {
  text-decoration: none;
  transition: 0.35s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.content-post a {
  color: #0c5366;
  text-decoration: underline;
}

/* arrow common style */
.arrow {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-top-color: #ffa300;
  border-right: 2px solid;
  border-right-color: #ffa300;
}

.arrow-top {
  transform: rotate(-45deg);
}

.arrow-right {
  transform: rotate(45deg);
}

.arrow-bottom {
  transform: rotate(135deg);
}

.arrow-left {
  transform: rotate(-135deg);
}

.arrow-top-narrow {
  transform: rotate(-45deg) skew(-15deg, -15deg);
}

.arrow-top-wide {
  transform: rotate(-45deg) skew(7deg, 7deg);
}

.arrow-top-left {
  transform: rotate(-90deg) skew(-10deg, -10deg);
}

.arrow-top-right {
  transform: rotate(0) skew(-10deg, -10deg);
}

.arrow-bottom-left {
  transform: rotate(180deg) skew(-10deg, -10deg);
}

.arrow-bottom-right {
  transform: rotate(90deg) skew(-10deg, -10deg);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
  text-transform: uppercase;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  text-transform: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}

.wp-block-pullquote {
  border: none;
}

blockquote p,
.portfolioDetail blockquote > p,
.wp-block-columns blockquote > p {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #0c5366;
}
blockquote > div:last-child,
blockquote cite {
  font-style: normal;
}
.front blockquote p,
.front blockquote,
.error404 blockquote,
.error404 blockquote p {
  color: #ffffff;
}

.screen-reader-text {
  visibility: hidden;
  display: none;
}

.clients__testimony--pers {
  color: #ffffff;
}

.large-text {
  font-size: 1.35em;
  line-height: 1.35em;
}

aside.menu h1,
aside.menu h2,
aside.menu h3,
aside.menu h4,
aside.menu h5 {
  color: #ffffff;
}

h1 .h1__em {
  font-style: italic;
}

.hero h1 {
  font-size: 61px;
  font-weight: bold;
  line-height: 1.25em;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero h1 {
    font-size: 140px;
    line-height: 0.85em;
  }
}
.hero h1 .h1__small {
  font-size: 0.2em;
  font-weight: 400;
  letter-spacing: 15px;
  line-height: 3em;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: -6px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .hero h1 .h1__small {
    right: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero h1 .h1__small {
    font-size: 35px;
  }
}
.hero h1 .h1__small span {
  color: #ffffff;
}
.hero h1 .h1__em {
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  text-transform: none;
}
@media only screen and (min-width: 1200px) {
  body.page-team .hero h1 .h1__em {
    font-size: 175px;
  }
}
body.page-blog .hero {
  text-align: left;
}
body.page-blog .hero h1 {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: italic;
  font-size: 35px;
  line-height: 1.25em;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  body.page-blog .hero h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-blog .hero h1 {
    font-size: 75px;
  }
}
body.page-blog .hero h1 a {
  color: #ffffff;
}
.hero .hero__category {
  font-weight: bold;
}

.hero__desc {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .hero__desc {
    font-size: 20px;
  }
}

.solutions {
  text-align: center;
}

.stats__item-statistic {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: italic;
  font-size: 40px;
  line-height: 1.25em;
  color: #354055;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .stats__item-statistic {
    font-size: 70px;
  }
}
@media only screen and (min-width: 980px) {
  .stats__item-statistic {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .stats__item-statistic {
    font-size: 70px;
  }
}
.stats__item-statistic .small {
  font-size: 30px;
}

.services h1,
.services h2,
.services h3,
.services h4,
.services h5 {
  color: #ffffff;
}
.services h2 {
  text-transform: none;
  font-weight: bold;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .services h2 {
    font-size: 45px;
  }
}

.clients h2 {
  font-size: 35px;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 40px;
}
.clients h3 {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #7ae3e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.clients h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 15px;
  border-top: 1px solid #fff;
}

.case-studies .case-study__company {
  color: #15989e;
  margin-bottom: 15px;
}
.case-studies .case-study__title {
  text-transform: none;
  font-size: 24px;
  line-height: 1.15;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .case-studies .case-study__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .case-studies .case-study__title {
    font-size: 43px;
  }
}
.case-studies .case-study__company {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.case-study__company {
  color: #15989e;
  margin-bottom: 15px;
}

.case-study__company {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.front .blog h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}
.front .blog h5 {
  font-size: 14px;
  color: #354055;
  margin-bottom: 35px;
}

.our-team .our-team__title {
  font-size: 20px;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .our-team .our-team__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 980px) {
  .our-team .our-team__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .our-team .our-team__content {
    font-size: 20px;
  }
}

.ygs-team .ygs-team__member-desc,
.page-team .ygs-team__member-desc {
  font-weight: 400;
  line-height: 1.25em;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .ygs-team .ygs-team__member-desc,
  .page-team .ygs-team__member-desc {
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 980px) {
  .ygs-team .ygs-team__member-desc,
  .page-team .ygs-team__member-desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .ygs-team .ygs-team__member-desc,
  .page-team .ygs-team__member-desc {
    white-space: nowrap;
  }
}
.ygs-team .ygs-team__member-desc--name,
.page-team .ygs-team__member-desc--name {
  font-weight: 700;
}
.ygs-team .ygs-team__member-desc--title,
.page-team .ygs-team__member-desc--title {
  font-weight: 500;
}

.ygs-team__career {
  background-color: #0c5366;
}
.ygs-team__career h3 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: none;
  font-size: 27px;
  line-height: 1.25em;
}
@media only screen and (min-width: 768px) {
  .ygs-team__career h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .ygs-team__career h3 {
    font-size: 40px;
  }
}
.ygs-team__career p {
  color: #7ae3e8;
  font-size: 16px;
  line-height: 1.25em;
}
@media only screen and (min-width: 1200px) {
  .ygs-team__career p {
    font-size: 24px;
  }
}

/**
 *
 * FOOTER
 *
**/
.footer__links {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__links {
    text-align: left;
  }
}
.footer__links h1,
.footer__links h2,
.footer__links h3,
.footer__links h4,
.footer__links h5,
.footer__links p {
  font-size: 12px;
}
.footer__links h1,
.footer__links h2,
.footer__links h3,
.footer__links h4,
.footer__links h5 {
  color: #bfbfbf;
  letter-spacing: 0.3px;
}
.footer__links h1,
.footer__links h2,
.footer__links h3,
.footer__links h4,
.footer__links h5 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #bfbfbf;
}
@media only screen and (min-width: 768px) {
  .footer__links h1,
  .footer__links h2,
  .footer__links h3,
  .footer__links h4,
  .footer__links h5 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.footer__links .footer__links--cat a,
.footer__links .footer__links--connect a {
  font-weight: bold;
}
.footer__links .footer__links--cat ul {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer__links .footer__links--cat ul {
    text-align: left;
  }
}
.footer__links .footer__links--cat li {
  margin-bottom: 10px;
}
.footer__links .footer__links--addr {
  line-height: 1.5em;
}
.footer__links .footer__links--addr p {
  margin-bottom: 0;
}
.footer__links .footer__links--copyright {
  font-size: 10px;
  padding-top: 10px;
  color: #bfbfbf;
}

.footer__contact h1,
.footer__contact h2,
.footer__contact h3,
.footer__contact h4,
.footer__contact h5,
.footer__contact a,
.footer__contact p {
  color: #ffffff;
}
.footer__contact h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.25em;
  max-width: 280px;
  text-transform: none;
}

/**
 *
 * MENU
 *
**/
aside.menu li {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5em;
}
@media only screen and (min-width: 768px) {
  aside.menu li {
    line-height: 5vh;
  }
}
aside.menu .menu__category li {
  padding-left: 15px;
  font-weight: 400;
}

/**
 *
 * Solutions:
 *
**/
body.page-corporations header a,
body.page-publishers header a,
body.page-associations header a,
body.page-services header a {
  font-size: 12px;
}
body.page-corporations main h1,
body.page-corporations main h2,
body.page-corporations main h3,
body.page-corporations main h4,
body.page-corporations main h5,
body.page-publishers main h1,
body.page-publishers main h2,
body.page-publishers main h3,
body.page-publishers main h4,
body.page-publishers main h5,
body.page-associations main h1,
body.page-associations main h2,
body.page-associations main h3,
body.page-associations main h4,
body.page-associations main h5,
body.page-services main h1,
body.page-services main h2,
body.page-services main h3,
body.page-services main h4,
body.page-services main h5 {
  color: #15989e;
}
body.page-corporations main .hero h1,
body.page-publishers main .hero h1,
body.page-associations main .hero h1,
body.page-services main .hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  body.page-corporations main .hero h1,
  body.page-publishers main .hero h1,
  body.page-associations main .hero h1,
  body.page-services main .hero h1 {
    font-size: 100px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-corporations main .hero h1,
  body.page-publishers main .hero h1,
  body.page-associations main .hero h1,
  body.page-services main .hero h1 {
    font-size: 175px;
    margin-bottom: 80px;
  }
}
body.page-corporations main .hero h1 .h1__small,
body.page-publishers main .hero h1 .h1__small,
body.page-associations main .hero h1 .h1__small,
body.page-services main .hero h1 .h1__small {
  font-size: 0.3em;
  line-height: 2em;
  color: #ffffff;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  body.page-corporations main .hero h1 .h1__small,
  body.page-publishers main .hero h1 .h1__small,
  body.page-associations main .hero h1 .h1__small,
  body.page-services main .hero h1 .h1__small {
    font-size: 0.2em;
  }
}
body.page-corporations main .hero h1,
body.page-corporations main .hero .h1__em span,
body.page-publishers main .hero h1,
body.page-publishers main .hero .h1__em span,
body.page-associations main .hero h1,
body.page-associations main .hero .h1__em span,
body.page-services main .hero h1,
body.page-services main .hero .h1__em span {
  color: #7ae3e8;
}
body.page-corporations main .services h2,
body.page-publishers main .services h2,
body.page-associations main .services h2,
body.page-services main .services h2 {
  color: #7ae3e8;
  font-size: 35px;
}

body.front .hero h1 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  body.front .hero h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 980px) {
  body.front .hero h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  body.front .hero h1 {
    font-size: 77px;
  }
}
body.front .hero h1 .h1__white {
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.front .hero h1 .h1__yellow {
  font-weight: bold;
  font-size: 0.55em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffa300;
}

/**
 *
 * Blog
 *
**/
.blog-filter__item {
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .blog-filter__item {
    font-size: 9px;
  }
}
@media only screen and (min-width: 980px) {
  .blog-filter__item {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-filter__item {
    font-size: 14px;
  }
}

.blog-content__tag,
.hero__category--tag {
  text-transform: uppercase;
  font-weight: bold;
  color: #7ae3e8;
}

.blog-content__tag {
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .blog-content__tag {
    font-size: 12px;
  }
}
@media only screen and (min-width: 980px) {
  .blog-content__tag {
    font-size: 14px;
  }
}

.blog-content__item--title__a {
  font-family: "Montserrat Alternates", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  line-height: 1.15em;
  max-height: calc(1.15em * 5);
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .blog-content__item--title__a {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    line-height: 1.15em;
    max-height: calc(1.15em * 3);
  }
}
@media only screen and (min-width: 980px) {
  .blog-content__item--title__a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    line-height: 1.15em;
    max-height: calc(1.15em * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .blog-content__item--title__a {
    font-size: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    line-height: 1.15em;
    max-height: calc(1.15em * 3);
  }
}

.blog-content__item--author {
  color: #bfbfbf;
}

.blog-content__item--copy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  line-height: 1.75em;
  max-height: calc(1.75em * 4);
}
@media only screen and (min-width: 1200px) {
  .blog-content__item--copy {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    line-height: 2em;
    max-height: calc(2em * 4);
  }
}

.blog-post__social-media {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.blog-post__hero-content--title {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 35px;
  line-height: 1.15em;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .blog-post__hero-content--title {
    font-size: 50px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 980px) {
  .blog-post__hero-content--title {
    font-size: 75px;
  }
}

.author__right {
  padding-left: 0px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .author__right {
    font-size: 14px;
  }
}

/**
 *
 * Services
 *
**/
body.page-services main .page-title-wrapper .page-title {
  color: #7ae3e8;
  text-transform: none;
}
body.page-services main .services-list__title {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 35px;
  text-transform: none;
  color: #ffffff;
  line-height: 1em;
}
@media only screen and (min-width: 768px) {
  body.page-services main .services-list__title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-services main .services-list__title {
    font-size: 75px;
  }
}
body.page-services main .services-list__item {
  font-size: 20px;
  line-height: 1.5em;
}
body.page-services main .services-list__examples--item {
  font-size: 14px;
  line-height: 1.75em;
  font-weight: bold;
  color: #7ae3e8;
}

@media only screen and (min-width: 768px) {
  body.portfolio .blog-post__hero-content--title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 980px) {
  body.portfolio .blog-post__hero-content--title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  body.portfolio .blog-post__hero-content--title {
    font-size: 75px;
  }
}
body.portfolio .content-post {
  color: #404040;
}
body.portfolio .content-post h1,
body.portfolio .content-post h2,
body.portfolio .content-post h3,
body.portfolio .content-post h4,
body.portfolio .content-post h5 {
  color: #0c5366;
  text-transform: normal;
}
body.portfolio .content-post h1 {
  color: #404040;
  max-width: 750px;
  text-transform: none;
}
body.portfolio .content-post h2 {
  text-transform: none;
}
body.portfolio .content-post h3 {
  text-transform: none;
  font-size: 40px;
  font-style: italic;
}
body.portfolio .content-post h3.blog-content__item--cat {
  font-style: normal;
}
body.portfolio .content-post p {
  font-size: 20px;
  line-height: 1.5em;
}
body.portfolio .content-post .portfolioDetail p,
body.portfolio .content-post .wp-block-columns p {
  font-size: 14px;
}
body.portfolio .content-post .blog-content__item--cat {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #15989e;
  letter-spacing: 0.05em;
}
body.portfolio .content-post .blog-post__hero-content--title {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 1.15em;
  text-transform: none;
  color: #404040;
  margin-bottom: 1em;
}

.pager a,
nav.navigation a {
  font-weight: bold;
}

.choose-cat__item a {
  font-weight: bold;
  text-transform: uppercase;
}

.page-ourwork .portfolio__hero-content--title {
  font-size: 45px;
  line-height: 1.15em;
}
@media only screen and (min-width: 768px) {
  .page-ourwork .portfolio__hero-content--title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-ourwork .portfolio__hero-content--title {
    font-size: 75px;
  }
}
.page-ourwork .portfolio__hero-content--title .h1__small {
  font-size: 14px;
  line-height: 1em;
  display: block;
  color: #7ae3e8;
}
.page-ourwork .portfolio__hero-content--desc,
.page-ourwork .portfolio__hero-content--desc p {
  font-size: 20px;
  line-height: 1.5em;
}

.portfolio__item.light-theme h1,
.portfolio__item.light-theme h2,
.portfolio__item.light-theme h3,
.portfolio__item.light-theme h4,
.portfolio__item.light-theme h5,
.portfolio__item.light-theme .portfolio__desc a {
  color: #0c5366;
}
.portfolio__item.light-theme .portfolio__desc p,
.portfolio__item.light-theme .portfolio__desc span,
.portfolio__item.light-theme .portfolio__desc li {
  color: #bfbfbf;
}
.portfolio__item.dark-theme h1,
.portfolio__item.dark-theme h2,
.portfolio__item.dark-theme h3,
.portfolio__item.dark-theme h4,
.portfolio__item.dark-theme h5,
.portfolio__item.dark-theme .portfolio__desc a {
  color: #ffffff;
}
.portfolio__item.dark-theme .portfolio__desc p,
.portfolio__item.dark-theme .portfolio__desc span,
.portfolio__item.dark-theme .portfolio__desc li {
  color: #ffffff;
}

.career-header h1 {
  font-size: 35px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
}
.career-header h1 .h1__sm {
  font-size: 14px;
}
.career-header h1 span {
  line-height: 1.15em;
  text-transform: none;
}
.career-header h1 span.h1__sm {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .career-header h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 980px) {
  .career-header h1 {
    font-size: 75px;
  }
}
.career-header__content p {
  font-size: 20px;
  line-height: 1.5em;
}

.career-content h1,
.career-content h2,
.career-content h3,
.career-content h4,
.career-content h5,
.career-content h6 {
  text-transform: none;
}
.career-content__item h4 a {
  color: #0c5366;
  font-size: 20px;
  vertical-align: top;
  margin-bottom: 0px;
}
.career-content__item p {
  color: #404040;
}
.career-content__item p a {
  font-weight: bold;
  text-decoration: underline;
}
.career-content__title {
  font-size: 35px;
  margin-bottom: 35px;
}

.career-promo header h3 {
  color: #0c5366;
  text-transform: none;
}
.career-promo__item h4 {
  font-size: 14px;
}

.entry-header h1 {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  text-transform: none;
  font-style: italic;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .entry-header h1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 980px) {
  .entry-header h1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .entry-header h1 {
    font-size: 75px;
  }
}

.page article {
  padding-bottom: 7em;
}
.page article ol,
.page article ul {
  padding-left: 15px;
}
.page article li {
  list-style: inside;
}
.page article li li {
  padding-left: 1em;
}
.page article ol li {
  list-style: inherit;
}

html {
  min-height: 100%;
  height: 100%;
}

.stats__item,
.services__item {
  display: inline-block;
}

section {
  overflow-y: auto;
}

ul {
  padding-left: 0px;
}

li {
  list-style: none;
}

main {
  overflow-x: hidden;
}

.hide {
  display: none;
}

.services__item {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .services__item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 980px) {
  .services__item {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .case-studies .case-study__item:nth-child(even) .col-6-m:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
  }
  .case-studies .case-study__item:nth-child(even) .col-6-m:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
  }
}

.ygs-team__content.row {
  margin-left: 0;
  margin-right: 0;
}

.ygs-team__member,
.ygs-team__highlight {
  height: 0;
  overflow: hidden;
  padding-bottom: calc(50% - (15px / 2));
}
@media only screen and (min-width: 768px) {
  .ygs-team__member,
  .ygs-team__highlight {
    padding-bottom: calc(33.33% - 15px);
  }
}
@media only screen and (min-width: 980px) {
  .ygs-team__member,
  .ygs-team__highlight {
    padding-bottom: calc(25% - 15px);
  }
}

.ygs-team__member {
  width: calc(50% - (15px / 2));
}
@media only screen and (min-width: 768px) {
  .ygs-team__member {
    width: calc(33.33% - 15px);
  }
}
@media only screen and (min-width: 980px) {
  .ygs-team__member {
    width: calc(25% - 15px);
  }
}
.ygs-team__member img {
  width: 100%;
}

.ygs-team__highlight {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ygs-team__highlight {
    width: calc(66.66% - 15px);
  }
}
@media only screen and (min-width: 980px) {
  .ygs-team__highlight {
    width: calc(50% - 15px);
  }
}
.ygs-team__highlight img,
.ygs-team__highlight video,
.ygs-team__highlight iframe {
  width: 100%;
}
.ygs-team__highlight video,
.ygs-team__highlight iframe {
  height: auto;
  padding-bottom: 56.25%;
}

.nojs .ygs-team__content.row {
  margin-left: calc((15px / 2) - 15px);
  margin-right: calc((15px / 2) - 15px);
}
.nojs .ygs-team__member,
.nojs .ygs-team__highlight {
  height: 0;
  margin-left: calc(15px / 2);
  margin-right: calc(15px / 2);
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: calc(50% - 15px);
  overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
  .nojs .ygs-team__member,
  .nojs .ygs-team__highlight {
    padding-bottom: calc(33.3% - 15px);
  }
}
@media only screen and (min-width: 980px) {
  .nojs .ygs-team__member,
  .nojs .ygs-team__highlight {
    padding-bottom: calc(25% - 15px);
  }
}
.nojs .ygs-team__member--content {
  position: relative;
}
.nojs .ygs-team__member-desc {
  position: absolute;
}
.nojs .ygs-team__member-imgs,
.nojs .ygs-team__highlight {
  line-height: 0;
}
.nojs .ygs-team__member-imgs--load {
  display: none;
}
.nojs .ygs-team__member {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
}
@media only screen and (min-width: 768px) {
  .nojs .ygs-team__member {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    -ms-flex-preferred-size: calc(33.33% - 15px);
    flex-basis: calc(33.33% - 15px);
  }
}
@media only screen and (min-width: 980px) {
  .nojs .ygs-team__member {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex-preferred-size: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
  }
}
.nojs .ygs-team__highlight {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-preferred-size: calc(100% - 15px);
  flex-basis: calc(100% - 15px);
}
@media only screen and (min-width: 768px) {
  .nojs .ygs-team__highlight {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
    -ms-flex-preferred-size: calc(66.6% - 15px);
    flex-basis: calc(66.6% - 15px);
  }
}
@media only screen and (min-width: 980px) {
  .nojs .ygs-team__highlight {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
  }
}

.entry-content {
  margin-bottom: 50px;
}

.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin-left: 0px;
}
@media only screen and (min-width: 768px) {
  .wp-block-column:not(:first-child),
  .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}

.btn,
[class*="-btn"],
[class^="-btn"],
[type="button"] {
  display: inline-block;
  pointer-events: initial;
  cursor: pointer;
  text-transform: uppercase;
}

div[class*="-btn"],
div[class^="-btn"] {
  display: block;
}

[type="button"],
input[type="submit"] {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffa300;
  color: #ffffff;
  transition: 0.35s background-color cubic-bezier(0.55, 0.085, 0, 0.99);
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
[type="button"]:hover,
[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #ffffff;
  background-color: #f59c00;
}

img.btn,
.btn img,
.continue--btn {
  transform: scale(0.5);
}

.continue--btn img,
.menuBtn img,
.closeBtn img {
  transform: scale(1);
}

.lets-connect {
  display: none;
  background-color: #ffa300;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px 15px;
  transform: rotate(-90deg);
  /*animation: bounceElement3 2s infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 2s;
    animation-iteration-count: 5;*/
  transform-origin: bottom center;
  position: fixed;
  z-index: 15;
  right: -78px;
  top: calc(75vh - 100px);
}
@media only screen and (min-width: 768px) {
  .lets-connect {
    display: block;
  }
}
.lets-connect:hover {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: #cc8200;
  color: #e6e6e6;
}

.solutions__item--btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  transform: rotate(-90deg);
  width: 100%;
  max-width: 100px;
}
.solutions__item--btn:hover {
  transform: rotate(0deg);
  transition: 0.1s transform ease-in-out;
}

.stats__item--btn {
  background-color: #ffa300;
  color: #ffffff;
  text-align: center;
  padding: 5px 25px;
  font-size: 12px;
  font-weight: 700;
  cursor: default;
  margin: 0 auto;
  max-width: 220px;
}

.heroBtn {
  padding-bottom: 2.15em;
  background-image: url(28250996594fe396ca71.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 40px;
  min-width: 100px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  cursor: default;
  animation: scifiHover 4s infinite alternate;
  animation-timing-function: ease-in-out;
}
.heroBtn:hover {
  color: #ffffff;
}

.career-promo header img {
  animation: scifiHoverTransform 4s infinite;
  animation-timing-function: ease-in-out;
}

.continue--btn {
  position: relative;
  bottom: -7px;
  margin-top: -10px;
  transform: scale(0.5) translate(0px, 0px);
  transition: 0.35s transform cubic-bezier(0.55, 0.085, 0, 0.99);
}
.continue--btn:hover {
  transform: scale(0.5) translate(15px, 0px);
}

.career-content__item h4 a img {
  transform: scale(0.5) translate(0px, 0px);
  transition: 0.35s transform cubic-bezier(0.55, 0.085, 0, 0.99);
}
.career-content__item h4 a:hover img {
  transform: scale(0.5) translate(15px, 0px);
}

.footer__contact--btn {
  background-color: transparent;
  border: 2px solid #ffa300;
  padding: 10px 30px;
}
.footer__contact--btn:hover {
  background-color: #ffa300;
  transition: 0.3s background-color ease-in-out;
}

.see-more {
  float: right;
  margin-top: 30px;
  font-weight: bold;
  color: #0c5366;
  text-decoration: underline;
  text-transform: none;
}
.see-more:hover {
  color: #ffa300;
  text-decoration: underline;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 14px;
  width: 100%;
  font-family: Arial;
  font-size: 14px;
  color: #404040;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 8px 10px;
  outline: 0;
  border: 0px solid #000000;
  border-radius: 0px;
  background: #bfbfbf;
  color: #404040;
  appearance: none;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #404040;
  background: #bfbfbf;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select select option {
  color: #404040;
}

.select_arrow {
  position: absolute;
  top: 23px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #404040 transparent transparent transparent;
}

.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-top-color: #404040;
}

.select select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}

[type="text"],
[type="email"],
[type="password"],
[type="tel"],
[type="number"],
[type="date"],
[type="search"],
select,
textarea {
  border: 1px solid transparent;
  transition: 0.3s border-color cubic-bezier(0.55, 0.085, 0, 0.99);
}
[type="text"]:hover,
[type="text"]:focus,
[type="email"]:hover,
[type="email"]:focus,
[type="password"]:hover,
[type="password"]:focus,
[type="tel"]:hover,
[type="tel"]:focus,
[type="number"]:hover,
[type="number"]:focus,
[type="date"]:hover,
[type="date"]:focus,
[type="search"]:hover,
[type="search"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border-color: #7ae3e8;
}

.nf-field-label {
  margin-bottom: 5px;
}

select {
  padding: 10px;
}

aside.menu {
  position: fixed;
  z-index: 16;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  transform: translate(-100%);
  background-color: rgba(64, 64, 64, 0.95);
  color: #ffffff;
  transition: 0.3s transform ease-in-out;
  text-transform: uppercase;
  overflow: auto;
}
.backdropfilter aside.menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
aside.menu.active {
  pointer-events: initial;
  transform: translate(0);
}
aside.menu a {
  color: #ffffff;
}
aside.menu ul {
  margin-bottom: 0px;
  padding-bottom: 1em;
  border-bottom: 1px solid #bfbfbf;
}
aside.menu ul:last-of-type {
  border-bottom: none;
}
aside.menu ul li ul li {
  font-size: 18px;
  margin-left: 14px;
  font-weight: 400;
  text-transform: none;
}
aside.menu .menu__pages,
aside.menu .menu__contact,
aside.menu > h1,
aside.menu > h2,
aside.menu > h3,
aside.menu > h4,
aside.menu > h5 {
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  aside.menu .menu__pages,
  aside.menu .menu__contact,
  aside.menu > h1,
  aside.menu > h2,
  aside.menu > h3,
  aside.menu > h4,
  aside.menu > h5 {
    padding-left: 45px;
  }
}
aside.menu .menu__category {
  padding-left: 45px;
}
@media only screen and (min-width: 768px) {
  aside.menu {
    width: 400px;
  }
}

.menuBtn,
.closeBtn {
  position: fixed;
  z-index: 5;
  left: 15px;
  transform: scale(0.5);
  transform-origin: center left;
}
.admin-bar .menuBtn,
.admin-bar .closeBtn {
  top: 20px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .menuBtn,
  .closeBtn {
    left: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .menuBtn,
  .closeBtn {
    left: 45px;
  }
}
.menuBtn body.corporations,
.closeBtn body.corporations {
  top: -7px;
}

body.js-stickybit-parent .menuBtn,
body.js-stickybit-parent .closeB {
  position: absolute;
}
body.js-stickybit-parent .hero__logo,
body.js-stickybit-parent main {
  margin-top: -89px;
}
body.js-stickybit-parent .content-area main {
  padding-top: 79px;
}
.closeBtn {
  position: relative;
}

header {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 15px;
  background-color: rgba(100, 100, 100, 0.9);
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
header ul {
  margin: 0px;
  padding: 0px;
}

.logo {
  height: 80px;
  position: relative;
}

.home .logo {
  display: none;
}

@media only screen and (min-width: 980px) {
  header {
    display: block;
  }
}
body.page-corporations header,
body.page-publishers header,
body.page-associations header,
body.page-services header {
  position: absolute;
  z-index: 4;
  padding: 0px;
  background-color: transparent;
  border-top: 7px solid #ffa300;
  box-shadow: none;
}
body.page-corporations header img,
body.page-publishers header img,
body.page-associations header img,
body.page-services header img {
  display: none;
}
body.page-team header,
body.page-blog header,
body.single-post header,
header body.page-careers,
body.page-template-default header {
  display: none !important;
}

main header {
  display: block;
}

.entry-header--wrapper {
  position: relative;
  margin-bottom: 30px;
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #0c5366;
}
@media only screen and (min-width: 768px) {
  .entry-header--wrapper {
    padding-bottom: 75px;
  }
}
.entry-header--wrapper:after {
  content: "";
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC);
  background-size: 8px;
  background-position: top left;
  background-repeat: repeat;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.entry-header--wrapper .entry-header {
  position: relative;
  z-index: 2;
}

.header__solutions li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.header__solutions li a span {
  display: none;
}
body.front .header__solutions li a span {
  display: inline-block;
  margin-right: 10px;
}
.header__solutions li:nth-child(3) a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__solutions li:nth-child(2) a,
body.page-corporations .header__solutions li a,
body.page-publishers .header__solutions li a,
body.page-associations .header__solutions li a,
body.page-services .header__solutions li a {
  -ms-flex-pack: center;
  justify-content: center;
}
body.page-corporations .header__solutions,
body.page-publishers .header__solutions,
body.page-associations .header__solutions,
body.page-services .header__solutions {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
body.page-corporations .header__solutions li,
body.page-publishers .header__solutions li,
body.page-associations .header__solutions li,
body.page-services .header__solutions li {
  padding: 15px 5px 5px;
}
body.page-corporations .header__solutions li.active,
body.page-publishers .header__solutions li.active,
body.page-associations .header__solutions li.active,
body.page-services .header__solutions li.active {
  background-color: #ffa300;
}

.page-connect .entry-header--wrapper {
  background-image: url(63caa5e97ba444f1caef.jpg);
  background-size: cover;
  background-position: top left;
}

body.home [type="button"]:hover,
body.home [type="button"]:focus,
body.page-associations [type="button"]:hover,
body.page-associations [type="button"]:focus,
body.page-corporations [type="button"]:hover,
body.page-corporations [type="button"]:focus,
body.page-publishers [type="button"]:hover,
body.page-publishers [type="button"]:focus {
  background-color: inherit !important;
}
body.home .menuBtn,
body.page-associations .menuBtn,
body.page-corporations .menuBtn,
body.page-publishers .menuBtn {
  z-index: 15;
}
body.home .scroller-container,
body.page-associations .scroller-container,
body.page-corporations .scroller-container,
body.page-publishers .scroller-container {
  z-index: 8;
  background: #7ae3e8;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  padding: 10px;
}
body.home .scroller-container > a,
body.home .scroller-container > span,
body.page-associations .scroller-container > a,
body.page-associations .scroller-container > span,
body.page-corporations .scroller-container > a,
body.page-corporations .scroller-container > span,
body.page-publishers .scroller-container > a,
body.page-publishers .scroller-container > span {
  display: block;
}
@media only screen and (min-width: 768px) {
  body.home .scroller-container > a,
  body.home .scroller-container > span,
  body.page-associations .scroller-container > a,
  body.page-associations .scroller-container > span,
  body.page-corporations .scroller-container > a,
  body.page-corporations .scroller-container > span,
  body.page-publishers .scroller-container > a,
  body.page-publishers .scroller-container > span {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  body.home .scroller-container,
  body.page-associations .scroller-container,
  body.page-corporations .scroller-container,
  body.page-publishers .scroller-container {
    height: 45px;
  }
}
body.home .scroller-container .blog-content__item--title,
body.page-associations .scroller-container .blog-content__item--title,
body.page-corporations .scroller-container .blog-content__item--title,
body.page-publishers .scroller-container .blog-content__item--title {
  padding-left: 15px;
}
body.home .scroller,
body.page-associations .scroller,
body.page-corporations .scroller,
body.page-publishers .scroller {
  z-index: 9;
}
body.home .scroller,
body.page-associations .scroller,
body.page-corporations .scroller,
body.page-publishers .scroller {
  height: 138px;
  width: 100%;
  padding: 0px;
  padding-left: 400px;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 10;
}
body.home .scroller-container .blog-content__static,
body.page-associations .scroller-container .blog-content__static,
body.page-corporations .scroller-container .blog-content__static,
body.page-publishers .scroller-container .blog-content__static {
  position: absolute;
  display: block;
  top: 0px;
  left: 140px;
  z-index: 12;
}
body.home .scroller-container .blog-content__static .blog-content__item--aclink,
body.page-associations
  .scroller-container
  .blog-content__static
  .blog-content__item--aclink,
body.page-corporations
  .scroller-container
  .blog-content__static
  .blog-content__item--aclink,
body.page-publishers
  .scroller-container
  .blog-content__static
  .blog-content__item--aclink {
  padding-top: 12px;
}
body.home
  .scroller-container
  .blog-content__static
  .blog-content__item--aclink
  a,
body.page-associations
  .scroller-container
  .blog-content__static
  .blog-content__item--aclink
  a,
body.page-corporations
  .scroller-container
  .blog-content__static
  .blog-content__item--aclink
  a,
body.page-publishers
  .scroller-container
  .blog-content__static
  .blog-content__item--aclink
  a {
  background-color: #ffa300;
  color: #fff;
  padding: 8px 20px 8px 20px;
  font-size: 12px;
  font-weight: bold;
}
body.home .scroller-container .blog-content__video__a,
body.page-associations .scroller-container .blog-content__video__a,
body.page-corporations .scroller-container .blog-content__video__a,
body.page-publishers .scroller-container .blog-content__video__a {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
body.home .scroller .blog-content__item,
body.home .scroller-container .blog-content__item,
body.page-associations .scroller .blog-content__item,
body.page-associations .scroller-container .blog-content__item,
body.page-corporations .scroller .blog-content__item,
body.page-corporations .scroller-container .blog-content__item,
body.page-publishers .scroller .blog-content__item,
body.page-publishers .scroller-container .blog-content__item {
  height: 138px;
  width: 260px;
  display: inline-block;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
}
body.home .scroller .blog-content__item--inner,
body.home .scroller-container .blog-content__item--inner,
body.page-associations .scroller .blog-content__item--inner,
body.page-associations .scroller-container .blog-content__item--inner,
body.page-corporations .scroller .blog-content__item--inner,
body.page-corporations .scroller-container .blog-content__item--inner,
body.page-publishers .scroller .blog-content__item--inner,
body.page-publishers .scroller-container .blog-content__item--inner {
  max-height: 138px;
  background-color: transparent;
  height: 138px;
  width: 260px;
  margin: 0px;
  padding: 8px;
}
body.home .scroller-container .scroller h3.blog-content__item--title,
body.home .scroller-container h3.blog-content__item--title,
body.page-associations
  .scroller-container
  .scroller
  h3.blog-content__item--title,
body.page-associations .scroller-container h3.blog-content__item--title,
body.page-corporations
  .scroller-container
  .scroller
  h3.blog-content__item--title,
body.page-corporations .scroller-container h3.blog-content__item--title,
body.page-publishers .scroller-container .scroller h3.blog-content__item--title,
body.page-publishers .scroller-container h3.blog-content__item--title {
  padding-top: 20px;
  color: #0c5366;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
body.home .scroller .blog-content__item--title a,
body.home .scroller-container .blog-content__item--title a,
body.page-associations .scroller .blog-content__item--title a,
body.page-associations .scroller-container .blog-content__item--title a,
body.page-corporations .scroller .blog-content__item--title a,
body.page-corporations .scroller-container .blog-content__item--title a,
body.page-publishers .scroller .blog-content__item--title a,
body.page-publishers .scroller-container .blog-content__item--title a {
  color: #0c5366;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
body.home .scroller-container .blog-content__item--copy,
body.home .scroller-container .scroller .blog-content__item--copy,
body.page-associations .scroller-container .blog-content__item--copy,
body.page-associations .scroller-container .scroller .blog-content__item--copy,
body.page-corporations .scroller-container .blog-content__item--copy,
body.page-corporations .scroller-container .scroller .blog-content__item--copy,
body.page-publishers .scroller-container .blog-content__item--copy,
body.page-publishers .scroller-container .scroller .blog-content__item--copy {
  color: #727272;
  line-height: 1.2em;
}
body.home .scroller-container .scroller .blog-content__item--copy a,
body.page-associations
  .scroller-container
  .scroller
  .blog-content__item--copy
  a,
body.page-corporations
  .scroller-container
  .scroller
  .blog-content__item--copy
  a,
body.page-publishers .scroller-container .scroller .blog-content__item--copy a {
  color: #727272;
  font-weight: bold;
  text-decoration: underline;
  font-size: 12px;
}
body.home .scroller-container .scroller .blog-content__item--inner.video-post,
body.page-associations
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post,
body.page-corporations
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post,
body.page-publishers
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post {
  display: -ms-flexbox;
  display: flex;
}
body.home
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  h3.blog-content__item--title,
body.page-associations
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  h3.blog-content__item--title,
body.page-corporations
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  h3.blog-content__item--title,
body.page-publishers
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  h3.blog-content__item--title {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  display: block;
}
body.home
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  h3.blog-content__item--title
  a,
body.page-associations
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  h3.blog-content__item--title
  a,
body.page-corporations
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  h3.blog-content__item--title
  a,
body.page-publishers
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  h3.blog-content__item--title
  a {
  color: #fff;
}
body.home
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  a.blog-content__item--readmore,
body.page-associations
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  a.blog-content__item--readmore,
body.page-corporations
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  a.blog-content__item--readmore,
body.page-publishers
  .scroller-container
  .scroller
  .blog-content__item--inner.video-post
  a.blog-content__item--readmore {
  text-decoration: underline;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
}
body.home .slick-prev,
body.home .slick-next,
body.page-associations .slick-prev,
body.page-associations .slick-next,
body.page-corporations .slick-prev,
body.page-corporations .slick-next,
body.page-publishers .slick-prev,
body.page-publishers .slick-next {
  width: 120px;
  height: 138px;
}
body.home .slick-prev:before,
body.home .slick-next:before,
body.page-associations .slick-prev:before,
body.page-associations .slick-next:before,
body.page-corporations .slick-prev:before,
body.page-corporations .slick-next:before,
body.page-publishers .slick-prev:before,
body.page-publishers .slick-next:before {
  height: 138px;
  width: 100px;
}
body.home .slick-prev,
body.home .slick-prev:before,
body.page-associations .slick-prev,
body.page-associations .slick-prev:before,
body.page-corporations .slick-prev,
body.page-corporations .slick-prev:before,
body.page-publishers .slick-prev,
body.page-publishers .slick-prev:before {
  display: none !important;
}

footer {
  color: #404040;
  position: relative;
  z-index: 15;
  overflow-x: hidden;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  footer {
    margin-top: -4vh;
  }
}

.footer__links {
  padding-top: 4vh;
  padding-bottom: 1vh;
  background-color: #efefef;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .footer__links {
    margin-top: 4vh;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__links:after {
    content: "";
    display: block;
    position: absolute;
    top: 4vh;
    right: 100%;
    height: calc(100% - 4vh);
    width: 100vw;
    background-color: #efefef;
  }
}

.footer__social-links {
  -ms-flex-order: 2;
  order: 2;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bfbfbf;
}
@media only screen and (min-width: 768px) {
  .footer__social-links {
    padding-top: 0px;
    -ms-flex-order: initial;
    order: initial;
    margin-top: 0px;
    border-top: 0px;
  }
}
.footer__social-links .row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) {
  .footer__social-links .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -10px;
  }
}
.footer__social-links .footer__social-link {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer__social-links .footer__social-link:nth-child(2) img {
    position: relative;
    top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__social-links .footer__social-link:nth-child(1) {
    padding-left: 24px;
  }
}

.footer__contact {
  position: relative;
  padding: 4vh 15px;
  background-color: #354055;
  color: #ffffff;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    text-align: center;
  }
  .footer__contact h4 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .footer__contact {
    padding: calc(4vh * 2) 0px 0px 20px;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__contact:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100vw;
    background-color: #354055;
  }
}

@media only screen and (min-width: 768px) {
  .footer__links--logo img {
    transform-origin: top left;
  }
}

.footer__links--pages ul {
  margin-top: 0;
}
.footer__links--pages li {
  margin-bottom: 10px;
}
.footer__links--pages a:hover {
  color: #15989e;
}

.footer__links--cat ul {
  padding-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__links--cat li {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -15px;
}
.footer__links--cat li a {
  padding-left: 35px;
  background-image: url(2718621cea409464055d.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
.footer__links--cat li a:hover {
  animation: moveBGRight 0.75s forwards;
  animation-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media only screen and (min-width: 768px) {
  .footer__links--cat li {
    margin-left: initial;
    left: 0px;
  }
}

.footer__links--connect {
  padding-top: 15px;
}
.footer__links--connect a:hover {
  color: #15989e;
}

body {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.front {
  background-image: url(63c7f0292643faf7e9f3.jpg);
}
body.page-corporations {
  background-image: url(51c71cd40ae5f092f334.jpg);
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  body.page-corporations {
    background-image: url(158b9458a19a2f866e7e.jpg);
  }
}
body.page-publishers {
  background-image: url(891da186ca0e562f5c2c.jpg);
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  body.page-publishers {
    background-image: url(82904075615cf8d11d8d.jpg);
  }
}
body.page-associations {
  background-image: url(09b2fcd6b6722fbd19e4.jpg);
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  body.page-associations {
    background-image: url(a52f0e2b141871a3ce25.jpg);
  }
}
body.page-team {
  background-size: 100% auto;
  background-image: url(042fa6c60da9ed69efb4.jpg);
}
@media only screen and (min-width: 768px) {
  body.page-team {
    background-image: url(e6fa1795a3156dedddaa.jpg);
  }
}

.hero__logo {
  left: 60px;
  position: relative;
  z-index: 5;
  height: 71px;
  text-align: left;
  margin-bottom: -71px;
  padding-top: 15px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .hero__logo {
    width: calc(100% - 100px);
  }
  .portfolio .hero__logo,
  .page-ourwork .hero__logo {
    position: fixed;
  }
}
@media only screen and (min-width: 980px) {
  .hero__logo {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .hero__logo {
    text-align: left;
  }
}

.page-home-page .hero__logo {
  display: block;
}

.hero {
  position: relative;
  z-index: 3;
  height: 100vh;
  width: 100vw;
}
body.front .hero,
body.page-template-page-store .hero,
body.page-template-page-membership .hero,
body.page-template-page-assocconnect .hero,
body.page-template-page-corpconnect .hero {
  height: 130vh;
  background-image: url(5abce6d50587b38faf1b.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  color: #ffffff;
}
body.front .hero,
body.page-association-connect .hero,
body.page-corporation-connect .hero {
  background-image: none;
  background-color: #384359;
}
body.page-corporation-connect .hero {
  background-color: #2d4a51;
}
body.page-template-page-assocconnect .hero,
body.page-template-page-corpconnect .hero {
  height: 100vh;
  width: 100%;
}
body.page-template-page-store .hero {
  background-image: url(61d02c072dbf1530bdcb.jpg);
}
@media only screen and (min-width: 768px) {
  body.page-template-page-store .hero {
    background-image: url(752c108a109291a93742.jpg);
    background-position: bottom center;
  }
}
body.page-template-page-membership .hero {
  background-image: url(60ae692297c28fb1a265.jpg);
}
@media only screen and (min-width: 768px) {
  body.page-template-page-membership .hero {
    background-image: url(60ae692297c28fb1a265.jpg);
    background-position: top center;
  }
}
body.page-corporations .hero {
  background-color: rgba(45, 74, 81, 0.8);
}
body.page-publishers .hero {
  background-color: rgba(81, 45, 81, 0.8);
}
body.page-associations .hero {
  background-color: rgba(53, 64, 85, 0.8);
}
body.page-team .hero {
  background-color: rgba(45, 74, 81, 0.8);
}
body.page-blog .hero,
body.single-post .hero {
  background-color: #0c5366;
  background-size: 230px;
  background-position: 110% -3%;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  body.page-blog .hero,
  body.single-post .hero {
    background-position: 110% -10%;
    background-size: 400px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-blog .hero,
  body.single-post .hero {
    background-position: 123% -10%;
    background-size: 660px;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-blog .hero,
  body.single-post .hero {
    background-size: 800px;
    background-position: 108% -100px;
  }
}
body.page-blog .hero.design,
body.single-post .hero.design {
  background-image: url(5e5e30b21b3eba632363.png);
}
body.page-blog .hero.strategy,
body.single-post .hero.strategy {
  background-image: url(5e5e30b21b3eba632363.png);
}
body.page-blog .hero.news,
body.single-post .hero.news {
  background-image: url(5e5e30b21b3eba632363.png);
}
body.page-blog .hero.content,
body.single-post .hero.content {
  background-image: url(5e5e30b21b3eba632363.png);
}
body.page-blog .hero.events,
body.single-post .hero.events {
  background-image: url(5e5e30b21b3eba632363.png);
}
body.page-blog .hero.category,
body.single-post .hero.category {
  background-image: url(5e5e30b21b3eba632363.png);
}
.hero h1 span,
body.page-team .hero .h1__em {
  color: #ffa300;
}
.hero h1 span span,
body.page-team .hero .h1__em span {
  color: #ffffff;
}
body.page-about .hero .h1__em {
  color: #7ae3e8;
}
body.page-about .hero .h1__em span {
  color: #ffffff;
}
.hero video {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero--mini {
  height: 50vh;
}
@media only screen and (min-width: 768px) {
  .hero--mini {
    height: 16vh;
    overflow: hidden;
  }
}

.hero__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC);
  background-size: 8px;
  background-position: top left;
  background-repeat: repeat;
  background-color: transparent;
}
body.page-team .hero__overlay {
  background-color: rgba(45, 74, 81, 0.8);
}
.hero--mini .hero__overlay,
body.front .hero__overlay,
body.page-association-connect .hero__overlay,
body.page-corporation-connect .hero__overlay {
  background-image: none;
}
.hero--mini .hero__overlay.first::before,
.hero--mini .hero__overlay.second::before,
body.front .hero__overlay.first::before,
body.front .hero__overlay.second::before,
body.page-association-connect .hero__overlay.first::before,
body.page-association-connect .hero__overlay.second::before,
body.page-corporation-connect .hero__overlay.first::before,
body.page-corporation-connect .hero__overlay.second::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(904da9216c090b5aa3f7.png);
  background-repeat: repeat;
  background-size: 60%;
  animation: scrollBG 46s linear infinite;
}
.hero--mini .hero__overlay.second::before,
body.front .hero__overlay.second::before,
body.page-association-connect .hero__overlay.second::before,
body.page-corporation-connect .hero__overlay.second::before {
  width: 200%;
  background-image: url(5016a1130e1f497f6438.png);
  animation-duration: 28s;
  background-size: 150%;
}
.hero--mini .hero__overlay.third,
body.front .hero__overlay.third,
body.page-association-connect .hero__overlay.third,
body.page-corporation-connect .hero__overlay.third {
  background: linear-gradient(
    30deg,
    rgba(28, 36, 51, 0.9) 0%,
    transparent 35%,
    transparent 70%,
    rgba(28, 36, 51, 0.9) 100%
  );
}
body.page-template-page-membership .hero__overlay {
  background-image: url(ad85a80f99a722227a30.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: bottom center;
}

.hero__mic {
  position: relative;
  max-width: 330px;
  width: 100%;
}
.hero__mic img:nth-child(1) {
  animation: animateOpacity1 8s infinite;
  z-index: 2;
  position: relative;
  filter: drop-shadow(0 0 30px rgba(169, 225, 228, 0.3));
}
.hero__mic img:nth-child(2) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.hero--mini {
  background-image: none !important;
  background-color: #384359 !important;
}

.post-template-single-videolanding,
.page-template-page-videolanding {
  overflow-x: hidden;
}
.post-template-single-videolanding .hero--mini,
.page-template-page-videolanding .hero--mini {
  background: none;
  background-color: transparent !important;
}
@media only screen and (min-width: 980px) {
  .post-template-single-videolanding article,
  .page-template-page-videolanding article {
    padding-bottom: 10em;
  }
}

.hero:not(.hero--mini) .hero__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 45px);
  width: calc(100vw - 30px);
  pointer-events: initial;
  padding: 0 15px 0 18px;
}
body.front .hero:not(.hero--mini) .hero__content {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hero__category {
  margin-bottom: 15px;
  color: #7ae3e8;
}

.hero__desc {
  line-height: 1.25em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #ffffff;
}
.hero__desc:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -20px;
  border: 1px solid #ffffff;
  border-left-color: transparent;
  border-right-color: transparent;
  height: 5px;
  width: 47.5px;
}
body.page-blog .hero__desc:before {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .hero__desc {
    max-width: 500px;
  }
}
@media only screen and (min-width: 980px) {
  .hero__desc {
    max-width: 725px;
  }
  body.ygs-team .hero__desc {
    max-width: 525px;
  }
}
body.page-blog .hero__desc,
body.page-blog .hero__desc:before {
  margin-left: 0;
}

.hero__cta {
  position: absolute;
  bottom: 3vh;
  width: auto;
  text-align: center;
}
body.page-blog .hero__cta {
  width: auto;
  position: relative;
  bottom: 0;
  text-align: left;
}
.hero__cta .hero__cta--left {
  max-width: 105px;
  margin: 0;
}
.hero__cta .hero__cta--right {
  display: table-cell;
  vertical-align: middle;
  color: #7ae3e8;
}
@media only screen and (min-width: 768px) {
  .hero__cta .hero__cta--right {
    line-height: 70px;
  }
}
.hero__cta .hero__author--img {
  width: 100%;
  max-width: 75px;
  border-radius: 50%;
}

.solutions {
  position: relative;
  background: rgb(12, 83, 102);
  background: linear-gradient(
    0deg,
    rgb(122, 227, 232) 0%,
    rgb(122, 227, 232) 90%,
    rgba(122, 227, 232, 0.25) 100%
  );
  z-index: 3;
  overflow-x: hidden;
  margin-top: -30vh;
  padding-left: 15px;
  padding-right: 15px;
}
body.front .solutions {
  background-color: #343e53;
}
@media screen and (min-width: 666px) {
  .solutions {
    background: linear-gradient(
      0deg,
      rgb(122, 227, 232) 0%,
      rgb(122, 227, 232) 95%,
      rgba(122, 227, 232, 0.25) 100%
    );
  }
}
@media only screen and (min-width: 768px) {
  .solutions {
    background: linear-gradient(
      0deg,
      rgb(122, 227, 232) 0%,
      rgb(122, 227, 232) 40%,
      rgba(122, 227, 232, 0.33) 100%
    );
  }
}

.solutions__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 150px;
  overflow-y: hidden;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .solutions__item:last-of-type {
    background-image: none;
  }
}
.solutions__item h2 {
  color: #ffffff;
}
.solutions__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-color: transparent;
}
.solutions__item:hover::before {
  transition: 0.3s background-color ease-in-out;
  background-color: rgba(255, 255, 255, 0.25);
}

.solutions__item--desc {
  width: 100%;
  max-width: 325px;
  min-height: 92px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #354055;
}

.solutions__item--img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  line-height: 0;
}
.csstransforms .solutions__item--img {
  transform: translate(0px, 300px);
}
.csstransforms .solutions__item.animate .solutions__item--img {
  animation: SlideToPosBottom 1s forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
}
.solutions__item:nth-child(2)
  .csstransforms
  .solutions__item.animate
  .solutions__item--img {
  animation-delay: 0s;
}
.solutions__item:nth-child(3)
  .csstransforms
  .solutions__item.animate
  .solutions__item--img {
  animation-delay: 0.2s;
}

.page-associations div.scroller-container,
.page-corporations div.scroller-container,
.page-publishers div.scroller-container {
  background: #ffffff;
}
.page-associations .our-team,
.page-corporations .our-team,
.page-publishers .our-team {
  position: relative;
  overflow: hidden;
}
.page-associations .our-team video,
.page-corporations .our-team video,
.page-publishers .our-team video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-associations .ygs-connect,
.page-corporations .ygs-connect,
.page-publishers .ygs-connect {
  background-color: #354055;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page-associations .ygs-connect,
  .page-corporations .ygs-connect,
  .page-publishers .ygs-connect {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .page-associations .ygs-connect,
  .page-corporations .ygs-connect,
  .page-publishers .ygs-connect {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.page-associations .ygs-connect h3,
.page-associations .ygs-connect a,
.page-corporations .ygs-connect h3,
.page-corporations .ygs-connect a,
.page-publishers .ygs-connect h3,
.page-publishers .ygs-connect a {
  color: #ffffff;
  font-weight: bold;
}
.page-associations .ygs-connect a,
.page-corporations .ygs-connect a,
.page-publishers .ygs-connect a {
  text-decoration: underline;
}
.page-associations .ygs-connect h3 a,
.page-corporations .ygs-connect h3 a,
.page-publishers .ygs-connect h3 a {
  text-decoration: none;
}
.page-associations .ygs-connect__header-title,
.page-corporations .ygs-connect__header-title,
.page-publishers .ygs-connect__header-title {
  margin-bottom: 1em;
  text-transform: none;
}
@media only screen and (min-width: 980px) {
  .page-associations .ygs-connect__header-title,
  .page-corporations .ygs-connect__header-title,
  .page-publishers .ygs-connect__header-title {
    font-size: 45px;
  }
}
.page-associations .ygs-connect__left,
.page-corporations .ygs-connect__left,
.page-publishers .ygs-connect__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .page-associations .ygs-connect__left,
  .page-corporations .ygs-connect__left,
  .page-publishers .ygs-connect__left {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .page-associations .ygs-connect__left,
  .page-corporations .ygs-connect__left,
  .page-publishers .ygs-connect__left {
    padding-right: 60px;
  }
}
.page-associations .ygs-connect__item,
.page-corporations .ygs-connect__item,
.page-publishers .ygs-connect__item {
  border-bottom: 1px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .page-associations .ygs-connect__item,
  .page-corporations .ygs-connect__item,
  .page-publishers .ygs-connect__item {
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .page-associations .ygs-connect__item:nth-child(1),
  .page-corporations .ygs-connect__item:nth-child(1),
  .page-publishers .ygs-connect__item:nth-child(1) {
    padding-right: 4em;
  }
}
.page-associations .ygs-connect__item:nth-child(2),
.page-corporations .ygs-connect__item:nth-child(2),
.page-publishers .ygs-connect__item:nth-child(2) {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .page-associations .ygs-connect__item:nth-child(2),
  .page-corporations .ygs-connect__item:nth-child(2),
  .page-publishers .ygs-connect__item:nth-child(2) {
    border-right: none;
    padding-left: 4em;
  }
}
.page-associations .ygs-connect__cta-promo,
.page-corporations .ygs-connect__cta-promo,
.page-publishers .ygs-connect__cta-promo {
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.page-associations .ygs-connect__cta-promo img,
.page-corporations .ygs-connect__cta-promo img,
.page-publishers .ygs-connect__cta-promo img {
  width: 100%;
}
.page-associations .ygs-connect__cta,
.page-corporations .ygs-connect__cta,
.page-publishers .ygs-connect__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: center;
  align-items: center;
}
.page-associations .ygs-connect__cta .ygs-connect__btn,
.page-corporations .ygs-connect__cta .ygs-connect__btn,
.page-publishers .ygs-connect__cta .ygs-connect__btn {
  text-decoration: none;
}
.page-associations .ygs-connect__btn,
.page-corporations .ygs-connect__btn,
.page-publishers .ygs-connect__btn {
  font-size: 12px;
  padding: 5px 15px;
  border: 1px solid #ffa300;
}
.page-associations .ygs-connect__btn:hover,
.page-corporations .ygs-connect__btn:hover,
.page-publishers .ygs-connect__btn:hover {
  background-color: #ffa300;
}
.page-associations .ygs-connect__item--img,
.page-corporations .ygs-connect__item--img,
.page-publishers .ygs-connect__item--img {
  margin-bottom: 15px;
}
.page-associations .ygs-connect__item--cat,
.page-corporations .ygs-connect__item--cat,
.page-publishers .ygs-connect__item--cat {
  margin-top: 0;
  color: #ffa300;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-associations .ygs-connect__item--title,
.page-corporations .ygs-connect__item--title,
.page-publishers .ygs-connect__item--title {
  text-transform: none;
}
.page-associations .ygs-connect__item--copy,
.page-corporations .ygs-connect__item--copy,
.page-publishers .ygs-connect__item--copy {
  display: none;
}

.our-team__overlay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC);
  background-size: 8px;
  background-position: top left;
  background-repeat: repeat;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.page-services main {
  margin-top: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .page-services main {
    margin-top: 0;
  }
}

.services {
  background-color: #354055;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .services {
    padding-top: 75px;
    padding-bottom: 37.5px;
  }
}
@media only screen and (min-width: 980px) {
  .services {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
body.page-publishers .services {
  background-color: #512d51;
}
body.page-associations .services {
  background-color: #354055;
}

body.page-services {
  padding: 0;
  background-image: none;
  background-color: #354055;
  color: #ffffff;
}
body.page-services.childof-associations {
  background-color: #354055;
}
body.page-services.childof-corporations {
  background-color: #2d4a51;
}
body.page-services.childof-publishers {
  background-color: #512d51;
}
body.page-services section.services {
  padding-top: 0px !important;
  pointer-events: initial;
  background-color: transparent;
}
@media only screen and (min-width: 1200px) {
  body.page-services section.services {
    padding-bottom: 200px;
  }
}

section.services p a {
  color: #7ae3e8;
}

.services__desc {
  margin-bottom: 50px;
}

.services__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  margin-bottom: 50px;
}
.services__item object {
  width: 100%;
  min-width: 140px;
}
.services__item > a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.services__item-icon {
  position: relative;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.services__item-desc {
  background-color: #7ae3e8;
  color: #0c5366;
  border-radius: 50%;
  width: 100%;
  height: 95.24%;
  position: absolute;
  top: 0;
  opacity: 0;
}
.services__item-desc p {
  margin: 0px auto;
  height: 100%;
  text-align: center;
  width: 82%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
@media only screen and (min-width: 980px) {
  .services__item-desc.active,
  .services__item:hover .services__item-desc {
    opacity: 1;
    transition: 0.3s opacity ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  .services__item-desc.active,
  .services__item:hover .services__item-desc {
    opacity: 1;
    transition: 0.3s opacity ease-in-out;
  }
}

.services__item-text {
  width: 95%;
  font-weight: 700;
}

.screen {
  width: 100vw;
}

.page-title-wrapper {
  position: relative;
  top: 0;
  overflow: auto;
  pointer-events: initial;
  margin-bottom: 30px;
  padding-top: 100px;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC);
  background-size: 8px;
  background-position: top left;
  background-repeat: repeat;
  background-color: transparent;
}
@media only screen and (min-width: 1200px) {
  .page-title-wrapper {
    padding-top: 150px;
  }
}

section.services-list {
  overflow-x: hidden;
}

.services-list__item {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.services-list__item iframe {
  width: 100%;
}
.services-list__item .screen,
.services-list__item .container,
.services-list__item .content {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .services-list__item {
    margin-top: 50px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 980px) {
  .services-list__item {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .services-list__item {
    margin-top: 200px;
  }
}
.services-list__item .service-icon {
  padding-right: 0px;
  text-align: right;
}
.services-list__item .service-icon img {
  position: relative;
  right: -40px;
  transform: rotate(12deg);
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .services-list__item .service-icon img {
    max-width: 430px;
  }
}
@media only screen and (min-width: 980px) {
  .services-list__item .service-icon img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .services-list__item .service-icon img {
    max-width: 575px;
  }
}
.services-list__item:nth-of-type(even) > .row > div:nth-child(1) {
  -ms-flex-order: 2;
  order: 2;
}
.services-list__item:nth-of-type(even) > .row > div:nth-child(2) {
  -ms-flex-order: 1;
  order: 1;
}
.services-list__item:nth-of-type(even) .screen,
.services-list__item:nth-of-type(even) .container,
.services-list__item:nth-of-type(even) .content {
  width: 100%;
  -ms-flex: initial;
  flex: initial;
  max-width: initial;
}
.services-list__item:nth-of-type(even) .content {
  max-width: 70%;
}
.services-list__item:nth-of-type(even) .service-icon {
  text-align: left;
}
.services-list__item:nth-of-type(even) .service-icon img {
  right: initial;
  left: -40px;
  transform: rotate(-12deg);
}
.services-list__item.map:nth-child(odd) .service-icon,
.services-list__item.map:nth-child(even) .service-icon {
  display: none;
}
.services-list__item.map:nth-child(odd) > .row,
.services-list__item.map:nth-child(even) > .row {
  max-width: initial;
}
.services-list__item.map:nth-child(odd) .screen,
.services-list__item.map:nth-child(even) .screen {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .services-list__item.map:nth-child(odd) .screen,
  .services-list__item.map:nth-child(even) .screen {
    width: 100vw;
  }
}
.services-list__item.map:nth-child(odd) .content,
.services-list__item.map:nth-child(even) .content {
  width: 100%;
  max-width: 100%;
}
.services-list__item.map:nth-child(odd) .container,
.services-list__item.map:nth-child(even) .container {
  width: auto;
}
@media only screen and (min-width: 768px) {
  .services-list__item.map:nth-child(odd) .container,
  .services-list__item.map:nth-child(even) .container {
    width: 738px;
  }
}
@media only screen and (min-width: 980px) {
  .services-list__item.map:nth-child(odd) .container,
  .services-list__item.map:nth-child(even) .container {
    width: 950px;
  }
}
@media only screen and (min-width: 1200px) {
  .services-list__item.map:nth-child(odd) .container,
  .services-list__item.map:nth-child(even) .container {
    width: 1170px;
  }
}
.services-list__item.map:nth-child(odd) .row > div:nth-child(1),
.services-list__item.map:nth-child(even) .row > div:nth-child(1) {
  width: 100%;
}
@media screen and (max-width: 758px) {
  .services-list__item:nth-child(odd) .row > div:nth-child(1),
  .services-list__item:nth-child(even) .row > div:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
  }
  .services-list__item:nth-child(odd) .row > div:nth-child(2),
  .services-list__item:nth-child(even) .row > div:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
  }
  .services-list__item:nth-child(odd) .screen,
  .services-list__item:nth-child(odd) .container,
  .services-list__item:nth-child(odd) .content,
  .services-list__item:nth-child(even) .screen,
  .services-list__item:nth-child(even) .container,
  .services-list__item:nth-child(even) .content {
    width: 100%;
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
  }
  .services-list__item:nth-child(odd) .service-icon,
  .services-list__item:nth-child(even) .service-icon {
    display: none;
  }
}

.services-list__item .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.services-list__examples {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  -ms-flex-order: 2;
  order: 2;
}
.services-list__examples--item {
  margin-bottom: 15px;
}
.services-list__examples--item:nth-child(odd) {
  padding-left: 0px;
}
.services-list__examples--item:nth-child(even) {
  padding-right: 0px;
}
.services-list__btn-wrapper {
  -ms-flex-order: 3;
  order: 3;
}
.services-list__btn-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.services-list__btn-wrapper ul li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.services-list__btn-wrapper ul li:nth-child(odd) {
  padding-right: 15px;
}
.services-list__btn-wrapper ul li:nth-child(even) {
  padding-left: 15px;
}
.services-list__btn {
  border: 1px solid #ffa300;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 6px;
}
.services-list__btn:hover {
  color: #ffffff;
  background-color: #ffa300;
}
.services-list__promo p,
.services-list__contact p {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

section header {
  position: relative;
  z-index: initial;
  width: auto;
  box-shadow: none;
}

body.page-careers,
body.career-apply {
  background-color: #ffffff;
}
body.page-careers > header,
body.career-apply > header {
  display: none;
}

.career-header {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC);
  background-size: 8px;
  background-position: top left;
  background-repeat: repeat;
  background-color: transparent;
  background-color: #0c5366;
  padding-top: 110px;
  padding-bottom: 30px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .career-header {
    padding-bottom: 50px;
  }
}
.career-header__content {
  max-width: 490px;
  margin-right: auto;
}
@media only screen and (min-width: 980px) {
  .career-header__content {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .career-header__content {
    max-width: 736px;
  }
}
.career-header__content:before {
  content: "";
  display: block;
  margin-top: 35px;
  margin-right: auto;
  position: relative;
  top: -20px;
  border: 1px solid #ffffff;
  border-left-color: transparent;
  border-right-color: transparent;
  height: 5px;
  width: 47.5px;
}
.career-header h1 span {
  /*display: block;*/
}
.career-header h1 span + span {
  display: inline;
}

.career-content {
  padding-top: 50px;
  padding-bottom: 20px;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .career-content__item:nth-child(odd) {
    padding-right: 54px;
  }
  .career-content__item:nth-child(even) {
    padding-left: 54px;
  }
}
@media only screen and (min-width: 980px) {
  .career-content {
    padding-top: 100px;
  }
}
.career-content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -1px;
  right: 0;
  height: 75%;
  width: 40%;
  max-width: 597px;
  background-image: url(67ac8b7bd46fa2b25e92.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  .career-content:before {
    height: 72%;
    width: 50%;
  }
}

.career-promo {
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .career-promo {
    padding-bottom: 50px;
  }
}
.career-promo header {
  background-color: #7ae3e8;
  color: #0c5366;
  padding: 30px 15px 0px;
}
.career-promo header img {
  pointer-events: none;
}
.career-promo__top-img {
  padding: 30px 15px 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .career-promo__top-img {
    padding: 105px 15px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .career-promo__item {
    margin-bottom: 75px;
  }
}

.career-form {
  background-color: #f2f2f2;
  padding: 4.375rem 0;
}
.career-form__title {
  font-size: 35px;
  margin: 0 0 35px 0;
}
.career-form__copy {
  font-size: 18px;
  margin: 0 0 3.25rem 0;
  max-width: 650px;
}

body.career-apply .career-header {
  padding-top: 100px;
  padding-bottom: 20px;
}
body.career-apply .career-content {
  padding-bottom: 100px;
}
body.career-apply .career-content--link {
  margin-top: 60px;
}
body.career-apply .career-content--link a {
  text-decoration: underline;
}
body.career-apply .career-content--link a:hover {
  color: #ffa300;
}
body.career-apply .career-content:before {
  width: 75%;
  background-image: url(da18bcd53e99913305f2.png);
}
body.career-apply li {
  list-style: disc;
}
body.career-apply ul {
  margin-left: 1em;
}
body.career-apply #section__footer li,
body.career-apply .menu li {
  list-style: none;
}

.case-studies {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .case-studies {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.case-study__item {
  margin-bottom: 50px;
}
.case-study__item:last-of-type {
  margin-bottom: 0px;
}
.case-study__item p {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .case-study__item {
    margin-bottom: 100px;
  }
}

.clients {
  background-color: #404040;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .clients {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 980px) {
  .clients {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.clients ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.clients ul li * {
  display: inline;
  vertical-align: middle;
}
.clients ul li a {
  transform: scale(0.75);
}

.clients__testimony {
  background-image: url(a750133a15ee91b7ee7d.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .clients__testimony {
    padding-left: 6vw;
    background-image: url(c878f2c9771ec204f01c.png);
    background-repeat: repeat-y;
    background-position: 3vw top;
  }
}

body.page-about header {
  display: none;
}
body.page-about .hero {
  background-color: #0c5366;
  height: auto;
  min-height: 100vh;
}
body.page-about .hero__overlay {
  background-image: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC";
}
body.page-about .hero__content {
  padding-left: 15px;
  padding-right: 15px;
  /*min-height: 100vh;*/
  min-height: 610px;
}
@media screen and (max-width: 767px) {
  body.page-about .hero__content {
    position: relative;
    /*min-height: 100vh;*/
    min-height: 610px;
    padding-top: 100px;
  }
  body.page-about .hero__content .hero__cta {
    position: relative;
  }
  body.page-about .hero__content .hero__cta {
    margin-top: 30px;
  }
}
body.page-about .hero__content .h1__small {
  color: #7ae3e8;
}
@media only screen and (min-width: 1200px) {
  body.page-about .hero__content .hero__desc {
    max-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  body.page-about .hero__overlay {
    position: relative;
  }
}
body.page-about .about-page .container {
  width: 100%;
}
body.page-about .post {
  background-color: transparent;
  padding-bottom: 100px;
}
@media only screen and (min-width: 980px) {
  body.page-about .post {
    padding-bottom: 200px;
  }
}
body.page-about .post p {
  font-size: 20px;
  line-height: 1.5em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
body.page-about .see-more {
  position: relative;
  right: 100px;
}
body.page-about h2 {
  color: #0c5366;
  font-size: 75px;
}
body.page-about .highlight {
  background-color: #7ae3e8;
}
body.page-about section {
  overflow: initial;
}

.about-page__content--item {
  text-align: center;
  padding: 0 15px;
}
.about-page__content--item:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -20px;
  border: 1px solid #ffa300;
  border-top-color: transparent;
  border-bottom-color: transparent;
  height: 51px;
  width: 4px;
  margin-top: 65px;
}
.about-page__content--item:nth-child(1) {
  margin-top: 60px;
}
.about-page__content--item:nth-child(1):before {
  display: none;
}
.about-page__content--item.highlight {
  padding-bottom: 1px;
}
.about-page__content--item.highlight:before {
  top: -80px;
  margin-top: 100px;
}

.about-page__content--item_body {
  max-width: 700px;
  margin: 0px auto;
  text-align: left;
}

.about-page__content--item_body > .col-4 {
  display: -ms-flexbox;
  display: flex;
}
.about-page__content--item_body > .col-4 img {
  margin: auto;
}
.about-page__content--item_body p.content {
  margin-bottom: 25px;
}

.about-page__content .content-post > p:last-child {
  margin-top: 30px;
}

.blog,
.page-blog {
  background-color: #ffffff;
  color: #404040;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .blog,
  .page-blog {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .blog .pad:nth-of-type(1),
  .page-blog .pad:nth-of-type(1) {
    padding-right: 100px;
  }
  .blog .pad:nth-of-type(2),
  .page-blog .pad:nth-of-type(2) {
    border-left: 1px solid #bfbfbf;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 980px) {
  .blog,
  .page-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.blog-teaser {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.front .blog-teaser__img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .front .blog-teaser__img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .front .blog-teaser__desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-teaser > div:first-of-type {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .blog-teaser div {
    margin-bottom: 0px;
  }
}

.blog-teaser__img-clip,
.blog__img-clip {
  text-align: center;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
}

.blog-teaser__img {
  padding: 0px 15px;
}
@media only screen and (min-width: 980px) {
  .blog-teaser__img {
    padding: 0px;
  }
}
.blog-teaser__img img {
  width: 100%;
}

/**
 *
 * BLOG OVERVIEW
 *
*/
body.page-blog {
  padding-top: 0px;
  padding-bottom: 0px;
}

.blog-filter {
  background-color: #7ae3e8;
  color: #ffffff;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1px;
}
@media only screen and (min-width: 980px) {
  .blog-filter .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-filter ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .blog-filter ul {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.blog-filter__item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #0c5366;
}
.blog-filter__item a,
.blog-filter__item.title {
  color: #0c5366;
}
.blog-filter__item.title {
  opacity: 0.5;
}
.blog-filter__item.active {
  border-bottom: 3px solid #0c5366;
}

.blog-content {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .blog-content {
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 980px) {
  .blog-content {
    padding-bottom: 130px;
  }
}

.blog-content__item {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.blog-content__item:hover .continue--btn {
  transform: scale(0.5) translate(15px, 0px);
}
.blog-content__item a {
  color: #ffffff;
  transition: 0.35s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.blog-content__item a:hover {
  color: #7ae3e8;
}

.blog-content__item--inner {
  height: 0;
  max-height: 350px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 0 15px 0;
  padding-bottom: 87.895%;
  overflow: hidden;
  color: #ffffff;
  background-color: #404040;
}
@media only screen and (min-width: 768px) {
  .blog-content__item--inner {
    padding-top: 30px;
  }
}
.blog-content__item.focused .blog-content__item--inner {
  background-color: #0c5366;
}

.hero__category,
.blog-content__item--cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.blog-content__item--cat {
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .blog-content__item--cat {
    margin-bottom: 1em;
  }
}

.blog-content__tag:before,
.hero__category--tag:before {
  content: "/ ";
  padding: 0 0 0 4px;
}
.blog-content__tag:first-child::before,
.hero__category--tag:first-child::before {
  content: "";
  padding: 0;
}

.blog-content__item--author,
.blog-content__item--copy {
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog-content__item--author,
  .blog-content__item--copy {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .blog-content__item--copy {
    display: -webkit-box;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-content__item--copy {
    max-width: 90%;
  }
}

.blog-content__item--author {
  margin-bottom: 1em;
}

.blog-content__item--title {
  /*position: absolute;
  bottom: 0;
  left: 15px;*/
}
@media only screen and (min-width: 768px) {
  .blog-content__item--title {
    position: relative;
    left: 0;
  }
}

.blog-content__item--title__a:before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stats {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC);
  background-size: 8px;
  background-position: top left;
  background-repeat: repeat;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10vh 3vw;
}
@media only screen and (min-width: 980px) {
  .stats {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

section.stats {
  overflow-y: hidden;
}

.stats__item {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .stats__item {
    margin-bottom: 0px;
  }
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0);
}

.stats__item * {
  text-align: center;
  width: 100%;
}

.page-team.js-stickybit-parent main {
  margin-top: -71px;
}

.our-team {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .our-team {
    padding-top: 0px;
    padding-bottom: 100px;
    height: 100vh;
  }
}
.our-team .row {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .our-team .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.our-team__content {
  background-color: rgba(255, 255, 255, 0.9);
  color: #404040;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .our-team__content {
    padding-top: 180px;
    padding-bottom: 80px;
    padding-right: 40px;
  }
}
.our-team__content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
}

section.ygs-team {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ygs-team__member:hover .ygs-team__member-imgs--front {
  visibility: hidden;
  height: 0;
}
.ygs-team__member:hover .ygs-team__member-desc {
  transition: 0.3s background-color ease-in-out;
  background-color: rgba(12, 83, 102, 0.6);
}
.ygs-team__member:hover .ygs-team__member-desc--name {
  transition: 0.3s color ease-in-out;
  color: #7ae3e8;
}
.ygs-team__member .ygs-team__member-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  vertical-align: middle;
  background-color: rgba(64, 64, 64, 0.6);
  color: #ffffff;
  padding: 7px;
}
@media only screen and (min-width: 768px) {
  .ygs-team__member .ygs-team__member-desc {
    padding: 10px 7px 5px;
  }
}

.ygs-team__member-imgs--load {
  width: 100%;
  filter: blur(20px);
}

.ygs-team__member-btn {
  padding: 0px;
  border: 0px;
  width: 100%;
}
.ygs-team__member-btn * {
  pointer-events: none;
}
.ygs-team__member-btn:hover,
.ygs-team__member-btn:focus,
.ygs-team__member-btn:active {
  border: 0;
  outline: none;
}

.ygs-team__career--inner {
  padding: 15px 20% 15px 15px;
}
@media only screen and (min-width: 1200px) {
  .ygs-team__career--inner {
    padding: 30px 27% 30px 30px;
  }
}
.ygs-team__career--inner a.make-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ygs-team__career--inner img {
  position: relative;
  top: -6px;
}

.blog.single,
.page-blog.single,
body.single-post {
  background-color: #f4f4f4;
}

body.single-post main {
  overflow: initial;
}
@media only screen and (min-width: 768px) {
  body.single-post main {
    overflow: hidden;
  }
}
@media only screen and (min-width: 980px) {
  body.single-post main {
    overflow-x: hidden;
  }
}

.blog .choose-cat {
  display: none;
}

.blog-post {
  position: relative;
  top: -80vh;
  z-index: 3;
  margin-bottom: -88vh;
}

.blog-post__hero {
  position: relative;
}

.blog-post__hero-bg {
  position: relative;
  line-height: 0;
}

.blog-post__hero-bg img {
  max-width: initial;
  width: 100%;
}

.blog-post article ul,
.blog-post article ul li {
  list-style-type: disc;
  margin-left: 1em;
}

.blog-post .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 900px;
  margin-left: 0px;
  margin: 1.65em 0px !important;
}

.blog-post__hero-bg--overlay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC);
  background-size: 8px;
  background-position: top left;
  background-repeat: repeat;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .blog-post__hero-content--title {
    position: relative;
    top: -24px;
    margin-top: 30px;
  }
}

.blog-post__hero-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .blog-post__hero-content {
    padding: 0 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
  }
}

.blog-post__hero-content--title {
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
}

body.page-ourwork .blog-post__hero-content--title {
  margin-top: 0px;
}

.post {
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .blog-post .container {
    width: 660px;
  }
}
@media only screen and (min-width: 980px) {
  .blog-post .container {
    width: 916px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-post .container {
    width: 1180px;
  }
}

.blog-post__content {
  padding: 15px;
}
@media only screen and (min-width: 980px) {
  .blog-post__content {
    padding: 30px;
  }
}

.content-post {
  color: #404040;
}
.content-post ol {
  padding-left: 15px;
}
.content-post ol li {
  position: relative;
  list-style: inherit;
}

.blog-post__social-media {
  background-color: #ffa300;
  display: -ms-flexbox;
  display: flex;
  color: white;
  z-index: 2;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media only screen and (min-width: 768px) {
  .blog-post__social-media {
    position: fixed;
    width: 54px;
    margin-left: -54px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-post__social-media li:first-child {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.blog-post__social-media li,
.blog-post__social-media li > a {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .blog-post__social-media li,
  .blog-post__social-media li > a {
    display: block;
    margin-bottom: 5px;
  }
}

.content-author {
  margin-bottom: 20px;
}
.content-author .author__right--divider {
  color: #7ae3e8;
}
.content-author .author__right--title,
.content-author .author__right--text {
  color: #0c5366;
}
.content-author .author__left {
  line-height: 0;
  max-width: 106px;
}
.content-author .author__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.content-author .author__right span {
  padding: 0 2.5px;
}

.hero__author--img {
  border-radius: 50%;
}

nav.navigation {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  nav.navigation.right a {
    padding-right: 0px;
    padding-left: 25px;
  }
}
nav.navigation.right:before {
  margin-right: initial;
  margin-left: auto;
}
nav.navigation:before {
  content: "";
  display: block;
  margin-right: auto;
  position: relative;
  top: -20px;
  border: 1px solid #bfbfbf;
  border-left-color: transparent;
  border-right-color: transparent;
  height: 5px;
  width: 47.5px;
}
body.page-blog nav.navigation:before {
  margin-top: 35px;
}
nav.navigation .nav-previous,
nav.navigation .nav-next {
  display: inline-block;
}
nav.navigation a {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  nav.navigation a {
    padding-right: 25px;
  }
}
nav.navigation span.post-title {
  font-weight: normal;
  max-width: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.portfolio section.hero,
body.portfolio .blog-post__social-media,
body.portfolio .blog-post__hero-bg img,
body.portfolio .content-author,
body.page-ourwork section.hero,
body.page-ourwork .blog-post__social-media,
body.page-ourwork .blog-post__hero-bg img,
body.page-ourwork .content-author {
  display: none;
}
body.portfolio .blog-post__hero,
body.portfolio .blog-post > .container,
body.portfolio .post,
body.page-ourwork .blog-post__hero,
body.page-ourwork .blog-post > .container,
body.page-ourwork .post {
  width: 100%;
}
body.portfolio .blog-post__hero-bg--overlay,
body.page-ourwork .blog-post__hero-bg--overlay {
  background-color: transparent;
}
body.portfolio .post > .container > .row,
body.page-ourwork .post > .container > .row {
  width: 100%;
}
body.portfolio .blog-post,
body.page-ourwork .blog-post {
  top: 0;
  margin-bottom: 0;
}
body.portfolio .blog-content__item--cat,
body.page-ourwork .blog-content__item--cat {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}
body.portfolio .post,
body.page-ourwork .post {
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  body.portfolio .post,
  body.page-ourwork .post {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
body.portfolio .blog-post__hero-bg,
body.portfolio .portfolio__hero-bg,
body.page-ourwork .blog-post__hero-bg,
body.page-ourwork .portfolio__hero-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.portfolio .blog-post__hero,
body.page-ourwork .blog-post__hero {
  position: relative;
  background-color: #0c5366;
}
@media only screen and (min-width: 768px) {
  body.portfolio .blog-post__hero,
  body.page-ourwork .blog-post__hero {
    position: fixed;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: 100%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  body.portfolio .blog-post__content,
  body.page-ourwork .blog-post__content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 200px;
  }
}
body.portfolio .blog-post__hero-content,
body.portfolio .portfolio__hero-content,
body.page-ourwork .blog-post__hero-content,
body.page-ourwork .portfolio__hero-content {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  body.portfolio .blog-post__hero-content,
  body.portfolio .portfolio__hero-content,
  body.page-ourwork .blog-post__hero-content,
  body.page-ourwork .portfolio__hero-content {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 15px;
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  body.portfolio .blog-post__hero-content,
  body.portfolio .portfolio__hero-content,
  body.page-ourwork .blog-post__hero-content,
  body.page-ourwork .portfolio__hero-content {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  body.portfolio .blog-post__hero-bg,
  body.portfolio .portfolio__hero-bg,
  body.page-ourwork .blog-post__hero-bg,
  body.page-ourwork .portfolio__hero-bg {
    background-image: url(ad0f1588dc4517ee6816.jpg);
    background-repeat: no-repeat;
  }
}
body.portfolio .choose-cat,
body.page-ourwork .choose-cat {
  display: block;
}
@media screen and (max-width: 758px) {
  body.portfolio .choose-cat,
  body.page-ourwork .choose-cat {
    margin-top: 40px;
    margin-bottom: -15px;
  }
  body.portfolio .choose-cat .choose-cat__item.active,
  body.page-ourwork .choose-cat .choose-cat__item.active {
    background-position: right center;
    width: calc(100% + 25px);
  }
}
body.portfolio .blog-post__hero-content--title,
body.portfolio .portfolio__hero-content--title,
body.portfolio .choose-cat__item a,
body.portfolio .choose-cat__item,
body.page-ourwork .blog-post__hero-content--title,
body.page-ourwork .portfolio__hero-content--title,
body.page-ourwork .choose-cat__item a,
body.page-ourwork .choose-cat__item {
  color: #ffffff;
}
body.portfolio .choose-cat__item a:hover,
body.portfolio .choose-cat__item a:focus,
body.page-ourwork .choose-cat__item a:hover,
body.page-ourwork .choose-cat__item a:focus {
  color: #7ae3e8;
}
@media only screen and (min-width: 768px) {
  body.portfolio .blog-post__hero-content--title,
  body.portfolio .portfolio__hero-content--title,
  body.page-ourwork .blog-post__hero-content--title,
  body.page-ourwork .portfolio__hero-content--title {
    margin-top: 5px;
  }
}
body.portfolio .blog-post__hero-content--title:after,
body.portfolio .portfolio__hero-content--title:after,
body.page-ourwork .blog-post__hero-content--title:after,
body.page-ourwork .portfolio__hero-content--title:after {
  content: "";
  display: block;
  margin-right: auto;
  position: relative;
  bottom: -20px;
  border: 1px solid #ffffff;
  border-left-color: transparent;
  border-right-color: transparent;
  height: 5px;
  width: 47.5px;
}
body.portfolio .choose-cat__item,
body.page-ourwork .choose-cat__item {
  margin-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  left: -25px;
}
body.portfolio .choose-cat__item.active,
body.page-ourwork .choose-cat__item.active {
  background-image: url(3c3be10dc09359c1e06e.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 50%;
}
body.portfolio .pager a,
body.page-ourwork .pager a {
  display: inline-block;
  margin-left: 25px;
}
body.portfolio .content-post > div,
body.portfolio .content-post > p,
body.portfolio .imgFull,
body.portfolio .portfolioDetail,
body.portfolio .wp-block-columns,
body.portfolio .wp-block-image,
body.portfolio [class*="wp-block-"],
body.portfolio [class^="wp-block-"],
body.page-ourwork .content-post > div,
body.page-ourwork .content-post > p,
body.page-ourwork .imgFull,
body.page-ourwork .portfolioDetail,
body.page-ourwork .wp-block-columns,
body.page-ourwork .wp-block-image,
body.page-ourwork [class*="wp-block-"],
body.page-ourwork [class^="wp-block-"] {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  body.portfolio .content-post > div,
  body.portfolio .content-post > p,
  body.portfolio .imgFull,
  body.portfolio .portfolioDetail,
  body.portfolio .wp-block-columns,
  body.portfolio .wp-block-image,
  body.portfolio [class*="wp-block-"],
  body.portfolio [class^="wp-block-"],
  body.page-ourwork .content-post > div,
  body.page-ourwork .content-post > p,
  body.page-ourwork .imgFull,
  body.page-ourwork .portfolioDetail,
  body.page-ourwork .wp-block-columns,
  body.page-ourwork .wp-block-image,
  body.page-ourwork [class*="wp-block-"],
  body.page-ourwork [class^="wp-block-"] {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 980px) {
  body.portfolio .content-post > div,
  body.portfolio .content-post > p,
  body.portfolio .imgFull,
  body.portfolio .portfolioDetail,
  body.portfolio .wp-block-columns,
  body.portfolio .wp-block-image,
  body.portfolio [class*="wp-block-"],
  body.portfolio [class^="wp-block-"],
  body.page-ourwork .content-post > div,
  body.page-ourwork .content-post > p,
  body.page-ourwork .imgFull,
  body.page-ourwork .portfolioDetail,
  body.page-ourwork .wp-block-columns,
  body.page-ourwork .wp-block-image,
  body.page-ourwork [class*="wp-block-"],
  body.page-ourwork [class^="wp-block-"] {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  body.portfolio .portfolioDetail,
  body.portfolio .wp-block-columns,
  body.portfolio figure[class*="wp-block-"],
  body.portfolio figure[class^="wp-block-"],
  body.page-ourwork .portfolioDetail,
  body.page-ourwork .wp-block-columns,
  body.page-ourwork figure[class*="wp-block-"],
  body.page-ourwork figure[class^="wp-block-"] {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 980px) {
  body.portfolio .portfolioDetail,
  body.portfolio .wp-block-columns,
  body.portfolio figure[class*="wp-block-"],
  body.portfolio figure[class^="wp-block-"],
  body.page-ourwork .portfolioDetail,
  body.page-ourwork .wp-block-columns,
  body.page-ourwork figure[class*="wp-block-"],
  body.page-ourwork figure[class^="wp-block-"] {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  body.portfolio .portfolioDetail,
  body.portfolio .wp-block-columns,
  body.portfolio figure[class*="wp-block-"],
  body.portfolio figure[class^="wp-block-"],
  body.page-ourwork .portfolioDetail,
  body.page-ourwork .wp-block-columns,
  body.page-ourwork figure[class*="wp-block-"],
  body.page-ourwork figure[class^="wp-block-"] {
    max-width: 75%;
  }
}
body.portfolio .imgFull,
body.portfolio figure.wp-block-image,
body.portfolio figure[class="wp-block-image"],
body.page-ourwork .imgFull,
body.page-ourwork figure.wp-block-image,
body.page-ourwork figure[class="wp-block-image"] {
  width: 100%;
  width: calc(100% + 30px);
  text-align: center;
  max-width: none;
  position: relative;
  left: -15px;
  right: -15px;
}
@media only screen and (min-width: 980px) {
  body.portfolio .imgFull,
  body.portfolio figure.wp-block-image,
  body.portfolio figure[class="wp-block-image"],
  body.page-ourwork .imgFull,
  body.page-ourwork figure.wp-block-image,
  body.page-ourwork figure[class="wp-block-image"] {
    width: calc(100% + 60px);
    left: -30px;
    right: -30px;
  }
}

.light-blue {
  color: #7ae3e8;
}

body.page-ourwork {
  background-color: #ffffff;
}
body.page-ourwork > header {
  display: none;
}
body.page-ourwork .portfolio__hero-bg--overlay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC);
  background-size: 8px;
  background-position: top left;
  background-repeat: repeat;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.page-ourwork .portfolio__hero-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px 15px;
  margin-top: 12vh;
  left: 75px;
  height: 88vh;
  min-height: 525px;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 768px) {
  body.page-ourwork .portfolio__hero-content {
    padding: 0 45px 0 30px;
    margin-top: 160px;
    height: auto;
  }
}
body.page-ourwork .portfolio__hero-content--title {
  margin-bottom: 45px;
}
body.page-ourwork .portfolio__hero-content--desc {
  margin-bottom: auto;
}
body.page-ourwork .portfolio__hero-content--desc .select {
  width: 80%;
}
@media only screen and (min-width: 768px) {
  body.page-ourwork .portfolio__hero-content--desc .select {
    width: 100%;
  }
}
@media screen and (min-width: 1144px) {
  body.page-ourwork .portfolio__hero-content--desc .select.filter-client {
    width: 33%;
  }
  body.page-ourwork .portfolio__hero-content--desc .select.filter-service {
    width: 56%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-ourwork .portfolio__hero-content--desc {
    max-width: 500px;
  }
}
body.page-ourwork .portfolio__hero-content .blog-post__hero-content--title {
  margin-left: -6px;
}
body.page-ourwork
  .portfolio__hero-content
  .blog-post__hero-content--title::after {
  margin-left: 6px;
}
@media only screen and (min-width: 980px) {
  body.page-ourwork .portfolio__hero-content .blog-post__hero-content--title {
    margin-left: -11px;
  }
  body.page-ourwork
    .portfolio__hero-content
    .blog-post__hero-content--title::after {
    margin-left: 11px;
  }
}
body.page-ourwork .choose-cat a:hover,
body.page-ourwork .choose-cat a:focus {
  color: #7ae3e8;
}
body.page-ourwork .portfolio__info,
body.page-ourwork .portfolio__items-wrapper {
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body.page-ourwork .portfoluo__items-wrapper {
  min-height: 100vh;
}
body.page-ourwork .portfolio__info {
  position: relative;
  background-color: #0c5366;
  width: 100%;
  min-height: 525px;
}
@media only screen and (min-width: 768px) {
  body.page-ourwork .portfolio__info {
    position: fixed;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    height: 100%;
    max-width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-ourwork .portfolio__info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  body.page-ourwork .portfolio__items-wrapper {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: auto;
    padding-top: 0px;
    min-height: 100vh;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-ourwork .portfolio__items-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
body.page-ourwork .portfolio__item {
  position: relative;
}
body.page-ourwork .portfolio__item-info--inner {
  transform: scale(1);
  transition: 0.35s transform cubic-bezier(0.55, 0.085, 0, 0.99);
}
body.page-ourwork .portfolio__item .portfolio__img-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.35s opacity cubic-bezier(0.55, 0.085, 0, 0.99);
}
body.page-ourwork .portfolio__item.light-theme .portfolio__img-bg:before {
  background-color: rgba(255, 255, 255, 0.2);
}
body.page-ourwork .portfolio__item:hover .portfolio__img-bg:before,
body.page-ourwork .portfolio__item:focus .portfolio__img-bg:before {
  opacity: 1;
}
body.page-ourwork .portfolio__item:hover .portfolio__item-info--inner,
body.page-ourwork .portfolio__item:focus .portfolio__item-info--inner {
  transform: scale(1.05);
}
body.page-ourwork .portfolio__img-bg {
  line-height: 0;
  position: relative;
  z-index: 1;
  contain: paint;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  body.page-ourwork .portfolio__img-bg {
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  body.page-ourwork .portfolio__img-bg img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
body.page-ourwork .portfolio__item-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
body.page-ourwork .portfolio__item-info--inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  height: auto;
  padding: 15px;
  text-align: center;
}
body.page-ourwork .portfolio__desc {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
body.page-ourwork .portfolio__btn {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #ffa300;
  font-size: 30px;
}

.portfolio .wp-block-columns {
  max-width: 80%;
  margin-left: 0px !important;
  margin-right: auto;
}

.portfolio .wp-block-columns p strong {
  font-weight: 600;
}

.portfolio .wp-block-pullquote {
  padding-top: 0px;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  text-transform: none;
}

.portfolio .blog-post__hero-content--title {
  margin-bottom: 30px;
  color: #ffffff;
}

.portfolio__hero-content--desc {
  color: #ffffff;
  margin-bottom: auto;
}

.page-connect #main {
  padding-top: 0 !important;
}
.page-connect .lets-connect {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-connect .entry-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 1300px;
    padding-top: 30px;
    margin-bottom: 100px;
  }
  .page-connect .entry-content .wp-block-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-connect .entry-content .nf-form-cont,
  .page-connect .entry-content > p:first-child {
    padding-right: 92px;
  }
  .page-connect .entry-content .nf-form-cont,
  .page-connect .entry-content .wp-block-columns,
  .page-connect .entry-content .wp-block-column,
  .page-connect .entry-content > p:first-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-connect .entry-content > p:first-child {
    -ms-flex-order: -2;
    order: -2;
  }
  .page-connect .entry-content .nf-form-cont {
    -ms-flex-order: -1;
    order: -1;
  }
  .page-connect .entry-content .wp-block-column {
    margin: 0px;
    padding-right: 25px;
  }
}

.page-template-page-assocconnect .menuBtn {
  display: none;
}

.aconn_topmenu .container {
  padding-left: 0px;
  padding-right: 0px;
}

.aconn_topmenu a.aconn-contactlink {
  background-color: #ffa300;
  color: #ffffff;
  padding: 8px 20px 8px 20px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 14px;
}

.aconn_topmenu .aconn-linkright {
  text-align: right;
}

.aconn_topmenu a.aconn-ygslink {
  background-color: transparent;
  color: #354055;
  padding: 8px 20px 8px 20px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 14px;
  border: 1px solid #ffa300;
  text-transform: inherit;
}

body.page-template-page-assocconnect,
body.page-template-page-corpconnect {
  background-color: #f7f7f7;
}
body.page-template-page-assocconnect [type="button"]:hover,
body.page-template-page-assocconnect [type="button"]:focus,
body.page-template-page-corpconnect [type="button"]:hover,
body.page-template-page-corpconnect [type="button"]:focus {
  background-color: inherit !important;
}
body.page-template-page-assocconnect > header,
body.page-template-page-corpconnect > header {
  display: none;
}
body.page-template-page-assocconnect main,
body.page-template-page-corpconnect main {
  overflow-x: inherit;
}
body.page-template-page-assocconnect main section,
body.page-template-page-corpconnect main section {
  overflow-x: hidden;
}
body.page-template-page-assocconnect .hero__logo,
body.page-template-page-corpconnect .hero__logo {
  display: none;
}
body.page-template-page-assocconnect .aconn_topmenu,
body.page-template-page-corpconnect .aconn_topmenu {
  height: 75px;
  background-color: #f7f7f7;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}
body.page-template-page-assocconnect .lets-connect,
body.page-template-page-corpconnect .lets-connect {
  display: none;
}
body.page-template-page-assocconnect .scroller,
body.page-template-page-corpconnect .scroller {
  height: 200px;
  width: 100%;
  max-width: 1400px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.page-template-page-assocconnect .scroller .blog-content__item,
body.page-template-page-corpconnect .scroller .blog-content__item {
  height: 200px;
  width: 260px;
  display: inline-block;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
}
body.page-template-page-assocconnect .scroller .blog-content__item--inner,
body.page-template-page-corpconnect .scroller .blog-content__item--inner {
  max-height: 200px;
  background-color: #ffffff;
  height: 200px;
  width: 260px;
  margin: 0px;
  padding: 8px;
}
@media screen and (max-width: 480px) {
  body.page-template-page-assocconnect .scroller .blog-content__item--inner,
  body.page-template-page-corpconnect .scroller .blog-content__item--inner {
    width: 100%;
    padding: 5px;
  }
}
body.page-template-page-assocconnect .scroller .blog-content__tag,
body.page-template-page-corpconnect .scroller .blog-content__tag {
  color: #ffa300;
  font-size: 12px;
  list-style: n;
}
body.page-template-page-assocconnect .scroller .blog-content__item--title,
body.page-template-page-corpconnect .scroller .blog-content__item--title {
  color: #354055;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
body.page-template-page-assocconnect .scroller .blog-content__item--title a,
body.page-template-page-corpconnect .scroller .blog-content__item--title a {
  color: #354055;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
body.page-template-page-assocconnect
  .scroller
  .video-post
  .blog-content__item--title
  a,
body.page-template-page-corpconnect
  .scroller
  .video-post
  .blog-content__item--title
  a {
  color: #ffffff;
}
body.page-template-page-assocconnect .scroller .blog-content__item--author,
body.page-template-page-corpconnect .scroller .blog-content__item--author {
  font-size: 12px;
  color: #354055;
  text-align: left;
}
body.page-template-page-assocconnect .blog-filter,
body.page-template-page-corpconnect .blog-filter {
  background-color: #f7f7f7;
  z-index: 6;
}
body.page-template-page-assocconnect .blog-filter .blog-filter__item a,
body.page-template-page-corpconnect .blog-filter .blog-filter__item a {
  color: #354055;
}
body.page-template-page-assocconnect .blog-filter li.active,
body.page-template-page-corpconnect .blog-filter li.active {
  border-bottom: 3px solid #ffa300;
}
body.page-template-page-assocconnect .blog-filter .blog-filter__item.active a,
body.page-template-page-corpconnect .blog-filter .blog-filter__item.active a {
  color: #354055;
}
body.page-template-page-assocconnect .blog-content .container,
body.page-template-page-corpconnect .blog-content .container {
  padding-left: 0px;
  padding-right: 0px;
}
body.page-template-page-assocconnect .blog-content .blog-content__item--inner,
body.page-template-page-corpconnect .blog-content .blog-content__item--inner {
  font-size: 16px;
  color: #354055;
  background-color: #ffffff;
  margin: 14px 8px;
  max-height: unset;
  height: auto;
  padding-bottom: 15px;
}
body.page-template-page-assocconnect .scroller .blog-content__item--cat,
body.page-template-page-assocconnect .blog-content .blog-content__item--cat,
body.page-template-page-corpconnect .scroller .blog-content__item--cat,
body.page-template-page-corpconnect .blog-content .blog-content__item--cat {
  padding-left: 0;
}
body.page-template-page-assocconnect .blog-content .blog-content__tag,
body.page-template-page-corpconnect .blog-content .blog-content__tag {
  color: #ffa300;
  font-size: 12px;
  list-style: none;
}
body.page-template-page-assocconnect .blog-content .blog-content__item--title,
body.page-template-page-corpconnect .blog-content .blog-content__item--title {
  color: #354055;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  position: relative;
  bottom: inherit;
}
body.page-template-page-assocconnect .blog-content .blog-content__item--title a,
body.page-template-page-corpconnect .blog-content .blog-content__item--title a {
  color: #354055;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
body.page-template-page-assocconnect .video-post .blog-content__item--title a,
body.page-template-page-corpconnect .video-post .blog-content__item--title a {
  color: #ffffff;
}
body.page-template-page-assocconnect .blog-content .blog-content__item--author,
body.page-template-page-corpconnect .blog-content .blog-content__item--author {
  font-size: 12px;
  color: #354055;
}
body.page-template-page-assocconnect .video-post .blog-content__item--author,
body.page-template-page-corpconnect .video-post .blog-content__item--author {
  color: #ffffff;
}
body.page-template-page-assocconnect .blog-content .blog-content__item--copy,
body.page-template-page-corpconnect .blog-content .blog-content__item--copy {
  font-size: 16px;
  color: #354055;
}
body.page-template-page-assocconnect .video-post .blog-content__item--copy,
body.page-template-page-corpconnect .video-post .blog-content__item--copy {
  display: none;
}
body.page-template-page-assocconnect
  .blog-content
  .blog-content__item--copy
  a.blog-content__item--readmore,
body.page-template-page-corpconnect
  .blog-content
  .blog-content__item--copy
  a.blog-content__item--readmore {
  font-weight: bold;
  font-size: 16px;
  color: #354055;
  text-decoration: underline;
}
body.page-template-page-assocconnect .hero-bg--overlay,
body.page-template-page-corpconnect .hero-bg--overlay {
  background: none;
}
body.page-template-page-assocconnect .hero__overlay,
body.page-template-page-corpconnect .hero__overlay {
  background-image: none;
  background: none;
}
body.page-template-page-assocconnect .hero__overlay .hero__content .container,
body.page-template-page-corpconnect .hero__overlay .hero__content .container {
  margin-top: 30px;
  margin-bottom: 80px;
}
body.page-template-page-assocconnect .hero-content,
body.page-template-page-corpconnect .hero-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px 15px;
  margin-top: 12vh;
  left: 75px;
  height: 88vh;
  min-height: 525px;
  width: calc(100% - 75px);
}
@media only screen and (min-width: 768px) {
  body.page-template-page-assocconnect .hero-content,
  body.page-template-page-corpconnect .hero-content {
    padding: 0 45px 0 30px;
    margin-top: 160px;
    height: auto;
  }
}
body.page-template-page-assocconnect .hero-content--title,
body.page-template-page-corpconnect .hero-content--title {
  margin-bottom: 45px;
}
body.page-template-page-assocconnect .hero-content--desc,
body.page-template-page-corpconnect .hero-content--desc {
  margin-bottom: auto;
}
body.page-template-page-assocconnect .hero-content--desc .select,
body.page-template-page-corpconnect .hero-content--desc .select {
  width: 80%;
}
@media only screen and (min-width: 768px) {
  body.page-template-page-assocconnect .hero-content--desc .select,
  body.page-template-page-corpconnect .hero-content--desc .select {
    width: 100%;
  }
}
@media screen and (min-width: 1144px) {
  body.page-template-page-assocconnect
    .hero-content--desc
    .select.filter-client,
  body.page-template-page-corpconnect
    .hero-content--desc
    .select.filter-client {
    width: 33%;
  }
  body.page-template-page-assocconnect
    .hero-content--desc
    .select.filter-service,
  body.page-template-page-corpconnect
    .hero-content--desc
    .select.filter-service {
    width: 56%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-page-assocconnect .hero-content--desc,
  body.page-template-page-corpconnect .hero-content--desc {
    max-width: 500px;
  }
}
body.page-template-page-assocconnect .choose-cat a:hover,
body.page-template-page-assocconnect .choose-cat a:focus,
body.page-template-page-corpconnect .choose-cat a:hover,
body.page-template-page-corpconnect .choose-cat a:focus {
  color: #7ae3e8;
}
body.page-template-page-assocconnect .connect-header,
body.page-template-page-corpconnect .connect-header {
  width: 100%;
  max-width: 550px;
}
body.page-template-page-assocconnect
  .scroller
  .video-post
  .blog-content__item--inner,
body.page-template-page-corpconnect
  .scroller
  .video-post
  .blog-content__item--inner {
  border: 1px solid #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
body.page-template-page-assocconnect
  .scroller
  .video-post
  .blog-content__item--inner
  .blog-content__item--cat,
body.page-template-page-corpconnect
  .scroller
  .video-post
  .blog-content__item--inner
  .blog-content__item--cat {
  display: none;
}
body.page-template-page-assocconnect
  .scroller
  .video-post
  .blog-content__item--inner
  .blog-content__item--title,
body.page-template-page-corpconnect
  .scroller
  .video-post
  .blog-content__item--inner
  .blog-content__item--title {
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.page-template-page-assocconnect
  .scroller
  .video-post
  .blog-content__item--inner
  .blog-content__item--playbtn,
body.page-template-page-corpconnect
  .scroller
  .video-post
  .blog-content__item--inner
  .blog-content__item--playbtn {
  height: 95px;
}
body.page-template-page-assocconnect article,
body.page-template-page-corpconnect article {
  display: grid;
}
body.page-template-page-assocconnect .blog-content__item--featuredimg,
body.page-template-page-corpconnect .blog-content__item--featuredimg {
  line-height: 0px;
}
body.page-template-page-assocconnect
  article:not(.video-post)
  .blog-content__item--inner,
body.page-template-page-corpconnect
  article:not(.video-post)
  .blog-content__item--inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.post-association-connect,
body.post-corporation-connect {
  background-color: #f7f7f7;
}
body.post-association-connect [type="button"]:hover,
body.post-association-connect [type="button"]:focus,
body.post-corporation-connect [type="button"]:hover,
body.post-corporation-connect [type="button"]:focus {
  background-color: inherit !important;
}
body.post-association-connect .hero__overlay,
body.post-corporation-connect .hero__overlay {
  backgroundimage: none;
}
body.post-association-connect > header,
body.post-corporation-connect > header {
  display: none;
}
body.post-association-connect main,
body.post-corporation-connect main {
  overflow-x: hidden;
}
body.post-association-connect .menuBtn,
body.post-corporation-connect .menuBtn {
  display: none;
}
body.post-association-connect .hero,
body.post-corporation-connect .hero {
  background-color: #f7f7f7;
}
body.post-association-connect .hero__logo,
body.post-corporation-connect .hero__logo {
  display: none;
}
body.post-association-connect .aconn_topmenu,
body.post-corporation-connect .aconn_topmenu {
  height: 75px;
  background-color: #354055;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}
body.post-association-connect .lets-connect,
body.post-corporation-connect .lets-connect {
  display: none;
}
body.post-association-connect .hero-bg--overlay,
body.post-corporation-connect .hero-bg--overlay {
  background: none;
}
body.post-association-connect .hero__overlay,
body.post-corporation-connect .hero__overlay {
  background-image: none;
  background: none;
}
body.post-association-connect .aconn_header,
body.post-corporation-connect .aconn_header {
  height: 150px;
  margin-top: 75px;
}
body.post-association-connect main.post-main__association-connect,
body.post-corporation-connect main.post-main__association-connect {
  background-color: #f7f7f7;
}
body.post-association-connect .aconn-linkright a,
body.post-corporation-connect .aconn-linkright a {
  color: #ffffff;
}
body.post-association-connect .blog-post,
body.post-corporation-connect .blog-post {
  top: 0px;
  margin-bottom: 0px;
}
body.post-association-connect .row,
body.post-corporation-connect .row {
  margin-left: 0px;
  margin-right: 0px;
}
body.post-association-connect .blog-content__tag,
body.post-corporation-connect .blog-content__tag {
  color: #ffa300;
  font-size: 18px;
}
body.post-association-connect .blog-post__hero-content--title,
body.post-corporation-connect .blog-post__hero-content--title {
  color: #354055;
  font-size: 52px;
  font-weight: bold;
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
}
body.post-association-connect .content-author .author__right--text,
body.post-corporation-connect .content-author .author__right--text {
  color: #354055;
}
body.post-association-connect .post-aconn-sidebar,
body.post-corporation-connect .post-aconn-sidebar {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.post-association-connect .post-aconn-sidebar,
  body.post-corporation-connect .post-aconn-sidebar {
    display: block;
  }
}
body.post-association-connect .post-aconn-sidebar .related-stories__header,
body.post-corporation-connect .post-aconn-sidebar .related-stories__header {
  color: #bfbfbf;
  margin-top: 35px;
  font-size: 18px;
}
body.post-association-connect .post-aconn-sidebar .blog-content__item--inner,
body.post-corporation-connect .post-aconn-sidebar .blog-content__item--inner {
  background: #ffffff;
  height: auto;
  max-height: 350px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #707070;
}
body.post-association-connect .post-aconn-sidebar .blog-content__tag,
body.post-corporation-connect .post-aconn-sidebar .blog-content__tag {
  font-size: 12px;
  font-weight: bold;
}
body.post-association-connect .post-aconn-sidebar .blog-content__item--title,
body.post-corporation-connect .post-aconn-sidebar .blog-content__item--title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
body.post-association-connect .post-aconn-sidebar .blog-content__item--title a,
body.post-corporation-connect .post-aconn-sidebar .blog-content__item--title a {
  color: #354055;
  font-family: "Montserrat", sans-serif;
}
body.post-association-connect .post-aconn-sidebar .blog-content__item--cat,
body.post-association-connect .post-aconn-sidebar .blog-content__tag,
body.post-association-connect .post-aconn-sidebar .blog-post article ul li,
body.post-association-connect .post-aconn-sidebar .blog-post article ul,
body.post-corporation-connect .post-aconn-sidebar .blog-content__item--cat,
body.post-corporation-connect .post-aconn-sidebar .blog-content__tag,
body.post-corporation-connect .post-aconn-sidebar .blog-post article ul li,
body.post-corporation-connect .post-aconn-sidebar .blog-post article ul {
  margin-left: 0px;
  list-style-type: none;
}
body.post-association-connect .post-aconn-sidebar .blog-content__item--author,
body.post-corporation-connect .post-aconn-sidebar .blog-content__item--author {
  font-size: 12px;
  color: #354055;
  margin-bottom: 32px;
}
body.post-association-connect .post-aconn-sidebar .aconn-moreposts,
body.post-corporation-connect .post-aconn-sidebar .aconn-moreposts {
  text-align: right;
}
body.post-association-connect .post-aconn-sidebar .aconn-moreposts a,
body.post-corporation-connect .post-aconn-sidebar .aconn-moreposts a {
  color: #bfbfbf;
  text-decoration: underline;
}
body.post-association-connect.js-stickybit-parent main,
body.post-corporation-connect.js-stickybit-parent main {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  background: none;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 0;
  display: block;
  opacity: 1;
  width: 100px;
  height: 200px;
  padding: 0;
  z-index: 10;
  /*-webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  */
  cursor: pointer;
  border: none;
  outline: none;
}

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

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

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  height: 200px;
  width: 100px;
  display: block;
  color: #000;
}

.slick-prev {
  text-align: left;
  height: 200px;
  width: 100px;
  display: block;
  left: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: " ";
  background: url(603af2c211d4305963f9.png) center center no-repeat;
}

[dir="rtl"] .slick-prev:before {
  content: " ";
  background: url(773e2699a8504cb72f13.png) center center no-repeat;
}

.slick-next {
  text-align: right;
  height: 200px;
  width: 100px;
  display: block;
  right: 0px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: " ";
  background: url(773e2699a8504cb72f13.png) center center no-repeat;
}

[dir="rtl"] .slick-next:before {
  content: " ";
  background: url(603af2c211d4305963f9.png) center center no-repeat;
}

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

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

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-consumer-reports.js-stickybit-parent #menuBtn {
  position: fixed !important;
}
.page-consumer-reports.js-stickybit-parent .hero__logo {
  margin-top: -15px;
}
.page-consumer-reports.js-stickybit-parent div.reprint__hero {
  box-shadow: inset 0px 87px 0 0 #404040;
}

.page-template-page-store {
  background-color: #f7f7f7;
  overflow-x: hidden;
}
.page-template-page-store .entry-header--wrapper,
.page-template-page-store > header,
.page-template-page-store .hero__logo,
.page-template-page-store .lets-connect,
.page-template-page-store #section__footer {
  display: none;
}
.page-template-page-store .wp-block-image {
  margin-top: 0;
  line-height: 0;
}
.page-template-page-store #section__hero {
  height: 100vh;
}
.page-template-page-store .arrow-divider {
  max-width: 300px;
  margin: auto;
}
.page-template-page-store .background-full,
.page-template-page-store .footer__links {
  position: relative;
  margin: 0;
}
.page-template-page-store .background-full::after,
.page-template-page-store .footer__links::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  top: 0;
  left: 50%;
  z-index: -1;
}
.page-template-page-store .background-full.how-it-works::after,
.page-template-page-store .footer__links.how-it-works::after {
  background-color: #7ae3e8;
}
.page-template-page-store .background-full.wp-block-columns,
.page-template-page-store .footer__links.wp-block-columns {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 4em;
}
.page-template-page-store .footer__links::after {
  background-color: #efefef;
}
.page-template-page-store h2.background-full {
  padding-top: 2em;
}
.page-template-page-store h2.title {
  text-transform: none;
}
@media only screen and (min-width: 1200px) {
  .page-template-page-store h2.title {
    font-size: 45px;
    font-weight: bold;
  }
}
.page-template-page-store .hero h1 {
  font-size: 20px;
  max-width: 880px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .hero h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-store .hero h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-page-store .hero h1 {
    font-size: 65px;
  }
}
.page-template-page-store .hero h1 .h1__small {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.25em;
  letter-spacing: 0;
  text-transform: none;
}
.page-template-page-store .hero h1 .h1__em {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffa300;
}
.page-template-page-store .hero p {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 980px) {
  .page-template-page-store .hero p {
    font-size: 20px;
  }
}
.page-template-page-store .hero .hero__content {
  width: 99.1vw;
  height: 100vh;
}
.page-template-page-store h3 {
  color: #ffa300;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-store h3 {
    font-size: 45px;
  }
}
.page-template-page-store .store--overview {
  padding-top: 3em;
}
.page-template-page-store .how-it-works {
  color: #354055;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .how-it-works {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-store .how-it-works {
    font-size: 32px;
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .has-2-columns.reverse {
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-page-store .has-2-columns.reverse > div:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 32px;
  }
  .page-template-page-store .has-2-columns.reverse > div:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }
}
.page-template-page-store .menuBtn {
  position: fixed !important;
}
.page-template-page-store .topmenu {
  background-color: #ffffff;
  overflow: visible;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 6;
  margin-bottom: -85px;
}
@media only screen and (min-width: 980px) {
  .page-template-page-store .topmenu {
    position: fixed;
    width: 100%;
  }
}
.page-template-page-store .topmenu .container-full {
  width: 80%;
  max-width: 1500px;
  margin: auto;
}
.page-template-page-store .topmenu .col-6-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .topmenu .col-6-m {
    -ms-flex-pack: left;
    justify-content: left;
  }
  .page-template-page-store .topmenu .col-6-m:nth-child(2) {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.page-template-page-store .topmenu__logo {
  max-width: 63px;
  margin-right: 20px;
}
.page-template-page-store .topmenu__btn {
  border: 1px solid #ffa300;
  width: 100%;
  max-width: 314px;
  text-align: center;
  padding: 10px;
}
.page-template-page-store .topmenu__btn:hover {
  background-color: #ffa300;
  color: #ffffff;
}
.page-template-page-store .topmenu__gift-card {
  transform: rotate(11deg);
  z-index: 5;
  margin-top: 15px;
  margin-bottom: -20px;
}
.page-template-page-store h1 div.h1__small span.blue {
  color: #7ae3e8;
  font-size: 1.35em;
}
.page-template-page-store h2 {
  color: #354055;
}
.page-template-page-store .hero__cta--wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #354055;
  padding: 0 25px 0 10px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .hero__cta--wrapper {
    padding: 0;
  }
}
.page-template-page-store .hero__cta--wrapper p,
.page-template-page-store .hero__cta--wrapper a {
  margin: 0;
}
.page-template-page-store .hero__cta--wrapper .heroBtn {
  padding: 0;
  min-height: 50px;
}
.page-template-page-store .hero__cta--wrapper .hero__cta {
  position: relative;
  bottom: 0;
  width: auto;
  height: auto;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .entry-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-store .entry-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-page-store .entry-content p {
    font-size: 20px;
  }
}
.page-template-page-store .entry-content p.half {
  max-width: 482px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .wp-block-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-store .wp-block-column {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-page-store .wp-block-column {
    font-size: 20px;
  }
}
.page-template-page-store .wp-block-column p a {
  font-weight: bold;
  text-decoration: underline;
}
.page-template-page-store .wp-block-column p a:hover {
  color: #ffa300;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-page-store .wp-block-column {
    display: block;
  }
  .store--overview .page-template-page-store .wp-block-column {
    padding-top: 30px;
  }
}
.page-template-page-store .store--click .wp-block-image,
.page-template-page-store .store--save .wp-block-image {
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .store--click .wp-block-image,
  .page-template-page-store .store--save .wp-block-image {
    max-width: 85%;
  }
}
.page-template-page-store .store--click .wp-block-image img,
.page-template-page-store .store--save .wp-block-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .store--click .wp-block-column:nth-child(2),
  .page-template-page-store .store--save .wp-block-column:nth-child(2) {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.page-template-page-store .store--save {
  margin-bottom: 2em;
}
@media only screen and (min-width: 980px) {
  .page-template-page-store .store--save {
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-page-store .store--save {
    margin-bottom: 10em;
  }
}
.page-template-page-store .store--save .wp-block-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store .store--save .wp-block-image {
    margin-bottom: 0px;
  }
}
.page-template-page-store nf-fields-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-template-page-store nf-fields-wrap nf-field {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-page-store nf-fields-wrap nf-field {
    width: 46%;
  }
  .page-template-page-store nf-fields-wrap nf-field:nth-child(n + 9) {
    width: 100%;
  }
}
.page-template-page-store nf-fields-wrap .list-radio-wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-template-page-store nf-fields-wrap .list-radio-wrap ul li {
  padding-right: 20px !important;
}
.page-template-page-store input::-moz-placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.page-template-page-store input:-ms-input-placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.page-template-page-store input::placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.page-template-page-store .nf-field-description {
  color: #ffa300;
  font-weight: bold;
}
.page-template-page-store .nf-field-label label {
  color: #919191;
}
.page-template-page-store #nf-field-68-wrap,
.page-template-page-store #nf-field-60-wrap {
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-template-page-store #nf-field-68-wrap > *,
.page-template-page-store #nf-field-60-wrap > * {
  width: auto;
  -ms-flex-order: unset;
  order: unset;
  padding-right: 1em;
}
@media only screen and (min-width: 980px) {
  .page-template-page-store .footnotes {
    max-width: 75%;
  }
}
.page-template-page-store .footnotes p {
  font-size: 12px;
  line-height: 1.25em;
}
.page-template-page-store .footer__social-links .row {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page-template-page-store .footer__social-link:nth-child(2) img {
  padding-top: 8px;
}
.page-template-page-store .footer__links .row,
.page-template-page-store > footer > .container > .row {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page-template-page-store .img--save {
  -ms-flex-align: start;
  align-items: flex-start;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-page-store section {
    overflow-x: hidden;
  }
}

.sales-rep-entry .wp-block-column:first-of-type {
  margin-top: 15px;
}
.sales-rep-entry .wp-block-embed {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .sales-rep-entry {
    max-height: 1300px;
    padding-top: 30px;
    margin-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sales-rep-entry .wp-block-column:first-of-type {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin: 0;
  }
  .sales-rep-entry .wp-block-column:last-of-type > p {
    font-size: 20px;
  }
}

.hero--mini h1 {
  font-size: 25px;
}
.hero--mini h1 .h1__white {
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.hero--mini h1 .h1__yellow {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffa300;
}

.hero--mini {
  margin-top: -87px;
}
.hero--mini .logo {
  transform-origin: right;
  text-align: end;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero--mini .logo {
    transform-origin: unset;
    -ms-flex-order: unset;
    order: unset;
    width: unset;
  }
}
.hero--mini .hero__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero--mini .hero__content {
    text-align: unset;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: unset;
    justify-content: unset;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .hero--mini .hero__content .hero__mic {
    margin-left: 7%;
  }
  .hero--mini .hero__content > h1 {
    margin: 0 0 0 1%;
    -ms-flex-preferred-size: 72%;
    flex-basis: 72%;
  }
  .hero--mini .hero__content > a {
    height: 33.33%;
  }
}
.hero--mini .hero__mic {
  position: relative;
  max-width: 75px;
  width: 100%;
}
.hero--mini .hero__mic img:nth-child(1) {
  animation: animateOpacity1 8s infinite;
  z-index: 2;
  position: relative;
  filter: drop-shadow(0 0 30px rgba(169, 225, 228, 0.3));
}
.hero--mini .hero__mic img:nth-child(2) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.page-template-page-membership {
  background-color: #ffffff;
  overflow-x: hidden;
}
.page-template-page-membership a.button,
.page-template-page-membership .button a {
  display: inline-block;
  background-color: #ffa300;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 14px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  border: none;
}
.page-template-page-membership a.button:hover,
.page-template-page-membership .button a:hover {
  color: #ffffff !important;
}
.page-template-page-membership .green {
  color: #aafe27 !important;
}
.page-template-page-membership .membershiptopcontent {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-template-page-membership .membershiptopcontent .wp-block-column p {
  font-size: 16px;
}
.page-template-page-membership .wp-block-pullquote {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.page-template-page-membership .wp-block-pullquote::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAARCAYAAAA2cze9AAAABHNCSVQICAgIfAhkiAAAAa5JREFUOE+VVEtSwlAQ7KHCnhsIJxBKXBtPIJZhLZxAOIFwAzyBuE4s8QSO68QynkC8Aa5DMdYEQiUvHzDLSb9+0z2vh2B8XdtZEujEKH/57LYLsDaB3sw6gKHP7pzSP87t/gDAowkWyDRgb5In7zMBF2Y9QtQKebHMkJd0rWc7PrthmqRrO2Vd71XuycvAAvwG7DYKLFkQ6KrAkgef3ZHWU+TFEgF58tlTu/Zf2+4166h/FxBnVMbkFRKxweb6g58X2dk4c4Bu87PJqkzIyyQiGU5CVNW1QF4D9noJlg5IVNwyQnSp09+pnBDovsQSCGQWsDeOPT+3+zMAd2XgXT302e3syItykDkukHHA3kzJ9YmdHiCPva+hpt1/HsKqWp/dlpLLEWCVOxVIWEPt5Ri8zy79i5xA2nkuwUWX6UOgilSaZ4YCUb+LdkmOP+68azuV09dTmtI1ora+mOOa2QZPn2KjjjofGGq85fSiM/umV+V7upE4RNsLrJmZOoH8CGRkJlQTDWBurmYB3teIBkkmMltRL7FgxXubQCtzE5rGagAtWE2tr7EOQ16s0pg//X/M8v+fyw4AAAAASUVORK5CYII=);
  font-size: 65px;
  line-height: 1;
}
.page-template-page-membership .wp-block-pullquote,
.page-template-page-membership .wp-block-pullquote p {
  color: #000;
  text-align: left;
}
.page-template-page-membership .wp-block-pullquote blockquote cite {
  text-align: right;
  display: block;
  width: 100%;
  font-weight: normal;
}
.page-template-page-membership .wp-block-pullquote blockquote cite::before {
  content: "—";
}
.page-template-page-membership blockquote {
  margin-top: 0px;
}
.page-template-page-membership blockquote p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #404040;
}
.page-template-page-membership blockquote strong {
  color: #354055;
}
.page-template-page-membership .entry-header--wrapper,
.page-template-page-membership > header,
.page-template-page-membership .hero__logo,
.page-template-page-membership .lets-connect,
.page-template-page-membership #section__footer {
  display: none;
}
.page-template-page-membership .wp-block-image {
  margin-top: 0;
  line-height: 0;
}
.page-template-page-membership #section__hero {
  height: 100vh;
}
.page-template-page-membership h3 {
  color: pallete(dark-grey);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership h3::before,
  .page-template-page-membership h3::after {
    content: "—";
    color: #aafe27;
    font-weight: bold;
    font-size: 40px;
    vertical-align: middle;
    padding: 0px 8px;
    position: relative;
    top: -4px;
  }
}
.page-template-page-membership .arrow-divider {
  max-width: 300px;
  margin: auto;
}
.page-template-page-membership .background-full,
.page-template-page-membership .footer__links {
  position: relative;
  margin: 0;
}
.page-template-page-membership .background-full::after,
.page-template-page-membership .footer__links::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  top: 0;
  left: 50%;
  z-index: -1;
}
.page-template-page-membership .background-full.how-it-works::after,
.page-template-page-membership .footer__links.how-it-works::after {
  background-color: #7ae3e8;
}
.page-template-page-membership .background-full.wp-block-columns,
.page-template-page-membership .footer__links.wp-block-columns {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 4em;
}
.page-template-page-membership .footer__links::after {
  background-color: #efefef;
}
.page-template-page-membership h2.background-full {
  padding-top: 2em;
}
.page-template-page-membership h2.title {
  text-transform: none;
}
@media only screen and (min-width: 1200px) {
  .page-template-page-membership h2.title {
    font-size: 45px;
    font-weight: bold;
  }
}
.page-template-page-membership .hero h1 {
  font-size: 20px;
  max-width: 880px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .hero h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-membership .hero h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-page-membership .hero h1 {
    font-size: 65px;
  }
}
.page-template-page-membership .hero h1 .h1__small {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0em;
  letter-spacing: 0;
  text-transform: none;
}
.page-template-page-membership .hero h1 .h1__em {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 10px;
  font-size: 0.65em;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .hero h1 .h1__em::before,
  .page-template-page-membership .hero h1 .h1__em::after {
    content: "—";
    color: #aafe27;
    font-weight: bold;
    font-size: 40px;
    position: relative;
    top: -8px;
  }
}
.page-template-page-membership .hero p {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 980px) {
  .page-template-page-membership .hero p {
    font-size: 20px;
  }
}
.page-template-page-membership .hero .hero__content {
  width: 99.1vw;
  height: 100vh;
}
.page-template-page-membership .hero .hero__content img {
  width: 100%;
  max-width: 465px;
  margin-bottom: 20px;
}
.page-template-page-membership h3 {
  color: #354055;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-membership h3 {
    font-size: 45px;
  }
}
.page-template-page-membership .membership__gameplan {
  position: relative;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.page-template-page-membership .membership__gameplan::before {
  content: " ";
  z-index: -1;
  background-color: #f6ffe7;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: -50vw;
  top: 0;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .membership__gameplan {
    background: url(6cef4a6e875356272c99.png) 0px 30px;
    background-repeat: repeat;
    background-repeat: no-repeat;
  }
}
.page-template-page-membership .membership__gameplan h4 {
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  color: #354055;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .membership__gameplan h4 {
    font-size: 28px;
  }
}
.page-template-page-membership .gameplan--para {
  max-width: 805px;
  margin: auto;
  margin-bottom: 1.5em;
  font-weight: 500;
}
.page-template-page-membership .store--overview {
  padding-top: 3em;
}
.page-template-page-membership .how-it-works {
  color: #354055;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .how-it-works {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-membership .how-it-works {
    font-size: 32px;
    margin-bottom: 4em;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .has-2-columns.reverse {
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-page-membership .has-2-columns.reverse > div:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 32px;
  }
  .page-template-page-membership .has-2-columns.reverse > div:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }
}
.page-template-page-membership .menuBtn {
  position: fixed !important;
}
.page-template-page-membership .topmenu {
  background-color: #aafe27;
  overflow: visible;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 6;
  margin-bottom: -85px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 980px) {
  .page-template-page-membership .topmenu {
    position: fixed;
    width: 100%;
  }
}
.page-template-page-membership .topmenu .container-full {
  width: 80%;
  max-width: 1500px;
  margin: auto;
}
.page-template-page-membership .topmenu .col-6-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .topmenu .col-6-m {
    -ms-flex-pack: left;
    justify-content: left;
  }
  .page-template-page-membership .topmenu .col-6-m:nth-child(2) {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.page-template-page-membership .topmenu__logo {
  max-width: 63px;
  margin-right: 20px;
}
.page-template-page-membership .topmenu__btn {
  border: 1px solid #ffffff;
  width: 204px;
  color: #ffffff;
  max-width: 314px;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  margin-left: 28px;
  background-color: #354055;
}
.page-template-page-membership .topmenu__btn:hover {
  background-color: #ffa300;
  color: #ffffff;
}
.page-template-page-membership .topmenu__gift-card {
  transform: rotate(11deg);
  z-index: 5;
  margin-top: 15px;
  margin-bottom: -20px;
}
.page-template-page-membership h1 div.h1__small span.blue {
  color: #7ae3e8;
  font-size: 1.35em;
}
.page-template-page-membership h2 {
  color: #354055;
}
.page-template-page-membership .hero__cta--wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: none;
  padding: 0 25px 0 10px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .hero__cta--wrapper {
    padding: 0;
  }
}
.page-template-page-membership .hero__cta--wrapper p,
.page-template-page-membership .hero__cta--wrapper a {
  margin: 0;
}
.page-template-page-membership .hero__cta--wrapper .heroBtn {
  padding: 0;
  min-height: 50px;
}
.page-template-page-membership .hero__cta--wrapper .hero__cta {
  position: relative;
  bottom: 0;
  width: auto;
  height: auto;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
.page-template-page-membership main {
  overflow-y: hidden;
}
.page-template-page-membership main > article {
  padding-bottom: 0em;
}
.page-template-page-membership .entry-content {
  margin-bottom: 0px;
}
.page-template-page-membership .entry-content p {
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .entry-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-membership .entry-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-page-membership .entry-content p {
    font-size: 20px;
  }
}
.page-template-page-membership .entry-content p.half {
  max-width: 482px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .wp-block-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 980px) {
  .page-template-page-membership .wp-block-column {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-page-membership .wp-block-column {
    font-size: 20px;
  }
}
.page-template-page-membership .wp-block-column p a {
  font-weight: bold;
  text-decoration: underline;
}
.page-template-page-membership .wp-block-column p a.button {
  text-decoration: none;
}
.page-template-page-membership .wp-block-column p a:hover {
  color: #ffa300;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-page-membership .wp-block-column {
    display: block;
  }
  .store--overview .page-template-page-membership .wp-block-column {
    padding-top: 30px;
  }
}
.page-template-page-membership .entry-content .has-3-columns p {
  font-size: 14px;
  line-height: 21px;
}
.page-template-page-membership .entry-content .has-3-columns p a {
  color: #354055;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .entry-content .has-3-columns p {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-page-membership .store--click .wp-block-image,
.page-template-page-membership .store--save .wp-block-image {
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .store--click .wp-block-image,
  .page-template-page-membership .store--save .wp-block-image {
    max-width: 85%;
  }
}
.page-template-page-membership .store--click .wp-block-image img,
.page-template-page-membership .store--save .wp-block-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .store--click .wp-block-column:nth-child(2),
  .page-template-page-membership .store--save .wp-block-column:nth-child(2) {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.page-template-page-membership .wp-block-columns {
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-template-page-membership .store--save {
  margin-bottom: 2em;
}
@media only screen and (min-width: 980px) {
  .page-template-page-membership .store--save {
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-page-membership .store--save {
    margin-bottom: 10em;
  }
}
.page-template-page-membership .store--save .wp-block-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .store--save .wp-block-image {
    margin-bottom: 0px;
  }
}
.page-template-page-membership .nf-form-cont,
.page-template-page-membership .letsHuddleUp--header {
  position: relative;
  box-sizing: border-box;
}
.page-template-page-membership .nf-form-cont::before,
.page-template-page-membership .letsHuddleUp--header::before {
  content: " ";
  z-index: -1;
  background-color: #354055;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: -50vw;
  top: 0;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .letsHuddleUp--header::before {
    background-image: url(6c2e25816dbf067fc728.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
  }
}
.page-template-page-membership .letsHuddleUp--header {
  padding-top: 5em;
  padding-bottom: 2em;
  text-align: left;
}
.page-template-page-membership .letsHuddleUp--header h3 {
  color: #aafe27;
  text-align: left;
  text-transform: none;
  margin-bottom: 0px;
}
.page-template-page-membership .letsHuddleUp--header h3::before,
.page-template-page-membership .letsHuddleUp--header h3::after {
  display: none;
}
.page-template-page-membership .letsHuddleUp--header p:last-child {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.page-template-page-membership .assoc-connect {
  padding-top: 2em;
  margin-bottom: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-page-membership .assoc-connect h3 {
  font-size: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership .assoc-connect h3 {
    font-size: 35px;
  }
}
.page-template-page-membership .assoc-connect .wp-block-column:nth-child(1) {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  text-align: center;
}
.page-template-page-membership .assoc-connect .wp-block-column:nth-child(2) {
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
  text-align: center;
}
.page-template-page-membership .assoc-insights {
  margin-bottom: 5em;
}
.page-template-page-membership .assoc-insights h4 a {
  display: block;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5em;
  color: #354055;
  padding-bottom: 15px;
  text-transform: none;
}
.page-template-page-membership .assoc-insights h4 a:hover {
  color: #ffa300;
  text-decoration: underline;
}
.page-template-page-membership .nf-response-msg p {
  color: #ffffff !important;
}
.page-template-page-membership nf-fields-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-template-page-membership nf-fields-wrap nf-field {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-page-membership nf-fields-wrap nf-field {
    width: 46%;
  }
  .page-template-page-membership nf-fields-wrap nf-field:nth-child(n + 9) {
    width: 100%;
  }
}
.page-template-page-membership nf-fields-wrap .list-radio-wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-template-page-membership nf-fields-wrap .list-radio-wrap ul li {
  padding-right: 20px !important;
}
.page-template-page-membership nf-fields-wrap p,
.page-template-page-membership nf-fields-wrap a {
  color: #ffffff;
}
.page-template-page-membership .nf-field-element p {
  color: #ffffff;
  padding-bottom: 1em;
}
.page-template-page-membership .nf-form-fields-required,
.page-template-page-membership .nf-form-fields-required span {
  color: #ffffff;
}
.page-template-page-membership input::-moz-placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.page-template-page-membership input:-ms-input-placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.page-template-page-membership input::placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.page-template-page-membership .nf-field-description {
  color: #ffa300;
  font-weight: bold;
}
.page-template-page-membership .nf-field-label label {
  color: #919191;
}
.page-template-page-membership #nf-field-68-wrap,
.page-template-page-membership #nf-field-60-wrap {
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-template-page-membership #nf-field-68-wrap > *,
.page-template-page-membership #nf-field-60-wrap > * {
  width: auto;
  -ms-flex-order: unset;
  order: unset;
  padding-right: 1em;
}
@media only screen and (min-width: 980px) {
  .page-template-page-membership .footnotes {
    max-width: 75%;
  }
}
.page-template-page-membership .footnotes p {
  font-size: 12px;
  line-height: 1.25em;
}
.page-template-page-membership .footer__social-links .row {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page-template-page-membership .footer__social-link:nth-child(2) img {
  padding-top: 8px;
}
.page-template-page-membership .footer__links .row,
.page-template-page-membership > footer > .container > .row {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page-template-page-membership .img--save {
  -ms-flex-align: start;
  align-items: flex-start;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-page-membership section {
    overflow-x: hidden;
  }
}

.navbar {
  left: 0;
  position: absolute;
  padding: 1rem 0 0 5rem;
  top: 0;
  width: 100%;
  z-index: 4;
}
.navbar__logo-image {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .navbar {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 980px) {
  .navbar {
    padding-left: 7rem;
  }
}

.error404 {
  background-color: #404040;
  color: #ffffff;
}
.error404 header,
.error404 br {
  display: none !important;
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}
.error404 .hero__overlay {
  background: none;
}
.error404 #gamecontainer,
.error404 canvas {
  width: 100% !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.error404 main {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUdwTAAAABMTEyQkABsbFBkZGR0dEwAAAAAAABkZGQAAABsbGBsbGBkZGRUVFRsbFgAAAAAAABkZGRkZFhwcFRoaGJm2hccAAAAWdFJOUwAFDQclRxoCBh4BVGdaGG8EBzJFJIdKDiQaAAAAM0lEQVQI12NgYxVhAAMhUWEIg42VBcJgFxRgYOfjhHA4uHkgDGZefi6INCdQHSMTB5gDACzmARYy2pkVAAAAAElFTkSuQmCC);
  background-size: 8px;
  background-position: top left;
  background-repeat: repeat;
  background-color: transparent;
  padding-bottom: 100px;
}

@media all and (-ms-high-contrast: none) {
  .hero {
    width: 99.1vw;
  }
  .hero__content {
    width: 97vw;
  }
  .hero__cta {
    width: 100%;
    left: 0px;
  }
  aside.menu li {
    line-height: 2.5em;
  }
  .clients ul li a {
    transform: scale(0.5);
    transform-origin: left;
  }
  .services__item-desc,
  .services__item-icon {
    height: 140px;
  }
  footer {
    margin-bottom: -6px;
  }
  footer .footer__social-links {
    -ms-flex-order: 1;
    order: 1;
  }
  footer .footer__links--business {
    -ms-flex-order: 2;
    order: 2;
  }
  footer .footer__links--copyright {
    -ms-flex-order: 3;
    order: 3;
  }
  footer .footer__social-link {
    min-height: 48px;
  }
  .page-connect .entry-content {
    overflow: auto;
    display: block;
  }
  .page-connect .nf-form-cont,
  .page-connect .wp-block-columns {
    width: 50%;
  }
  .page-connect .nf-form-cont {
    float: left;
  }
  .page-connect .wp-block-columns {
    float: right;
  }
}

.page-id-4288 .logo {
  display: none !important;
}
