/*
 * Box-sizing for all!!!
 */
*, *::before, *::after {
  box-sizing: border-box; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

input[type=submit] {
  outline: 0 none; }

.clear:before,
.clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

svg {
  max-height: 100%; }

img, svg {
  max-width: 100%; }

.contain_small {
  max-width: 50em;
  margin: 0 auto; }

.contain {
  max-width: 65em;
  margin: 0 auto; }

.contain_large {
  max-width: 78.75em;
  margin: 0 auto;
}

.contain_xlarge {
  max-width: 100em;
  margin: 0 auto;
}

.even-columns {
  display: grid;
  gap: 1rem;
}
/* even-column desktop */
@media (min-width: 50em) {
  .even-columns {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}

a {
  text-decoration: none;
  color: #6ba141;
  cursor: pointer; }

span a:hover {
  border-bottom: 1px solid #8dc63f; }

body, input, textarea, button {
  font-family: AvenirNextLTPro-Regular;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: AvenirNextLTPro-UltLt;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

h2 {
  font-family: AvenirNextLTPro-Bold;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

h3, h4, h5, h6 {
  font-family: AvenirNextLTPro-Medium;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
  margin-top: 0; }

.all-caps {
  text-transform: uppercase;
}

.list {
  list-style-type: none;
  margin: 2em 0 0;
  padding: 0; }
.list li {
  display: block;
  position: relative;
  padding-left: 2em;
  line-height: 1.5em;
  color: #213f50;
  margin-bottom: 1.5em;
}
.list li:last-child {
  margin-bottom: 0; }
.list li::before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: .4em;
  height: .4em;
  background: #cce190;
}

header.global {
  overflow: hidden;
  position: relative;
  padding: 2em 1em;
  background: #eef2f4;
  transition: padding-top .3s ease-in-out; }
  header.global .logo {
    position: relative;
    float: left;
    width: 13.125em;
    height: 2.125em; }
  header.global .nav_trigger {
    float: right;
    width: 1.25em;
    height: 1.25em;
    opacity: .5;
    margin-top: .5em;
    transition: opacity .3s ease; }
    header.global .nav_trigger:hover {
      opacity: .7; }
  header.global .sign_in {
    display: none;
    float: right;
    margin-top: .35em; }
    header.global .sign_in .sign_in_btn {
      font-family: AvenirNextLTPro-Demi;
      font-style: normal;
      font-weight: normal;
      float: left;
      margin-right: 1.5em;
      padding: .5em 1.5em;
      letter-spacing: 1px;
      font-size: .7em;
      color: #82949d;
      text-transform: uppercase;
      text-decoration: none;
      background: rgba(130, 148, 157, 0.25);
      border-radius: 3em;
      transition: background .3s ease; }
      header.global .sign_in .sign_in_btn:hover {
        background: rgba(130, 148, 157, 0.35); }
  header.global nav.main {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: #8dc63f;
    border-bottom: 1px solid rgba(107, 161, 65, 0.5);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: transform .3s ease-in-out, opacity .3s .3s ease; }
    header.global nav.main ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transition: transform .3s ease-in-out; }
      header.global nav.main ul li {
        display: block;
        text-align: center; }
        header.global nav.main ul li a {
          font-family: AvenirNextLTPro-Medium;
          font-style: normal;
          font-weight: normal;
          display: block;
          padding: .5em 1em;
          color: white;
          text-decoration: none;
          text-transform: uppercase;
          transition: background-color .3s ease; }
          header.global nav.main ul li a:hover {
            background: rgba(107, 161, 65, 0.25); }
        header.global nav.main ul li:first-child a {
          padding-top: 1em; }
        header.global nav.main ul li:last-child a {
          padding-bottom: 1em; }
  header.global.nav--on {
    padding-top: 13.75em;
    transition: padding-top .3s ease-in-out; }
    header.global.nav--on nav.main {
      opacity: 1;
      transform: translateY(0);
        -webkit-transform: translateY(0);
      transition: transform .3s .1s ease-in-out, opacity 0; }
      header.global.nav--on nav.main ul {
        transform: translateY(0);
          -webkit-transform: translateY(0);
        transition: transform .3s .15s ease-in-out; }
  @media (min-width: 25.625em) {
    header.global .sign_in {
      display: block; }
    header.global nav.main ul li.sign_in_link {
      display: none; }
    header.global.nav--on {
      padding-top: 9.0625em; }
      header.loggedin.nav--on {
          padding-top: 14em; } }
  @media (min-width: 35em) {
    header.global nav.main ul li {
      float: left;
      width: 33.3333%;
      border-right: 1px solid rgba(107, 161, 65, 0.5); }
      header.loggedin nav.main ul li {
          width: 20%;
          font-size:.7em;
      }
      header.global nav.main ul li a {
        padding: 1em;
        color: white; }
      header.global nav.main ul li:last-child {
        border-right: none; }
    header.global.nav--on {
      padding-top: 5.625em; }
      header.loggedin.nav--on {
          padding-top: 4.7125em; }}
  @media (min-width: 45em) {
    header.global nav.main {
      transition: transform .3s ease-in-out; } }
  @media (min-width: 45.75em) {
    header.global .logo {
      top: .25em; }
    header.global .nav_trigger {
      display: none; }
    header.global .sign_in {
      margin-top: .235em; }
    header.global .sign_in .sign_in_btn {
      margin-right: 0;
      margin-left: 2em; }
    header.global nav.main {
      opacity: 1;
      position: relative;
      float: right;
      top: auto;
      left: auto;
      width: auto;
      background: none;
      border-bottom: none;
      transform: translateY(0);
        -webkit-transform: translateY(0);
      transition: none;
      margin-top: .235em;
      transition: none; }
      header.global nav.main ul li {
        width: auto;
        border-right: none;
        padding: 0 1.25em;
      font-size:1em;}
        header.global nav.main ul li a {
          font-family: AvenirNextLTPro-Demi;
          font-style: normal;
          font-weight: normal;
          letter-spacing: 1px;
          padding: .5em 0;
          font-size: .7em;
          color: #82949d;
          text-transform: uppercase;
          text-decoration: none;
          transition: color .3s ease; }
          header.global nav.main ul li a:hover {
            background: none;
            color: #6ba141; }
        header.global nav.main ul li:nth-child(2) {
          width: auto; }
        header.global nav.main ul li:first-child a, header.global nav.main ul li:last-child a {
          padding: .5em 0; }
    header.global.nav--on {
      padding-top: 2em; } }
  @media (min-width: 62.5em) {
    header.global {
      padding: 3.75em 1em 3em; }
      header.global.nav--on {
        padding-top: 3.75em; } }

@media (min-width: 45.75em) {
  body header.global nav.main ul li a {
    position: relative; }
    body header.global nav.main ul li a::after {
      display: none;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 2px solid #6ba141; }
  body.technologies_body header.global nav.main ul li.technologies_link a::after {
    display: block; }
  body.solutions_body header.global nav.main ul li.solutions_link a::after {
    display: block; }
  body.company_body header.global nav.main ul li.company_link a::after {
    display: block; } }

.hero {
  background-size: cover; }
  .hero.home {
    padding: 4em 1em 6em;
    background-color: rgba(0, 0, 0, 0.4);
  }
    .hero.home h1 {
      position: relative;
      font-size: 2.25em;
      color: white;
      padding-bottom: .9em;
      margin-bottom: .9em;
      line-height: 1.125em;
      font-weight: bold; }
      .hero.home h1::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 1em;
        border-bottom: 6px solid #abbdc6; }
    .hero.home p {
      color: white;
      font-size: 1em;
      line-height: 1.5em;
      margin-bottom: 4em;
      max-width: 24.444444444em; }
    .hero.home .hero_btn {
      display: inline-block;
      color: white;
      font-family: AvenirNextLTPro-Demi;
      font-style: normal;
      font-weight: normal;
      letter-spacing: .75px;
      font-size: .6875em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 1em 1.75em;
      border-radius: 3em;
      background-color: #3b92ba;
      transition: background-color .3s ease;
      margin: 5px; }
      .hero.home .hero_btn:hover {
        background-color: #2f7493; }
  .hero.inner {
    padding: 4em 1em;
    color: #213f50; }
    .hero.inner h1 {
      font-size: 2em; }
    .hero.inner p {
      font-size: 1.125em;
      line-height: 1.75em;
      margin-bottom: 1.5em; }
      .hero.inner p:last-child {
        margin-bottom: 0; }
  .hero.solutions {
    padding-bottom: 16.5em; }
  .hero_content > #heroVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow-x: hidden;
    max-width: 100%;
  }
  .hero_content > #heroVideo video {
    overflow-x: hidden;
    background-size: cover;
  }

  .hero_content > .hero_links .hero_btn:first-child{
    margin-right: 15px;
  }

  @media (min-width: 45.75em) {
    .hero.home {
      padding: 6em 1em 8em; }
      .hero.home h1 {
        font-size: 3em; }
      .hero.home p {
        font-size: 1.125em; }
    .hero.inner {
      padding: 8.5em 1em; }
      .hero.inner h1 {
        font-size: 3.75em; }
    .hero.solutions {
      padding-bottom: 21em; }
  }
  @media (min-width: 62.5em) {
    .hero.home {
      padding: 7.25em 1em 9.375em; }
      .hero.home h1 {
        font-size: 3.75em; }
    .hero.inner {
      overflow: hidden; }
      .hero.inner h1 {
        float: left;
        width: 47%; }
      .hero.inner .hero_copy {
        float: right;
        width: 53%; }
  }

.partner_bar {
  background: #eef2f4;
  padding: 4em 1em; }
  .partner_bar h3 {
    font-family: AvenirNextLTPro-Demi;
    font-style: normal;
    font-weight: normal;
    color: #82949d;
    font-size: .6875em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.25em; }
  .partner_bar ul {
    list-style-type: none;
    margin: 0;
    padding: .5em 0;
    text-align: center; }
    .partner_bar ul li {
      display: inline-block;
      margin: 0 .75em;
      padding: .5em 0; }
      .partner_bar ul li img {
        height: 2.5625em; }
      .partner_bar ul li.berry {
        width: 5.1875em; }
      .partner_bar ul li.yell {
        width: 5.8125em; }
      .partner_bar ul li.yellowbook {
        width: 10em; }
      .partner_bar ul li.paginas {
        width: 6.625em; }
      .partner_bar ul li.localsearch {
        width: 7.625em; }
  @media (min-width: 35em) {
    .partner_bar ul li {
      margin: 0 1em; } }
  @media (min-width: 50em) {
    .partner_bar ul li {
      margin: 0 1.7em; } }

  .partner_bar .contain {
      overflow: hidden;
      position: relative;
  }

.partner_bar .contain .slider-wrapper:before,
.partner_bar .contain .slider-wrapper:after {
    background: linear-gradient(to right,  rgba(238, 242, 244, 1) 0%,rgba(238, 242, 244, 0) 100%);
}

.button {
  color: white;
  font-family: AvenirNextLTPro-Demi;
  font-style: normal;
  font-weight: normal;
  letter-spacing: .75px;
  font-size: .6875em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 1.75em;
  border-radius: 3em;
  background-color: #3b92ba;
  transition: background-color .3s ease;
  cursor:pointer; }
  .button:hover {
    background-color: #2f7493; }

.section_head {
  position: relative;
  padding-bottom: 4em;
  margin-bottom: 7em; }
  .section_head h2 {
    font-family: AvenirNextLTPro-UltLt;
    font-style: normal;
    font-weight: normal;
    font-size: 2.25em;
    line-height: 1.125em;
    margin: 0;
    max-width: 12em; }
  .section_head .button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block; }
  @media (min-width: 51.875em) {
    .section_head {
      padding-bottom: 0;
      padding-right: 15.625em; }
      .section_head .button {
        top: 50%;
        bottom: auto;
        left: auto;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);} }

.solutions_promo {
  background: white;
  padding: 6em 1em; }
  .solutions_promo .solutions_list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .solutions_promo .solutions_list li {
      position: relative;
      display: block;
      margin-bottom: 4em;
      max-width: 33.125em; text-align: center; }
      .solutions_promo .solutions_list li:last-child {
        margin-bottom: 0; }
      .solutions_promo .solutions_list li img {
        margin-bottom: 1.5em; }
      .solutions_promo .solutions_list li h3 {
        position: relative;
        font-family: AvenirNextLTPro-Medium;
        font-style: normal;
        font-weight: normal;
        font-size: 1.25em;
        margin-bottom: 1.5em;
        padding-bottom: 2em; }
        .solutions_promo .solutions_list li h3::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 3.125em;
          border-bottom: 6px solid #abbdc6;
          margin-left:-1.5625em;  }
        .solutions_promo .solutions_list li h3 a {
          color: #213f50;
          text-decoration: none;
          transition: color .3s ease; }
          .solutions_promo .solutions_list li h3 a:hover {
            color: #6ba141; }
      .solutions_promo .solutions_list li p {
        color: #213f50;
        line-height: 1.5em;
        margin-bottom: 0; }
  @media (min-width: 30em) {
    .solutions_promo .solutions_list li {
      margin:0 auto 4em auto; }
    }
  @media (min-width: 51.875em) {
    .solutions_promo .solutions_list {
      overflow: hidden; }
      .solutions_promo .solutions_list li {
        float: left;
        width: 31%;
        margin-right: 3.5%;
        padding-left: 0;
        margin-bottom: 0; }
        .solutions_promo .solutions_list li:last-child {
          margin-right: 0; }
        .solutions_promo .solutions_list li img {
          position: relative;
          top: auto;
          left: auto; } }
  @media (min-width: 65em) {
    .solutions_promo .solutions_list li {
      width: 30%;
      margin-right: 5%; } }

.technologies_home {
  overflow: hidden;
  background: white url(../images/divider_horizontal.webp) no-repeat top center;
  padding: 6em 1em 0; }
  .technologies_home .section_head h2 {
    max-width: 14em; }

.technologies_page {
  overflow: hidden;
  padding: 0 1em; }
  @media (min-width: 48.75em) {
    .technologies_page {
      padding: 0 1em; } }

.technologies_block {
  position: relative;
  text-align: center; }
  .technologies_block .technologies_content {
    position: relative;
    z-index: 2; }

  #syndication-carousel.technologies_block {
    margin-bottom: 2.5em;
    margin-top: 5em;
  }
  @media (min-width: 50em) {
    #syndication-carousel.technologies_block  {
      margin-top: 0;
    }
  }

  .technologies_block h3 {
    position: relative;
    font-family: AvenirNextLTPro-Bold;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #213f50;
    margin-bottom: 1em;
    padding-bottom: 1.5em; }
    .technologies_block h3::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 2.083333333em;
      border-bottom: 6px solid #abbdc6;
      transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
  .technologies_block p {
    font-size: 1.125em;
    line-height: 1.5em;
    color: #213f50;
    margin-bottom: 0; }
  .technologies_block .tech_list {
    list-style-type: none;
    margin: 2em 0 0;
    padding: 0; }
    .technologies_block .tech_list li {
      display: block;
      position: relative;
      padding-left: 2em;
      line-height: 1.5em;
      color: #213f50;
      margin-bottom: 1.5em; }
      .technologies_block .tech_list li:last-child {
        margin-bottom: 0; }
      .technologies_block .tech_list li::before {
        content: "";
        position: absolute;
        top: .4em;
        left: 0;
        width: .4em;
        height: .4em;
        background: #cce190; }
  .technologies_page .technologies_block {
    text-align: left; }
    .technologies_page .technologies_block h3::after {
      left: 0;
      transform: none;
        -webkit-transform: none;}
  .technologies_block .button {
    display: block;
    margin: 4em auto 0;
    width: 13em;
    text-align: center;
    border-radius: 3em; }
  .technologies_block.syndication {
    padding: 0 1em 70%; }
    .technologies_block.syndication::before {
      content: "";
      position: absolute;
      z-index: 0;
      bottom: 0;
      left: 50%;
      width: 150%;
      padding-top: 100%;
      background: url(../images/syndication_graphic.webp) no-repeat center;
      background-size: contain;
      transform: translate(-50%, 40%);
        -webkit-transform: translate(-50%, 40%);}
  .technologies_block.tech_syndication {
    text-align: left;
    padding: 6em 0 75%; }
    .technologies_block.tech_syndication::before {
      content: "";
      position: absolute;
      z-index: 0;
      bottom: 0;
      left: 50%;
      width: 90%;
      padding-top: 100%;
      background: url(../images/syndication_2_graphic.webp) no-repeat center;
      background-size: contain;
      transform: translate(-50%, 18%);
      -webkit-transform: translate(-50%, 18%); }
  .technologies_block.adexpert {
    z-index: 2;
    padding: 7.5em 1em 40%;
    background: white url(../images/adexpert_graphic.webp) no-repeat right bottom;
    background-size: 150%;
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1); }
    .technologies_block.adexpert .adexpert_key {
      list-style-type: none;
      margin: 2.5em 0;
      padding: 0;
      text-align: left; }
      .technologies_block.adexpert .adexpert_key li {
        position: relative;
        display: block;
        font-family: AvenirNextLTPro-Demi;
        font-style: normal;
        font-weight: normal;
        padding: .5em 0 .5em 2em;
        text-transform: uppercase;
        color: #82949d;
        font-size: .6875em; }
        .technologies_block.adexpert .adexpert_key li::before {
          content: "";
          position: absolute;
          top: .5em;
          left: 0;
          width: 1em;
          height: 1em;
          border-radius: 50%; }
        .technologies_block.adexpert .adexpert_key li.web::before {
          background: #61a8c7; }
        .technologies_block.adexpert .adexpert_key li.social::before {
          background: #a4d165; }
        .technologies_block.adexpert .adexpert_key li.mobile::before {
          background: #d5dde2; }
        .technologies_block.adexpert .adexpert_key li.search::before {
          background: #0E92D1; }
        .technologies_block.adexpert .adexpert_key li.video::before {
          background: #D1770A; }
        .technologies_block.adexpert .adexpert_key li.native::before {
          background: #8f9497; }
  .technologies_block.tech_adbuilder {
    z-index: 2;
    padding: 4.5em 1.5em;
    background: white;
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1); }
    .technologies_block.tech_adbuilder .adbuilder_graphic {
      display: block;
      width: 100%;
      max-width: 30.1875em;
      margin: 3em auto 0; }
      .technologies_block.tech_adbuilder .adbuilder_graphic .graphic_contain {
        width: 100%;
        position: relative;
        padding-top: 105.3830228%; }
      .technologies_block.tech_adbuilder .adbuilder_graphic ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .technologies_block.tech_adbuilder .adbuilder_graphic ul li {
          position: absolute;
          z-index: 2;
          font-size: .625em;
          width: 15em;
          color: #82949d;
          text-transform: uppercase;
          line-height: 1.5em;
          background: white;
          text-align: center;
          transform: translateX(-50%);
            -webkit-transform: translateX(-50%);}
          .technologies_block.tech_adbuilder .adbuilder_graphic ul li.messaging {
            bottom: 94%;
            left: 25.7%; }
          .technologies_block.tech_adbuilder .adbuilder_graphic ul li.automated {
            bottom: 83%;
            left: 78%; }
          .technologies_block.tech_adbuilder .adbuilder_graphic ul li.intelligent {
            top: 95%;
            left: 85.5%; }
          .technologies_block.tech_adbuilder .adbuilder_graphic ul li.functionality {
            top: 90%;
            left: 33%; }
          .technologies_block.tech_adbuilder .adbuilder_graphic ul li.html {
            top: 59%;
            right: 83%;
            height: 30px;
            line-height: 32px;
            width: 7em;
            transform: none;
              -webkit-transform: none;}
      .technologies_block.tech_adbuilder .adbuilder_graphic img {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%; }
  .technologies_block.tech_adexpert {
    padding: 7.5em 0 50%; }
    .technologies_block.tech_adexpert .technologies_content {
      max-width: 50em; }
      .technologies_block.tech_adexpert .technologies_content .tech_list {
        max-width: 27.5em; }
    .technologies_block.tech_adexpert .adexpert_key {
      list-style-type: none;
      margin: 3.5em 0;
      padding: 0;
      text-align: left; }
      .technologies_block.tech_adexpert .adexpert_key li {
        position: relative;
        display: block;
        font-family: AvenirNextLTPro-Demi;
        font-style: normal;
        font-weight: normal;
        padding: .5em 0 .5em 2em;
        text-transform: uppercase;
        color: #82949d;
        font-size: .6875em; }
        .technologies_block.tech_adexpert .adexpert_key li::before {
          content: "";
          position: absolute;
          top: .5em;
          left: 0;
          width: 1em;
          height: 1em;
          border-radius: 50%; }
        .technologies_block.tech_adexpert .adexpert_key li.web::before {
          background: #61a8c7; }
        .technologies_block.tech_adexpert .adexpert_key li.social::before {
          background: #a4d165; }
        .technologies_block.tech_adexpert .adexpert_key li.mobile::before {
          background: #d5dde2; }
    .technologies_block.tech_adexpert::before {
      content: "";
      position: absolute;
      z-index: 0;
      bottom: 0;
      right: -10%;
      width: 120%;
      padding-top: 68%;
      background: url(../images/adexpert_graphic.webp) no-repeat bottom right;
      background-size: 150%; }
  .technologies_block.api {
    padding: 7.5em 1em 22.1153846%; }
    .technologies_block.api .button {
      margin-top: 22.1153846%; }
    .technologies_block.api::before {
      content: "";
      position: absolute;
      z-index: 0;
      bottom: 0;
      left: 50%;
      width: 65em;
      max-width: 100%;
      padding-top: 44.2307692%;
      background: url(../images/api_graphic.webp) no-repeat center bottom;
      background-size: contain;
      transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
  @media (min-width: 48.75em) {
    .technologies_block.syndication, .technologies_block.adexpert {
      text-align: left; }
      .technologies_block.syndication .technologies_content, .technologies_block.adexpert .technologies_content {
        width: 20em; }
      .technologies_block.syndication h3::after, .technologies_block.adexpert h3::after {
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0); }
      .technologies_block.syndication .button, .technologies_block.adexpert .button {
        float: left;
        margin: 4em 0 0; }
    .technologies_block.syndication {
      padding: 6.3492063% 0 16.2698413%; }
      .technologies_block.syndication .technologies_content {
        float: right;
        margin: 0 2em 0 0; }
      .technologies_block.syndication::before {
        top: 0;
        right: 27em;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
        width: 61.9047619%;
        background-position: center top; }
    .technologies_block.tech_syndication {
      padding: 10em 0 16.2698413%; }
      .technologies_block.tech_syndication .technologies_content {
        float: left;
        width: 27.5em;
        margin: 0 2em 0 0; }
      .technologies_block.tech_syndication::before {
        top: 8em;
        left: 33.4375em;
        bottom: auto;
        transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
        width: 86%;
        background-position: center top; }
    .technologies_block.adexpert {
      padding-top: 3.75em;
      background-size: 125%; }
      .technologies_block.adexpert .adexpert_key {
        position: absolute;
        top: 3.75em;
        right: 1em;
        margin: 0; }
        .technologies_block.adexpert .adexpert_key li {
          float: left;
          margin-left: 2em; }
    .technologies_block.tech_adbuilder {
      position: relative;
      padding: 12% 1.5em; }
      .technologies_block.tech_adbuilder .technologies_content {
        padding-left: 55%;
        margin-bottom: 0; }
      .technologies_block.tech_adbuilder .adbuilder_graphic {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        max-width: 48.5%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
    .technologies_block.tech_adexpert {
      padding: 7.5em 0 20%; }
      .technologies_block.tech_adexpert::before {
        content: "";
        position: absolute;
        z-index: 0;
        bottom: 0;
        right: -10%;
        width: 120%;
        padding-top: 41%;
        background: url(../images/adexpert_graphic.webp) no-repeat bottom right;
        background-size: contain; } }
  @media (min-width: 58em) {
    .technologies_block.tech_adexpert {
      padding: 7.5em 0 30%; }
      .technologies_block.tech_adexpert .adexpert_key {
        position: absolute;
        top: 30em;
        right: 1em;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr); }
        .technologies_block.tech_adexpert .adexpert_key li {
          float: left;
          margin-left: 2em; } }
  @media (min-width: 60em) {
    .technologies_block.syndication .technologies_content {
      margin: 0 6.875em 0 0; }
    .technologies_block.syndication::before {
      right: 35em; }
    .technologies_block.tech_syndication .technologies_content {
      margin: 0 6.875em 0 0; }
    .technologies_block.tech_syndication::before {
      right: 35em; }
    .technologies_block.adexpert {
      padding: 7.5em 6.25em 40%;
      background-size: 100%; }
      .technologies_block.adexpert .adexpert_key {
        position: absolute;
        top: 7.5em;
        right: 6.25em;
        margin: 0; }
        .technologies_block.adexpert .adexpert_key li {
          margin-left: 3.5em; }
    .technologies_block.tech_adbuilder {
      padding: 12% 8%; }
      .technologies_block.tech_adbuilder .adbuilder_graphic {
        left: -4%; } }
  @media (min-width: 65em) {
    .technologies_block.tech_adexpert .adexpert_key {
      top: 27em; } }
  @media (min-width: 70em) {
    .technologies_block.tech_adexpert {
      padding-bottom: 35%; }
      .technologies_block.tech_adexpert .adexpert_key {
        top: 25em;
        right: 0; }
      .technologies_block.tech_adexpert::before {
        right: -20%;
        width: 140%;
        padding-top: 55%; } }
  @media (min-width: 86em) {
    .technologies_block.tech_adexpert {
      padding-bottom: 40%; }
      .technologies_block.tech_adexpert .adexpert_key {
        top: 20em; }
      .technologies_block.tech_adexpert::before {
        right: -30%;
        width: 160%;
        padding-top: 65%; } }
@media (min-width: 100em) {
    .technologies_block.tech_adexpert::before {
        right: -50%;
        width: 250%;
        padding-top: 65%; } }
@media (min-width: 120em) {
    .technologies_block.tech_adexpert::before {
        right: -60%;
        width: 250%;
        padding-top: 65%; } }

.page_content, .company_jobs {
  padding: 0 1em 5em; }
  .page_content .contain, .company_jobs .contain {
    position: relative; }
  .page_content aside, .company_jobs aside {
    padding-top: 3em; }
    .page_content aside .side_nav, .company_jobs aside .side_nav {
      position: relative; }
      .page_content aside .side_nav .side_nav_trigger, .company_jobs aside .side_nav .side_nav_trigger {
        position: relative;
        display: block;
        width: 100%;
        padding: 1em 3.75em 1em 1em;
        background: #eef2f4;
        color: #213f50;
        text-decoration: none; }
        .page_content aside .side_nav .side_nav_trigger::before, .company_jobs aside .side_nav .side_nav_trigger::before {
          content: "";
          display: block;
          position: absolute;
          top: 15%;
          right: 3.25em;
          height: 70%;
          width: 0;
          border-left: 1px solid rgba(130, 148, 157, 0.5); }
        .page_content aside .side_nav .side_nav_trigger::after, .company_jobs aside .side_nav .side_nav_trigger::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1.25em;
          transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
          border: .45em solid transparent;
          border-top-color: rgba(130, 148, 157, 0.5);
          border-bottom: none;
        }

        .page_content aside .side_nav .side_nav_list, .company_jobs aside .side_nav .side_nav_list {
          position: absolute;
          top: 3.1875em;
          left: 0;
          height: 0;
          overflow: hidden;
          width: 100%;
          list-style-type: none;
          margin: 0;
          padding: 0;
          border-top: none;
          border-bottom: none;
          background: rgba(238, 242, 244, 0.9);
          transition: height .3s ease-in-out;
        }

        .page_content aside .side_nav .side_nav_list li.indent,
        .company_jobs aside .side_nav .side_nav_list li.indent {
            padding-left: 20px;
        }

        .page_content aside .side_nav .side_nav_list li a, .company_jobs aside .side_nav .side_nav_list li a {
          color: #213f50;
          text-decoration: none;
          transition: color .3s ease;
          display: block;
          padding: .75em 1em .5em;
          transition: color .3s ease;
        }

          .page_content aside .side_nav .side_nav_list li a:hover, .company_jobs aside .side_nav .side_nav_list li a:hover {
            color: #8dc63f;
          }
        .page_content aside .side_nav .side_nav_list li.active a, .company_jobs aside .side_nav .side_nav_list li.active a {
          color: #213f50;
        }
          .page_content aside .side_nav .side_nav_list li.active a span, .company_jobs aside .side_nav .side_nav_list li.active a span {
            border-bottom: 2px solid #8dc63f;
          }
        .page_content aside .side_nav .side_nav_list li:first-child a, .company_jobs aside .side_nav .side_nav_list li:first-child a {
          padding-top: 1.5em;
        }
        .page_content aside .side_nav .side_nav_list li:last-child a, .company_jobs aside .side_nav .side_nav_list li:last-child a {
          padding-bottom: 1.5em;
        }
        .page_content aside .side_nav .side_nav_list.side_nav--on, .company_jobs aside .side_nav .side_nav_list.side_nav--on {
          height: 12em;
          overflow: scroll;
          border-top: 1px solid rgba(130, 148, 157, 0.25); }
        .page_content aside .side_nav .side_nav_list.quick_nav li a, .company_jobs aside .side_nav .side_nav_list.quick_nav li a {
          font-family: AvenirNextLTPro-Medium;
          font-style: normal;
          font-weight: normal;
          font-size: .6875em;
          line-height: 1.5em;
          text-transform: uppercase;
          padding: 1em 1.454545455em 1em; }
        .page_content aside .side_nav .side_nav_list.quick_nav li:first-child a, .company_jobs aside .side_nav .side_nav_list.quick_nav li:first-child a {
          padding-top: 2em; }
        .page_content aside .side_nav .side_nav_list.quick_nav li:last-child a, .company_jobs aside .side_nav .side_nav_list.quick_nav li:last-child a {
          padding-bottom: 2em; }
  .page_content .main, .company_jobs .main {
    padding-top: 3em; }
    .page_content .main h1, .company_jobs .main h1 {
      font-family: AvenirNextLTPro-UltLt;
      font-style: normal;
      font-weight: normal;
      font-size: 2.5em;
      color: #213f50; }
    .page_content .main h4, .company_jobs .main h4 {
      font-family: AvenirNextLTPro-Demi;
      font-style: normal;
      font-weight: normal;
      font-size: 1em;
      margin-bottom: .25em;
      line-height: 1.5em;
      color: #213f50; }
    .page_content .main p, .company_jobs .main p, .page_content .main h3.sub {
      color: #213f50;
      line-height: 1.75em;
      margin-bottom: 2em;
    }

    .page_content .main .bullet-list li{
      font-size: .9em;
    }
      .page_content .main p:last-child, .company_jobs .main p:last-child {
        margin-bottom: 0; }
      .page_content .main p a, .company_jobs .main p a {
        text-decoration: none;
        color: #213f50;
        border-bottom: 1px solid #213f50;
        transition: color .3s ease, border-color .3s ease; }
        .page_content .main p a:hover, .company_jobs .main p a:hover {
          color: #8dc63f;
          border-bottom-color: #8dc63f; }
    .page_content .main ul,
    .page_content .main ol,
    .company_jobs .main ul,
    .company_jobs .main ol
    {
      color: #213f50;
      line-height: 1.75em;
      margin-top: -1em;
      margin-bottom: 2em;
    }

    .page_content .main ol.lower-roman,
    .company_jobs .main ol.lower-roman
    {
      list-style-type: lower-roman;
    }

      .page_content .main ul ul, .page_content .main ul ol, .page_content .main ol ul, .page_content .main ol ol, .company_jobs .main ul ul, .company_jobs .main ul ol, .company_jobs .main ol ul, .company_jobs .main ol ol {
        margin-top: 0; }
  .page_content.left_nav .content_contain, .company_jobs.left_nav .content_contain {
    position: relative; }
  .page_content.left_nav aside, .company_jobs.left_nav aside {
    padding-top: 0;
    margin-bottom: 3em; }
  .page_content .support_block, .company_jobs .support_block {
    padding-top: 2em;
    margin-bottom: 2.5em; }
    .page_content .support_block.first, .company_jobs .support_block.first {
      padding-top: 0; }
    .page_content .support_block.last, .company_jobs .support_block.last {
      margin-bottom: 0; }
    .page_content .support_block h3, .company_jobs .support_block h3 {
      font-family: AvenirNextLTPro-Bold;
      font-style: normal;
      font-weight: normal;
      font-size: 1.125em; }
    .page_content .support_block ul, .company_jobs .support_block ul {
      list-style-type: none;
      margin: 0;
      padding-left: 1.25em; }
      .page_content .support_block ul li, .company_jobs .support_block ul li {
        margin-bottom: 1em;
        color: #213f50;
        line-height: 1.75em; }
        .page_content .support_block ul li strong, .company_jobs .support_block ul li strong {
          font-family: AvenirNextLTPro-Demi;
          font-style: normal;
          font-weight: normal; }
        .page_content .support_block ul li:last-child, .company_jobs .support_block ul li:last-child {
          margin-bottom: 0; }
  @media (min-width: 48.75em) {
    .page_content aside, .page_content .main, .company_jobs aside, .company_jobs .main {
      padding-top: 6.25em;
      min-height: 52.3125em; }
    .page_content aside, .company_jobs aside {
      background: url(../images/divider_vertical.webp) no-repeat top left;
      padding-left: 5em; }
      .page_content aside .side_nav .side_nav_trigger, .company_jobs aside .side_nav .side_nav_trigger {
        display: none; }
      .page_content aside .side_nav .side_nav_list, .company_jobs aside .side_nav .side_nav_list {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        overflow: visible;
        background: none; }
        .page_content aside .side_nav .side_nav_list li a, .company_jobs aside .side_nav .side_nav_list li a {
          padding: 1em 0 .75em; }
        .page_content aside .side_nav .side_nav_list li:first-child a, .company_jobs aside .side_nav .side_nav_list li:first-child a {
          padding-top: 0; }
        .page_content aside .side_nav .side_nav_list li:last-child a, .company_jobs aside .side_nav .side_nav_list li:last-child a {
          padding-bottom: 0; }
        .page_content aside .side_nav .side_nav_list.side_nav--on, .company_jobs aside .side_nav .side_nav_list.side_nav--on {
          height: auto;
          overflow: visible;
          border-top: none; }
        .page_content aside .side_nav .side_nav_list.quick_nav li a, .company_jobs aside .side_nav .side_nav_list.quick_nav li a {
          padding: 1.5em 0 1.5em; }
        .page_content aside .side_nav .side_nav_list.quick_nav li:first-child a, .company_jobs aside .side_nav .side_nav_list.quick_nav li:first-child a {
          padding-top: 0; }
        .page_content aside .side_nav .side_nav_list.quick_nav li:last-child a, .company_jobs aside .side_nav .side_nav_list.quick_nav li:last-child a {
          padding-bottom: 0; }
    .page_content .main h1, .company_jobs .main h1 {
      font-size: 3em; }
    .page_content.right_nav .right_side, .company_jobs.right_nav .right_side {
      position: absolute;
      top: 0;
      right: 0;
      width: 17.625em; }
    .page_content.right_nav .main, .company_jobs.right_nav .main {
      padding-right: 22.625em; }
    .page_content.left_nav h1, .company_jobs.left_nav h1 {
      margin-bottom: 1.25em; }
    .page_content.left_nav .content_contain, .company_jobs.left_nav .content_contain {
      padding-left: 22.5em; }
    .page_content.left_nav aside, .company_jobs.left_nav aside {
      position: absolute;
      top: 0;
      left: 0;
      width: 15em;
      background: none;
      padding: 0; } }
  @media (min-width: 55em) {
    .page_content .main h1, .company_jobs .main h1 {
      font-size: 3.75em; }
    .page_content {
      padding: 0 1em 7.5em;
      min-height: 60vh; } }

.bundles_block {
  position: relative;
  z-index: 2;
  padding: 0 1em; }
  .bundles_block .bundles_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: white;
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-12.5em);
  -webkit-transform: translateY(-12.5em); }
    .bundles_block .bundles_list li {
      position: relative;
      display: block;
      background: no-repeat center;
      background-size: cover;
      color: #213f50;
      margin-bottom: 1.5em;
      padding: 3.125em 1.5em 1.5em; }
      .bundles_block .bundles_list li:last-child {
        margin-bottom: 0; }
      .bundles_block .bundles_list li h3 {
        position: relative;
        font-family: AvenirNextLTPro-Bold;
        font-style: normal;
        font-weight: normal;
        font-size: 1.5em;
        line-height: 1.25em;
        text-transform: uppercase;
        padding-bottom: 1em;
        margin-bottom: 1em; }
        .bundles_block .bundles_list li h3::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 2em;
          border-bottom: 6px solid #cce190; }
      .bundles_block .bundles_list li p {
        font-size: 1.125em;
        line-height: 1.75em;
        margin-bottom: 0; }
  @media (min-width: 62.5em) {
    .bundles_block .bundles_list {
      overflow: hidden;
      background: none;
      box-shadow: none;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 22px; }
      .bundles_block .bundles_list li {
        color: white;
        height: 25em; }
        .bundles_block .bundles_list li:last-child {
          margin-right: 0; }
        .bundles_block .bundles_list li.assisted {
          background-image: url(../images/assisted_bg.webp); }
        .bundles_block .bundles_list li.api {
          background-image: url(../images/api_bg.webp); }
        .bundles_block .bundles_list li .bundle_content {
          position: absolute;
          top: 30%;
          left: 0;
          width: 100%;
          padding: 1.5em; } }
  @media (min-width: 70em) {
    .bundles_block .bundles_list li .bundle_content {
      padding: 3.125em; } }

.features_block {
  background: white;
  margin-top: -12.5em;
  padding: 6em 1em; }
  .features_block h2 {
    font-family: AvenirNextLTPro-UltLt;
    font-style: normal;
    font-weight: normal;
    font-size: 2.25em;
    text-align: center;
    margin-bottom: 1.5em; }
  .features_block .features_list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .features_block .features_list li {
      position: relative;
      display: block;
      margin-bottom: 4em;
      max-width: 33.125em;
      text-align: center;  }
      .features_block .features_list li:last-child {
        margin-bottom: 0; }
      .features_block .features_list li img {
        margin-bottom: 1.5em; }
      .features_block .features_list li h3 {
        position: relative;
        font-family: AvenirNextLTPro-Medium;
        font-style: normal;
        font-weight: normal;
        font-size: 1.25em;
        margin-bottom: 1.5em;
        padding-bottom: 2em; }
        .features_block .features_list li h3::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 3.125em;
            margin-left:-1.5625em;
          border-bottom: 6px solid #abbdc6; }
        .features_block .features_list li h3 a {
          color: #213f50;
          text-decoration: none;
          transition: color .3s ease; }
          .features_block .features_list li h3 a:hover {
            color: #6ba141; }
      .features_block .features_list li p {
        color: #213f50;
        line-height: 1.5em;
        margin-bottom: 0; }
  @media (min-width: 30em) {
    .features_block .features_list li {
        margin:0 auto 4em auto;
      }
      }
  @media (min-width: 51.875em) {
    .features_block .features_list {
      overflow: hidden; }
      .features_block .features_list li {
        float: left;
        width: 31%;
        margin-right: 3.5%;
        padding-left: 0;
        margin-bottom: 5em; }
        .features_block .features_list li:nth-child(3n) {
          margin-right: 0; }
        .features_block .features_list li.bottom {
          margin-bottom: 0; }
        .features_block .features_list li img {
          position: relative;
          top: auto;
          left: auto; } }
  @media (min-width: 65em) {
    .features_block .features_list li {
      width: 30%;
      margin-right: 5%;
      margin-bottom: 8em; } }

.slider_block {
  padding: 7.5em 1em 9em;
  background: #4f9ea8; }
  .slider_block .contain {
    position: relative; }
  .slider_block h2 {
    font-family: AvenirNextLTPro-UltLt;
    font-style: normal;
    font-weight: normal;
    font-size: 2.25em;
    color: white;
    margin-bottom: 1.5em;
    text-align: center; }
  .slider_block .slider_contain {
    display: block;
    position: relative;
    z-index: 3;
    background: white;
    max-width: 30em;
    margin: 0 auto;
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1); }
    .slider_block .slider_contain::before, .slider_block .slider_contain::after {
      content: "";
      position: absolute;
      height: .625em;
      box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1); }
    .slider_block .slider_contain::before {
      z-index: 2;
      width: 90%;
      left: 5%;
      top: -.625em;
      background: #dae2e5; }
    .slider_block .slider_contain::after {
      z-index: 1;
      width: 80%;
      left: 10%;
      top: -1.25em;
      background: #c2c9cc; }
    .slider_block .slider_contain .flex-direction-nav {
      display: none; }
    .slider_block .slider_contain .slider {
      overflow: hidden;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .slider_block .slider_contain .slider li {
        z-index: 5;
        padding: 10.4166667%;
        color: #213f50; }
        .slider_block .slider_contain .slider li h3 {
          position: relative;
          font-family: AvenirNextLTPro-Medium;
          font-style: normal;
          font-weight: normal;
          font-size: 1.25em;
          line-height: 1.25em;
          padding-bottom: 1em;
          margin-bottom: 1em; }
          .slider_block .slider_contain .slider li h3::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 2em;
            border-bottom: 6px solid #cce190; }
        .slider_block .slider_contain .slider li p {
          line-height: 1.75em;
          margin-bottom: 0; }
    .slider_block .slider_contain .slider_pagination {
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: -3em;
      left: 0;
      width: 100%;
      text-align: center; }
      .slider_block .slider_contain .slider_pagination li {
        display: inline-block;
        cursor: pointer;
        text-indent: -9999em;
        width: .625em;
        height: .625em;
        background: white;
        opacity: .3;
        border-radius: 50%;
        margin: 0 .25em;
        transition: opacity .3s ease; }
        .slider_block .slider_contain .slider_pagination li:hover {
          opacity: .6; }
        .slider_block .slider_contain .slider_pagination li.flex-active {
          opacity: 1; }
  @media (min-width: 41.25em) {
    .slider_block .slider_contain .flex-direction-nav {
      display: block;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .slider_block .slider_contain .flex-direction-nav li {
        position: absolute;
        cursor: pointer;
        top: 50%;
        width: .75em;
        height: 1.375em;
        opacity: .8;
        background: no-repeat center;
        background-size: contain;
        transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
        transition: opacity .3s ease; }
        .slider_block .slider_contain .flex-direction-nav li a {
          display: block;
          text-indent: -9999em; }
        .slider_block .slider_contain .flex-direction-nav li:hover {
          opacity: 1; }
        .slider_block .slider_contain .flex-direction-nav li.flex-nav-prev {
          left: -2em;
          background-image: url(../images/icons/slider_prev.min.svg); }
        .slider_block .slider_contain .flex-direction-nav li.flex-nav-next {
          right: -2em;
          background-image: url(../images/icons/slider_next.min.svg); } }
  @media (min-width: 63.75em) {
    .slider_block h2 {
      position: absolute;
      top: 50%;
      left: 0;
      margin: 0;
      transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    .slider_block .slider_contain {
      float: right;
      margin-right: 2em; } }

.company_intro {
  padding: 4em 1em;
  background: url(../images/company_bg.webp) no-repeat center;
  background-size: cover;
  color: white;
}
  .company_intro h1 {
    font-size: 2.75em; }
  .company_intro .about_block {
    overflow: hidden;
    position: relative;
    margin-bottom: 6.25em; }
    .company_intro .about_block h2 {
      font-family: AvenirNextLTPro-UltLt;
      font-style: normal;
      font-weight: normal;
      font-size: 2.25em; }
    .company_intro .about_block p {
      font-size: 1.125em;
      line-height: 1.75em;
      margin: 0; }
  .company_intro .about_list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .company_intro .about_list li {
      display: block;
      margin-bottom: 3.5em; }
      .company_intro .about_list li:last-child {
        margin-bottom: 0; }
      .company_intro .about_list li h3 {
        position: relative;
        font-family: AvenirNextLTPro-Medium;
        font-style: normal;
        font-weight: normal;
        font-size: 1.25em;
        line-height: 1.25em;
        padding-bottom: 1.5em;
        margin-bottom: 1.5em; }
        .company_intro .about_list li h3::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 2.5em;
          border-bottom: 6px solid #abbdc6; }
      .company_intro .about_list li p {
        line-height: 1.75em;
        margin: 0; }
  @media (min-width: 40em) {
    .company_intro {
      padding: 6.25em 1em; }
      .company_intro h1 {
        font-size: 3.75em; } }
  @media (min-width: 48em) {
    .company_intro .about_block h2 {
      float: left; }
    .company_intro .about_block p {
      float: right;
      width: 65%; } }
  @media (min-width: 56.875em) {
    .company_intro .about_list {
      overflow: hidden; }
      .company_intro .about_list li {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 0; }
        .company_intro .about_list li:last-child {
          margin-right: 0; } }

.company_leadership {
  padding: 4em 1em; }
  .company_leadership h1 {
    font-size: 2.25em;
    margin-bottom: 1.5em; }
  .company_leadership .leadership_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .company_leadership .leadership_list li {
      position: relative;
      display: block;
      padding: 5.7692308% 4.6153846%;
      background: #eef2f4;
      color: #213f50;
      margin-bottom: 2.5em; }
      .company_leadership .leadership_list li:last-child {
        margin-bottom: 0; }
      .company_leadership .leadership_list li h2 {
        font-family: AvenirNextLTPro-Bold;
        font-style: normal;
        font-weight: normal;
        font-size: 1.125em;
        margin-right: .5em; }
      .company_leadership .leadership_list li h3 {
        font-family: AvenirNextLTPro-Medium;
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        font-size: .6875em;
        color: #82949d;
        margin-bottom: 1.5em; }
      .company_leadership .leadership_list li p {
        font-size: .75em;
        line-height: 1.75em;
        margin: 0; }
  @media (min-width: 35em) {
    .company_leadership h1 {
      text-align: center; }
    .company_leadership .leadership_list li {
      float: left;
      width: 45%;
      margin-right: 10%; }
      .company_leadership .leadership_list li:nth-child(2n) {
        margin-right: 0; }
      .company_leadership .leadership_list li:nth-child(3) {
        clear: left; } }
  @media (min-width: 40em) {
    .company_leadership {
      padding: 6.25em 1em; } }
  @media (min-width: 60.625em) {
    .company_leadership .leadership_list li {
      width: 30%;
      margin-right: 5%; }
      .company_leadership .leadership_list li:nth-child(2n) {
        margin-right: 5%; }
      .company_leadership .leadership_list li:nth-child(3n) {
        clear: none;
        margin-right: 0; }
      .company_leadership .leadership_list li:nth-child(4) {
        clear: left; } }

.company_jobs {
  overflow: hidden;
  background: white url(../images/divider_horizontal.webp) no-repeat top center; }
  .company_jobs h1 {
    font-size: 2.25em !important;
    margin-bottom: 1em !important; }
  .company_jobs .job_block h2 {
    font-family: AvenirNextLTPro-Bold;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125em;
    margin-bottom: .5em; }
  .company_jobs .job_block h3 {
    font-family: AvenirNextLTPro-Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25em; }
  .company_jobs .job_block h4 {
    font-family: AvenirNextLTPro-Medium;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: .6875em;
    color: #82949d;
    margin-bottom: 1.75em; }
  .company_jobs .job_block .button {
    display: inline-block;
    min-width: 16em;
    text-align: center;
    margin-bottom: 2.5em; }
  .company_jobs .job_block .list_block {
    margin-bottom: 3.5em; }
    .company_jobs .job_block .list_block:last-child {
      margin-bottom: 0; }
    .company_jobs .job_block .list_block ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .company_jobs .job_block .list_block ul li {
        display: block;
        position: relative;
        padding-left: 2em;
        line-height: 1.5em;
        color: #213f50;
        margin-bottom: 1.5em; }
        .company_jobs .job_block .list_block ul li:last-child {
          margin-bottom: 0; }
        .company_jobs .job_block .list_block ul li::before {
          content: "";
          position: absolute;
          top: .4em;
          left: 0;
          width: .4em;
          height: .4em;
          background: #cce190; }
  .company_jobs .content_contain {
    position: relative;
    margin-top: 6.25em; }
    .company_jobs .content_contain .job_block {
      position: relative;
      z-index: 2;
      padding-top: 6.25em; }
    .company_jobs .content_contain::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 50%;
      width: 110%;
      padding-top: 10em;
      background: white url(../images/divider_horizontal.webp) no-repeat top center;
      transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    .company_jobs .content_contain.first {
      padding-top: 0;
      margin-top: 0;
      background: none; }
      .company_jobs .content_contain.first .job_block {
        padding-top: 0; }
      .company_jobs .content_contain.first::before {
        display: none; }
  @media (min-width: 48.75em) {
    .company_jobs h1 {
      font-size: 2.25em !important;
      margin-bottom: 2em !important; }
    .company_jobs.left_nav .content_contain {
      padding-left: 15em; }
    .company_jobs.left_nav aside {
      width: 12.5em; } }
  @media (min-width: 56.25em) {
    .company_jobs .content_contain .job_block {
      position: relative;
      padding-right: 15em; }
      .company_jobs .content_contain .job_block .button {
        position: absolute;
        top: 9.090909091em;
        right: 0; }
    .company_jobs .content_contain.first .job_block .button {
      top: 0; } }

.link_block {
  position: relative;
  padding: 5em 1em;
  background: url(../images/link_bg.webp) no-repeat center;
  background-size: cover;
  text-align: center;
}

.technologies_body .link_block {
  background: url(../images/link_bg_alternate.webp) no-repeat center;
  background-size: cover;
}

.link_block .blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

  .link_block.company {
    background-image: url(../images/link_company_bg.webp); }
    .link_block.company .button {
      min-width: 16em;
      text-align: center; }
  .link_block .contain {
    position: relative; }
  .link_block h3 {
    font-family: AvenirNextLTPro-Regular;
    font-style: normal;
    font-weight: normal;
    color: white;
    font-size: 1.75em;
  }
  @media (min-width: 37em) {
    .link_block {
      padding: 8.75em 1em; }
      .link_block h3 {
        font-size: 2.25em;
      }
  }
  @media (min-width: 56.25em) {
    .link_block {
      text-align: left; }
      .link_block .contain {
        padding-right: 15em; }
      .link_block h3 {
        margin-bottom: 0;
        padding-right: 1em;
      }
      .link_block .button {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
      -webkit-transform: translateY(-50%); } }

.contact_block {
  overflow: hidden;
  background: white url(../images/divider_horizontal.webp) no-repeat top center;
}

.contact_block .contain_small{
  padding: 6em 0 7.5em;
}

.contact_block.link {
  background: none;
  text-align: center;
  padding: 0 1em;
}

.contact_block.link .contain_small {
  background: none;
  text-align: center;
}

.contact_block.link .contain_small:only-child {
  padding: 9em 0;
}

.contact_block.link .contain_small {
  padding: 3em 0;
}

.contact_block.link .badget-section {
  padding: 2em 0 3em;
  position: relative;
}

.contact_block.link .badget-section .badge-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact_block.link .badget-section::before {
  content: '';
  width: 100vw;
  border-top: 1px solid lightgrey;
  top: 0;
  left: -1em;
  position: absolute;
}

.contact_block.link .badget-section .text {
  font-family: AvenirNextLTPro-Medium;
  font-style: normal;
  font-weight: normal;
  color: black;
  margin-bottom: 25px;
}

.contact_block.link .badget-section .badge {
  height: 4em;
  position: relative;
}

.contact_block.link .badget-section img {
  object-fit: contain;
}

.contact_block.link .badget-section .badge.tcf {
  width: 100%;
}

.contact_block.link .badget-section .badge img{
  height: 425%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
}

@media (max-width: 50em) {
  .contact_block.link .badget-section {
    padding: 3em 0;
  }

  .contact_block.link .badget-section .badge-wrapper > *:not(:last-child) {
    margin-bottom: 2em;
  }

  .contact_block.link .badget-section .badge {
    height: 5em;
  }
}

@media (min-width: 50em) {
  .contact_block.link .badget-section .badge-wrapper{
    padding-left: 4em;
    padding-right: 4em;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    max-width: 30em;
    flex-direction: row;
  }

  .contact_block.link .badget-section .badge.tcf {
    width: 8em;
  }
}

.contact_block h2 {
  font-family: AvenirNextLTPro-UltLt;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25em;
  color: #213f50;
  margin-bottom: .5em;
  text-align: center;
}

.contact_block h4 {
  color: #82949d;
  font-size: .625em;
  text-transform: uppercase;
  margin-bottom: 7em;
  text-align: center;
}

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

.contact_page {
  padding: 3.5em 1em;
  overflow: hidden; }
  .contact_page .contact-privacy {
    margin-top:2rem;
    font-size:.85em; }
  .contact_page h1 {
    color: #213f50;
    font-size: 2.75em; }
  .contact_page .contact_info {
    position: relative;
    background: white;
    margin-bottom: 3.5em; }
    .contact_page .contact_info h2 {
      font-family: AvenirNextLTPro-UltLt;
      font-style: normal;
      font-weight: normal;
      color: #213f50;
      font-size: 2.25em; }
      .contact_page .contact_info h2 img {
        position: relative;
        top: .1em;
        width: .6em;
        margin-right: .5em; }
    .contact_page .contact_info address {
      font-size: 1.125em;
      font-style: normal;
      line-height: 1.75em;
      margin-bottom: 2em; }
.contact_page.job address,
.contact_page.job .detail {
  margin-bottom: .5em; }
.contact_page.job .main_info span,
.contact_page.job .fillout {
   color:#82949d; }
.contact_page.job .main_info .detail:last-child {
    margin-bottom: 2em;
}
  .contact_page .support_numbers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .contact_page .support_numbers li {
      text-align: left;
      display: block;
      font-size: 1.125em;
      margin-bottom: 1em; }
      .contact_page .support_numbers li:last-child {
        padding-right: 0;
        margin-bottom: 0; }
      .contact_page .support_numbers li span {
        display: block;
        font-family: AvenirNextLTPro-Demi;
        font-style: normal;
        font-weight: normal;
        font-size: .611111111em;
        margin-bottom: .5em;
        color: #82949d;
        text-transform: uppercase;
        font-size: 17px;
      }
    .contact_page .support_numbers li div{
      margin-bottom: 2px;
    }
    .contact_page .support_numbers li div a {
      text-decoration: underline;
    }
      .contact_page .support_numbers li a {
        color: #213f50;
        text-decoration: none; }
  @media (min-width: 30em) {
    .contact_page .support_numbers li {
      display: inline-block;
      padding-right: 3em; } }
  @media (min-width: 48.75em) {
    .contact_page {
      padding: 7.5em 1em; }
      .contact_page h1 {
        font-size: 3.75em;
        margin-bottom: 1.5em; }
      .contact_page .contact_info {
        width: 50%;
        float: left;
        margin-bottom: 0; }
      .contact_page .support_numbers li {
        margin: 0; }
      .contact_page .contact_form {
        width: 50%;
        float: left; } }

.loading_message {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 3em;
  z-index: 100; }
  .loading_message .loading_bg {
    position: relative;
    background: white;
    height: 100%; }
  .loading_message h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    transform: translateY(-75%);
      -webkit-transform: translateY(-75%);
    font-family: AvenirNextLTPro-UltLt;
    font-style: normal;
    font-weight: normal; }

.success_message {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0;
  z-index: 100; }
  .success_message .success_bg {
    position: relative;
    background: white;
    height: 100%; }
  .success_message h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    transform: translateY(-75%);
      -webkit-transform: translateY(-75%);
    font-family: AvenirNextLTPro-UltLt;
    font-style: normal;
    font-weight: normal;}

#error_message {
    display: none;
    color: red;
}

.interest_form.success>input,
.interest_form.success>textarea {
    display: none;
}

form {
  overflow: hidden;
  position: relative; }
    form.success {
        height: 100px;
    }
  form.success .success_message {
    display: block; }
  form.success #contact_inputs {
      display: none;
  }
  form.has-error #error_message {
      display: block;
  }
  form.loading .loading_message {
    display: block; }
  form input[type=text], form input[type=password], form textarea, form select, form input[type=email] {
    display: block;
    background: #eef2f4;
    padding: 1em;
    margin-bottom: 1.5em;
    border: 1px solid #eef2f4;
    outline: none;
    color: #213f50;
    transition: background .3s ease;
    width: 100%; }
    form input[type=text]:focus, form input[type=password]:focus, form textarea:focus, form input[type=email]:focus {
      background: white; }
  form textarea {
    resize: vertical; }
  form input[type=submit] {
    display: block;
    color: white;
    font-family: AvenirNextLTPro-Demi;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .75px;
    font-size: .6875em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 1.75em;
    width: 18.181818182em;
    margin: 0 auto;
    border: none;
    border-radius: 3em;
    background-color: #3b92ba;
    transition: background-color .3s ease; }
    form input[type=submit]:hover {
      background-color: #2f7493; }
  @media (min-width: 45em) {
    form input[type=text].half, form textarea.half, form div.half {
      float: left;
      width: 48.25%;
      margin-right: 3.5%;
      position: relative; }
    form input[type=text].third, form textarea.third, form div.third {
      float: left;
      width: 31%;
      margin-right: 3.5%;
      position: relative; }
    form input[type=text].last, form textarea.last, form div.last {
      margin-right: 0;
      position: relative; } }

.caplnk {
  display: block;
  text-align: center;
  margin-top: 1.5em;
  text-transform: uppercase;
  font-family: AvenirNextLTPro-Medium;
  font-style: normal;
  font-weight: normal;
  font-size: .6875em; }
  .caplnk a {
    text-decoration: none;
    color: #8dc63f; }
    .caplnk a:hover {
      border-bottom: 1px solid #8dc63f; }

.sign_in_block {
  padding: 3.5em 1em; }
  .sign_in_block .sign_in_content {
    max-width: 35em;
    margin: 0 auto 3em;
    background: white;
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.1);
    padding: 4.6875em 7.6923077%; }
    .sign_in_block .sign_in_content h1 {
      text-align: center;
      margin-bottom: 1em; }
  .sign_in_block .need_account {
    display: block;
    text-align: center;
    color: #abbdc6;
    text-transform: uppercase;
    font-size: .6875em; }
    .sign_in_block .need_account a {
      font-family: AvenirNextLTPro-Medium;
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      color: #8dc63f; }
      .sign_in_block .need_account a:hover {
        border-bottom: 1px solid #8dc63f; }
  @media (min-width: 40em) {
    .sign_in_block {
      padding: 7.5em 1em; } }

.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd; }
  .loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #8dc63f;
    animation: loading 2s linear infinite; }

.loader_wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 1em; }

@keyframes loading {
  from {
    left: -200px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }
.help-block {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: #fff;
  font-size: .6375em;
  padding: .5em;
  font-family: AvenirNextLTPro-Bold;
  font-style: normal;
  font-weight: normal; }

.err-block {
  text-align: center;
  padding: .65em;
  margin-bottom: 1.5em;
  font-family: AvenirNextLTPro-Demi;
  font-style: normal;
  font-weight: normal;
  font-size: .8em;
  display: none;
  border-top: 3px solid crimson;
  background: #ffd3d5;
  color: crimson; }

.err-block a {
  color: crimson;
  text-decoration: underline;
}

#form-passwordemail {
  margin-top: 1.5em; }

.err-group {
  position: relative; }

footer {
  overflow: hidden;
  padding: 3em 1em 1.5em 1em;
  background: #3b92ba; }
  footer .footer_logo {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 13.125em;
    height: 2.125em;
    margin-bottom: 2em; }
  footer .footer_nav {
    list-style-type: none;
    margin-bottom: 2em;
    padding: 0;
    text-align: center; }
    footer .footer_nav li {
      display: inline-block;
      text-align: center; }
      footer .footer_nav li a {
        display: block;
        font-family: AvenirNextLTPro-Demi;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: .7em;
        padding: .75em;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        transition: color .3s ease; }
        footer .footer_nav li a.sign_in_btn {
          display: inline-block;
          background: #409cc6;
          border-radius: 3em;
          padding: .75em 2em;
          transition: background .3s ease; }
          footer .footer_nav li a.sign_in_btn:hover {
            color: white;
            background: rgba(64, 156, 198, 0.7); }
        footer .footer_nav li a:hover {
          color: rgba(255, 255, 255, 0.8); }
  footer .footer_sub_nav {
    list-style-type: none;
    margin-bottom: 1em;
    padding: 0;
    text-align: center; }
    footer .footer_sub_nav li {
      display: inline-block;
      text-align: center; }
      footer .footer_sub_nav li a {
        display: block;
        font-family: AvenirNextLTPro-Medium;
        font-style: normal;
        font-weight: normal;
        letter-spacing: .75px;
        font-size: .75em;
        padding: 0 .5em;
        color: white;
        text-decoration: none;
        transition: color .3s ease; }
        footer .footer_sub_nav li a:hover {
          color: rgba(255, 255, 255, 0.8); }
      footer .footer_sub_nav li a.social-footer-link {
        padding: 0 0.5em;
      }
  footer .copyright {
    padding-top: .2em; }
    footer .copyright p {
      display: block;
      font-family: AvenirNextLTPro-Medium;
      font-style: normal;
      font-weight: normal;
      letter-spacing: .75px;
      font-size: .75em;
      color: #5ac2f2;
      text-align: left;
      margin: 0;
      line-height: 1.5; }
  @media (min-width: 42.1875em) {
    footer .footer_logo {
      float: left; }
    footer .footer_nav {
      float: right; }
    footer .lower_level {
      overflow: hidden;
      clear: both; }
    footer .footer_sub_nav {
      float: right; }
    footer .copyright {
      float: left; } }
  @media (min-width: 50em) {
    footer {
      padding: 5.875em 1em 2.25em 1em; }
      footer .footer_logo {
        margin-bottom: 2.5em; }
      footer .footer_nav {
        margin-bottom: 2.5em; }
        footer .footer_nav li a {
          padding: .75em 1.5em; }
          footer .footer_nav li a.sign_in_btn {
            margin-left: 1em; }
      footer .footer_sub_nav li a {
        padding: 0 1em; }
      footer .footer_sub_nav li:last-child a {
        padding-right: .5em; } }

.ntfy-wrap {
    width:100%;
    position:fixed;
    left:0;
    text-align: center;
    z-index: 100;
    margin-top:20px;
    font-family:'AvenirNextLTPro-Demi';
    top:-160px;
    -webkit-transition:top .3s, opacity .3s;
    transition:top .3s, opacity .3s;
    opacity:0;
}

.ntfy-wrap p {
    margin:0;
}

.ntfy-wrap.on {
    top:0;
    opacity:1;
    -webkit-transition:top .4s cubic-bezier(0.175, 0.885, 0.320, 1.1) .2s, opacity .4s .2s;
    transition:top .4s cubic-bezier(0.175, 0.885, 0.320, 1.1) .2s, opacity .4s .2s;
}

.ntfy-success {
    background:rgba(165,206,57,.7);
    color:#428734;
    border-top:4px solid #428734;
    border-radius:3px;
    width:70%;
    margin:0 3em;
    min-width:300px;
    max-width:700px;
    padding:12px;
    display:inline-block;
    text-align: center;
}

#publisher_logos {
    display:inline-block;
  opacity: 0;
}

#publisher_logos img {
    height:3em;
    width:auto;
    margin-right:1.25em;
}

#pub_span {
    display:block;
    margin-bottom:.6em;
}

#sitemaplist {
    list-style-type: none;
    margin:0;
    padding:0;
}

.sitemap_indented {
    padding-left:20px;
}

#url404 {
    color:#f58120;
}

#form-contact ul {
    padding:0;
    list-style-type: none;
}

.article-content {
  margin-top:2.6em;
  text-align: justify;
}

.article-content .col {
  display:block;
  margin-bottom:1.5em;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
}

.article-content div:first-child p:first-child:first-letter {
  float: left;
  color: #3b92ba;
  font-size: 5.6em;
  padding:.4em .15em .15em 0;
  font-family: 'AvenirNextLTPro-Medium';
  text-transform: uppercase;
}

.article-content p {
  font-size:.9em;
}

.article .main h1 {
  text-transform: uppercase;
  font-family: 'AvenirNextLTPro-Medium';
  margin-bottom:.33em;
  font-size:2em;
  letter-spacing: .1em;
  text-align: center;
}

.article .main h3.sub {
  text-transform: uppercase;
  font-family: 'AvenirNextLTPro-Medium';
  font-size:1em;
  letter-spacing: .1em;
  margin-bottom: 1em;
}

.article .main .subtitle {
  text-align:center;
  color:#82949d;
  font-family: 'AvenirNextLTPro-Medium';
}

.titlerule {
  text-align: center;
  display:block;
  margin:0 auto;
  width:25%;
  height:0;
  border-bottom:1px solid rgba(0,0,0,.15);
  font-size:0;
  line-height:0;
}

.article-author {
  margin:2.6em 0;
  text-align: center;
}

.article-author img {
  width:100px;
  height:100px;
  border-radius:50%;
  box-shadow:0 3px 25px rgba(0,0,0,.1);
  margin:0 auto;
}

.article-author p {
  text-transform: uppercase;
  font-family: AvenirNextLTPro-Demi;
  color:#82949d;
  font-size: .76em;
  margin-top:.5em;
  letter-spacing:.1em;
}

.article-list p {
  color:#82949d;
  font-size:.9em;
  padding-top:.3em;
  line-height:1.5em;
}

#article-graph {
  display:block;
  max-width:100%;
  box-sizing: border-box;
  margin:0 auto;
}

@media (min-width: 65em) {
    .article .main h1               { font-size:2.6em; }
    .article-content .col           { width:49.8%;display:inline-block; }
    .article-content .col-left      { padding-right:1.5em; }
    .article-content .col-right     { padding-left:1.5em; }
}
.cookie-banner {
  position: fixed;
  bottom:60px;
  left:0;
  width:100%;
  z-index:9999;
  color:#213f50;
  opacity:1;
  transition: all .25s ease-in;
}
.cookie-banner[aria-hidden="true"] {
  opacity:0;
  left:100%;
}
.cookie-banner-box {
  background:#fff;
  margin:16px;
  box-shadow:0 1px 18px rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.3);
  padding:16px;
  border-radius:4px;
}
.cookie-banner-btns {
  text-align:center;
}
.cookie-banner-btns .button {
  display:inline-block;
}
.cookie-banner-btns .button:last-of-type {
  margin-left:6px;
}
.cookie-banner p {
  font-size:.86em;
}
.cookie-banner p.heading {
  text-transform: uppercase;
  font-family: AvenirNextLTPro-Demi;
  font-size: .86em;
  letter-spacing:.1em;
}
.privacy-table {
  margin-bottom: 2em;
  color:#213f50;
}
.privacy-table th {
  background:#eef2f4;
  text-align:left;
}
.privacy-table td,
.privacy-table th {
  padding:8px;
  border-bottom:1px solid #caced0;
  border-right:1px solid #caced0;
}
.privacy-table tr td:last-of-type,
.privacy-table tr th:last-of-type {
  border-right:none;
}
.privacy-list ol {
  list-style-type: lower-alpha;
}
.page_content .main ol ol {
  margin-bottom:0;
}
.page_content .main.privacy h4 {
    font-size:1.3em;
}

.fa-brands {
  color: white;
  font-size: 20px;
  letter-spacing: 5px;
}

@media only screen and (min-width: 768px) {
  .cookie-banner-content {
      padding-right:315px;
  }
  .cookie-banner-btns {
    position:absolute;
    top:50%;
    margin-top:-17px;
    right:0;
  }
  .cookie-banner-content {
    padding-right:315px;
    position:relative;
  }
  .cookie-banner-box {
    margin:24px;
    padding:24px;
  }
  .cookie-banner p:last-of-type {
    margin:0;
  }
}

@media only screen and (min-width: 1921px) {
  .hero_content > #heroVideo video {
    width: 100%;
  }
}

/* --contact us styles-- */
.main.contact-us {
  min-height: 57.31em;
}

.main.contact-us h2 {
  position: relative;
  font-family: AvenirNextLTPro-UltLt;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25em;
  margin-bottom: 1.5em;
}

.text-wrapper h3{
  letter-spacing: 2px;
}

.text-wrapper p{
  font-weight: 800;
}

.main.contact-us{
  position: relative;
  padding-top: 0px;
  margin-top: 6.25em;
}

#contact-us-form-wrapper {
  position: absolute;
  width: 50%;
  right: 0px;
  top: 0px;
}

#form-contact-us #error_message{
  margin-bottom: 20px;
}

#form-contact-us input[type=submit] {
  margin-top: 25px;
}

#form-contact-us input[type=text]::placeholder, #form-contact-us input[type=email]::placeholder, #form-contact-us textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #213f50;
}

form select{
  -webkit-appearance: none;
  padding-right: 50px;
}

#form-contact-us .select-wrapper{
  position: relative;
  margin-bottom: 1.5em;
}

#form-contact-us select{
  margin-bottom: 0px;
}

#form-contact-us textarea {
  height: 16em;
}

#form-contact-us .select-wrapper::after {
  display: block;
  content: ' ';
  background-image: url('../images/icons/chevron-down.svg');
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events:none;
}

#form-contact-us .policy-wrapper{
  position: relative;
}

#form-contact-us .policy-wrapper .privacy-policy{
  margin-left: 45px;
}

#form-contact-us .policy-wrapper .privacy-policy a{
  color: #6ba141;
  border-bottom: none;
}

.contact-us-header {
  margin:0 auto;
  max-width: 100ch;
  margin-bottom: 7.5em;
}
.contact-us-header h1,
.contact-us-header p {
  text-align: center;
}
.contact-us-header p {
  font-size: 1.125em;
}
.contact-us-columns {
  display: grid;
  gap: 1em;
}
.contact-us-card {
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: 2em;
}
.contact-us-card h3 {
  margin-bottom: 2em;
}
.form-contact-us-container {
  display:grid;
  gap: 1em;
}
@media (min-width: 50em) {
  .form-contact-us-container {
    grid-template-columns: 2fr 3fr;
    gap: 1.5em;
  }
  .contact-us-columns {
    grid-template-columns: 2fr 3fr;
    gap: 4em;
  }

}


/* Hide the browser's default checkbox */
#form-contact-us .policy-wrapper .checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  z-index: 2;
}

/* Create a custom checkbox */
#form-contact-us .policy-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: #eef2f4;
}

/* On mouse-over, add a grey background color */
#form-contact-us .policy-wrapper input:hover ~ .checkmark {
  background-color: #d6d9db;
}

/* When the checkbox is checked, add a blue background */
#form-contact-us .policy-wrapper input:checked ~ .checkmark {
  background-color: #3b92ba;
}

/* Create the checkmark/indicator (hidden when not checked) */
#form-contact-us .policy-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#form-contact-us .policy-wrapper .checkbox:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#form-contact-us .policy-wrapper .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* -- Career Page Section -- */


#careers .list-item{
  padding-bottom: 15px;
  width: 100%;
  line-height: 25px;
}

#careers .list-item ul{
  padding-left: 16px;
}

#careers .list-item ul li:not(:last-child){
  padding-bottom: 5px;
}

#careers .heading_main {
  font-size: 4em;
  font-family: AvenirNextLTPro-UltLt;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

#careers .job-title {
  margin-bottom:10px;
  font-size: 22px;
}

#careers .job-details{
  padding-bottom: 10px;
}

#careers .job-details p{
  margin-bottom:4px;
}

#careers .job-details p span {
  margin-right: 5px;
  font-weight:bold;
  color:#222;
}

#careers .subheader {
  font-size: 20px;
  margin-bottom:10px;
  font-weight:bold;
  color:#222;
  border-bottom: 1px solid;
}

#careers .success_message .success_bg{
  padding-top: 16%;
}

#careers #error_message{
  margin-top: -20px;
  margin-bottom: 20px;
}

#careers .loading_message .loader_wrap{
  padding: 0 20%;
}

#careers #inquiry_submessage{
  margin: 15px 0px 1.5em;
}

#careers.summary .job_list_item:not(:last-child){
  margin-bottom: 20px;
}

#careers{
  padding-top: 4.5em;
}

@media (min-width: 55em){
  #careers.summary{
    padding-top: 7.5em;
  }
}
/* sourceMappingURL=site.css.map */
