/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
/*$color-input-radio-checkbox-background: #eaeaea;*/
@font-face {
  font-family: SourceSansPro-Regular;
  src: url("../fonts/SourceSansPro-Regular.ttf");
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SourceSansPro-SemiboldItalic;
  src: url("../fonts/SourceSansPro-SemiboldItalic.ttf");
  src: url("../fonts/SourceSansPro-SemiboldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SourceSansPro-Bold;
  src: url("../fonts/SourceSansPro-Bold.ttf");
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SourceSansPro-Black;
  src: url("../fonts/SourceSansPro-Black.ttf");
  src: url("../fonts/SourceSansPro-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RobotoSlab-Regular;
  src: url("../fonts/RobotoSlab-Regular.ttf");
  src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RobotoSlab-Bold;
  src: url("../fonts/RobotoSlab-Bold.ttf");
  src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*# sourceMappingURL=fonts-latin.css.map */

@charset "UTF-8";
/*$color-input-radio-checkbox-background: #eaeaea;*/
/*------------------------------------*    $RESET
\*------------------------------------*/
/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  box-sizing: border-box;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

header, footer, nav, section, article, hgroup, figure {
  display: block;
}

label[for] {
  cursor: pointer;
}

*:focus {
  outline: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3p9rfk");
  src: url("../fonts/icomoon.eot?3p9rfk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3p9rfk") format("truetype"), url("../fonts/icomoon.woff?3p9rfk") format("woff"), url("../fonts/icomoon.svg?3p9rfk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  outline: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-search:before {
  content: "\e901";
}

.icon-menu:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-download:before {
  content: "\e904";
}

.icon-arc-logo:before {
  content: "\e905";
}

.icon-zoom:before {
  content: "\e906";
}

.icon-x-close:before {
  content: "\e907";
}

.icon-rightarrow-circle:before {
  content: "\e908";
}

.icon-right-arrow:before {
  content: "\e909";
}

.icon-quote:before {
  content: "\e90a";
}

.icon-airplane:before {
  content: "\e90b";
}

.icon-down-arrow:before {
  content: "\e90c";
}

.icon-up-arrow:before {
  content: "\e90d";
}

.icon-left-arrow:before {
  content: "\e90e";
}

.icon-file-pdf-etc:before {
  content: "\e90f";
}

.icon-training-video:before {
  content: "\e910";
}

.icon-upcoming-webinar:before {
  content: "\e910";
}

.icon-recorded-webinar:before {
  content: "\e910";
}

.icon-newsletter:before {
  content: "\e911";
}

.icon-check:before {
  content: "\e912";
}

.icon-radio:before {
  content: "\e913";
}

.icon-instagram:before {
  content: "\e914";
}

.icon-travelconnect-logo:before {
  content: "\e920";
}

.icon-iso_logo:before {
  content: "\e925";
}

.accordion-sign, .accordion-sign--collapsed, .accordion-sign--expanded {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.accordion-sign:before, .accordion-sign--collapsed:before, .accordion-sign--expanded:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 20px;
  transition: background-color 300ms ease-in-out;
}

.accordion-sign:after, .accordion-sign--collapsed:after, .accordion-sign--expanded:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 20px;
  height: 4px;
  transition: background-color 300ms ease-in-out;
}

.accordion-sign--collapsed:before {
  background-color: #1a9cb1;
}

.accordion-sign--collapsed:after {
  background-color: #1a9cb1;
}

.accordion-sign--collapsed:hover:before, .accordion-sign--collapsed:hover:after {
  background-color: #20b8d1;
}

.accordion-sign--expanded:after {
  background-color: #242039;
}

.__web-inspector-hide-shortcut__, .__web-inspector-hide-shortcut__ *, .__web-inspector-hidebefore-shortcut__::before, .__web-inspector-hideafter-shortcut__::after {
  display: none;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=60em&x-large=78.125em";
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  color: #6d6e71;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

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

.row {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

@media screen and (min-width: 48em) {
  .row .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

@media screen and (min-width: 60em) {
  .row .row {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

@media screen and (min-width: 48em) {
  .column, .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media screen and (min-width: 60em) {
  .column, .columns {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66666667%;
}

.small-push-2 {
  position: relative;
  left: 16.66666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66666667%;
}

.small-offset-1 {
  margin-left: 8.33333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66666667%;
}

.small-4 {
  width: 33.33333333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66666667%;
}

.small-push-5 {
  position: relative;
  left: 41.66666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66666667%;
}

.small-offset-4 {
  margin-left: 33.33333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66666667%;
}

.small-7 {
  width: 58.33333333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66666667%;
}

.small-push-8 {
  position: relative;
  left: 66.66666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66666667%;
}

.small-offset-7 {
  margin-left: 58.33333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66666667%;
}

.small-10 {
  width: 83.33333333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66666667%;
}

.small-push-11 {
  position: relative;
  left: 91.66666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66666667%;
}

.small-offset-10 {
  margin-left: 83.33333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66666667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571429%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-4 {
    width: 33.33333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-7 {
    width: 58.33333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-10 {
    width: 83.33333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571429%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 60em) {
  .large-1 {
    width: 8.33333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-4 {
    width: 33.33333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-7 {
    width: 58.33333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-10 {
    width: 83.33333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571429%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.35;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #787C80;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 48em) {
  h1 {
    font-size: 2.3125rem;
  }
  h2 {
    font-size: 2.0625rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.9375rem;
  }
  h5 {
    font-size: 1.875rem;
  }
  h6 {
    font-size: 1.8125rem;
  }
}

a {
  color: #483698;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #28196B;
}

a img {
  border: 0;
}

hr {
  max-width: 77.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #C2C3C4;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.35;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #CACACA;
}

blockquote, blockquote p {
  line-height: 1.35;
  color: #4A4A4A;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #4A4A4A;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #6d6e71;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #6d6e71;
  background-color: #F0F0F0;
  border: 1px solid #C2C3C4;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #F0F0F0;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #4A4A4A;
}

.lead {
  font-size: 20px;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 60em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #4A4A4A;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #FFF;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #1583cc;
  color: #FFF;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #483698;
  color: #FFF;
}

.button.primary:hover, .button.primary:focus {
  background-color: #3a2b7a;
  color: #FFF;
}

.button.secondary {
  background-color: #28196B;
  color: #FFF;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #201456;
  color: #FFF;
}

.button.success {
  background-color: #3adb76;
  color: #FFF;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #FFF;
}

.button.warning {
  background-color: #ffae00;
  color: #FFF;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #FFF;
}

.button.alert {
  background-color: #ec5840;
  color: #FFF;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #FFF;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #483698;
  color: #483698;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #241b4c;
  color: #241b4c;
}

.button.hollow.secondary {
  border: 1px solid #28196B;
  color: #28196B;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #140d36;
  color: #140d36;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #FFF transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.375rem;
  padding: 0.5rem;
  border: 1px solid #C2C3C4;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.9375rem;
  color: #6d6e71;
  background-color: #FFF;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #C2C3C4;
  background-color: #FFF;
  outline: none;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4A4A4A;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4A4A4A;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4A4A4A;
}

input::placeholder,
textarea::placeholder {
  color: #4A4A4A;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #F0F0F0;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: inherit;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #F0F0F0;
  color: #0a0a0a;
  border: 1px solid #CACACA;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.4375rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.fieldset legend {
  background: #FFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.375rem;
  padding: 0.5rem;
  border: 1px solid #C2C3C4;
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  font-family: inherit;
  line-height: normal;
  color: #6d6e71;
  background-color: #FFF;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2874, 74, 74%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #F0F0F0;
  cursor: default;
}

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

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 60em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 60em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 59.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 60em) and (max-width: 78.0625em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 59.9375em), screen and (min-width: 78.125em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.clearfix::after {
  clear: both;
}

.close-button {
  position: absolute;
  color: #4A4A4A;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

body.is-reveal-open {
  overflow: hidden;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #CACACA;
  background-color: #FFF;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 77.5rem;
  }
}

@media screen and (min-width: 48em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 77.5rem;
  }
}

@media screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 77.5rem;
  }
}

@media screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 77.5rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

@media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

@media screen and (min-width: 48em) {
  .medium-uncollapse .row {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 60em) {
  .large-uncollapse .row {
    margin-left: auto;
    margin-right: auto;
  }
}

body {
  font-size: 1rem;
  font-family: RobotoSlab-Regular;
}

body a {
  font-family: RobotoSlab-Bold;
  color: #1a9cb1;
}

body a:focus, body a:hover {
  color: #20b8d1;
}

body h1 {
  font-family: SourceSansPro-Black;
  font-size: 3.75rem;
  color: #242039;
}

body h1.alt {
  color: #FFF;
}

body h2 {
  font-family: SourceSansPro-Regular;
  font-size: 2.25rem;
  color: #242039;
}

body h2.alt {
  color: #FFF;
}

body h3 {
  font-family: SourceSansPro-Bold;
  font-size: 1.5rem;
  color: #306879;
}

body h4 {
  font-family: SourceSansPro-Bold;
  font-size: 1.75rem;
  color: #306879;
}

body h5 {
  font-family: SourceSansPro-Black;
  font-size: rem-cal(18);
  color: #242039;
}

body h6 {
  font-family: SourceSansPro-Bold;
  font-size: 1.125rem;
  color: #242039;
  text-transform: uppercase;
}

body .metadata {
  color: #6c6c6c;
  font-size: 0.875rem;
  font-family: SourceSansPro-Bold;
}

body ul,
body ol {
  color: #4f4f4f;
}

body ul li,
body ol li {
  color: #4f4f4f;
}

body ul.arrow-icon-list {
  list-style-type: none;
}

body ul.arrow-icon-list li {
  padding-left: 1.6875rem;
  position: relative;
}

body ul.arrow-icon-list li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

body ul.arrow-icon-list ul {
  list-style-type: none;
}

body table {
  margin: 1.25rem 0;
}

body table tr td,
body table tr th {
  padding: 1.875rem 1.5625rem;
  vertical-align: middle;
}

body table thead {
  border-bottom: 3px solid #1a9cb1;
  color: #242039;
}

body table thead tr {
  background: #f6f6f6;
}

body table tbody {
  color: #6c6c6c;
}

body table tbody tr:nth-child(even) {
  background: #f6f6f6;
}

body table tbody tr:nth-child(odd) {
  background: #eeeeee;
}

body .rtf {
  width: 100%;
  overflow: visible;
  clear: both;
}

body .rtf strong {
  font-weight: normal;
  font-family: RobotoSlab-Bold;
}

body .rtf ul {
  list-style-type: none;
}

body .rtf ul li {
  padding-left: 1.6875rem;
  position: relative;
}

body .rtf ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

body .rtf > p {
  width: auto;
  display: block;
  overflow: visible;
}

body .rtf blockquote,
body .rtf .blockquote {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

body .rtf img.wide {
  margin: 1.375rem 0;
  position: relative;
  max-width: 58.3125rem;
  display: inline-block;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body .eyebrow-logo,
body .eyebrow {
  margin-bottom: 1.25rem;
}

body .byline {
  color: #6c6c6c;
  font-family: RobotoSlab-Regular;
  margin-bottom: 2.8125rem;
}

body .block-header {
  clear: both;
  margin-bottom: 0.8125rem;
  font-size: 2rem;
}

.old-ie body .rtf img.wide,
.old-ie body .rtf blockquote,
.old-ie body .rtf .blockquote {
  -ms-transform: translateX(-50%);
}

.old-ie body .rtf img.wide.inline-quote,
.old-ie body .rtf blockquote.inline-quote,
.old-ie body .rtf .blockquote.inline-quote {
  -ms-transform: none;
}

figure {
  margin: 0 auto;
  display: inline-block;
}

.article--coverImage {
  width: 100%;
  min-height: 29.625rem;
  background-position: center center;
  background-size: cover;
  margin-top: 30px;
}

a [class^="icon-arrow"], a [class*=" icon-arrow"] {
  font-size: 50%;
}

p a {
  text-decoration: underline;
}

.subheading {
  font-weight: 300;
}

h1.subheading {
  font-size: 1.375rem;
}

/* scrollbars */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

/* select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...';
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  height: 3.5rem;
  color: #242039;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: SourceSansPro-Regular;
  font-size: 0.875rem;
}

[type='text']::-webkit-input-placeholder,
[type='password']::-webkit-input-placeholder,
[type='date']::-webkit-input-placeholder,
[type='datetime']::-webkit-input-placeholder,
[type='datetime-local']::-webkit-input-placeholder,
[type='month']::-webkit-input-placeholder,
[type='week']::-webkit-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='number']::-webkit-input-placeholder,
[type='search']::-webkit-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='time']::-webkit-input-placeholder,
[type='url']::-webkit-input-placeholder,
[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #242039;
}

[type='text']:-moz-placeholder,
[type='password']:-moz-placeholder,
[type='date']:-moz-placeholder,
[type='datetime']:-moz-placeholder,
[type='datetime-local']:-moz-placeholder,
[type='month']:-moz-placeholder,
[type='week']:-moz-placeholder,
[type='email']:-moz-placeholder,
[type='number']:-moz-placeholder,
[type='search']:-moz-placeholder,
[type='tel']:-moz-placeholder,
[type='time']:-moz-placeholder,
[type='url']:-moz-placeholder,
[type='color']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #242039;
}

[type='text']::-moz-placeholder,
[type='password']::-moz-placeholder,
[type='date']::-moz-placeholder,
[type='datetime']::-moz-placeholder,
[type='datetime-local']::-moz-placeholder,
[type='month']::-moz-placeholder,
[type='week']::-moz-placeholder,
[type='email']::-moz-placeholder,
[type='number']::-moz-placeholder,
[type='search']::-moz-placeholder,
[type='tel']::-moz-placeholder,
[type='time']::-moz-placeholder,
[type='url']::-moz-placeholder,
[type='color']::-moz-placeholder,
textarea::-moz-placeholder {
  color: #242039;
}

[type='text']:-ms-input-placeholder,
[type='password']:-ms-input-placeholder,
[type='date']:-ms-input-placeholder,
[type='datetime']:-ms-input-placeholder,
[type='datetime-local']:-ms-input-placeholder,
[type='month']:-ms-input-placeholder,
[type='week']:-ms-input-placeholder,
[type='email']:-ms-input-placeholder,
[type='number']:-ms-input-placeholder,
[type='search']:-ms-input-placeholder,
[type='tel']:-ms-input-placeholder,
[type='time']:-ms-input-placeholder,
[type='url']:-ms-input-placeholder,
[type='color']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #242039;
}

[type='text'].placeholder,
[type='password'].placeholder,
[type='date'].placeholder,
[type='datetime'].placeholder,
[type='datetime-local'].placeholder,
[type='month'].placeholder,
[type='week'].placeholder,
[type='email'].placeholder,
[type='number'].placeholder,
[type='search'].placeholder,
[type='tel'].placeholder,
[type='time'].placeholder,
[type='url'].placeholder,
[type='color'].placeholder,
textarea.placeholder {
  color: #242039;
}

input:focus,
textarea:focus {
  color: #242039;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'] {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  padding: 10px;
}

label {
  display: inline-block;
  vertical-align: middle;
  font-family: SourceSansPro-Regular;
  font-size: 0.875rem;
  color: #242039;
  text-transform: uppercase;
}

.jcf-radio {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  outline: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jcf-radio [type='radio'] {
  visibility: hidden;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

.jcf-radio span {
  font-size: 1.25rem;
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
}

.jcf-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: visible;
  content: " ";
  color: #1a9cb1;
  background-color: #d2d2d2;
  border-radius: 0.625rem;
}

.jcf-radio.jcf-checked span:before {
  background-color: transparent;
  border-radius: 0;
  content: "\e913";
}

.jcf-checkbox {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  outline: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jcf-checkbox [type='checkbox'] {
  visibility: visible;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

.jcf-checkbox span {
  font-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
}

.jcf-checkbox span:before {
  width: 100%;
  height: 100%;
  display: block;
  visibility: visible;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2d2d2;
  color: #1a9cb1;
  box-sizing: border-box;
}

.jcf-checkbox span:after {
  border: 1px solid #d2d2d2;
  width: 100%;
  height: 100%;
  display: block;
  visibility: visible;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.jcf-checkbox.jcf-checked span:before {
  background-color: transparent;
  content: "\e912";
}

.jcf-select {
  width: 100%;
  max-width: 21.875rem;
  height: 3.625rem;
  position: relative;
  display: inline-block;
}

.jcf-select select {
  display: inline-block;
  width: 100%;
  height: 3.5rem;
  line-height: 2.875rem;
  padding: 0.3125rem 0;
  cursor: pointer;
  text-transform: uppercase;
  color: #6c6c6c;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  background-color: #f6f6f6;
  border-radius: 3px;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  /*top: rem-calc(56px);*/
  left: 0;
  z-index: 10;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content {
  width: calc(100% - 57px);
  background-color: #f6f6f6;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content ul {
  list-style-type: none;
  border: 1px solid #eaeaea;
  border-top: none;
  margin: 0;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content ul li {
  display: block;
  border-top: 1px solid #eaeaea;
  height: 3.5rem;
  line-height: 2.875rem;
  cursor: pointer;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content ul li:first-child {
  border-top: none;
}

.jcf-select .jcf-select-drop .jcf-select-drop-content ul li span {
  padding-left: 1.5625rem;
  color: #6c6c6c;
  font-size: 0.875rem;
  font-family: SourceSansPro-Bold;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.jcf-select .jcf-select-text {
  width: 100%;
  display: inline-block;
  height: 3.5rem;
  line-height: 2.875rem;
  padding: 0.3125rem 0;
  cursor: pointer;
  text-transform: uppercase;
  color: #242039;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  border: 1px solid #eaeaea;
  background-color: #f6f6f6;
  border-radius: 3px;
}

.jcf-select .jcf-select-text span {
  width: 100%;
  display: inline-block;
  height: 100%;
  padding-left: 1.5625rem;
  padding-right: 5.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jcf-select .jcf-select-opener {
  display: inline-block;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  border-left: solid 1px #eaeaea;
  background-color: #1a9cb1;
  color: #FFF;
  text-align: center;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 3.5625rem;
  font-size: 0.75rem;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.jcf-select .jcf-select-opener:before {
  content: "\e90c";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  outline: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jcf-select.jcf-drop-active .jcf-select-text {
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
  background-color: #20b8d1;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
  content: "\e90d";
}

.page-form {
  padding: 0 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  padding: 1.875rem 0;
}

.page-form form [type='text'],
.page-form form [type='password'],
.page-form form [type='date'],
.page-form form [type='datetime'],
.page-form form [type='datetime-local'],
.page-form form [type='month'],
.page-form form [type='week'],
.page-form form [type='email'],
.page-form form [type='number'],
.page-form form [type='search'],
.page-form form [type='tel'],
.page-form form [type='time'],
.page-form form [type='url'],
.page-form form [type='color'] {
  max-width: 21.875rem;
}

.page-form form textarea {
  max-width: 21.875rem;
}

.page-form form table,
.page-form form table tbody {
  margin: 0;
}

.page-form form table tr,
.page-form form table tbody tr {
  background: none;
}

.page-form form table tr td,
.page-form form table tr th,
.page-form form table tbody tr td,
.page-form form table tbody tr th {
  padding: 0;
  vertical-align: top;
}

.page-form form .sectionHeader {
  color: #000;
  margin: 1.25rem 0;
  font-size: 1.75rem;
  font-family: SourceSansPro-Regular;
  font-weight: bold;
}

.page-form form .fieldLabel {
  font-family: SourceSansPro-Regular;
  font-weight: bold;
  margin: 0.625rem 0;
  color: #000;
  text-transform: uppercase;
}

.page-form form .jcf-checkbox,
.page-form form .jcf-radio {
  margin-right: 0.75rem;
  margin-left: 20px;
}

.page-form form label.error {
  color: #e03931;
  padding-left: 5px;
}

.page-form form input.error {
  border: 2px solid #e03931;
}

.page-form form .fieldLabelError {
  color: #e03931;
}

.form__field-container {
  position: relative;
}

.form__field-container input {
  margin-bottom: 0;
}

.form__field-container--with-icon [class^="icon-"],
.form__field-container--with-icon [class*=" icon-"],
.form__field-container--with-icon .icon {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.5rem;
  color: #787C80;
  font-size: 1.125rem;
}

.form__field-container--with-icon input {
  padding-left: 2.25rem;
}

.form__field-container--inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.form__overlay-button {
  border: 1px solid #C2C3C4;
  background: #FFF;
  min-height: 2.5rem;
  padding-right: 4px;
}

.form__overlay-button input {
  border: none;
  background: transparent;
}

.form__overlay-button input:focus {
  transition: none;
  border: none;
}

.form__overlay-button button {
  margin-top: 2px;
  vertical-align: middle;
}

.form__overlay-button__wrap {
  display: table;
  width: 100%;
}

.form__overlay-button__wrap > div {
  display: table-cell;
  vertical-align: middle;
}

.form__overlay-button__wrap > div:last-child {
  width: 1px;
}

.form__input--error {
  border-color: #e03931 !important;
  border-width: 3px !important;
}

.form__input--inverse {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border: none;
  font-weight: 500;
  font-size: 16px;
}

.form__input--inverse::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.form__input--inverse:-moz-placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.form__input--inverse::-moz-placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.form__input--inverse:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.form__input--inverse.placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.form__input--inverse:focus {
  background-color: rgba(255, 255, 255, 0.25);
  border: none;
}

#silverpopForm {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 480px) {
  #silverpopForm table {
    width: 100%;
    table-layout: fixed;
  }
}

.btn {
  border: 3px solid #FFF;
  background-color: #483698;
  color: #FFF;
  box-shadow: 0px 0px 0px 1px #483698;
}

.btn, .btn--secondary, .btn--main-cta, .btn--secondary-cta {
  text-align: center;
  padding: 1rem;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  display: table;
  min-height: 3.3125rem;
  line-height: normal;
}

.btn [class^="icon-"], .btn [class*=" icon-"], .btn .btn--icon, .btn--secondary [class^="icon-"], .btn--secondary [class*=" icon-"], .btn--secondary .btn--icon, .btn--main-cta [class^="icon-"], .btn--main-cta [class*=" icon-"], .btn--main-cta .btn--icon, .btn--secondary-cta [class^="icon-"], .btn--secondary-cta [class*=" icon-"], .btn--secondary-cta .btn--icon {
  padding-right: 0.5rem;
  font-size: 150%;
  line-height: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.btn:disabled, .btn--secondary:disabled, .btn--main-cta:disabled, .btn--secondary-cta:disabled {
  cursor: not-allowed;
}

.btn:hover, .btn:focus {
  box-shadow: #28196B;
  background-color: #28196B;
  color: #FFF;
  border-color: #FFF;
}

.btn:disabled {
  background-color: #CACACA;
  box-shadow: 0px 0px 0px 1px #CACACA;
}

.btn--secondary {
  color: #483698;
  background-color: transparent;
  box-shadow: none;
  border: 3px solid #483698;
}

.btn--secondary:hover, .btn--secondary:focus {
  border-color: #483698;
  color: #FFF;
  background-color: #483698;
}

.btn--secondary:disabled {
  color: #CACACA;
  border-color: #CACACA;
  background: transparent;
}

.btn--link {
  font-family: SourceSansPro-Bold;
  border: none;
  color: #1a9cb1;
  font-size: inherit;
  padding: 0;
  font-weight: 400;
  display: inline;
  background: transparent;
}

.btn--link [class^="icon-"], .btn--link [class*=" icon-"], .btn--link .icon {
  font-size: 0.9375rem;
  padding: 0;
}

.btn--link:hover, .btn--link:focus {
  background: transparent;
  color: #20b8d1;
}

.btn--full {
  width: 100%;
}

.btn--thin {
  padding: 4px;
  min-height: 1.125rem;
}

.btn--main-cta, .btn--secondary-cta {
  border: 2px solid #1a9cb1;
  background-color: #1a9cb1;
  box-shadow: none;
}

.btn--main-cta:hover, .btn--main-cta:focus, .btn--secondary-cta:hover, .btn--secondary-cta:focus {
  box-shadow: none;
  background-color: #20b8d1;
  color: #FFF;
  border-color: #20b8d1;
}

.btn--secondary-cta {
  background-color: transparent;
  color: #1a9cb1;
}

.product-category {
  font-weight: 900;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 6px;
  line-height: 1;
  color: #FFF;
}

.product-category, .product-category[title] {
  border: none;
}

.lvt .product-category {
  background-color: #93272C;
}

.vct .product-category {
  background-color: #DC8633;
}

.lino .product-category {
  background-color: #A9C47F;
}

.lam .product-category {
  background-color: #A89968;
}

.bio .product-category {
  background-color: #F1C400;
}

.hw .product-category {
  background-color: #693F23;
}

.het .product-category {
  background-color: #9ADBE8;
}

.hom .product-category {
  background-color: #6399AE;
}

.product-category.lvt {
  background-color: #93272C;
}

.product-category.vct {
  background-color: #DC8633;
}

.product-category.lino {
  background-color: #A9C47F;
}

.product-category.lam {
  background-color: #A89968;
}

.product-category.bio {
  background-color: #F1C400;
}

.product-category.hw {
  background-color: #693F23;
}

.product-category.het {
  background-color: #9ADBE8;
}

.product-category.hom {
  background-color: #6399AE;
}

.skiplink {
  display: block !important;
  background: #483698;
  padding: 0.625rem;
  opacity: 0;
  transition: opacity .5s linear;
  font-weight: 700;
  text-transform: uppercase;
}

.skiplink:focus {
  position: absolute !important;
  color: #FFF;
  outline: 0;
  opacity: 1;
}

.ctaBtn {
  border: 2px solid #1a9cb1;
  background-color: #1a9cb1;
  color: #FFF;
  border-radius: 4px;
}

.ctaBtn, .ctaBtn--main, .ctaBtn--secondary, .ctaBtn--image, .ctaBtn--secondaryOnImage {
  text-align: center;
  padding: 1rem 1.875rem;
  margin: 1.25rem 0;
  font-size: 0.875rem;
  font-family: SourceSansPro-Bold;
  text-transform: uppercase;
  display: inline-block;
  min-height: 3.3125rem;
  line-height: normal;
  outline: 0;
  color: #FFF;
}

.ctaBtn:disabled, .ctaBtn--main:disabled, .ctaBtn--secondary:disabled, .ctaBtn--image:disabled, .ctaBtn--secondaryOnImage:disabled {
  cursor: not-allowed;
}

.ctaBtn:hover, .ctaBtn:focus {
  background-color: #20b8d1;
  color: #FFF;
  border-color: #20b8d1;
  transition: background-color 300ms ease-in-out;
}

.ctaBtn:disabled {
  background-color: #CACACA;
  border-color: #CACACA;
}

[type='submit'] {
  text-align: center;
  padding: 1rem 1.875rem;
  margin: 1.25rem 0;
  font-size: 0.875rem;
  font-family: SourceSansPro-Bold;
  text-transform: uppercase;
  display: inline-block;
  min-height: 3.3125rem;
  line-height: normal;
  outline: 0;
  color: #FFF;
  border: 2px solid #1a9cb1;
  background-color: #1a9cb1;
  color: #FFF;
  border-radius: 4px;
}

[type='submit']:disabled {
  cursor: not-allowed;
}

[type='submit']:hover, [type='submit']:focus {
  background-color: #20b8d1;
  color: #FFF;
  border-color: #20b8d1;
  transition: background-color 300ms ease-in-out;
}

[type='submit']:disabled {
  background-color: #CACACA;
  border-color: #CACACA;
}

.ctaBtn--secondary, .ctaBtn--secondary-graphic {
  background-color: transparent;
  color: #1a9cb1;
}

.ctaBtn--secondary:focus, .ctaBtn--secondary:hover, .ctaBtn--secondary-graphic:focus, .ctaBtn--secondary-graphic:hover {
  background-color: transparent;
  color: #20b8d1;
  border-color: #20b8d1;
  transition: background-color 300ms ease-in-out;
}

.ctaBtn--secondaryOnImage {
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', EndColorStr='#33000000');
  color: #1a9cb1;
}

.ctaBtn--graphic, .ctaBtn--secondary-graphic {
  position: relative;
  border: none;
  padding: 1.125rem 1.875rem 1.125rem 4.9375rem;
}

.ctaBtn--graphic:focus span, .ctaBtn--graphic:hover span, .ctaBtn--secondary-graphic:focus span, .ctaBtn--secondary-graphic:hover span {
  background-color: #2890a5;
  transition: background-color 300ms ease-in-out;
}

.ctaBtn--graphic span, .ctaBtn--secondary-graphic span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  background-color: #258295;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 49px;
  transform-style: preserve-3d;
}

.ctaBtn--graphic span i, .ctaBtn--secondary-graphic span i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: calc(-23%);
  font-size: 1.375rem;
}

.ctaBtn--secondary-graphic {
  border: 2px solid #1a9cb1;
}

.ctaBtn--secondary-graphic span {
  color: #FFF;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
}

.twoButtons .twoButtons__spacer {
  display: none;
}

.twoButtons .ctaBtn {
  display: inline-block;
  width: auto;
  margin-right: 0.625rem;
  margin-top: 1.35rem;
}

.eyebrow {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  color: #9e286b;
}

.eyebrowa, .eyebrow a {
  color: #1a9cb1;
}

h2.block-header {
  width: 100%;
  text-align: center;
}

.ctaLink {
  color: #1a9cb1;
  font-family: SourceSansPro-Bold;
  outline: 0;
}

.ctaLink:hover, .ctaLink:focus {
  color: #20b8d1;
  transition: color 300ms ease-in-out;
}

.ctaLink--right-arrow, .ctaLink--expanded, .ctaLink--collapsed {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: normal;
}

.ctaLink--right-arrow i, .ctaLink--expanded i, .ctaLink--collapsed i {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.625rem;
}

.inline-quote,
.inline-quote > * {
  color: #e07b31;
  font-size: 1.5rem;
  font-family: SourceSansPro-SemiboldItalic;
}

.inline-quote {
  width: 100% !important;
  padding-top: 0;
  display: inline-block !important;
  clear: none;
  position: static;
  float: none;
  text-align: left;
}

.inline-quote:after {
  content: '';
  width: auto;
  height: auto;
}

blockquote,
.blockquote {
  position: relative;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  font-family: SourceSansPro-Regular;
  line-height: 1.7;
  max-width: 58.3125rem;
  margin: 0 auto 30px;
  border: none;
  padding-top: 4.941875rem;
}

blockquote:after,
.blockquote:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  outline: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9e286b;
  font-size: 3.191875rem;
  content: '\e90a';
  width: 100%;
  height: 3.191875rem;
  position: absolute;
  top: 0.875rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

blockquote .rtf > *,
blockquote .rtf p,
.blockquote .rtf > *,
.blockquote .rtf p {
  line-height: 1.7;
  margin-bottom: 0;
  color: #6c6c6c;
}

blockquote .rtf ul,
blockquote .rtf ol,
blockquote .rtf ul li,
blockquote .rtf ol li,
.blockquote .rtf ul,
.blockquote .rtf ol,
.blockquote .rtf ul li,
.blockquote .rtf ol li {
  width: auto;
  display: inline-block;
  color: #6c6c6c;
}

blockquote .rtf ul li:before,
.blockquote .rtf ul li:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

blockquote .quote-footer,
.blockquote .quote-footer {
  display: block;
  line-height: 1.35;
  color: #6c6c6c;
}

blockquote .ctaLink,
.blockquote .ctaLink {
  margin-top: 0.625rem;
  padding-bottom: 0.875rem;
}

section.blockquote-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

section.blockquote-wrap--grey {
  background: #f6f6f6;
}

section.blockquote-wrap--grey blockquote:after,
section.blockquote-wrap--grey .blockquote:after {
  color: #9e286b;
}

section.blockquote-wrap--grey .rtf > *,
section.blockquote-wrap--grey .rtf p {
  color: #6c6c6c !important;
}

section.blockquote-wrap--grey .rtf ul,
section.blockquote-wrap--grey .rtf ol,
section.blockquote-wrap--grey .rtf ul li,
section.blockquote-wrap--grey .rtf ol li {
  color: #6c6c6c !important;
}

section.blockquote-wrap--grey .rtf .arrow-icon-list li:before,
section.blockquote-wrap--grey .rtf ul li:before {
  color: #9e286b;
}

section.blockquote-wrap--grey .quote-footer {
  color: #6c6c6c !important;
}

section.blockquote-wrap--grey a {
  color: #1a9cb1;
}

section.blockquote-wrap--bright-blue {
  background: #1a9cb1;
}

section.blockquote-wrap--bright-blue blockquote:after,
section.blockquote-wrap--bright-blue .blockquote:after {
  color: #ffffff;
}

section.blockquote-wrap--bright-blue .rtf > *,
section.blockquote-wrap--bright-blue .rtf p {
  color: #ffffff !important;
}

section.blockquote-wrap--bright-blue .rtf ul,
section.blockquote-wrap--bright-blue .rtf ol,
section.blockquote-wrap--bright-blue .rtf ul li,
section.blockquote-wrap--bright-blue .rtf ol li {
  color: #ffffff !important;
}

section.blockquote-wrap--bright-blue .rtf .arrow-icon-list li:before,
section.blockquote-wrap--bright-blue .rtf ul li:before {
  color: #9e286b;
}

section.blockquote-wrap--bright-blue .quote-footer {
  color: #ffffff !important;
}

section.blockquote-wrap--bright-blue a {
  color: #ffffff;
}

section.blockquote-wrap--bright-blue .ctaBtn {
  background-color: #9e286b;
  color: #FFF;
  border-color: transparent;
}

section.blockquote-wrap--bright-blue .ctaBtn i {
  color: #ffffff;
}

section.blockquote-wrap--bright-blue .ctaBtn:hover, section.blockquote-wrap--bright-blue .ctaBtn:focus {
  background-color: #b62477;
  border-color: transparent;
  transition: color 300ms ease-in-out;
}

section.blockquote-wrap--bright-blue .ctaBtn--graphic {
  background-color: #9e286b;
  border: none;
}

section.blockquote-wrap--bright-blue .ctaBtn--graphic:focus, section.blockquote-wrap--bright-blue .ctaBtn--graphic:hover {
  background-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

section.blockquote-wrap--bright-blue .ctaBtn--graphic:focus span, section.blockquote-wrap--bright-blue .ctaBtn--graphic:hover span {
  background-color: #9a1966;
  transition: background-color 300ms ease-in-out;
}

section.blockquote-wrap--bright-blue .ctaBtn--graphic span {
  background-color: #75184f;
}

section.blockquote-wrap--white-pattern {
  background: #ffffff url("../images/map-pattern.svg");
}

section.blockquote-wrap--white-pattern blockquote:after,
section.blockquote-wrap--white-pattern .blockquote:after {
  color: #9e286b;
}

section.blockquote-wrap--white-pattern .rtf > *,
section.blockquote-wrap--white-pattern .rtf p {
  color: #6c6c6c !important;
}

section.blockquote-wrap--white-pattern .rtf ul,
section.blockquote-wrap--white-pattern .rtf ol,
section.blockquote-wrap--white-pattern .rtf ul li,
section.blockquote-wrap--white-pattern .rtf ol li {
  color: #6c6c6c;
}

section.blockquote-wrap--white-pattern .rtf .arrow-icon-list li:before,
section.blockquote-wrap--white-pattern .rtf ul li:before {
  color: #9e286b;
}

section.blockquote-wrap--white-pattern .quote-footer {
  color: #6c6c6c !important;
}

section.blockquote-wrap--white-pattern a {
  color: #1a9cb1;
}

section.blockquote-wrap--grey-pattern {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

section.blockquote-wrap--grey-pattern blockquote:after,
section.blockquote-wrap--grey-pattern .blockquote:after {
  color: #9e286b;
}

section.blockquote-wrap--grey-pattern .rtf > *,
section.blockquote-wrap--grey-pattern .rtf p {
  color: #6c6c6c !important;
}

section.blockquote-wrap--grey-pattern .rtf ul,
section.blockquote-wrap--grey-pattern .rtf ol,
section.blockquote-wrap--grey-pattern .rtf ul li,
section.blockquote-wrap--grey-pattern .rtf ol li {
  color: #6c6c6c;
}

section.blockquote-wrap--grey-pattern .rtf .arrow-icon-list li:before,
section.blockquote-wrap--grey-pattern .rtf ul li:before {
  color: #9e286b;
}

section.blockquote-wrap--grey-pattern .quote-footer {
  color: #6c6c6c !important;
}

section.blockquote-wrap--grey-pattern a {
  color: #1a9cb1;
}

section.blockquote-wrap--bright-blue-pattern {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

section.blockquote-wrap--bright-blue-pattern blockquote:after,
section.blockquote-wrap--bright-blue-pattern .blockquote:after {
  color: #ffffff;
}

section.blockquote-wrap--bright-blue-pattern .rtf > *,
section.blockquote-wrap--bright-blue-pattern .rtf p {
  color: #ffffff !important;
}

section.blockquote-wrap--bright-blue-pattern .rtf ul,
section.blockquote-wrap--bright-blue-pattern .rtf ol,
section.blockquote-wrap--bright-blue-pattern .rtf ul li,
section.blockquote-wrap--bright-blue-pattern .rtf ol li {
  color: #ffffff;
}

section.blockquote-wrap--bright-blue-pattern .rtf .arrow-icon-list li:before,
section.blockquote-wrap--bright-blue-pattern .rtf ul li:before {
  color: #9e286b;
}

section.blockquote-wrap--bright-blue-pattern .quote-footer {
  color: #ffffff !important;
}

section.blockquote-wrap--bright-blue-pattern a {
  color: #ffffff;
}

section.blockquote-wrap--bright-blue-pattern .ctaBtn {
  background-color: #9e286b;
  color: #FFF;
  border-color: transparent;
}

section.blockquote-wrap--bright-blue-pattern .ctaBtn i {
  color: #ffffff;
}

section.blockquote-wrap--bright-blue-pattern .ctaBtn:hover, section.blockquote-wrap--bright-blue-pattern .ctaBtn:focus {
  background-color: #b62477;
  border-color: transparent;
  transition: color 300ms ease-in-out;
}

section.blockquote-wrap--bright-blue-pattern .ctaBtn--graphic {
  background-color: #9e286b;
  border: none;
}

section.blockquote-wrap--bright-blue-pattern .ctaBtn--graphic:focus, section.blockquote-wrap--bright-blue-pattern .ctaBtn--graphic:hover {
  background-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

section.blockquote-wrap--bright-blue-pattern .ctaBtn--graphic:focus span, section.blockquote-wrap--bright-blue-pattern .ctaBtn--graphic:hover span {
  background-color: #9a1966;
  transition: background-color 300ms ease-in-out;
}

section.blockquote-wrap--bright-blue-pattern .ctaBtn--graphic span {
  background-color: #75184f;
}

section.blockquote-wrap--purple {
  background: #363452;
}

section.blockquote-wrap--purple blockquote:after,
section.blockquote-wrap--purple .blockquote:after {
  color: #ffffff;
}

section.blockquote-wrap--purple .rtf > *,
section.blockquote-wrap--purple .rtf p {
  color: #ffffff !important;
}

section.blockquote-wrap--purple .rtf ul,
section.blockquote-wrap--purple .rtf ol,
section.blockquote-wrap--purple .rtf ul li,
section.blockquote-wrap--purple .rtf ol li {
  color: #ffffff;
}

section.blockquote-wrap--purple .rtf .arrow-icon-list li:before,
section.blockquote-wrap--purple .rtf ul li:before {
  color: #ffffff;
}

section.blockquote-wrap--purple .quote-footer {
  color: #ffffff !important;
}

section.blockquote-wrap--purple a {
  color: #1a9cb1;
}

section.blockquote-wrap--image blockquote:after,
section.blockquote-wrap--image .blockquote:after {
  color: #ffffff;
}

section.blockquote-wrap--image .rtf > *,
section.blockquote-wrap--image .rtf p {
  color: #ffffff !important;
}

section.blockquote-wrap--image .rtf ul,
section.blockquote-wrap--image .rtf ol,
section.blockquote-wrap--image .rtf ul li,
section.blockquote-wrap--image .rtf ol li {
  color: #ffffff;
}

section.blockquote-wrap--image .rtf .arrow-icon-list li:before,
section.blockquote-wrap--image .rtf ul li:before {
  color: #ffffff;
}

section.blockquote-wrap--image .quote-footer {
  color: #ffffff !important;
}

section.blockquote-wrap--image a {
  color: #1a9cb1;
}

section.blockquote-wrap--dark-grey {
  background: #222222;
}

section.blockquote-wrap--dark-grey blockquote:after,
section.blockquote-wrap--dark-grey .blockquote:after {
  color: #ffffff;
}

section.blockquote-wrap--dark-grey .rtf > *,
section.blockquote-wrap--dark-grey .rtf p {
  color: #ffffff !important;
}

section.blockquote-wrap--dark-grey .rtf ul,
section.blockquote-wrap--dark-grey .rtf ol,
section.blockquote-wrap--dark-grey .rtf ul li,
section.blockquote-wrap--dark-grey .rtf ol li {
  color: #ffffff;
}

section.blockquote-wrap--dark-grey .rtf .arrow-icon-list li:before,
section.blockquote-wrap--dark-grey .rtf ul li:before {
  color: #93be40;
}

section.blockquote-wrap--dark-grey .quote-footer {
  color: #ffffff !important;
}

section.blockquote-wrap--dark-grey a {
  color: #1a9cb1;
}

section.blockquote-wrap + [class^="page-author"] {
  margin-top: 0;
}

.old-ie blockquote:after,
.old-ie .blockquote:after {
  left: 0;
}

.topic-pill, .topic-pill--link {
  background-color: #92be42;
  color: #FFF;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 6px 21px;
  display: inline-block;
  margin-right: 17px;
  margin-top: 19px;
  border-radius: 15px;
  text-decoration: none;
}

.topic-pill--link:hover {
  color: #FFF;
  background-color: #b0e44b;
}

.pagination {
  display: block;
  margin: 1.875rem auto 0 auto;
  text-align: center;
}

.pagination__item,
.pagination__item-prev,
.pagination__item-next,
.pagination__item--break {
  margin-right: 0.375rem;
  margin-left: -0.125rem;
  display: inline-block;
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
}

.pagination__item:last-child,
.pagination__item-prev:last-child,
.pagination__item-next:last-child,
.pagination__item--break:last-child {
  margin-right: 0;
}

.pagination__item-next {
  margin-left: 0.125rem;
}

.pagination__item-next .icon-right-arrow {
  font-size: 0.875rem;
  line-height: 1.75rem;
  vertical-align: top;
  margin-left: 0.375rem;
  display: inline-block;
}

.pagination__item-prev {
  margin-right: 0.75rem;
}

.pagination__item-prev .icon-left-arrow {
  font-size: 0.875rem;
  line-height: 1.875rem;
  vertical-align: top;
  margin-right: 0.375rem;
  display: inline-block;
}

.pagination__item--break {
  vertical-align: middle;
  display: inline-block;
  margin-top: 0.75rem;
}

.pagination__link, .pagination__link--selected {
  text-align: center;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 1.75rem;
  border: solid 3px #1a9cb1;
  border-radius: 2px;
  color: #1a9cb1;
  background-color: #FFF;
  transition: background-color 300ms ease-in-out;
  font-size: 1rem;
}

.pagination__link:hover, .pagination__link--selected:hover {
  color: #FFF;
  background-color: #1a9cb1;
}

.pagination__link--selected {
  color: #FFF;
  background-color: #1a9cb1;
}

.pagination__link-next,
.pagination__link-prev {
  transition: color 300ms ease-in-out;
}

.custom-select, .custom-select--border {
  width: 100%;
  margin: 0 auto 0.625rem auto;
  position: relative;
  max-width: 21.875rem;
  height: 3.625rem;
}

.custom-select__element {
  width: calc(100% - 10px);
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: none;
  margin: 0 0 0 5px;
}

.custom-select__list {
  margin: 0;
  display: block;
  width: 100%;
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.custom-select__list.expanded {
  z-index: 90;
}

.custom-select__topItem,
.custom-select__topItem--collapsed,
.custom-select__topItem--expanded {
  width: 100%;
  height: 3.5rem;
  line-height: 2.875rem;
  padding: 0.3125rem 0;
  cursor: pointer;
  text-transform: uppercase;
  color: #6c6c6c;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  background-color: #f6f6f6;
  border-radius: 3px;
}

.custom-select__topItem > ul li,
.custom-select__topItem--collapsed > ul li,
.custom-select__topItem--expanded > ul li {
  color: #6c6c6c;
  font-family: SourceSansPro-Bold;
}

.custom-select__topItem .icon-down-arrow,
.custom-select__topItem .icon-up-arrow,
.custom-select__topItem--collapsed .icon-down-arrow,
.custom-select__topItem--collapsed .icon-up-arrow,
.custom-select__topItem--expanded .icon-down-arrow,
.custom-select__topItem--expanded .icon-up-arrow {
  display: inline-block;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  border-left: solid 1px #eaeaea;
  background-color: #1a9cb1;
  color: #FFF;
  text-align: center;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 3.5625rem;
  font-size: 0.75rem;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.custom-select__topItem .custom-select__selectedText,
.custom-select__topItem--collapsed .custom-select__selectedText,
.custom-select__topItem--expanded .custom-select__selectedText {
  width: 100%;
  display: inline-block;
  padding-left: 1.5625rem;
  padding-right: 5.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-select__topItem--collapsed .custom-select__options {
  max-height: 0;
}

.custom-select__topItem--expanded {
  border-bottom: none;
}

.custom-select__topItem--expanded .custom-select__options {
  max-height: 5000px;
  padding-top: 0.625rem;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.custom-select__topItem--expanded .icon-up-arrow {
  background-color: #20b8d1;
}

.custom-select__options {
  display: block;
  overflow: hidden;
  list-style-type: none;
  margin: -0.875rem 0 0 0;
  width: calc(100% - 56px);
  background-color: #f6f6f6;
}

.custom-select__options li {
  width: 100%;
  padding: 0.4375rem 1.5625rem;
}

.custom-select__options li.selected, .custom-select__options li:hover {
  color: #1a9cb1;
}

.custom-select__options li:last-child {
  padding-bottom: 1.875rem;
}

.custom-select--border .custom-select__topItem,
.custom-select--border .custom-select__topItem--collapsed,
.custom-select--border .custom-select__topItem--expanded {
  border: solid 1px #eaeaea;
}

.custom-select--border .custom-select__options {
  width: calc(100% - 54px);
}

.custom-select--border .custom-select__topItem--expanded .custom-select__options {
  border-bottom: solid 1px #eaeaea;
  border-left: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
}

.search-results {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  list-style-type: none;
}

.search-results .rtf {
  color: #6c6c6c;
}

.search-results__item {
  display: block;
  width: 100%;
  border-bottom: solid 3px #e8e8e8;
  padding: 1.5625rem 7%;
}

.search-results__icon {
  display: none;
}

.search-results__title {
  font-family: SourceSansPro-Bold;
  font-size: 1.125rem;
  margin-bottom: 0.6875rem;
  display: inline-block;
  vertical-align: middle;
}

.search-results__titleSpacer {
  display: inline-block;
  margin-right: 0.3125rem;
  margin-left: 0.125rem;
  position: relative;
  top: -2px;
}

.promoted-results {
  width: 100%;
  padding: 1.25rem 7% 1.875rem 7%;
  background-color: #242039;
}

.promoted-results .rtf {
  color: #6c6c6c;
}

.promoted-results__list {
  display: block;
  width: 100%;
  list-style-type: none;
  margin: 0;
}

.promoted-results__item {
  display: block;
  width: 100%;
  border-top: solid 4px #1a9cb1;
  padding: 0.9375rem 1.25rem 1.25rem 1.25rem;
  border-radius: 3px;
  background-color: #FFF;
  margin-bottom: 12px;
}

.promoted-results__item:last-child {
  margin-bottom: 0;
}

.promoted-results__title {
  font-family: SourceSansPro-Bold;
  font-size: 1.125rem;
  margin-bottom: 0.6875rem;
  display: inline-block;
  vertical-align: middle;
}

.promoted-results__titleSpacer {
  display: inline-block;
  margin-right: 0.3125rem;
  margin-left: 0.125rem;
  position: relative;
  top: -2px;
}

.page--headline {
  font-family: SourceSansPro-Regular;
  width: 100%;
  text-align: center;
  padding: 0 14%;
  margin-top: 1.75rem;
  color: #6d6e71;
  position: relative;
  z-index: 1;
}

.page--headline .parentLink {
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.page--headline .mainTitle,
.page--headline .mainTitle--withSpacer {
  font-family: SourceSansPro-Black;
  font-size: 2.125rem;
  line-height: 100%;
  margin-bottom: 1rem;
}

.page--headline .mainTitle--withSpacer:after {
  content: '';
  background-color: #6c6c6c;
  height: 2px;
  line-height: 2px;
  overflow: hidden;
  width: 26px;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
}

.page--headline .byline {
  margin-bottom: 1.35rem;
  font-size: 1.125rem;
}

.page--headline .ctaBtn {
  min-width: 160px;
  margin-top: 0;
  margin-bottom: 0;
}

.page--headline .twoButtons .ctaBtn:nth-child(n+2) {
  margin-top: 1.35rem;
}

.page--headline__content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.page--headline + .sticky-wrapper {
  margin-top: 60px;
}

.page--headline + .sticky-wrapper [class^="sticky-nav-"], .page--headline + .sticky-wrapper [class*=" sticky-nav-"] {
  border-top: solid 1px #fafafa;
}

.page--headline + .sticky-wrapper [class^="sticky-nav-"] .sticky-nav__header, .page--headline + .sticky-wrapper [class*=" sticky-nav-"] .sticky-nav__header {
  border-top: solid 2px #f6f6f6;
}

.page--headline .metadata {
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0;
  text-transform: uppercase;
}

.page--headline .metadata ul {
  display: block;
}

.page--headline .metadata li {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.72em;
  color: #6c6c6c;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
}

.article--headline {
  font-family: SourceSansPro-Regular;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding: 0 14%;
  margin-top: 1.75rem;
  color: #6d6e71;
}

.article--headline .parentLink {
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.article--headline .mainTitle {
  font-family: SourceSansPro-Black;
  font-size: 2.125rem;
  line-height: 100%;
  margin-bottom: 1rem;
}

.article--headline .mainTitle:after {
  content: '';
  background-color: #6c6c6c;
  height: 2px;
  line-height: 2px;
  overflow: hidden;
  width: 26px;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
}

.article--headline .byline {
  margin-bottom: 1.35rem;
  font-size: 0.875rem;
}

.article--headline .author-byline {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.article--headline .metadata {
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0;
}

.article--headline .metadata ul {
  display: inline-table;
}

.article--headline .metadata li {
  float: none;
  display: inline-block;
  color: #6c6c6c;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
}

.article--headline .metadata li:first-child {
  margin-right: 10px;
}

.article--headline .metadata li:nth-child(2):before {
  content: '\2022';
  display: inline-block;
  margin-right: 10px;
}

.article--headline__content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.primary-nav {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #FFF;
}

.primary-nav__after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 100px;
  width: 100%;
  opacity: 0.5;
  background: linear-gradient(-176deg, #bdbdbd, transparent 33%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#00bdbdbd',GradientType=0 );";
}

.primary-nav__before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 100px;
  width: 100%;
  opacity: 0.5;
  background: linear-gradient(176deg, #bdbdbd, transparent 33%);
}

.primary-nav__inside {
  max-width: 1170px;
  margin: 0 auto;
}

.primary-nav .hamburger {
  font-size: 1.5625rem;
  color: #242039;
  position: absolute;
  top: 50%;
  left: 1.875rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.primary-nav nav {
  display: none;
  position: absolute;
  top: 100%;
  text-align: left;
  width: 100%;
  z-index: 102;
  border-top: 3px solid #1d1933;
}

.primary-nav nav > ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0;
  background: none;
}

.primary-nav nav > ul > li {
  width: 100%;
  border-top: 3px solid #1d1933;
  font-size: 1.125rem;
  font-family: SourceSansPro-Black !important;
  background: #242039;
}

.primary-nav nav > ul > li.sign-in-wrap {
  display: block;
}

.primary-nav nav > ul > li.sign-in-wrap form {
  padding: 0.875rem;
}

.primary-nav nav > ul > li.sign-in-wrap form .sign-in-title {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 2.25rem;
  font-family: SourceSansPro-Regular;
}

.primary-nav nav > ul > li.sign-in-wrap form fieldset label {
  float: left;
  display: block;
  color: #aaa9af;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  margin-bottom: 0.5625rem;
  text-transform: uppercase;
}

.primary-nav nav > ul > li.sign-in-wrap form fieldset a {
  float: right;
  display: block;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  margin-bottom: 0.5625rem;
  text-transform: uppercase;
}

.primary-nav nav > ul > li.sign-in-wrap form fieldset input {
  color: #FFF;
  background: #161323;
  border: 1px solid #161323;
  clear: both;
  display: block;
  font-family: SourceSansPro-Regular;
  font-size: 1.5rem;
  height: 4.0625rem;
}

.primary-nav nav > ul > li.sign-in-wrap form fieldset input::-webkit-input-placeholder {
  color: #FFF;
}

.primary-nav nav > ul > li.sign-in-wrap form fieldset input:-moz-placeholder {
  color: #FFF;
}

.primary-nav nav > ul > li.sign-in-wrap form fieldset input::-moz-placeholder {
  color: #FFF;
}

.primary-nav nav > ul > li.sign-in-wrap form fieldset input:-ms-input-placeholder {
  color: #FFF;
}

.primary-nav nav > ul > li.sign-in-wrap form fieldset input.placeholder {
  color: #FFF;
}

.primary-nav nav > ul > li.sign-in-wrap form .ctaBtn {
  width: 100%;
}

.primary-nav nav > ul > li.sign-in-wrap .sub-nav-footer {
  background: #242039;
  border-top: 2px solid #3a374d;
  padding: 0.875rem;
}

.primary-nav nav > ul > li.sign-in-wrap .sub-nav-footer .sub-nav-footer-title {
  display: none;
  color: #aaa9af;
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  text-align: left;
}

.primary-nav nav > ul > li.sign-in-wrap .sub-nav-footer .sub-nav-footer-list {
  text-align: left;
}

.primary-nav nav > ul > li.sign-in-wrap .sub-nav-footer .sub-nav-footer-list li {
  background: none;
}

.primary-nav nav > ul > li.sign-in-wrap .sub-nav-footer .sub-nav-footer-list li a {
  padding: 0.625rem 0;
}

.primary-nav nav > ul > li:first-child {
  border: none;
}

.primary-nav nav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2.375rem 4.375rem 2.375rem 1.875rem;
  margin-right: 2.5rem;
  line-height: normal;
}

.primary-nav nav > ul > li > a::before {
  font-family: 'icomoon' !important;
  position: absolute;
  top: 50%;
  right: 2.4375rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.75rem;
  line-height: 1;
}

.primary-nav nav > ul > li a {
  font-size: 1.125rem;
  font-family: SourceSansPro-Black !important;
}

.primary-nav nav > ul > li .sub-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  background: #242039;
  z-index: 103;
}

.primary-nav nav > ul > li .sub-nav .back-button-nav {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.75rem;
  padding-left: 3.125rem;
  background: #1d1933;
}

.primary-nav nav > ul > li .sub-nav .back-button-nav::before {
  font-family: 'icomoon' !important;
  position: absolute;
  margin-top: 0.1875rem;
  left: 1.875rem;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  font-size: 0.75rem;
}

.primary-nav nav > ul > li .sub-nav .nav-title {
  display: block;
  clear: both;
  font-weight: bold;
  margin-bottom: 1rem;
}

.primary-nav nav > ul > li .sub-nav p {
  margin-bottom: 0;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-elements {
  width: 100%;
  list-style-type: none;
  margin: 0;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-elements li {
  width: 100%;
  padding: 1.6875rem;
  border-top: 4px solid #1d1933;
  float: left;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-elements li:first-child {
  border: none;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-elements li a {
  display: block;
  width: 100%;
  height: 100%;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-elements li p {
  color: #FFF;
  font-size: 1rem;
  font-family: RobotoSlab-Regular;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-elements li ul {
  width: 100%;
  list-style-type: none;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-elements li ul li {
  float: left;
  border: none;
  padding: 0 27px;
  width: 50%;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-footer {
  width: 100%;
  float: left;
  display: block;
  clear: both;
  text-align: center;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-footer ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-footer ul li {
  background: #1d1933;
  width: 100%;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-footer ul li a {
  padding: 1.125rem;
  display: block;
}

.primary-nav nav > ul > li .sub-nav .sub-nav-footer ul li a i {
  font-size: 0.75rem;
  margin-left: 0.75rem;
}

.primary-nav .logo {
  display: block;
  margin: 0 auto;
  font-size: 2.375rem;
  color: #1a9cb1;
  padding: 1.6875rem 0;
}

.primary-nav .travelconnectlogo {
  display: block;
  margin: 0 auto;
  font-size: 1.125rem;
  color: #2e2563;
  padding: 1.6875rem 0;
}

.primary-nav .utility-nav {
  display: block;
  top: 100%;
  text-align: left;
}

.primary-nav .utility-nav .show-search {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  color: #242039;
  font-size: 1.875rem;
}

.primary-nav .utility-nav .show-search.alt {
  color: #918f9c;
}

.primary-nav .utility-nav .search-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  z-index: 103;
}

.primary-nav .utility-nav .search-wrap form {
  padding: 27px 0;
}

.primary-nav .utility-nav .search-wrap form #search-field {
  border: none;
  width: 75%;
  /*height: rem-calc(30px); TK: This is changed to fix iphone and  safari search text is cut at the bottom  and not visisble clearly when window size is smaller*/
  height: 2rem;
  font-size: 1.5rem;
  color: #242039;
  margin: 0 1.875rem;
  background: none;
}

.primary-nav .utility-nav .search-wrap form #search-field::-ms-clear {
  display: none;
}

.primary-nav .utility-nav .search-wrap form #search-button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  padding: 27px;
  height: 100%;
  display: none;
}

.primary-nav .utility-nav .search-wrap form #close-search {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  color: #242039;
  font-size: 1.625rem;
}

.primary-nav .utility-nav .sign-in-wrap {
  display: none;
}

footer {
  text-align: center;
  overflow: hidden;
  background-color: #242039;
  position: relative;
  padding: 1.875rem 0.625rem 1.5rem 0.625rem;
  color: #FFF;
  margin: 0 auto;
}

footer .border-image {
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/colorbar-large-flip.svg") no-repeat center top;
  background-size: 100% 100%;
}

footer .rtf {
  display: inline-block;
  margin-bottom: 1.25rem !important;
  width: 100%;
  overflow: hidden;
}

footer .rtf * {
  font-family: SourceSansPro-Regular;
  font-size: 14px;
  display: inline;
  line-height: normal;
}

footer .rtf p {
  display: inline;
  margin: 0;
  line-height: normal;
}

footer .rtf .footer-rtf-links {
  margin: 0 0 0 0.3125rem;
  display: inline;
}

footer .rtf .footer-rtf-links a {
  text-decoration: none;
  font-family: SourceSansPro-Bold;
  display: inline-block;
  line-height: normal;
}

footer .rtf .footer-rtf-links a::before {
  content: '•';
  padding: 0 0.625rem;
}

footer .rtf .footer-rtf-links a:first-child::before {
  content: '';
  padding: 0;
}

footer .footer-links-social {
  list-style-type: none;
  margin: 0 auto;
  overflow: hidden;
}

footer .footer-links-social li {
  display: inline-block;
  margin-left: 1.6875rem;
}

footer .footer-links-social li:first-child {
  margin-left: 0;
}

footer .footer-links-social li a {
  display: block;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

footer .footer-links-social li a.icon-iso_logo {
  /*background: $color-iso_logo-background;*/
}

footer .footer-links-social li a.icon-iso_logo:before {
  margin-left: -0.625rem;
  font-size: 2.3rem;
  margin-top: -1.125rem;
}

footer .footer-links-social li a.icon-twitter {
  background: #189bb0;
  margin-left: 5rem;
}

footer .footer-links-social li a.icon-twitter:before {
  margin-left: -13px;
}

footer .footer-links-social li a.icon-facebook {
  background: #189bb0;
}

footer .footer-links-social li a.icon-facebook:before {
  margin-left: -5px;
}

footer .footer-links-social li a.icon-linkedin {
  background: #189bb0;
}

footer .footer-links-social li a.icon-linkedin:before {
  margin-left: -10px;
}

footer .footer-links-social li a.icon-instagram {
  background: #189bb0;
}

footer .footer-links-social li a.icon-instagram:before {
  margin-left: -11px;
}

footer .footer-links-social li a::before {
  margin-top: -11px;
  font-size: 1.375rem;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

footer.travelconnect {
  background-color: #2e2563;
}

footer.travelconnect .footer-links-social {
  list-style-type: none;
  margin: 0 auto;
  overflow: hidden;
  right: 20%;
}

footer.travelconnect .footer-links-social li {
  display: inline-block;
  margin-left: 1.6875rem;
}

footer.travelconnect .footer-links-social li:first-child {
  margin-left: 0;
}

footer.travelconnect .footer-links-social li a {
  display: block;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
}

footer.travelconnect .footer-links-social li a.icon-twitter {
  background: #ffffff;
}

footer.travelconnect .footer-links-social li a.icon-twitter:before {
  margin-left: -13px;
}

footer.travelconnect .footer-links-social li a.icon-facebook {
  background: #ffffff;
}

footer.travelconnect .footer-links-social li a.icon-facebook:before {
  margin-left: -5px;
}

footer.travelconnect .footer-links-social li a.icon-linkedin {
  background: #ffffff;
}

footer.travelconnect .footer-links-social li a.icon-linkedin:before {
  margin-left: -10px;
}

footer.travelconnect .footer-links-social li a::before {
  margin-top: -11px;
  font-size: 1.375rem;
  color: #2e2563;
  position: absolute;
  top: 50%;
  left: 50%;
}

footer.travelconnect .add-content {
  margin: 0 auto;
  overflow: hidden;
  right: 0;
}

.modal {
  height: auto;
  min-height: 10vh;
}

.modal--videoPanel {
  width: 100%;
  padding: 3rem;
}

.modal--videoPanel .close-button {
  outline: 0;
}

.modal__content, .modal__content--video, .modal__content--zoomImage {
  /*margin-top: 32px; //leave room for the 'close' button
			width: 100%;*/
  position: relative;
  width: auto;
}

.modal__content--video {
  height: 0;
  padding-bottom: 56.25%;
}

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

.modal__content--zoomImage img {
  margin: 0 auto;
  vertical-align: middle;
}

.modal__videoFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* The Modal (background) */
.popupmodal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  display: table;
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 50%;
  /* width: 80%; Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.press-release-boilerplate {
  margin: 30px auto 0 auto;
  max-width: 700px;
  padding: 1.5625rem 7%;
  background-color: #f6f6f6;
  position: relative;
  color: #4f4f4f;
  font-family: SourceSansPro-Regular;
}

.press-release-boilerplate p, .press-release-boilerplate div {
  line-height: 1.7em;
  font-size: 0.875rem;
}

.press-release-boilerplate p a, .press-release-boilerplate div a {
  text-decoration: none;
}

.press-release-boilerplate p:last-child {
  margin-bottom: 0;
}

.press-release-boilerplate:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/blue-bar.svg");
  background-size: 100% 100%;
  height: 4px;
}

.press-release-boilerplate .press-release__title {
  font-family: SourceSansPro-Bold;
  color: #242039;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.3em;
}

.basic-text {
  color: #6c6c6c;
  overflow: hidden;
}

.basic-text .basic-text-inside {
  max-width: 700px;
  overflow: visible;
  padding: 1.875rem 14% 1.875rem 14%;
  margin: 0 auto;
}

.basic-text .basic-text-inside .rtf {
  text-align: left;
}

.basic-text .basic-text-inside .rtf .leadin-text {
  color: #306879;
  font-family: SourceSansPro-Bold;
  font-size: 1.75rem;
}

.basic-text .basic-text-inside .ctaBtn {
  min-width: 160px;
  margin-top: 1.75rem;
  margin-bottom: 0;
}

.basic-text .basic-text-inside .twoButtons .ctaBtn:nth-child(n+2) {
  margin-top: 0;
}

.basic-text .eyebrow {
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  color: #9e286b;
}

.basic-text--grey {
  background: #f6f6f6;
}

.basic-text--grey .eyebrow {
  color: #9e286b;
}

.basic-text--grey .block-header {
  color: #242039;
}

.basic-text--grey .rtf > *,
.basic-text--grey .rtf p {
  color: #6c6c6c !important;
}

.basic-text--grey .rtf ul,
.basic-text--grey .rtf ol,
.basic-text--grey .rtf ul li,
.basic-text--grey .rtf ol li {
  color: #6c6c6c;
}

.basic-text--grey .rtf .arrow-icon-list li:before,
.basic-text--grey .rtf ul li:before {
  color: #9e286b;
}

.basic-text--grey .rtf blockquote:after,
.basic-text--grey .rtf .blockquote:after {
  color: #9e286b;
}

.basic-text--grey .quote-footer {
  color: #6c6c6c !important;
}

.basic-text--grey a {
  color: #1a9cb1;
}

.basic-text--grey a.ctaBtn {
  color: #FFF;
}

.basic-text--grey .arrow-icon-list li:before {
  color: #9e286b;
}

.basic-text--bright-blue {
  background: #1a9cb1;
}

.basic-text--bright-blue .eyebrow {
  color: #ffffff;
}

.basic-text--bright-blue .block-header {
  color: #ffffff;
}

.basic-text--bright-blue .rtf > *,
.basic-text--bright-blue .rtf p {
  color: #ffffff !important;
}

.basic-text--bright-blue .rtf ul,
.basic-text--bright-blue .rtf ol,
.basic-text--bright-blue .rtf ul li,
.basic-text--bright-blue .rtf ol li {
  color: #ffffff;
}

.basic-text--bright-blue .rtf .arrow-icon-list li:before,
.basic-text--bright-blue .rtf ul li:before {
  color: #9e286b;
}

.basic-text--bright-blue .rtf blockquote:after,
.basic-text--bright-blue .rtf .blockquote:after {
  color: #ffffff;
}

.basic-text--bright-blue .quote-footer {
  color: #ffffff !important;
}

.basic-text--bright-blue a {
  color: #ffffff;
}

.basic-text--bright-blue .arrow-icon-list li:before {
  color: #9e286b;
}

.basic-text--bright-blue .ctaBtn {
  background-color: #9e286b;
  color: #FFF;
  border-color: transparent;
}

.basic-text--bright-blue .ctaBtn i {
  color: #ffffff;
}

.basic-text--bright-blue .ctaBtn:hover, .basic-text--bright-blue .ctaBtn:focus {
  background-color: #b62477;
  border-color: transparent;
  transition: color 300ms ease-in-out;
}

.basic-text--bright-blue .ctaBtn--graphic {
  background-color: #9e286b;
  border: none;
}

.basic-text--bright-blue .ctaBtn--graphic:focus, .basic-text--bright-blue .ctaBtn--graphic:hover {
  background-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.basic-text--bright-blue .ctaBtn--graphic:focus span, .basic-text--bright-blue .ctaBtn--graphic:hover span {
  background-color: #9a1966;
  transition: background-color 300ms ease-in-out;
}

.basic-text--bright-blue .ctaBtn--graphic span {
  background-color: #75184f;
}

.basic-text--white-pattern {
  background: #ffffff url("../images/map-pattern.svg");
}

.basic-text--white-pattern .eyebrow {
  color: #9e286b;
}

.basic-text--white-pattern .block-header {
  color: #242039;
}

.basic-text--white-pattern .rtf > *,
.basic-text--white-pattern .rtf p {
  color: #ffffff !important;
}

.basic-text--white-pattern .rtf ul,
.basic-text--white-pattern .rtf ol,
.basic-text--white-pattern .rtf ul li,
.basic-text--white-pattern .rtf ol li {
  color: #6c6c6c;
}

.basic-text--white-pattern .rtf .arrow-icon-list li:before,
.basic-text--white-pattern .rtf ul li:before {
  color: #9e286b;
}

.basic-text--white-pattern .rtf blockquote:after,
.basic-text--white-pattern .rtf .blockquote:after {
  color: #9e286b;
}

.basic-text--white-pattern .quote-footer {
  color: #6c6c6c !important;
}

.basic-text--white-pattern a {
  color: #1a9cb1;
}

.basic-text--white-pattern a.ctaBtn {
  color: #FFF;
}

.basic-text--white-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.basic-text--grey-pattern {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

.basic-text--grey-pattern .eyebrow {
  color: #9e286b;
}

.basic-text--grey-pattern .block-header {
  color: #242039;
}

.basic-text--grey-pattern .rtf > *,
.basic-text--grey-pattern .rtf p {
  color: #6c6c6c !important;
}

.basic-text--grey-pattern .rtf ul,
.basic-text--grey-pattern .rtf ol,
.basic-text--grey-pattern .rtf ul li,
.basic-text--grey-pattern .rtf ol li {
  color: #6c6c6c;
}

.basic-text--grey-pattern .rtf .arrow-icon-list li:before,
.basic-text--grey-pattern .rtf ul li:before {
  color: #9e286b;
}

.basic-text--grey-pattern .rtf blockquote:after,
.basic-text--grey-pattern .rtf .blockquote:after {
  color: #9e286b;
}

.basic-text--grey-pattern .quote-footer {
  color: #6c6c6c !important;
}

.basic-text--grey-pattern a {
  color: #1a9cb1;
}

.basic-text--grey-pattern a.ctaBtn {
  color: #FFF;
}

.basic-text--grey-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.basic-text--bright-blue-pattern {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

.basic-text--bright-blue-pattern .eyebrow {
  color: #ffffff;
}

.basic-text--bright-blue-pattern .block-header {
  color: #ffffff;
}

.basic-text--bright-blue-pattern .rtf > *,
.basic-text--bright-blue-pattern .rtf p {
  color: #ffffff !important;
}

.basic-text--bright-blue-pattern .rtf ul,
.basic-text--bright-blue-pattern .rtf ol,
.basic-text--bright-blue-pattern .rtf ul li,
.basic-text--bright-blue-pattern .rtf ol li {
  color: #ffffff;
}

.basic-text--bright-blue-pattern .rtf .arrow-icon-list li:before,
.basic-text--bright-blue-pattern .rtf ul li:before {
  color: #9e286b;
}

.basic-text--bright-blue-pattern .rtf blockquote:after,
.basic-text--bright-blue-pattern .rtf .blockquote:after {
  color: #ffffff;
}

.basic-text--bright-blue-pattern .quote-footer {
  color: #ffffff !important;
}

.basic-text--bright-blue-pattern a {
  color: #ffffff;
}

.basic-text--bright-blue-pattern a.ctaBtn {
  color: #FFF;
}

.basic-text--bright-blue-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.basic-text--bright-blue-pattern .ctaBtn {
  background-color: #9e286b;
  color: #FFF;
  border-color: transparent;
}

.basic-text--bright-blue-pattern .ctaBtn i {
  color: #ffffff;
}

.basic-text--bright-blue-pattern .ctaBtn:hover, .basic-text--bright-blue-pattern .ctaBtn:focus {
  background-color: #b62477;
  border-color: transparent;
  transition: color 300ms ease-in-out;
}

.basic-text--bright-blue-pattern .ctaBtn--graphic {
  background-color: #9e286b;
  border: none;
}

.basic-text--bright-blue-pattern .ctaBtn--graphic:focus, .basic-text--bright-blue-pattern .ctaBtn--graphic:hover {
  background-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.basic-text--bright-blue-pattern .ctaBtn--graphic:focus span, .basic-text--bright-blue-pattern .ctaBtn--graphic:hover span {
  background-color: #9a1966;
  transition: background-color 300ms ease-in-out;
}

.basic-text--bright-blue-pattern .ctaBtn--graphic span {
  background-color: #75184f;
}

.basic-text--purple {
  background: #363452;
}

.basic-text--purple .eyebrow {
  color: #ffffff;
}

.basic-text--purple .block-header {
  color: #ffffff;
}

.basic-text--purple .rtf > *,
.basic-text--purple .rtf p {
  color: #ffffff !important;
}

.basic-text--purple .rtf ul,
.basic-text--purple .rtf ol,
.basic-text--purple .rtf ul li,
.basic-text--purple .rtf ol li {
  color: #ffffff;
}

.basic-text--purple .rtf .arrow-icon-list li:before,
.basic-text--purple .rtf ul li:before {
  color: #ffffff;
}

.basic-text--purple .rtf blockquote:after,
.basic-text--purple .rtf .blockquote:after {
  color: #ffffff;
}

.basic-text--purple .quote-footer {
  color: #ffffff !important;
}

.basic-text--purple a {
  color: #1a9cb1;
}

.basic-text--purple a.ctaBtn {
  color: #FFF;
}

.basic-text--purple .arrow-icon-list li:before {
  color: #ffffff;
}

.basic-text--image .eyebrow {
  color: #ffffff;
}

.basic-text--image .block-header {
  color: #ffffff;
}

.basic-text--image .rtf > *,
.basic-text--image .rtf p {
  color: #ffffff !important;
}

.basic-text--image .rtf ul,
.basic-text--image .rtf ol,
.basic-text--image .rtf ul li,
.basic-text--image .rtf ol li {
  color: #ffffff;
}

.basic-text--image .rtf .arrow-icon-list li:before,
.basic-text--image .rtf ul li:before {
  color: #ffffff;
}

.basic-text--image .rtf blockquote:after,
.basic-text--image .rtf .blockquote:after {
  color: #ffffff;
}

.basic-text--image .quote-footer {
  color: #ffffff !important;
}

.basic-text--image a {
  color: #1a9cb1;
}

.basic-text--image a.ctaBtn {
  color: #FFF;
}

.basic-text--image .arrow-icon-list li:before {
  color: #ffffff;
}

.basic-text--dark-grey {
  background: #222222;
}

.basic-text--dark-grey .eyebrow {
  color: #ffffff;
}

.basic-text--dark-grey .block-header {
  color: #ffffff;
}

.basic-text--dark-grey .rtf > *,
.basic-text--dark-grey .rtf p {
  color: #ffffff !important;
}

.basic-text--dark-grey .rtf ul,
.basic-text--dark-grey .rtf ol,
.basic-text--dark-grey .rtf ul li,
.basic-text--dark-grey .rtf ol li {
  color: #ffffff;
}

.basic-text--dark-grey .rtf .arrow-icon-list li:before,
.basic-text--dark-grey .rtf ul li:before {
  color: #93be40;
}

.basic-text--dark-grey .rtf blockquote:after,
.basic-text--dark-grey .rtf .blockquote:after {
  color: #ffffff;
}

.basic-text--dark-grey .quote-footer {
  color: #ffffff !important;
}

.basic-text--dark-grey a {
  color: #1a9cb1;
}

.basic-text--dark-grey a.ctaBtn {
  color: #FFF;
}

.basic-text--dark-grey .arrow-icon-list li:before {
  color: #93be40;
}

.basic-text + [class^="page-author"] {
  margin-top: 0;
}

.primary-nav + .jumbotron,
.page-notification + .jumbotron, input[type="hidden"] + .jumbotron {
  margin-top: 0 !important;
}

.jumbotron {
  position: relative;
  min-height: 480px;
  margin: 30px auto 0 auto;
  overflow: hidden;
}

.home-page .jumbotron {
  min-height: 680px;
  max-height: 680px;
}

.home-page .jumbotron .background--opacity {
  min-height: 680px;
}

.jumbotron .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.jumbotron .background .background--opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.8;
  z-index: 2;
  content: '';
  max-height: 100%;
  background: #000;
  /* IE6 & IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=transparent, endColorstr=#000, GradientType=0;
  /* IE8+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='rgba(0,0,0,0)', endColorstr='#000000');";
  /* Mozilla Firefox */
  /* W3C Markup */
  background: linear-gradient(to bottom, transparent 30%, #000 100%);
  /* Opera */
  /* IE10+ */
  /* Webkit (Safari/Chrome 10) */
  /* Webkit (Chrome 11+) */
  background: -webkit-linear-gradient(top, transparent 30%, #000 100%);
}

.jumbotron .foreground, .jumbotron .foreground--left, .jumbotron .foreground--right {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  padding: 0 7%;
  text-align: center;
  color: #FFF;
  height: auto;
}

.jumbotron .foreground.valign--middle, .jumbotron .foreground--left.valign--middle, .jumbotron .foreground--right.valign--middle {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.jumbotron .foreground.valign--top, .jumbotron .foreground--left.valign--top, .jumbotron .foreground--right.valign--top {
  top: 10%;
  position: absolute;
}

.jumbotron .foreground.valign--bottom, .jumbotron .foreground--left.valign--bottom, .jumbotron .foreground--right.valign--bottom {
  top: auto;
  bottom: 10%;
  position: absolute;
}

.jumbotron .foreground .eyebrow-logo,
.jumbotron .foreground .eyebrow, .jumbotron .foreground--left .eyebrow-logo,
.jumbotron .foreground--left .eyebrow, .jumbotron .foreground--right .eyebrow-logo,
.jumbotron .foreground--right .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  margin-bottom: 0.75rem;
}

.jumbotron .foreground .travelconnect-eyebrow-logo, .jumbotron .foreground--left .travelconnect-eyebrow-logo, .jumbotron .foreground--right .travelconnect-eyebrow-logo {
  width: 100%;
}

.jumbotron .foreground .block-header, .jumbotron .foreground--left .block-header, .jumbotron .foreground--right .block-header {
  clear: both;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
  line-height: 100%;
}

.jumbotron .foreground .body, .jumbotron .foreground--left .body, .jumbotron .foreground--right .body {
  text-align: center;
  line-height: 1.5em;
}

.jumbotron .foreground .body p,
.jumbotron .foreground .body h1,
.jumbotron .foreground .body h2,
.jumbotron .foreground .body h3,
.jumbotron .foreground .body h4, .jumbotron .foreground--left .body p,
.jumbotron .foreground--left .body h1,
.jumbotron .foreground--left .body h2,
.jumbotron .foreground--left .body h3,
.jumbotron .foreground--left .body h4, .jumbotron .foreground--right .body p,
.jumbotron .foreground--right .body h1,
.jumbotron .foreground--right .body h2,
.jumbotron .foreground--right .body h3,
.jumbotron .foreground--right .body h4 {
  margin: 0;
}

.jumbotron .foreground .ctaBtn, .jumbotron .foreground--left .ctaBtn, .jumbotron .foreground--right .ctaBtn {
  min-width: 160px;
  margin-top: 1.75rem;
  margin-bottom: 0;
}

.jumbotron .foreground--left {
  background-position: right center;
}

.jumbotron .foreground--right {
  background-position: left center;
}

.jumbotron .video-background {
  position: absolute;
  min-width: 100%;
  min-height: 608px;
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jumbotron__inside {
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  min-height: 350px;
}

.jumbotron--purple {
  background: #363452;
}

.jumbotron--purple .eyebrow {
  color: #ffffff;
}

.jumbotron--purple .block-header {
  color: #ffffff;
}

.jumbotron--purple .body {
  color: #ffffff;
}

.jumbotron--purple .rtf > *,
.jumbotron--purple .rtf p,
.jumbotron--purple .body > *,
.jumbotron--purple .body p {
  color: #ffffff !important;
}

.jumbotron--purple .rtf ul,
.jumbotron--purple .rtf ol,
.jumbotron--purple .rtf ul li,
.jumbotron--purple .rtf ol li,
.jumbotron--purple .body ul,
.jumbotron--purple .body ol,
.jumbotron--purple .body ul li,
.jumbotron--purple .body ol li {
  color: #ffffff;
}

.jumbotron--purple .rtf .arrow-icon-list li:before,
.jumbotron--purple .rtf ul li:before,
.jumbotron--purple .body .arrow-icon-list li:before,
.jumbotron--purple .body ul li:before {
  color: #ffffff;
}

.jumbotron--purple .rtf blockquote:after,
.jumbotron--purple .rtf .blockquote:after,
.jumbotron--purple .body blockquote:after,
.jumbotron--purple .body .blockquote:after {
  color: #ffffff;
}

.jumbotron--purple .quote-footer {
  color: #ffffff !important;
}

.jumbotron--purple a {
  color: #1a9cb1;
}

.jumbotron--purple a.ctaBtn {
  color: #FFF;
}

.jumbotron--purple .arrow-icon-list li:before {
  color: #ffffff;
}

.jumbotron--dark-grey {
  background: #222222;
}

.jumbotron--dark-grey .eyebrow {
  color: #ffffff;
}

.jumbotron--dark-grey .block-header {
  color: #ffffff;
}

.jumbotron--dark-grey .body {
  color: #ffffff;
}

.jumbotron--dark-grey .rtf > *,
.jumbotron--dark-grey .rtf p,
.jumbotron--dark-grey .body > *,
.jumbotron--dark-grey .body p {
  color: #ffffff !important;
}

.jumbotron--dark-grey .rtf ul,
.jumbotron--dark-grey .rtf ol,
.jumbotron--dark-grey .rtf ul li,
.jumbotron--dark-grey .rtf ol li,
.jumbotron--dark-grey .body ul,
.jumbotron--dark-grey .body ol,
.jumbotron--dark-grey .body ul li,
.jumbotron--dark-grey .body ol li {
  color: #ffffff;
}

.jumbotron--dark-grey .rtf .arrow-icon-list li:before,
.jumbotron--dark-grey .rtf ul li:before,
.jumbotron--dark-grey .body .arrow-icon-list li:before,
.jumbotron--dark-grey .body ul li:before {
  color: #93be40;
}

.jumbotron--dark-grey .rtf blockquote:after,
.jumbotron--dark-grey .rtf .blockquote:after,
.jumbotron--dark-grey .body blockquote:after,
.jumbotron--dark-grey .body .blockquote:after {
  color: #ffffff;
}

.jumbotron--dark-grey .quote-footer {
  color: #ffffff !important;
}

.jumbotron--dark-grey a {
  color: #1a9cb1;
}

.jumbotron--dark-grey a.ctaBtn {
  color: #FFF;
}

.jumbotron--dark-grey .arrow-icon-list li:before {
  color: #93be40;
}

.jumbotron--image .eyebrow {
  color: #ffffff;
}

.jumbotron--image .block-header {
  color: #ffffff;
  font-family: SourceSansPro-Bold;
}

.jumbotron--image .body {
  color: #ffffff;
}

.jumbotron--image .rtf > *,
.jumbotron--image .rtf p,
.jumbotron--image .body > *,
.jumbotron--image .body p {
  color: #ffffff !important;
}

.jumbotron--image .rtf ul,
.jumbotron--image .rtf ol,
.jumbotron--image .rtf ul li,
.jumbotron--image .rtf ol li,
.jumbotron--image .body ul,
.jumbotron--image .body ol,
.jumbotron--image .body ul li,
.jumbotron--image .body ol li {
  color: #ffffff;
}

.jumbotron--image .rtf .arrow-icon-list li:before,
.jumbotron--image .rtf ul li:before,
.jumbotron--image .body .arrow-icon-list li:before,
.jumbotron--image .body ul li:before {
  color: #ffffff;
}

.jumbotron--image .rtf blockquote:after,
.jumbotron--image .rtf .blockquote:after,
.jumbotron--image .body blockquote:after,
.jumbotron--image .body .blockquote:after {
  color: #ffffff;
}

.jumbotron--image .quote-footer {
  color: #ffffff !important;
}

.jumbotron--image a {
  color: #1a9cb1;
}

.jumbotron--image a.ctaBtn {
  color: #FFF;
}

.jumbotron--image .arrow-icon-list li:before {
  color: #ffffff;
}

.jumbotron--white {
  background: #ffffff;
}

.jumbotron--white .eyebrow {
  color: #9e286b;
}

.jumbotron--white .block-header {
  color: #242039;
}

.jumbotron--white .body {
  color: #6c6c6c;
}

.jumbotron--white .rtf > *,
.jumbotron--white .rtf p,
.jumbotron--white .body > *,
.jumbotron--white .body p {
  color: #6c6c6c !important;
}

.jumbotron--white .rtf ul,
.jumbotron--white .rtf ol,
.jumbotron--white .rtf ul li,
.jumbotron--white .rtf ol li,
.jumbotron--white .body ul,
.jumbotron--white .body ol,
.jumbotron--white .body ul li,
.jumbotron--white .body ol li {
  color: #6c6c6c;
}

.jumbotron--white .rtf .arrow-icon-list li:before,
.jumbotron--white .rtf ul li:before,
.jumbotron--white .body .arrow-icon-list li:before,
.jumbotron--white .body ul li:before {
  color: #9e286b;
}

.jumbotron--white .rtf blockquote:after,
.jumbotron--white .rtf .blockquote:after,
.jumbotron--white .body blockquote:after,
.jumbotron--white .body .blockquote:after {
  color: #9e286b;
}

.jumbotron--white .quote-footer {
  color: #6c6c6c !important;
}

.jumbotron--white a {
  color: #1a9cb1;
}

.jumbotron--white a.ctaBtn {
  color: #FFF;
}

.jumbotron--white .arrow-icon-list li:before {
  color: #9e286b;
}

.jumbotron--grey {
  background: #f6f6f6;
}

.jumbotron--grey .eyebrow {
  color: #9e286b;
}

.jumbotron--grey .block-header {
  color: #242039;
}

.jumbotron--grey .body {
  color: #6c6c6c;
}

.jumbotron--grey .rtf > *,
.jumbotron--grey .rtf p,
.jumbotron--grey .body > *,
.jumbotron--grey .body p {
  color: #6c6c6c !important;
}

.jumbotron--grey .rtf ul,
.jumbotron--grey .rtf ol,
.jumbotron--grey .rtf ul li,
.jumbotron--grey .rtf ol li,
.jumbotron--grey .body ul,
.jumbotron--grey .body ol,
.jumbotron--grey .body ul li,
.jumbotron--grey .body ol li {
  color: #6c6c6c;
}

.jumbotron--grey .rtf .arrow-icon-list li:before,
.jumbotron--grey .rtf ul li:before,
.jumbotron--grey .body .arrow-icon-list li:before,
.jumbotron--grey .body ul li:before {
  color: #9e286b;
}

.jumbotron--grey .rtf blockquote:after,
.jumbotron--grey .rtf .blockquote:after,
.jumbotron--grey .body blockquote:after,
.jumbotron--grey .body .blockquote:after {
  color: #9e286b;
}

.jumbotron--grey .quote-footer {
  color: #6c6c6c !important;
}

.jumbotron--grey a {
  color: #1a9cb1;
}

.jumbotron--grey a.ctaBtn {
  color: #FFF;
}

.jumbotron--grey .arrow-icon-list li:before {
  color: #9e286b;
}

.jumbotron--bright-blue {
  background: #1a9cb1;
}

.jumbotron--bright-blue .eyebrow {
  color: #ffffff;
}

.jumbotron--bright-blue .block-header {
  color: #ffffff;
}

.jumbotron--bright-blue .body {
  color: #ffffff;
}

.jumbotron--bright-blue .rtf > *,
.jumbotron--bright-blue .rtf p,
.jumbotron--bright-blue .body > *,
.jumbotron--bright-blue .body p {
  color: #ffffff !important;
}

.jumbotron--bright-blue .rtf ul,
.jumbotron--bright-blue .rtf ol,
.jumbotron--bright-blue .rtf ul li,
.jumbotron--bright-blue .rtf ol li,
.jumbotron--bright-blue .body ul,
.jumbotron--bright-blue .body ol,
.jumbotron--bright-blue .body ul li,
.jumbotron--bright-blue .body ol li {
  color: #ffffff;
}

.jumbotron--bright-blue .rtf .arrow-icon-list li:before,
.jumbotron--bright-blue .rtf ul li:before,
.jumbotron--bright-blue .body .arrow-icon-list li:before,
.jumbotron--bright-blue .body ul li:before {
  color: #9e286b;
}

.jumbotron--bright-blue .rtf blockquote:after,
.jumbotron--bright-blue .rtf .blockquote:after,
.jumbotron--bright-blue .body blockquote:after,
.jumbotron--bright-blue .body .blockquote:after {
  color: #ffffff;
}

.jumbotron--bright-blue .quote-footer {
  color: #ffffff !important;
}

.jumbotron--bright-blue a {
  color: #ffffff;
}

.jumbotron--bright-blue a.ctaBtn {
  color: #FFF;
}

.jumbotron--bright-blue .ctaBtn {
  background-color: #9e286b;
  border: 2px solid #9e286b;
}

.jumbotron--bright-blue .ctaBtn:hover, .jumbotron--bright-blue .ctaBtn:focus {
  background-color: #b62477;
  border-color: #b62477;
}

.jumbotron--bright-blue .ctaBtn--secondary, .jumbotron--bright-blue .ctaBtn--secondary-graphic {
  background-color: transparent;
}

.jumbotron--bright-blue .ctaBtn--secondary:focus, .jumbotron--bright-blue .ctaBtn--secondary:hover, .jumbotron--bright-blue .ctaBtn--secondary-graphic:focus, .jumbotron--bright-blue .ctaBtn--secondary-graphic:hover {
  background-color: transparent;
  border-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.jumbotron--bright-blue .ctaBtn--secondaryOnImage {
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', EndColorStr='#33000000');
}

.jumbotron--bright-blue .ctaBtn--graphic, .jumbotron--bright-blue .ctaBtn--secondary-graphic {
  border: none;
}

.jumbotron--bright-blue .ctaBtn--graphic:focus span, .jumbotron--bright-blue .ctaBtn--graphic:hover span, .jumbotron--bright-blue .ctaBtn--secondary-graphic:focus span, .jumbotron--bright-blue .ctaBtn--secondary-graphic:hover span {
  background-color: #9a1966;
}

.jumbotron--bright-blue .ctaBtn--graphic span, .jumbotron--bright-blue .ctaBtn--secondary-graphic span {
  background-color: #75184f;
}

.jumbotron--bright-blue .arrow-icon-list li:before {
  color: #9e286b;
}

.jumbotron--white-pattern {
  background: #ffffff url("../images/map-pattern.svg");
}

.jumbotron--white-pattern .eyebrow {
  color: #9e286b;
}

.jumbotron--white-pattern .block-header {
  color: #242039;
}

.jumbotron--white-pattern .body {
  color: #6c6c6c;
}

.jumbotron--white-pattern .rtf > *,
.jumbotron--white-pattern .rtf p,
.jumbotron--white-pattern .body > *,
.jumbotron--white-pattern .body p {
  color: #6c6c6c !important;
}

.jumbotron--white-pattern .rtf ul,
.jumbotron--white-pattern .rtf ol,
.jumbotron--white-pattern .rtf ul li,
.jumbotron--white-pattern .rtf ol li,
.jumbotron--white-pattern .body ul,
.jumbotron--white-pattern .body ol,
.jumbotron--white-pattern .body ul li,
.jumbotron--white-pattern .body ol li {
  color: #6c6c6c;
}

.jumbotron--white-pattern .rtf .arrow-icon-list li:before,
.jumbotron--white-pattern .rtf ul li:before,
.jumbotron--white-pattern .body .arrow-icon-list li:before,
.jumbotron--white-pattern .body ul li:before {
  color: #9e286b;
}

.jumbotron--white-pattern .rtf blockquote:after,
.jumbotron--white-pattern .rtf .blockquote:after,
.jumbotron--white-pattern .body blockquote:after,
.jumbotron--white-pattern .body .blockquote:after {
  color: #9e286b;
}

.jumbotron--white-pattern .quote-footer {
  color: #6c6c6c !important;
}

.jumbotron--white-pattern a {
  color: #1a9cb1;
}

.jumbotron--white-pattern a.ctaBtn {
  color: #FFF;
}

.jumbotron--white-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.jumbotron--grey-pattern {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

.jumbotron--grey-pattern .eyebrow {
  color: #9e286b;
}

.jumbotron--grey-pattern .block-header {
  color: #242039;
}

.jumbotron--grey-pattern .body {
  color: #6c6c6c;
}

.jumbotron--grey-pattern .rtf > *,
.jumbotron--grey-pattern .rtf p,
.jumbotron--grey-pattern .body > *,
.jumbotron--grey-pattern .body p {
  color: #6c6c6c !important;
}

.jumbotron--grey-pattern .rtf ul,
.jumbotron--grey-pattern .rtf ol,
.jumbotron--grey-pattern .rtf ul li,
.jumbotron--grey-pattern .rtf ol li,
.jumbotron--grey-pattern .body ul,
.jumbotron--grey-pattern .body ol,
.jumbotron--grey-pattern .body ul li,
.jumbotron--grey-pattern .body ol li {
  color: #6c6c6c;
}

.jumbotron--grey-pattern .rtf .arrow-icon-list li:before,
.jumbotron--grey-pattern .rtf ul li:before,
.jumbotron--grey-pattern .body .arrow-icon-list li:before,
.jumbotron--grey-pattern .body ul li:before {
  color: #9e286b;
}

.jumbotron--grey-pattern .rtf blockquote:after,
.jumbotron--grey-pattern .rtf .blockquote:after,
.jumbotron--grey-pattern .body blockquote:after,
.jumbotron--grey-pattern .body .blockquote:after {
  color: #9e286b;
}

.jumbotron--grey-pattern .quote-footer {
  color: #6c6c6c !important;
}

.jumbotron--grey-pattern a {
  color: #1a9cb1;
}

.jumbotron--grey-pattern a.ctaBtn {
  color: #FFF;
}

.jumbotron--grey-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.jumbotron--bright-blue-pattern {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

.jumbotron--bright-blue-pattern .eyebrow {
  color: #ffffff;
}

.jumbotron--bright-blue-pattern .block-header {
  color: #ffffff;
}

.jumbotron--bright-blue-pattern .body {
  color: #ffffff;
}

.jumbotron--bright-blue-pattern .rtf > *,
.jumbotron--bright-blue-pattern .rtf p,
.jumbotron--bright-blue-pattern .body > *,
.jumbotron--bright-blue-pattern .body p {
  color: #ffffff !important;
}

.jumbotron--bright-blue-pattern .rtf ul,
.jumbotron--bright-blue-pattern .rtf ol,
.jumbotron--bright-blue-pattern .rtf ul li,
.jumbotron--bright-blue-pattern .rtf ol li,
.jumbotron--bright-blue-pattern .body ul,
.jumbotron--bright-blue-pattern .body ol,
.jumbotron--bright-blue-pattern .body ul li,
.jumbotron--bright-blue-pattern .body ol li {
  color: #ffffff;
}

.jumbotron--bright-blue-pattern .rtf .arrow-icon-list li:before,
.jumbotron--bright-blue-pattern .rtf ul li:before,
.jumbotron--bright-blue-pattern .body .arrow-icon-list li:before,
.jumbotron--bright-blue-pattern .body ul li:before {
  color: #9e286b;
}

.jumbotron--bright-blue-pattern .rtf blockquote:after,
.jumbotron--bright-blue-pattern .rtf .blockquote:after,
.jumbotron--bright-blue-pattern .body blockquote:after,
.jumbotron--bright-blue-pattern .body .blockquote:after {
  color: #ffffff;
}

.jumbotron--bright-blue-pattern .quote-footer {
  color: #ffffff !important;
}

.jumbotron--bright-blue-pattern a {
  color: #ffffff;
}

.jumbotron--bright-blue-pattern a.ctaBtn {
  color: #FFF;
}

.jumbotron--bright-blue-pattern .ctaBtn {
  background-color: #9e286b;
  border: 2px solid #9e286b;
}

.jumbotron--bright-blue-pattern .ctaBtn:hover, .jumbotron--bright-blue-pattern .ctaBtn:focus {
  background-color: #b62477;
  border-color: #b62477;
}

.jumbotron--bright-blue-pattern .ctaBtn--secondary, .jumbotron--bright-blue-pattern .ctaBtn--secondary-graphic {
  background-color: transparent;
}

.jumbotron--bright-blue-pattern .ctaBtn--secondary:focus, .jumbotron--bright-blue-pattern .ctaBtn--secondary:hover, .jumbotron--bright-blue-pattern .ctaBtn--secondary-graphic:focus, .jumbotron--bright-blue-pattern .ctaBtn--secondary-graphic:hover {
  background-color: transparent;
  border-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.jumbotron--bright-blue-pattern .ctaBtn--secondaryOnImage {
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', EndColorStr='#33000000');
}

.jumbotron--bright-blue-pattern .ctaBtn--graphic, .jumbotron--bright-blue-pattern .ctaBtn--secondary-graphic {
  border: none;
}

.jumbotron--bright-blue-pattern .ctaBtn--graphic:focus span, .jumbotron--bright-blue-pattern .ctaBtn--graphic:hover span, .jumbotron--bright-blue-pattern .ctaBtn--secondary-graphic:focus span, .jumbotron--bright-blue-pattern .ctaBtn--secondary-graphic:hover span {
  background-color: #9a1966;
}

.jumbotron--bright-blue-pattern .ctaBtn--graphic span, .jumbotron--bright-blue-pattern .ctaBtn--secondary-graphic span {
  background-color: #75184f;
}

.jumbotron--bright-blue-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.full-bleed {
  position: relative;
  min-height: 350px;
  margin: 0 auto 0 auto;
}

.full-bleed .background {
  position: absolute;
  min-height: 100%;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.full-bleed .background .background--opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  /*top: 50%;*/
  top: 0%;
  left: 0;
  /*-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);*/
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0.75;
  z-index: 2;
  content: '';
}

.full-bleed .foreground, .full-bleed .foreground--left, .full-bleed .foreground--right {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  padding: 0 7%;
  text-align: center;
  color: #FFF;
  height: auto;
}

.full-bleed .foreground.valign--middle, .full-bleed .foreground--left.valign--middle, .full-bleed .foreground--right.valign--middle {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.full-bleed .foreground.valign--top, .full-bleed .foreground--left.valign--top, .full-bleed .foreground--right.valign--top {
  top: 10%;
  position: absolute;
}

.full-bleed .foreground.valign--bottom, .full-bleed .foreground--left.valign--bottom, .full-bleed .foreground--right.valign--bottom {
  top: auto;
  bottom: 10%;
  position: absolute;
}

.full-bleed .foreground .eyebrow, .full-bleed .foreground--left .eyebrow, .full-bleed .foreground--right .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  margin-bottom: 0.75rem;
}

.full-bleed .foreground .block-header, .full-bleed .foreground--left .block-header, .full-bleed .foreground--right .block-header {
  clear: both;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1.125rem;
  line-height: 100%;
}

.full-bleed .foreground .body, .full-bleed .foreground--left .body, .full-bleed .foreground--right .body {
  text-align: center;
  line-height: 1.5em;
}

.full-bleed .foreground .body p, .full-bleed .foreground .body h1, .full-bleed .foreground .body h2, .full-bleed .foreground .body h3, .full-bleed .foreground .body h4, .full-bleed .foreground--left .body p, .full-bleed .foreground--left .body h1, .full-bleed .foreground--left .body h2, .full-bleed .foreground--left .body h3, .full-bleed .foreground--left .body h4, .full-bleed .foreground--right .body p, .full-bleed .foreground--right .body h1, .full-bleed .foreground--right .body h2, .full-bleed .foreground--right .body h3, .full-bleed .foreground--right .body h4 {
  margin: 0;
}

.full-bleed .foreground .ctaBtn, .full-bleed .foreground--left .ctaBtn, .full-bleed .foreground--right .ctaBtn {
  min-width: 160px;
  margin-top: 1.75rem;
  margin-bottom: 0;
}

.full-bleed .foreground .twoButtons .ctaBtn:nth-child(n+2), .full-bleed .foreground--left .twoButtons .ctaBtn:nth-child(n+2), .full-bleed .foreground--right .twoButtons .ctaBtn:nth-child(n+2) {
  margin-top: 1.35rem;
}

.full-bleed .foreground--left {
  background-position: right center;
}

.full-bleed .foreground--right {
  background-position: left center;
}

.full-bleed__inside {
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  min-height: 350px;
}

.full-bleed--purple {
  background: #363452;
}

.full-bleed--purple .eyebrow {
  color: #ffffff;
}

.full-bleed--purple .block-header {
  color: #ffffff;
}

.full-bleed--purple .background,
.full-bleed--purple .background--opacity {
  background-color: #363452;
}

.full-bleed--purple .body {
  color: #ffffff;
}

.full-bleed--purple .rtf > *,
.full-bleed--purple .rtf p, .full-bleed--purple .body > *,
.full-bleed--purple .body p {
  color: #ffffff !important;
}

.full-bleed--purple .rtf ul,
.full-bleed--purple .rtf ol,
.full-bleed--purple .rtf ul li,
.full-bleed--purple .rtf ol li, .full-bleed--purple .body ul,
.full-bleed--purple .body ol,
.full-bleed--purple .body ul li,
.full-bleed--purple .body ol li {
  color: #ffffff;
}

.full-bleed--purple .rtf .arrow-icon-list li:before,
.full-bleed--purple .rtf ul li:before, .full-bleed--purple .body .arrow-icon-list li:before,
.full-bleed--purple .body ul li:before {
  color: #ffffff;
}

.full-bleed--purple .rtf blockquote:after,
.full-bleed--purple .rtf .blockquote:after, .full-bleed--purple .body blockquote:after,
.full-bleed--purple .body .blockquote:after {
  color: #ffffff;
}

.full-bleed--purple .quote-footer {
  color: #ffffff !important;
}

.full-bleed--purple a {
  color: #1a9cb1;
}

.full-bleed--purple a.ctaBtn {
  color: #FFF;
}

.full-bleed--purple .arrow-icon-list li:before {
  color: #ffffff;
}

.full-bleed--image .eyebrow {
  color: #ffffff;
}

.full-bleed--image .block-header {
  color: #ffffff;
}

.full-bleed--image .background--opacity {
  background-color: #363452;
}

.full-bleed--image .body {
  color: #ffffff;
}

.full-bleed--image .rtf > *,
.full-bleed--image .rtf p, .full-bleed--image .body > *,
.full-bleed--image .body p {
  color: #ffffff !important;
}

.full-bleed--image .rtf ul,
.full-bleed--image .rtf ol,
.full-bleed--image .rtf ul li,
.full-bleed--image .rtf ol li, .full-bleed--image .body ul,
.full-bleed--image .body ol,
.full-bleed--image .body ul li,
.full-bleed--image .body ol li {
  color: #ffffff;
}

.full-bleed--image .rtf .arrow-icon-list li:before,
.full-bleed--image .rtf ul li:before, .full-bleed--image .body .arrow-icon-list li:before,
.full-bleed--image .body ul li:before {
  color: #ffffff;
}

.full-bleed--image .rtf blockquote:after,
.full-bleed--image .rtf .blockquote:after, .full-bleed--image .body blockquote:after,
.full-bleed--image .body .blockquote:after {
  color: #ffffff;
}

.full-bleed--image .quote-footer {
  color: #ffffff !important;
}

.full-bleed--image a {
  color: #1a9cb1;
}

.full-bleed--image a.ctaBtn {
  color: #FFF;
}

.full-bleed--image .arrow-icon-list li:before {
  color: #ffffff;
}

.full-bleed--white {
  background: #ffffff;
}

.full-bleed--white .eyebrow {
  color: #9e286b;
}

.full-bleed--white .block-header {
  color: #242039;
}

.full-bleed--white .background,
.full-bleed--white .background--opacity {
  background-color: #ffffff;
}

.full-bleed--white .body {
  color: #6c6c6c;
}

.full-bleed--white .rtf > *,
.full-bleed--white .rtf p, .full-bleed--white .body > *,
.full-bleed--white .body p {
  color: #6c6c6c !important;
}

.full-bleed--white .rtf ul,
.full-bleed--white .rtf ol,
.full-bleed--white .rtf ul li,
.full-bleed--white .rtf ol li, .full-bleed--white .body ul,
.full-bleed--white .body ol,
.full-bleed--white .body ul li,
.full-bleed--white .body ol li {
  color: #6c6c6c;
}

.full-bleed--white .rtf .arrow-icon-list li:before,
.full-bleed--white .rtf ul li:before, .full-bleed--white .body .arrow-icon-list li:before,
.full-bleed--white .body ul li:before {
  color: #9e286b;
}

.full-bleed--white .rtf blockquote:after,
.full-bleed--white .rtf .blockquote:after, .full-bleed--white .body blockquote:after,
.full-bleed--white .body .blockquote:after {
  color: #9e286b;
}

.full-bleed--white .quote-footer {
  color: #6c6c6c !important;
}

.full-bleed--white a {
  color: #1a9cb1;
}

.full-bleed--white a.ctaBtn {
  color: #FFF;
}

.full-bleed--white a.ctaBtn--secondary {
  color: #1a9cb1;
}

.full-bleed--white .arrow-icon-list li:before {
  color: #9e286b;
}

.full-bleed--grey {
  background: #f6f6f6;
}

.full-bleed--grey .eyebrow {
  color: #9e286b;
}

.full-bleed--grey .block-header {
  color: #242039;
}

.full-bleed--grey .background,
.full-bleed--grey .background--opacity {
  background-color: #f6f6f6;
}

.full-bleed--grey .body {
  color: #6c6c6c;
}

.full-bleed--grey .rtf > *,
.full-bleed--grey .rtf p, .full-bleed--grey .body > *,
.full-bleed--grey .body p {
  color: #6c6c6c !important;
}

.full-bleed--grey .rtf ul,
.full-bleed--grey .rtf ol,
.full-bleed--grey .rtf ul li,
.full-bleed--grey .rtf ol li, .full-bleed--grey .body ul,
.full-bleed--grey .body ol,
.full-bleed--grey .body ul li,
.full-bleed--grey .body ol li {
  color: #6c6c6c;
}

.full-bleed--grey .rtf .arrow-icon-list li:before,
.full-bleed--grey .rtf ul li:before, .full-bleed--grey .body .arrow-icon-list li:before,
.full-bleed--grey .body ul li:before {
  color: #9e286b;
}

.full-bleed--grey .rtf blockquote:after,
.full-bleed--grey .rtf .blockquote:after, .full-bleed--grey .body blockquote:after,
.full-bleed--grey .body .blockquote:after {
  color: #9e286b;
}

.full-bleed--grey .quote-footer {
  color: #6c6c6c !important;
}

.full-bleed--grey a {
  color: #1a9cb1;
}

.full-bleed--grey a.ctaBtn {
  color: #FFF;
}

.full-bleed--grey .arrow-icon-list li:before {
  color: #9e286b;
}

.full-bleed--bright-blue {
  background: #1a9cb1;
}

.full-bleed--bright-blue .eyebrow {
  color: #ffffff;
}

.full-bleed--bright-blue .block-header {
  color: #ffffff;
}

.full-bleed--bright-blue .background,
.full-bleed--bright-blue .background--opacity {
  background-color: #1a9cb1;
}

.full-bleed--bright-blue .body {
  color: #ffffff;
}

.full-bleed--bright-blue .rtf > *,
.full-bleed--bright-blue .rtf p, .full-bleed--bright-blue .body > *,
.full-bleed--bright-blue .body p {
  color: #ffffff !important;
}

.full-bleed--bright-blue .rtf ul,
.full-bleed--bright-blue .rtf ol,
.full-bleed--bright-blue .rtf ul li,
.full-bleed--bright-blue .rtf ol li, .full-bleed--bright-blue .body ul,
.full-bleed--bright-blue .body ol,
.full-bleed--bright-blue .body ul li,
.full-bleed--bright-blue .body ol li {
  color: #ffffff;
}

.full-bleed--bright-blue .rtf .arrow-icon-list li:before,
.full-bleed--bright-blue .rtf ul li:before, .full-bleed--bright-blue .body .arrow-icon-list li:before,
.full-bleed--bright-blue .body ul li:before {
  color: #9e286b;
}

.full-bleed--bright-blue .rtf blockquote:after,
.full-bleed--bright-blue .rtf .blockquote:after, .full-bleed--bright-blue .body blockquote:after,
.full-bleed--bright-blue .body .blockquote:after {
  color: #ffffff;
}

.full-bleed--bright-blue .quote-footer {
  color: #ffffff !important;
}

.full-bleed--bright-blue a {
  color: #ffffff;
}

.full-bleed--bright-blue a.ctaBtn {
  color: #FFF;
}

.full-bleed--bright-blue .ctaBtn {
  background-color: #9e286b;
  border: 2px solid #9e286b;
}

.full-bleed--bright-blue .ctaBtn:hover, .full-bleed--bright-blue .ctaBtn:focus {
  background-color: #b62477;
  border-color: #b62477;
}

.full-bleed--bright-blue .ctaBtn--secondary, .full-bleed--bright-blue .ctaBtn--secondary-graphic {
  background-color: transparent;
}

.full-bleed--bright-blue .ctaBtn--secondary:focus, .full-bleed--bright-blue .ctaBtn--secondary:hover, .full-bleed--bright-blue .ctaBtn--secondary-graphic:focus, .full-bleed--bright-blue .ctaBtn--secondary-graphic:hover {
  background-color: transparent;
  border-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.full-bleed--bright-blue .ctaBtn--secondaryOnImage {
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', EndColorStr='#33000000');
}

.full-bleed--bright-blue .ctaBtn--graphic, .full-bleed--bright-blue .ctaBtn--secondary-graphic {
  border: none;
}

.full-bleed--bright-blue .ctaBtn--graphic:focus span, .full-bleed--bright-blue .ctaBtn--graphic:hover span, .full-bleed--bright-blue .ctaBtn--secondary-graphic:focus span, .full-bleed--bright-blue .ctaBtn--secondary-graphic:hover span {
  background-color: #9a1966;
}

.full-bleed--bright-blue .ctaBtn--graphic span, .full-bleed--bright-blue .ctaBtn--secondary-graphic span {
  background-color: #75184f;
}

.full-bleed--bright-blue .arrow-icon-list li:before {
  color: #9e286b;
}

.full-bleed--white-pattern {
  background: #ffffff url("../images/map-pattern.svg");
}

.full-bleed--white-pattern .eyebrow {
  color: #9e286b;
}

.full-bleed--white-pattern .block-header {
  color: #242039;
}

.full-bleed--white-pattern .background--opacity {
  background: #ffffff url("../images/map-pattern.svg");
}

.full-bleed--white-pattern .body {
  color: #6c6c6c;
}

.full-bleed--white-pattern .rtf > *,
.full-bleed--white-pattern .rtf p, .full-bleed--white-pattern .body > *,
.full-bleed--white-pattern .body p {
  color: #6c6c6c !important;
}

.full-bleed--white-pattern .rtf ul,
.full-bleed--white-pattern .rtf ol,
.full-bleed--white-pattern .rtf ul li,
.full-bleed--white-pattern .rtf ol li, .full-bleed--white-pattern .body ul,
.full-bleed--white-pattern .body ol,
.full-bleed--white-pattern .body ul li,
.full-bleed--white-pattern .body ol li {
  color: #6c6c6c;
}

.full-bleed--white-pattern .rtf .arrow-icon-list li:before,
.full-bleed--white-pattern .rtf ul li:before, .full-bleed--white-pattern .body .arrow-icon-list li:before,
.full-bleed--white-pattern .body ul li:before {
  color: #9e286b;
}

.full-bleed--white-pattern .rtf blockquote:after,
.full-bleed--white-pattern .rtf .blockquote:after, .full-bleed--white-pattern .body blockquote:after,
.full-bleed--white-pattern .body .blockquote:after {
  color: #9e286b;
}

.full-bleed--white-pattern .quote-footer {
  color: #6c6c6c !important;
}

.full-bleed--white-pattern a {
  color: #1a9cb1;
}

.full-bleed--white-pattern a.ctaBtn {
  color: #FFF;
}

.full-bleed--white-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.full-bleed--grey-pattern {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

.full-bleed--grey-pattern .eyebrow {
  color: #9e286b;
}

.full-bleed--grey-pattern .block-header {
  color: #242039;
}

.full-bleed--grey-pattern .body {
  color: #6c6c6c;
}

.full-bleed--grey-pattern .background--opacity {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

.full-bleed--grey-pattern .rtf > *,
.full-bleed--grey-pattern .rtf p, .full-bleed--grey-pattern .body > *,
.full-bleed--grey-pattern .body p {
  color: #6c6c6c !important;
}

.full-bleed--grey-pattern .rtf ul,
.full-bleed--grey-pattern .rtf ol,
.full-bleed--grey-pattern .rtf ul li,
.full-bleed--grey-pattern .rtf ol li, .full-bleed--grey-pattern .body ul,
.full-bleed--grey-pattern .body ol,
.full-bleed--grey-pattern .body ul li,
.full-bleed--grey-pattern .body ol li {
  color: #6c6c6c;
}

.full-bleed--grey-pattern .rtf .arrow-icon-list li:before,
.full-bleed--grey-pattern .rtf ul li:before, .full-bleed--grey-pattern .body .arrow-icon-list li:before,
.full-bleed--grey-pattern .body ul li:before {
  color: #9e286b;
}

.full-bleed--grey-pattern .rtf blockquote:after,
.full-bleed--grey-pattern .rtf .blockquote:after, .full-bleed--grey-pattern .body blockquote:after,
.full-bleed--grey-pattern .body .blockquote:after {
  color: #9e286b;
}

.full-bleed--grey-pattern .quote-footer {
  color: #6c6c6c !important;
}

.full-bleed--grey-pattern a {
  color: #1a9cb1;
}

.full-bleed--grey-pattern a.ctaBtn {
  color: #FFF;
}

.full-bleed--grey-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.full-bleed--bright-blue-pattern {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

.full-bleed--bright-blue-pattern .eyebrow {
  color: #ffffff;
}

.full-bleed--bright-blue-pattern .block-header {
  color: #ffffff;
}

.full-bleed--bright-blue-pattern .body {
  color: #ffffff;
}

.full-bleed--bright-blue-pattern .background--opacity {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

.full-bleed--bright-blue-pattern .rtf > *,
.full-bleed--bright-blue-pattern .rtf p, .full-bleed--bright-blue-pattern .body > *,
.full-bleed--bright-blue-pattern .body p {
  color: #ffffff !important;
}

.full-bleed--bright-blue-pattern .rtf ul,
.full-bleed--bright-blue-pattern .rtf ol,
.full-bleed--bright-blue-pattern .rtf ul li,
.full-bleed--bright-blue-pattern .rtf ol li, .full-bleed--bright-blue-pattern .body ul,
.full-bleed--bright-blue-pattern .body ol,
.full-bleed--bright-blue-pattern .body ul li,
.full-bleed--bright-blue-pattern .body ol li {
  color: #ffffff;
}

.full-bleed--bright-blue-pattern .rtf .arrow-icon-list li:before,
.full-bleed--bright-blue-pattern .rtf ul li:before, .full-bleed--bright-blue-pattern .body .arrow-icon-list li:before,
.full-bleed--bright-blue-pattern .body ul li:before {
  color: #9e286b;
}

.full-bleed--bright-blue-pattern .rtf blockquote:after,
.full-bleed--bright-blue-pattern .rtf .blockquote:after, .full-bleed--bright-blue-pattern .body blockquote:after,
.full-bleed--bright-blue-pattern .body .blockquote:after {
  color: #ffffff;
}

.full-bleed--bright-blue-pattern .quote-footer {
  color: #ffffff !important;
}

.full-bleed--bright-blue-pattern a {
  color: #ffffff;
}

.full-bleed--bright-blue-pattern a.ctaBtn {
  color: #FFF;
}

.full-bleed--bright-blue-pattern .ctaBtn {
  background-color: #9e286b;
  border: 2px solid #9e286b;
}

.full-bleed--bright-blue-pattern .ctaBtn:hover, .full-bleed--bright-blue-pattern .ctaBtn:focus {
  background-color: #b62477;
  border-color: #b62477;
}

.full-bleed--bright-blue-pattern .ctaBtn--secondary, .full-bleed--bright-blue-pattern .ctaBtn--secondary-graphic {
  background-color: transparent;
}

.full-bleed--bright-blue-pattern .ctaBtn--secondary:focus, .full-bleed--bright-blue-pattern .ctaBtn--secondary:hover, .full-bleed--bright-blue-pattern .ctaBtn--secondary-graphic:focus, .full-bleed--bright-blue-pattern .ctaBtn--secondary-graphic:hover {
  background-color: transparent;
  border-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.full-bleed--bright-blue-pattern .ctaBtn--secondaryOnImage {
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', EndColorStr='#33000000');
}

.full-bleed--bright-blue-pattern .ctaBtn--graphic, .full-bleed--bright-blue-pattern .ctaBtn--secondary-graphic {
  border: none;
}

.full-bleed--bright-blue-pattern .ctaBtn--graphic:focus span, .full-bleed--bright-blue-pattern .ctaBtn--graphic:hover span, .full-bleed--bright-blue-pattern .ctaBtn--secondary-graphic:focus span, .full-bleed--bright-blue-pattern .ctaBtn--secondary-graphic:hover span {
  background-color: #9a1966;
}

.full-bleed--bright-blue-pattern .ctaBtn--graphic span, .full-bleed--bright-blue-pattern .ctaBtn--secondary-graphic span {
  background-color: #75184f;
}

.full-bleed--bright-blue-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.full-bleed--dark-grey {
  background: #222222;
}

.full-bleed--dark-grey .eyebrow {
  color: #ffffff;
}

.full-bleed--dark-grey .block-header {
  color: #ffffff;
}

.full-bleed--dark-grey .background,
.full-bleed--dark-grey .background--opacity {
  background: #222222;
}

.full-bleed--dark-grey .body {
  color: #ffffff;
}

.full-bleed--dark-grey .rtf > *,
.full-bleed--dark-grey .rtf p, .full-bleed--dark-grey .body > *,
.full-bleed--dark-grey .body p {
  color: #ffffff !important;
}

.full-bleed--dark-grey .rtf ul,
.full-bleed--dark-grey .rtf ol,
.full-bleed--dark-grey .rtf ul li,
.full-bleed--dark-grey .rtf ol li, .full-bleed--dark-grey .body ul,
.full-bleed--dark-grey .body ol,
.full-bleed--dark-grey .body ul li,
.full-bleed--dark-grey .body ol li {
  color: #ffffff;
}

.full-bleed--dark-grey .rtf .arrow-icon-list li:before,
.full-bleed--dark-grey .rtf ul li:before, .full-bleed--dark-grey .body .arrow-icon-list li:before,
.full-bleed--dark-grey .body ul li:before {
  color: #93be40;
}

.full-bleed--dark-grey .rtf blockquote:after,
.full-bleed--dark-grey .rtf .blockquote:after, .full-bleed--dark-grey .body blockquote:after,
.full-bleed--dark-grey .body .blockquote:after {
  color: #ffffff;
}

.full-bleed--dark-grey .quote-footer {
  color: #ffffff !important;
}

.full-bleed--dark-grey a {
  color: #1a9cb1;
}

.full-bleed--dark-grey a.ctaBtn {
  color: #FFF;
}

.full-bleed--dark-grey .arrow-icon-list li:before {
  color: #93be40;
}

.full-bleed + .basic-cta,
.full-bleed + .basic-cta--support,
.full-bleed + footer {
  margin-top: 0;
}

.contained-panel {
  width: 100%;
  background-color: #FFF;
}

.contained-panel .contained-panel__foreground--left,
.contained-panel .contained-panel__foreground--right {
  padding: 1.875rem 14%;
}

.contained-panel .contained-panel__cta {
  margin: 1.875rem auto 0 auto;
  text-align: center;
}

.contained-panel .contained-panel__imageContent {
  width: 100%;
  max-height: 475px;
  overflow: hidden;
}

.contained-panel .contained-panel__imageContent img {
  width: 100%;
}

.contained-panel .eyebrow {
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.contained-panel .block-header {
  line-height: 100%;
  margin-bottom: 1rem;
}

.contained-panel .body {
  color: #6c6c6c;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 0;
}

.contained-panel .body > *,
.contained-panel .body p {
  color: #6c6c6c !important;
}

.contained-panel .body ul,
.contained-panel .body ol,
.contained-panel .body ul li,
.contained-panel .body ol li {
  color: #6c6c6c !important;
}

.contained-panel .body ul {
  list-style-type: none;
}

.contained-panel .body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.contained-panel .body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.contained-panel .ctaBtn {
  margin-top: 0;
  margin-bottom: 0;
}

.contained-panel--padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contained-panel--grey {
  background: #f6f6f6 !important;
}

.contained-panel--grey .eyebrow {
  color: #9e286b;
}

.contained-panel--grey .block-header {
  color: #242039;
}

.contained-panel--grey .body > *,
.contained-panel--grey .body p {
  color: #6c6c6c !important;
}

.contained-panel--grey .body ul,
.contained-panel--grey .body ol,
.contained-panel--grey .body ul li,
.contained-panel--grey .body ol li {
  color: #6c6c6c !important;
}

.contained-panel--grey .body ul {
  list-style-type: none;
}

.contained-panel--grey .body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.contained-panel--grey .body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.contained-panel--grey .body .arrow-icon-list li:before,
.contained-panel--grey .body ul li:before {
  color: #9e286b;
}

.contained-panel--grey a {
  color: #1a9cb1;
}

.contained-panel--grey .ctaBtn {
  background-color: #1a9cb1;
  color: #FFF;
}

.contained-panel--grey .ctaBtn:hover, .contained-panel--grey .ctaBtn:focus {
  background-color: #20b8d1;
}

.contained-panel--bright-blue {
  background: #1a9cb1 !important;
}

.contained-panel--bright-blue .eyebrow {
  color: #ffffff;
}

.contained-panel--bright-blue .block-header {
  color: #ffffff;
}

.contained-panel--bright-blue .body > *,
.contained-panel--bright-blue .body p {
  color: #ffffff !important;
}

.contained-panel--bright-blue .body ul,
.contained-panel--bright-blue .body ol,
.contained-panel--bright-blue .body ul li,
.contained-panel--bright-blue .body ol li {
  color: #ffffff !important;
}

.contained-panel--bright-blue .body ul {
  list-style-type: none;
}

.contained-panel--bright-blue .body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.contained-panel--bright-blue .body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.contained-panel--bright-blue .body .arrow-icon-list li:before,
.contained-panel--bright-blue .body ul li:before {
  color: #9e286b;
}

.contained-panel--bright-blue a {
  color: #ffffff;
}

.contained-panel--bright-blue .ctaBtn {
  background-color: #9e286b;
  color: #FFF;
  border-color: transparent;
}

.contained-panel--bright-blue .ctaBtn i {
  color: #ffffff;
}

.contained-panel--bright-blue .ctaBtn:hover, .contained-panel--bright-blue .ctaBtn:focus {
  background-color: #b62477;
  border-color: transparent;
  transition: color 300ms ease-in-out;
}

.contained-panel--bright-blue .ctaBtn--graphic {
  background-color: #9e286b;
  border: none;
}

.contained-panel--bright-blue .ctaBtn--graphic:focus, .contained-panel--bright-blue .ctaBtn--graphic:hover {
  background-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.contained-panel--bright-blue .ctaBtn--graphic:focus span, .contained-panel--bright-blue .ctaBtn--graphic:hover span {
  background-color: #9a1966;
  transition: background-color 300ms ease-in-out;
}

.contained-panel--bright-blue .ctaBtn--graphic span {
  background-color: #75184f;
}

.contained-panel--white-pattern {
  background: #ffffff url("../images/map-pattern.svg") !important;
}

.contained-panel--white-pattern .eyebrow {
  color: #9e286b;
}

.contained-panel--white-pattern .block-header {
  color: #242039;
}

.contained-panel--white-pattern .body > *,
.contained-panel--white-pattern .body p {
  color: #6c6c6c !important;
}

.contained-panel--white-pattern .body ul,
.contained-panel--white-pattern .body ol,
.contained-panel--white-pattern .body ul li,
.contained-panel--white-pattern .body ol li {
  color: #6c6c6c !important;
}

.contained-panel--white-pattern .body ul {
  list-style-type: none;
}

.contained-panel--white-pattern .body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.contained-panel--white-pattern .body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.contained-panel--white-pattern .body .arrow-icon-list li:before,
.contained-panel--white-pattern .body ul li:before {
  color: #9e286b;
}

.contained-panel--white-pattern a {
  color: #1a9cb1;
}

.contained-panel--white-pattern .ctaBtn {
  background-color: #1a9cb1;
  color: #FFF;
}

.contained-panel--white-pattern .ctaBtn:hover, .contained-panel--white-pattern .ctaBtn:focus {
  background-color: #20b8d1;
}

.contained-panel--grey-pattern {
  background: #f6f6f6 url("../images/map-pattern.svg") !important;
}

.contained-panel--grey-pattern .eyebrow {
  color: #9e286b;
}

.contained-panel--grey-pattern .block-header {
  color: #242039;
}

.contained-panel--grey-pattern .body > *,
.contained-panel--grey-pattern .body p {
  color: #6c6c6c !important;
}

.contained-panel--grey-pattern .body ul,
.contained-panel--grey-pattern .body ol,
.contained-panel--grey-pattern .body ul li,
.contained-panel--grey-pattern .body ol li {
  color: #6c6c6c !important;
}

.contained-panel--grey-pattern .body ul {
  list-style-type: none;
}

.contained-panel--grey-pattern .body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.contained-panel--grey-pattern .body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.contained-panel--grey-pattern .body .arrow-icon-list li:before,
.contained-panel--grey-pattern .body ul li:before {
  color: #9e286b;
}

.contained-panel--grey-pattern a {
  color: #1a9cb1;
}

.contained-panel--grey-pattern .ctaBtn {
  background-color: #1a9cb1;
  color: #FFF;
}

.contained-panel--grey-pattern .ctaBtn:hover, .contained-panel--grey-pattern .ctaBtn:focus {
  background-color: #20b8d1;
}

.contained-panel--bright-blue-pattern {
  background: #1a9cb1 url("../images/map-pattern.svg") !important;
}

.contained-panel--bright-blue-pattern .eyebrow {
  color: #ffffff;
}

.contained-panel--bright-blue-pattern .block-header {
  color: #ffffff;
}

.contained-panel--bright-blue-pattern .body > *,
.contained-panel--bright-blue-pattern .body p {
  color: #ffffff !important;
}

.contained-panel--bright-blue-pattern .body ul,
.contained-panel--bright-blue-pattern .body ol,
.contained-panel--bright-blue-pattern .body ul li,
.contained-panel--bright-blue-pattern .body ol li {
  color: #ffffff !important;
}

.contained-panel--bright-blue-pattern .body ul {
  list-style-type: none;
}

.contained-panel--bright-blue-pattern .body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.contained-panel--bright-blue-pattern .body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.contained-panel--bright-blue-pattern .body .arrow-icon-list li:before,
.contained-panel--bright-blue-pattern .body ul li:before {
  color: #9e286b;
}

.contained-panel--bright-blue-pattern a {
  color: #ffffff;
}

.contained-panel--bright-blue-pattern .ctaBtn {
  background-color: #9e286b;
  color: #FFF;
  border-color: transparent;
}

.contained-panel--bright-blue-pattern .ctaBtn i {
  color: #ffffff;
}

.contained-panel--bright-blue-pattern .ctaBtn:hover, .contained-panel--bright-blue-pattern .ctaBtn:focus {
  background-color: #b62477;
  border-color: transparent;
  transition: color 300ms ease-in-out;
}

.contained-panel--bright-blue-pattern .ctaBtn--graphic {
  background-color: #9e286b;
  border: none;
}

.contained-panel--bright-blue-pattern .ctaBtn--graphic:focus, .contained-panel--bright-blue-pattern .ctaBtn--graphic:hover {
  background-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.contained-panel--bright-blue-pattern .ctaBtn--graphic:focus span, .contained-panel--bright-blue-pattern .ctaBtn--graphic:hover span {
  background-color: #9a1966;
  transition: background-color 300ms ease-in-out;
}

.contained-panel--bright-blue-pattern .ctaBtn--graphic span {
  background-color: #75184f;
}

.contained-panel--purple {
  background: #363452 !important;
}

.contained-panel--purple .eyebrow {
  color: #ffffff;
}

.contained-panel--purple .block-header {
  color: #ffffff;
}

.contained-panel--purple .body > *,
.contained-panel--purple .body p {
  color: #ffffff !important;
}

.contained-panel--purple .body ul,
.contained-panel--purple .body ol,
.contained-panel--purple .body ul li,
.contained-panel--purple .body ol li {
  color: #ffffff !important;
}

.contained-panel--purple .body ul {
  list-style-type: none;
}

.contained-panel--purple .body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.contained-panel--purple .body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.contained-panel--purple .body .arrow-icon-list li:before,
.contained-panel--purple .body ul li:before {
  color: #ffffff;
}

.contained-panel--purple a {
  color: #1a9cb1;
}

.contained-panel--purple .ctaBtn {
  background-color: #1a9cb1;
  color: #FFF;
}

.contained-panel--purple .ctaBtn:hover, .contained-panel--purple .ctaBtn:focus {
  background-color: #20b8d1;
}

.contained-panel--image .eyebrow {
  color: #ffffff;
}

.contained-panel--image .block-header {
  color: #ffffff;
}

.contained-panel--image .body > *,
.contained-panel--image .body p {
  color: #ffffff !important;
}

.contained-panel--image .body ul,
.contained-panel--image .body ol,
.contained-panel--image .body ul li,
.contained-panel--image .body ol li {
  color: #ffffff !important;
}

.contained-panel--image .body ul {
  list-style-type: none;
}

.contained-panel--image .body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.contained-panel--image .body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.contained-panel--image .body .arrow-icon-list li:before,
.contained-panel--image .body ul li:before {
  color: #ffffff;
}

.contained-panel--image a {
  color: #1a9cb1;
}

.contained-panel--image .ctaBtn {
  background-color: #1a9cb1;
  color: #FFF;
}

.contained-panel--image .ctaBtn:hover, .contained-panel--image .ctaBtn:focus {
  background-color: #20b8d1;
}

.contained-panel--dark-grey {
  background: #222222 !important;
}

.contained-panel--dark-grey .eyebrow {
  color: #ffffff;
}

.contained-panel--dark-grey .block-header {
  color: #ffffff;
}

.contained-panel--dark-grey .body > *,
.contained-panel--dark-grey .body p {
  color: #ffffff !important;
}

.contained-panel--dark-grey .body ul,
.contained-panel--dark-grey .body ol,
.contained-panel--dark-grey .body ul li,
.contained-panel--dark-grey .body ol li {
  color: #ffffff !important;
}

.contained-panel--dark-grey .body ul {
  list-style-type: none;
}

.contained-panel--dark-grey .body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.contained-panel--dark-grey .body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.contained-panel--dark-grey .body .arrow-icon-list li:before,
.contained-panel--dark-grey .body ul li:before {
  color: #93be40;
}

.contained-panel--dark-grey a {
  color: #1a9cb1;
}

.contained-panel--dark-grey .ctaBtn {
  background-color: #1a9cb1;
  color: #FFF;
}

.contained-panel--dark-grey .ctaBtn:hover, .contained-panel--dark-grey .ctaBtn:focus {
  background-color: #20b8d1;
}

.contained-panel--grey.contained-panel--padding, .contained-panel--bright-blue.contained-panel--padding, .contained-panel--white-pattern.contained-panel--padding, .contained-panel--grey-pattern.contained-panel--padding, .contained-panel--bright-blue-pattern.contained-panel--padding, .contained-panel--purple.contained-panel--padding, .contained-panel--dark-grey.contained-panel--padding {
  margin-top: 0;
  padding-top: 30px;
}

.contained-panel--grey + .matrix, .contained-panel--bright-blue + .matrix, .contained-panel--white-pattern + .matrix, .contained-panel--grey-pattern + .matrix, .contained-panel--bright-blue-pattern + .matrix, .contained-panel--purple + .matrix, .contained-panel--dark-grey + .matrix {
  margin-top: 0;
}

.contained-panel--padding .contained-panel__image--left,
.contained-panel--padding .contained-panel__image--right {
  max-width: 700px;
  margin: 0 auto;
}

.contained-panel--padding .contained-panel__imageContent {
  max-height: 434px;
}

.cta-support, .cta-support--editMode {
  width: 100%;
  padding: 1.875rem 0;
  text-align: center;
  border: none;
}

.cta-support .block-header, .cta-support--editMode .block-header {
  font-size: 2rem;
  margin-bottom: 1.5625rem;
  text-align: center;
  color: #FFF;
}

.cta-support .body, .cta-support--editMode .body {
  padding: 0 14%;
  font-size: 1rem;
  margin-bottom: 1.875rem;
}

.cta-support .body p, .cta-support .body h1, .cta-support .body h2, .cta-support .body h3, .cta-support .body h4, .cta-support--editMode .body p, .cta-support--editMode .body h1, .cta-support--editMode .body h2, .cta-support--editMode .body h3, .cta-support--editMode .body h4 {
  margin: 0;
}

.basic-cta, .basic-cta--support {
  width: 100%;
  background-color: #363452;
  text-align: center;
  color: #FFF;
}

.basic-cta + .basic-cta,
.basic-cta + .basic-cta--support,
.basic-cta + .full-bleed, .basic-cta--support + .basic-cta,
.basic-cta--support + .basic-cta--support,
.basic-cta--support + .full-bleed {
  margin-top: 0;
}

.basic-cta__byline {
  margin-bottom: 0.4375rem;
  line-height: 1.5rem;
}

.basic-cta__content {
  padding: 1.875rem 14%;
  max-width: 700px;
  margin: 0 auto;
}

.basic-cta__content .eyebrow {
  text-transform: uppercase;
  font-weight: 700;
  font-family: SourceSansPro-Bold;
  margin-bottom: 1.25rem;
  color: #FFF;
}

.basic-cta__content .block-header {
  line-height: 100%;
  font-size: 2rem;
  margin-bottom: 1.5625rem;
  color: #FFF;
}

.basic-cta__content .ctaLink {
  text-decoration: none;
}

.basic-cta__content .twoButtons .ctaBtn:nth-child(n+2) {
  margin-top: 0;
}

.basic-cta__subtext {
  margin-top: 0.625rem;
}

.basic-cta__subtext p, .basic-cta__subtext h1, .basic-cta__subtext h2, .basic-cta__subtext h3, .basic-cta__subtext h4 {
  margin: 0;
}

.basic-cta__subtext p a, .basic-cta__subtext h1 a, .basic-cta__subtext h2 a, .basic-cta__subtext h3 a, .basic-cta__subtext h4 a {
  text-decoration: none;
}

.basic-cta--support {
  color: #FFF;
  padding: 0;
  background-color: #363452;
}

.basic-cta--support .block-header {
  margin-bottom: 1.375rem;
}

.basic-cta--support .eyebrow {
  color: #FFF;
  margin: 0 0 10px 0;
}

.basic-cta--support .basic-cta__content .block-header {
  color: #FFF;
}

.basic-cta--support .basic-cta__byline {
  color: #FFF;
}

.basic-cta--support .basic-cta__subtext p, .basic-cta--support .basic-cta__subtext h1, .basic-cta--support .basic-cta__subtext h2, .basic-cta--support .basic-cta__subtext h3, .basic-cta--support .basic-cta__subtext h4 {
  color: #FFF;
}

.sticky-nav, .sticky-nav--collapsed, .sticky-nav--expanded {
  width: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 100;
  border-bottom: solid 1px #fafafa;
}

.sticky-nav .ctaLink, .sticky-nav--collapsed .ctaLink, .sticky-nav--expanded .ctaLink {
  display: block;
  width: 100%;
  margin: 0;
  padding: 36px 10px;
  text-align: center;
}

.sticky-nav__link {
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 36px 10px;
  outline: 0;
  font-size: 0.875rem;
  font-family: SourceSansPro-Bold;
  text-align: center;
}

.sticky-nav__header {
  color: #1a9cb1;
  text-transform: uppercase;
  padding: 36px 20px;
  text-align: center;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
  border-bottom: solid 2px #f6f6f6;
  height: 93px;
}

.sticky-nav__header:after {
  content: "\e90c";
  display: inline-block;
  margin: -8px 0 0 8px;
  font-family: 'icomoon' !important;
  font-size: 0.625rem;
}

.sticky-nav__inner {
  max-width: 700px;
  margin: 0 auto;
}

.sticky-nav__content {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 93px;
  background-color: #FFF;
  transition: max-height 300ms ease-in-out;
}

.sticky-nav__linksList {
  display: block;
  margin: 0;
  width: 100%;
}

.sticky-nav__linksList .sticky-nav__linkItem {
  display: block;
  width: 100%;
  border-bottom: solid 2px #f6f6f6;
  border-top: solid 1px #fafafa;
  overflow: hidden;
}

.sticky-nav__linksList .sticky-nav__linkItem:first-child {
  border-top: none;
}

.sticky-nav__ctaItem {
  display: block;
  border-top: solid 1px #fafafa;
  text-align: center;
  border-bottom: solid 2px #f6f6f6;
}

.sticky-nav--expanded .sticky-nav__header span {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity=50);
}

.sticky-nav--expanded .sticky-nav__header:after {
  content: '\e90d';
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity=50);
}

.sticky-nav--expanded .sticky-nav__content {
  max-height: 1000px;
  transition: max-height 300ms ease-in-out;
  border-bottom: solid 1px #fafafa;
}

.sticky-wrapper + section.matrix--white {
  margin-top: 30px;
}

.sticky-wrapper + section.matrix--multiRows {
  margin-top: -3px;
}

.content-block, .content-block--pageItem {
  display: block;
  max-width: 275px;
  margin: 0 auto;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 30px;
}

.content-block__thumb {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

.content-block__thumb img {
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  max-height: 200px;
  max-width: 275px;
}

.content-block__thumb .icon-zoom {
  cursor: pointer;
  position: absolute;
  right: 34px;
  bottom: 24px;
  width: 29px;
  height: 29px;
  color: #4f4f4f;
  background-color: #FFF;
  border-radius: 3px;
  text-align: center;
  line-height: 29px;
  font-size: 1.125rem;
}

.content-block__thumb--full-size img {
  cursor: pointer;
}

.content-block__title {
  text-align: left;
  font-family: SourceSansPro-Bold;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.content-block__title span {
  color: #242039;
}

.content-block__title .ctaLink {
  text-align: left;
}

.content-block__body {
  line-height: 1.5em;
  padding-right: 10px;
  color: #6c6c6c;
}

.content-block__body ul {
  list-style-type: none;
}

.content-block__body ul li {
  padding-left: 1.6875rem;
  position: relative;
}

.content-block__body ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #9e286b;
  font-size: 0.5625rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.content-block--mobileLandscape {
  float: left;
  width: 50%;
}

.content-block--pageItem {
  width: 100%;
  max-width: inherit;
  float: left;
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
}

.content-block--pageItem__thumb, .content-block--pageItem__emptyThumb {
  width: 80px;
  min-height: 40px;
  max-height: 80px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

.content-block--pageItem__thumb img, .content-block--pageItem__emptyThumb img {
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
}

.content-block--pageItem__inside {
  float: left;
  width: calc(100% - 95px);
}

.content-block--pageItem__title, .content-block--pageItem__metadata {
  float: left;
  width: 100%;
  padding-bottom: 8px;
}

.content-block--pageItem__metadata {
  font-size: 0.75rem;
  list-style-type: none;
  margin: 0;
}

.content-block--pageItem__metadata li {
  float: left;
  color: #6c6c6c;
  font-family: SourceSansPro-Bold;
  font-size: 0.75rem;
}

.content-block--pageItem__metadata li:nth-last-child(n-1) {
  margin-right: 10px;
}

.content-block--pageItem__metadata li:nth-child(n+2):before {
  content: '\2022';
  display: inline-block;
  margin-right: 10px;
}

.content-block--pageItem__body {
  display: none;
  color: #6c6c6c;
}

.matrix {
  width: 100%;
  background: #ffffff;
  padding-top: 30px;
}

.matrix__content {
  text-align: center;
  width: 100%;
  padding: 0 7%;
  margin: 0 auto;
}

.matrix__topContent {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px 0 0;
}

.matrix__items--1_row .matrix__row:nth-child(n+2) {
  display: none;
}

.matrix__items--2_row .matrix__row:nth-child(n+3) {
  display: none;
}

.matrix__items--collapsed, .matrix__items--expanded {
  overflow: hidden;
}

.matrix__items--collapsed .matrix__row:nth-child(n+1), .matrix__items--expanded .matrix__row:nth-child(n+1) {
  display: block;
}

.matrix__items--left .content-block__title,
.matrix__items--left .content-block__body,
.matrix__items--left .ctaLink {
  text-align: left;
}

.matrix__items--center .content-block__title,
.matrix__items--center .content-block__body,
.matrix__items--center .ctaLink {
  text-align: center;
  padding-right: 0;
}

.matrix .eyebrow {
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  color: #9e286b;
}

.matrix .block-header {
  line-height: 100%;
  color: #242039;
}

.matrix .byline {
  font-family: SourceSansPro-Regular;
  color: #6c6c6c;
  line-height: 1.5em;
  margin-bottom: 1.35rem;
}

.matrix .ctaLink--collapsed,
.matrix .ctaLink--expanded {
  display: block;
  margin: 0 auto;
}

.matrix .content-block__title {
  color: #6c6c6c;
}

.matrix .content-block__title span {
  color: #6c6c6c;
}

.matrix .content-block__body {
  color: #6c6c6c;
}

.matrix .content-block__body > *,
.matrix .content-block__body p {
  color: #6c6c6c !important;
}

.matrix .content-block__body ul,
.matrix .content-block__body ol,
.matrix .content-block__body ul li,
.matrix .content-block__body ol li {
  color: #6c6c6c !important;
}

.matrix .content-block__body .arrow-icon-list li:before,
.matrix .content-block__body ul li:before {
  color: #9e286b;
}

.matrix .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.matrix .ctaLink i {
  color: #1a9cb1;
}

.matrix a {
  color: #1a9cb1;
}

.matrix--multiRows {
  border-top: solid 3px #e8e8e8;
  border-bottom: solid 3px #e8e8e8;
}

.matrix--multiRows > .ctaLink {
  border-bottom: solid 3px #1a9cb1;
  margin-bottom: -3px;
  padding-bottom: 11px;
}

.matrix--grey {
  background: #f6f6f6;
}

.matrix--grey .eyebrow {
  color: #9e286b;
}

.matrix--grey .block-header {
  color: #242039;
}

.matrix--grey .byline {
  color: #6c6c6c;
}

.matrix--grey .content-block__title {
  color: #6c6c6c;
}

.matrix--grey .content-block__title span {
  color: #6c6c6c;
}

.matrix--grey .content-block__body {
  color: #6c6c6c;
}

.matrix--grey .content-block__body > *,
.matrix--grey .content-block__body p {
  color: #6c6c6c !important;
}

.matrix--grey .content-block__body ul,
.matrix--grey .content-block__body ol,
.matrix--grey .content-block__body ul li,
.matrix--grey .content-block__body ol li {
  color: #6c6c6c !important;
}

.matrix--grey .content-block__body .arrow-icon-list li:before,
.matrix--grey .content-block__body ul li:before {
  color: #9e286b;
}

.matrix--grey .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.matrix--grey .ctaLink i {
  color: #1a9cb1;
}

.matrix--grey a {
  color: #1a9cb1;
}

.matrix--bright-blue {
  background: #1a9cb1;
}

.matrix--bright-blue .eyebrow {
  color: #ffffff;
}

.matrix--bright-blue .block-header {
  color: #ffffff;
}

.matrix--bright-blue .byline {
  color: #ffffff;
}

.matrix--bright-blue .content-block__title {
  color: #ffffff;
}

.matrix--bright-blue .content-block__title span {
  color: #ffffff;
}

.matrix--bright-blue .content-block__body {
  color: #ffffff;
}

.matrix--bright-blue .content-block__body > *,
.matrix--bright-blue .content-block__body p {
  color: #ffffff !important;
}

.matrix--bright-blue .content-block__body ul,
.matrix--bright-blue .content-block__body ol,
.matrix--bright-blue .content-block__body ul li,
.matrix--bright-blue .content-block__body ol li {
  color: #ffffff !important;
}

.matrix--bright-blue .content-block__body .arrow-icon-list li:before,
.matrix--bright-blue .content-block__body ul li:before {
  color: #9e286b;
}

.matrix--bright-blue .ctaLink {
  color: #ffffff;
  border-color: #ffffff;
}

.matrix--bright-blue .ctaLink i {
  color: #ffffff;
}

.matrix--bright-blue a {
  color: #ffffff;
}

.matrix--white-pattern {
  background: #ffffff url("../images/map-pattern.svg");
}

.matrix--white-pattern .eyebrow {
  color: #9e286b;
}

.matrix--white-pattern .block-header {
  color: #242039;
}

.matrix--white-pattern .byline {
  color: #6c6c6c;
}

.matrix--white-pattern .content-block__title {
  color: #6c6c6c;
}

.matrix--white-pattern .content-block__title span {
  color: #6c6c6c;
}

.matrix--white-pattern .content-block__body {
  color: #6c6c6c;
}

.matrix--white-pattern .content-block__body > *,
.matrix--white-pattern .content-block__body p {
  color: #6c6c6c !important;
}

.matrix--white-pattern .content-block__body ul,
.matrix--white-pattern .content-block__body ol,
.matrix--white-pattern .content-block__body ul li,
.matrix--white-pattern .content-block__body ol li {
  color: #6c6c6c !important;
}

.matrix--white-pattern .content-block__body .arrow-icon-list li:before,
.matrix--white-pattern .content-block__body ul li:before {
  color: #9e286b;
}

.matrix--white-pattern .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.matrix--white-pattern .ctaLink i {
  color: #1a9cb1;
}

.matrix--white-pattern a {
  color: #1a9cb1;
}

.matrix--grey-pattern {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

.matrix--grey-pattern .eyebrow {
  color: #9e286b;
}

.matrix--grey-pattern .block-header {
  color: #242039;
}

.matrix--grey-pattern .byline {
  color: #6c6c6c;
}

.matrix--grey-pattern .content-block__title {
  color: #6c6c6c;
}

.matrix--grey-pattern .content-block__title span {
  color: #6c6c6c;
}

.matrix--grey-pattern .content-block__body {
  color: #6c6c6c;
}

.matrix--grey-pattern .content-block__body > *,
.matrix--grey-pattern .content-block__body p {
  color: #6c6c6c !important;
}

.matrix--grey-pattern .content-block__body ul,
.matrix--grey-pattern .content-block__body ol,
.matrix--grey-pattern .content-block__body ul li,
.matrix--grey-pattern .content-block__body ol li {
  color: #6c6c6c !important;
}

.matrix--grey-pattern .content-block__body .arrow-icon-list li:before,
.matrix--grey-pattern .content-block__body ul li:before {
  color: #9e286b;
}

.matrix--grey-pattern .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.matrix--grey-pattern .ctaLink i {
  color: #1a9cb1;
}

.matrix--grey-pattern a {
  color: #1a9cb1;
}

.matrix--bright-blue-pattern {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

.matrix--bright-blue-pattern .eyebrow {
  color: #ffffff;
}

.matrix--bright-blue-pattern .block-header {
  color: #ffffff;
}

.matrix--bright-blue-pattern .byline {
  color: #ffffff;
}

.matrix--bright-blue-pattern .content-block__title {
  color: #ffffff;
}

.matrix--bright-blue-pattern .content-block__title span {
  color: #ffffff;
}

.matrix--bright-blue-pattern .content-block__body {
  color: #ffffff;
}

.matrix--bright-blue-pattern .content-block__body > *,
.matrix--bright-blue-pattern .content-block__body p {
  color: #ffffff !important;
}

.matrix--bright-blue-pattern .content-block__body ul,
.matrix--bright-blue-pattern .content-block__body ol,
.matrix--bright-blue-pattern .content-block__body ul li,
.matrix--bright-blue-pattern .content-block__body ol li {
  color: #ffffff !important;
}

.matrix--bright-blue-pattern .content-block__body .arrow-icon-list li:before,
.matrix--bright-blue-pattern .content-block__body ul li:before {
  color: #9e286b;
}

.matrix--bright-blue-pattern .ctaLink {
  color: #ffffff;
  border-color: #ffffff;
}

.matrix--bright-blue-pattern a {
  color: #ffffff;
}

.matrix--purple {
  background: #363452;
}

.matrix--purple .eyebrow {
  color: #ffffff;
}

.matrix--purple .block-header {
  color: #ffffff;
}

.matrix--purple .byline {
  color: #ffffff;
}

.matrix--purple .content-block__title {
  color: #ffffff;
}

.matrix--purple .content-block__title span {
  color: #ffffff;
}

.matrix--purple .content-block__body {
  color: #ffffff;
}

.matrix--purple .content-block__body > *,
.matrix--purple .content-block__body p {
  color: #ffffff !important;
}

.matrix--purple .content-block__body ul,
.matrix--purple .content-block__body ol,
.matrix--purple .content-block__body ul li,
.matrix--purple .content-block__body ol li {
  color: #ffffff !important;
}

.matrix--purple .content-block__body .arrow-icon-list li:before,
.matrix--purple .content-block__body ul li:before {
  color: #ffffff;
}

.matrix--purple .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.matrix--purple .ctaLink i {
  color: #1a9cb1;
}

.matrix--purple a {
  color: #1a9cb1;
}

.matrix--dark-grey {
  background: #222222;
}

.matrix--dark-grey .eyebrow {
  color: #ffffff;
}

.matrix--dark-grey .block-header {
  color: #ffffff;
}

.matrix--dark-grey .byline {
  color: #ffffff;
}

.matrix--dark-grey .content-block__title {
  color: #ffffff;
}

.matrix--dark-grey .content-block__title span {
  color: #ffffff;
}

.matrix--dark-grey .content-block__body {
  color: #ffffff;
}

.matrix--dark-grey .content-block__body > *,
.matrix--dark-grey .content-block__body p {
  color: #ffffff !important;
}

.matrix--dark-grey .content-block__body ul,
.matrix--dark-grey .content-block__body ol,
.matrix--dark-grey .content-block__body ul li,
.matrix--dark-grey .content-block__body ol li {
  color: #ffffff !important;
}

.matrix--dark-grey .content-block__body .arrow-icon-list li:before,
.matrix--dark-grey .content-block__body ul li:before {
  color: #93be40;
}

.matrix--dark-grey .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.matrix--dark-grey .ctaLink i {
  color: #1a9cb1;
}

.matrix--dark-grey a {
  color: #1a9cb1;
}

.matrix--image .eyebrow {
  color: #ffffff;
}

.matrix--image .block-header {
  color: #ffffff;
}

.matrix--image .byline {
  color: #ffffff;
}

.matrix--image .content-block__title {
  color: #ffffff;
}

.matrix--image .content-block__title span {
  color: #ffffff;
}

.matrix--image .content-block__body {
  color: #ffffff;
}

.matrix--image .content-block__body > *,
.matrix--image .content-block__body p {
  color: #ffffff !important;
}

.matrix--image .content-block__body ul,
.matrix--image .content-block__body ol,
.matrix--image .content-block__body ul li,
.matrix--image .content-block__body ol li {
  color: #ffffff !important;
}

.matrix--image .content-block__body .arrow-icon-list li:before,
.matrix--image .content-block__body ul li:before {
  color: #ffffff;
}

.matrix--image .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.matrix--image .ctaLink i {
  color: #1a9cb1;
}

.matrix--image a {
  color: #1a9cb1;
}

.matrix--grey:not(.matrix--multiRows), .matrix--bright-blue:not(.matrix--multiRows), .matrix--white-pattern:not(.matrix--multiRows), .matrix--grey-pattern:not(.matrix--multiRows), .matrix--bright-blue-pattern:not(.matrix--multiRows), .matrix--purple:not(.matrix--multiRows), .matrix--dark-grey:not(.matrix--multiRows) {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.matrix--grey + .full-bleed,
.matrix--grey + .basic-cta,
.matrix--grey + .basic-cta--support,
.matrix--grey + .matrix, .matrix--bright-blue + .full-bleed,
.matrix--bright-blue + .basic-cta,
.matrix--bright-blue + .basic-cta--support,
.matrix--bright-blue + .matrix, .matrix--white-pattern + .full-bleed,
.matrix--white-pattern + .basic-cta,
.matrix--white-pattern + .basic-cta--support,
.matrix--white-pattern + .matrix, .matrix--grey-pattern + .full-bleed,
.matrix--grey-pattern + .basic-cta,
.matrix--grey-pattern + .basic-cta--support,
.matrix--grey-pattern + .matrix, .matrix--bright-blue-pattern + .full-bleed,
.matrix--bright-blue-pattern + .basic-cta,
.matrix--bright-blue-pattern + .basic-cta--support,
.matrix--bright-blue-pattern + .matrix, .matrix--purple + .full-bleed,
.matrix--purple + .basic-cta,
.matrix--purple + .basic-cta--support,
.matrix--purple + .matrix, .matrix--dark-grey + .full-bleed,
.matrix--dark-grey + .basic-cta,
.matrix--dark-grey + .basic-cta--support,
.matrix--dark-grey + .matrix {
  margin-top: 0;
}

.page-grid {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 55px;
}

.page-grid .eyebrow {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: SourceSansPro-Bold;
  font-weight: 700;
  margin-bottom: 11px;
}

.page-grid .block-header {
  margin-bottom: 12px;
  font-size: 2.25rem;
  line-height: 100%;
  font-family: SourceSansPro-Regular;
}

.page-grid .byline {
  text-align: left;
  margin: 0 auto 12px auto;
  font-family: SourceSansPro-Regular;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.page-grid .content-block--pageItem__inside {
  width: calc(100% - 115px);
}

.page-grid--noThumbnails .content-block--pageItem__inside {
  width: calc(100% - 115px);
}

.page-grid--centerItemText .content-block--pageItem {
  padding: 2.0625rem 1rem 0 1rem !important;
}

.page-grid--centerItemText .content-block--pageItem .content-block--pageItem__thumb {
  height: auto;
  max-height: none;
  width: 100%;
  text-align: center;
  clear: both;
  margin: 0;
}

.page-grid--centerItemText .content-block--pageItem .content-block--pageItem__inside {
  padding-top: 0.9375rem;
  text-align: center;
  clear: both;
  width: 100%;
}

.page-grid--centerItemText .content-block--pageItem .content-block--pageItem__metadata {
  display: inline-block;
  float: none;
  width: auto;
}

.page-grid--centerItemText .content-block--pageItem .content-block--pageItem__metadata li {
  display: inline-block;
  float: none;
}

.page-grid__content {
  text-align: center;
  width: 100%;
  margin: 0 auto 0 auto;
  padding-top: 1.875rem;
  max-width: 700px;
  background-color: #f6f6f6;
}

.page-grid__content .page-grid__row:nth-last-of-type(1) {
  padding-bottom: 20px;
}

.page-grid .content-block--pageItem__thumb {
  height: 100%;
  margin-bottom: 20px;
}

.page-grid .content-block--pageItem__body {
  padding-top: 0.3125rem;
  max-height: 9.25rem;
  overflow: hidden;
}

.page-grid .content-block--pageItem__metadata {
  padding-bottom: 20px;
}

.page-grid .content-block--pageItem__title {
  font-size: 1.125rem;
  font-family: SourceSansPro-Bold;
  padding-bottom: 8px;
}

.page-grid .content-block--pageItem {
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
  margin: 0.125rem 0;
  background-color: #FFF;
  padding: 2.0625rem 0 0 1rem;
}

.page-grid__topContent {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1.125rem;
}

.page-grid__topContent .block-header {
  margin-bottom: 1.875rem;
}

.page-grid__row {
  margin: 0 auto;
}

.page-grid__items--collapsed, .page-grid__items--expanded {
  overflow: hidden;
}

.page-grid__items--collapsed .page-grid__row:nth-child(n+1), .page-grid__items--expanded .page-grid__row:nth-child(n+1) {
  display: block;
}

.jumbotron + .page-grid .page-grid__content,
.full-bleed + .page-grid .page-grid__content,
.basic-cta + .page-grid .page-grid__content {
  margin-top: 0;
}

.topic-list {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0 auto;
  padding: 0 0 0 0.9375rem;
}

.topic-list + footer {
  margin-top: 1.875rem;
}

.page-author, .page-author--with-topics {
  background-color: #f6f6f6;
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0 auto;
  position: relative;
  padding: 30px 7%;
}

.page-author:before, .page-author--with-topics:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../images/blue-bar.svg") repeat-y center top;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-size: 100% 100%;
}

.page-author .block-header, .page-author--with-topics .block-header {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: SourceSansPro-Bold;
  margin-bottom: 1.25rem;
}

.page-author__avatar {
  margin: 0 auto 2.0625rem auto;
  text-align: center;
  width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 49px;
}

.page-author__avatar img {
  width: 98px;
  height: 98px;
}

.page-author__body {
  font-family: SourceSansPro-Regular;
  font-size: 0.875rem;
  line-height: 1.7em;
  color: #4f4f4f;
}

.page-author__body strong, .page-author__body b {
  font-family: SourceSansPro-Bold;
}

.page-author__body p {
  line-height: 1.7em;
}

.page-author__body p:last-child {
  margin: 0;
}

.page-author--with-topics .topic-list {
  padding-left: 0;
}

.page-author--with-topics .topic-pill, .page-author--with-topics .topic-pill--link {
  margin-right: 6px;
  margin-top: 11px;
}

.data-panel {
  position: relative;
  min-height: 350px;
  margin: 30px auto 0 auto;
}

.data-panel .background {
  position: absolute;
  min-height: 100%;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.data-panel .background .background--opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.75;
  z-index: 2;
  content: '';
}

.data-panel .foreground, .data-panel .foreground--left, .data-panel .foreground--right {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  padding: 0 7%;
  text-align: center;
  color: #FFF;
  height: auto;
}

.data-panel .foreground.valign--middle, .data-panel .foreground--left.valign--middle, .data-panel .foreground--right.valign--middle {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.data-panel .foreground.valign--top, .data-panel .foreground--left.valign--top, .data-panel .foreground--right.valign--top {
  top: 10%;
  position: absolute;
}

.data-panel .foreground.valign--bottom, .data-panel .foreground--left.valign--bottom, .data-panel .foreground--right.valign--bottom {
  top: auto;
  bottom: 10%;
  position: absolute;
}

.data-panel .foreground .eyebrow, .data-panel .foreground--left .eyebrow, .data-panel .foreground--right .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  margin-bottom: 0.75rem;
}

.data-panel .foreground .block-header, .data-panel .foreground--left .block-header, .data-panel .foreground--right .block-header {
  clear: both;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1.125rem;
  line-height: 100%;
}

.data-panel .foreground .body, .data-panel .foreground--left .body, .data-panel .foreground--right .body {
  text-align: center;
  line-height: 1.5em;
}

.data-panel .foreground .body p, .data-panel .foreground .body h1, .data-panel .foreground .body h2, .data-panel .foreground .body h3, .data-panel .foreground .body h4, .data-panel .foreground--left .body p, .data-panel .foreground--left .body h1, .data-panel .foreground--left .body h2, .data-panel .foreground--left .body h3, .data-panel .foreground--left .body h4, .data-panel .foreground--right .body p, .data-panel .foreground--right .body h1, .data-panel .foreground--right .body h2, .data-panel .foreground--right .body h3, .data-panel .foreground--right .body h4 {
  margin: 0;
}

.data-panel .foreground .ctaBtn, .data-panel .foreground--left .ctaBtn, .data-panel .foreground--right .ctaBtn {
  min-width: 160px;
  margin-top: 1.75rem;
  margin-bottom: 0;
}

.data-panel .foreground .twoButtons .ctaBtn:nth-child(n+2), .data-panel .foreground--left .twoButtons .ctaBtn:nth-child(n+2), .data-panel .foreground--right .twoButtons .ctaBtn:nth-child(n+2) {
  margin-top: 1.35rem;
}

.data-panel .foreground--left {
  background-position: right center;
}

.data-panel .foreground--right {
  background-position: left center;
}

.data-panel__inside {
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  min-height: 350px;
}

.data-panel--purple {
  background: #363452;
}

.data-panel--purple .eyebrow {
  color: #ffffff;
}

.data-panel--purple .block-header {
  color: #ffffff;
}

.data-panel--purple .background,
.data-panel--purple .background--opacity {
  background-color: #363452;
}

.data-panel--purple .body {
  color: #ffffff;
}

.data-panel--purple .rtf > *,
.data-panel--purple .rtf p, .data-panel--purple .body > *,
.data-panel--purple .body p {
  color: #ffffff !important;
}

.data-panel--purple .rtf ul,
.data-panel--purple .rtf ol,
.data-panel--purple .rtf ul li,
.data-panel--purple .rtf ol li, .data-panel--purple .body ul,
.data-panel--purple .body ol,
.data-panel--purple .body ul li,
.data-panel--purple .body ol li {
  color: #ffffff;
}

.data-panel--purple .rtf .arrow-icon-list li:before,
.data-panel--purple .rtf ul li:before, .data-panel--purple .body .arrow-icon-list li:before,
.data-panel--purple .body ul li:before {
  color: #ffffff;
}

.data-panel--purple .rtf blockquote:after,
.data-panel--purple .rtf .blockquote:after, .data-panel--purple .body blockquote:after,
.data-panel--purple .body .blockquote:after {
  color: #ffffff;
}

.data-panel--purple .quote-footer {
  color: #ffffff !important;
}

.data-panel--purple a {
  color: #1a9cb1;
}

.data-panel--purple a.ctaBtn {
  color: #FFF;
}

.data-panel--purple .arrow-icon-list li:before {
  color: #ffffff;
}

.data-panel--image .eyebrow {
  color: #ffffff;
}

.data-panel--image .block-header {
  color: #ffffff;
}

.data-panel--image .background--opacity {
  background-color: #363452;
}

.data-panel--image .body {
  color: #ffffff;
}

.data-panel--image .rtf > *,
.data-panel--image .rtf p, .data-panel--image .body > *,
.data-panel--image .body p {
  color: #ffffff !important;
}

.data-panel--image .rtf ul,
.data-panel--image .rtf ol,
.data-panel--image .rtf ul li,
.data-panel--image .rtf ol li, .data-panel--image .body ul,
.data-panel--image .body ol,
.data-panel--image .body ul li,
.data-panel--image .body ol li {
  color: #ffffff;
}

.data-panel--image .rtf .arrow-icon-list li:before,
.data-panel--image .rtf ul li:before, .data-panel--image .body .arrow-icon-list li:before,
.data-panel--image .body ul li:before {
  color: #ffffff;
}

.data-panel--image .rtf blockquote:after,
.data-panel--image .rtf .blockquote:after, .data-panel--image .body blockquote:after,
.data-panel--image .body .blockquote:after {
  color: #ffffff;
}

.data-panel--image .quote-footer {
  color: #ffffff !important;
}

.data-panel--image a {
  color: #1a9cb1;
}

.data-panel--image a.ctaBtn {
  color: #FFF;
}

.data-panel--image .arrow-icon-list li:before {
  color: #ffffff;
}

.data-panel--white {
  background: #ffffff;
}

.data-panel--white .eyebrow {
  color: #9e286b;
}

.data-panel--white .block-header {
  color: #242039;
}

.data-panel--white .background,
.data-panel--white .background--opacity {
  background-color: #ffffff;
}

.data-panel--white .body {
  color: #6c6c6c;
}

.data-panel--white .rtf > *,
.data-panel--white .rtf p, .data-panel--white .body > *,
.data-panel--white .body p {
  color: #6c6c6c !important;
}

.data-panel--white .rtf ul,
.data-panel--white .rtf ol,
.data-panel--white .rtf ul li,
.data-panel--white .rtf ol li, .data-panel--white .body ul,
.data-panel--white .body ol,
.data-panel--white .body ul li,
.data-panel--white .body ol li {
  color: #6c6c6c;
}

.data-panel--white .rtf .arrow-icon-list li:before,
.data-panel--white .rtf ul li:before, .data-panel--white .body .arrow-icon-list li:before,
.data-panel--white .body ul li:before {
  color: #9e286b;
}

.data-panel--white .rtf blockquote:after,
.data-panel--white .rtf .blockquote:after, .data-panel--white .body blockquote:after,
.data-panel--white .body .blockquote:after {
  color: #9e286b;
}

.data-panel--white .quote-footer {
  color: #6c6c6c !important;
}

.data-panel--white a {
  color: #1a9cb1;
}

.data-panel--white a.ctaBtn {
  color: #FFF;
}

.data-panel--white .arrow-icon-list li:before {
  color: #9e286b;
}

.data-panel--grey {
  background: #f6f6f6;
}

.data-panel--grey .eyebrow {
  color: #9e286b;
}

.data-panel--grey .block-header {
  color: #242039;
}

.data-panel--grey .background,
.data-panel--grey .background--opacity {
  background-color: #f6f6f6;
}

.data-panel--grey .body {
  color: #6c6c6c;
}

.data-panel--grey .rtf > *,
.data-panel--grey .rtf p, .data-panel--grey .body > *,
.data-panel--grey .body p {
  color: #6c6c6c !important;
}

.data-panel--grey .rtf ul,
.data-panel--grey .rtf ol,
.data-panel--grey .rtf ul li,
.data-panel--grey .rtf ol li, .data-panel--grey .body ul,
.data-panel--grey .body ol,
.data-panel--grey .body ul li,
.data-panel--grey .body ol li {
  color: #6c6c6c;
}

.data-panel--grey .rtf .arrow-icon-list li:before,
.data-panel--grey .rtf ul li:before, .data-panel--grey .body .arrow-icon-list li:before,
.data-panel--grey .body ul li:before {
  color: #9e286b;
}

.data-panel--grey .rtf blockquote:after,
.data-panel--grey .rtf .blockquote:after, .data-panel--grey .body blockquote:after,
.data-panel--grey .body .blockquote:after {
  color: #9e286b;
}

.data-panel--grey .quote-footer {
  color: #6c6c6c !important;
}

.data-panel--grey a {
  color: #1a9cb1;
}

.data-panel--grey a.ctaBtn {
  color: #FFF;
}

.data-panel--grey .arrow-icon-list li:before {
  color: #9e286b;
}

.data-panel--bright-blue {
  background: #1a9cb1;
}

.data-panel--bright-blue .eyebrow {
  color: #ffffff;
}

.data-panel--bright-blue .block-header {
  color: #ffffff;
}

.data-panel--bright-blue .background,
.data-panel--bright-blue .background--opacity {
  background-color: #1a9cb1;
}

.data-panel--bright-blue .body {
  color: #ffffff;
}

.data-panel--bright-blue .rtf > *,
.data-panel--bright-blue .rtf p, .data-panel--bright-blue .body > *,
.data-panel--bright-blue .body p {
  color: #ffffff !important;
}

.data-panel--bright-blue .rtf ul,
.data-panel--bright-blue .rtf ol,
.data-panel--bright-blue .rtf ul li,
.data-panel--bright-blue .rtf ol li, .data-panel--bright-blue .body ul,
.data-panel--bright-blue .body ol,
.data-panel--bright-blue .body ul li,
.data-panel--bright-blue .body ol li {
  color: #ffffff;
}

.data-panel--bright-blue .rtf .arrow-icon-list li:before,
.data-panel--bright-blue .rtf ul li:before, .data-panel--bright-blue .body .arrow-icon-list li:before,
.data-panel--bright-blue .body ul li:before {
  color: #9e286b;
}

.data-panel--bright-blue .rtf blockquote:after,
.data-panel--bright-blue .rtf .blockquote:after, .data-panel--bright-blue .body blockquote:after,
.data-panel--bright-blue .body .blockquote:after {
  color: #ffffff;
}

.data-panel--bright-blue .quote-footer {
  color: #ffffff !important;
}

.data-panel--bright-blue a {
  color: #ffffff;
}

.data-panel--bright-blue a.ctaBtn {
  color: #FFF;
}

.data-panel--bright-blue .ctaBtn {
  background-color: #9e286b;
  border: 2px solid #9e286b;
}

.data-panel--bright-blue .ctaBtn:hover, .data-panel--bright-blue .ctaBtn:focus {
  background-color: #b62477;
  border-color: #b62477;
}

.data-panel--bright-blue .ctaBtn--secondary, .data-panel--bright-blue .ctaBtn--secondary-graphic {
  background-color: transparent;
}

.data-panel--bright-blue .ctaBtn--secondary:focus, .data-panel--bright-blue .ctaBtn--secondary:hover, .data-panel--bright-blue .ctaBtn--secondary-graphic:focus, .data-panel--bright-blue .ctaBtn--secondary-graphic:hover {
  background-color: transparent;
  border-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.data-panel--bright-blue .ctaBtn--secondaryOnImage {
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', EndColorStr='#33000000');
}

.data-panel--bright-blue .ctaBtn--graphic {
  border: none;
}

.data-panel--bright-blue .arrow-icon-list li:before {
  color: #9e286b;
}

.data-panel--white-pattern {
  background: #ffffff url("../images/map-pattern.svg");
}

.data-panel--white-pattern .eyebrow {
  color: #9e286b;
}

.data-panel--white-pattern .block-header {
  color: #242039;
}

.data-panel--white-pattern .background--opacity {
  background: #ffffff url("../images/map-pattern.svg");
}

.data-panel--white-pattern .body {
  color: #6c6c6c;
}

.data-panel--white-pattern .rtf > *,
.data-panel--white-pattern .rtf p, .data-panel--white-pattern .body > *,
.data-panel--white-pattern .body p {
  color: #6c6c6c !important;
}

.data-panel--white-pattern .rtf ul,
.data-panel--white-pattern .rtf ol,
.data-panel--white-pattern .rtf ul li,
.data-panel--white-pattern .rtf ol li, .data-panel--white-pattern .body ul,
.data-panel--white-pattern .body ol,
.data-panel--white-pattern .body ul li,
.data-panel--white-pattern .body ol li {
  color: #6c6c6c;
}

.data-panel--white-pattern .rtf .arrow-icon-list li:before,
.data-panel--white-pattern .rtf ul li:before, .data-panel--white-pattern .body .arrow-icon-list li:before,
.data-panel--white-pattern .body ul li:before {
  color: #9e286b;
}

.data-panel--white-pattern .rtf blockquote:after,
.data-panel--white-pattern .rtf .blockquote:after, .data-panel--white-pattern .body blockquote:after,
.data-panel--white-pattern .body .blockquote:after {
  color: #9e286b;
}

.data-panel--white-pattern .quote-footer {
  color: #6c6c6c !important;
}

.data-panel--white-pattern a {
  color: #1a9cb1;
}

.data-panel--white-pattern a.ctaBtn {
  color: #FFF;
}

.data-panel--white-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.data-panel--grey-pattern {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

.data-panel--grey-pattern .eyebrow {
  color: #9e286b;
}

.data-panel--grey-pattern .block-header {
  color: #242039;
}

.data-panel--grey-pattern .body {
  color: #6c6c6c;
}

.data-panel--grey-pattern .background--opacity {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

.data-panel--grey-pattern .rtf > *,
.data-panel--grey-pattern .rtf p, .data-panel--grey-pattern .body > *,
.data-panel--grey-pattern .body p {
  color: #6c6c6c !important;
}

.data-panel--grey-pattern .rtf ul,
.data-panel--grey-pattern .rtf ol,
.data-panel--grey-pattern .rtf ul li,
.data-panel--grey-pattern .rtf ol li, .data-panel--grey-pattern .body ul,
.data-panel--grey-pattern .body ol,
.data-panel--grey-pattern .body ul li,
.data-panel--grey-pattern .body ol li {
  color: #6c6c6c;
}

.data-panel--grey-pattern .rtf .arrow-icon-list li:before,
.data-panel--grey-pattern .rtf ul li:before, .data-panel--grey-pattern .body .arrow-icon-list li:before,
.data-panel--grey-pattern .body ul li:before {
  color: #9e286b;
}

.data-panel--grey-pattern .rtf blockquote:after,
.data-panel--grey-pattern .rtf .blockquote:after, .data-panel--grey-pattern .body blockquote:after,
.data-panel--grey-pattern .body .blockquote:after {
  color: #9e286b;
}

.data-panel--grey-pattern .quote-footer {
  color: #6c6c6c !important;
}

.data-panel--grey-pattern a {
  color: #1a9cb1;
}

.data-panel--grey-pattern a.ctaBtn {
  color: #FFF;
}

.data-panel--grey-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.data-panel--bright-blue-pattern {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

.data-panel--bright-blue-pattern .eyebrow {
  color: #ffffff;
}

.data-panel--bright-blue-pattern .block-header {
  color: #ffffff;
}

.data-panel--bright-blue-pattern .body {
  color: #ffffff;
}

.data-panel--bright-blue-pattern .background--opacity {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

.data-panel--bright-blue-pattern .rtf > *,
.data-panel--bright-blue-pattern .rtf p, .data-panel--bright-blue-pattern .body > *,
.data-panel--bright-blue-pattern .body p {
  color: #ffffff !important;
}

.data-panel--bright-blue-pattern .rtf ul,
.data-panel--bright-blue-pattern .rtf ol,
.data-panel--bright-blue-pattern .rtf ul li,
.data-panel--bright-blue-pattern .rtf ol li, .data-panel--bright-blue-pattern .body ul,
.data-panel--bright-blue-pattern .body ol,
.data-panel--bright-blue-pattern .body ul li,
.data-panel--bright-blue-pattern .body ol li {
  color: #ffffff;
}

.data-panel--bright-blue-pattern .rtf .arrow-icon-list li:before,
.data-panel--bright-blue-pattern .rtf ul li:before, .data-panel--bright-blue-pattern .body .arrow-icon-list li:before,
.data-panel--bright-blue-pattern .body ul li:before {
  color: #9e286b;
}

.data-panel--bright-blue-pattern .rtf blockquote:after,
.data-panel--bright-blue-pattern .rtf .blockquote:after, .data-panel--bright-blue-pattern .body blockquote:after,
.data-panel--bright-blue-pattern .body .blockquote:after {
  color: #ffffff;
}

.data-panel--bright-blue-pattern .quote-footer {
  color: #ffffff !important;
}

.data-panel--bright-blue-pattern a {
  color: #ffffff;
}

.data-panel--bright-blue-pattern a.ctaBtn {
  color: #FFF;
}

.data-panel--bright-blue-pattern .ctaBtn {
  background-color: #9e286b;
  border: 2px solid #9e286b;
}

.data-panel--bright-blue-pattern .ctaBtn:hover, .data-panel--bright-blue-pattern .ctaBtn:focus {
  background-color: #b62477;
  border-color: #b62477;
}

.data-panel--bright-blue-pattern .ctaBtn--secondary, .data-panel--bright-blue-pattern .ctaBtn--secondary-graphic {
  background-color: transparent;
}

.data-panel--bright-blue-pattern .ctaBtn--secondary:focus, .data-panel--bright-blue-pattern .ctaBtn--secondary:hover, .data-panel--bright-blue-pattern .ctaBtn--secondary-graphic:focus, .data-panel--bright-blue-pattern .ctaBtn--secondary-graphic:hover {
  background-color: transparent;
  border-color: #b62477;
  transition: background-color 300ms ease-in-out;
}

.data-panel--bright-blue-pattern .ctaBtn--secondaryOnImage {
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33000000', EndColorStr='#33000000');
}

.data-panel--bright-blue-pattern .ctaBtn--graphic {
  border: none;
}

.data-panel--bright-blue-pattern .arrow-icon-list li:before {
  color: #9e286b;
}

.panel-item, .panel-item--collapsed, .panel-item--expanded {
  width: 100%;
  position: relative;
  border-top: solid 4px #d2d4d2;
}

.panel-item__header {
  height: 75px;
  font-family: SourceSansPro-Bold;
  padding: 0 1.875rem 0 1.125rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 71px;
  color: #242039;
  position: relative;
  cursor: pointer;
  transition: color 300ms ease-in-out;
  max-width: 700px;
  margin: 0 auto;
}

.panel-item__header span.label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  padding-right: 20px;
  width: calc(100% - 25px);
}

.panel-item__header .accordion-sign--collapsed, .panel-item__header .accordion-sign--expanded {
  vertical-align: middle;
}

.panel-item__outerContent {
  width: 100%;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}

.panel-item__text {
  width: 100%;
  padding: 1.5625rem 1.875rem 0 1.125rem;
  max-width: 700px;
  margin: 0 auto;
}

.panel-item__text .block-header {
  font-family: SourceSansPro-Regular;
  font-size: 2.25rem;
  line-height: 100%;
  color: #242039;
  margin-bottom: 1.0625rem;
}

.panel-item__text .rtf {
  line-height: 1.5em;
  margin-bottom: 1.25rem;
}

.panel-item__text .rtf p {
  line-height: 1.5em;
}

.panel-item__text .rtf p:last-child {
  margin-bottom: 0;
}

.panel-item__text .ctaLink {
  margin-bottom: 1.25rem;
}

.panel-item__cell {
  width: 100%;
}

.panel-item__imageContent {
  width: 100%;
  max-height: 475px;
  overflow: hidden;
}

.panel-item__imageContent img {
  width: 100%;
}

.panel-item--collapsed .panel-item__outerContent {
  max-height: 0;
}

.panel-item--collapsed .panel-item__header {
  color: #1a9cb1;
}

.panel-item--collapsed .panel-item__header:hover {
  color: #20b8d1;
}

.panel-item--expanded .panel-item__outerContent {
  max-height: 5000px;
}

.panel-item--expanded + .panel-item--collapsed {
  border-top: none;
}

.tabbed-panel {
  margin-top: 30px;
}

.tabbed-panel .panel-item--collapsed:last-child,
.tabbed-panel .panel-item--expanded:last-child {
  border-bottom: solid 4px #d2d4d2;
}

.tabbed-panel .eyebrow {
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.tabbed-panel .block-header {
  font-size: 2.25rem;
  line-height: 100%;
  margin-bottom: 1.5625rem;
}

.tabbed-panel__nav {
  display: none;
}

.tabbed-panel--white .panel-item__outerContent {
  background: #ffffff;
}

.tabbed-panel--white .panel-item__text .block-header {
  color: #242039;
}

.tabbed-panel--white .panel-item__text .rtf {
  color: #6c6c6c !important;
}

.tabbed-panel--white .panel-item__text .rtf > *,
.tabbed-panel--white .panel-item__text .rtf p {
  color: #6c6c6c !important;
}

.tabbed-panel--white .panel-item__text .rtf ul,
.tabbed-panel--white .panel-item__text .rtf ol,
.tabbed-panel--white .panel-item__text .rtf ul li,
.tabbed-panel--white .panel-item__text .rtf ol li {
  color: #6c6c6c !important;
}

.tabbed-panel--white .panel-item__text .rtf .arrow-icon-list li:before,
.tabbed-panel--white .panel-item__text .rtf ul li:before {
  color: #9e286b;
}

.tabbed-panel--white .panel-item__text a {
  color: #1a9cb1;
}

.tabbed-panel--grey .panel-item__outerContent {
  background: #f6f6f6;
}

.tabbed-panel--grey .panel-item__text .block-header {
  color: #242039;
}

.tabbed-panel--grey .panel-item__text .rtf {
  color: #6c6c6c !important;
}

.tabbed-panel--grey .panel-item__text .rtf > *,
.tabbed-panel--grey .panel-item__text .rtf p {
  color: #6c6c6c !important;
}

.tabbed-panel--grey .panel-item__text .rtf ul,
.tabbed-panel--grey .panel-item__text .rtf ol,
.tabbed-panel--grey .panel-item__text .rtf ul li,
.tabbed-panel--grey .panel-item__text .rtf ol li {
  color: #6c6c6c !important;
}

.tabbed-panel--grey .panel-item__text .rtf .arrow-icon-list li:before,
.tabbed-panel--grey .panel-item__text .rtf ul li:before {
  color: #9e286b;
}

.tabbed-panel--grey .panel-item__text a {
  color: #1a9cb1;
}

.tabbed-panel--bright-blue .panel-item__outerContent {
  background: #1a9cb1;
}

.tabbed-panel--bright-blue .panel-item__text .block-header {
  color: #ffffff;
}

.tabbed-panel--bright-blue .panel-item__text .rtf {
  color: #ffffff !important;
}

.tabbed-panel--bright-blue .panel-item__text .rtf > *,
.tabbed-panel--bright-blue .panel-item__text .rtf p {
  color: #ffffff !important;
}

.tabbed-panel--bright-blue .panel-item__text .rtf ul,
.tabbed-panel--bright-blue .panel-item__text .rtf ol,
.tabbed-panel--bright-blue .panel-item__text .rtf ul li,
.tabbed-panel--bright-blue .panel-item__text .rtf ol li {
  color: #ffffff !important;
}

.tabbed-panel--bright-blue .panel-item__text .rtf .arrow-icon-list li:before,
.tabbed-panel--bright-blue .panel-item__text .rtf ul li:before {
  color: #9e286b;
}

.tabbed-panel--bright-blue .panel-item__text a {
  color: #ffffff;
}

.tabbed-panel--white-pattern .panel-item__outerContent {
  background: #ffffff url("../images/map-pattern.svg") !important;
  background-repeat: repeat;
}

.tabbed-panel--white-pattern .panel-item__text .block-header {
  color: #242039;
}

.tabbed-panel--white-pattern .panel-item__text .rtf {
  color: #6c6c6c !important;
}

.tabbed-panel--white-pattern .panel-item__text .rtf > *,
.tabbed-panel--white-pattern .panel-item__text .rtf p {
  color: #6c6c6c !important;
}

.tabbed-panel--white-pattern .panel-item__text .rtf ul,
.tabbed-panel--white-pattern .panel-item__text .rtf ol,
.tabbed-panel--white-pattern .panel-item__text .rtf ul li,
.tabbed-panel--white-pattern .panel-item__text .rtf ol li {
  color: #6c6c6c !important;
}

.tabbed-panel--white-pattern .panel-item__text .rtf .arrow-icon-list li:before,
.tabbed-panel--white-pattern .panel-item__text .rtf ul li:before {
  color: #9e286b;
}

.tabbed-panel--white-pattern .panel-item__text a {
  color: #1a9cb1;
}

.tabbed-panel--grey-pattern .panel-item__outerContent {
  background: #f6f6f6 url("../images/map-pattern.svg") !important;
  background-repeat: repeat;
}

.tabbed-panel--grey-pattern .panel-item__text .block-header {
  color: #242039;
}

.tabbed-panel--grey-pattern .panel-item__text .rtf {
  color: #6c6c6c !important;
}

.tabbed-panel--grey-pattern .panel-item__text .rtf > *,
.tabbed-panel--grey-pattern .panel-item__text .rtf p {
  color: #6c6c6c !important;
}

.tabbed-panel--grey-pattern .panel-item__text .rtf ul,
.tabbed-panel--grey-pattern .panel-item__text .rtf ol,
.tabbed-panel--grey-pattern .panel-item__text .rtf ul li,
.tabbed-panel--grey-pattern .panel-item__text .rtf ol li {
  color: #6c6c6c !important;
}

.tabbed-panel--grey-pattern .panel-item__text .rtf .arrow-icon-list li:before,
.tabbed-panel--grey-pattern .panel-item__text .rtf ul li:before {
  color: #9e286b;
}

.tabbed-panel--grey-pattern .panel-item__text a {
  color: #1a9cb1;
}

.tabbed-panel--bright-blue-pattern .panel-item__outerContent {
  background: #1a9cb1 url("../images/map-pattern.svg") !important;
  background-repeat: repeat;
}

.tabbed-panel--bright-blue-pattern .panel-item__text .block-header {
  color: #ffffff;
}

.tabbed-panel--bright-blue-pattern .panel-item__text .rtf {
  color: #ffffff !important;
}

.tabbed-panel--bright-blue-pattern .panel-item__text .rtf > *,
.tabbed-panel--bright-blue-pattern .panel-item__text .rtf p {
  color: #ffffff !important;
}

.tabbed-panel--bright-blue-pattern .panel-item__text .rtf ul,
.tabbed-panel--bright-blue-pattern .panel-item__text .rtf ol,
.tabbed-panel--bright-blue-pattern .panel-item__text .rtf ul li,
.tabbed-panel--bright-blue-pattern .panel-item__text .rtf ol li {
  color: #ffffff !important;
}

.tabbed-panel--bright-blue-pattern .panel-item__text .rtf .arrow-icon-list li:before,
.tabbed-panel--bright-blue-pattern .panel-item__text .rtf ul li:before {
  color: #9e286b;
}

.tabbed-panel--bright-blue-pattern .panel-item__text a {
  color: #ffffff;
}

.tabbed-panel--purple .panel-item__outerContent {
  background: #363452;
}

.tabbed-panel--purple .panel-item__text .block-header {
  color: #ffffff;
}

.tabbed-panel--purple .panel-item__text .rtf {
  color: #ffffff !important;
}

.tabbed-panel--purple .panel-item__text .rtf > *,
.tabbed-panel--purple .panel-item__text .rtf p {
  color: #ffffff !important;
}

.tabbed-panel--purple .panel-item__text .rtf ul,
.tabbed-panel--purple .panel-item__text .rtf ol,
.tabbed-panel--purple .panel-item__text .rtf ul li,
.tabbed-panel--purple .panel-item__text .rtf ol li {
  color: #ffffff !important;
}

.tabbed-panel--purple .panel-item__text .rtf .arrow-icon-list li:before,
.tabbed-panel--purple .panel-item__text .rtf ul li:before {
  color: #ffffff;
}

.tabbed-panel--purple .panel-item__text a {
  color: #1a9cb1;
}

.tabbed-panel--dark-grey .panel-item__outerContent {
  background: #222222;
}

.tabbed-panel--dark-grey .panel-item__text .block-header {
  color: #ffffff;
}

.tabbed-panel--dark-grey .panel-item__text .rtf {
  color: #ffffff !important;
}

.tabbed-panel--dark-grey .panel-item__text .rtf > *,
.tabbed-panel--dark-grey .panel-item__text .rtf p {
  color: #ffffff !important;
}

.tabbed-panel--dark-grey .panel-item__text .rtf ul,
.tabbed-panel--dark-grey .panel-item__text .rtf ol,
.tabbed-panel--dark-grey .panel-item__text .rtf ul li,
.tabbed-panel--dark-grey .panel-item__text .rtf ol li {
  color: #ffffff !important;
}

.tabbed-panel--dark-grey .panel-item__text .rtf .arrow-icon-list li:before,
.tabbed-panel--dark-grey .panel-item__text .rtf ul li:before {
  color: #93be40;
}

.tabbed-panel--dark-grey .panel-item__text a {
  color: #1a9cb1;
}

.tabbed-panel--image .panel-item__text .block-header {
  color: #ffffff;
}

.tabbed-panel--image .panel-item__text .rtf {
  color: #ffffff !important;
}

.tabbed-panel--image .panel-item__text .rtf > *,
.tabbed-panel--image .panel-item__text .rtf p {
  color: #ffffff !important;
}

.tabbed-panel--image .panel-item__text .rtf ul,
.tabbed-panel--image .panel-item__text .rtf ol,
.tabbed-panel--image .panel-item__text .rtf ul li,
.tabbed-panel--image .panel-item__text .rtf ol li {
  color: #ffffff !important;
}

.tabbed-panel--image .panel-item__text .rtf .arrow-icon-list li:before,
.tabbed-panel--image .panel-item__text .rtf ul li:before {
  color: #ffffff;
}

.tabbed-panel--image .panel-item__text a {
  color: #1a9cb1;
}

.related-content {
  width: 100%;
  background-color: #FFF;
  margin-top: 30px;
}

.related-content__content {
  text-align: center;
  width: 100%;
  padding: 0 7%;
  margin: 0 auto;
}

.related-content__topContent {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px 0 0;
}

.related-content__items--1_row .related-content__row:nth-child(n+2) {
  display: none;
}

.related-content__items--2_row .related-content__row:nth-child(n+3) {
  display: none;
}

.related-content__items--collapsed, .related-content__items--expanded {
  overflow: hidden;
}

.related-content__items--collapsed .related-content__row:nth-child(n+1), .related-content__items--expanded .related-content__row:nth-child(n+1) {
  display: block;
}

.related-content__items--left .content-block__title,
.related-content__items--left .content-block__body,
.related-content__items--left .ctaLink {
  text-align: left;
}

.related-content__items--center .content-block__title,
.related-content__items--center .content-block__body,
.related-content__items--center .ctaLink {
  text-align: center;
  padding-right: 0;
}

.related-content .eyebrow {
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  color: #9e286b;
}

.related-content .block-header {
  line-height: 100%;
}

.related-content .byline {
  font-family: SourceSansPro-Regular;
  color: #6c6c6c;
  line-height: 1.5em;
  margin-bottom: 1.35rem;
}

.related-content .ctaLink--collapsed,
.related-content .ctaLink--expanded {
  display: block;
  margin: 0 auto;
}

.related-content--multiRows {
  padding-top: 30px;
  border-top: solid 3px #e8e8e8;
  border-bottom: solid 3px #e8e8e8;
}

.related-content--multiRows > .ctaLink {
  border-bottom: solid 3px #1a9cb1;
  margin-bottom: -3px;
  padding-bottom: 11px;
}

.related-content--grey {
  background: #f6f6f6;
}

.related-content--grey .eyebrow {
  color: #9e286b;
}

.related-content--grey .block-header {
  color: #242039;
}

.related-content--grey .byline {
  color: #6c6c6c;
}

.related-content--grey .content-block__title {
  color: #6c6c6c;
}

.related-content--grey .content-block__title span {
  color: #6c6c6c;
}

.related-content--grey .content-block__body {
  color: #6c6c6c;
}

.related-content--grey .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-content--grey .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-content--grey .ctaLink i {
  color: #1a9cb1;
}

.related-content--grey a {
  color: #1a9cb1;
}

.related-content--bright-blue {
  background: #1a9cb1;
}

.related-content--bright-blue .eyebrow {
  color: #ffffff;
}

.related-content--bright-blue .block-header {
  color: #ffffff;
}

.related-content--bright-blue .byline {
  color: #ffffff;
}

.related-content--bright-blue .content-block__title {
  color: #ffffff;
}

.related-content--bright-blue .content-block__title span {
  color: #ffffff;
}

.related-content--bright-blue .content-block__body {
  color: #ffffff;
}

.related-content--bright-blue .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-content--bright-blue .ctaLink {
  color: #ffffff;
  border-color: #ffffff;
}

.related-content--bright-blue .ctaLink i {
  color: #ffffff;
}

.related-content--bright-blue a {
  color: #ffffff;
}

.related-content--white-pattern {
  background: #ffffff url("../images/map-pattern.svg");
}

.related-content--white-pattern .eyebrow {
  color: #9e286b;
}

.related-content--white-pattern .block-header {
  color: #242039;
}

.related-content--white-pattern .byline {
  color: #6c6c6c;
}

.related-content--white-pattern .content-block__title {
  color: #6c6c6c;
}

.related-content--white-pattern .content-block__title span {
  color: #6c6c6c;
}

.related-content--white-pattern .content-block__body {
  color: #6c6c6c;
}

.related-content--white-pattern .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-content--white-pattern .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-content--white-pattern .ctaLink i {
  color: #1a9cb1;
}

.related-content--white-pattern a {
  color: #1a9cb1;
}

.related-content--grey-pattern {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

.related-content--grey-pattern .eyebrow {
  color: #9e286b;
}

.related-content--grey-pattern .block-header {
  color: #242039;
}

.related-content--grey-pattern .byline {
  color: #6c6c6c;
}

.related-content--grey-pattern .content-block__title {
  color: #6c6c6c;
}

.related-content--grey-pattern .content-block__title span {
  color: #6c6c6c;
}

.related-content--grey-pattern .content-block__body {
  color: #6c6c6c;
}

.related-content--grey-pattern .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-content--grey-pattern .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-content--grey-pattern .ctaLink i {
  color: #1a9cb1;
}

.related-content--grey-pattern a {
  color: #1a9cb1;
}

.related-content--bright-blue-pattern {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

.related-content--bright-blue-pattern .eyebrow {
  color: #ffffff;
}

.related-content--bright-blue-pattern .block-header {
  color: #ffffff;
}

.related-content--bright-blue-pattern .byline {
  color: #ffffff;
}

.related-content--bright-blue-pattern .content-block__title {
  color: #ffffff;
}

.related-content--bright-blue-pattern .content-block__title span {
  color: #ffffff;
}

.related-content--bright-blue-pattern .content-block__body {
  color: #ffffff;
}

.related-content--bright-blue-pattern .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-content--bright-blue-pattern .ctaLink {
  color: #ffffff;
  border-color: #ffffff;
}

.related-content--bright-blue-pattern a {
  color: #ffffff;
}

.related-content--purple {
  background: #363452;
}

.related-content--purple .eyebrow {
  color: #ffffff;
}

.related-content--purple .block-header {
  color: #ffffff;
}

.related-content--purple .byline {
  color: #ffffff;
}

.related-content--purple .content-block__title {
  color: #ffffff;
}

.related-content--purple .content-block__title span {
  color: #ffffff;
}

.related-content--purple .content-block__body {
  color: #ffffff;
}

.related-content--purple .content-block__body .arrow-icon-list li:before {
  color: #ffffff;
}

.related-content--purple .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-content--purple .ctaLink i {
  color: #1a9cb1;
}

.related-content--purple a {
  color: #1a9cb1;
}

.related-content--dark-grey {
  background: #222222;
}

.related-content--dark-grey .eyebrow {
  color: #ffffff;
}

.related-content--dark-grey .block-header {
  color: #ffffff;
}

.related-content--dark-grey .byline {
  color: #ffffff;
}

.related-content--dark-grey .content-block__title {
  color: #ffffff;
}

.related-content--dark-grey .content-block__title span {
  color: #ffffff;
}

.related-content--dark-grey .content-block__body {
  color: #ffffff;
}

.related-content--dark-grey .content-block__body .arrow-icon-list li:before {
  color: #93be40;
}

.related-content--dark-grey .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-content--dark-grey .ctaLink i {
  color: #1a9cb1;
}

.related-content--dark-grey a {
  color: #1a9cb1;
}

.related-content--image .eyebrow {
  color: #ffffff;
}

.related-content--image .block-header {
  color: #ffffff;
}

.related-content--image .byline {
  color: #ffffff;
}

.related-content--image .content-block__title {
  color: #ffffff;
}

.related-content--image .content-block__title span {
  color: #ffffff;
}

.related-content--image .content-block__body {
  color: #ffffff;
}

.related-content--image .content-block__body .arrow-icon-list li:before {
  color: #ffffff;
}

.related-content--image .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-content--image .ctaLink i {
  color: #1a9cb1;
}

.related-content--image a {
  color: #1a9cb1;
}

.sg-single-pattern .related-content--multiRows {
  margin-bottom: 30px;
}

.content-block--articleItem {
  background-color: #FFF;
  border: solid 1px #eaeaea;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 1.875rem 0.9375rem;
  float: left;
  width: 100%;
}

.content-block--articleItem__thumb {
  float: left;
  width: 94px;
  max-height: 68px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.content-block--articleItem__thumb img {
  display: inline-block;
  border: solid 1px #eaeaea;
  width: 100%;
  max-height: 68px;
  vertical-align: middle;
  text-align: center;
}

.content-block--articleItem__inside {
  padding-left: 0.9375rem;
  float: left;
  font-family: SourceSansPro-Bold;
  max-width: calc(100% - 110px);
}

.content-block--articleItem__title {
  text-align: left;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.content-block--articleItem__title span {
  color: #242039;
}

.content-block--articleItem__title .ctaLink {
  text-align: left;
}

.content-block--articleItem__body {
  display: none;
}

.content-block--articleItem__metadata {
  color: #6c6c6c;
  float: left;
  font-size: 0.75rem;
  list-style-type: none;
  margin: 0;
  text-transform: uppercase;
}

.content-block--articleItem__metadata li {
  float: left;
  color: #6c6c6c;
  font-family: SourceSansPro-Bold;
  font-size: 0.75rem;
  margin-right: 10px;
}

.content-block--articleItem__metadata li:nth-last-child {
  margin-right: 0;
}

.content-block--articleItem__metadata li:nth-child(n+2):before {
  content: '\2022';
  display: inline-block;
  margin-right: 10px;
}

.related-articles {
  width: 100%;
  background-color: #FFF;
  margin-top: 30px;
}

.related-articles__content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.related-articles__row {
  margin: 0 auto;
}

.related-articles__topContent {
  max-width: 700px;
  padding-top: 1.5625rem;
  margin: 0 auto;
}

.related-articles .eyebrow {
  text-transform: uppercase;
  font-family: SourceSansPro-Bold;
  color: #9e286b;
  margin-bottom: 0.9375rem;
}

.related-articles .block-header {
  line-height: 100%;
  color: #242039;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  /*text-transform: uppercase;*/
  margin-bottom: 1.5625rem;
}

.related-articles .byline {
  font-family: SourceSansPro-Regular;
  color: #6c6c6c;
  line-height: 1.5em;
  margin-bottom: 1.35rem;
  display: none;
}

.related-articles .ctaLink {
  margin: 1.875rem auto;
}

.related-articles--multiRows {
  padding-top: 30px;
  border-top: solid 3px #e8e8e8;
  border-bottom: solid 3px #e8e8e8;
}

.related-articles--multiRows > .ctaLink {
  border-bottom: solid 3px #1a9cb1;
  margin-bottom: -3px;
  padding-bottom: 11px;
}

.related-articles--grey, .related-articles--image {
  background: #f6f6f6;
}

.related-articles--grey .eyebrow, .related-articles--image .eyebrow {
  color: #9e286b;
}

.related-articles--grey .block-header, .related-articles--image .block-header {
  color: #242039;
}

.related-articles--grey .byline, .related-articles--image .byline {
  color: #6c6c6c;
}

.related-articles--grey .content-block__title, .related-articles--image .content-block__title {
  color: #6c6c6c;
}

.related-articles--grey .content-block__title span, .related-articles--image .content-block__title span {
  color: #6c6c6c;
}

.related-articles--grey .content-block__body, .related-articles--image .content-block__body {
  color: #6c6c6c;
}

.related-articles--grey .content-block__body .arrow-icon-list li:before, .related-articles--image .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-articles--grey .ctaLink, .related-articles--image .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-articles--grey .ctaLink i, .related-articles--image .ctaLink i {
  color: #1a9cb1;
}

.related-articles--grey a, .related-articles--image a {
  color: #1a9cb1;
}

.related-articles--bright-blue {
  background: #1a9cb1;
}

.related-articles--bright-blue .eyebrow {
  color: #ffffff;
}

.related-articles--bright-blue .block-header {
  color: #ffffff;
}

.related-articles--bright-blue .byline {
  color: #ffffff;
}

.related-articles--bright-blue .content-block__title {
  color: #ffffff;
}

.related-articles--bright-blue .content-block__title span {
  color: #ffffff;
}

.related-articles--bright-blue .content-block__body {
  color: #ffffff;
}

.related-articles--bright-blue .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-articles--bright-blue .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-articles--bright-blue .ctaLink i {
  color: #1a9cb1;
}

.related-articles--bright-blue .ctaLink.ctaLink--right-arrow {
  color: #ffffff;
  border-color: #ffffff;
}

.related-articles--bright-blue .ctaLink.ctaLink--right-arrow i {
  color: #ffffff;
}

.related-articles--bright-blue a {
  color: #ffffff;
}

.related-articles--white-pattern {
  background: #ffffff url("../images/map-pattern.svg");
}

.related-articles--white-pattern .eyebrow {
  color: #9e286b;
}

.related-articles--white-pattern .block-header {
  color: #242039;
}

.related-articles--white-pattern .byline {
  color: #6c6c6c;
}

.related-articles--white-pattern .content-block__title {
  color: #6c6c6c;
}

.related-articles--white-pattern .content-block__title span {
  color: #6c6c6c;
}

.related-articles--white-pattern .content-block__body {
  color: #6c6c6c;
}

.related-articles--white-pattern .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-articles--white-pattern .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-articles--white-pattern .ctaLink i {
  color: #1a9cb1;
}

.related-articles--white-pattern a {
  color: #1a9cb1;
}

.related-articles--grey-pattern {
  background: #f6f6f6 url("../images/map-pattern.svg");
}

.related-articles--grey-pattern .eyebrow {
  color: #9e286b;
}

.related-articles--grey-pattern .block-header {
  color: #242039;
}

.related-articles--grey-pattern .byline {
  color: #6c6c6c;
}

.related-articles--grey-pattern .content-block__title {
  color: #6c6c6c;
}

.related-articles--grey-pattern .content-block__title span {
  color: #6c6c6c;
}

.related-articles--grey-pattern .content-block__body {
  color: #6c6c6c;
}

.related-articles--grey-pattern .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-articles--grey-pattern .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-articles--grey-pattern .ctaLink i {
  color: #1a9cb1;
}

.related-articles--grey-pattern a {
  color: #1a9cb1;
}

.related-articles--bright-blue-pattern {
  background: #1a9cb1 url("../images/map-pattern.svg");
}

.related-articles--bright-blue-pattern .eyebrow {
  color: #ffffff;
}

.related-articles--bright-blue-pattern .block-header {
  color: #ffffff;
}

.related-articles--bright-blue-pattern .byline {
  color: #ffffff;
}

.related-articles--bright-blue-pattern .content-block__title {
  color: #ffffff;
}

.related-articles--bright-blue-pattern .content-block__title span {
  color: #ffffff;
}

.related-articles--bright-blue-pattern .content-block__body {
  color: #ffffff;
}

.related-articles--bright-blue-pattern .content-block__body .arrow-icon-list li:before {
  color: #9e286b;
}

.related-articles--bright-blue-pattern .ctaLink {
  color: #ffffff;
  border-color: #ffffff;
}

.related-articles--bright-blue-pattern a {
  color: #ffffff;
}

.related-articles--purple {
  background: #363452;
}

.related-articles--purple .eyebrow {
  color: #ffffff;
}

.related-articles--purple .block-header {
  color: #ffffff;
}

.related-articles--purple .byline {
  color: #ffffff;
}

.related-articles--purple .content-block__title {
  color: #ffffff;
}

.related-articles--purple .content-block__title span {
  color: #ffffff;
}

.related-articles--purple .content-block__body {
  color: #ffffff;
}

.related-articles--purple .content-block__body .arrow-icon-list li:before {
  color: #ffffff;
}

.related-articles--purple .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-articles--purple .ctaLink i {
  color: #1a9cb1;
}

.related-articles--purple a {
  color: #1a9cb1;
}

.related-articles--dark-grey {
  background: #222222;
}

.related-articles--dark-grey .eyebrow {
  color: #ffffff;
}

.related-articles--dark-grey .block-header {
  color: #ffffff;
}

.related-articles--dark-grey .byline {
  color: #ffffff;
}

.related-articles--dark-grey .content-block__title {
  color: #ffffff;
}

.related-articles--dark-grey .content-block__title span {
  color: #ffffff;
}

.related-articles--dark-grey .content-block__body {
  color: #ffffff;
}

.related-articles--dark-grey .content-block__body .arrow-icon-list li:before {
  color: #93be40;
}

.related-articles--dark-grey .ctaLink {
  color: #1a9cb1;
  border-color: #1a9cb1;
}

.related-articles--dark-grey .ctaLink i {
  color: #1a9cb1;
}

.related-articles--dark-grey a {
  color: #1a9cb1;
}

.sg-single-pattern .related-articles--multiRows {
  margin-bottom: 30px;
}

.page-notification {
  background: #e07b31;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  width: 100%;
}

.page-notification .rtf {
  color: #FFF;
  font-size: 0.875rem;
}

.page-notification .rtf * {
  color: #FFF;
}

.page-notification .rtf a {
  text-decoration: underline;
}

.page-notification .rtf p {
  margin-bottom: 0;
}

.notification-404 {
  width: 100%;
  max-width: 33.75rem;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0.9375rem 0 0.9375rem;
}

.notification-404 h1 {
  font-size: 2.25rem;
  font-family: SourceSansPro-Bold;
  color: #242039;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.notification-404 .rtf {
  margin-bottom: 0;
}

.notification-404 .rtf,
.notification-404 .rtf * {
  font-size: 2.25rem;
  font-family: SourceSansPro-Regular;
  color: #242039;
  text-transform: uppercase;
}

.notification-404 .ctaBtn {
  margin-top: 0;
}

.search-module {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.search-module + footer {
  margin-top: 30px;
}

.search-module__topContent {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.search-module__topContent .block-header {
  line-height: 100%;
  margin-bottom: 1rem;
  padding: 0 0.9375rem;
}

.search-module__topContent .rtf {
  font-family: SourceSansPro-Regular;
  color: #6c6c6c;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  padding: 0 0.9375rem;
}

.search-module__topContent .search-module__keywordContent .searchBox {
  margin-bottom: 0;
}

.search-module__toggle {
  max-width: 700px;
  margin: 0 auto;
}

.search-module__toggleHeader {
  display: inline-block;
  text-align: center;
  padding: 1.875rem 7%;
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 3px #e8e8e8;
  border-top: solid 3px #e8e8e8;
}

.search-module__toggleSpacer {
  display: inline-block;
  border-left: solid 1px #d7d6d9;
  background-color: #242039;
  width: 2px;
  height: 21px;
  vertical-align: middle;
  margin: -0.125rem 0.625rem 0 0.625rem;
}

.search-module__toggleItem {
  text-transform: uppercase;
  cursor: pointer;
  color: #1a9cb1;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  transition: color 300ms ease-in-out;
}

.search-module__toggleItem:hover {
  color: #20b8d1;
}

.search-module__toggleItem.active {
  cursor: default;
  color: #242039;
}

.search-module__toggleItem.active:hover {
  color: #242039;
}

.search-module__toggleContent {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.search-module__togglePanel {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 100%;
  transition: opacity 300ms ease-in-out;
}

.search-module__togglePanel.active {
  opacity: 1;
  position: static;
}

.search-module__togglePanel .custom-select:last-child {
  margin-bottom: 0;
}

.search-module__keywordContent {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.search-module__keywordContent .searchBox {
  width: 100%;
  border: solid 1px #eaeaea;
  background-color: #f6f6f6;
  border-radius: 3px;
  height: 3.625rem;
  line-height: 3rem;
  padding: 0.3125rem 4.0625rem 0.3125rem 1.75rem;
  font-size: 1rem;
  font-family: SourceSansPro-Bold;
  color: #242039;
  margin-bottom: 4px;
}

.search-module__keywordContent .searchButton {
  display: inline-block;
  position: absolute;
  z-index: 3;
  right: 1px;
  top: 1px;
  background-color: #1a9cb1;
  color: #FFF;
  text-align: center;
  height: 3.5rem;
  line-height: 3.5rem;
  width: 3.5625rem;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 1.25rem;
}

.search-module__pagination {
  max-width: 700px;
  margin: 0 auto;
}

.search-module__noResults {
  text-align: center;
  padding: 1.875rem 0.9375rem;
  color: #242039;
  font-family: SourceSansPro-Regular;
  font-size: 2.25rem;
  max-width: 700px;
  margin: 0 auto;
}

.search-module__term {
  color: #9e286b;
}

.search-module__promo {
  background-color: #242039;
  width: 100%;
  padding: 1.875rem 0;
}

.search-module__promo .innerTitle {
  display: block;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  margin-bottom: 1.5625rem;
  font-family: SourceSansPro-Bold;
  font-size: 0.875rem;
  font-weight: normal;
}

.search-module__promo .innerTitle + .promoted-results {
  padding-top: 0;
}

.search-module__promo .promoted-results {
  padding-bottom: 0;
}

.search-module__title {
  text-align: center;
  margin-bottom: 1.6875rem;
  line-height: 1.1em;
  color: #242039;
  font-family: SourceSansPro-Regular;
  font-size: 2.25rem;
  font-weight: normal;
  padding: 0 0.9375rem;
}

.search-module__filter {
  padding: 0 7%;
  width: 100%;
}

.search-module__filter + .innerTitle {
  padding-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  /*this is medium*/
  body .rtf {
    width: 100%;
  }
  body .rtf img.wide,
  body .rtf blockquote,
  body .rtf .blockquote {
    position: relative;
    max-width: 58.3125rem;
    display: inline-block;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body .rtf blockquote,
  body .rtf .blockquote {
    width: 46.875rem;
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
  }
  body .rtf blockquote.inline-quote,
  body .rtf .blockquote.inline-quote {
    width: 42%;
    margin-top: 0;
    margin-bottom: 0;
  }
  body .rtf img.wide {
    margin-bottom: 4.6875rem;
    margin-top: 5rem;
  }
  body .eyebrow-logo,
  body .eyebrow {
    margin-bottom: 1.25rem;
  }
  body .block-header {
    margin-bottom: 1.375rem;
    font-size: 3rem;
  }
  body .byline {
    margin-bottom: 1.875rem;
  }
  .article--coverImage {
    margin-top: 60px;
  }
  .page--headline {
    margin-top: 6.125rem;
  }
  .page--headline .mainTitle {
    font-size: 3rem;
  }
  .page--headline .byline {
    margin-bottom: 1.75rem;
  }
  .page--headline .twoButtons .ctaBtn:nth-child(n+2) {
    margin-top: 0;
  }
  .page--headline .metadata li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
  .page--headline .metadata li:nth-child(n+2):before {
    content: '\2022';
    display: inline-block;
    margin-right: 10px;
  }
  .page--headline + .sticky-wrapper {
    margin-top: 60px;
  }
  .page--headline + .sticky-wrapper [class^="sticky-nav-"], .page--headline + .sticky-wrapper [class*=" sticky-nav-"] {
    border-top: solid 1px #fafafa;
  }
  .page--headline + .sticky-wrapper [class^="sticky-nav-"] .sticky-nav__content, .page--headline + .sticky-wrapper [class*=" sticky-nav-"] .sticky-nav__content {
    border-top: solid 2px #f6f6f6;
  }
  .article--headline {
    margin-top: 6.125rem;
  }
  .article--headline .mainTitle {
    font-size: 3rem;
  }
  .article--headline .byline {
    margin-bottom: 1.75rem;
  }
  .twoButtons {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .twoButtons .twoButtons__content {
    display: table-cell;
    text-align: center;
  }
  .twoButtons .epi-editContainer {
    display: inline-block;
  }
  .full-bleed .foreground, .full-bleed .foreground--left, .full-bleed .foreground--right {
    top: 50%;
    max-width: 585px;
    text-align: left;
    padding: 0 5% 0 2.5%;
    box-sizing: border-box;
    margin: 0;
    float: left;
  }
  .full-bleed .foreground .eyebrow,
  .full-bleed .foreground .eyebrow-logo,
  .full-bleed .foreground .block-header,
  .full-bleed .foreground .twoButtons,
  .full-bleed .foreground .body,
  .full-bleed .foreground .twoButtons__content, .full-bleed .foreground--left .eyebrow,
  .full-bleed .foreground--left .eyebrow-logo,
  .full-bleed .foreground--left .block-header,
  .full-bleed .foreground--left .twoButtons,
  .full-bleed .foreground--left .body,
  .full-bleed .foreground--left .twoButtons__content, .full-bleed .foreground--right .eyebrow,
  .full-bleed .foreground--right .eyebrow-logo,
  .full-bleed .foreground--right .block-header,
  .full-bleed .foreground--right .twoButtons,
  .full-bleed .foreground--right .body,
  .full-bleed .foreground--right .twoButtons__content {
    text-align: left;
  }
  .full-bleed .foreground .eyebrow, .full-bleed .foreground--left .eyebrow, .full-bleed .foreground--right .eyebrow {
    margin-bottom: 0.9375rem;
  }
  .full-bleed .foreground .block-header, .full-bleed .foreground--left .block-header, .full-bleed .foreground--right .block-header {
    font-size: 3rem;
    margin-left: -0.25rem;
    margin-bottom: 1.25rem;
  }
  .full-bleed .foreground .body, .full-bleed .foreground--left .body, .full-bleed .foreground--right .body {
    max-width: 28.125rem;
    line-height: 1.5em;
  }
  .full-bleed .foreground .body p, .full-bleed .foreground--left .body p, .full-bleed .foreground--right .body p {
    line-height: 1.5em;
  }
  .full-bleed .foreground--right {
    left: auto;
    right: 0;
  }
  .full-bleed .foreground .twoButtons {
    margin-left: 0;
    margin-right: 0;
  }
  .full-bleed__inside {
    max-width: 1170px;
  }
  .contained-panel .contained-panel__foreground--left,
  .contained-panel .contained-panel__foreground--right {
    padding: 1.875rem 0;
    width: 50%;
    float: left;
    text-align: left;
    display: table;
  }
  .contained-panel .contained-panel__cell {
    display: table-cell;
    vertical-align: middle;
  }
  .contained-panel .contained-panel__innerContent {
    max-width: 585px;
    float: right;
    padding: 0 10% 0 5%;
    width: 100%;
  }
  .contained-panel .contained-panel__foreground--right {
    float: right;
  }
  .contained-panel .contained-panel__foreground--right .contained-panel__innerContent {
    float: left;
    padding: 0 5% 0 10%;
  }
  .contained-panel .contained-panel__cta {
    margin: 1.875rem 0 0 0;
    text-align: left;
    float: left;
  }
  .contained-panel .contained-panel__image--left,
  .contained-panel .contained-panel__image--right {
    width: 50%;
    margin: 0;
    float: left;
    display: table;
    max-width: inherit;
  }
  .contained-panel .contained-panel__imageContent {
    float: left;
    max-height: 595px;
  }
  .contained-panel .contained-panel__image--right {
    float: right;
  }
  .contained-panel .contained-panel__image--right .contained-panel__imageContent {
    float: right;
  }
  .contained-panel .block-header, .contained-panel .eyebrow {
    text-align: left;
  }
  .contained-panel .block-header {
    font-size: 2.25rem;
    margin-left: -2px;
  }
  .contained-panel--padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contained-panel--padding + footer {
    margin-top: 60px;
  }
  .contained-panel--grey.contained-panel--padding, .contained-panel--bright-blue.contained-panel--padding, .contained-panel--white-pattern.contained-panel--padding, .contained-panel--grey-pattern.contained-panel--padding, .contained-panel--bright-blue-pattern.contained-panel--padding, .contained-panel--purple.contained-panel--padding, .contained-panel--dark-grey.contained-panel--padding {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contained-panel--white + .contained-panel--padding, .contained-panel--image + .contained-panel--padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contained-panel--padding .contained-panel__imageContent {
    max-width: 585px;
    max-height: 363px;
  }
  .cta-support {
    text-align: left;
    padding-left: 4%;
  }
  .cta-support .block-header {
    font-size: 2.25rem;
    text-align: left;
    line-height: 100%;
  }
  .cta-support .ctaLink {
    padding: 0;
  }
  .cta-support .body {
    margin-bottom: 0.5rem;
    padding: 0;
  }
  .cta-support + footer {
    margin-top: 60px;
  }
  .cta-support--withEyebrow .block-header {
    margin-top: 30px;
  }
  .cta-support__inside {
    max-width: 625px;
    float: left;
  }
  .basic-cta, .basic-cta--support {
    width: 100%;
    padding: 0 1.25rem;
  }
  .basic-cta__byline {
    margin-bottom: 0.75rem;
    /*font-family: $font-source-sans-pro-regular;*/
  }
  .basic-cta__content {
    padding: 3.75rem 0;
  }
  .basic-cta__content .block-header {
    font-size: 3rem;
  }
  .basic-cta__content .eyebrow {
    margin: 0 0 9px 0;
  }
  .basic-cta__content .block-header {
    margin-bottom: 0.75rem;
  }
  .basic-cta__content .twoButtons .ctaBtn:nth-child(n+2) {
    margin-top: 0;
  }
  .basic-cta__subtext {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
  }
  .basic-cta--support {
    display: table;
    padding: 0px;
  }
  .basic-cta--support .basic-cta__content {
    display: table-cell;
    text-align: left;
    width: 50%;
    padding: 70px 0;
    vertical-align: middle;
  }
  .basic-cta--support .basic-cta__content .eyebrow,
  .basic-cta--support .basic-cta__content .block-header {
    text-align: left;
  }
  .basic-cta--support .basic-cta__inside {
    max-width: 625px;
    float: right;
    padding: 0 7%;
  }
  .basic-cta--support .block-header {
    font-size: 2.25rem;
  }
  .basic-cta--support .twoButtons {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .basic-cta--support .twoButtons .twoButtons__content {
    text-align: left;
  }
  .basic-cta--support .twoButtons .ctaBtn:nth-child(n+2) {
    margin-top: 1.25rem;
  }
  .basic-cta--support .ctaBtn {
    margin-bottom: 0;
  }
  .basic-cta--support .basic-cta__subtext {
    margin-bottom: 0;
    margin-top: 1.35rem;
  }
  .basic-cta--support .basic-cta__byline {
    margin-bottom: 0;
  }
  .basic-cta--support .cta-support, .basic-cta--support .cta-support--editMode {
    display: table-cell;
    border-top: none;
    width: 50%;
    padding: 70px 0 0 0;
    vertical-align: top;
  }
  .basic-cta--support .cta-support .cta-support__inside, .basic-cta--support .cta-support--editMode .cta-support__inside {
    padding: 0 7%;
  }
  .basic-cta--support .cta-support.cta-support--editMode {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sticky-nav--noCta .sticky-nav__linksList {
    text-align: center;
  }
  .sticky-nav__link {
    width: auto;
    padding: 0;
    text-align: left;
  }
  .sticky-nav__header {
    display: none;
  }
  .sticky-nav__inner {
    max-width: 1170px;
    width: 100%;
  }
  .sticky-nav__content {
    position: static;
    max-height: none;
    margin: 0 auto;
    padding: 0 15px;
    border-bottom: solid 2px #f6f6f6;
  }
  .sticky-nav__linksList {
    width: 70%;
    float: left;
    height: 90px;
    line-height: 90px;
    display: block;
  }
  .sticky-nav__linksList .sticky-nav__linkItem {
    border: none;
    text-align: left;
    width: auto;
    padding-right: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: 25%;
  }
  .sticky-nav__count-1 .sticky-nav__linkItem {
    max-width: 75%;
  }
  .sticky-nav__count-2 .sticky-nav__linkItem {
    max-width: 50%;
  }
  .sticky-nav__count-3 .sticky-nav__linkItem {
    max-width: 33%;
  }
  .sticky-nav__ctaItem {
    float: right;
    width: 30%;
    text-align: right;
    height: 90px;
    border-bottom: none;
    padding-top: 37px;
  }
  .sticky-nav__ctaItem .ctaLink {
    width: auto;
    float: right;
    padding: 0;
    display: inline-block;
  }
  .sticky-nav--noCta .sticky-nav__linksList {
    width: 100%;
  }
  .sticky-wrapper + section.matrix--white {
    margin-top: 60px;
  }
  .sticky-wrapper + section.matrix--multiRows {
    margin-top: -3px;
  }
  .content-block {
    /*@at-root .content-block__title {
		padding-right: 15px;
	}*/
  }
  .content-block, .content-block--pageItem {
    display: inline-block;
    max-width: 292px;
  }
  .content-block__thumb {
    margin-bottom: 20px;
    max-height: 170px;
  }
  .content-block__thumb .icon-zoom {
    right: 10px;
    bottom: 10px;
  }
  .content-block__thumb img {
    max-height: 170px;
  }
  .content-block--pageItem {
    max-width: 390px;
    padding: 10px 10px 20px 10px;
  }
  .content-block--pageItem__thumb, .content-block--pageItem__emptyThumb {
    width: 100%;
    max-height: 183px;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .content-block--pageItem__emptyThumb {
    border-bottom: solid 1px #d8d8d8;
  }
  .content-block--pageItem__inside {
    float: none;
    width: 100%;
    border: solid 1px #d8d8d8;
    border-top: none;
    padding: 25px 20px 0 20px;
    max-height: 290px;
    overflow: hidden;
    position: relative;
  }
  .content-block--pageItem__title, .content-block--pageItem__metadata {
    float: left;
    width: 100%;
    padding-bottom: 12px;
  }
  .content-block--pageItem__metadata li {
    font-size: 0.875rem;
  }
  .content-block--pageItem__body {
    padding-top: 23px;
    display: block;
    float: left;
    line-height: 1.7em;
  }
  .matrix .block-header {
    font-size: 2.25rem;
    line-height: 100%;
  }
  .matrix .byline {
    font-size: 1.125rem;
    line-height: 1.33em;
    margin-bottom: 30px;
  }
  .matrix .matrix__row--3:nth-child(n+2) {
    text-align: left;
  }
  .matrix .matrix__row--3:nth-child(n+2) .content-block {
    width: 24.5%;
  }
  .matrix__topContent {
    padding: 0;
  }
  .matrix__content {
    max-width: 1170px;
    padding: 0;
  }
  .matrix__row {
    text-align: left;
    padding-top: 1px;
  }
  .matrix__row .content-block {
    width: 24.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .matrix__row--2 {
    text-align: center;
  }
  .matrix__row--2 .content-block {
    width: 46.5%;
  }
  .matrix__row--3 {
    text-align: center;
  }
  .matrix__row--3 .content-block {
    width: 32.5%;
  }
  .matrix:not(.matrix--multiRows) .matrix__row:last-child .content-block {
    padding-bottom: 0;
  }
  .matrix--grey:not(.matrix--multiRows), .matrix--bright-blue:not(.matrix--multiRows), .matrix--white-pattern:not(.matrix--multiRows), .matrix--grey-pattern:not(.matrix--multiRows), .matrix--bright-blue-pattern:not(.matrix--multiRows), .matrix--purple:not(.matrix--multiRows), .matrix--dark-grey:not(.matrix--multiRows) {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .matrix--multiRows {
    padding-top: 60px;
  }
  .matrix--multiRows .matrix__content {
    padding-bottom: 30px;
  }
  .page-grid .eyebrow {
    margin-bottom: 18px;
  }
  .page-grid .block-header {
    margin-bottom: 24px;
    text-align: center;
  }
  .page-grid .byline {
    text-align: center;
  }
  .page-grid .content-block--pageItem__body {
    font-size: 0.875rem;
  }
  .page-grid .content-block--pageItem {
    border: none;
    padding: 20px 20px;
  }
  .page-grid .content-block--pageItem__thumb {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .page-grid .content-block--pageItem__metadata {
    padding-bottom: 0;
  }
  .page-grid .content-block--pageItem__inside {
    width: 100%;
    background-color: #FFF;
    padding-bottom: 27px;
  }
  .page-grid--noThumbnails .content-block--pageItem__inside {
    border-top: solid 4px #306879;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    width: 100%;
  }
  .page-grid__content {
    max-width: 1210px;
  }
  .page-grid__row .content-block--pageItem {
    width: 33%;
    background: none;
  }
  .press-release-boilerplate {
    margin-top: 60px;
    padding: 1.25rem;
  }
  .press-release-boilerplate .press-release__title {
    text-align: left;
  }
  .press-release-boilerplate + footer {
    margin-top: 60px;
  }
  .jumbotron {
    margin-top: 60px;
    max-height: 480px;
  }
  .jumbotron .foreground, .jumbotron .foreground--left, .jumbotron .foreground--right {
    width: 100%;
    padding: 0 5% 0 2.5%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .jumbotron .foreground .eyebrow-logo,
  .jumbotron .foreground .eyebrow, .jumbotron .foreground--left .eyebrow-logo,
  .jumbotron .foreground--left .eyebrow, .jumbotron .foreground--right .eyebrow-logo,
  .jumbotron .foreground--right .eyebrow {
    margin-bottom: 0.9375rem;
  }
  .jumbotron .foreground .block-header, .jumbotron .foreground--left .block-header, .jumbotron .foreground--right .block-header {
    font-size: 3rem;
    margin-left: -0.25rem;
    margin-bottom: 1.25rem;
  }
  .jumbotron .foreground .body, .jumbotron .foreground--left .body, .jumbotron .foreground--right .body {
    line-height: 1.5em;
  }
  .jumbotron .foreground .body p, .jumbotron .foreground--left .body p, .jumbotron .foreground--right .body p {
    line-height: 1.5em;
  }
  .jumbotron .foreground--right {
    left: auto;
    right: 0;
  }
  .jumbotron .foreground .twoButtons {
    margin: 0 auto;
  }
  .jumbotron + footer {
    margin-top: 60px;
  }
  .jumbotron__inside {
    max-width: 585px;
  }
  .basic-text .basic-text-inside {
    padding: 3.75rem 0;
  }
  .inline-quote {
    width: 42% !important;
    padding: 0 40px;
    margin-bottom: 0;
    display: inline-block !important;
    clear: none;
    position: static !important;
    float: right;
    text-align: left;
    -ms-transform: none !important;
        transform: none !important;
  }
  .inline-quote:after {
    content: '';
    width: auto;
    height: auto;
  }
  section.blockquote-wrap blockquote,
  section.blockquote-wrap .blockquote {
    margin-bottom: 0;
  }
  blockquote,
  .blockquote {
    font-size: 1.5rem;
    margin-bottom: 6.25rem;
  }
  blockquote .quote-footer,
  .blockquote .quote-footer {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
  blockquote .quote-footer p,
  .blockquote .quote-footer p {
    color: #6c6c6c;
  }
  blockquote .ctaLink,
  .blockquote .ctaLink {
    margin-top: 1.5625rem;
  }
  footer {
    position: relative;
    text-align: left;
    padding: 0.375rem 0 0 0;
    min-height: 6.25rem;
  }
  footer .footer-inside {
    min-height: 6.25rem;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
  }
  footer .border-image {
    background-size: 100% 100%;
  }
  footer .rtf {
    width: 48%;
    display: inline-block;
    /*left: rem-calc($full-width-gutter*.75);*/
    left: 2%;
    position: absolute;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .footer-links-social, footer .add-content {
    position: absolute;
    right: 5.4375rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .footer-links-social li a, footer .add-content li a {
    width: 2.375rem;
    height: 2.375rem;
  }
  footer .footer-links-social li a i, footer .add-content li a i {
    font-size: 0.875rem;
  }
  .topic-list {
    max-width: 48.125rem;
    margin-top: 60px;
    padding-left: 0;
  }
  .topic-list .block-header {
    font-size: 2.25rem;
  }
  .topic-list + footer {
    margin-top: 3.75rem;
  }
  .page-author, .page-author--with-topics {
    margin: 60px auto 0 auto;
    padding: 30px 1.5625rem;
  }
  .page-author .block-header, .page-author--with-topics .block-header {
    margin-bottom: 0.9375rem;
    text-align: left;
  }
  .page-author + footer, .page-author--with-topics + footer {
    margin-top: 60px;
  }
  .page-author__avatar {
    margin: 0 1.5625rem 2.0625rem 0;
    float: left;
  }
  .page-author__body {
    text-align: left;
  }
  .page-author__inside {
    float: left;
    max-width: calc(100% - 150px);
  }
  .page-author--with-topics .page-author__inside {
    max-width: 13.125rem;
    margin-right: 2.5rem;
  }
  .page-author--with-topics .topic-list {
    float: left;
    max-width: 16.875rem;
    margin: 0;
  }
  .page-author--with-topics .topic-list .block-header {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .page-author--no-image .page-author__inside {
    max-width: inherit;
  }
  .page-author--no-image.page-author--with-topics .page-author__inside {
    max-width: calc(100% - 310px);
  }
  .data-panel {
    margin-top: 60px;
  }
  .data-panel .foreground, .data-panel .foreground--left, .data-panel .foreground--right {
    top: 50%;
    max-width: 585px;
    text-align: left;
    padding: 0 5% 0 2.5%;
    box-sizing: border-box;
    margin: 0;
    float: left;
  }
  .data-panel .foreground .eyebrow,
  .data-panel .foreground .eyebrow-logo,
  .data-panel .foreground .block-header,
  .data-panel .foreground .twoButtons,
  .data-panel .foreground .body,
  .data-panel .foreground .twoButtons__content, .data-panel .foreground--left .eyebrow,
  .data-panel .foreground--left .eyebrow-logo,
  .data-panel .foreground--left .block-header,
  .data-panel .foreground--left .twoButtons,
  .data-panel .foreground--left .body,
  .data-panel .foreground--left .twoButtons__content, .data-panel .foreground--right .eyebrow,
  .data-panel .foreground--right .eyebrow-logo,
  .data-panel .foreground--right .block-header,
  .data-panel .foreground--right .twoButtons,
  .data-panel .foreground--right .body,
  .data-panel .foreground--right .twoButtons__content {
    text-align: left;
  }
  .data-panel .foreground .eyebrow, .data-panel .foreground--left .eyebrow, .data-panel .foreground--right .eyebrow {
    margin-bottom: 0.9375rem;
  }
  .data-panel .foreground .block-header, .data-panel .foreground--left .block-header, .data-panel .foreground--right .block-header {
    font-size: 3rem;
    margin-left: -0.25rem;
    margin-bottom: 1.25rem;
  }
  .data-panel .foreground .body, .data-panel .foreground--left .body, .data-panel .foreground--right .body {
    line-height: 1.5em;
  }
  .data-panel .foreground .body p, .data-panel .foreground--left .body p, .data-panel .foreground--right .body p {
    line-height: 1.5em;
  }
  .data-panel .foreground--right {
    left: auto;
    right: 0;
  }
  .data-panel .foreground .twoButtons {
    margin-left: 0;
    margin-right: 0;
  }
  .data-panel + footer {
    margin-top: 60px;
  }
  .data-panel__inside {
    max-width: 585px;
  }
  .panel-item, .panel-item--collapsed, .panel-item--expanded {
    border-top: none;
  }
  .panel-item__header {
    display: none;
  }
  .panel-item__outerContent {
    max-height: inherit;
  }
  .panel-item__text {
    width: 50%;
    display: table;
    float: left;
    max-width: inherit;
    padding: 0;
  }
  .panel-item__textContent {
    max-width: 585px;
    float: right;
    padding: 1.25rem 10% 1.25rem 5%;
  }
  .panel-item__image {
    width: 50%;
    display: table;
    float: left;
  }
  .panel-item__cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .panel-item__imageContent {
    float: left;
    max-height: 595px;
  }
  .panel-item--collapsed .panel-item__outerContent, .panel-item--expanded .panel-item__outerContent {
    max-height: inherit;
  }
  .tabbed-panel {
    margin-top: 60px;
  }
  .tabbed-panel .panel-item--expanded {
    opacity: 1;
    border: none;
    transition: opacity 300ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .tabbed-panel .panel-item--expanded:last-child {
    border: none;
  }
  .tabbed-panel .panel-item--collapsed {
    opacity: 0;
    border: none;
    transition: opacity 300ms ease-in-out;
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 0;
  }
  .tabbed-panel .panel-item--collapsed:last-child {
    border: none;
  }
  .tabbed-panel__nav {
    display: block;
    width: 100%;
    max-width: 1170px;
    list-style-type: none;
    margin: 0 auto;
    padding-bottom: 0.9375rem;
    text-align: center;
    font-size: 0;
  }
  .tabbed-panel__nav li {
    max-width: 20%;
    text-align: left;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .tabbed-panel__nav--4 li {
    max-width: 25%;
  }
  .tabbed-panel__nav--3 li {
    max-width: 33.2%;
  }
  .tabbed-panel__nav--2 li {
    max-width: 50%;
  }
  .tabbed-panel__navItem:hover {
    color: #20b8d1;
  }
  .tabbed-panel__navItem, .tabbed-panel__navItem--expanded, .tabbed-panel__navItem--collapsed {
    text-align: left;
    display: inline-block;
    padding: 5px 20px;
    border-right: solid 2px #d2d4d2;
    vertical-align: top;
    position: relative;
    z-index: 1;
    color: #1a9cb1;
    transition: color 300ms ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
    font-family: SourceSansPro-Bold;
  }
  .tabbed-panel__navItem:last-child, .tabbed-panel__navItem--expanded:last-child, .tabbed-panel__navItem--collapsed:last-child {
    border-right: none;
  }
  .tabbed-panel__navItem .text, .tabbed-panel__navItem--expanded .text, .tabbed-panel__navItem--collapsed .text {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .tabbed-panel__navItem:before, .tabbed-panel__navItem--expanded:before, .tabbed-panel__navItem--collapsed:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -4px;
  }
  .tabbed-panel__navItem--expanded {
    color: #242039;
    cursor: default;
  }
  .tabbed-panel__navItem--expanded:after {
    content: '';
    width: 80px;
    height: 4px;
    overflow: hidden;
    background-color: #1a9cb1;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -19px;
    margin-left: -40px;
  }
  .tabbed-panel__items {
    position: relative;
    border-top: solid 4px #d2d4d2;
  }
  .related-content {
    margin-top: 60px;
  }
  .related-content .block-header {
    font-size: 2.25rem;
    line-height: 100%;
  }
  .related-content .byline {
    font-size: 1.125rem;
    line-height: 1.33em;
    margin-bottom: 30px;
  }
  .related-content .related-content__row--3:nth-child(n+2) {
    text-align: left;
  }
  .related-content .related-content__row--3:nth-child(n+2) .content-block {
    width: 24.5%;
  }
  .related-content + footer {
    margin-top: 60px;
  }
  .related-content__topContent {
    padding: 0;
  }
  .related-content__content {
    max-width: 1170px;
    padding: 0;
  }
  .related-content__row {
    text-align: left;
    padding-top: 1px;
  }
  .related-content__row .content-block {
    width: 24.5%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    position: relative;
  }
  .related-content__row div.content-block + div.content-block::before {
    content: '';
    border-left: solid 2px #d2d4d2;
    position: absolute;
    height: 5.5625rem;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .related-content__row--1 {
    text-align: center;
  }
  .related-content__row--1 .content-block {
    max-width: 90%;
    width: 100%;
  }
  .related-content__row--1 .content-block__title, .related-content__row--1 .content-block__body {
    text-align: center;
  }
  .related-content__row--2 {
    text-align: center;
  }
  .related-content__row--2 .content-block {
    max-width: 46.5%;
    width: 100%;
  }
  .related-content__row--3 {
    text-align: center;
  }
  .related-content__row--3 .content-block {
    max-width: 32.5%;
    width: 100%;
  }
  .related-content__row--4 {
    text-align: center;
  }
  .related-content__row--4 .content-block {
    max-width: 22.5%;
    width: 100%;
  }
  .related-content:not(.related-content--multiRows) .related-content__row:last-child .content-block {
    padding-bottom: 0;
  }
  .related-content--multiRows {
    padding-top: 60px;
  }
  .related-content--multiRows .related-content__content {
    padding-bottom: 30px;
  }
  .content-block--articleItem {
    margin-bottom: 0;
    padding: 0;
    width: 33%;
    max-width: 261px;
  }
  .content-block--articleItem__thumb {
    float: none;
    width: 100%;
    max-height: 11.4375rem;
    border-bottom: solid 1px #eaeaea;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .content-block--articleItem__thumb img {
    border: none;
    width: 100%;
    max-height: 11.4375rem;
  }
  .content-block--articleItem__inside {
    padding: 0.8125rem 1.5625rem 1.25rem 1.5625rem;
    float: none;
    max-width: inherit;
    width: 100%;
  }
  .content-block--articleItem__title {
    margin-bottom: 0.9375rem;
  }
  .content-block--articleItem__body {
    display: block;
    max-height: 8.5rem;
    overflow: hidden;
    width: 100%;
    font-family: RobotoSlab-Regular;
    color: #6c6c6c;
    font-size: 0.875rem;
    line-height: 1.7em;
  }
  .content-block--articleItem__metadata {
    margin-bottom: 0.9375rem;
  }
  .content-block--articleItem__metadata li {
    font-size: 0.875rem;
  }
  .related-articles {
    margin-top: 60px;
  }
  .related-articles__content {
    max-width: 1170px;
    margin: 0 auto;
  }
  .related-articles__topContent {
    padding-top: 2.8125rem;
    padding-bottom: 1.5625rem;
  }
  .related-articles .block-header {
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
    font-family: SourceSansPro-Regular;
  }
  .related-articles .byline {
    display: block;
    margin-bottom: 1.25rem;
  }
  .related-articles .related-articles__row {
    max-width: 58.75rem;
    margin: 0 auto;
  }
  .related-articles .content-block--articleItem {
    width: calc(33% - 12px);
    margin-left: 10px;
    margin-right: 10px;
    max-width: 22.6875rem;
  }
  .related-articles .content-block--articleItem:first-child, .related-articles .content-block--articleItem:nth-child(n+4) {
    margin-left: 0;
  }
  .related-articles .content-block--articleItem:nth-child(n+3) {
    margin-right: 0;
  }
  .related-articles .content-block--articleItem__inside {
    text-align: left;
  }
  .notification-404 {
    padding: 8.125rem 0.9375rem 3.125rem 0.9375rem;
  }
  .notification-404 .rtf,
  .notification-404 .rtf * {
    text-transform: none;
  }
  .pagination {
    text-align: left;
    margin-left: 0.3125rem;
  }
  .custom-select, .custom-select--border {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.875rem;
  }
  .custom-select__list {
    width: calc(100% - 30px);
  }
  .custom-select__element {
    width: calc(100% - 40px);
  }
  .search-results {
    max-width: 1170px;
    width: 95%;
  }
  .search-results__item {
    padding: 1.875rem 7.1875rem 1.875rem 1.5625rem;
    position: relative;
  }
  .search-results__title {
    margin-bottom: 0.9375rem;
  }
  .search-results__icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3.0625rem;
    color: #656274;
    right: 31px;
  }
  .search-module {
    margin-top: 60px;
  }
  .search-module + footer {
    margin-top: 60px;
  }
  .search-module__topContent .rtf {
    margin-bottom: 1.75rem;
  }
  .search-module__topContent + .search-module__promo {
    margin-top: 4.375rem;
  }
  .search-module__toggle {
    max-width: 1170px;
    width: 95%;
  }
  .search-module__toggleHeader {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
  .search-module__toggleContent {
    max-width: 1170px;
  }
  .search-module__togglePanel {
    margin-top: 1.875rem;
  }
  .search-module__togglePanel .custom-select,
  .search-module__togglePanel .custom-select--border {
    margin-bottom: 0;
    width: 33%;
    max-width: 24.8125rem;
  }
  .search-module__togglePanel .custom-select:first-child,
  .search-module__togglePanel .custom-select--border:first-child {
    padding-right: 15px;
  }
  .search-module__togglePanel .custom-select:first-child .custom-select__list,
  .search-module__togglePanel .custom-select:first-child .custom-select__element,
  .search-module__togglePanel .custom-select--border:first-child .custom-select__list,
  .search-module__togglePanel .custom-select--border:first-child .custom-select__element {
    width: calc(100% - 15px);
  }
  .search-module__togglePanel .custom-select:nth-child(n+2),
  .search-module__togglePanel .custom-select--border:nth-child(n+2) {
    margin-left: -2px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-module__togglePanel .custom-select:nth-child(n+2) .custom-select__list,
  .search-module__togglePanel .custom-select:nth-child(n+2) .custom-select__element,
  .search-module__togglePanel .custom-select--border:nth-child(n+2) .custom-select__list,
  .search-module__togglePanel .custom-select--border:nth-child(n+2) .custom-select__element {
    left: 15px;
  }
  .search-module__togglePanel .custom-select:last-child,
  .search-module__togglePanel .custom-select--border:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
  .search-module__togglePanel .custom-select:last-child .custom-select__list,
  .search-module__togglePanel .custom-select:last-child .custom-select__element,
  .search-module__togglePanel .custom-select--border:last-child .custom-select__list,
  .search-module__togglePanel .custom-select--border:last-child .custom-select__element {
    width: calc(100% - 15px);
    left: 15px;
  }
  .search-module__pagination {
    max-width: 1170px;
    width: 95%;
  }
  .search-module__keywordContent .searchBox {
    font-size: 0.875rem;
  }
  .search-module__noResults {
    max-width: 1170px;
    width: 95%;
  }
  .search-module__promo {
    padding: 3.75rem 0;
  }
  .search-module__promo .innerTitle {
    margin-bottom: 1.875rem;
  }
  .search-module__promo .promoted-results {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .search-module__filter .custom-select,
  .search-module__filter .custom-select--border {
    display: block;
    margin: 0 auto;
    padding-right: 0;
    width: 24.1875rem;
    max-width: 24.1875rem;
  }
  .search-module__filter .custom-select .custom-select__list,
  .search-module__filter .custom-select--border .custom-select__list {
    width: 100%;
  }
  .search-module__filter + .innerTitle {
    padding-top: 3.75rem;
  }
  .promoted-results {
    padding: 1.25rem 0 3.75rem 0;
  }
  .promoted-results__list {
    max-width: 1170px;
    margin: 0 auto;
  }
  .promoted-results__item {
    width: calc(33% - 28px);
    margin: 0 0.9375rem;
    float: left;
  }
  .promoted-results__item:first-child {
    margin-left: 0;
    margin-right: 1.875rem;
  }
  .promoted-results__item:last-child {
    margin-right: 0;
    margin-left: 1.875rem;
  }
  .promoted-results__1 .promoted-results__item {
    width: calc(100% - 60px);
    margin: 0 1.875rem;
  }
  .promoted-results__2 .promoted-results__item {
    width: calc(50% - 30px);
  }
  .promoted-results__2 .promoted-results__item:first-child {
    margin-right: 1.875rem;
  }
  .promoted-results__2 .promoted-results__item:last-child {
    margin-left: 1.875rem;
  }
}

@media screen and (min-width: 960px) {
  body .rtf blockquote,
  body .rtf .blockquote {
    width: 58.3125rem;
  }
  .primary-nav {
    border: none;
    height: 5.875rem;
    padding: 0 7.25rem;
    overflow: visible;
    position: relative;
  }
  .primary-nav__inside {
    height: 5.875rem;
  }
  .primary-nav .hamburger {
    display: none;
  }
  .primary-nav .logo {
    display: inline-block;
    float: left;
    position: static;
    -ms-transform: none;
    transform: none;
  }
  .primary-nav .travelconnectlogo {
    display: block;
    margin: 0 auto;
    font-size: 1.3125rem;
    color: #2e2563;
    padding: 2rem 2.375rem 1.6875rem 0;
  }
  .primary-nav nav {
    display: block;
    margin: 0;
    float: right;
    height: 100%;
    width: auto;
    max-width: 60%;
    overflow: visible;
    border: none;
    position: static;
  }
  .primary-nav nav > ul {
    width: 100%;
    /*margin-left:10%;*/
    height: 5.875rem;
    display: table;
    background: none;
  }
  .primary-nav nav > ul > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: none;
    float: left;
    color: #161323;
    height: 5.875rem;
    width: auto;
    max-width: 25%;
    background: none;
  }
}

@media screen and (min-width: 960px) and (min-width: 1250px) {
  .primary-nav nav > ul > li {
    max-width: none;
    text-align: left;
    width: auto;
  }
}

@media screen and (min-width: 960px) {
  .primary-nav nav > ul > li.sign-in-wrap > a {
    display: none;
  }
  .primary-nav nav > ul > li.sign-in-wrap .sub-nav.active {
    padding: 2.8125rem 7.25rem 3.75rem;
    padding: 0 auto;
  }
  .primary-nav nav > ul > li.sign-in-wrap .sub-nav.active .sub-nav-elements {
    box-sizing: border-box;
    width: 50%;
    float: left;
    clear: none;
    margin: 0;
    padding-right: 3.625rem;
  }
  .primary-nav nav > ul > li.sign-in-wrap .sub-nav.active .sub-nav-elements .sign-in-title {
    text-align: left;
    margin-bottom: 1.875rem;
  }
  .primary-nav nav > ul > li.sign-in-wrap .sub-nav.active .sub-nav-elements .ctaBtn {
    width: auto;
    clear: both;
    float: right;
  }
  .primary-nav nav > ul > li.sign-in-wrap .sub-nav.active .sub-nav-footer {
    box-sizing: border-box;
    width: 50%;
    float: left;
    clear: none;
    background: #242039;
    border-top: none;
    padding-left: 3.625rem;
    position: relative;
  }
  .primary-nav nav > ul > li.sign-in-wrap .sub-nav.active .sub-nav-footer:before {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 98%;
    content: '';
    border-left: 2px solid #3a374d;
  }
  .primary-nav nav > ul > li.sign-in-wrap .sub-nav.active .sub-nav-footer .sub-nav-footer-title {
    display: block;
  }
  .primary-nav nav > ul > li.sign-in-wrap .sub-nav.active .sub-nav-footer .sub-nav-footer-list li {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
  .primary-nav nav > ul > li > a {
    padding: 0 0.71875rem;
    color: #161323;
    display: table-cell;
    vertical-align: middle;
    margin-right: 1.4375rem;
    position: relative;
    height: 5.875rem;
  }
}

@media screen and (min-width: 960px) and (min-width: 1250px) {
  .primary-nav nav > ul > li > a {
    text-align: left;
  }
}

@media screen and (min-width: 960px) {
  .primary-nav nav > ul > li > a::before {
    content: '';
  }
  .primary-nav nav > ul > li > a.remove-cur-location::after {
    content: inherit;
  }
  .primary-nav nav > ul > li > a.active::after, .primary-nav nav > ul > li > a.cur-location::after {
    content: ' ';
    width: 50px;
    height: 5.875rem;
    border: 5px solid transparent;
    border-bottom-color: #1a9cb1;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 103;
  }
  .primary-nav nav > ul > li > a.alt {
    color: #918f9c;
  }
  .primary-nav nav > ul > li a {
    font-family: SourceSansPro-Bold !important;
  }
  .primary-nav nav > ul > li .sub-nav.active {
    display: block;
    position: absolute;
    top: 5.875rem;
    left: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
  }
  .primary-nav nav > ul > li .sub-nav.active .back-button-nav {
    display: none;
  }
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-elements,
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-footer {
    width: auto;
    text-align: center;
    float: none;
    overflow: hidden;
  }
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-elements li,
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-footer li {
    text-align: left;
    border: none;
    display: inline-block;
    width: auto;
    float: none;
  }
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-elements li ul li,
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-footer li ul li {
    clear: both;
    display: block;
  }
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-elements {
    margin: 5.375rem 0;
  }
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-elements > li {
    vertical-align: top;
    border-left: 2px solid #3a374d;
    width: 309px;
    padding: 0 1.875rem 0 4.6875rem;
    box-sizing: border-box;
  }
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-elements > li:first-child {
    border-left: none;
  }
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-footer {
    text-align: center;
    border-top: 2px solid #3a374d;
  }
  .primary-nav nav > ul > li .sub-nav.active .sub-nav-footer li {
    background: inherit;
  }
  .primary-nav .utility-nav {
    display: inline-block;
    float: right;
    position: relative;
    top: 0;
    height: 5.875rem;
  }
}

@media screen and (min-width: 960px) and (min-width: 1250px) {
  .primary-nav .utility-nav {
    padding-left: 0;
  }
}

@media screen and (min-width: 960px) {
  .primary-nav .utility-nav .show-search {
    padding: 0;
    height: 100%;
    width: 3.125rem;
    left: 0;
    right: auto;
    display: block;
    float: left;
    position: relative;
    color: #161323;
    /* &:hover {
                &::after {
                    content: ' ';
                    width: 50px;
                    height: rem-calc($nav-desktopHeight);
                    border: 5px solid transparent;
                    border-bottom-color: $color-underline;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    z-index: $sticky-zIndex + 3;
                }
            } */
  }
  .primary-nav .utility-nav .show-search:alt {
    color: #918f9c;
  }
  .primary-nav .utility-nav .show-search:before {
    height: 1.875rem;
    top: 50%;
    position: absolute;
    display: block;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary-nav .utility-nav .search-wrap.active {
    position: absolute;
    top: 0;
    left: auto;
    width: 80%;
    max-width: 1170px;
    height: 5.875rem;
    display: block;
    border: none;
    z-index: 105;
  }
  .primary-nav .utility-nav .search-wrap.active form {
    width: 100%;
    height: 5.875rem;
    padding: 0;
    display: table;
  }
  .primary-nav .utility-nav .search-wrap.active form #search-field,
  .primary-nav .utility-nav .search-wrap.active form #close-search {
    display: table-cell;
    vertical-align: middle;
    height: 5.875rem;
    -ms-transform: none;
        transform: none;
    top: auto !important;
    right: auto !important;
    position: static;
    font-size: 1.25rem;
  }
  .primary-nav .utility-nav .search-wrap.active form #close-search {
    max-width: 60px;
  }
  .primary-nav .utility-nav .sign-in-wrap {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .primary-nav .utility-nav .sign-in-wrap a {
    position: relative;
    top: 0;
    right: 0;
    font-family: SourceSansPro-Bold !important;
    font-size: 0.875rem;
    display: block;
    color: #242039;
    text-transform: uppercase;
    height: 100%;
  }
  .primary-nav .utility-nav .sign-in-wrap a.alt {
    color: #918f9c;
    border-color: #1a9cb1;
  }
  .primary-nav .utility-nav .sign-in-wrap a.alt span {
    border-color: #1a9cb1;
    color: #918f9c;
  }
  .primary-nav .utility-nav .sign-in-wrap a.active {
    border-color: #1a9cb1;
  }
  .primary-nav .utility-nav .sign-in-wrap a.active::after {
    content: ' ';
    width: 50px;
    height: 5.875rem;
    border: 5px solid transparent;
    border-bottom-color: #1a9cb1;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 103;
  }
  .primary-nav .utility-nav .sign-in-wrap a span {
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0.875rem 2.0625rem;
    border: 2px solid #161323;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
  }
  .old-ie .primary-nav nav > ul > li > a:hover::after, .old-ie .primary-nav nav > ul > li > a.active::after, .old-ie .primary-nav nav > ul > li > a.cur-location::after {
    left: calc(50% - 20px) !important;
    -ms-transform: none;
  }
  .old-ie .primary-nav nav > ul > li > a.remove-cur-location::after {
    content: inherit;
  }
  .old-ie .primary-nav .utility-nav .show-search {
    top: 0;
    -ms-transform: none;
  }
  .old-ie .primary-nav .utility-nav .show-search:before {
    top: 2rem !important;
    -ms-transform: none;
  }
  .old-ie .primary-nav .utility-nav .show-search::after {
    left: calc(50% - 11.5px) !important;
    -ms-transform: none;
  }
  .old-ie .primary-nav .utility-nav .search-wrap.active form {
    padding-left: 30px;
  }
  .old-ie .primary-nav .utility-nav .search-wrap.active form #close-search {
    text-align: right;
    padding-right: 1.875rem;
  }
  .old-ie .primary-nav .utility-nav .sign-in-wrap a {
    top: 0;
  }
  .old-ie .primary-nav .utility-nav .sign-in-wrap a span {
    top: 1.375rem !important;
    -ms-transform: none;
  }
  .old-ie .primary-nav .utility-nav .sign-in-wrap a::after {
    left: calc(50% - 20px) !important;
    -ms-transform: none;
  }
  .sticky-nav__linksList {
    width: 75%;
  }
  .sticky-nav__linksList .sticky-nav__linkItem {
    padding-right: 40px;
  }
  .sticky-nav__ctaItem {
    width: 25%;
  }
  .page-grid .content-block--pageItem {
    border: none;
    padding: 20px 40px;
  }
  .page-grid__content {
    max-width: 1170px;
    padding: 55px 60px 0 60px;
  }
  .matrix .byline {
    margin-bottom: 60px;
  }
  .matrix__row .content-block {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  .full-bleed .foreground, .full-bleed .foreground--left, .full-bleed .foreground--right {
    padding: 0 5%;
  }
  .data-panel .foreground, .data-panel .foreground--left, .data-panel .foreground--right {
    padding: 0 5%;
  }
  .jumbotron .foreground, .jumbotron .foreground--left, .jumbotron .foreground--right {
    padding: 0 5%;
  }
  .related-content .byline {
    margin-bottom: 60px;
  }
  .related-content__row .content-block {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  .related-articles .content-block--articleItem {
    width: calc(33% - 60px);
    margin-left: 40px;
    margin-right: 40px;
  }
  .related-articles .content-block--articleItem:first-child, .related-articles .content-block--articleItem:nth-child(n+4) {
    margin-left: 0;
  }
  .related-articles .content-block--articleItem:nth-child(n+3) {
    margin-right: 0;
  }
  .search-results__item {
    padding-left: 0;
  }
  .promoted-results__item {
    width: calc(33% - 37px);
    margin: 0 1.25rem;
  }
  .promoted-results__item:first-child {
    margin-left: 0;
    margin-right: 2.5rem;
  }
  .promoted-results__item:last-child {
    margin-right: 0;
    margin-left: 2.5rem;
  }
  .promoted-results__item .rtf {
    padding-right: 1.25rem;
  }
  .promoted-results__1 .promoted-results__item {
    width: 100%;
    margin: 0;
    padding-right: 3.75rem;
  }
  .search-module__promo .promoted-results {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  footer {
    /*padding: 0 rem-calc($full-width-gutter);*/
    padding: 0 10%;
  }
  footer .footer-inside .rtf {
    left: 0;
    width: 60%;
  }
  footer .footer-inside .footer-links-social {
    right: 0;
  }
  footer.travelconnect .footer-inside .footer-links-social {
    right: 20%;
  }
  footer.travelconnect .footer-inside .add-content {
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */

