@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap);
@charset "UTF-8";
/*----------------------------------------------
--Media Queries (min-widths)
-----------------------------------------------*/
/*----------------------------------------------
--Colors
-----------------------------------------------*/
/*----------------------------------------------
Normalizer
-----------------------------------------------  */
/* ---------------------------------------------- 
  -Normalizer
  A fork of normalize (github.com/necolas/normalize.css)
*/
/*----------------------------------------------   
-body
1. Default margins
2. prevent mobile gaps
3. Better font rendering across browsers
-----------------------------------------------  */
body {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*----------------------------------------------   
-body, html
1. Prevent horizontal scrolling.
2. Set 100% height if needed for full viewport stuff
-----------------------------------------------  */
html, body {
  /* 1. */
  margin: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* 2.
  height: 100%; */
}

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

/*----------------------------------------------   
-HTML5 Block Levels
-----------------------------------------------  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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.
-Remove default text-decoration
-Improve readability
-----------------------------------------------  */
a {
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

/*----------------------------------------------   
TEXT LEVEL
-Abbr: Address styling not present in IE 8/9/10/11, Safari, and Chrome.
-Bold: Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
dfn, mark: Address unset styles
-Small: Address inconsistent and variable font size in all browsers.
-Prevent `sub` and `sup` affecting `line-height` in all browsers.
-----------------------------------------------  */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*----------------------------------------------   
Address Blocks
-----------------------------------------------  */
address {
  font-style: normal;
}
address span {
  display: block;
}

/*----------------------------------------------   
HEADERS
-Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome.
-Remove Margins from headers and type elements to better define in your typographic system
-----------------------------------------------  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, small {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------   
Image IE Scaling fix
-----------------------------------------------  */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

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

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

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

/*----------------------------------------------   
CODE & PREFORMATED
-----------------------------------------------  */
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
-----------------------------------------------  */
form {
  margin: 0;
}

/**
 * 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 */
  margin: 0; /* 3 */
  font-size: 100%;
  vertical-align: middle;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  overflow: visible;
  line-height: normal;
}

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

/**
 * Custom styling to get buttons to appear as normal text/links by default
 */
button,
[type=button],
[type=reset],
[type=submit] {
  display: inline-block;
  width: auto;
  padding: 0;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

/* Ensure pointer */
label,
select,
button,
input {
  cursor: pointer;
}

/**
 * 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;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus,
.mast .campaign-form div.gform_body input.gform_previous_button:focus,
.mast .campaign-form div.gform_body input.gform_next_button:focus,
.mast .campaign-form div.gform_body input[type=submit]:focus,
.campaigns-template-campaign-landing-page .cta.cta--beta .btn-line:focus {
  outline: none;
}

/**
 * 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 */ /* 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;
  vertical-align: text-bottom;
  width: 100%;
}

/**
 * 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 {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.city-card__cityname, h1, .font-h1 {
  font-size: 2.25em;
  line-height: 1.175;
  margin-bottom: 0.25em;
}
@media (min-width: 93em) {
  .city-card__cityname, h1, .font-h1 {
    font-size: 2.3em;
  }
}

.careers h1 {
  font-family: "Tungsten", "Lato", Helvetica, sans-serif;
  font-size: 3.8em;
  letter-spacing: 0.015em;
}
@media (min-width: 93em) {
  .careers h1 {
    font-size: 3.85em;
  }
}

h2, .font-h2 {
  font-size: 1.8em;
  line-height: 1.2;
}
@media (min-width: 93em) {
  h2, .font-h2 {
    font-size: 1.85em;
  }
}

.careers h2 {
  font-family: "Tungsten", "Lato", Helvetica, sans-serif;
  font-size: 2.65em;
  letter-spacing: 0.015em;
}
@media (min-width: 93em) {
  .careers h2 {
    font-size: 2.7em;
  }
}

.intro--wide .intro__title, h3, .font-h3 {
  font-size: 1.375em;
  line-height: 1.3;
}
@media (min-width: 93em) {
  .intro--wide .intro__title, h3, .font-h3 {
    font-size: 1.425em;
  }
}

.locations-toc__title, h4, .font-h4 {
  font-size: 1.15em;
  line-height: 1.3;
}
@media (min-width: 93em) {
  .locations-toc__title, h4, .font-h4 {
    font-size: 1.2em;
  }
}

h5, .font-h5 {
  font-size: 1em;
  line-height: 1.3;
}

.pagination__meta {
  font-family: "Lato", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.175em;
}

.mast-slider__pretitle, .post-header__pretitle, .card-img__tag, .cover__tag {
  font-family: "Lato", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.175em;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.mast__subtitle, .mast__pretitle {
  font-size: 0.85em;
  font-weight: 600;
}

.scorecard-table thead th, .scorecard-table__preheader span:nth-of-type(2), .campaign-subtitle h5, .social-links a, .tabs--contacts .tabs__tab, .btn, .mast .campaign-form div.gform_body input.gform_previous_button,
.mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body input[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line, .btn-line.btn--beta, .btn-line.btn--alpha, .btn-line.btn--white, .btn-line, .breadcrumbs nav li, .page-nav a, .nav-drawer__link, .site-header__nav .site-header__item > a,
.site-header__controls .site-header__item > a {
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
}

.content p:first-child,
.font-lead {
  font-size: 1.05em;
  -webkit-hyphens: none;
          hyphens: none;
  margin-bottom: 0.8em;
  line-height: 1.6;
}

.resource__tag, .post-header__date, .post-ftd__tag, .book__tag, .author-card__tag, .search-card [class*=__tag], .industry-cta [class*=__tag], .press-card [class*=__tag], .press-release [class*=__tag], .event [class*=__tag], .product [class*=__tag], .team [class*=__tag], .vid-card [class*=__tag], .post-card [class*=__tag], .post [class*=__tag], .card [class*=__tag], .search-card [class*=__date], .industry-cta [class*=__date], .press-card [class*=__date], .press-release [class*=__date], .event [class*=__date], .product [class*=__date], .team [class*=__date], .vid-card [class*=__date], .post-card [class*=__date], .post [class*=__date], .card [class*=__date] {
  display: block;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #69b3e7;
  margin: 0.75em 0 1.5em;
}

/*----------------------------------------------
--Unstyle a list
-----------------------------------------------*/
/*----------------------------------------------
-Inline Lists
-----------------------------------------------*/
.cta__link:before {
  content: "";
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.search-card, .industry-cta, .press-card, .press-release, .event, .product, .team, .vid-card, .post-card, .post, .card {
  z-index: 5;
  position: relative;
}
.search-card [class*=__link], .industry-cta [class*=__link], .press-card [class*=__link], .press-release [class*=__link], .event [class*=__link], .product [class*=__link], .team [class*=__link], .vid-card [class*=__link], .post-card [class*=__link], .post [class*=__link], .card [class*=__link] {
  position: relative;
  display: block;
}
@media (max-width: 54em) {
  .search-card [class*=__link], .industry-cta [class*=__link], .press-card [class*=__link], .press-release [class*=__link], .event [class*=__link], .product [class*=__link], .team [class*=__link], .vid-card [class*=__link], .post-card [class*=__link], .post [class*=__link], .card [class*=__link] {
    margin-bottom: 1.5em;
  }
}
.card:not(.no-bg) .search-card [class*=__link], .card:not(.no-bg) .industry-cta [class*=__link], .card:not(.no-bg) .press-card [class*=__link], .card:not(.no-bg) .press-release [class*=__link], .card:not(.no-bg) .event [class*=__link], .card:not(.no-bg) .product [class*=__link], .card:not(.no-bg) .team [class*=__link], .card:not(.no-bg) .vid-card [class*=__link], .card:not(.no-bg) .post-card [class*=__link], .card:not(.no-bg) .post [class*=__link], .card:not(.no-bg) .card [class*=__link] {
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}
.search-card [class*=__figure], .industry-cta [class*=__figure], .press-card [class*=__figure], .press-release [class*=__figure], .event [class*=__figure], .product [class*=__figure], .team [class*=__figure], .vid-card [class*=__figure], .post-card [class*=__figure], .post [class*=__figure], .card [class*=__figure] {
  position: relative;
  min-height: 7em;
  padding-bottom: 60%;
  overflow: hidden;
  background-color: #dfdfdf;
}
.search-card [class*=__figure] img, .industry-cta [class*=__figure] img, .press-card [class*=__figure] img, .press-release [class*=__figure] img, .event [class*=__figure] img, .product [class*=__figure] img, .team [class*=__figure] img, .vid-card [class*=__figure] img, .post-card [class*=__figure] img, .post [class*=__figure] img, .card [class*=__figure] img {
  position: absolute;
  display: block;
  width: 100%;
  transform: scale(1);
  will-change: opacity, transform;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s ease;
}
[class*=__link]:hover .search-card [class*=__figure] img, [class*=__link]:hover .industry-cta [class*=__figure] img, [class*=__link]:hover .press-card [class*=__figure] img, [class*=__link]:hover .press-release [class*=__figure] img, [class*=__link]:hover .event [class*=__figure] img, [class*=__link]:hover .product [class*=__figure] img, [class*=__link]:hover .team [class*=__figure] img, [class*=__link]:hover .vid-card [class*=__figure] img, [class*=__link]:hover .post-card [class*=__figure] img, [class*=__link]:hover .post [class*=__figure] img, [class*=__link]:hover .card [class*=__figure] img {
  transform: scale(1.2);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-card [class*=__link]:hover img, .industry-cta [class*=__link]:hover img, .press-card [class*=__link]:hover img, .press-release [class*=__link]:hover img, .event [class*=__link]:hover img, .product [class*=__link]:hover img, .team [class*=__link]:hover img, .vid-card [class*=__link]:hover img, .post-card [class*=__link]:hover img, .post [class*=__link]:hover img, .card [class*=__link]:hover img {
  transform: scale(1.2);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-card i, .industry-cta i, .press-card i, .press-release i, .event i, .product i, .team i, .vid-card i, .post-card i, .post i, .card i {
  display: inline-block;
  margin-bottom: 0.7em;
  font-size: 2.5em;
  color: #f1c400;
}
.search-card [class*=__content], .industry-cta [class*=__content], .press-card [class*=__content], .press-release [class*=__content], .event [class*=__content], .product [class*=__content], .team [class*=__content], .vid-card [class*=__content], .post-card [class*=__content], .post [class*=__content], .card [class*=__content] {
  z-index: 5;
  position: relative;
  padding: 1.5em;
  background-color: #fff;
}
@media (min-width: 54em) {
  .search-card [class*=__content], .industry-cta [class*=__content], .press-card [class*=__content], .press-release [class*=__content], .event [class*=__content], .product [class*=__content], .team [class*=__content], .vid-card [class*=__content], .post-card [class*=__content], .post [class*=__content], .card [class*=__content] {
    padding: 2em;
  }
}
@media (min-width: 54em) {
  .posts__grid--4 .search-card [class*=__content], .posts__grid--4 .industry-cta [class*=__content], .posts__grid--4 .press-card [class*=__content], .posts__grid--4 .press-release [class*=__content], .posts__grid--4 .event [class*=__content], .posts__grid--4 .product [class*=__content], .posts__grid--4 .team [class*=__content], .posts__grid--4 .vid-card [class*=__content], .posts__grid--4 .post-card [class*=__content], .posts__grid--4 .post [class*=__content], .posts__grid--4 .card [class*=__content] {
    padding: 1em 1.5em 1.5em;
  }
}
.search-card [class*=__content--sm], .industry-cta [class*=__content--sm], .press-card [class*=__content--sm], .press-release [class*=__content--sm], .event [class*=__content--sm], .product [class*=__content--sm], .team [class*=__content--sm], .vid-card [class*=__content--sm], .post-card [class*=__content--sm], .post [class*=__content--sm], .card [class*=__content--sm] {
  padding: 1.25em;
}
.search-card [class*=__title], .industry-cta [class*=__title], .press-card [class*=__title], .press-release [class*=__title], .event [class*=__title], .product [class*=__title], .team [class*=__title], .vid-card [class*=__title], .post-card [class*=__title], .post [class*=__title], .card [class*=__title] {
  margin: 0 0 0.5em;
}
.search-card [class*=__text], .industry-cta [class*=__text], .press-card [class*=__text], .press-release [class*=__text], .event [class*=__text], .product [class*=__text], .team [class*=__text], .vid-card [class*=__text], .post-card [class*=__text], .post [class*=__text], .card [class*=__text], .search-card p, .industry-cta p, .press-card p, .press-release p, .event p, .product p, .team p, .vid-card p, .post-card p, .post p, .card p {
  color: #767676;
  margin: 0 0 1em;
  line-height: 1.5;
}
@media (min-width: 93em) {
  .search-card [class*=__text], .industry-cta [class*=__text], .press-card [class*=__text], .press-release [class*=__text], .event [class*=__text], .product [class*=__text], .team [class*=__text], .vid-card [class*=__text], .post-card [class*=__text], .post [class*=__text], .card [class*=__text], .search-card p, .industry-cta p, .press-card p, .press-release p, .event p, .product p, .team p, .vid-card p, .post-card p, .post p, .card p {
    font-size: 0.85em;
  }
}

.industry-cta [class*=__figure], .team [class*=__figure], .post [class*=__figure], .card [class*=__figure],
.no-bg [class*=__figure] {
  border-bottom: 4px solid #fff;
  box-shadow: 0px 4px 0px #002d72;
}
.industry-cta [class*=__content], .team [class*=__content], .post [class*=__content], .card [class*=__content],
.no-bg [class*=__content] {
  padding: 1.5em 2em 0 0;
  background-color: transparent;
}

.press-release__figure img,
.has-overlay img {
  filter: grayscale(100%);
}
.press-release__figure:after,
.has-overlay:after {
  z-index: 5;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #69b3e7;
}

.press-card [class*=__link]:before, .event [class*=__link]:before, .product [class*=__link]:before,
.has-pseudo-hover [class*=__link]:before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.press-card [class*=__link]:hover:before, .event [class*=__link]:hover:before, .product [class*=__link]:hover:before,
.has-pseudo-hover [class*=__link]:hover:before {
  transform: scale(1.075);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.press-release__figure,
.figure-sm {
  padding-bottom: 40% !important;
}

@media (min-width: 65em) {
  .press-release [class*=__content], .post-card [class*=__content], .post:not(.post--press-room):not(.post--module) [class*=__content] {
    min-height: 20em;
  }
}
@media (min-width: 65em) {
  .press-release [class*=__content] .btn-line, .post-card [class*=__content] .btn-line, .post:not(.post--press-room):not(.post--module) [class*=__content] .btn-line {
    position: absolute;
    bottom: 2em;
  }
}

@media (min-width: 54em) {
  .search-card [class*=__content], .vid-card [class*=__content] {
    min-height: 20em;
  }
}
@media (min-width: 93em) {
  .search-card [class*=__content], .vid-card [class*=__content] {
    min-height: 17.5em;
  }
}
@media (min-width: 93em) {
  .search-card [class*=__content] .btn-line, .vid-card [class*=__content] .btn-line {
    position: absolute;
    bottom: 2em;
  }
}

@media (min-width: 54em) {
  .press-card [class*=__content], .event [class*=__content] {
    min-height: 20em;
  }
}
@media (min-width: 93em) {
  .press-card [class*=__content], .event [class*=__content] {
    min-height: 16em;
  }
}
@media (min-width: 65em) {
  .press-card [class*=__content] .btn-line, .event [class*=__content] .btn-line {
    position: absolute;
    bottom: 2em;
  }
}

.dev-card, .industry, .wide-card {
  position: relative;
}
.dev-card [class*=__link], .industry [class*=__link], .wide-card [class*=__link] {
  position: relative;
  display: block;
  margin-bottom: 2em;
  background-color: #fff;
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}
@media (min-width: 54em) {
  .dev-card [class*=__link], .industry [class*=__link], .wide-card [class*=__link] {
    display: flex;
    flex-direction: row;
  }
}
.dev-card [class*=__thumb], .industry [class*=__thumb], .wide-card [class*=__thumb] {
  position: relative;
  background-color: #ddd;
}
.dev-card [class*=__img], .industry [class*=__img], .wide-card [class*=__img] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 50%;
}
@media (min-width: 54em) {
  .dev-card [class*=__img], .industry [class*=__img], .wide-card [class*=__img] {
    padding-bottom: 80%;
  }
}
.dev-card [class*=__content], .industry [class*=__content], .wide-card [class*=__content] {
  padding: 1.5em;
  margin: 0;
}
@media (min-width: 54em) {
  .dev-card [class*=__content], .industry [class*=__content], .wide-card [class*=__content] {
    display: flex;
    align-items: center;
  }
}
.dev-card [class*=__content] > div, .industry [class*=__content] > div, .wide-card [class*=__content] > div {
  padding: 2em 0.5em;
}
@media (min-width: 54em) {
  .dev-card [class*=__content] > div, .industry [class*=__content] > div, .wide-card [class*=__content] > div {
    padding: 2em 3em;
  }
}
@media (min-width: 93em) {
  .dev-card [class*=__content] > div, .industry [class*=__content] > div, .wide-card [class*=__content] > div {
    padding: 3em 4em;
  }
}
.dev-card [class*=__icon], .industry [class*=__icon], .wide-card [class*=__icon] {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: -0.75em;
}
@media (min-width: 54em) {
  .dev-card [class*=__icon], .industry [class*=__icon], .wide-card [class*=__icon] {
    top: calc(50% - 0.75em);
    right: calc(0% - 0.5em);
    left: calc(100% - 0.5em);
  }
}
[class*=__link]:hover .dev-card [class*=__icon]:after, [class*=__link]:hover .industry [class*=__icon]:after, [class*=__link]:hover .wide-card [class*=__icon]:after {
  transform: scale(1.25);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.dev-card [class*=__title], .industry [class*=__title], .wide-card [class*=__title] {
  margin: 0 0 0.5em;
}
.dev-card [class*=__text], .industry [class*=__text], .wide-card [class*=__text], .dev-card p, .industry p, .wide-card p {
  color: #767676;
  margin: 0 0 1em;
  max-width: 35em;
}

@media (min-width: 54em) {
  .portal-card:nth-of-type(even) [class*=__link], .dev-card:nth-of-type(even) [class*=__link], .industry:nth-of-type(even) [class*=__link], .wide-card:nth-of-type(even) [class*=__link] {
    flex-direction: row-reverse;
  }
}
@media (min-width: 54em) {
  .portal-card:nth-of-type(even) [class*=__link] [class*=__icon], .dev-card:nth-of-type(even) [class*=__link] [class*=__icon], .industry:nth-of-type(even) [class*=__link] [class*=__icon], .wide-card:nth-of-type(even) [class*=__link] [class*=__icon] {
    top: calc(50% - 0.75em);
    left: calc(0% - 0.5em);
    right: calc(100% - 0.5em);
  }
}

a {
  color: #002d72;
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
}
a:hover, a:focus {
  color: #767676;
  transition: color 0.4s ease-in-out;
}
a:active {
  color: #363636;
}

body {
  font-family: "Lato", Helvetica, sans-serif;
  line-height: 1.5;
  color: #767676;
  background-color: #fff;
}

body {
  font-size: 100%;
}
@media (min-width: 32em) {
  body {
    font-size: 102%;
  }
}
@media (min-width: 54em) {
  body {
    font-size: 105%;
  }
}
@media (min-width: 65em) {
  body {
    font-size: 106%;
  }
}
@media (min-width: 75em) {
  body {
    font-size: 107%;
  }
}
@media (min-width: 93em) {
  body {
    font-size: 125%;
  }
}
@media (min-width: 115em) {
  body {
    font-size: 130%;
  }
}
@media (min-width: 130em) {
  body {
    font-size: 150%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 900;
}

p {
  margin-top: 0;
  margin-bottom: 0.75em;
}
@media (min-width: 115em) {
  p {
    font-size: 0.85em;
  }
}

small {
  display: block;
  margin-bottom: 1em;
  font-size: 80%;
}

b, strong {
  font-weight: 700;
}

::-moz-selection {
  color: white;
  background: #002d72;
  text-shadow: none;
}

::selection {
  color: white;
  background: #002d72;
  text-shadow: none;
}

.inx-articleTitle,
.inx-categoryTitle {
  font-weight: 400;
}

.list-unstyled, .list-vert {
  margin: 0 auto;
  padding-left: 0;
  list-style-type: none;
}

.list-vert li {
  display: inline-block;
}

ol li {
  padding-bottom: 0.5em;
}

.content, .post-content, .img-text {
  /*
    ol{
      counter-reset: li;
      margin-left: 1.2em;
    }
    ol > li:before {
     content: counter(li) ".";
     counter-increment: li;
     position:absolute;
     //top: -2px;
     left: -1.2em;
     width: 1em;
     font-family: $font-header;
     font-weight: 600;
     color: #999;
    }
  */
}
.content ul, .post-content ul, .img-text ul {
  margin: 0.5em 0 0.5em 1em;
  list-style: disc;
}
.content ul > li, .post-content ul > li, .img-text ul > li {
  position: relative;
  list-style-position: outside;
  margin: 0 0 0.5em 0em;
  padding-left: 0.15em;
  font-size: 0.85em;
  line-height: 1.4;
}
.content ul > li > ul, .post-content ul > li > ul, .img-text ul > li > ul {
  margin: 0.5em 0 0.5em 0.5em;
  padding-left: 0.5em;
  font-size: 0.85em;
  line-height: 1.7;
}
.content ol, .post-content ol, .img-text ol {
  margin: 1em 0 1em 1em;
}
.content ol > li, .post-content ol > li, .img-text ol > li {
  position: relative;
  list-style-position: outside;
  margin: 0 0 0.5em 0em;
  padding-left: 0.15em;
  font-size: 0.85em;
  line-height: 1.4;
}
.content ol > li > ol, .post-content ol > li > ol, .img-text ol > li > ol {
  margin: 0.5em 0 0.5em 0.5em;
  padding-left: 0.5em;
  font-size: 0.85em;
  line-height: 1.7;
}

img, svg, figure, picture, object, embed, iframe, video {
  max-width: 100%;
  height: auto;
}

.flex-vid {
  position: relative;
  height: 0;
  margin-bottom: 1em;
  padding-bottom: 56.5%;
  overflow: hidden;
}
.flex-vid iframe, .flex-vid object, .flex-vid embed, .flex-vid video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-fail {
  padding: 2.5em 0.5em 1em;
}
.embed-fail__message {
  display: block;
  text-align: center;
}
.embed-fail .btn, .embed-fail .mast .campaign-form div.gform_body input.gform_previous_button, .mast .campaign-form div.gform_body .embed-fail input.gform_previous_button,
.embed-fail .mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body .embed-fail input.gform_next_button,
.embed-fail .mast .campaign-form div.gform_body input[type=submit],
.mast .campaign-form div.gform_body .embed-fail input[type=submit], .embed-fail .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line, .campaigns-template-campaign-landing-page .cta.cta--beta .embed-fail .btn-line {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.align-center img {
  display: block;
  margin: 0 auto;
}

iframe {
  overflow: none;
}

input, textarea, select {
  display: block;
  width: 100%;
  padding: 1.15em 0.5rem 0.855em;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  border: 1px solid #002d72;
  border-radius: 2px;
  box-shadow: none;
  outline: 0;
  transition: all 0.25s ease-in;
  -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus {
  border-color: #005eb8;
}

.field--minimal {
  border: 0;
  border-bottom: 1px solid #002d72;
}

select, .select {
  -webkit-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAOCAYAAADaOrdAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU1JREFUeNqsk08rRFEUwO/c5BPYsrBULFho/BniOzBEw4xPYPZKWSkblgwi/z4HGTb+TKEUFiyEMhYiG35H59Xr5b73Zsyp3zv17j397jvv3IRpnW43xnTDkqkivksLzrVEW36WdGR5TMAi7JkaBoJt0gykRTIPFzAEuzUUjMAB5Ot4PEAv7MOw7kv/Q7Cj9YcwSDu/rK69Qj9cqWirSsGGCoqeQN5b354X6INrGIXNCgXrpHE4hgEEn96aDex91km7gTFYiykokDJwIh3xC37XGeG/6hr0RM2wCrkQxzJMwRl0IfgIbrCOQmldJ9xCFlYiBOcuQZjEEyW1dTn9In8UVHAqLXYJoiQSTzoMdzCpl7Zec1ZblELwHvrPHP8kGI16sZrgElqgJAdAUI4qtjEn9B564FEFMuYpKMcpthVcBRF1wJyO+Vvcwh8BBgBKvGGZVv80xwAAAABJRU5ErkJggg==");
  background-position: 97.5% center;
  background-repeat: no-repeat;
  background-size: 0.9em;
  color: #767676;
  cursor: pointer;
}

select[disabled] {
  color: #a8a8a8;
}

label {
  display: inline-block;
  margin: 0 0 0.5em;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  color: #002d72;
}

.input-group, .signup__inputs {
  margin: 0em auto 1em;
  display: flex;
}
.input-group input:first-child, .signup__inputs input:first-child {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group__btn {
  flex-basis: 15%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

::-moz-placeholder {
  letter-spacing: 0.05em;
  color: #767676;
}

::placeholder {
  letter-spacing: 0.05em;
  color: #767676;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5;
}
table td {
  padding: 0.6em 0 0.3em;
  vertical-align: middle;
  font-size: 0.75em;
  line-height: 1.5;
  text-align: left;
}
table th {
  padding: 1% 0 0.5%;
  font-size: 0.85em;
}
table thead {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #e4e4e4;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody tr {
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #f8fafd;
  transition: background-color 0.6s ease-in;
}

.table--striped tr:nth-child(2n+2) {
  background-color: #f8fafd;
  transition: background-color 0.6s ease-in;
}

.table--striped tr:nth-child(2n+2) {
  background-color: #f8fafd;
  transition: background-color 0.6s ease-in;
}
.table--footnote {
  font-size: 0.65em;
  text-align: center;
  padding: 0.8em 0;
}

@-webkit-keyframes fluidboxLoading {
  0% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes fluidboxLoading {
  0% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  }
}
.fluidbox {
  outline: none;
}

.fluidbox__overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -100%; /* Negative top and bottom is to fix some Safari cases where image got blurry */
  left: 0;
  bottom: -100%; /* Negative top and bottom is to fix some Safari cases where image got blurry */
  right: 0;
  /* Transition time for overlay is halved to ensure that flickering doesn't happen */
  transition: all 0.5s ease-in-out;
}
.fluidbox--opened .fluidbox__overlay {
  pointer-events: auto;
}

.fluidbox__wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s;
  /* To prevent flickering, we delay the showing of the image */
}
.fluidbox--closed .fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s;
}

.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transition-duration: 0s, 0.5s;
  transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform; /* autoprefixer: off */
  transition-property: opacity, -webkit-transform; /* autoprefixer: off */
  transition-property: opacity, transform; /* autoprefixer: off */
}
.fluidbox--opened .fluidbox__ghost {
  cursor: pointer;
  cursor: zoom-out;
}
.fluidbox--closed .fluidbox__ghost {
  transition-delay: 0.5s, 0s;
}

.fluidbox__loader {
  opacity: 0;
  perspective: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fluidbox__loader::before {
  /* You can replace this with any color you want, or even a loading gif if desired */
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%;
  transform: translate(-50%, -50%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

.fluidbox--loading .fluidbox__loader {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.fluidbox--loading .fluidbox__loader::before {
  -webkit-animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
          animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
}

/*----------------------------------------------   
-- Slick SLider, lib styles
-----------------------------------------------  */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: 0;
}

.slick-list {
  position: relative;
  z-index: 5;
  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;
}

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

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

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

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

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

.slick-slide img {
  display: block;
  margin-bottom: 0 auto;
}

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

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

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

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

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

/* Dots */
.slick-dots {
  z-index: 8;
  position: absolute;
  bottom: 1em;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  line-height: 1;
  display: block;
  width: 5px;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #f1c400;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  width: 9px;
  height: 9px;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.slick-dots .slick-active button,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  width: 9px;
  height: 9px;
  opacity: 1;
  background-color: #f1c400;
  border-color: #f1c400;
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-arrow {
  z-index: 8;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 40px;
  width: 1rem;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: 0;
  opacity: 0.75;
  transition: transform 0.2s ease-out;
}
@media (min-width: 54em) {
  .slick-arrow {
    width: 3rem;
    opacity: 1;
  }
}
@media (min-width: 65em) {
  .slick-arrow {
    width: 15rem;
    opacity: 1;
  }
}
.slick-arrow:after, .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  display: block;
  width: 10px;
  height: 3px;
  background-color: #f1c400;
  transform-origin: right;
}
@media (min-width: 54em) {
  .slick-arrow:after, .slick-arrow:before {
    width: 25px;
  }
}
.slick-arrow:after {
  margin-top: 0.8px;
  transform: rotate(55deg);
}
.slick-arrow:before {
  margin-top: -0.8px;
  transform: rotate(-55deg);
}
.slick-arrow:hover {
  transform: translateX(5%);
  will-change: transform;
}

.slick-prev {
  left: 0;
  transform: scaleX(-1);
}
.slick-prev:hover {
  transform: scaleX(-1) translateX(5%);
}

.slick-next {
  right: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0.5em;
  padding-right: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 12em;
  overflow-y: auto;
}

.select2-results__option {
  padding: 0.5em;
  font-size: 0.75em;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #002d72;
  line-height: 2.2em;
  height: 2em;
  border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #002d72;
  font-size: 0.75em;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  border-color: #002d72 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.site-menu-sm {
  z-index: 9;
  position: fixed;
  right: 0;
  display: flex;
  height: 100vh;
  height: 100%;
  width: 100%;
  margin-top: 4em;
  background-color: rgba(255, 255, 255, 0.99);
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.site-menu-sm > nav {
  display: block;
  height: 130%;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.site-menu-sm > nav > ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Lato", Helvetica, sans-serif;
}
.site-menu-sm > nav li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.6em 0 0.3em;
  font-family: "Lato", Helvetica, sans-serif;
  text-align: left;
  opacity: 0;
  border-bottom: 1px solid rgba(208, 204, 204, 0.5);
  transition: transform 0.5s ease, opacity 0.45s ease;
  transform: translateX(10%);
}
.site-menu-sm > nav a {
  display: block;
  padding: 0.3em 1em;
  color: #002d72;
  font-size: 1em;
  font-weight: 600;
  transition: all 0.5s ease;
}
.site-menu-sm > nav a:hover, .site-menu-sm > nav a:focus, .site-menu-sm > nav a.active {
  color: rgba(0, 94, 184, 0.6);
}

.js-menu--is-open {
  /*--offcanvas-bg--*/
}
.js-menu--is-open .site-menu-sm {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  /*--offcanvas nav link animation--*/
}
.js-menu--is-open .site-menu-sm ul li {
  opacity: 1;
  transform: translateX(0px);
  transition: transform 0.5s ease, opacity 0.45s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(8) {
  transition-delay: 0.8s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(9) {
  transition-delay: 0.9s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(10) {
  transition-delay: 1s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(11) {
  transition-delay: 1.1s;
}
.js-menu--is-open .site-menu-sm ul li:nth-child(12) {
  transition-delay: 1.2s;
}

.has-submenu {
  position: relative;
}
.has-submenu > a {
  position: relative;
}

.sub-sub-menu {
  padding-left: 1rem;
}

.submenu {
  position: relative;
  top: 0;
  display: block;
  max-height: 0em;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.submenu__caret {
  position: absolute;
  right: 6%;
  top: 45%;
  width: 9px;
  height: 5px;
  padding: 0;
  transition: transform 0.3s ease;
}
.submenu__caret:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 5px solid #002d72;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.submenu__caret:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.submenu__item:first-child {
  margin-top: 0.4em;
  border-top: 1px solid rgba(208, 204, 204, 0.3);
}
.submenu__item:last-child {
  border-bottom: 0;
}
.submenu__link {
  margin-left: 0.5em;
}

.js-submenu--is-open {
  max-height: 100em;
  overflow-y: scroll;
}
.js-submenu--is-open .submenu__caret {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.js-submenu--is-open li {
  opacity: 1;
  transition: opacity 0.1 ease;
}

.scorecard-city main {
  padding-top: 5.5em;
}

.site-header {
  z-index: 10;
  position: relative;
  top: 0;
  display: flex;
  width: 100%;
  height: 4em;
  background-color: #002d72;
  transition: transform 0.4s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header:after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.site-header__wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #002d72;
}
@media (min-width: 65em) and (max-width: 70em) {
  .site-header__wrap {
    font-size: 90%;
  }
}
.site-header.bg-transparent {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  transition: all 0.3s;
}
.site-header.bg-transparent .logo {
  display: none;
}
body.admin-bar .site-header.bg-transparent {
  margin-top: 48px !important;
}
@media (min-width: 54em) {
  body.admin-bar .site-header.bg-transparent {
    margin-top: 32px !important;
  }
}
.site-header.bg-transparent .site-header__wrap {
  background: transparent;
}
.site-header.bg-transparent nav {
  display: none;
}
body.scrolling-down .site-header.bg-transparent {
  opacity: 1;
  background: transparent;
}
@media (min-width: 54em) {
  body.scrolling-down .site-header.bg-transparent {
    position: fixed;
    background: #002d72;
  }
}
body.scrolling-down .site-header.bg-transparent .site-header__wrap {
  background: transparent;
}
@media (min-width: 54em) {
  body.scrolling-down .site-header.bg-transparent .site-header__wrap {
    background: #002d72;
  }
}
body.scrolling-down .site-header.bg-transparent .logo-merger {
  display: none;
}
@media (min-width: 54em) {
  body.scrolling-down .site-header.bg-transparent .logo {
    display: block;
  }
  body.scrolling-down .site-header.bg-transparent nav {
    display: flex;
  }
}

.site-header__logo {
  color: #fff;
  padding-left: 2.5%;
  width: 6em;
  transition: all 0.5s ease;
}
@media (min-width: 54em) {
  .site-header__logo {
    width: 9em;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 1.5em;
    padding-right: 1.8em;
  }
}
.site-header__logo .logo {
  display: block;
  width: 100%;
  transition: all 0.4s 0.4s ease;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.site-header__nav,
.site-header__controls {
  display: none;
  text-align: right;
}
@media (min-width: 65em) {
  .site-header__nav,
.site-header__controls {
    display: flex;
    align-items: center;
    height: 4em;
  }
}
.site-header__nav > ul,
.site-header__controls > ul {
  display: flex;
  width: 100%;
  align-items: center;
  list-style: none;
}
.site-header__nav .site-header__item,
.site-header__controls .site-header__item {
  padding: 1.25em 0;
}
.site-header__nav .site-header__item > a,
.site-header__controls .site-header__item > a {
  position: relative;
  padding: 0.5em 1em;
  font-size: 0.75em;
  color: #fff;
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  min-width: auto;
}
.site-header__nav .site-header__item > a:hover, .site-header__nav .site-header__item > a:focus,
.site-header__controls .site-header__item > a:hover,
.site-header__controls .site-header__item > a:focus {
  color: #f1c400;
  transition: color 0.4s ease-in-out;
}
.site-header__nav .site-header__item > a:active,
.site-header__controls .site-header__item > a:active {
  color: #725c00;
}
.site-header__nav .site-header__item > a.is-active,
.site-header__controls .site-header__item > a.is-active {
  color: #f1c400;
}
.site-header__nav .site-header__item > a:hover, .site-header__nav .site-header__item > a:focus,
.site-header__controls .site-header__item > a:hover,
.site-header__controls .site-header__item > a:focus {
  color: #f1c400;
  transition: color 0.4s ease-in-out;
  cursor: pointer;
}
.site-header__nav .site-header__item > .btn, .site-header__nav .mast .campaign-form div.gform_body .site-header__item > input.gform_previous_button, .mast .campaign-form div.gform_body .site-header__nav .site-header__item > input.gform_previous_button,
.site-header__nav .mast .campaign-form div.gform_body .site-header__item > input.gform_next_button,
.mast .campaign-form div.gform_body .site-header__nav .site-header__item > input.gform_next_button,
.site-header__nav .mast .campaign-form div.gform_body .site-header__item > input[type=submit],
.mast .campaign-form div.gform_body .site-header__nav .site-header__item > input[type=submit], .site-header__nav .campaigns-template-campaign-landing-page .cta.cta--beta .site-header__item > .btn-line, .campaigns-template-campaign-landing-page .cta.cta--beta .site-header__nav .site-header__item > .btn-line,
.site-header__controls .site-header__item > .btn,
.site-header__controls .mast .campaign-form div.gform_body .site-header__item > input.gform_previous_button,
.mast .campaign-form div.gform_body .site-header__controls .site-header__item > input.gform_previous_button,
.site-header__controls .mast .campaign-form div.gform_body .site-header__item > input.gform_next_button,
.mast .campaign-form div.gform_body .site-header__controls .site-header__item > input.gform_next_button,
.site-header__controls .mast .campaign-form div.gform_body .site-header__item > input[type=submit],
.mast .campaign-form div.gform_body .site-header__controls .site-header__item > input[type=submit],
.site-header__controls .campaigns-template-campaign-landing-page .cta.cta--beta .site-header__item > .btn-line,
.campaigns-template-campaign-landing-page .cta.cta--beta .site-header__controls .site-header__item > .btn-line {
  margin-left: 2em;
}

@media (min-width: 65em) {
  .site-header__controls {
    position: absolute;
    right: 2.5%;
    top: 0;
  }
}
.site-header__controls .site-header__search {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 0 1em;
}
.site-header__controls i {
  vertical-align: middle;
  margin-left: 0.5em;
  font-size: 1.1em;
}

.site-header__menu-toggle {
  position: fixed;
  z-index: 991;
  height: 3rem;
  width: 3rem;
  right: 0.5em;
}
@media (min-width: 65em) {
  .site-header__menu-toggle {
    display: none;
  }
}

.site-header__menu-bars {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 1px;
  margin: 0.75em auto;
  background: #fff;
  transition: background 0.4s ease-in-out;
}
.site-header__menu-bars:before {
  top: -7px;
}
.site-header__menu-bars:after {
  top: 7px;
}
.site-header__menu-bars:after, .site-header__menu-bars:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 10;
  transition: all 0.4s ease-in-out;
}
.site-header__menu-bars:hover {
  cursor: pointer;
}

.js-menu--is-open .site-header__menu-bars {
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
}
.js-menu--is-open .site-header__menu-bars:after, .js-menu--is-open .site-header__menu-bars:before {
  top: 0 !important;
  background: #fff !important;
  zoom: 1;
}
.js-menu--is-open .site-header__menu-bars:after {
  transform: rotate(45deg);
}
.js-menu--is-open .site-header__menu-bars:before {
  transform: rotate(-45deg);
}
.js-menu--is-open .site-header__logo .svg {
  will-change: transform;
  transform: scale(0);
  transition: transform 0.2s ease;
}

.lp-bar__pusher {
  display: none;
  height: 0 !important;
}

@media (max-width: 54em) {
  .has-dropdown {
    display: none;
    height: 0;
    width: 0;
  }
}

.nav-drawer {
  z-index: -99;
  position: absolute;
  left: 0;
  top: 4em;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1em 0;
  margin: 0 auto;
  opacity: 0;
  list-style: none;
  background-color: #002359;
  transform: translateY(-100%);
  transition: opacity 0.5s ease, transform 0.25s ease;
  /*
    &:before, &:after{
      z-index: -2;
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: darken($color-alpha, 5);
      border-bottom: 1px solid darken($color-alpha, 9);
    }

    &:before{
      left: -2em;
    }
    &:after{
      right: -2em;
    }
  */
}
.nav-drawer:nth-child(1) {
  transition-delay: 0.1s;
}
.nav-drawer:nth-child(2) {
  transition-delay: 0.2s;
}
.nav-drawer:nth-child(3) {
  transition-delay: 0.3s;
}
.nav-drawer:nth-child(4) {
  transition-delay: 0.4s;
}
.nav-drawer:nth-child(5) {
  transition-delay: 0.5s;
}
.nav-drawer:nth-child(6) {
  transition-delay: 0.6s;
}
.nav-drawer:nth-child(7) {
  transition-delay: 0.7s;
}
@media (max-width: 54em) {
  .nav-drawer {
    display: none;
  }
}
.nav-drawer__item {
  position: relative;
  width: 25%;
  max-width: 25%;
  flex-basis: 25%;
  opacity: 0;
  padding: 0.5em 1em;
  will-change: opacity;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 65em) {
  .nav-drawer__item {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    flex-basis: 14.2857142857%;
  }
}
.nav-drawer__title {
  display: block;
  margin: 0.5em 0;
  text-align: left;
  transition: all 0.4s ease;
}
.nav-drawer__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 21em;
  background-color: #002d72;
  outline: 1px solid transparent;
  will-change: transform;
  will-change: opacity;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-drawer__link {
  color: #fff;
  font-size: 0.75em;
}

.nav-drawer__link:hover img {
  opacity: 0.7;
  transition: 0.5s ease;
  will-change: opacity;
}
.nav-drawer__link:hover .nav-drawer__title {
  color: #f1c400 !important;
}

body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer {
  opacity: 1;
  visibility: visible;
  transform: translateY(-0.5%);
  transition-delay: 0.2s;
  transition: transform 0.5s ease, opacity 0.5 ease;
}
body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer__item {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}
body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer__item:nth-child(1) {
  transition-delay: 0.15s;
}
body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer__item:nth-child(2) {
  transition-delay: 0.3s;
}
body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer__item:nth-child(3) {
  transition-delay: 0.45s;
}
body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer__item:nth-child(4) {
  transition-delay: 0.6s;
}
body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer__item:nth-child(5) {
  transition-delay: 0.75s;
}
body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer__item:nth-child(6) {
  transition-delay: 0.9s;
}
body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer__item:nth-child(7) {
  transition-delay: 1.05s;
}

/*----------------------------------------------
Drawer items
-----------------------------------------------  */
.nav-drawer:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-drawer:nth-child(2) {
  transition-delay: 0.2s;
}

.nav-drawer:nth-child(3) {
  transition-delay: 0.3s;
}

.nav-drawer:nth-child(4) {
  transition-delay: 0.4s;
}

.nav-drawer:nth-child(5) {
  transition-delay: 0.5s;
}

.nav-drawer:nth-child(6) {
  transition-delay: 0.6s;
}

.nav-drawer:nth-child(7) {
  transition-delay: 0.7s;
}

@media (max-width: 54em) {
  .nav-drawer, .nav-drop {
    display: none;
  }
}
.nav-drawer__item {
  position: relative;
  width: 25%;
  max-width: 25%;
  flex-basis: 25%;
  opacity: 0;
  padding: 0.5em 1em;
  will-change: opacity;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 65em) {
  .nav-drawer__item {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    flex-basis: 14.2857142857%;
  }
}
.nav-drawer__title {
  display: block;
  margin: 0.5em 0;
  text-align: left;
  transition: all 0.4s ease;
}

.nav-drawer__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 21em;
  background-color: #002d72;
  outline: 1px solid transparent;
  will-change: transform;
  will-change: opacity;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-drawer__link {
  color: #fff;
  font-size: 0.75em;
}

a.nav-drawer__link:hover img {
  opacity: 0.7;
  transition: 0.5s ease;
  will-change: opacity;
}

a.nav-drawer__link:hover .nav-drawer__title {
  color: #f1c400 !important;
}

.nav-drawer__link.nav-drawer__link-sub {
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 0.6em;
}

.nav-drop {
  z-index: -99;
  position: absolute;
  top: 4em;
  padding: 1em 0;
  margin: 0 auto;
  opacity: 0;
  text-align: center;
  list-style: none;
  background-color: #002359;
  transform: translateY(-100%);
  transition: opacity 0.5s ease, transform 0.25s ease;
}

.nav-drop .site-header__item {
  line-height: 2.5;
}

body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drawer, body:not(.js-menu--is-open) .site-header .has-dropdown:hover .nav-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(-0.5%);
  transition-delay: 0.2s;
  transition: transform 0.5s ease, opacity 0.5 ease;
}

.site-search {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  height: 8em;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #003586;
  transform: translateY(-105%);
  transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-search__content {
  width: 95%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.site-search__form {
  display: flex;
}
.site-search__input {
  font-size: 1em;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
  border: 0;
  padding-left: 2em;
}
.site-search__input:focus {
  border-color: rgba(255, 255, 255, 0.9);
}
.site-search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.site-search__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.site-search__icon {
  position: relative;
  left: 1em;
  margin: 1em 0 0;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.8);
}
.site-search__close {
  position: fixed;
  top: 2.5em;
  right: 2em;
  width: 2.5em;
  height: 2.5em;
}
.site-search__x {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 2.5em;
  height: 1px;
  transform: rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-search__x:before {
  transform: rotate(45deg);
}
.site-search__x:after {
  transform: rotate(-45deg);
}
.site-search__x:after, .site-search__x:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 10;
  transition: transform 0.4s ease-in-out;
}

.site-search--is-open .site-search {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-search--is-open .site-search__content {
  opacity: 1;
  transition: opacity 1s 0.4s ease-in;
}
.site-search--is-open .site-header {
  transform: translateY(8em);
  transition: transform 0.4s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-search--is-open .nav-drawer {
  display: none;
}

.site-footer {
  position: relative;
  display: block;
  padding: 4em 0 2em;
  background-color: #002d72;
  color: #fff;
}
.site-footer ul {
  list-style: none;
}
.site-footer a {
  font-size: 0.8em;
}
.site-footer__content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1em;
}
@media (min-width: 54em) {
  .site-footer__content {
    flex-wrap: no-wrap;
    padding-bottom: 2em;
  }
}
@media (min-width: 54em) {
  .site-footer__logo {
    flex-basis: 20%;
  }
}
@media (max-width: 54em) {
  .site-footer__logo {
    order: 5;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 2em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.site-footer__logo .logo {
  width: 6em;
}
.site-footer__col {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
@media (min-width: 54em) {
  .site-footer__col {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
}
.site-footer__heading {
  margin: 0 0 0.5em;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
}
.site-footer__nav {
  margin-bottom: 1em;
}
.site-footer__nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
}
.site-footer__nav a:hover, .site-footer__nav a:focus {
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.4s ease-in-out;
}
.site-footer__nav a:active {
  color: rgba(191, 191, 191, 0.3);
}
.site-footer__colophon {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2em 0 1em;
  display: flex;
  justify-content: space-between;
}
.site-footer__copy {
  font-size: 0.85em;
}
.site-footer__subnav ul {
  display: flex;
}
.site-footer__subnav li {
  margin-left: 1em;
}
.site-footer__subnav a {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
}
.site-footer__subnav a:hover, .site-footer__subnav a:focus {
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.4s ease-in-out;
}
.site-footer__subnav a:active {
  color: rgba(191, 191, 191, 0.3);
}

.sticky-wrap, .page-nav {
  height: 3em !important;
  line-height: 2em;
}
@media (min-width: 54em) {
  .sticky-wrap, .page-nav {
    height: 3em !important;
  }
}

.page-nav {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  opacity: 1;
  background-color: #005eb8;
  transition: opacity 1s ease;
}
.page-nav li {
  display: inline-block;
}
.page-nav a {
  display: inline-block;
  vertical-align: ceter;
  padding: 0.3em;
  font-size: 0.65em;
  padding: 0 0.5em;
  color: #fff;
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
}
.page-nav a:hover, .page-nav a:focus {
  color: #f1c400;
  transition: color 0.4s ease-in-out;
}
.page-nav a:active {
  color: #725c00;
}

.page-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
}

.js-menu--is-open .page-nav {
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease;
}

@media (max-width: 54em) {
  .page-nav {
    overflow: hidden;
  }
  .page-nav:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5em;
    height: 100%;
    background: linear-gradient(to left, #005eb8 0%, #005eb8 29%, rgba(0, 94, 184, 0.7) 60%, rgba(0, 94, 184, 0.3) 80%, rgba(0, 94, 184, 0) 100%);
  }
  .page-nav nav {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .page-nav nav::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .page-nav nav::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.1px;
    height: 0.1px;
    background: transparent;
  }
  .page-nav ul {
    padding: 0 1em;
    text-align: justify;
  }
  .page-nav nav li:last-child {
    padding-right: 3em;
  }
}
.breadcrumbs {
  padding: 2em 0;
}
.breadcrumbs nav ul {
  display: flex;
  justify-content: center;
  max-width: 40em;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.breadcrumbs nav li {
  position: relative;
  font-size: 0.65em;
  font-weight: 600;
  line-height: 1.6;
}
.breadcrumbs nav li + li:before {
  position: relative;
  top: -1px;
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #818a91;
  content: "/";
}
.breadcrumbs nav a {
  color: #767676;
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
}
.breadcrumbs nav a:hover, .breadcrumbs nav a:focus {
  color: #002d72;
  transition: color 0.4s ease-in-out;
}
.breadcrumbs nav a:active {
  color: black;
}
.breadcrumbs .is-active {
  color: #f1c400;
}

.has-border {
  padding: 1.5em 0;
  border-bottom: 1px solid #f1f1f1;
}

.share-bar {
  z-index: 99;
  position: fixed;
  background-color: #f1c400;
  display: none;
}
@media (min-width: 54em) {
  .share-bar {
    top: 30%;
    left: 0;
    display: block;
  }
}
.share-bar__item {
  display: block;
}
.share-bar__link {
  display: block;
  padding: 0.45em 0.6em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.75em;
}
.share-bar__link:hover {
  color: #fff;
  background-color: #e7bc00;
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.share-bar__link:focus {
  color: #fff;
  background-color: #ddb300;
}
.share-bar i {
  vertical-align: text-bottom;
}
.share-bar__item:last-child a {
  border: 0;
}

.authors__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.authors__grid > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .authors__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.authors__grid.grid--centered {
  justify-content: center;
}

.author-card {
  position: relative;
}
.author-card__link {
  position: relative;
  display: block;
}
@media (min-width: 54em) {
  .author-card__link {
    display: flex;
    flex-direction: row;
  }
}
.author-card__thumb {
  position: relative;
  overflow: hidden;
}
@media (min-width: 54em) {
  .author-card__thumb {
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }
}
.author-card__content {
  padding: 1.5em;
  margin: 0;
}
@media (min-width: 54em) {
  .author-card__content {
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
  }
}
@media (min-width: 54em) {
  .author-card__content {
    padding: 0 1.5em;
  }
}
.author-card__tag {
  margin-bottom: 0.5em;
}
.author-card__title {
  text-transform: capitalize;
}
.author-card__text, .author-card p {
  color: #767676;
}
@media (min-width: 54em) {
  .author-card__text, .author-card p {
    font-size: 0.85em;
  }
}

.book {
  padding: 5em 0;
}
@media (min-width: 54em) {
  .book__link {
    display: flex;
    align-items: center;
  }
}
.book__figure {
  width: 100%;
  max-width: 17em;
  padding: 1em;
  box-shadow: 2rem 1rem 6rem rgba(0, 0, 0, 0.4);
  margin: 3em auto 1em;
  padding: 0;
  display: block;
  transition: transform 0.3s ease;
}
@media (min-width: 54em) {
  .book__figure {
    margin: 0;
  }
}
@media (min-width: 54em) {
  .book__figure--tilt {
    transform: translate(3rem) rotate(4deg);
  }
}
@media (min-width: 54em) {
  .book__link:hover .book__figure--tilt {
    transform: translate(3rem) rotate(8deg);
  }
}
.book img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (min-width: 54em) {
  .book__content {
    flex-basis: 82%;
    width: 82%;
    max-width: 82%;
  }
}
@media (min-width: 54em) {
  .book__content {
    padding-right: 5em;
  }
}
.book__title {
  margin-bottom: 0.5em;
}
.book__text {
  max-width: 32em;
}
.book__img {
  display: block;
}

@media (min-width: 54em) {
  .book--reverse .book__link {
    flex-direction: row-reverse;
  }
}
@media (min-width: 54em) {
  .book--reverse .book__content {
    padding-left: 5em;
    padding-right: 0;
  }
}
@media (min-width: 54em) {
  .book--reverse .book__figure--tilt {
    transform: translate(-3rem) rotate(-4deg);
  }
}
@media (min-width: 54em) {
  .book--reverse .book__link:hover .book__figure--tilt {
    transform: translate(-3rem) rotate(-8deg);
  }
}

.book.bg-white + .bg-white {
  border-top: 1px solid #ddd;
}

blockquote {
  margin: 2em auto;
  color: #002d72;
  font-weight: 600;
}
blockquote cite {
  display: block;
  padding-top: 2em;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 0.65em;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #767676;
}
blockquote cite:before {
  content: "— ";
}

.quote-long {
  padding-left: 1.5em;
  font-weight: 400;
  border-left: 2px solid #002d72;
}

.quote-lg {
  font-size: 130%;
}

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

.campaign-ctas__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.campaign-ctas__grid > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .campaign-ctas__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.campaign-ctas__grid.grid--centered {
  justify-content: center;
}

.campaign-cta__link {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
  align-items: center;
}
.campaign-cta__link > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .campaign-cta__link > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.campaign-cta__link.grid--centered {
  justify-content: center;
}
@media (min-width: 54em) {
  .campaign-cta__figure {
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }
}
@media (min-width: 54em) {
  .campaign-cta__content {
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
  }
}
.campaign-cta * + h5 {
  margin-top: 0.4em;
}
.campaign-cta * + p {
  margin-top: 0.75em;
}
.campaign-cta ul {
  padding-left: 0.75em;
}
.campaign-cta ul li {
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.campaign-cta p, .campaign-cta li {
  color: #767676;
  font-size: 0.9em;
}
.campaign-cta .btn-line {
  margin-top: 1.25em;
}

.form-embed {
  position: relative;
}
.form-embed__iframe {
  opacity: 0;
  height: 100%;
}
.is-loaded .form-embed__iframe {
  opacity: 1;
  transition: opacity 1.5s ease;
}
.form-embed .preloader {
  opacity: 1;
  margin: -5% auto;
  transition: opacity 0.5s ease !important;
}
.is-loaded .form-embed .preloader {
  opacity: 0;
}
.pardot-form-embed .form-embed {
  height: 33em;
}
@media (min-width: 54em) {
  .pardot-form-embed .form-embed {
    height: 30em;
  }
}

.form-embed--sales,
.form-embed--pr,
.form-embed.contact-form-embed {
  height: 64em !important;
}
@media (min-width: 60em) {
  .form-embed--sales,
.form-embed--pr,
.form-embed.contact-form-embed {
    height: 42em !important;
  }
}
@media (min-width: 93em) {
  .form-embed--sales,
.form-embed--pr,
.form-embed.contact-form-embed {
    height: 35.5em !important;
  }
}

.form-embed--lead {
  height: 78vh;
}

.icon--med {
  font-size: 1.5em;
}

.features i, .stats i,
.icon--lg {
  font-size: 2.5em;
}

.icon--xl {
  font-size: 5em;
}

.stats__item:nth-of-type(1) i, .stats__item:nth-of-type(6) i, .stats__item:nth-of-type(7) i,
.icon--xxl {
  font-size: 11.9em;
}

.has-circle {
  position: relative;
  z-index: 5;
  font-size: 3em;
  line-height: 1.5em !important;
  color: #fff;
  text-align: center;
}
.has-circle:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: -0.75em;
  right: -0.75em;
  margin: 0 auto;
  height: 1.5em;
  width: 1.5em;
  background-color: #f1c400;
  border-radius: 100%;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.svg-icon path, .svg-icon circle {
  fill: none;
  stroke-width: 1px;
  stroke: #111;
}
.svg-icon--white path, .svg-icon--white circle {
  fill: none;
  stroke-width: 1px;
  stroke: #fff;
}

.stats .svg-icon path, .stats .svg-icon circle {
  stroke: #fff;
}

.svg-icon:hover path, .svg-icon:hover circle, .svg-icon:hover line, a:hover .svg-icon path, a:hover .svg-icon circle, a:hover .svg-icon line {
  stroke-dasharray: 210;
  -webkit-animation: map-dash 2.5s cubic-bezier(0.19, 1, 0.22, 1);
          animation: map-dash 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes map-dash {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes map-dash {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.btn, .mast .campaign-form div.gform_body input.gform_previous_button,
.mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body input[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line, .btn-line.btn--beta, .btn-line.btn--alpha, .btn-line.btn--white, .btn-line {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-line {
  color: #005eb8;
}
.btn-line:after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0rem;
  background-color: #005eb8;
  transition: all 0.6s ease;
}
.btn-line:hover, a:hover .btn-line {
  color: #005eb8;
  transition: all 0.6s ease;
}
@media (min-width: 54em) {
  .btn-line:hover:after, a:hover .btn-line:after {
    width: 99%;
    transition: all 0.6s ease;
  }
}
.btn-line.btn--white {
  color: #fff;
}
.btn-line.btn--white:after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0rem;
  background-color: #fff;
  transition: all 0.6s ease;
}
.btn-line.btn--white:hover, a:hover .btn-line.btn--white {
  color: #fff;
  transition: all 0.6s ease;
}
@media (min-width: 54em) {
  .btn-line.btn--white:hover:after, a:hover .btn-line.btn--white:after {
    width: 99%;
    transition: all 0.6s ease;
  }
}
.btn-line.btn--alpha {
  color: #002d72;
}
.btn-line.btn--alpha:after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0rem;
  background-color: #002d72;
  transition: all 0.6s ease;
}
.btn-line.btn--alpha:hover, a:hover .btn-line.btn--alpha {
  color: #002d72;
  transition: all 0.6s ease;
}
@media (min-width: 54em) {
  .btn-line.btn--alpha:hover:after, a:hover .btn-line.btn--alpha:after {
    width: 99%;
    transition: all 0.6s ease;
  }
}
.btn-line.btn--beta {
  color: #f1c400;
}
.btn-line.btn--beta:after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 0rem;
  background-color: #f1c400;
  transition: all 0.6s ease;
}
.btn-line.btn--beta:hover, a:hover .btn-line.btn--beta {
  color: #f1c400;
  transition: all 0.6s ease;
}
@media (min-width: 54em) {
  .btn-line.btn--beta:hover:after, a:hover .btn-line.btn--beta:after {
    width: 99%;
    transition: all 0.6s ease;
  }
}

.btn, .mast .campaign-form div.gform_body input.gform_previous_button,
.mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body input[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line {
  color: #fff;
  background-color: #002d72;
  padding: 1.555em 3em 1.355em;
  line-height: 1;
  border-radius: 4px;
  min-width: 18em;
}
.btn:hover, .mast .campaign-form div.gform_body input.gform_previous_button:hover,
.mast .campaign-form div.gform_body input.gform_next_button:hover,
.mast .campaign-form div.gform_body input[type=submit]:hover, .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line:hover {
  color: #fff;
  background-color: #005eb8;
  transition: all 0.6s ease;
}
.btn--delta {
  background-color: #005eb8;
}
.btn--delta:hover {
  background-color: #002d72;
}

.btn--small {
  display: inline-block;
  width: 10em;
  max-width: 10em;
  min-width: 0;
  padding: 1.4em 1em 1em;
  font-size: 0.65em;
}

.btn--clear {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid currentColor;
}

.btn-share {
  border: 1px solid #ddd;
}

a.btn-icon {
  border: 1px solid #ddd;
  display: block;
  display: inline-block;
  border-radius: 3px;
  padding: 0.4em 1em;
  line-height: 1;
}
a.btn-icon i {
  display: inlne;
  vertical-align: middle;
}

@media (min-width: 54em) {
  .btn-group {
    display: flex;
  }
}
@media (min-width: 54em) {
  .btn-group .btn, .btn-group .mast .campaign-form div.gform_body input.gform_previous_button, .mast .campaign-form div.gform_body .btn-group input.gform_previous_button,
.btn-group .mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body .btn-group input.gform_next_button,
.btn-group .mast .campaign-form div.gform_body input[type=submit],
.mast .campaign-form div.gform_body .btn-group input[type=submit], .btn-group .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line, .campaigns-template-campaign-landing-page .cta.cta--beta .btn-group .btn-line, .btn-group .btn-line {
    margin-right: 2em;
  }
}

.btn.btn-solid:hover, .mast .campaign-form div.gform_body input.btn-solid.gform_previous_button:hover,
.mast .campaign-form div.gform_body input.btn-solid.gform_next_button:hover,
.mast .campaign-form div.gform_body input.btn-solid[type=submit]:hover, .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line:hover {
  opacity: 0.8;
  background-color: inherit;
}

.btn.btn-solid-blue, .mast .campaign-form div.gform_body input.btn-solid-blue.gform_previous_button,
.mast .campaign-form div.gform_body input.btn-solid-blue.gform_next_button,
.mast .campaign-form div.gform_body input.btn-solid-blue[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-solid-blue.btn-line {
  background-color: #004EA8;
}

.btn.btn-solid-darkblue, .mast .campaign-form div.gform_body input.btn-solid-darkblue.gform_previous_button,
.mast .campaign-form div.gform_body input.btn-solid-darkblue.gform_next_button,
.mast .campaign-form div.gform_body input.btn-solid-darkblue[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-solid-darkblue.btn-line {
  background-color: #002D72;
}

.btn.btn-solid-yellow, .mast .campaign-form div.gform_body input.btn-solid-yellow.gform_previous_button,
.mast .campaign-form div.gform_body input.btn-solid-yellow.gform_next_button,
.mast .campaign-form div.gform_body input.btn-solid-yellow[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line {
  background-color: #F1C400;
  border: solid 1px #F1C400;
}
.btn.btn-solid-yellow:hover, .mast .campaign-form div.gform_body input.btn-solid-yellow.gform_previous_button:hover,
.mast .campaign-form div.gform_body input.btn-solid-yellow.gform_next_button:hover,
.mast .campaign-form div.gform_body input.btn-solid-yellow[type=submit]:hover, .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line:hover {
  border: solid 1px #F1C400;
  cursor: pointer;
}

.btn.btn-outline, .mast .campaign-form div.gform_body input.btn-outline.gform_previous_button,
.mast .campaign-form div.gform_body input.btn-outline.gform_next_button,
.mast .campaign-form div.gform_body input.btn-outline[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-outline.btn-line {
  background: none;
}

.btn.btn-outline-blue, .mast .campaign-form div.gform_body input.btn-outline-blue.gform_previous_button,
.mast .campaign-form div.gform_body input.btn-outline-blue.gform_next_button,
.mast .campaign-form div.gform_body input.btn-outline-blue[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-outline-blue.btn-line {
  border: 2px solid #004EA8;
  color: #004EA8;
}

.btn.btn-outline-darkblue, .mast .campaign-form div.gform_body input.btn-outline-darkblue.gform_previous_button,
.mast .campaign-form div.gform_body input.btn-outline-darkblue.gform_next_button,
.mast .campaign-form div.gform_body input.btn-outline-darkblue[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-outline-darkblue.btn-line {
  border: 2px solid #002D72;
  color: #002D72;
}

.btn.btn-outline-white, .mast .campaign-form div.gform_body input.btn-outline-white.gform_previous_button,
.mast .campaign-form div.gform_body input.btn-outline-white.gform_next_button,
.mast .campaign-form div.gform_body input.btn-outline-white[type=submit], .campaigns-template-campaign-landing-page .cta.cta--beta .btn-outline-white.btn-line {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.tabs {
  padding: 2em 0 0;
}
.tabs__nav {
  position: relative;
  width: 100%;
  max-width: 60em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 32em) {
  .tabs__nav {
    width: 92%;
  }
}
@media (min-width: 54em) {
  .tabs__nav {
    width: 90%;
  }
}
.tabs__nav li {
  list-style: none;
  display: inline-block;
  padding-right: 1em;
}
.tabs__nav li:hover {
  cursor: pointer;
}
.tabs__viewer li {
  list-style: none;
}
.tabs__viewer .contact-form .grid, .tabs__viewer .contact-form .grid-full, .tabs__viewer .contact-form .grid--full {
  width: 100%;
  max-width: 100%;
}

.tabs--contacts .tabs__tab {
  padding: 1.75em 2em 1em;
  min-width: 10em;
  text-align: center;
  color: #002d72;
  background-color: #fff;
}
.tabs--contacts .tabs__tab.is-active {
  background-color: #f1f1f1;
}
.tabs--contacts .tabs__nav {
  background-color: #fff;
}
.tabs--contacts .tabs__viewer {
  padding-top: 2em;
  background: #f1f1f1;
}

.dropdown {
  z-index: 5;
  position: relative;
  display: block;
  height: 2em;
  width: 15em;
  white-space: nowrap;
  text-align: left;
}
.dropdown ul {
  top: 0;
  display: inline-block;
  max-height: 2em;
  width: 100%;
  background: #fff;
  border: 1px solid #002d72;
  border-radius: 1px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.dropdown ul li {
  display: block;
  padding: 0.65em 0.5em;
  line-height: 1;
  opacity: 0;
  font-size: 0.9em;
  cursor: pointer;
  transition: opacity 1s ease;
}
.dropdown ul li:hover, .dropdown ul li:active {
  color: #002d72;
  transition: color 0.7s ease;
}
.dropdown ul li.dropdown__label {
  opacity: 1;
  line-height: 1.2;
  color: #002d72;
}
.dropdown__caret {
  position: absolute;
  right: 6%;
  top: 45%;
  width: 9px;
  height: 5px;
  padding: 0;
  transition: transform 0.3s ease;
}
.dropdown__caret:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 5px solid #002d72;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.dropdown__caret:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.dropdown.is-open ul {
  max-height: 38em;
}
.dropdown.is-open ul li {
  opacity: 1;
  transition: opacity 0.1 ease;
}
.dropdown.is-open .dropdown__caret {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.popup {
  z-index: -2;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow-y: auto;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
}
.popup li {
  color: #fff;
  opacity: 0;
  transform: translateY(-1.5em);
}
.popup .contact-form__title {
  color: #002d72;
}
.popup--is-open .popup.is-open, .popup--auto-open .popup.is-open {
  z-index: 999 !important;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.6s ease;
}
.popup--is-open .popup.is-open li, .popup--auto-open .popup.is-open li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.popup--is-open .popup.is-open li:nth-child(1), .popup--auto-open .popup.is-open li:nth-child(1) {
  transition-delay: 0.1s;
}
.popup--is-open .popup.is-open li:nth-child(2), .popup--auto-open .popup.is-open li:nth-child(2) {
  transition-delay: 0.2s;
}
.popup--is-open .popup.is-open li:nth-child(3), .popup--auto-open .popup.is-open li:nth-child(3) {
  transition-delay: 0.3s;
}
.popup--is-open .popup.is-open li:nth-child(4), .popup--auto-open .popup.is-open li:nth-child(4) {
  transition-delay: 0.4s;
}
.popup--is-open .popup.is-open li:nth-child(5), .popup--auto-open .popup.is-open li:nth-child(5) {
  transition-delay: 0.5s;
}
.popup--is-open .popup.is-open li:nth-child(6), .popup--auto-open .popup.is-open li:nth-child(6) {
  transition-delay: 0.6s;
}
.popup--is-open .popup.is-open li:nth-child(7), .popup--auto-open .popup.is-open li:nth-child(7) {
  transition-delay: 0.7s;
}
.popup--is-open .popup.is-open li:nth-child(8), .popup--auto-open .popup.is-open li:nth-child(8) {
  transition-delay: 0.8s;
}
.popup--is-open .popup.popup--light {
  background: white;
}
.popup--is-open .popup.popup--lightgrey {
  background: rgba(238, 238, 238, 0.9);
}

.popup--is-open.no-scroll {
  height: 100vh;
}
.popup--is-open .site-header {
  z-index: 0;
}

.popup__close {
  z-index: 991;
  position: fixed;
  height: 3rem;
  width: 2rem;
  top: 1em;
  right: 1em;
}
.popup__close:active {
  border: none;
}

.popup__x {
  display: block;
  position: absolute;
  top: 1em;
}
.popup__x:hover {
  cursor: pointer;
}
.popup__x:after, .popup__x:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0 !important;
  width: 1.855555rem;
  height: 1px;
  display: block;
  background: #fff !important;
  zoom: 1;
  transition: all 0.4s ease-in-out;
}
.popup__x:after {
  transform: rotate(45deg);
}
.popup__x:before {
  transform: rotate(-45deg);
}

.popup--light .popup__x:before, .popup--light .popup__x:after, .popup--lightgrey .popup__x:before, .popup--lightgrey .popup__x:after {
  background: rgba(0, 0, 0, 0.8) !important;
}

.popup__vid {
  display: flex;
  align-self: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#popup-lead {
  display: block;
  height: 100%;
  z-index: 99;
  opacity: 1;
  padding: 3em 0;
  background-color: #fff;
}
.completed-form #popup-lead {
  display: none;
}

#signup-scorecards {
  background: rgba(255, 255, 255, 0.92) !important;
}
#signup-scorecards header {
  padding-top: 4em;
}

.carousel {
  padding-bottom: 3em;
}
.carousel__item {
  display: block;
}
.carousel img {
  width: 100%;
  padding: 1em;
  -webkit-animation: fade-in 2s 1s ease both;
          animation: fade-in 2s 1s ease both;
}
@media (min-width: 93em) {
  .carousel .slick-prev {
    margin-left: -6%;
  }
}
@media (min-width: 93em) {
  .carousel .slick-next {
    margin-right: -6%;
  }
}
@media (min-width: 54em) {
  .campaigns-template .carousel [class*=grid] {
    width: auto;
    max-width: 75%;
  }
}
.campaigns-template .carousel .slick-track {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 54em) {
  .campaigns-template .carousel .slick-track {
    justify-content: center;
  }
}
.campaigns-template .carousel .carousel__item {
  width: auto !important;
  margin-left: 1em;
}
@media (min-width: 54em) {
  .campaigns-template .carousel .carousel__item {
    margin-left: 0;
  }
}
.campaigns-template .carousel img {
  height: 100%;
  max-height: 57px;
  width: 100%;
  padding: 0 1em;
}

.letter {
  position: relative;
  display: block;
}
.letter__link {
  position: relative;
  display: block;
  height: 15em;
  width: 12em;
  padding: 0.95em;
  margin: 0 auto 1.25em;
  background-color: #fff;
  border: 3px solid #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.letter__icon {
  position: absolute;
  right: 0.75em;
  bottom: 0.75em;
}
.letter span {
  display: block;
  background-color: #ddd;
  margin: 0.3rem 0;
  opacity: 1;
  border-bottom: 4px solid #ddd;
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.letter span:nth-child(1) {
  transition-delay: 0.1s;
}
.letter span:nth-child(2) {
  transition-delay: 0.2s;
}
.letter span:nth-child(3) {
  transition-delay: 0.3s;
}
.letter span:nth-child(4) {
  transition-delay: 0.4s;
}
.letter span:nth-child(5) {
  transition-delay: 0.5s;
}
.letter span:nth-child(6) {
  transition-delay: 0.6s;
}
.letter span:nth-child(7) {
  transition-delay: 0.7s;
}
.letter span:nth-child(8) {
  transition-delay: 0.8s;
}
.letter span:nth-child(9) {
  transition-delay: 0.9s;
}
.letter span:nth-child(10) {
  transition-delay: 1s;
}
.letter span:nth-child(11) {
  transition-delay: 1.1s;
}
.letter span:nth-child(12) {
  transition-delay: 1.2s;
}
.letter span:nth-child(13) {
  transition-delay: 1.3s;
}
.letter span:nth-child(14) {
  transition-delay: 1.4s;
}
.letter span:nth-child(15) {
  transition-delay: 1.5s;
}
.letter__header {
  position: relative;
  padding: 0;
  margin: 0.5em 0 1.2em;
}
.letter__header span {
  width: 90%;
}
.letter__header span:nth-of-type(1n) {
  width: 30%;
}
.letter__header span:nth-of-type(2n) {
  width: 50%;
}
.letter__header span:nth-of-type(3n) {
  width: 40%;
}
.letter__title {
  font-size: 0.85em;
}
.letter__body {
  position: relative;
}
.letter__body span:nth-of-type(1n) {
  width: 30%;
}
.letter__body span:nth-of-type(2n), .letter__body span:nth-of-type(4n) {
  width: 80%;
}
.letter__body span:nth-of-type(3n) {
  width: 70%;
}
.letter__body span:nth-of-type(5n), .letter__body span:nth-of-type(9n) {
  width: 85%;
}
.letter__body span:nth-of-type(6n), .letter__body span:nth-of-type(8n) {
  width: 90%;
}
.letter__body span:nth-of-type(7n) {
  width: 60%;
}
.letter__body span:nth-of-type(10n) {
  width: 92%;
}
.letter__body span:nth-of-type(11n) {
  width: 40%;
}
.letter__footer {
  position: relative;
  margin: 1em 0 0;
}
.letter__footer span:nth-of-type(1n) {
  width: 25%;
}
.letter__footer span:nth-of-type(2n) {
  width: 45%;
}
.letter__footer span:nth-of-type(3n) {
  width: 30%;
}

.letter__link:hover {
  border-color: #f1c400;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.letter__link:hover span {
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  border-color: #f1c400;
}
.letter__link:hover span:nth-child(1) {
  transition-delay: 0.15s;
}
.letter__link:hover span:nth-child(2) {
  transition-delay: 0.3s;
}
.letter__link:hover span:nth-child(3) {
  transition-delay: 0.45s;
}
.letter__link:hover span:nth-child(4) {
  transition-delay: 0.6s;
}
.letter__link:hover span:nth-child(5) {
  transition-delay: 0.75s;
}
.letter__link:hover span:nth-child(6) {
  transition-delay: 0.9s;
}
.letter__link:hover span:nth-child(7) {
  transition-delay: 1.05s;
}
.letter__link:hover span:nth-child(8) {
  transition-delay: 1.2s;
}
.letter__link:hover span:nth-child(9) {
  transition-delay: 1.35s;
}
.letter__link:hover span:nth-child(10) {
  transition-delay: 1.5s;
}
.letter__link:hover span:nth-child(11) {
  transition-delay: 1.65s;
}
.letter__link:hover span:nth-child(12) {
  transition-delay: 1.8s;
}
.letter__link:hover span:nth-child(13) {
  transition-delay: 1.95s;
}
.letter__link:hover span:nth-child(14) {
  transition-delay: 2.1s;
}
.letter__link:hover span:nth-child(15) {
  transition-delay: 2.25s;
}
.letter__link:hover .letter__footer span {
  transition-delay: 1.5s;
}

.popup {
  z-index: -2;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow-y: auto;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
}
.popup li {
  color: #fff;
  opacity: 0;
  transform: translateY(-1.5em);
}
.popup .contact-form__title {
  color: #002d72;
}
.popup--is-open .popup.is-open, .popup--auto-open .popup.is-open {
  z-index: 999 !important;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.6s ease;
}
.popup--is-open .popup.is-open li, .popup--auto-open .popup.is-open li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.popup--is-open .popup.is-open li:nth-child(1), .popup--auto-open .popup.is-open li:nth-child(1) {
  transition-delay: 0.1s;
}
.popup--is-open .popup.is-open li:nth-child(2), .popup--auto-open .popup.is-open li:nth-child(2) {
  transition-delay: 0.2s;
}
.popup--is-open .popup.is-open li:nth-child(3), .popup--auto-open .popup.is-open li:nth-child(3) {
  transition-delay: 0.3s;
}
.popup--is-open .popup.is-open li:nth-child(4), .popup--auto-open .popup.is-open li:nth-child(4) {
  transition-delay: 0.4s;
}
.popup--is-open .popup.is-open li:nth-child(5), .popup--auto-open .popup.is-open li:nth-child(5) {
  transition-delay: 0.5s;
}
.popup--is-open .popup.is-open li:nth-child(6), .popup--auto-open .popup.is-open li:nth-child(6) {
  transition-delay: 0.6s;
}
.popup--is-open .popup.is-open li:nth-child(7), .popup--auto-open .popup.is-open li:nth-child(7) {
  transition-delay: 0.7s;
}
.popup--is-open .popup.is-open li:nth-child(8), .popup--auto-open .popup.is-open li:nth-child(8) {
  transition-delay: 0.8s;
}
.popup--is-open .popup.popup--light {
  background: white;
}
.popup--is-open .popup.popup--lightgrey {
  background: rgba(238, 238, 238, 0.9);
}

.popup--is-open.no-scroll {
  height: 100vh;
}
.popup--is-open .site-header {
  z-index: 0;
}

.popup__close {
  z-index: 991;
  position: fixed;
  height: 3rem;
  width: 2rem;
  top: 1em;
  right: 1em;
}
.popup__close:active {
  border: none;
}

.popup__x {
  display: block;
  position: absolute;
  top: 1em;
}
.popup__x:hover {
  cursor: pointer;
}
.popup__x:after, .popup__x:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0 !important;
  width: 1.855555rem;
  height: 1px;
  display: block;
  background: #fff !important;
  zoom: 1;
  transition: all 0.4s ease-in-out;
}
.popup__x:after {
  transform: rotate(45deg);
}
.popup__x:before {
  transform: rotate(-45deg);
}

.popup--light .popup__x:before, .popup--light .popup__x:after, .popup--lightgrey .popup__x:before, .popup--lightgrey .popup__x:after {
  background: rgba(0, 0, 0, 0.8) !important;
}

.popup__vid {
  display: flex;
  align-self: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#popup-lead {
  display: block;
  height: 100%;
  z-index: 99;
  opacity: 1;
  padding: 3em 0;
  background-color: #fff;
}
.completed-form #popup-lead {
  display: none;
}

#signup-scorecards {
  background: rgba(255, 255, 255, 0.92) !important;
}
#signup-scorecards header {
  padding-top: 4em;
}

.card__date {
  margin: 0.15em 0 0.5em;
}

.cards-bg-img {
  padding: 3em 2em;
}
@media (min-width: 65em) {
  .cards-bg-img {
    padding: 5em 6em 8em;
  }
}
.cards-bg-img__container {
  position: relative;
  padding: 2em 1em;
}
@media (min-width: 65em) {
  .cards-bg-img__container {
    padding: 4em 3em 0;
    min-height: 600px;
    max-width: 1020px;
  }
}
@media (min-width: 93em) {
  .cards-bg-img__container {
    margin: 0 auto;
    transform: translateX(-80px);
  }
}
.cards-bg-img__container .heading__title {
  color: #fff;
  font-size: 1.375em;
  font-weight: normal;
  margin: 0 auto 1em;
}
@media (min-width: 54em) {
  .cards-bg-img__container .heading__title {
    font-size: 2.25em;
    margin-bottom: 0;
  }
}
.cards-bg-img .posts__grid {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 54em) {
  .cards-bg-img .posts__grid {
    justify-content: flex-start;
    min-width: 70vw;
    max-width: 70vw;
    transform: translateY(4em);
  }
}
@media (min-width: 93em) {
  .cards-bg-img .posts__grid {
    min-width: 1020px;
    max-width: 1020px;
  }
}
.cards-bg-img .posts__grid .card {
  background: #fff;
  border-radius: 10px;
  padding: 2em 0.5em 3em;
  margin: 0 auto 1em;
  width: 100%;
  text-align: center;
}
@media (min-width: 32em) {
  .cards-bg-img .posts__grid .card {
    max-width: calc(50% - 1em);
    margin: 0 auto 1em;
  }
}
@media (min-width: 54em) {
  .cards-bg-img .posts__grid .card {
    flex-basis: calc(33.3% - 1em);
    max-width: 320px;
    margin: 0 1em 1em 0;
  }
}
@media (min-width: 54em) {
  .cards-bg-img .posts__grid .card:last-of-type {
    margin-right: 0;
  }
}
.cards-bg-img .posts__grid .card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cards-bg-img .posts__grid .card [class*=figure] {
  border: 0;
  box-shadow: none;
  min-height: unset;
  padding-bottom: 50px;
  background: none;
}
.cards-bg-img .posts__grid .card .preloader {
  top: 0;
  margin-top: 0;
  width: 50px;
  height: 50px;
}
.cards-bg-img .posts__grid .card .post__img {
  left: 0;
  right: 0;
  max-height: 50px;
  width: auto;
  margin: 0 auto;
}
.cards-bg-img .posts__grid .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.5em 1em 0;
  color: #111;
}
@media (min-width: 54em) {
  .cards-bg-img .posts__grid .card__content {
    padding: 1em 1.5em 0;
  }
}
.cards-bg-img .posts__grid .card__excerpt {
  color: #111;
}
.cards-bg-img .posts__grid .card__bottom-text {
  margin: auto 0 0;
}

.posts__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.posts__grid > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .posts__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .posts__grid > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.posts__grid.grid--centered {
  justify-content: center;
}

.posts__grid--4 {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.posts__grid--4 > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .posts__grid--4 > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .posts__grid--4 > * {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.posts__grid--4.grid--centered {
  justify-content: center;
}

.news__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.news__grid > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .news__grid > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.news__grid.grid--centered {
  justify-content: center;
}

.post-ftd {
  position: relative;
}
.post-ftd__link {
  position: relative;
  display: block;
  margin-bottom: 2em;
  background-color: #fff;
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}
@media (min-width: 54em) {
  .post-ftd__link {
    display: flex;
    flex-direction: row;
  }
}
.post-ftd__link:hover .post-ftd__img {
  transform: scale(1.1);
}
.post-ftd__thumb {
  position: relative;
  background-color: #ddd;
  overflow: hidden;
}
.post-ftd__img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 60%;
}
@media (min-width: 54em) {
  .post-ftd__img {
    padding-bottom: 70%;
  }
}
.post-ftd__content {
  padding: 1.5em;
  margin: 0;
}
@media (min-width: 54em) {
  .post-ftd__content {
    display: flex;
    align-items: center;
  }
}
.post-ftd__content > div {
  padding: 3em 0.5em;
}
@media (min-width: 54em) {
  .post-ftd__content > div {
    padding: 2em 3em;
  }
}
.post-ftd__title {
  margin: 1em 0 0.75em;
}
.post-ftd__text, .post-ftd p {
  color: #767676;
  margin: 0 0 1.5em;
  max-width: 35em;
}

.featured__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.featured__grid > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .featured__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.featured__grid.grid--centered {
  justify-content: center;
}

.post-card__content {
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}

.vid-card__video {
  position: relative;
  height: 0;
  padding-bottom: 56.5%;
  overflow: hidden;
  background-color: #002d72;
}
.vid-card__video iframe, .vid-card__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vid-card__content {
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}
@media (min-width: 54em) {
  .vid-card .btn-line {
    position: absolute;
    bottom: 2em;
  }
}

.img-grid:after {
  content: "";
  display: table;
  clear: both;
}
.img-grid__item {
  max-width: 100%;
  margin-bottom: 0;
  float: left;
}
.img-grid img {
  display: block;
  width: 100%;
}

.covers__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.covers__grid > * {
  padding: 1.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .covers__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .covers__grid > * {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.covers__grid.grid--centered {
  justify-content: center;
}

@media (max-width: 54em) {
  .cover {
    padding-top: 0;
    padding-bottom: 1em;
  }
}
.cover__link {
  position: relative;
  display: block;
}
.cover__figure {
  max-width: 16em;
  margin: 0 auto 1.5em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  transition: all 1s ease;
}
.cover__figure:before {
  z-index: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.23);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cover__img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.cover__tag {
  display: block;
  margin: 0.5em auto;
  color: #fff;
}
.cover__title {
  text-align: center;
  line-height: 1.2;
}

.cover__link:hover .cover__figure {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -0.455em, 0);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.cover__link:hover .cover__figure:before {
  opacity: 1;
}

.card-img__link:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -0.455em, 0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-img__link:hover:before {
  opacity: 1;
}

.card-imgs__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.card-imgs__grid > * {
  padding: 1.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .card-imgs__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .card-imgs__grid > * {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.card-imgs__grid.grid--centered {
  justify-content: center;
}

@media (max-width: 54em) {
  .card-img {
    padding-top: 0;
    padding-bottom: 1em;
  }
}
.card-img__link {
  position: relative;
  display: block;
  text-align: center;
  background-color: #f1c400;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
}
.card-img__link:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}
.card-img__link:before {
  z-index: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.23);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.card-img__bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120%;
}
@media (min-width: 65em) {
  .card-img__bg {
    padding-bottom: 150%;
  }
}
.card-img__header {
  z-index: 3;
  position: absolute;
  top: calc(100% - 13em);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 13em;
  padding: 2em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, transparent);
}
.card-img__tag {
  display: block;
  margin: 0.5em auto;
  color: #fff;
}
.card-img__title {
  color: #fff;
  line-height: 1.2;
}

.card-img__link:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -0.455em, 0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-img__link:hover:before {
  opacity: 1;
}

.img-texts__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.img-texts__grid > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .img-texts__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.img-texts__grid.grid--centered {
  justify-content: center;
}

.img-text {
  padding: 3em 0;
}
@media (min-width: 54em) {
  .img-text [class*=grid] {
    display: flex;
    align-items: center;
  }
}
.img-text__link {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.img-text__link > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .img-text__link > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.img-text__link.grid--centered {
  justify-content: center;
}
.img-text__img {
  pointer-events: none;
}
@media (min-width: 54em) {
  .img-text__img {
    flex-basis: 40%;
    pointer-events: auto;
  }
}
.img-text__img img {
  display: block;
}
.img-text__fluidbox {
  cursor: zoom-in;
}
.img-text__text {
  padding: 1em 0;
}
@media (min-width: 54em) {
  .img-text__text {
    padding: 1em 2em;
    flex-basis: 60%;
    max-width: 30em;
    margin: 0 auto;
  }
}
.img-text h2,
.img-text h3,
.img-text h4 {
  margin: 0.75em 0 0.4em;
}
@media (min-width: 54em) {
  .img-text h2,
.img-text h3,
.img-text h4 {
    margin: 0 0 0.4em;
  }
}
.img-text.bg-img {
  padding: 3em 0 0;
  background-position: top center;
  background-size: auto 150vh;
}
@media (min-width: 32em) {
  .img-text.bg-img {
    background-size: cover;
  }
}
@media (min-width: 54em) {
  .img-text.bg-img {
    padding: 12em 0;
    margin: -2em 0 -2.5em;
  }
  .img-text.bg-img::before {
    content: url("/wp-content/themes/inrix/assets/images/svgs/wave.svg");
    display: block;
    position: absolute;
    top: -2vw;
    left: 0;
    right: 0;
    width: 100vw;
    transform: rotate(180deg);
    z-index: 0;
  }
  .img-text.bg-img::after {
    content: url("/wp-content/themes/inrix/assets/images/svgs/wave.svg");
    display: block;
    position: absolute;
    bottom: -1vw;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 0;
  }
}
.img-text.bg-img [class*=grid] {
  align-items: flex-start;
  width: 100%;
}
.img-text.bg-img .img-text__img {
  flex-basis: 50%;
  margin: 0 auto 10em;
  padding: 0 1em 5em;
}
@media (min-width: 54em) {
  .img-text.bg-img .img-text__img {
    padding: 0;
    margin-bottom: 0;
  }
}
.img-text.bg-img .img-text__text {
  position: relative;
  flex-basis: 45%;
  background: #fff;
  width: 100%;
  padding: 1em;
}
.img-text.bg-img .img-text__text > * {
  z-index: 1;
}
.img-text.bg-img .img-text__text::before {
  content: url("/wp-content/themes/inrix/assets/images/svgs/wave.svg");
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 100vw;
  transform: translateY(-100%);
  z-index: 0;
}
@media (min-width: 54em) {
  .img-text.bg-img .img-text__text {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    max-width: 650px;
    padding: 1em 2em 3em;
  }
  .img-text.bg-img .img-text__text::before {
    all: unset;
  }
}
.img-text.bg-img p {
  font-size: 16px;
  color: #575555;
  line-height: 24px;
}
@media (min-width: 54em) {
  .img-text.bg-img p {
    font-size: 24px;
    line-height: 36px;
  }
}
.img-text.bg-img h2,
.img-text.bg-img h3,
.img-text.bg-img h4,
.img-text.bg-img h5,
.img-text.bg-img h6 {
  font-weight: normal;
  color: #000;
}
.img-text.bg-img h2 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 54em) {
  .img-text.bg-img h2 {
    font-size: 50px;
    line-height: 68.01px;
  }
}
.img-text.bg-img h3 {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 54em) {
  .img-text.bg-img h3 {
    font-size: 36px;
    line-height: 29px;
  }
}
.img-text.bg-img .btn, .img-text.bg-img .mast .campaign-form div.gform_body input.gform_previous_button, .mast .campaign-form div.gform_body .img-text.bg-img input.gform_previous_button,
.img-text.bg-img .mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body .img-text.bg-img input.gform_next_button,
.img-text.bg-img .mast .campaign-form div.gform_body input[type=submit],
.mast .campaign-form div.gform_body .img-text.bg-img input[type=submit], .img-text.bg-img .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line, .campaigns-template-campaign-landing-page .cta.cta--beta .img-text.bg-img .btn-line {
  display: block;
  font-size: 15px;
  letter-spacing: 0.79px;
  padding: 1em 0.5em;
  margin: 0 auto;
  max-width: 350px;
}
@media (min-width: 54em) {
  .img-text.bg-img .btn, .img-text.bg-img .mast .campaign-form div.gform_body input.gform_previous_button, .mast .campaign-form div.gform_body .img-text.bg-img input.gform_previous_button,
.img-text.bg-img .mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body .img-text.bg-img input.gform_next_button,
.img-text.bg-img .mast .campaign-form div.gform_body input[type=submit],
.mast .campaign-form div.gform_body .img-text.bg-img input[type=submit], .img-text.bg-img .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line, .campaigns-template-campaign-landing-page .cta.cta--beta .img-text.bg-img .btn-line {
    font-size: 16px;
    letter-spacing: 0.9px;
  }
}
.img-text.bg-img .btn-outline-blue {
  border-color: #005eb8;
  color: #005eb8;
}
.img-text .yellow-lines-box {
  position: relative;
  padding: 5em 3em;
  color: #111;
}
@media (min-width: 54em) {
  .img-text .yellow-lines-box {
    padding: 6em 0 6em 3em;
  }
}
.img-text .yellow-lines-box::before {
  content: url("/wp-content/themes/inrix/assets/images/svgs/yellow-border-top.svg");
  position: absolute;
  top: 0;
  left: calc(3vw + 12px);
}
@media (min-width: 54em) {
  .img-text .yellow-lines-box::before {
    left: 0;
  }
}
.img-text .yellow-lines-box::after {
  content: url("/wp-content/themes/inrix/assets/images/svgs/yellow-border-bottom.svg");
  position: absolute;
  bottom: 0;
  left: 3vw;
}
@media (min-width: 54em) {
  .img-text .yellow-lines-box::after {
    left: -11px;
  }
}
.img-text .yellow-lines-box h3 {
  color: #f1c400;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.img-text .yellow-lines-box p[class*=font-] {
  color: #002d72;
  margin-bottom: 0.5em;
}
@media (max-width: 32em) {
  .img-text .yellow-lines-box p[class*=font-] {
    font-size: 1.8em;
  }
}
.img-text .yellow-lines-box .btn, .img-text .yellow-lines-box .mast .campaign-form div.gform_body input.gform_previous_button, .mast .campaign-form div.gform_body .img-text .yellow-lines-box input.gform_previous_button,
.img-text .yellow-lines-box .mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body .img-text .yellow-lines-box input.gform_next_button,
.img-text .yellow-lines-box .mast .campaign-form div.gform_body input[type=submit],
.mast .campaign-form div.gform_body .img-text .yellow-lines-box input[type=submit], .img-text .yellow-lines-box .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line, .campaigns-template-campaign-landing-page .cta.cta--beta .img-text .yellow-lines-box .btn-line {
  margin-top: 1em;
  color: #002d72;
}
.campaigns-template-campaign-landing-page .img-text {
  padding-bottom: 0;
}
@media (min-width: 54em) {
  .campaigns-template-campaign-landing-page .img-text {
    padding-bottom: 3em;
  }
}
.campaigns-template-campaign-landing-page .img-text [class*=grid] {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .campaigns-template-campaign-landing-page .img-text__text {
    max-width: 600px;
  }
}
.campaigns-template-campaign-landing-page .img-text__img img {
  max-height: 50vh;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 54em) {
  .campaigns-template-campaign-landing-page .img-text__img img {
    max-height: unset;
  }
}

@media (min-width: 54em) {
  .img-text--reverse [class*=grid] {
    flex-direction: row-reverse;
  }
}

.img-text.img-text--reverse + .heading {
  border-top: 1px solid #ddd;
}

.pdf {
  padding: 5em 0;
  background-color: #f1f1f1;
}
.pdf__viewer {
  background: #fff;
  border: 6px solid rgb(255, 255, 255);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.pdf object.pdf__object {
  display: block;
  height: 100vh;
  background-color: #eee;
}

.mast--resources + .pdf .pdf__viewer,
.mast--resources + .vid .vid__viewer {
  margin-top: -10em;
}

.vid {
  padding: 5em 0;
  background-color: #f1f1f1;
}
.vid__viewer {
  background: #fff;
  border: 6px solid rgb(255, 255, 255);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.mast--resources + .vid .vid__viewer {
  margin-top: -10em;
}

.img-text.yt-vid .img-text__img {
  pointer-events: auto;
  width: 30em;
}
@media (max-width: 54em) {
  .img-text.yt-vid .img-text__img {
    width: 100%;
    max-width: 100%;
  }
}
.img-text.yt-vid .img-text__img .ytvid__holder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}
.img-text.yt-vid .img-text__img .ytvid__holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heading {
  position: relative;
  z-index: 6;
  padding: 2.5em 0;
  text-align: center;
}
.heading__title {
  margin: 0.25em auto;
}
.heading__title .carousel-header {
  font-size: 22px;
  color: #002d72;
  font-weight: normal;
}
.heading__content {
  padding: 2em 0;
}
.heading__text, .heading p {
  max-width: 45em;
  margin: 0 auto;
}
.post-type-archive-products .heading__text, .post-type-archive-products .heading p {
  max-width: 30em;
}
.heading .dropdown {
  margin-top: 2em;
}
.page-template-merger .heading .grid-lg, .page-template-merger .heading .mast-slider__content {
  max-width: 80%;
}
@media (min-width: 54em) {
  .page-template-merger .heading .grid-lg, .page-template-merger .heading .mast-slider__content {
    max-width: 1000px;
  }
}
.page-template-merger .heading .heading__title {
  font-size: 28px;
  line-height: 40px;
  color: #002d72;
  font-weight: normal;
}
@media (min-width: 54em) {
  .page-template-merger .heading .heading__title {
    font-size: 50px;
    color: #002d72;
    line-height: 68.01px;
  }
}

.heading--sm {
  padding: 2em 0 1em;
}

.heading--no-top {
  padding: 0 0 3em;
}

.heading--no-bottom {
  padding: 2em;
}

.heading.bg-delta .heading__title {
  color: #fff;
}

.heading--archive {
  padding: 6em 0 4em;
}

.heading--left {
  padding: 2em 0;
}
.heading--left .heading__title {
  text-align: left;
}

.heading--cols .heading__text {
  max-width: 52em;
}
@media (min-width: 54em) {
  .heading--cols .heading__text {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    margin: 2em auto;
    font-size: 0.8em;
    text-align: left;
  }
}

.heading + .pad {
  padding: 0 0 3em;
}

.pad--no-head {
  padding: 3em 0;
}

.content + .heading {
  border-top: 1px solid #ddd;
}

.filter-bar {
  z-index: 6;
}
.filter-bar .grid-xl {
  padding: 0 0 0.5em;
  border-bottom: 1px solid #002d72;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 54em) {
  .filter-bar .grid-xl {
    display: flex;
    justify-content: space-between;
  }
}
.filter-bar__heading {
  display: none;
}
@media (min-width: 54em) {
  .filter-bar__heading {
    flex: 2;
    display: block;
  }
}
.filter-bar__controls {
  display: flex;
}
@media (max-width: 54em) {
  .filter-bar__controls {
    width: 100%;
  }
}
.filter-bar__control {
  display: flex;
  flex: 1;
  margin: 0;
  width: 50%;
}
@media (min-width: 54em) {
  .filter-bar__control {
    margin-left: 0.5em;
    width: 100%;
  }
}
.filter-bar__title {
  position: relative;
  bottom: -0.5em;
}
.filter-bar .dropdown {
  width: 93%;
}
@media (min-width: 54em) {
  .filter-bar .dropdown {
    width: 10em;
  }
}
@media (max-width: 54em) {
  .filter-bar .dropdown--loc {
    float: right;
  }
}

.intro {
  margin: 0 auto;
  padding: 3em 0;
}
@media (min-width: 54em) {
  .intro {
    display: flex;
    padding: 4em 0;
  }
}
@media (min-width: 54em) {
  .intro [class*=grid] {
    display: flex;
  }
}
.intro.has-bg {
  padding: 8em 0;
  background-color: #242121;
  color: #fff;
}
.intro.has-bg * {
  color: #fff;
}
.intro.has-bg p {
  margin-bottom: 1.5em;
}
.intro__bg {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
@media (min-width: 54em) {
  .intro__header {
    padding-right: 2em;
  }
}
.intro__title {
  margin-bottom: 0.5em;
}
@media (max-width: 54em) {
  .intro__title {
    margin-top: 1em;
  }
}
.intro .btn-line {
  margin-top: 2em;
}

.intro--wide .grid, .intro--wide .grid-full, .intro--wide .grid--full {
  max-width: 60em;
}
@media (min-width: 54em) {
  .intro--wide .intro__header {
    padding-right: 2em;
  }
}
@media (min-width: 54em) {
  .intro--wide .intro__content {
    padding-left: 2em;
  }
}

@media (max-width: 54em) {
  .locations:after {
    content: "";
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.locations__map {
  height: 100%;
  min-height: 30em;
  margin: 0;
  padding: 0;
  background-color: #002d72;
}
@media (min-width: 54em) {
  .locations__map {
    height: 35em;
  }
}
.locations__title {
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #002d72;
}
.locations__address, .locations__phone, .locations__email {
  color: #767676;
  letter-spacing: 0.05em;
}

.locations-toc {
  padding: 3em 0;
  text-align: center;
}
.locations-toc a {
  display: block;
  padding: 3em 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.locations-toc a:hover, .locations-toc a.active {
  cursor: cursor;
  border: 1px solid #ddd;
}
.locations-toc__numb {
  display: block;
  margin-bottom: 1em;
  font-size: 0.85em;
  font-weight: 600;
}
.locations-toc__title {
  display: block;
}
.locations-toc__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.locations-toc__grid > * {
  padding: 1em;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 54em) {
  .locations-toc__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .locations-toc__grid > * {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.locations-toc__grid.grid--centered {
  justify-content: center;
}

.contact-form {
  padding-bottom: 1em;
}
.contact-form__header {
  padding: 1em 0;
}
.contact-form__text {
  color: #767676;
}
@media (min-width: 54em) {
  .contact-form__form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5em;
  }
}
.contact-form__input, .contact-form__select {
  border-radius: 2px;
}
.contact-form__input:focus, .contact-form__select:focus {
  box-shadow: 0px 0px 6px rgba(0, 94, 184, 0.5);
}
.contact-form__item {
  position: relative;
  padding: 0.5em;
}
.contact-form__submit {
  width: 100%;
  padding: 2em 0.5em;
  margin: 0.5em 0 1.5em;
}
.page-template-merger .contact-form {
  text-align: center;
  padding: 2em 0;
}
.page-template-merger .contact-form .contact-form__title {
  font-size: 30px;
  color: #002d72;
  line-height: 68.01px;
  font-weight: normal;
}
@media (min-width: 54em) {
  .page-template-merger .contact-form .contact-form__title {
    font-size: 50px;
    line-height: 68.01px;
  }
}
.page-template-merger .contact-form .contact-form__text {
  font-size: 15px;
  color: #002d72;
  line-height: 22px;
}
@media (min-width: 54em) {
  .page-template-merger .contact-form .contact-form__text {
    font-size: 25px;
    line-height: 38px;
  }
}
.page-template-merger .contact-form .grid, .page-template-merger .contact-form .grid-full, .page-template-merger .contact-form .grid--full {
  max-width: 750px;
}

#pardot-form.contact-form .contact-form__form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}

iframe html, iframe body {
  background-color: transparent;
  background: transparent;
}

.contact-form.contact-form--cta .contact-form__wrap {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.contact-form.contact-form--cta .contact-form__wrap > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .contact-form.contact-form--cta .contact-form__wrap > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.contact-form.contact-form--cta .contact-form__wrap.grid--centered {
  justify-content: center;
}

.contact-form--lead {
  width: 100%;
  height: 100%;
}
.contact-form--lead .form-embed__iframe {
  height: 110vh;
}
@media (min-width: 93em) {
  .contact-form--lead .form-embed__iframe {
    height: 100vh;
  }
}
@media (max-height: 60em) {
  .contact-form--lead .form-embed__iframe {
    height: 150vh;
  }
}

.iframe-form--campaign {
  min-height: 50em;
}

@media (min-width: 54em) {
  .form-embed--campaign .contact-form__form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 54em) {
  .form-embed--campaign .contact-form__form .contact-from__item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

p.form-error__text {
  position: absolute;
  top: 1px;
  left: 1px;
  padding-left: 1em;
  font-size: 0.9em;
  color: #ff002f;
  border-left: 1px solid;
}

p.error.no-label {
  position: absolute;
  margin-top: 4px;
  font-size: 0.7em;
  color: #ff002f;
}

.error input {
  border-color: #ff002f;
}

/*----------------------------------------------
STATS
The 'By the Numbers' section on the Careers page
@see: page-templates/_careers.scss
-----------------------------------------------*/
.stats {
  padding: 3em 0;
  background-color: #005eb8;
  color: #fff;
}
.stats__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: flex-start;
  margin: 0 -1em;
  list-style: none;
}
.stats__item {
  padding: 1em;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 54em) {
  .stats__item {
    flex-basis: 25%;
    padding: 0.8em 1em;
    text-align: left;
  }
}
.stats__title, .stats i, .stats p {
  color: #fff;
}
.stats__title {
  margin: 1em 0 0.25em;
}
.stats .svg-icon {
  height: 4em;
}
.stats i {
  display: block;
}
.stats__content {
  max-width: 14em;
}
.stats p {
  font-size: 1em;
  line-height: 1.3;
}
@media (min-width: 54em) {
  .stats__item:nth-of-type(1), .stats__item:nth-of-type(6), .stats__item:nth-of-type(7) {
    flex: calc(50% - 6em);
    display: flex;
  }
}
@media (min-width: 54em) {
  .stats__item:nth-of-type(1) .svg-icon, .stats__item:nth-of-type(6) .svg-icon, .stats__item:nth-of-type(7) .svg-icon {
    height: 12em;
  }
}
.stats__item:nth-of-type(1) .svg-icon path, .stats__item:nth-of-type(1) .svg-icon line, .stats__item:nth-of-type(1) .svg-icon circle, .stats__item:nth-of-type(6) .svg-icon path, .stats__item:nth-of-type(6) .svg-icon line, .stats__item:nth-of-type(6) .svg-icon circle, .stats__item:nth-of-type(7) .svg-icon path, .stats__item:nth-of-type(7) .svg-icon line, .stats__item:nth-of-type(7) .svg-icon circle {
  stroke-width: 0.5px;
}
@media (min-width: 54em) {
  .stats__item:nth-of-type(1) .stats__content, .stats__item:nth-of-type(6) .stats__content, .stats__item:nth-of-type(7) .stats__content {
    align-self: center;
    max-width: 20em;
    margin-left: 10%;
  }
}

.features {
  padding: 3em 0;
}
.features__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
  list-style: none;
  text-align: center;
}
.features__grid > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .features__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .features__grid > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.features__grid.grid--centered {
  justify-content: center;
}
.features__title {
  max-width: 16em;
  margin: 0.5em auto;
  color: #002d72;
}
.features__text {
  max-width: 24em;
  margin: 0 auto;
  font-size: 0.85em;
}
.features i {
  color: #005eb8;
}
.features .features__item a {
  display: block;
  position: relative;
}
.features .features__item a h4.features__title {
  text-decoration: underline;
  transition: color 0.3s ease;
}
.features .features__item a p {
  color: #767676;
  transition: color 0.3s ease;
}
.features .features__item a i.feature-link {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 10px;
  color: #bbb;
  transition: color 0.3s ease;
}
.features .features__item a:hover h4.features__title {
  color: #6bb4e7;
}
.features .features__item a:hover p {
  text-decoration: underline;
}
.features .features__item a:hover i {
  color: #f1c400;
}
.features .features__item a:hover i.feature-link {
  color: #6bb4e7;
}

section {
  position: relative;
}

.section {
  padding: 3em 0;
}

.content p {
  margin-bottom: 1.5em;
}
.content h2, .content h3, .content h4, .content h5 {
  margin: 1.25em 0 0.75em;
}
.content h5 {
  color: #005eb8;
}
.content figcaption {
  margin: 0.15em auto 1.5em;
  font-size: 0.75em;
  text-align: center;
  color: #a7a6a6;
}
.content figure {
  margin: 1.75em auto;
}
.content figure + figure {
  margin: 0.25em auto;
}

.post-content {
  padding: 3em 0;
}

.content--module {
  padding: 3em 0;
}

.post-header {
  position: relative;
  padding: 5em 0 3em;
  background-color: #f3f7fd;
  overflow-y: hidden;
}
@media (min-width: 54em) {
  .post-header {
    padding: 11em 0 3em;
  }
}
.post-header__bg {
  opacity: 0.4;
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-header__title {
  margin: 0 0 0.25em;
}
@media (max-width: 54em) {
  .post-header__title {
    font-size: 1.9em;
  }
}
@media (min-width: 93em) {
  .post-header__title {
    max-width: 17em;
  }
}
.post-header__pretitle {
  display: block;
  margin-bottom: 1.5em;
}
.post-header__subtitle {
  display: block;
  font-weight: 400;
  margin: 0 0 0.75em;
  max-width: 35em;
}
.post-header__author {
  margin-right: 1em;
  font-size: 0.9em;
  text-transform: capitalize;
}
.post-header__shares a {
  padding-right: 0.5em;
}
.post-header__avatar {
  height: 3em;
  width: 3em;
  margin-right: 0.4em;
  border-radius: 100%;
  display: inline;
  vertical-align: middle;
}
.post-header__logo {
  display: block;
  max-width: 9em;
}
@media (min-width: 54em) {
  .post-header p {
    max-width: 70%;
  }
}

.guest-position {
  color: #a5a5a5;
}

.post-header.has-bg {
  background-color: #00050c;
  color: #fff;
  padding: 5em 0 4em;
}
@media (min-width: 54em) {
  .post-header.has-bg {
    padding: 11em 0 6em;
  }
}
.post-header.has-bg * {
  color: #fff;
}
.post-header.has-bg a {
  color: #fff;
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
}
.post-header.has-bg a:hover, .post-header.has-bg a:focus {
  color: #005eb8;
  transition: color 0.4s ease-in-out;
}
.post-header.has-bg a:active {
  color: #001d39;
}
.post-header--event {
  margin-bottom: 0;
  padding: 7em 0 4em;
}

.post-header--research.has-bg {
  padding: 17em 0 8em;
}
.post-header--research.has-bg .post-header__bg {
  opacity: 1;
  -webkit-animation: fade-in 1.5s ease both;
          animation: fade-in 1.5s ease both;
}
.post-header--research.has-bg * {
  color: #fff;
}
.post-header--research.has-bg:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, #051b44 0%, rgba(5, 27, 68, 0.3) 50%, rgba(5, 27, 68, 0.6) 100%);
}
.post-header--research.has-bg [class*=grid] {
  z-index: 3;
}

.post-cols {
  position: relative;
}
@media (min-width: 54em) {
  .post-cols .grid, .post-cols .grid-full, .post-cols .grid--full {
    position: static;
    display: flex;
  }
}
.post-cols__sidebar {
  width: 100%;
}
@media (min-width: 54em) {
  .post-cols__sidebar {
    position: absolute;
    right: 0;
    height: 100%;
    border-left: 1px solid #eee;
    padding: 1em;
  }
}
.post-cols__main {
  padding: 2em 0;
}
@media (min-width: 54em) {
  .post-cols__main {
    min-height: 50vh;
  }
}

.post-footer {
  padding: 2em 0 3em;
}
.post-footer__shares {
  border-top: 1px solid #bbb;
  padding: 1em 0 2em;
}
.post-footer__shares h5 {
  display: inline;
  vertical-align: middle;
  margin-right: 1em;
  font-size: 0.8em;
  font-weight: 400;
  color: #bbb;
}
.post-footer__shares a {
  color: #bbb;
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
  padding-right: 0.5em;
}
.post-footer__shares a:hover, .post-footer__shares a:focus {
  color: #005eb8;
  transition: color 0.4s ease-in-out;
}
.post-footer__shares a:active {
  color: #001d39;
}
.post-footer__byline {
  display: flex;
}
.post-footer__figure {
  flex-basis: 5.75em;
  max-width: 5.75em;
  padding-right: 1em;
}
@media (min-width: 54em) {
  .post-footer__figure {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.post-footer__avatar {
  height: 5em;
  width: 5em;
  min-width: 5em;
  border-radius: 100%;
}
.post-footer__author {
  margin: 0 0 0.5em;
  text-transform: capitalize;
}
.post-footer__bio p {
  flex-basis: 70%;
  max-width: 40em;
  margin: 0 0 0.5em;
  font-size: 0.85em;
  line-height: 1.5;
}
.post-footer__link {
  margin: 1em 0 0.5em;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #005eb8;
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
}
.post-footer__link:hover, .post-footer__link:focus {
  color: #f1c400;
  transition: color 0.4s ease-in-out;
}
.post-footer__link:active {
  color: #725c00;
}

.post-cats {
  padding: 0 0 2em;
}
.post-cats a {
  font-size: 0.85em;
}

.pagination {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  display: flex;
}
.pagination a {
  z-index: 1;
  position: relative;
  display: block;
  width: 50%;
  padding: 2em 0.5em;
  text-align: center;
  overflow-x: hidden;
}
.pagination a:before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  transition: border-color 0.2s ease-out;
}
.pagination a:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #005eb8;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination a:hover {
  color: #fff;
}
.pagination a:hover:first-child:before {
  border-color: transparent #fff transparent transparent;
}
.pagination a:hover:last-child:before {
  border-color: transparent transparent transparent #fff;
}
.pagination a:hover:after {
  transform: translateX(0);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination a:first-child:hover:after,
.pagination a:last-child:hover:after {
  transform: translateX(0);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination__link--previous:before, .pagination a:first-child:before {
  left: 1em;
  border-width: 6px 10px 6px 0;
  border-color: transparent #002d72 transparent transparent;
  transition: border-color 0.2s ease-out;
}
.pagination__link--previous:after, .pagination a:first-child:after {
  transform: translateX(-105%);
}
.pagination__link--next, .pagination a:last-child {
  border-left: 1px solid #ddd;
}
.pagination__link--next:before, .pagination a:last-child:before {
  right: 1em;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #002d72;
}
.pagination__link--next:after, .pagination a:last-child:after {
  transform: translateX(105%);
}
.pagination__meta {
  font-size: 0.85em;
}
.pagination__content {
  position: relative;
  z-index: 1;
}
.pagination__title {
  display: block;
  margin: 0 auto;
  max-width: 22em;
  line-height: 1.3;
}

.pagination--first a {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.pagination--first a:first-child:before {
  left: calc(100% - 2em);
}

.pagination--next .pagination__meta {
  display: block;
  margin-bottom: 0.5em;
  color: #005eb8;
  transition: color 0.2s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination--next a:hover .pagination__meta {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.signup {
  padding: 3em 0;
  background-color: #f1f1f1;
  text-align: center;
}
.signup__header {
  padding-bottom: 2em;
}
.signup__title {
  text-transform: capitalize;
}
.signup__embed {
  max-height: 3.25em;
}
.signup__form {
  max-width: 35em;
  margin: 0 auto;
}
.signup__input {
  width: 100%;
  padding: 1.15em 0.75rem 0.855em;
}
.signup__input input {
  padding: 1.15em 0.75rem 0.855em;
}
.signup__input input:focus {
  border-color: #005eb8;
}
.signup__btn {
  padding: 0.85em 0.7em 0.65em;
  white-space: nowrap;
  min-width: 13em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.signup__message {
  opacity: 0;
}
.signup__success {
  display: block;
  margin: 0.25 auto;
  font-size: 110%;
  text-align: center;
}

.cta {
  z-index: 5;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Lato", Helvetica, sans-serif;
}
.cta__link {
  position: relative;
  display: block;
  padding: 3em 1em;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 54em) {
  .cta__link {
    padding: 4em 1em;
  }
}
.cta__link:hover {
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta__link:before {
  background-color: inherit;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta__link:hover:before {
  background-color: inherit;
  transform: scale(1.2);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta__header, .cta__content {
  position: relative;
  z-index: 5;
}
.cta__title {
  margin: 0 auto 0.5em;
  text-transform: capitalize;
  transition: color 0.5s ease;
  letter-spacing: -1px;
}
.cta__link:hover .cta__title {
  transition: color 0.5s ease;
}
.cta__text {
  max-width: 27em;
  margin: 0 auto;
  transition: color 0.5s ease;
}
.campaigns-template-campaign-landing-page .cta.cta--beta {
  background: #fff;
}
.campaigns-template-campaign-landing-page .cta.cta--beta .cta__link {
  background: none;
  color: #002d72;
}
@media (min-width: 54em) {
  .campaigns-template-campaign-landing-page .cta.cta--beta .cta__link {
    padding: 9em;
  }
}
.campaigns-template-campaign-landing-page .cta.cta--beta .cta__link::before {
  content: none;
}
.campaigns-template-campaign-landing-page .cta.cta--beta .cta__link:hover .cta__title,
.campaigns-template-campaign-landing-page .cta.cta--beta .cta__link:hover .cta__subtitle,
.campaigns-template-campaign-landing-page .cta.cta--beta .cta__link:hover .btn-line {
  color: #111;
}
.campaigns-template-campaign-landing-page .cta.cta--beta .cta__header {
  max-width: 900px;
  margin: 0 auto;
}
.campaigns-template-campaign-landing-page .cta.cta--beta .cta__title {
  font-weight: normal;
}
@media (min-width: 54em) {
  .campaigns-template-campaign-landing-page .cta.cta--beta .cta__title {
    font-size: 2.25em;
  }
}
.campaigns-template-campaign-landing-page .cta.cta--beta .btn-line {
  color: #002d72;
}
@media (min-width: 54em) {
  .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line {
    margin-top: 2em;
  }
}
.campaigns-template-campaign-landing-page .cta.cta--beta .cta__link:hover .btn-line::after {
  content: none;
}

.cta--alpha .cta__link {
  background-color: #002d72;
  color: #fff;
}
.cta--alpha .cta__link:hover {
  background-color: #005eb8;
  color: #fff;
}

.cta--beta {
  background-color: #f1c400;
}
.cta--beta .cta__link {
  background-color: #f1c400;
  color: #002d72;
}
.cta--beta .cta__link:hover {
  background-color: #005eb8;
}
.cta--beta .cta__link:hover .cta__title, .cta--beta .cta__link:hover .btn-line {
  color: #fff;
}

.cta-block__link {
  display: block;
  padding: 2em 0;
  margin: 0 auto;
  text-align: center;
  transition: background-color 0.5s ease;
}
.cta-block__link:hover {
  transition: background-color 0.5s ease;
}
.cta-block--beta .cta-block__link {
  background-color: #f1c400;
}
.cta-block--beta .cta-block__link:hover {
  color: #fff;
  background-color: #005eb8;
}
.cta-block--beta .cta-block__link:hover .cta-block__title {
  color: #fff;
}
.cta-block--delta .cta-block__link {
  background-color: #005eb8;
}
.cta-block--delta .cta-block__link:hover {
  color: #fff;
  background-color: #f1c400;
}
.cta-block--delta .cta-block__link:hover .cta-block__title {
  color: #fff;
}
.cta-block__title {
  display: block;
  margin: 0 auto 0.75em;
}

.cta-block.no-btn .cta-block__title {
  margin: 0 auto;
}

.view-more {
  text-align: center;
}
.view-more__content {
  padding: 2em 0;
  border-top: 1px solid #f1c400;
}

.cards + .view-more {
  margin-top: -2em;
}

.social-links {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  list-style: none;
}
.social-links a {
  color: #f1c400;
  text-decoration: none;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
  padding: 1.5em;
  font-weight: 600;
}
.social-links a:hover, .social-links a:focus {
  color: #005eb8;
  transition: color 0.4s ease-in-out;
}
.social-links a:active {
  color: #001d39;
}
.social-links i {
  padding-right: 0.3em;
  font-size: 1.5em;
}

.auto-cols:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 54em) {
  .auto-cols {
    margin: 0 -1.5em;
  }
}
.auto-cols__item {
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 54em) {
  .auto-cols__item {
    float: left;
    padding: 1.5em;
  }
}
.auto-cols__item:first-child:nth-last-child(1) {
  width: 100%;
}
@media (min-width: 54em) {
  .auto-cols__item:first-child:nth-last-child(2), .auto-cols__item:first-child:nth-last-child(2) ~ .auto-cols__item {
    width: 50%;
  }
}
@media (min-width: 54em) {
  .auto-cols__item:first-child:nth-last-child(3), .auto-cols__item:first-child:nth-last-child(3) ~ .auto-cols__item {
    width: 33.3333%;
  }
}
.auto-cols h2, .auto-cols h3, .auto-cols h4 {
  margin-bottom: 0.75em;
}
.auto-cols img.icon {
  height: 160px;
  width: auto;
}
.page-template-merger .auto-cols {
  padding-bottom: 0;
}
@media (min-width: 54em) {
  .page-template-merger .auto-cols {
    padding-bottom: 3em;
  }
}
.page-template-merger .auto-cols .grid-lg, .page-template-merger .auto-cols .mast-slider__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.page-template-merger .auto-cols .auto-cols__item {
  font-size: 22px;
  color: #3A3A3A;
  line-height: 32px;
  padding: 0 2em;
  margin: 0 auto;
}
.page-template-merger .auto-cols .info-card {
  display: flex;
  flex-direction: column;
  margin: 0 -2em;
  padding-bottom: 2em;
  height: 100%;
}
@media (min-width: 54em) {
  .page-template-merger .auto-cols .info-card {
    margin: 0 -1.5em;
    padding-bottom: 0;
  }
}
.page-template-merger .auto-cols .info-card > :last-child {
  margin-top: auto;
}
.page-template-merger .auto-cols .info-card img {
  border-radius: 4px 4px 0 0;
}
.page-template-merger .auto-cols .info-card__tag, .page-template-merger .auto-cols .info-card__title, .page-template-merger .auto-cols .info-card .btn-line {
  margin: 0 10px;
}
.page-template-merger .auto-cols .info-card__tag {
  font-size: 12px;
  color: #69b3e7;
  letter-spacing: 1.71px;
  line-height: 26px;
  text-transform: uppercase;
}
.page-template-merger .auto-cols .info-card__title {
  font-size: 24px;
  color: #002d72;
  letter-spacing: 0.85px;
  line-height: 30px;
}
.page-template-merger .auto-cols .info-card .btn-line {
  font-size: 12px;
  letter-spacing: 1.71px;
  line-height: 26px;
}

.use-cases {
  padding: 3em 0;
}
.use-cases__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -2em;
  margin-right: -2em;
  list-style: none;
}
.use-cases__grid > * {
  padding: 2em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .use-cases__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.use-cases__grid.grid--centered {
  justify-content: center;
}
.use-cases__container {
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
  height: 7em;
  max-width: 24em;
  margin: 0 auto;
}
.use-cases__title {
  margin: 0.5em 0;
  color: #002d72;
}
.use-cases__text {
  font-size: 0.85em;
}

.campaign-subtitle {
  padding: 2em 0;
  color: #fff;
  background-color: #005eb8;
}
.campaign-subtitle h5 {
  color: #fff;
}

.campaign-form {
  padding: 3em 1em 0;
  background-color: #fff;
  box-shadow: 0em 0.1em 1em rgba(0, 0, 0, 0.1);
}
@media (min-width: 54em) {
  .campaign-form {
    margin: -10em 0 0 4em;
    padding: 3em 1.5 0;
  }
}

.scorecard-table__wrap {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: auto;
}
.scorecard-table__wrap table {
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 54em) {
  .scorecard-table__wrap table {
    min-width: 83em;
  }
}
.scorecard-table__wrap table tbody td:not:first-child {
  text-align: center;
}
.scorecard-table__body {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.scorecard-table__header {
  position: relative;
  padding: 1em;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 54em) {
  .scorecard-table__form {
    display: flex;
    margin: 0 -1em;
  }
}
.scorecard-table__control {
  position: relative;
  margin: 0 0 0.3em;
}
@media (min-width: 54em) {
  .scorecard-table__control {
    margin: 0;
    padding: 0 0.5em;
  }
}
@media (min-width: 54em) {
  .scorecard-table__control:nth-of-type(1) {
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }
}
@media (min-width: 54em) {
  .scorecard-table__control:nth-of-type(2), .scorecard-table__control:nth-of-type(3), .scorecard-table__control:nth-of-type(4) {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
.scorecard-table__input {
  padding: 0.7em 0.5rem 0.45em 1.5em;
}
@media (min-width: 54em) {
  .scorecard-table__input {
    flex-basis: 30%;
  }
}
.scorecard-table__input::-moz-placeholder {
  position: relative;
  letter-spacing: 0px;
  color: #002d72;
}
.scorecard-table__input::placeholder {
  position: relative;
  letter-spacing: 0px;
  color: #002d72;
}
.scorecard-table__input::-webkit-input-placeholder {
  color: #002d72;
}
.scorecard-table__input:-moz-placeholder {
  color: #002d72;
}
.scorecard-table__input::-moz-placeholder {
  color: #002d72;
}
.scorecard-table__input:-ms-input-placeholder {
  color: #002d72;
}
.scorecard-table__input-icon {
  position: absolute;
  top: 50%;
  left: 0.25em;
  font-size: 0.75em;
  color: #002d72;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 54em) {
  .scorecard-table__input-icon {
    left: 1em;
  }
}
.scorecard-table__preheader {
  display: flex;
  padding: 1em 0 0;
  background-color: #fff;
}
@media (max-width: 54em) {
  .scorecard-table__preheader {
    display: none;
  }
}
.scorecard-table__preheader span:nth-of-type(1) {
  flex-basis: 61%;
  min-width: 61%;
  max-width: 61%;
}
.scorecard-table__preheader span:nth-of-type(2) {
  flex-basis: 39%;
  min-width: 39%;
  max-width: 39%;
  font-size: 0.65em;
  text-align: center;
}
.scorecard-table__table {
  table-layout: fixed;
}
.scorecard-table thead th {
  padding: 0.5em 2em 1.35em;
  font-size: 0.65em;
  background-color: #fff;
  transition: color 0.4s ease;
}
.scorecard-table thead th:hover {
  color: #002d72;
}
.scorecard-table thead [data-order=asc] .icon-sort:after {
  content: "\e962";
  font-family: "inrixicon" !important;
  font-size: 0.5em;
}
.scorecard-table thead [data-order=desc] .icon-sort:after {
  content: "\e964";
  font-family: "inrixicon" !important;
  font-size: 0.5em;
}
.scorecard-table th {
  text-align: center;
}
.scorecard-table th span {
  display: inline-block;
  text-align: left;
}
.scorecard-table tbody td {
  position: relative;
  padding: 1.25em 2em 1em;
  line-height: 1;
  color: #002d72;
  text-align: center;
}
.scorecard-table tbody td i {
  position: absolute;
  left: 25%;
}
.scorecard-table tbody td:first-child, .scorecard-table thead th:first-child {
  text-align: left;
}
.scorecard-table__city,
.scorecard-table th:nth-of-type(1),
.scorecard-table td:nth-of-type(1) {
  width: 21em;
  font-weight: 600;
}
.scorecard-table .hide {
  display: none;
}
.scorecard-table__none {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.fail .scorecard-table__none {
  display: block;
  opacity: 1;
  -webkit-animation: fade-in 1s 0.2s ease both;
          animation: fade-in 1s 0.2s ease both;
}
.scorecard-table__flag {
  display: inline;
  width: 2.5em;
  margin-right: 1em;
  vertical-align: middle;
}
.scorecard-table tbody i {
  padding-right: 0.75em;
  font-weight: 600;
}

.is-top25 tr {
  display: none;
  background-color: #fff;
}
.is-top25 tr:nth-child(-n+25) {
  display: table-row;
}

.is-hiding0 [data-value="0"] {
  display: none !important;
}

#scorecard_view_all {
  display: none;
}

.scorecard-table__table.is-top25 #scorecard_view_all {
  background: #1a2d71;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 0.5em 0;
  width: 100%;
}
.scorecard-table__table.is-top25 #scorecard_view_all:hover {
  background: #335db8;
}

main.has-controls-bar {
  padding-top: 8em;
}

.controls-bar {
  z-index: 8;
  position: relative;
  position: fixed;
  top: 4em;
  left: 0;
  display: block;
  width: 100%;
  padding: 0.5em 0;
  background: #fff;
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}
.controls-bar__control {
  max-width: 15em;
  margin: 0 auto;
}

.mast {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18em;
  margin: 0 auto;
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
  background-color: #002d72;
  overflow: hidden;
  -webkit-animation: bg-alpha-to-dark 3s 1s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: bg-alpha-to-dark 3s 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
@media (min-width: 54em) {
  .mast {
    min-height: 40vh;
    height: 24em;
  }
}
.mast-transparent {
  flex-direction: column;
  min-height: 100vh;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
}
@media (min-width: 54em) {
  .mast-transparent {
    min-height: 80vh;
  }
}
.mast-transparent div.grid, .mast-transparent div.grid-full, .mast-transparent div.grid--full {
  max-width: 900px;
  margin-bottom: 4em;
}
.mast-transparent .mast__image-top {
  width: 100%;
  max-width: 230px;
  padding: 1% 0;
  margin: 0 auto 3vw;
}
@media (min-width: 54em) {
  .mast-transparent .mast__image-top {
    max-width: 500px;
  }
}
.mast-transparent .mast__content {
  padding: 0 0.25em;
}
.mast-transparent .mast__title,
.mast-transparent .mast__text {
  margin: 0 auto 0.25em;
}
.mast-transparent .mast__title {
  font-size: 32px;
  line-height: 42px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 54em) {
  .mast-transparent .mast__title {
    font-size: 50px;
    line-height: 57px;
  }
}
.mast-transparent .mast__text {
  font-size: 20px;
  line-height: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 54em) {
  .mast-transparent .mast__text {
    font-size: 36px;
    line-height: 43px;
  }
}
.mast-transparent .mast__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-merger .mast-transparent::after {
  content: url("/wp-content/themes/inrix/assets/images/svgs/wave-sm.svg");
  display: block;
  position: absolute;
  bottom: -2vw;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 0;
}
@media (min-width: 54em) {
  .page-template-merger .mast-transparent::after {
    content: url("/wp-content/themes/inrix/assets/images/svgs/wave.svg");
    bottom: -1vw;
  }
}
.mast-transparent a.btn, .mast-transparent .campaigns-template-campaign-landing-page .cta.cta--beta a.btn-line, .campaigns-template-campaign-landing-page .cta.cta--beta .mast-transparent a.btn-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 50%;
  max-width: 394px;
  font-size: 15px;
  letter-spacing: 0.84px;
  padding: 1em 0.75em;
  margin: 0.75em auto;
  min-width: 100%;
}
@media (min-width: 54em) {
  .mast-transparent a.btn, .mast-transparent .campaigns-template-campaign-landing-page .cta.cta--beta a.btn-line, .campaigns-template-campaign-landing-page .cta.cta--beta .mast-transparent a.btn-line {
    font-size: 20px;
    letter-spacing: 1.12px;
    padding: 1.355em 1em;
    min-width: 18em;
  }
}
.mast-transparent .btn-solid-blue {
  background: #005eb8;
}
.mast-transparent .btn-outline {
  border-width: 3.5px;
}
.mast .grid, .mast .grid-full, .mast .grid--full {
  margin: 0;
}
.mast__bg {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  -webkit-animation: bg-fade-in 3s 1s ease both;
          animation: bg-fade-in 3s 1s ease both;
}
.mast [class*=grid] {
  position: relative;
  align-self: center;
}
.mast__content, .mast__header {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  padding: 0 1.5em;
  color: #fff;
  -webkit-animation: fade-in 2s 1s ease both;
          animation: fade-in 2s 1s ease both;
}
.mast__pretitle {
  margin-bottom: 1em;
}
.mast__title {
  color: #fff;
  margin: 0;
}
.mast__text {
  max-width: 29em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 400;
}
.mast__subtitle {
  font-size: 0.9em;
}
.mast__icon {
  display: block;
  margin: 0 auto 0.25em;
  color: #fff;
  font-size: 2.75em;
}
.mast__image {
  position: relative;
  width: 100%;
  margin-top: auto;
  z-index: 1;
}
.mast__image-wrapper {
  max-width: 85%;
  min-height: 100px;
  margin: 0 auto;
}
@media (min-width: 54em) {
  .mast__image-wrapper {
    max-width: 900px;
  }
}
.mast__image-caption {
  margin: 0 auto;
  line-height: 1.2;
}
@media (min-width: 32em) {
  .mast__image-caption {
    font-size: 20px;
    margin-top: 0.5em;
  }
}
@media (min-width: 54em) {
  .mast__image-caption {
    font-size: 36px;
    line-height: 43px;
  }
}
.mast .btn, .mast .campaign-form div.gform_body input.gform_previous_button,
.mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body input[type=submit], .mast .campaigns-template-campaign-landing-page .cta.cta--beta .btn-line, .campaigns-template-campaign-landing-page .cta.cta--beta .mast .btn-line {
  margin: 1.5em auto;
}
.mast br {
  display: none;
}
@media (min-width: 32em) {
  .mast br {
    display: block;
  }
}
.mast video {
  -o-object-fit: cover;
     object-fit: cover;
}
.mast--campaign {
  background: linear-gradient(transparent 85%, #fff);
  min-height: unset;
  height: 100%;
  padding-bottom: 0;
  -webkit-animation: none;
          animation: none;
}
.mast--campaign .mast__title {
  color: #002d72;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.mast--campaign .mast__content {
  color: #002d72;
}
.mast .campaign-form {
  margin: 0 auto 1em;
  max-width: 42em;
  background: transparent;
  box-shadow: none;
}
.mast .campaign-form div.gf_page_steps {
  margin-bottom: -8.5vw;
  border: none;
}
@media (min-width: 32em) {
  .mast .campaign-form div.gf_page_steps {
    margin-bottom: -6.5vw;
  }
}
@media (min-width: 54em) {
  .mast .campaign-form div.gf_page_steps {
    margin-bottom: -52px;
  }
}
.mast .campaign-form div.gf_page_steps .gf_step {
  margin: 0 10vw 0 0;
}
@media (min-width: 54em) {
  .mast .campaign-form div.gf_page_steps .gf_step {
    margin: 0 86px 0 0;
  }
}
.mast .campaign-form div.gf_page_steps .gf_step_number {
  height: 15vw;
  width: 15vw;
  font-size: 5vw;
  border-radius: 100%;
}
@media (min-width: 32em) {
  .mast .campaign-form div.gf_page_steps .gf_step_number {
    height: 12vw;
    width: 12vw;
  }
}
@media (min-width: 54em) {
  .mast .campaign-form div.gf_page_steps .gf_step_number {
    height: 104px;
    width: 104px;
    font-size: 44px;
  }
}
.mast .campaign-form div.gf_page_steps .gf_step_number::before {
  content: none;
  display: none;
}
.mast .campaign-form div.gf_page_steps .gf_step_number::after {
  content: none;
}
.mast .campaign-form div.gf_page_steps .gf_step_number,
.mast .campaign-form div.gf_page_steps .gf_step_pending .gf_step_number,
.mast .campaign-form div.gf_page_steps .gf_step_completed .gf_step_number {
  background: #fff;
  color: #002d72;
  border: 3px solid #002d72;
}
.mast .campaign-form div.gf_page_steps .gf_step_active .gf_step_number {
  background: #002d72;
  color: #fff;
}
.mast .campaign-form div.gf_page_steps .gf_step_label {
  display: none;
}
.mast .campaign-form div.gf_page_steps > .gf_step_last {
  margin-right: 0;
}
.mast .campaign-form div.gform_body {
  background: #fff;
  padding: 8vw 2em 0;
  border: 3px solid #002d72;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 54em) {
  .mast .campaign-form div.gform_body {
    padding: 4em 4em 0;
  }
}
.mast .campaign-form div.gform_body .gfield_html {
  font-size: 5vw;
  color: #002d72;
  margin-bottom: 12px;
}
@media (min-width: 32em) {
  .mast .campaign-form div.gform_body .gfield_html {
    font-size: 1.8em;
  }
}
.mast .campaign-form div.gform_body .ginput_container {
  max-width: 400px;
  margin: 0 auto;
}
.mast .campaign-form div.gform_body .ginput_container.ginput_container_textarea {
  max-width: 100%;
}
.mast .campaign-form div.gform_body fieldset span[class^=name] {
  margin-bottom: 16px;
}
@media (min-width: 32em) {
  .mast .campaign-form div.gform_body fieldset span[class^=name] {
    margin-bottom: 0;
  }
}
.mast .campaign-form div.gform_body fieldset span[class^=name]:last-child {
  margin-bottom: 0;
}
.mast .campaign-form div.gform_body fieldset > .ginput_container {
  max-width: 100%;
}
.mast .campaign-form div.gform_body input,
.mast .campaign-form div.gform_body select {
  height: 50px;
}
.mast .campaign-form div.gform_body input,
.mast .campaign-form div.gform_body select,
.mast .campaign-form div.gform_body textarea {
  border: 2px solid #002d72;
  border-radius: 4px;
  color: #002d72;
  padding: 12px;
}
.mast .campaign-form div.gform_body textarea::-moz-placeholder {
  color: #002d72;
}
.mast .campaign-form div.gform_body textarea::placeholder {
  color: #002d72;
}
.mast .campaign-form div.gform_body input::-moz-placeholder {
  color: #002d72;
  opacity: 1;
}
.mast .campaign-form div.gform_body input::placeholder {
  color: #002d72;
  opacity: 1;
}
.mast .campaign-form div.gform_body .spacer {
  display: none;
}
.mast .campaign-form div.gform_body div.ginput_container_consent {
  text-align: left;
}
.mast .campaign-form div.gform_body input[type=checkbox] {
  display: inline-block;
  width: 14px;
  height: auto;
  padding: 7px;
}
.mast .campaign-form div.gform_body input[type=checkbox]:checked {
  background: #002d72;
}
.mast .campaign-form div.gform_body label.gfield_consent_label {
  display: inline;
}
.mast .campaign-form div.gform_body input.gform_previous_button,
.mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body input[type=submit] {
  padding: 1em 2em;
  margin: 1em auto;
  min-width: 100%;
}
@media (min-width: 32em) {
  .mast .campaign-form div.gform_body input.gform_previous_button,
.mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body input[type=submit] {
    min-width: 18em;
  }
}
.mast .campaign-form div.gform_body input.gform_next_button,
.mast .campaign-form div.gform_body input[type=submit] {
  background-color: #f1c400;
  color: #002d72;
}
.mast .campaign-form div.gform_body .gform_confirmation_message {
  color: #002d72;
  padding: 6em 0 10em;
}

@media (min-width: 32em) {
  .mast--vh {
    min-height: 100vh;
  }
}

@-webkit-keyframes mast-in {
  0% {
    height: 0;
    min-height: 0;
    background-color: #002d72;
  }
  10% {
    height: 0;
    min-height: 0;
  }
  50% {
    min-height: 65vh;
    height: 65vh;
  }
  60% {
    background-color: #002d72;
  }
  100% {
    background-color: #242121;
  }
}

@keyframes mast-in {
  0% {
    height: 0;
    min-height: 0;
    background-color: #002d72;
  }
  10% {
    height: 0;
    min-height: 0;
  }
  50% {
    min-height: 65vh;
    height: 65vh;
  }
  60% {
    background-color: #002d72;
  }
  100% {
    background-color: #242121;
  }
}
@media only screen and (max-width: 511px) {
  body.home .mast {
    height: auto !important;
  }
}
.mast--archive,
.mast--blog,
.mast--post {
  -webkit-animation: bg-alpha-to-dark 3s 1s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: bg-alpha-to-dark 3s 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.mast--page {
  min-height: auto;
  padding: 8em 0 4em;
}

.mast--resources {
  min-height: auto;
  height: auto;
  padding: 7em 0;
}
.mast--resources__text {
  margin: 0 auto;
  max-width: 35em;
  text-align: center;
}

.mast--author {
  background-color: #002d72;
}

.mast--thank-you {
  -webkit-animation: none;
          animation: none;
  height: 100%;
  height: 100vh !important;
}
.mast--thank-you:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 45, 114, 0.5);
}
.mast--thank-you > div {
  z-index: 2;
  position: relative;
}
.mast--thank-you__bg {
  opacity: 0.4;
  -webkit-animation: fade-in 2s ease both;
          animation: fade-in 2s ease both;
}

.mast--404 {
  height: 100%;
  height: 100vh !important;
}
.mast--404:after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 45, 114, 0.5);
}
.mast--404 > div {
  z-index: 2;
  position: relative;
}
.mast--404 .mast__title {
  font-size: 6vw;
}
.mast--404 .mast__text {
  font-size: 5vw;
  margin-bottom: 0;
}

.mast-title {
  position: relative;
  display: block;
  padding: 3em 0 3em;
  color: #fff;
  background-color: #002d72;
  text-align: center;
}
@media (min-width: 54em) {
  .mast-title {
    padding: 5em 0 3em;
  }
}
.mast-title__title {
  color: #fff;
}
.mast-title__text {
  margin: 0 auto;
  max-width: 48em;
}
.mast-title__avatar {
  max-width: 10em;
  border-radius: 100%;
}

.mast-title--author {
  background-color: #fff;
}
.mast-title--author .mast-title__title {
  color: #002d72;
}
.mast-title--author .mast-title__text, .mast-title--author p {
  color: #767676;
  font-size: 0.75em;
}

.mast-slider {
  background-color: #002d72;
  min-height: 40vh;
  height: 24em;
  overflow: hidden;
}
.mast-slider__wrap {
  opacity: 0;
}
.mast-slider__wrap.slick-initialized {
  -webkit-animation: fade-in 3s ease both;
          animation: fade-in 3s ease both;
}
.mast-slider__item {
  display: flex;
  align-items: center;
  min-height: 40vh;
  height: 24em;
  margin: 0 auto;
  color: #fff;
  background-color: #242121;
}
.mast-slider__bg {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.mast-slider__content {
  z-index: 5;
  position: relative;
  top: 0;
  transform: translate3d(0, -10%, 0);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.5s ease-out;
}
.mast-slider .slick-active .mast-slider__content {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.5s ease-out;
}
.mast-slider .slick-active .mast-slider__content > * {
  -webkit-animation: fade-down 1.5s ease both;
          animation: fade-down 1.5s ease both;
}
.mast-slider .slick-active .mast-slider__content > *:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mast-slider .slick-active .mast-slider__content > *:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mast-slider .slick-active .mast-slider__content > *:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mast-slider .slick-active .mast-slider__content > *:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.mast-slider .slick-active .mast-slider__content > *:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mast-slider .slick-active .mast-slider__content > *:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.mast-slider .slick-active .mast-slider__content > *:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.mast-slider__pretitle {
  color: #fff;
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
}
.mast-slider__title {
  max-width: 19em;
  margin: 0 auto;
  color: #fff;
  line-height: 1.05;
  text-align: center;
}
.mast-slider__text {
  max-width: 29em;
  margin: 0 auto 2.5rem;
  font-size: 105%;
  line-height: 1.4;
  text-align: center;
}

.team__name {
  margin-bottom: 0;
}

.post-type-archive-products main,
.single-campaigns main {
  padding-bottom: 4em;
  background: #f1f1f1;
}

.campaigns-template-campaign-landing-page.single-campaigns main {
  padding-bottom: 0;
  background: none;
}

.products {
  padding: 1em 0;
}
.products__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.products__grid > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .products__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .products__grid > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 93em) {
  .products__grid > * {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.products__grid.grid--centered {
  justify-content: center;
}

@media (min-width: 93em) {
  .product {
    min-width: 17em;
  }
}
.product__content {
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
  min-height: 19em;
}
.product .btn-line {
  position: absolute;
  bottom: 2em;
}
.product .card--box .card__link:before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product .card--box .card__link:hover:before {
  transform: scale(1.075);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.events__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.events__grid > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .events__grid > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.events__grid.grid--centered {
  justify-content: center;
}

.event__content {
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}

.event-bar {
  z-index: 6;
  position: relative;
  display: block;
  padding: 1em 0;
  background-color: #fff;
  border-top: 1px solid #efefef;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.event-bar .grid, .event-bar .grid-full, .event-bar .grid--full {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-bar .grid:after, .event-bar .grid-full:after, .event-bar .grid--full:after {
  display: none;
}
@media (min-width: 54em) {
  .event-box {
    padding: 1em;
  }
}
.event-box__title {
  color: #002d72 !important;
  margin: 1em 0 0;
}
.event-box__details {
  font-size: 0.85em;
}

.press-releases__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.press-releases__grid > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .press-releases__grid > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.press-releases__grid.grid--centered {
  justify-content: center;
}

.press-release__content {
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}

.press-cards__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.press-cards__grid > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .press-cards__grid > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.press-cards__grid.grid--centered {
  justify-content: center;
}

.press-card__content {
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}

.industry-ctas {
  padding: 0 0 3em;
}
.industry-ctas__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.industry-ctas__grid > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .industry-ctas__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .industry-ctas__grid > * {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.industry-ctas__grid.grid--centered {
  justify-content: center;
}

.resources__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.resources__grid > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .resources__grid > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.resources__grid.grid--centered {
  justify-content: center;
}

.resource {
  text-align: center;
}
.resource__link {
  display: block;
  max-width: 22em;
  margin: 0 auto;
  padding: 1.5em;
  transition: background-color 0.7s ease;
}
.resource i {
  font-size: 2.5em;
  color: #f1c400;
}
.resource .svg-icon {
  max-width: 4em;
}
.resource .svg-icon path {
  stroke: #f1c400;
}
.resource__tag {
  margin: 0.5em auto 0;
}
.resource__title {
  max-width: 18em;
  margin: 0.5em auto;
  text-transform: capitalize;
}
.resource:hover .resource__link {
  background-color: #fff;
  transition: background-color 0.7s ease;
}

/*----------------------------------------------
-MixItUp / Filtering reqs
-----------------------------------------------*/
.mix, .resource {
  display: none;
  clear: none;
}

/*----------------------------------------------
-MixItUp / Filtering - fails
-----------------------------------------------*/
.resources-none {
  display: none;
  width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: #f1f1f1;
  transition: opacity 0.2s ease;
}
.fail .resources-none {
  display: block;
  opacity: 1;
  transition: opacity 2s 0.3 ease;
  -webkit-animation: fade-in 1s ease both;
          animation: fade-in 1s ease both;
}

.jobs {
  padding: 0 0 3em;
}
.jobs__list, .jobs__item {
  width: 100%;
}

.job__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 2em 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 54em) {
  .job__link {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 54em) {
  .job__title {
    flex: 2;
  }
}
.job__location, .job__department, .job__btn {
  display: block;
}
@media (min-width: 54em) {
  .job__location, .job__department, .job__btn {
    flex: 1;
  }
}
@media (max-width: 54em) {
  .job__btn {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 2em 0;
  }
}

.commute-badge {
  background-size: contain;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.commute-badge.na {
  width: auto;
  height: auto;
}
.commute-badge.na:before {
  content: "-";
}
.commute-badge.bicycle.poor {
  background-image: url("/wp-content/themes/inrix/assets/images/commute/bicycle_red.png");
}
.commute-badge.bicycle.fair {
  background-image: url("/wp-content/themes/inrix/assets/images/commute/bicycle_yellow.png");
}
.commute-badge.bicycle.good {
  background-image: url("/wp-content/themes/inrix/assets/images/commute/bicycle_green.png");
}
.commute-badge.bus.poor {
  background-image: url("/wp-content/themes/inrix/assets/images/commute/bus_red.png");
}
.commute-badge.bus.fair {
  background-image: url("/wp-content/themes/inrix/assets/images/commute/bus_yellow.png");
}
.commute-badge.bus.good {
  background-image: url("/wp-content/themes/inrix/assets/images/commute/bus_green.png");
}
.commute-badge.accident.poor {
  background-image: url("/wp-content/themes/inrix/assets/images/commute/accident_red.png");
}
.commute-badge.accident.fair {
  background-image: url("/wp-content/themes/inrix/assets/images/commute/accident_yellow.png");
}
.commute-badge.accident.good {
  background-image: url("/wp-content/themes/inrix/assets/images/commute/accident_green.png");
}

.portal-card {
  position: relative;
}
.portal-card__container {
  position: relative;
  display: block;
  margin-bottom: 2em;
  background-color: #fff;
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}
@media (min-width: 54em) {
  .portal-card__container {
    display: flex;
    flex-direction: row;
  }
}
.portal-card__thumb {
  position: relative;
  background-color: #ddd;
}
.portal-card__img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-bottom: 50%;
}
@media (min-width: 54em) {
  .portal-card__img {
    padding-bottom: 80%;
  }
}
.portal-card__content {
  padding: 1.5em;
  margin: 0;
}
@media (min-width: 54em) {
  .portal-card__content {
    display: flex;
    align-items: center;
  }
}
.portal-card__content > div {
  padding: 2em 0.5em;
}
@media (min-width: 54em) {
  .portal-card__content > div {
    padding: 2em 3em;
  }
}
@media (min-width: 93em) {
  .portal-card__content > div {
    padding: 3em 4em;
  }
}
.portal-card__title {
  margin: 0 0 0.5em;
}
.portal-card p {
  color: #767676;
  margin: 0 0 1em;
  max-width: 35em;
}
.portal-card__link {
  display: flex;
  flex-direction: column;
}
.portal-card__link > *:not(:last-child) {
  margin-bottom: 1em;
}

.search-bar {
  z-index: 8;
  position: relative;
  position: fixed;
  top: 4em;
  left: 0;
  display: block;
  width: 100%;
  padding: 1em 0 0.25em;
  background: #fff;
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}
.search-bar .input-group__input, .search-bar .input-group__btn {
  border: 1px solid #ddd;
}

.search-info {
  padding-top: 7em;
  padding-bottom: 1.5em;
  background-color: #f1f1f1;
}
.search-info__title {
  font-weight: 400;
}
.search-info__term {
  font-weight: 600;
}

.search-returns {
  padding: 2em 0;
}
.search-returns__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.search-returns__grid > * {
  padding: 0.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .search-returns__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .search-returns__grid > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 93em) {
  .search-returns__grid > * {
    flex-basis: 25%;
    max-width: 25%;
  }
}
.search-returns__grid.grid--centered {
  justify-content: center;
}

.search-card__content {
  border-bottom: 4px solid #f1f1f1;
  box-shadow: 0px 4px 0px #002d72;
}

.no-results {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.city-nav__container {
  margin-top: 1.5em;
  padding: 1.5em 0.15em;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 54em) {
  .city-nav__container {
    padding: 1.5em;
  }
}
.city-nav__link {
  font-size: 0.85em;
  line-height: 0.5;
}
@media (max-width: 54em) {
  .city-nav__link-text {
    display: none;
  }
}
.city-nav i {
  position: relative;
  bottom: -2px;
  color: #f1c400;
  font-weight: 600;
}
.city-nav .select2 {
  max-width: 15em;
}

.city-cards__grid {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.city-cards__grid > * {
  padding: 1.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .city-cards__grid > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.city-cards__grid.grid--centered {
  justify-content: center;
}
.city-cards__col {
  display: flex;
  padding-bottom: 2.5em;
}

.city-card--half {
  flex: 1;
}
.city-card--half .city-card__content {
  flex: 1 1 auto;
}

.city-card--full {
  padding: 2.5em 0;
}

.city-card {
  display: block;
  background-color: #fff;
}
.city-card__content {
  padding: 1.5em;
}
@media (min-width: 65em) {
  .city-card__content {
    padding: 1em 3em;
  }
}
.city-card--info .city-card__content {
  padding-bottom: 2em;
}
.city-card__numb {
  display: block;
  font-weight: 600;
  font-size: 1.39em;
  text-align: center;
  color: #f1c400;
}
@media (min-width: 54em) {
  .city-card__numb {
    text-align: left;
  }
}
.city-card__numb.large {
  font-size: 2.2em;
}
.city-card__desc {
  display: block;
  max-width: 8em;
  margin: 0 auto;
  text-align: center;
  font-size: 0.85em;
}
@media (min-width: 54em) {
  .city-card__desc {
    text-align: left;
    padding: 0;
    margin: 0;
  }
}
.city-card__chart-title {
  text-align: center;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.city-card__map-tabs ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  top: -2px;
}
.city-card__map-tabs ul li {
  background: #f1c400;
  color: #002d72;
  padding: 15px 0 10px;
  text-align: center;
  width: 50%;
}
.city-card__map-tabs ul li:hover:not(.active) {
  cursor: pointer;
  background: #005eb8;
  color: #fff;
}
.city-card__map-tabs ul li.active {
  background: #002d72;
  color: #fff;
}
.city-card__map-tab {
  display: none;
}
.city-card__map-tab.active {
  display: block;
  height: 100%;
}
.city-card .map-key {
  height: 15px;
  line-height: 15px;
}
@media only screen and (max-width: 864px) {
  .city-card .map-key {
    display: block;
    margin: 5px 0;
  }
}
.city-card .map-key .key {
  display: inline-block;
  height: 15px;
  margin-top: -2px;
  margin-left: 10px;
  vertical-align: middle;
  width: 15px;
}
.city-card .map-key .key.dark-blue {
  background: #a6c0ed;
}
.city-card .map-key .key.med-blue {
  background: #5d80ba;
}
.city-card .map-key .key.lt-blue {
  background: #0b3c8c;
}
.city-card .map-key .key.yellow {
  background: #f1c400;
}
.city-card .map-key .key.blue {
  background: #005eb8;
}
.city-card .map-key .key.navy-blue {
  background: #002d72;
}

.yoy-color-legend {
  margin-top: 1em;
  text-align: center;
}

.city-card__map-wrap {
  height: 26em;
  background-color: #005eb8;
  background-image: url("/wp-content/themes/inrix/assets/images/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.city-card__map {
  display: block;
  height: 100%;
  width: 100%;
}
.city-card__map span {
  opacity: 0;
}
.city-card__rank {
  display: block;
  font-weight: 600;
  font-size: 1.75em;
  color: #f1c400;
}
@media (min-width: 54em) {
  .city-card__rank {
    font-size: 2.25em;
  }
}
.city-card__cityname {
  margin-bottom: 0.15em;
  font-weight: 400;
  color: #005eb8;
  text-align: center;
}
.city-card__country {
  font-size: 0.85em;
}
.city-card__badge {
  float: right;
  max-width: 7em;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.city-card__opener {
  display: flex;
  margin-bottom: 2em;
}
.city-card__urban_area {
  flex-basis: 70%;
  width: 70%;
  max-width: 70%;
}
.city-card__region {
  font-size: 0.8em;
  text-align: center;
}
.city-card__flag_wrap {
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
}
.city-card__flag {
  display: block;
  margin: 0 auto;
  width: 90px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
@media only screen and (max-width: 864px) {
  .city-card__flag {
    margin: 0 auto;
  }
}
.city-card__in_country_rank {
  font-size: 1.5em;
}
.city-card__commute-rank {
  text-align: center;
  padding: 1em 0 0;
}
.city-card__commute-rank .commute-badge {
  margin: 25px 1em;
  height: 75px;
  width: 75px;
}
@media only screen and (max-width: 443px) {
  .city-card__commute-rank .commute-badge {
    margin: 8px 10px;
    height: 60px;
    width: 60px;
  }
}
.city-card__commute-rank-description {
  font-size: 14px;
}
.city-card__footer {
  padding: 1.5em;
  border-top: 1px solid #ddd;
}
@media (min-width: 65em) {
  .city-card__footer {
    padding: 1em 3em;
  }
}
.city-card__stats {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
  list-style: none;
}
.city-card__stats > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .city-card__stats > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.city-card__stats.grid--centered {
  justify-content: center;
}
@media (min-width: 54em) {
  .city-card__stats li {
    display: inline-block;
  }
}

.city-card--info .city-card__content {
  padding-bottom: 2em;
}

.city-card {
  -webkit-animation: fade-in 1s ease both;
          animation: fade-in 1s ease both;
}
@media (min-width: 54em) {
  .city-card__chart {
    display: flex;
    align-items: center;
  }
}
.city-card__chart-pie {
  padding: 0.75em 1em;
}
@media (min-width: 54em) {
  .city-card__chart-pie {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.city-card__chart-wrap {
  max-width: 8em;
  margin: 0 auto;
}
.city-card__chart-figures {
  -webkit-animation: fade-in 1s ease both;
          animation: fade-in 1s ease both;
}
@media (min-width: 54em) {
  .city-card__chart-figures {
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }
}
@media (min-width: 54em) {
  .city-card__chart-figures {
    padding-left: 5%;
  }
}
.city-card__chart:nth-of-type(2) .city-card__chart-figures {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.city-card__chart:nth-of-type(3) .city-card__chart-figures {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#scorecard-city {
  min-height: 40em;
}

.legend-card {
  border-top: 1px solid #ddd;
  margin-bottom: 2em;
}
.legend-card__wrap {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.legend-card__wrap > * {
  padding: 1.5em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 54em) {
  .legend-card__wrap > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.legend-card__wrap.grid--centered {
  justify-content: center;
}
@media (min-width: 65em) {
  .legend-card__wrap {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 54em) {
  .legend-card__wrap > * {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.legend-card__heading {
  padding: 1em 0;
  text-align: center;
  color: #005eb8;
}
.legend-card__item {
  padding-bottom: 0.75em;
}
.legend-card__title {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.legend-card__text {
  font-size: 0.75em;
}

.carousel-funfacts__wrap {
  opacity: 0;
}
.carousel-funfacts__wrap.slick-initialized {
  opacity: 1;
  transition: opacity 1.4s ease;
}
.carousel-funfacts__item {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 54em) {
  .carousel-funfacts__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.carousel-funfacts__img {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 54em) {
  .carousel-funfacts__fact {
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
  }
}
.carousel-funfacts__header {
  max-width: 30em;
  padding: 2em;
}
.carousel-funfacts__title {
  color: #f1c400;
  margin-bottom: 0.25em;
}
.carousel-funfacts p {
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 65em) {
  .carousel-funfacts .slick-prev {
    left: 1em;
  }
}
@media (min-width: 93em) {
  .carousel-funfacts .slick-next {
    right: 1em;
  }
}

#inrix_grdp_banner {
  text-align: center;
}
#inrix_grdp_banner p {
  margin: 0;
  padding: 0.5em 0;
}
#inrix_grdp_banner .cta__link {
  font-size: 1em;
  padding: 0;
}
#inrix_grdp_banner .cta__title {
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
}
#inrix_grdp_banner .btn-line.btn--alpha {
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  text-transform: capitalize;
  vertical-align: initial;
}
#inrix_grdp_banner .cta__link:hover .btn-line.btn--alpha {
  text-decoration: none;
}

.contact #inrix_grdp_banner .btn-line.btn--alpha,
.contact #inrix_grdp_banner .btn-line.btn--alpha {
  text-decoration: none;
}
.contact #inrix_grdp_banner .btn-line.btn--alpha:after,
.contact #inrix_grdp_banner .btn-line.btn--alpha:after {
  display: none;
}

body.home #inrix_grdp_banner {
  margin: 0 auto -3em;
}

@media only screen and (max-width: 864px) {
  #inrix_grdp_banner {
    margin: 0 auto -1em;
  }
  #inrix_grdp_banner .cta__link {
    padding: 0.5em 1em;
  }
}
.grid-med,
.grid-sm, .post-header.has-bg .grid-sm,
.grid,
.grid-full,
.grid--full {
  position: relative;
  width: 92%;
  max-width: 60em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grid-med:after,
.grid-sm:after, .post-header.has-bg .grid-sm:after,
.grid:after,
.grid-full:after,
.grid--full:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 54em) {
  .grid-med,
.grid-sm, .post-header.has-bg .grid-sm,
.grid,
.grid-full,
.grid--full {
    width: 90%;
  }
}

@media (min-width: 54em) {
  .grid--flex {
    display: flex;
  }
}

.grid--pad {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

@media (min-width: 54em) {
  .grid-sm {
    max-width: 42em;
  }
}

@media (min-width: 65em) {
  .grid-med {
    max-width: 70em;
  }
}

.grid-lg,
.mast-slider__content {
  position: relative;
  width: 92%;
  max-width: 60em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grid-lg:after,
.mast-slider__content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 54em) {
  .grid-lg,
.mast-slider__content {
    max-width: 95%;
  }
}
@media (min-width: 115em) {
  .grid-lg,
.mast-slider__content {
    max-width: 85%;
  }
}

@media (min-width: 54em) {
  .page-template-merger .grid-lg, .page-template-merger .mast-slider__content {
    max-width: 1262px;
  }
}

.grid-xl,
.grid--xl {
  position: relative;
  width: 92%;
  max-width: 60em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grid-xl:after,
.grid--xl:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 54em) {
  .grid-xl,
.grid--xl {
    max-width: 95%;
  }
}

.grid-full, .grid--full {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 54em) {
  .grid-full-sm {
    width: 100%;
  }
}

@media (min-width: 93em) {
  .grid-wrap {
    margin: 0 auto;
    max-width: 95%;
  }
}
@media (min-width: 130em) {
  .grid-wrap {
    margin: 0 auto;
    max-width: 90%;
  }
}

.grid__col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5em;
}
.grid__col:last-of-type {
  padding-right: 0;
}

.grid .grid__col + .grid, .grid-full .grid__col + .grid, .grid--full .grid__col + .grid, .grid .grid__col + .grid-full, .grid-full .grid__col + .grid-full, .grid--full .grid__col + .grid-full, .grid .grid__col + .grid--full, .grid-full .grid__col + .grid--full, .grid--full .grid__col + .grid--full {
  width: auto;
  max-width: none;
  min-width: 0;
  margin-left: -1.5em;
  margin-right: -1.5em;
}

.g-xsm-1 {
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}

.g-xsm-2 {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

.g-xsm-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.g-xsm-4 {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

.g-xsm-5 {
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667%;
}

.g-xsm-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.g-xsm-7 {
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}

.g-xsm-8 {
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}

.g-xsm-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.g-xsm-10 {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}

.g-xsm-11 {
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667%;
}

.g-xsm-12 {
  max-width: 100%;
  flex-basis: 100%;
}

@media (min-width: 54em) {
  .g-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .g-ml-1 {
    margin-left: 8.3333333333%;
  }
  .g-ml-1 {
    margin-right: 8.3333333333%;
  }
  .g-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .g-ml-2 {
    margin-left: 16.6666666667%;
  }
  .g-ml-2 {
    margin-right: 16.6666666667%;
  }
  .g-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .g-ml-3 {
    margin-left: 25%;
  }
  .g-ml-3 {
    margin-right: 25%;
  }
  .g-4, .wide-card [class*=__thumb], .post-cols__sidebar, .industry [class*=__thumb], .dev-card [class*=__thumb], .portal-card__thumb {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .g-ml-4 {
    margin-left: 33.3333333333%;
  }
  .g-ml-4 {
    margin-right: 33.3333333333%;
  }
  .g-5, .intro__header {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .g-ml-5 {
    margin-left: 41.6666666667%;
  }
  .g-ml-5 {
    margin-right: 41.6666666667%;
  }
  .contact-form__item, .g-6, .post-ftd__thumb, .post-ftd__content {
    max-width: 50%;
    flex-basis: 50%;
  }
  .g-ml-6 {
    margin-left: 50%;
  }
  .g-ml-6 {
    margin-right: 50%;
  }
  .g-7, .intro__content {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .g-ml-7 {
    margin-left: 58.3333333333%;
  }
  .g-ml-7 {
    margin-right: 58.3333333333%;
  }
  .g-8, .wide-card [class*=__content], .post-cols__main, .industry [class*=__content], .dev-card [class*=__content], .portal-card__content {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .g-ml-8 {
    margin-left: 66.6666666667%;
  }
  .g-ml-8 {
    margin-right: 66.6666666667%;
  }
  .g-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .g-ml-9 {
    margin-left: 75%;
  }
  .g-ml-9 {
    margin-right: 75%;
  }
  .g-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .g-ml-10 {
    margin-left: 83.3333333333%;
  }
  .g-ml-10 {
    margin-right: 83.3333333333%;
  }
  .g-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .g-ml-11 {
    margin-left: 91.6666666667%;
  }
  .g-ml-11 {
    margin-right: 91.6666666667%;
  }
  .g-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .g-ml-12 {
    margin-left: 100%;
  }
  .g-ml-12 {
    margin-right: 100%;
  }
}
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #111;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-lightgrey {
  background-color: #f1f1f1;
}

.bg-lightblue {
  background-color: #f8fafd;
}
.page-template-merger .bg-lightblue {
  background-color: #F5FBFF;
}

.bg-darkblue {
  background-color: #002d72;
}

.bg-alpha {
  background-color: #002d72;
}

.bg-beta {
  background-color: #f1c400;
}

.bg-delta {
  background-color: #005eb8;
}

.bg-alert {
  background-color: #c43a31;
}

.bg-success {
  background-color: #1abc9c;
}

.color-alpha {
  color: #002d72;
}

.color-delta {
  color: #005eb8;
}

.color-grey {
  color: #767676;
}

.color-white {
  color: #fff;
}

.color-green {
  color: #89b209;
}

.color-red {
  color: #ff3519;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.bg-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pad {
  padding: 3em 0;
}

.pad-sm {
  padding: 2em 0;
}

.pad-lg {
  padding: 5em 0;
}

.no-pad {
  padding: 0;
}

.text-center {
  text-align: center !important;
}
.text-center.btn, .campaigns-template-campaign-landing-page .cta.cta--beta .text-center.btn-line, .mast .campaign-form div.gform_body input.text-center.gform_previous_button,
.mast .campaign-form div.gform_body input.text-center.gform_next_button,
.mast .campaign-form div.gform_body input.text-center[type=submit] {
  margin: 0 auto;
  display: table;
}

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

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

.centered,
.centered.grid__col {
  float: none;
  margin: 0 auto;
  display: block;
}

.center-all {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
.center-all .grid__col {
  margin: 0 auto;
  float: none;
  display: block;
  text-align: center;
}

.has-neg-offset {
  position: relative;
  padding: 0 0 3em;
}
.has-neg-offset > div {
  z-index: 5;
  position: relative;
}
.has-neg-offset:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 9em;
  width: 100%;
  background: #002d72;
}

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

.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}

.visualy-hidden {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.no-interaction {
  pointer-events: none !important;
}

.no-breaks br {
  display: none;
}

.greyscale {
  filter: grayscale(100%);
}

.darken {
  opacity: 0.3;
  background-color: #000;
}

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes fade-in-60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    transform: translate3d(0, 40%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    transform: translate3d(0, 40%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-down {
  0% {
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-down {
  0% {
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    opacity: 0;
    transform: translate3d(-90%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translate3d(-90%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-right {
  0% {
    opacity: 0;
    transform: translate3d(90%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translate3d(90%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-up {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-up {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scale-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.4) rotate(3.2deg);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.4) rotate(3.2deg);
  }
}
/*----------------------------------------------
--Fade in BG Color
-----------------------------------------------*/
@-webkit-keyframes bg-in {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@keyframes bg-in {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@-webkit-keyframes bg-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}
@keyframes bg-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}
@-webkit-keyframes bg-alpha-to-dark {
  from {
    background-color: #002d72;
  }
  to {
    background-color: #242121;
  }
}
@keyframes bg-alpha-to-dark {
  from {
    background-color: #002d72;
  }
  to {
    background-color: #242121;
  }
}
@keyframes mast-in {
  0% {
    height: 0;
    min-height: 0;
    background-color: #002d72;
  }
  10% {
    height: 0;
    min-height: 0;
  }
  50% {
    min-height: 65vh;
    height: 65vh;
  }
  60% {
    background-color: #002d72;
  }
  100% {
    background-color: #242121;
  }
}
@-webkit-keyframes animate-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes animate-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes animate-height {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes animate-height {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes preloader-bounce {
  0%, 100% {
    transform: scale(1.4) rotate(3.2deg);
  }
  50% {
    transform: scale(0.5);
  }
}
@keyframes preloader-bounce {
  0%, 100% {
    transform: scale(1.4) rotate(3.2deg);
  }
  50% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-out {
  to {
    opacity: 0;
    transform: rotate(360deg);
  }
}
@keyframes spin-out {
  to {
    opacity: 0;
    transform: rotate(360deg);
  }
}
.fade-in {
  -webkit-animation: fade-in 0.6s ease both;
          animation: fade-in 0.6s ease both;
}

.page-is-loading {
  -webkit-animation: fade-in ease 0.9s both;
          animation: fade-in ease 0.9s both;
}

.preloader {
  position: absolute;
  top: calc(50% - 3em);
  right: 0;
  left: 0;
  width: 3em;
  height: 3em;
  margin: 5% auto 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgb(0, 0, 0);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite both;
          animation: spin 1s linear infinite both;
  opacity: 1;
  transition: opacity 2s 0.2s ease-out;
}

.preloader-bounce:before, .preloader-bounce:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 4em;
  background-color: #002d72;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: preloader-bounce 2s infinite ease;
          animation: preloader-bounce 2s infinite ease;
}
.preloader-bounce:after {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.has-preloader > img, .has-preloader [class*=__img] {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 1s ease-in, transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.has-preloader.is-loaded .preloader {
  opacity: 0;
}
.has-preloader.is-loaded > img, .has-preloader.is-loaded [class*=__img] {
  opacity: 1;
}
