@charset "UTF-8";
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
/* stylelint-disable selector-list-comma-newline-after */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 19px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 19px;
}

/* stylelint-enable selector-list-comma-newline-after */
body {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.58333;
  color: #687D86;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 0.9375em;
  /* [1] */
  line-height: 1.26667;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
}

form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

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

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="url"],
form textarea {
  background-color: white;
  border-color: #E5E3E1;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #A2A09E;
  padding: 9px 10px;
}

form input[type="text"] ::-webkit-input-placeholder,
form input[type="password"] ::-webkit-input-placeholder,
form input[type="email"] ::-webkit-input-placeholder,
form input[type="number"] ::-webkit-input-placeholder,
form input[type="search"] ::-webkit-input-placeholder,
form input[type="tel"] ::-webkit-input-placeholder,
form input[type="url"] ::-webkit-input-placeholder,
form textarea ::-webkit-input-placeholder {
  color: inherit;
}

form input[type="text"] :-ms-input-placeholder,
form input[type="password"] :-ms-input-placeholder,
form input[type="email"] :-ms-input-placeholder,
form input[type="number"] :-ms-input-placeholder,
form input[type="search"] :-ms-input-placeholder,
form input[type="tel"] :-ms-input-placeholder,
form input[type="url"] :-ms-input-placeholder,
form textarea :-ms-input-placeholder {
  color: inherit;
}

form input[type="text"] ::-ms-input-placeholder,
form input[type="password"] ::-ms-input-placeholder,
form input[type="email"] ::-ms-input-placeholder,
form input[type="number"] ::-ms-input-placeholder,
form input[type="search"] ::-ms-input-placeholder,
form input[type="tel"] ::-ms-input-placeholder,
form input[type="url"] ::-ms-input-placeholder,
form textarea ::-ms-input-placeholder {
  color: inherit;
}

form input[type="text"] ::placeholder,
form input[type="password"] ::placeholder,
form input[type="email"] ::placeholder,
form input[type="number"] ::placeholder,
form input[type="search"] ::placeholder,
form input[type="tel"] ::placeholder,
form input[type="url"] ::placeholder,
form textarea ::placeholder {
  color: inherit;
}

.gform_wrapper .gform_fields {
  overflow: visible;
}

.gform_wrapper .gsection {
  margin-bottom: 1em;
}

.gform_wrapper .gfield {
  margin-bottom: 1em;
}

.gform_wrapper input.large,
.gform_wrapper select.large,
.gform_wrapper textarea {
  width: 100%;
}

.gform_wrapper .gform_validation_container, .gform_wrapper .gform_wrapper .gform_validation_container, .gform_wrapper body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, .gform_wrapper body .gform_wrapper li.gform_validation_container, .gform_wrapper body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
}

h1 {
  font-size: 48px;
  font-size: 3.2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  line-height: 1.125;
}

h2 {
  font-size: 36px;
  font-size: 2.4rem;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  line-height: 1.27778;
}

h3 {
  font-size: 25px;
  font-size: 1.66667rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.22222;
}

h5 {
  font-size: 18px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.33333;
}

h6 {
  font-size: 18px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.33333;
}

a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #64879C;
  text-decoration: none;
}

a:hover {
  color: #305972;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}

.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 19px;
}

.o-media__img > img {
  display: block;
}

.o-media__body {
  overflow: hidden;
  display: block;
}

.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */
/**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */
/* Gutterless media objects.
  ========================================================================== */
.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}

.o-media--tiny > .o-media__img {
  margin-right: 5px;
}

.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 5px;
}

.o-media--small > .o-media__img {
  margin-right: 10px;
}

.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 10px;
}

.o-media--large > .o-media__img {
  margin-right: 38px;
}

.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 38px;
}

.o-media--huge > .o-media__img {
  margin-right: 76px;
}

.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 76px;
}

/* Reversed media objects.
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 19px;
}

.o-button,
.gform_button,
.fl-button,
.pp-button,
.pp-modal-trigger {
  background-color: #F5A623 !important;
  border-radius: 4px !important;
  border-width: 0 !important;
  display: inline-block;
  padding: 14px 0 !important;
  max-width: 150px !important;
  min-width: 150px !important;
  text-align: center !important;
  width: 100% !important;
}

@media (max-width: 61.99em) {
  .o-button,
  .gform_button,
  .fl-button,
  .pp-button,
  .pp-modal-trigger {
    width: 200px !important;
  }
}

.o-button:hover,
.gform_button:hover,
.fl-button:hover,
.pp-button:hover,
.pp-modal-trigger:hover {
  background-color: #F29616 !important;
}

.fl-button-icon {
  color: #fff;
}

.o-button,
.gform_button,
.fl-button,
.fl-button-text,
.pp-button,
.pp-button-1-text,
.pp-button-2-text,
.pp-modal-trigger,
.pp-modal-trigger-text {
  font-size: 12px !important;
  font-size: 0.8rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  color: white !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

@media (max-width: 47.99em) {
  .fl-col-small {
    max-width: none;
  }
}

.o-form--hide-labels label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 47.99em) {
  .o-row--flex-mobile .fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .o-row--flex-mobile .fl-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.o-row--gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 244, 243, 0)), to(#f5f4f3));
  background-image: linear-gradient(to bottom, rgba(245, 244, 243, 0) 0%, #f5f4f3 100%);
}

.o-row--gradient-rev {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 244, 243, 0)), to(#f5f4f3));
  background-image: linear-gradient(to top, rgba(245, 244, 243, 0) 0%, #f5f4f3 100%);
}

.o-row--grey {
  background-color: #F5F4F3;
}

.o-row--border-top {
  border-top: 1px solid #D6D5D1;
}

.o-row--border-bottom {
  border-bottom: 1px solid #D6D5D1;
}

@media (min-width: 62em) {
  .o-row--vcenter .fl-row-content-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .o-row--vcenter .fl-row-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .o-row--vcenter .fl-col-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-row--content-relative .fl-row-content {
  position: relative;
}

.o-row--col-relative .fl-col {
  position: relative;
}

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

.o-select select {
  width: 100%;
  height: 32px;
  margin: 0;
  outline: none;
  border: 1px solid #D6D5D1;
  font-size: 12px;
  line-height: 1;
  color: #777;
  background: #F5F4F3 url("data:image/svg+xml;utf8,<svg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'><g id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='dropDownMedium' transform='translate(-154.000000, 0.000000)'><g id='Group-2' transform='translate(154.000000, 0.000000)'><rect id='frame-15' fill='#F5F4F3' x='0' y='0' width='32' height='32'></rect><polygon id='Path-2' fill='#979797' fill-rule='nonzero' points='16.2688569 17.7666568 16.5 18 16.7311431 17.7666568 20 14.4666863 19.5377138 14 16.2688569 17.2999705 16.7311431 17.2999705 13.4622862 14 13 14.4666863'></polygon></g></g></g></svg>") no-repeat;
  background-size: 32px;
  background-position: right 0px center;
  padding: 0 42px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
}

.o-select select::after {
  content: " - Remember this";
}

.o-sidebar.fl-col > .fl-col-content,
.o-sidebar.fl-module > .fl-module-content {
  border-left: 1px solid #D6D5D1;
  padding-left: 30px;
  position: relative;
}

.o-sidebar.fl-col > .fl-col-content:before,
.o-sidebar.fl-module > .fl-module-content:before {
  background-color: #fff;
  content: url(/web/20190504201848im_/https://www.gaggle.net/wp-content/themes/gaggle-2017/images/plus-in-circle.svg);
  display: block;
  padding: 0 0 10px;
  position: absolute;
  top: 0;
  left: -11px;
  width: 22px;
  height: 30px;
}

.o-sidebar.fl-col > .fl-col-content {
  padding-left: 15px;
}

.o-sidebar.fl-module > .fl-module-content {
  padding-left: 30px;
}

@media (min-width: 62em) {
  body:not(.fl-builder-edit) .o-sidebar--fixed {
    height: 100%;
    position: relative;
  }
  body:not(.fl-builder-edit) .o-sidebar--fixed .fl-module-content {
    margin-bottom: 0;
    position: fixed;
    max-width: 250px;
  }
  body:not(.fl-builder-edit) .o-sidebar--fixed.stick .fl-module-content {
    bottom: 0;
    position: absolute;
  }
}

.o-textcolumns-2 {
  -webkit-column-count: 2;
  column-count: 2;
}

.c-archive-header {
  background-color: #E6E5E4;
}

@media (min-width: 62em) {
  .c-archive-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .c-archive-header .fl-col-group {
    min-height: 52px;
  }
  .c-archive-header + .fl-row {
    padding-top: 52px;
  }
}

.c-archive-title h1 {
  font-size: 14px;
  font-size: 0.93333rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35714;
}

.c-archive-row .fl-row-content-wrap {
  padding-top: 40px;
}

.c-archive-row .fl-post-column {
  padding-bottom: 50px;
}

.c-search .fl-post-feed-post {
  padding-bottom: 30px;
}

.c-search .o-media__img {
  margin-right: 24px;
  width: 145px;
}

.c-search .c-result__image {
  overflow: hidden;
  padding-top: 82.75862%;
  position: relative;
  width: 100%;
}

.c-search .c-result__image img {
  height: auto;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.c-search .c-result__group {
  color: #687D86;
}

.c-search .c-result__group span {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.25;
  border-bottom: 2px solid #687D86;
  display: inline-block;
  margin-bottom: .8em;
  padding-bottom: .2em;
}

@media (min-width: 62em) {
  .c-aside__module {
    float: right;
    position: relative;
    width: 33.333333%;
    z-index: 1;
  }
  .c-aside__module .fl-module-content {
    margin: 0;
  }
}

.c-aside {
  margin: 15px 15px 15px 30px;
  padding: 0 40px;
}

.c-aside__layout + .c-aside__layout {
  margin-top: 2em;
}

.c-aside__layout--image img {
  border-top: 3px solid #94AFC1;
  border-bottom: 3px solid #94AFC1;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-aside__layout--quote {
  text-align: center;
}

.c-aside__layout--quote img {
  border: 2px solid #94AFC1;
  border-radius: 100%;
  display: block;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 3px;
  width: 120px;
}

.c-aside__layout--quote blockquote {
  font-size: 20px;
  font-size: 1.33333rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #94AFC1;
  margin-bottom: 1em;
}

.c-aside__layout--quote footer strong {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.25;
  border-bottom: 2px solid #687D86;
  display: inline-block;
  margin-bottom: .8em;
  padding-bottom: .2em;
  display: inline-block;
  margin-bottom: 1em;
}

.c-aside__layout--quote footer span {
  display: block;
}

.c-billboard .c-billboard__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  text-align: center;
}

@media (min-width: 62em) {
  .fl-module.c-billboard {
    height: 0;
    left: 5px;
    overflow: visible;
    position: absolute;
    right: 5px;
    z-index: 1;
  }
  .fl-module.c-billboard .fl-module-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333333333%;
  }
  .c-billboard + .fl-module-post-grid .fl-post-column {
    clear: none;
  }
  .c-billboard + .fl-module-post-grid .fl-post-column:first-child {
    margin-left: 33.333333333%;
  }
}

body.blog .c-billboard .c-billboard__content {
  height: 407px;
}

body.post-type-archive-resource .fl-post-grid-post.resource_type-webcast.status-future,
body.post-type-archive-resource .fl-post-grid-post.resource_type-webinar.status-future {
  background-color: transparent;
  border: 0;
}

body.post-type-archive-resource .c-billboard .c-billboard__content {
  height: 407px;
}

body.main-query-returned-no-posts .c-billboard {
  display: none;
}

.c-contact-callout .fl-callout-text {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.58333;
  height: 150px;
}

.c-contact-callout .post-abstract,
.c-contact-callout .small-print {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #484747;
}

.c-contact-details h3 {
  font-size: 14px;
  font-size: 0.93333rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35714;
  margin-bottom: 0;
}

@media (min-width: 62em) {
  .c-filters {
    text-align: right;
  }
}

.c-filters p {
  margin: 0;
}

.c-filters .o-select + .o-select {
  margin-left: 12px;
}

.c-footerbar {
  background-color: #4A7087;
  color: #C1D2DB;
  position: relative;
  z-index: 100;
}

.c-footerbar h3 {
  font-size: 14px;
  font-size: 0.93333rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35714;
  color: white;
}

.c-footerbar ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

.c-footerbar li {
  margin-bottom: .5em;
}

.c-footerbar a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  color: #C1D2DB;
}

.c-footerbar a:hover {
  color: #EEF2F5;
}

.c-footerbar__intro h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.33333;
  color: white;
}

.c-footerbar__intro p {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.c-copyrightbar {
  background-color: #64879C;
  color: #EEF2F5;
}

.c-copyrightbar .fl-row-fixed-width {
  max-width: 1025px;
}

.c-copyrightbar a {
  color: #EEF2F5;
}

.c-copyrightbar p {
  margin: 0;
}

.c-copyrightbar .sep {
  display: inline-block;
  margin-left: .5em;
  margin-right: .5em;
}

.c-trademarkbar {
  font-size: 8px;
  font-size: 0.53333rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  background-color: white;
  color: #94AFC1;
}

.c-trademarkbar .fl-row-fixed-width {
  max-width: 1025px;
}

.c-trademarkbar p {
  margin: 0;
}

body > header {
  position: relative;
  z-index: 100;
}

.c-topbar {
  background-color: #4A7087;
  color: #C1D2DB;
}

.c-topbar .fl-row-fixed-width {
  max-width: 1025px;
}

.c-topbar a {
  color: inherit;
}

@media (max-width: 47.99em) {
  .c-topbar {
    display: none;
  }
}

.c-topbar__menu {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 14px;
}

.c-topbar__menu .menu > .menu-item > a,
.c-topbar__menu .menu > .menu-item > div > a {
  padding: 10px 20px;
  text-transform: uppercase;
}

.c-topbar__menu .menu > .menu-item > a:hover,
.c-topbar__menu .menu > .menu-item > div > a:hover {
  background-color: #305972;
}

.c-topbar__menu .menu > .request-demo a {
  background-color: #F5A623;
  color: white;
}

.c-topbar__menu .menu > .request-demo a:hover {
  background-color: #F29616;
}

.c-headerbar {
  background-color: #64879C;
  color: #EEF2F5;
}

.c-headerbar .fl-row-fixed-width {
  max-width: 1025px;
}

.c-headerbar a {
  color: inherit;
}

.c-headerbar svg path {
  fill: #fffffe;
}

@media (max-width: 47.99em) {
  .c-headerbar .fl-col-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .c-headerbar .fl-module-content {
    margin: 0;
  }
}

.c-headerbar__logo a {
  display: inline-block;
}

@media (max-width: 47.99em) {
  .c-headerbar__logo a {
    margin-left: 15px;
    padding: 14px 8px 14px;
    vertical-align: middle;
  }
  .c-headerbar__logo svg {
    height: 25px;
    vertical-align: middle;
    width: 97px;
  }
}

.c-headerbar__menu {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.58333;
}

.c-headerbar__menu .fl-module-content {
  margin-right: 0;
}

.c-headerbar__menu .menu > .menu-item > a,
.c-headerbar__menu .menu > .menu-item > div > a {
  padding: 30px 18px;
  text-transform: uppercase;
}

@media (max-width: 47.99em) {
  .c-headerbar__menu .menu > .menu-item > a,
  .c-headerbar__menu .menu > .menu-item > div > a {
    border-bottom: 1px solid #E5E3E1;
    color: #687D86;
    padding: 15px 0;
  }
}

.c-headerbar__menu .menu > .menu-item:hover > a,
.c-headerbar__menu .menu > .menu-item:hover > div > a {
  padding-bottom: 24px;
  border-bottom: 6px solid #94AFC1;
}

@media (max-width: 47.99em) {
  .c-headerbar__menu .menu > .menu-item:hover > a,
  .c-headerbar__menu .menu > .menu-item:hover > div > a {
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-color: #D6D5D1;
  }
}

@media (max-width: 47.99em) {
  .c-headerbar__menu .menu > .menu-item .fl-menu-toggle:before {
    border-color: #687D86;
  }
}

.c-headerbar__menu .sub-menu {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 6px solid #94AFC1;
  color: #687D86;
  left: auto;
  right: 0;
  padding: 10px 0;
}

@media (max-width: 47.99em) {
  .c-headerbar__menu .sub-menu {
    border-bottom-width: 0;
    color: #B0BBBE;
  }
}

.c-headerbar__menu .sub-menu > .menu-item > a,
.c-headerbar__menu .sub-menu > .menu-item > div > a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #687D86;
  padding: 10px 20px;
  white-space: nowrap;
}

@media (max-width: 47.99em) {
  .c-headerbar__menu .sub-menu > .menu-item > a,
  .c-headerbar__menu .sub-menu > .menu-item > div > a {
    color: #B0BBBE;
  }
}

.c-headerbar__menu .sub-menu > .menu-item:hover > a,
.c-headerbar__menu .sub-menu > .menu-item:hover > div > a {
  background-color: rgba(148, 175, 193, 0.15);
  color: #687D86;
}

@media (max-width: 47.99em) {
  .c-headerbar__menu .sub-menu > .menu-item:hover > a,
  .c-headerbar__menu .sub-menu > .menu-item:hover > div > a {
    color: #B0BBBE;
  }
}

@media (max-width: 47.99em) {
  .c-headerbar__menu .fl-menu-mobile-toggle {
    color: inherit;
  }
  .c-headerbar__menu .fl-menu-mobile-toggle.hamburger-label {
    background-color: #4A7087;
    display: inline-block;
    height: 55px;
    width: 55px;
  }
  .c-headerbar__menu .fl-menu-mobile-toggle.hamburger-label .svg-container {
    color: white;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    position: relative;
    width: 18px;
  }
  .c-headerbar__menu .fl-menu-mobile-toggle.hamburger-label .svg-container svg {
    -webkit-transform: scale(1, 0.666);
            transform: scale(1, 0.666);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  .c-headerbar__menu .fl-menu-mobile-toggle.hamburger-label .fl-menu-mobile-toggle-label {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    color: #C1D2DB;
    color: #C1D2DB;
    display: block;
    margin-left: 0;
    text-transform: uppercase;
  }
  .c-headerbar__menu .fl-menu-mobile-toggle.hamburger-label .fl-menu-mobile-toggle-label:hover {
    color: #EEF2F5;
  }
  .c-headerbar__menu .menu {
    background-color: #fff;
    padding: 30px 50px;
  }
}

.c-headerbar__left-col {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
}

.c-headerbar__right-col {
  position: relative;
}

.c-headerbar__right-col > .fl-col-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.c-headerbar__right-col > .fl-col-content > .fl-module {
  display: block;
  width: auto;
}

.c-headerbar__search * {
  vertical-align: middle;
}

.c-headerbar__search .fl-module-content {
  height: 48px;
  margin: 0;
  white-space: nowrap;
  width: 48px;
}

.c-headerbar__search .fl-html {
  height: 48px;
  min-width: 48px;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 0%;
}

.c-headerbar__search.active .fl-html {
  width: 100%;
}

.c-headerbar__search .c-search {
  background-color: #64879C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-headerbar__search .c-search__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 15px;
}

.c-headerbar__search .c-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.c-headerbar__search .c-search__input {
  background-color: transparent;
  border: 0;
  color: #C1D2DB !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
}

.c-headerbar__search .c-search__input::-webkit-input-placeholder {
  color: inherit;
}

.c-headerbar__search .c-search__input:-ms-input-placeholder {
  color: inherit;
}

.c-headerbar__search .c-search__input::-ms-input-placeholder {
  color: inherit;
}

.c-headerbar__search .c-search__input::placeholder {
  color: inherit;
}

.c-headerbar__search .c-search__input:focus {
  outline: 0;
}

.c-headerbar__search .c-search__toggle {
  cursor: pointer;
}

.c-headerbar__search .c-search__toggle:hover {
  color: #fff;
}

@media (max-width: 47.99em) {
  .c-headerbar__search .fl-module-content {
    height: 55px;
    width: 55px;
  }
  .c-headerbar__search .fl-html {
    height: 55px;
    min-width: 55px;
  }
  .c-headerbar__search .c-search__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 18px;
  }
  .c-headerbar__search .c-search__input {
    height: 55px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-hero-slider .bx-wrapper {
  margin: 0;
}

@media (max-width: 61.99em) {
  .c-hero-slider .bx-wrapper .bx-pager {
    top: -24px;
  }
}

@media (min-width: 62em) {
  .c-hero-slider .bx-wrapper .bx-pager {
    top: -30px;
  }
}

.c-hero-slider .bx-wrapper .bx-pager a {
  background-color: white;
  border: 1px solid #D6D5D1;
  border-radius: 100%;
  height: 12px;
  width: 12px;
}

.c-hero-slider .bx-wrapper .bx-pager a.active, .c-hero-slider .bx-wrapper .bx-pager a:focus, .c-hero-slider .bx-wrapper .bx-pager a:hover {
  background-color: #D6D5D1;
}

.c-hero-slider .fl-slide-foreground {
  max-width: none !important;
}

.c-hero-slider .fl-slide-text > p {
  display: none;
}

.c-hero-slider .fl-slide-text > * {
  margin: 0 !important;
}

@media (min-width: 62em) {
  .c-hero-slide .fl-row-content-wrap {
    height: 400px;
  }
  .c-hero-slide .c-hero-slide__background {
    height: 400px;
  }
  .c-careers-culture-slider .c-hero-slide .fl-row-content-wrap {
    height: 320px;
  }
}

@media (max-width: 61.99em) {
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
    padding: 0;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide a.fl-button {
    padding: 12px 24px;
    font-size: 12px !important;
    font-size: 0.8rem !important;
  }
}

@media (max-width: 47.99em) {
  .fl-builder-content .fl-module-button .fl-button-left,
  .fl-builder-content .fl-module-button .fl-button-right {
    text-align: center;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h1, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h1 * {
    font-size: 36px !important;
    font-size: 2.4rem !important;
    line-height: 1.27778 !important;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h2, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h2 * {
    font-size: 25px !important;
    font-size: 1.66667rem !important;
    line-height: 1.2 !important;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h3, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h3 * {
    font-size: 18px !important;
    font-size: 1.2rem !important;
    line-height: 1.22222 !important;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .has--h1 h1 *, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .has--h1 h2 *, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .has--h1 h3 * {
    font-size: 36px !important;
    font-size: 2.4rem !important;
    line-height: 1.27778 !important;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .has--h2 h1 *, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .has--h2 h2 *, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .has--h2 h3 * {
    font-size: 25px !important;
    font-size: 1.66667rem !important;
    line-height: 1.2 !important;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .has--h3 h1 *, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .has--h3 h2 *, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text .has--h3 h3 * {
    font-size: 18px !important;
    font-size: 1.2rem !important;
    line-height: 1.22222 !important;
  }
}

.c-open-positions .fl-accordion-button-label strong {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.25;
  border-bottom: 2px solid #687D86;
  display: inline-block;
  margin-bottom: .8em;
  padding-bottom: .2em;
}

.c-post-preview__image {
  margin-bottom: 5px;
  overflow: hidden;
  padding-top: 56.15385%;
  position: relative;
}

.c-post-preview__image img {
  height: auto;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
}

.c-post-preview__text {
  padding: 10px;
}

.c-post-preview__text h2 {
  font-size: 1em;
  line-height: 1;
}

.c-post-preview__group {
  color: #687D86;
}

.c-post-preview__group span {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.25;
  border-bottom: 2px solid #687D86;
  display: inline-block;
  margin-bottom: .8em;
  padding-bottom: .2em;
}

.c-post-preview__title {
  font-size: 14px;
  font-size: 0.93333rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35714;
  color: #687D86;
  letter-spacing: .2px;
  margin-bottom: 1.2em;
  overflow: hidden;
}

.c-post-preview__excerpt {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #484747;
  margin-bottom: 2em;
  overflow: hidden;
}

.fl-post-grid-post .c-post-preview {
  padding: 9px;
}

.fl-post-grid-post .c-post-preview__title {
  height: 4.07143em;
  margin-bottom: 0;
}

.fl-post-grid-post .c-post-preview__excerpt {
  height: 6em;
}

.fl-post-grid-post:hover {
  -webkit-box-shadow: 0 2px 4px #D6D5D1;
          box-shadow: 0 2px 4px #D6D5D1;
}

.fl-post-grid-post:hover .c-post-preview__group {
  color: #445763;
}

.fl-post-grid-post:hover .c-post-preview__group span {
  border-bottom-color: #445763;
}

.fl-post-grid-post:hover .c-post-preview__title {
  color: #445763;
}

.c-post__hero-row > .fl-row-content-wrap {
  height: 320px;
}

.c-post__meta-a {
  text-align: left;
}

.c-post__meta-b {
  text-align: right;
}

.c-post__meta-b a.download-icon {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.c-post__meta-b a.download-icon img {
  vertical-align: middle;
}

.c-post__categories {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.16667;
  margin-bottom: .5em;
}

.c-post__categories a {
  font-weight: inherit;
}

.c-post__tags a {
  background: #F5F4F3;
  color: #767674;
  display: inline-block;
  line-height: 1;
  margin-right: .25em;
  padding: .5em;
  white-space: nowrap;
}

.c-post__tags a:hover {
  color: #484747;
}

.c-post__headline h1 {
  font-size: 36px;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.16667;
}

.c-post__byline .fl-post-info-author {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.26667;
  border-bottom: 2px solid #687D86;
  display: inline-block;
  margin-bottom: .8em;
  padding-bottom: .2em;
  color: #687D86;
}

.c-post__byline .fl-post-info-author a {
  color: inherit;
}

.c-post__pullquote {
  background: #f0f;
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 280px;
}

.c-post__content {
  font-size: 15px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.46667;
  color: #484747;
}

.c-post-preview__meta,
.c-post__meta {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.16667;
  color: #B7B6B4;
}

.c-post-preview__meta a,
.c-post__meta a {
  color: inherit;
}

.c-post-preview__meta a:hover,
.c-post__meta a:hover {
  color: #A2A09E;
}

.c-related-videos .c-post-preview {
  margin-bottom: 36px;
}

.c-related-videos a:hover .c-post-preview__image {
  -webkit-box-shadow: 0 2px 4px #D6D5D1;
          box-shadow: 0 2px 4px #D6D5D1;
}

.c-related-videos a:hover .c-post-preview__title {
  color: #445763;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.c-media-coverage-preview__image {
  margin: 25px;
  padding-top: 45.71429%;
}

.c-media-coverage-preview__image img {
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
}

.c-person-preview__territory {
  color: #B7B6B4;
  word-break: break-word;
  word-wrap: break-word;
}

.c-person-preview__territory .sep {
  color: #B7B6B4;
  margin-left: .25em;
  margin-right: .25em;
}

.fl-post-grid-post .c-person-rollover {
  background-color: #B0BBBE;
  height: 0;
  overflow: hidden;
  padding: 0 0 100% 0;
  position: relative;
}

.fl-post-grid-post .c-person-rollover:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-person-rollover {
  position: relative;
}

.c-person-rollover__email-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 47.99em) {
  .c-person-rollover__email-link {
    display: none;
  }
}

.c-person-rollover__image {
  height: auto;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-person-rollover__text {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.16667;
  background-color: rgba(68, 87, 99, 0.8);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-person-rollover__text .c-person__name {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.25;
  color: white;
  margin-bottom: 0;
}

.c-person-rollover__text .c-person__member-title {
  margin-bottom: 0;
}

.c-person-rollover__text .c-person__phone {
  margin-top: 1em;
  pointer-events: none;
}

.c-person-rollover__text .c-person__phone, .c-person-rollover__text .c-person__phone > a {
  text-decoration: none;
  color: inherit;
}

.c-person-rollover__text .c-person__territory {
  margin-top: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.c-person-rollover__text .c-person__territory:empty {
  margin-top: 0;
}

@media (max-width: 47.99em) {
  .c-person-rollover__text {
    font-size: 10px;
    font-size: 0.66667rem;
    line-height: 12px;
    padding: 8px;
  }
  .c-person-rollover__text .c-person__name {
    font-size: 10px;
    font-size: 0.66667rem;
    line-height: 12px;
  }
  .c-person-rollover__text .c-person__member-title,
  .c-person-rollover__text .c-person__phone,
  .c-person-rollover__text .c-person__territory {
    margin-top: .5em;
  }
}

.c-person-rollover__text {
  left: -9999px;
  right: auto;
}

.c-person-rollover:hover .c-person-rollover__text {
  left: 0;
  right: 0;
}

.leadership-team-grid .fl-post-grid-post,
.sales-team-grid .fl-post-grid-post {
  border: 0;
}

@media (min-width: 62em) {
  .c-product__hero .fl-col-group-equal-height {
    height: 400px;
    overflow: hidden;
  }
}

.c-product__title h1 {
  font-size: 36px !important;
  font-size: 2.4rem !important;
  font-family: "Roboto Slab", serif !important;
  font-weight: 300 !important;
  line-height: 1.25 !important;
}

.c-success-story__tags a {
  background: white;
  color: #767674;
}

.c-success-story__tags a:hover {
  color: #484747;
}

.c-success-story-preview__image img {
  max-height: 80%;
  max-width: 80%;
  min-height: auto;
  min-width: auto;
}

@media (max-width: 47.99em) {
  .c-success-story-preview__image {
    padding-top: 40%;
  }
}

.c-success-story-preview__excerpt {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #484747;
  height: 4.5em;
  margin-bottom: 2em;
}

.c-post__hero-row > .fl-row-content-wrap {
  height: 320px;
}

.c-success-story__image .fl-photo-content {
  display: block;
  padding-top: 56.15385%;
  position: relative;
}

.c-success-story__image .fl-photo-img {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
}

.c-success-story__headline h1 {
  font-size: 36px;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.16667;
}

.c-success-story__headline h1 strong {
  font-size: 14px;
  font-size: 0.93333rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35714;
  border-bottom: 3px solid #687D86;
  display: inline-block;
  margin-bottom: .7em;
  padding-bottom: .25em;
}

.c-success-story__challenge .fl-photo,
.c-success-story__solution .fl-photo,
.c-success-story__result .fl-photo {
  margin-bottom: 18px;
}

.c-success-story__pullquote blockquote {
  font-size: 20px;
  font-size: 1.33333rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #94AFC1;
}

.c-success-story__collapsible {
  overflow: hidden;
}

.c-success-story__collapsible._closed {
  height: 0 !important;
}

.c-success-story__trigger {
  background-color: #e6e5e4;
  border-color: #d6d5d4;
  margin-top: -1px;
  text-align: center;
}

.c-success-story__trigger a {
  display: block;
}

.c-success-story__trigger ._closed-text {
  display: none;
}

.c-success-story__trigger ._open-text {
  display: inline;
}

.c-success-story__collapsible._closed + .c-success-story__trigger ._closed-text {
  display: inline;
}

.c-success-story__collapsible._closed + .c-success-story__trigger ._open-text {
  display: none;
}

.c-post-cta .fl-row-content-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.c-post-cta .fl-col-group-equal-height > .fl-col {
  height: 350px;
  overflow: hidden;
}

.c-post-cta .fl-col-group-equal-height > .fl-col.col--align-top {
  display: block;
}

.c-post-cta .fl-heading {
  font-size: 18px;
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.22222;
}

.c-post-cta .fl-rich-text {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.58333;
  text-align: center;
}

@media (max-width: 61.99em) {
  .c-press-room-menu {
    border-top: 1px solid #D6D5D1;
  }
}

.c-press-room-menu .fl-menu .menu {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  color: #C1D2DB;
  line-height: 1;
}

.c-press-room-menu .fl-menu .menu:hover {
  color: #EEF2F5;
}

@media (max-width: 61.99em) {
  .c-press-room-menu .fl-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-press-room-menu .fl-menu .menu > li {
  text-transform: uppercase;
}

@media (max-width: 61.99em) {
  .c-press-room-menu .fl-menu .menu > li {
    text-align: center;
    width: 33.333%;
  }
}

.c-press-room-menu .fl-menu .menu a {
  border-bottom: 6px solid transparent;
  padding-top: 20px;
  padding-bottom: 14px;
}

.c-press-room-menu .fl-menu .menu .current-menu-item a,
.c-press-room-menu .fl-menu .menu a:hover {
  border-bottom-color: #64879C;
}

.c-proof .bx-wrapper .bx-pager {
  top: -12px;
}

.c-proof .fl-slide {
  padding-bottom: 36px;
}

@media (max-width: 61.99em) {
  .c-proof .fl-slide {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.c-proof .fl-slide-foreground {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-proof .fl-slide-content-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 62em) {
  .c-proof .fl-slide-content-wrap {
    height: 305px;
  }
}

.c-proof .fl-slide-photo-wrap {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.c-proof .fl-slide-photo-wrap {
  position: relative;
}

.c-proof .fl-slide-photo-wrap:before {
  background-color: #94AFC1;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 49%;
  z-index: 0;
}

.c-proof .fl-slide-photo {
  display: inline-block;
}

.c-proof .fl-slide-mobile-photo {
  margin-top: 1em;
  margin-bottom: 1em;
}

.c-proof .fl-slide-photo,
.c-proof .fl-slide-mobile-photo {
  background: white;
  border-right: 40px solid white;
  border-left: 40px solid white;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 3px;
  position: relative;
  vertical-align: middle;
  width: 210px;
  z-index: 1;
}

.c-proof .fl-slide-photo img,
.c-proof .fl-slide-mobile-photo img {
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
}

.c-proof .fl-slide-photo:after,
.c-proof .fl-slide-mobile-photo:after {
  border: 2px solid #94AFC1;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  display: inline-block;
}

.c-proof .fl-slide-content strong {
  font-size: 12px !important;
  font-size: 0.8rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  line-height: 1.25 !important;
  border-bottom: 2px solid #687D86;
  display: inline-block;
  margin-bottom: .8em;
  padding-bottom: .2em;
}

.c-proof .fl-slide-content blockquote {
  font-size: 18px !important;
  font-size: 1.2rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-style: italic;
  line-height: 2 !important;
  color: #848383 !important;
  margin-bottom: 2.5em !important;
}

.c-proof .fl-slide-cta-button {
  padding-top: 26px;
}

.c-proof .fl-slide .fl-slide-photo {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.c-proof .fl-slide .fl-slide-content {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.c-recent-posts .fl-post-feed-post {
  border: 0;
  padding: 0;
  margin-bottom: 28px;
}

.c-recent-posts .c-recent-post__thumbnail {
  border: 1px solid #C7C4C1;
  height: 68px;
  overflow: hidden;
  position: relative;
  width: 68px;
}

.c-recent-posts .c-recent-post__thumbnail img {
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}

.c-recent-posts .c-recent-post__title {
  font-size: 14px;
  font-size: 0.93333rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35714;
  margin-top: -.15em;
  margin-bottom: 3px;
}

.c-recent-posts .c-recent-post__excerpt {
  font-size: 12px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  height: 4.74999em;
}

.c-recent-posts .c-recent-post__excerpt * {
  display: inline;
}

.c-recent-posts-callout .fl-callout-photo {
  padding-right: 7px;
  vertical-align: middle;
  width: 28px;
}

.c-recent-posts-callout .fl-callout-photo a:hover {
  color: #64879C;
}

.c-recent-posts-callout .fl-callout-content {
  vertical-align: middle;
  width: 100%;
}

.c-recent-posts-callout .fl-callout-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  color: #94AFC1;
  font-weight: bold;
  font-size: inherit;
  text-transform: uppercase;
}

.c-recent-posts-callout .fl-callout-title:hover {
  color: #64879C;
}

#home-resource-cta .fl-callout-title {
  line-height: 1.5 !important;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.bg--white {
  background-color: white !important;
}

.bg--grey1 {
  background-color: #F5F4F3 !important;
}

.bg--gradient1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 244, 243, 0)), to(#f5f4f3)) !important;
  background-image: linear-gradient(to bottom, rgba(245, 244, 243, 0) 0%, #f5f4f3 100%) !important;
}

.h--white h1, .h--white h2, .h--white h3, .h--white h4, .h--white h5, .h--white h6 {
  color: white !important;
}

.h--bluegrey1 h1, .h--bluegrey1 h2, .h--bluegrey1 h3, .h--bluegrey1 h4, .h--bluegrey1 h5, .h--bluegrey1 h6 {
  color: #B0BBBE !important;
}

.h--bluegrey2 h1, .h--bluegrey2 h2, .h--bluegrey2 h3, .h--bluegrey2 h4, .h--bluegrey2 h5, .h--bluegrey2 h6 {
  color: #687D86 !important;
}

.white {
  color: white !important;
}

.white * {
  color: inherit;
}

.white .post-byline--underline {
  border-color: white;
}

.grey1 {
  color: #F5F4F3 !important;
}

.grey1 * {
  color: inherit;
}

.grey2 {
  color: #E5E3E1 !important;
}

.grey2 * {
  color: inherit;
}

.grey3 {
  color: #D6D5D1 !important;
}

.grey3 * {
  color: inherit;
}

.grey4 {
  color: #C7C4C1 !important;
}

.grey4 * {
  color: inherit;
}

.grey5 {
  color: #B7B6B4 !important;
}

.grey5 * {
  color: inherit;
}

.grey6 {
  color: #A2A09E !important;
}

.grey6 * {
  color: inherit;
}

.grey7 {
  color: #848383 !important;
}

.grey7 * {
  color: inherit;
}

.grey8 {
  color: #767674 !important;
}

.grey8 * {
  color: inherit;
}

.grey9 {
  color: #484747 !important;
}

.grey9 * {
  color: inherit;
}

.blue1 {
  color: #EEF2F5 !important;
}

.blue1 * {
  color: inherit;
}

.blue2 {
  color: #C1D2DB !important;
}

.blue2 * {
  color: inherit;
}

.blue3 {
  color: #94AFC1 !important;
}

.blue3 * {
  color: inherit;
}

.blue4 {
  color: #64879C !important;
}

.blue4 * {
  color: inherit;
}

.blue5 {
  color: #4A7087 !important;
}

.blue5 * {
  color: inherit;
}

.bluegrey1 {
  color: #B0BBBE !important;
}

.bluegrey1 * {
  color: inherit;
}

.bluegrey2 {
  color: #687D86 !important;
}

.bluegrey2 * {
  color: inherit;
}

.bluegrey3 {
  color: #445763 !important;
}

.bluegrey3 * {
  color: inherit;
}

.orange1 {
  color: #F5A623 !important;
}

.orange1 * {
  color: inherit;
}

.orange2 {
  color: #F29616 !important;
}

.orange2 * {
  color: inherit;
}

.m0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0, .h--mb0 h1, .h--mb0 h2, .h--mb0 h3, .h--mb0 h4, .h--mb0 h5, .p--mb0 p {
  margin-bottom: 0 !important;
}

.mq {
  margin-top: .25em !important;
  margin-bottom: .25em !important;
}

.mtq {
  margin-top: .25em !important;
}

.mbq, .h--mbq h1, .h--mbq h2, .h--mbq h3, .h--mbq h4, .h--mbq h5, .p--mbq p {
  margin-bottom: .25em !important;
}

.mh {
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}

.mth {
  margin-top: .5em !important;
}

.mbh, .h--mbh h1, .h--mbh h2, .h--mbh h3, .h--mbh h4, .h--mbh h5, .p--mbh p {
  margin-bottom: .5em !important;
}

.m1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.m1h {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.mt1h {
  margin-top: 1.5em !important;
}

.mb1h, .h--mb1h h1, .h--mb1h h2, .h--mb1h h3, .h--mb1h h4, .h--mb1h h5, .p--mb1h p {
  margin-bottom: 1.5em !important;
}

.m2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mb2, .h--mb2 h1, .h--mb2 h2, .h--mb2 h3, .h--mb2 h4, .h--mb2 h5, .p--mb2 p {
  margin-bottom: 2em !important;
}

.body-large {
  font-size: 16px !important;
  font-size: 1.06667rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}

.body1 {
  font-size: 15px !important;
  font-size: 1rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.46667 !important;
}

.body2 {
  font-size: 12px !important;
  font-size: 0.8rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.58333 !important;
}

.h1, .h--h1 h1, .h--h1 h2, .h--h1 h3, .h--h1 h4, .h--h1 h5,
.has-h1 h1,
.has-h1 h2,
.has-h1 h3,
.has-h1 h4,
.has-h1 h5 {
  font-size: 48px !important;
  font-size: 3.2rem !important;
  font-family: "Roboto Slab", serif !important;
  font-weight: 300 !important;
  line-height: 1.125 !important;
}

.h2, .h--h2 h1, .h--h2 h2, .h--h2 h3, .h--h2 h4, .h--h2 h5,
.has-h2 h1,
.has-h2 h2,
.has-h2 h3,
.has-h2 h4,
.has-h2 h5 {
  font-size: 36px !important;
  font-size: 2.4rem !important;
  font-family: "Roboto Slab", serif !important;
  font-weight: 300 !important;
  line-height: 1.27778 !important;
}

.h3, .h--h3 h1, .h--h3 h2, .h--h3 h3, .h--h3 h4, .h--h3 h5,
.has-h3 h1,
.has-h3 h2,
.has-h3 h3,
.has-h3 h4,
.has-h3 h5 {
  font-size: 25px !important;
  font-size: 1.66667rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  line-height: 1.2 !important;
}

.h4, .h--h4 h1, .h--h4 h2, .h--h4 h3, .h--h4 h4, .h--h4 h5,
.has-h4 h1,
.has-h4 h2,
.has-h4 h3,
.has-h4 h4,
.has-h4 h5 {
  font-size: 18px !important;
  font-size: 1.2rem !important;
  font-family: "Roboto Slab", serif !important;
  font-weight: 400 !important;
  line-height: 1.22222 !important;
}

.h5, .h--h5 h1, .h--h5 h2, .h--h5 h3, .h--h5 h4, .h--h5 h5,
.has-h5 h1,
.has-h5 h2,
.has-h5 h3,
.has-h5 h4,
.has-h5 h5 {
  font-size: 18px !important;
  font-size: 1.2rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.33333 !important;
}

.h6 {
  font-size: 18px !important;
  font-size: 1.2rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.33333 !important;
}

.post-title, .h--post-title h1, .h--post-title h2, .h--post-title h3, .h--post-title h4, .h--post-title h5,
.has-post-title h1,
.has-post-title h2,
.has-post-title h3,
.has-post-title h4,
.has-post-title h5 {
  font-size: 14px !important;
  font-size: 0.93333rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  line-height: 1.35714 !important;
}

.post-byline {
  font-size: 12px !important;
  font-size: 0.8rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  line-height: 1.25 !important;
}

.post-byline--underline {
  border-bottom: 2px solid #687D86;
  display: inline-block;
  margin-bottom: .8em;
  padding-bottom: .2em;
}

.post-author-title {
  font-size: 12px !important;
  font-size: 0.8rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.16667 !important;
}

.post-headline, .h--post-headline h1, .h--post-headline h2, .h--post-headline h3, .h--post-headline h4, .h--post-headline h5,
.has-post-headline h1,
.has-post-headline h2,
.has-post-headline h3,
.has-post-headline h4,
.has-post-headline h5 {
  font-size: 36px !important;
  font-size: 2.4rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  line-height: 1.16667 !important;
}

.post-abstract {
  font-size: 12px !important;
  font-size: 0.8rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.listed-links a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  color: #94AFC1;
  font-weight: bold;
}

.listed-links a:hover {
  color: #64879C;
}

.large-first-paragraph p:first-of-type,
.body-large {
  font-size: 16px !important;
  font-size: 1.06667rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  color: #687D86 !important;
}

.copyright {
  font-size: 8px !important;
  font-size: 0.53333rem !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}

.lists--plus ul, .lists--plus ol {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  color: #848383;
  list-style: none;
  margin-left: 0;
}

.lists--plus li {
  margin-left: 13px;
  position: relative;
}

.lists--plus li + li {
  margin-top: 1em;
}

.lists--plus li:before {
  content: "+";
  left: -13px;
  position: absolute;
}

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

.fl-accordion-small .fl-accordion-content {
  color: #484747;
  padding: 30px 80px;
}

.fl-accordion--white-items .fl-accordion-item {
  background-color: white;
}

.fl-accordion--unboxed .fl-accordion-item {
  background-color: transparent;
  border: 0;
  margin: 0;
}

.fl-accordion--unboxed .fl-accordion-button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #64879C;
  padding: 0 0 15px;
}

.fl-accordion--unboxed .fl-accordion-button:hover {
  color: #305972;
}

.fl-accordion--unboxed .fl-accordion-button-icon {
  display: none;
}

.fl-accordion--unboxed .fl-accordion-content {
  color: #484747;
  padding: 0 0 1em;
}

.fl-builder-pagination .page-numbers {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #64879C;
}

.fl-builder-pagination .page-numbers:hover {
  color: #305972;
}

.fl-builder-pagination .page-numbers.current {
  background-color: #fff;
}

.fl-content-slider-navigation path {
  fill: #D6D5D1;
}

.bx-has-pager {
  height: 0;
  text-align: center;
}

.bx-wrapper .bx-pager {
  display: inline-block;
  padding: 0;
  position: relative;
  top: -6px;
  vertical-align: top;
  width: auto;
}

.bx-wrapper .bx-pager-item {
  vertical-align: top;
}

.bx-wrapper .bx-pager-item a.bx-pager-link {
  background-color: white;
  border: 1px solid #D6D5D1;
  border-radius: 100%;
  height: 12px;
  width: 12px;
}

.bx-wrapper .bx-pager-item a.bx-pager-link.active, .bx-wrapper .bx-pager-item a.bx-pager-link:focus, .bx-wrapper .bx-pager-item a.bx-pager-link:hover {
  background-color: #D6D5D1;
}

@media (max-width: 61.99em) {
  .fl-slide-text .fl-row-content-wrap {
    padding-bottom: 36px;
  }
}

.fl-widget .widgettitle:empty {
  display: none;
}

@media (max-width: 61.99em) {
  html {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none !important;
  }
}

/*
     FILE ARCHIVED ON 20:18:48 May 04, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:34:08 Oct 09, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 99.961
  exclusion.robots: 0.105
  exclusion.robots.policy: 0.092
  cdx.remote: 0.07
  esindex: 0.01
  LoadShardBlock: 60.49 (3)
  PetaboxLoader3.datanode: 63.395 (4)
  load_resource: 29.884
  PetaboxLoader3.resolve: 21.286
*/