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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

html {
  font-size: 1rem;
  box-sizing: border-box;
}

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

body {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #343740;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.is-h1,
h2,
.is-h2,
h3,
.is-h3,
h4,
.is-h4,
.chooser__menu .chooser__toggle,
h5,
.is-h5,
label,
.label,
h6,
.is-h6 {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  color: #0c2340;
}
@media (min-width: 1024px) {
  h1,
  .is-h1,
  h2,
  .is-h2,
  h3,
  .is-h3,
  h4,
  .is-h4,
  .chooser__menu .chooser__toggle,
  h5,
  .is-h5,
  label,
  .label,
  h6,
  .is-h6 {
    margin-bottom: 25px;
  }
}

h1,
.is-h1,
h2,
.is-h2,
h3,
.is-h3,
h4,
.is-h4,
.chooser__menu .chooser__toggle,
h5,
.is-h5,
label,
.label,
h6,
.is-h6 {
  color: #0c2340;
}

h1,
.is-h1,
h2,
.is-h2,
h3,
.is-h3,
h4,
.is-h4,
.chooser__menu .chooser__toggle {
  font-family: "baskerville-display-pt", "Times New Roman", Georgia, serif;
}

.is-h5, label,
.label,
.is-h6 {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
.is-h1 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  h1,
  .is-h1 {
    font-size: 6.25rem;
    line-height: 1;
  }
}

h1.is-home {
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  h1.is-home {
    font-size: 12.5rem;
    line-height: 1;
  }
}

h2,
.is-h2 {
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  h2,
  .is-h2 {
    font-size: 5rem;
  }
}

h3,
.is-h3 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  h3,
  .is-h3 {
    font-size: 3.5rem;
  }
}

h4,
.is-h4,
.chooser__menu .chooser__toggle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  h4,
  .is-h4,
  .chooser__menu .chooser__toggle {
    font-size: 1.875rem;
  }
}

h5,
.is-h5,
label,
.label {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  h5,
  .is-h5,
  label,
  .label {
    font-size: 1.125rem;
    letter-spacing: 0.13em;
  }
}

h6,
.is-h6 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  h6,
  .is-h6 {
    font-size: 1.125rem;
  }
}

.is-eyebrow {
  display: block;
  margin-bottom: 10px;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8em;
  text-transform: uppercase;
  color: #0c2340;
}
@media (min-width: 1024px) {
  .is-eyebrow {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .is-eyebrow br {
    display: none;
  }
}

p,
.is-p1,
.is-p2 {
  margin: 0 0 20px;
  font-weight: 300;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  p,
  .is-p1,
  .is-p2 {
    margin-bottom: 25px;
  }
}
p.less-margin,
.is-p1.less-margin,
.is-p2.less-margin {
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  p.less-margin,
  .is-p1.less-margin,
  .is-p2.less-margin {
    margin-bottom: 10px;
  }
}

p,
.is-p1 {
  font-size: 1.125rem;
}

p.is-p2,
.is-p2,
.is-p2 p {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  p.is-p2,
  .is-p2,
  .is-p2 p {
    font-size: 1.5rem;
  }
}

p.is-p3,
.is-p3,
.is-p3 p {
  font-weight: 500;
  font-size: 1rem;
  color: #0c2340;
}

p.is-p0,
.is-p0,
.is-p0 p,
p.is-small,
.is-small,
.is-small p {
  margin: 0 0 20px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

p.is-label,
.is-label,
.is-label p {
  margin: 0 0 10px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  p.is-label,
  .is-label,
  .is-label p {
    margin-bottom: 10px;
  }
}

ol,
ul,
.hero .hero__meta,
dl,
.accordion__body ul {
  margin: 0 0 20px;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  ol,
  ul,
  .hero .hero__meta,
  dl,
  .accordion__body ul {
    margin-bottom: 25px;
  }
}

ul, .hero .hero__meta,
ol,
.accordion__body ul {
  margin-left: 20px;
  padding: 0;
}

li,
.accordion__body ul li,
.accordion__body .hero .hero__meta li,
.hero .accordion__body .hero__meta li {
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

li + li,
li > ul,
.hero li > .hero__meta,
.accordion__body li + li,
.accordion__body li > ul {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  li + li,
  li > ul,
  .hero li > .hero__meta,
  .accordion__body li + li,
  .accordion__body li > ul {
    margin-top: 10px;
  }
}

.accordion__body > ul, .hero .accordion__body > .hero__meta {
  list-style-type: disc;
}

.accordion__body > ul ul, .hero .accordion__body > .hero__meta ul, .accordion__body > ul .hero .hero__meta, .hero .accordion__body > ul .hero__meta, .hero .accordion__body > .hero__meta .hero__meta {
  list-style-type: circle;
}

.accordion__body > ul ul ul, .hero .accordion__body > .hero__meta ul ul, .accordion__body > ul .hero .hero__meta ul, .hero .accordion__body > ul .hero__meta ul, .hero .accordion__body > .hero__meta .hero__meta ul, .accordion__body > ul ul .hero .hero__meta, .hero .accordion__body > ul ul .hero__meta, .hero .accordion__body > .hero__meta ul .hero__meta, .accordion__body > ul .hero .hero__meta .hero__meta, .hero .accordion__body > ul .hero__meta .hero__meta, .hero .accordion__body > .hero__meta .hero__meta .hero__meta {
  list-style-type: square;
}

.list-upper-roman {
  list-style-type: upper-roman;
}

.list-lower-roman {
  list-style-type: lower-roman;
}

.list-upper-latin {
  list-style-type: upper-latin;
}

.list-lower-latin {
  list-style-type: lower-latin;
}

ul.is-plain, .hero .is-plain.hero__meta,
ul.is-unstyled,
.hero .is-unstyled.hero__meta {
  margin-left: 0;
  padding-left: 0;
  text-indent: none;
  list-style: none;
}

ul.is-inline > li, .hero .is-inline.hero__meta > li {
  display: inline-block;
  margin: 0;
}

ul.is-flex, .hero .is-flex.hero__meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
ul.is-flex > li, .hero .is-flex.hero__meta > li {
  margin: 0;
}

a {
  color: #0c2340;
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
  color: #579db8;
}

a.is-white {
  color: #ffffff;
}
a.is-white:hover, a.is-white:active, a.is-white:focus {
  color: #579db8;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

hr {
  border: 0;
  border-bottom: 1px solid #343740;
}
hr.white-hr {
  border-bottom-color: #f1f2f1;
}

nav ul, nav .hero .hero__meta, .hero nav .hero__meta,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul > li, nav .hero .hero__meta > li, .hero nav .hero__meta > li,
nav ol > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
nav ul > li::before, nav .hero .hero__meta > li::before, .hero nav .hero__meta > li::before,
nav ol > li::before {
  display: none;
}

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

svg.icon path {
  fill: currentColor;
}

blockquote,
figure {
  margin: 0;
}

figure img {
  display: block;
}

figcaption,
.figcaption {
  display: block;
  margin: 0.625rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-style: normal;
}

blockquote {
  color: #0c2340;
  font-family: "baskerville-display-pt", "Times New Roman", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
  max-width: 630px;
}
blockquote p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
@media (min-width: 1024px) {
  blockquote {
    font-size: 1.875rem;
  }
}

address {
  font-style: normal;
}
address p {
  margin-bottom: 0.75rem;
}

h1 sup, .is-h1 sup, h2 sup, .is-h2 sup, h3 sup, .is-h3 sup, h4 sup, .is-h4 sup, .chooser__menu .chooser__toggle sup,
h1 sub,
.is-h1 sub,
h2 sub,
.is-h2 sub,
h3 sub,
.is-h3 sub,
h4 sub,
.is-h4 sub,
.chooser__menu .chooser__toggle sub {
  font-weight: 400;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 sup, .is-h1 sup,
h1 sub,
.is-h1 sub {
  font-size: 25%;
  top: -1.75em;
  margin-left: 0.1em;
}
h2 sup, .is-h2 sup,
h2 sub,
.is-h2 sub {
  font-size: 35%;
  top: -0.25em;
  margin-left: 0;
}
h3 sup, .is-h3 sup,
h3 sub,
.is-h3 sub {
  font-size: 60%;
  top: -0.4em;
  margin-left: -0.03em;
}
h4 sup, .is-h4 sup, .chooser__menu .chooser__toggle sup,
h4 sub,
.is-h4 sub,
.chooser__menu .chooser__toggle sub {
  font-size: 75%;
  top: -0.25em;
  margin-left: 0;
}
.video__title sup,
.video__title sub {
  font-size: 60%;
  top: -0.7125em;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .video__title sup,
  .video__title sub {
    font-size: 45%;
    top: -0.7125em;
  }
}

.super-fine {
  font-weight: 100;
}

@media (max-width: 575px) {
  br.br-responsive {
    display: none;
  }
}

.icon {
  display: block;
  height: 24px;
  width: 24px;
  fill: currentColor;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon--arrow-right,
.icon--carat-down,
.icon--close,
.icon--menu {
  width: 24px;
  height: 24px;
}

.icon--instagram,
.icon--linkedin {
  width: 38px;
  height: 38px;
}

.icon--arrow-right,
.icon--arrow-right--white {
  background-image: url(../../img/icons/citco-icon-arrow-right.svg);
}

.icon--arrow-right--white {
  background-image: url(../../img/icons/citco-icon-arrow-right-white.svg);
}

/*
.icon--instagram {
  background-image: url(../../img/icons/citco-icon-instagram-footer.svg);
  background-size: auto;
}

.icon--linkedin {
  background-image: url(../../img/icons/citco-icon-linkedin-footer.svg);
  background-size: auto;
}

.icon--twitter {
  background-image: url(../../img/icons/citco-icon-linkedin-footer.svg);
  background-size: auto;
}
*/
.icon-facebook,
.icon-linkedin,
.icon-twitter,
.icon-vimeo,
.icon-youtube {
  width: 30px;
  height: 30px;
}

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

.icon-arrow-down {
  transform: rotate(90deg);
}

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

.icon-next {
  transform: rotate(180deg);
}

/*
ul.accordion
  li
    header.accordion__header
      a.accordion__toggle[data-target="#Accordion1Body1"]
        .accordion__title
        .accordion__icon
          .icon__open
          .icon__close
    .accordion__body#Accordion1Body1
*/
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.accordion > li::before {
  display: none;
}
.accordion > li {
  border-bottom: 1px solid #0c2340;
}
.accordion .accordion__header *:last-child,
.accordion .accordion__title *:last-child,
.accordion .accordion__body *:last-child {
  margin-bottom: 0;
}
.accordion .accordion__toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
}
.accordion .accordion__toggle .accordion__title {
  font-weight: bold;
}
.accordion .accordion__toggle.is-open {
  padding-bottom: 5px;
}
.accordion .accordion__title {
  flex: 1;
  margin: 0;
}
.accordion .accordion__icon {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}
.accordion .accordion__icon .icon__open,
.accordion .accordion__icon .icon__close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  transition: all 0.3s ease;
}
.accordion .accordion__icon .icon__open {
  background-image: url(../../img/icons/citco-icon-plus.svg);
}
.accordion .accordion__icon .icon__close {
  background-image: url(../../img/icons/citco-icon-minus.svg);
}
.accordion .accordion__body > * {
  transition: all 0.3s ease;
}
.accordion .accordion__body > *:last-child {
  margin-bottom: 20px;
}
.accordion .accordion__body .column-list.column-list--2col-lg {
  margin-left: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .accordion .accordion__toggle {
    padding: 25px 0;
  }
  .accordion .accordion__body > *:last-child {
    margin-bottom: 25px;
  }
}

.accordion .accordion__body {
  height: 0;
  overflow: hidden;
}
.accordion .accordion__body > * {
  visibility: hidden;
  opacity: 0;
}
.accordion .accordion__toggle .icon__open {
  visibility: visible;
  opacity: 1;
}
.accordion .accordion__toggle .icon__close {
  visibility: hidden;
  opacity: 0;
}
.accordion .accordion__body.is-open {
  height: auto;
}
.accordion .accordion__body.is-open > * {
  visibility: visible;
  opacity: 1;
}
.accordion .accordion__toggle.is-open .accordion__title {
  color: #0c2340;
}
.accordion .accordion__toggle.is-open .icon__open {
  visibility: hidden;
  opacity: 0;
}
.accordion .accordion__toggle.is-open .icon__close {
  visibility: visible;
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down, .fade-in {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fade-in {
  animation-name: fadeIn;
}

.fade-in-down {
  animation-name: fadeInDown;
}

.site-alert {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #243953;
  color: #FFFFFF;
  line-height: 1;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  animation-name: slidein;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.site-alert a {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  text-decoration: none;
  color: #ffffff;
}
.site-alert a:hover {
  border-bottom-color: #579db8;
}
.site-alert p {
  margin: 0;
}
.site-alert .alert__inner {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .site-alert .alert__inner {
    flex-direction: row;
  }
}
@media (min-width: 1450px) {
  .site-alert .alert__inner {
    margin: 0 10%;
  }
}
.site-alert .alert__heading,
.site-alert .alert__action {
  padding: 25px 20px;
}
@media (min-width: 1024px) {
  .site-alert .alert__heading,
  .site-alert .alert__action {
    padding: 25px 30px;
  }
}
@media (max-width: 575px) {
  .site-alert .alert__action {
    padding-top: 0;
  }
}
@keyframes slidein {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

/*
.sec--award-archive
  .grid[.grid--1-2|.grid--2up]
    .grid__col
      figure.award-archive-logo
        img
    .grid__col
      div.award-archive-list
        div
          .listing.listing--award (see listing styles in _listing-award.scss)
*/
.award-archive-logo {
  margin: 0 0 35px;
  padding: 10px 0;
  max-width: 350px;
}
.award-archive-logo img {
  display: block;
  margin: 0;
}
@media (min-width: 1024px) {
  .award-archive-logo {
    margin: 0;
    padding: 20px 0;
  }
  .award-archive-logo img {
    margin: 0 auto;
  }
}

.sec--award-archive .grid + .grid, .sec--award-archive form .row + .grid, form .sec--award-archive .row + .grid, .sec--award-archive form .grid + .row, form .sec--award-archive .grid + .row, .sec--award-archive form .row + .row, form .sec--award-archive .row + .row {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .sec--award-archive .grid + .grid, .sec--award-archive form .row + .grid, form .sec--award-archive .row + .grid, .sec--award-archive form .grid + .row, form .sec--award-archive .grid + .row, .sec--award-archive form .row + .row, form .sec--award-archive .row + .row {
    margin-top: 50px;
  }
}

.award-archive-list > div:not(.grid__col) + div:not(.grid__col) {
  margin-top: 10px;
}
.award-archive-list > .grid__col, form .award-archive-list > .col, form .award-archive-list > .col-12 {
  margin-top: 20px;
}
.award-archive-list .listing {
  height: auto;
}
.award-archive-list .listing + .listing {
  margin-top: 20px;
}
.award-archive-list .org--label {
  text-align: center;
  margin: 0;
  background: #343740;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 1em 0;
  color: white;
  max-width: 350px;
}
@media (max-width: 767px) {
  .award-archive-list .org--label {
    text-align: left;
    padding: 1em;
  }
}
@media (min-width: 1024px) {
  .award-archive-list > div:not(.grid__col) + div:not(.grid__col) {
    margin-top: 10px;
  }
  .award-archive-list > .grid__col, form .award-archive-list > .col, form .award-archive-list > .col-12 {
    margin-top: 25px;
  }
}

.background-art--art-deco {
  background-image: url(../../img/citco-art-deco-left.png), url(../../img/citco-art-deco-right.png);
  background-position: top left, top right;
  background-size: 380px 300px;
  background-repeat: no-repeat;
}

.btn {
  display: inline-block;
  border: 1px solid #0c2340;
  border-radius: 0;
  max-width: 100%;
  padding: 18px 40px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.38em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  background-color: rgba(241, 242, 241, 0.2);
  color: #0c2340;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.btn:hover, .btn:focus {
  text-decoration: none;
  background-color: #0c2340;
  color: #ffffff;
  cursor: pointer;
}
.btn:focus, .btn.focus {
  outline: 0;
}

.btn.btn--icon-label .icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

.btn.btn--disabled,
.btn[disabled] {
  pointer-events: none;
  opacity: 0.2;
  transition: all 0s;
}

.btn.btn--white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn--white:hover {
  background-color: #ffffff;
  color: #0c2340;
}

.btn.btn--blue {
  border-color: #0c2340;
  background-color: #0c2340;
  color: #ffffff;
}
.btn.btn--blue:hover {
  background-color: #ffffff;
  color: #0c2340;
}

.btn.btn--borderless {
  border-color: transparent !important;
  background-color: transparent !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.btn.btn--right,
.btn.btn--left {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
  height: 54px;
}
.btn.btn--right::before,
.btn.btn--left::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  background-image: url(../../img/icons/citco-icon-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.btn.btn--right::after,
.btn.btn--left::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  background-image: url(../../img/icons/citco-icon-arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.btn.btn--right:hover::before,
.btn.btn--left:hover::before {
  opacity: 0;
}
.btn.btn--right:hover::after,
.btn.btn--left:hover::after {
  opacity: 1;
}

.btn.btn--left::before, .btn.btn--left::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.btn.btn--right.btn--white::before,
.btn.btn--left.btn--white::before {
  background-image: url(../../img/icons/citco-icon-arrow-right-white.svg);
}
.btn.btn--right.btn--white::after,
.btn.btn--left.btn--white::after {
  background-image: url(../../img/icons/citco-icon-arrow-right.svg);
}

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

.btn.btn--icon {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
  height: 54px;
  width: 54px;
  padding: 0;
}
.btn.btn--icon::before, .btn.btn--icon::after {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.btn.btn--icon::before {
  opacity: 1;
  visibility: visible;
}
.btn.btn--icon::after {
  opacity: 0;
  visibility: hidden;
}
.btn.btn--icon:hover, .btn.btn--icon:focus {
  border-color: #579db8;
  background-color: transparent;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.btn.btn--icon:hover::before, .btn.btn--icon:focus::before {
  opacity: 0;
  visibility: hidden;
}
.btn.btn--icon:hover::after, .btn.btn--icon:focus::after {
  opacity: 1;
  visibility: visible;
}
.btn.btn--icon.btn--icon--white {
  border-color: #ffffff;
}
.btn.btn--icon.btn--icon--white:hover, .btn.btn--icon.btn--icon--white:focus {
  border-color: #579db8;
}
.btn.btn--icon[data-icon=linkedin]::before {
  background-image: url("../../img/icons/citco-icon-linkedin.svg");
}
.btn.btn--icon[data-icon=linkedin]::after {
  background-image: url("../../img/icons/citco-icon-linkedin-blue.svg");
}
.btn.btn--icon[data-icon=linkedin].btn--icon--white::before {
  background-image: url("../../img/icons/citco-icon-linkedin-white.svg");
}
.btn.btn--icon[data-icon=instagram]::before {
  background-image: url("../../img/icons/citco-icon-instagram.svg");
}
.btn.btn--icon[data-icon=instagram]::after {
  background-image: url("../../img/icons/citco-icon-instagram-blue.svg");
}
.btn.btn--icon[data-icon=instagram].btn--icon--white::before {
  background-image: url("../../img/icons/citco-icon-instagram-white.svg");
}
.btn.btn--icon[data-icon=twitter]::before {
  background-image: url("../../img/icons/citco-icon-twitter.svg");
}
.btn.btn--icon[data-icon=twitter]::after {
  background-image: url("../../img/icons/citco-icon-twitter-blue.svg");
}
.btn.btn--icon[data-icon=twitter].btn--icon--white::before {
  background-image: url("../../img/icons/citco-icon-twitter-white.svg");
}
.btn.btn--icon[data-icon=mail]::before {
  background-image: url("../../img/icons/citco-icon-mail.svg");
}
.btn.btn--icon[data-icon=mail]::after {
  background-image: url("../../img/icons/citco-icon-mail-blue.svg");
}
.btn.btn--icon[data-icon=mail].btn--icon--white::before {
  background-image: url("../../img/icons/citco-icon-mail-white.svg");
}
.btn.btn--icon[data-icon=mail]::before, .btn.btn--icon[data-icon=mail]::after {
  top: calc(50% + 3px);
}
.btn.btn--icon[data-icon=download]::before {
  background-image: url("../../img/icons/citco-icon-download.svg");
}
.btn.btn--icon[data-icon=download]::after {
  background-image: url("../../img/icons/citco-icon-download-blue.svg");
}
.btn.btn--icon[data-icon=download].btn--icon--white::before {
  background-image: url("../../img/icons/citco-icon-download-white.svg");
}
.btn.btn--icon[data-icon=prev]::before {
  background-image: url("../../img/icons/citco-icon-prev.svg");
}
.btn.btn--icon[data-icon=prev]::after {
  background-image: url("../../img/icons/citco-icon-prev-blue.svg");
}
.btn.btn--icon[data-icon=prev].btn--icon--white::before {
  background-image: url("../../img/icons/citco-icon-prev-white.svg");
}
.btn.btn--icon[data-icon=next]::before {
  background-image: url("../../img/icons/citco-icon-next.svg");
}
.btn.btn--icon[data-icon=next]::after {
  background-image: url("../../img/icons/citco-icon-next-blue.svg");
}
.btn.btn--icon[data-icon=next].btn--icon--white::before {
  background-image: url("../../img/icons/citco-icon-next-white.svg");
}

.btn.btn--play {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
  height: 48px;
  width: 48px;
  padding: 0;
  border-color: #ffffff;
  border-radius: 50%;
}
.btn.btn--play::before, .btn.btn--play::after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.btn.btn--play::before {
  opacity: 1;
  visibility: visible;
  background-image: url("../../img/icons/citco-icon-play-white.svg");
}
.btn.btn--play::after {
  opacity: 0;
  visibility: hidden;
  background-image: url("../../img/icons/citco-icon-play.svg");
}
.btn.btn--play:hover, .btn.btn--play:focus {
  background-color: #ffffff;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.btn.btn--play:hover::before, .btn.btn--play:focus::before {
  opacity: 0;
  visibility: hidden;
}
.btn.btn--play:hover::after, .btn.btn--play:focus::after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .btn.btn--play {
    height: 100px;
    width: 100px;
  }
  .btn.btn--play::before, .btn.btn--play::after {
    height: 36px;
    width: 36px;
  }
}

.btn-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn-group .btn:not(:first-child) {
  border-left-width: 0;
}
.btn-group .btn:not(:last-child) {
  border-right-width: 0;
}
.btn-group .btn.btn--right::before, .btn-group .btn.btn--right::after {
  transform: translate(-75%, -50%);
}
.btn-group .btn.btn--left::before, .btn-group .btn.btn--left::after {
  transform: translate(-25%, -50%) rotate(180deg);
}

.block {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .block {
    margin-top: 50px;
  }
}

.block .block:first-child {
  margin-top: 0;
}

.block.block--flush {
  margin-top: 0;
  margin-bottom: 0;
}
.block.block--flush + .block {
  margin-top: 0 !important;
}

.block.block--flush-top {
  margin-top: 0;
}

.block.block--flush-bottom {
  margin-bottom: 0;
}
.block.block--flush-bottom + .block {
  margin-top: 0 !important;
}

.block.block--section-space-top {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .block.block--section-space-top {
    margin-top: 120px;
  }
}

.block.block--section-space-bottom {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .block.block--section-space-bottom {
    margin-bottom: 120px;
  }
}

.block.block--section-space {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .block.block--section-space {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.block--full {
  max-width: none;
}
@media (min-width: 1024px) {
  .block + .block--full, .section + .block--full {
    margin-top: 50px;
  }
}
.block--full .block__inner {
  max-width: none;
  width: 100% !important;
}

.block--outdent {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .block--outdent {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .block--outdent {
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media (max-width: 1023px) {
  .block--outdent-mobile {
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .block--outdent-mobile {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .block--outdent-mobile {
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media (min-width: 1024px) {
  .block--outdent-desktop {
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .block--outdent-desktop {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .block--outdent-desktop {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.block--pinch .block__inner {
  padding-left: calc((100% + 19px) * 0.1666666667);
  padding-right: calc((100% + 19px) * 0.1666666667);
}
@media (min-width: 768px) {
  .block--pinch .block__inner {
    padding-left: calc((100% + 30px) * 0.1666666667);
    padding-right: calc((100% + 30px) * 0.1666666667);
  }
}
@media (min-width: 1024px) {
  .block--pinch .block__inner {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.0833333333);
  }
}
@media (min-width: 1280px) {
  .block--pinch .block__inner {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.0833333333);
  }
}

.block--pinch2 .block__inner {
  padding-left: calc((100% + 19px) * 0.3333333333);
  padding-right: calc((100% + 19px) * 0.3333333333);
}
@media (min-width: 768px) {
  .block--pinch2 .block__inner {
    padding-left: calc((100% + 30px) * 0.3333333333);
    padding-right: calc((100% + 30px) * 0.3333333333);
  }
}
@media (min-width: 1024px) {
  .block--pinch2 .block__inner {
    padding-left: calc((100% + 30px) * 0.1666666667);
    padding-right: calc((100% + 30px) * 0.1666666667);
  }
}
@media (min-width: 1280px) {
  .block--pinch2 .block__inner {
    padding-left: calc((100% + 30px) * 0.1666666667);
    padding-right: calc((100% + 30px) * 0.1666666667);
  }
}

@media (min-width: 768px) {
  .block--pinch-md .block__inner {
    padding-left: calc((100% + 30px) * 0.1666666667);
    padding-right: calc((100% + 30px) * 0.1666666667);
  }
}
@media (min-width: 1024px) {
  .block--pinch-md .block__inner {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.0833333333);
  }
}
@media (min-width: 1280px) {
  .block--pinch-md .block__inner {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.0833333333);
  }
}

@media (min-width: 768px) {
  .block--pinch2-md .block__inner {
    padding-left: calc((100% + 30px) * 0.3333333333);
    padding-right: calc((100% + 30px) * 0.3333333333);
  }
}
@media (min-width: 1024px) {
  .block--pinch2-md .block__inner {
    padding-left: calc((100% + 30px) * 0.1666666667);
    padding-right: calc((100% + 30px) * 0.1666666667);
  }
}
@media (min-width: 1280px) {
  .block--pinch2-md .block__inner {
    padding-left: calc((100% + 30px) * 0.1666666667);
    padding-right: calc((100% + 30px) * 0.1666666667);
  }
}

@media (min-width: 1024px) {
  .block--pinch-lg .block__inner {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.0833333333);
  }
}
@media (min-width: 1280px) {
  .block--pinch-lg .block__inner {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.0833333333);
  }
}

@media (min-width: 1024px) {
  .block--pinch2-lg .block__inner {
    padding-left: calc((100% + 30px) * 0.1666666667);
    padding-right: calc((100% + 30px) * 0.1666666667);
  }
}
@media (min-width: 1280px) {
  .block--pinch2-lg .block__inner {
    padding-left: calc((100% + 30px) * 0.1666666667);
    padding-right: calc((100% + 30px) * 0.1666666667);
  }
}

@media (min-width: 1280px) {
  .block--pinch-xl .block__inner {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.0833333333);
  }
}

@media (min-width: 1280px) {
  .block--pinch2-xl .block__inner {
    padding-left: calc((100% + 30px) * 0.1666666667);
    padding-right: calc((100% + 30px) * 0.1666666667);
  }
}

/*
.block--callout
  .block__inner
    text elements
*/
.block--callout *:last-child {
  margin-bottom: 0;
}
.block--callout .block__inner {
  margin: 0 auto;
  border: 12px solid #aa8443;
  border-left-width: 0;
  border-right-width: 0;
  padding: 20px;
  background-color: #f1f2f1;
}
@media (min-width: 1024px) {
  .block--callout .block__inner {
    padding: 25px;
  }
}
@media (min-width: 1280px) {
  .block--callout .block__inner {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}

/*
.block--cta
  .block__inner
    .cta__body
      .cta__title
    .cta__action
      .btn
*/
.block--cta {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #343740;
}
.block--cta .block__inner {
  max-width: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.block--cta .cta__body,
.block--cta .cta__action {
  text-align: center;
}
.block--cta .cta__body > *:last-child {
  margin-bottom: 0;
}
.block--cta .cta__title {
  color: #ffffff;
}
.block--cta .cta__body + .cta__action {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .block--cta {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .block--cta {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block--cta .block__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .block--cta .cta__body,
  .block--cta .cta__action {
    text-align: left;
  }
  .block--cta .cta__body {
    flex: 1;
    margin-left: 50px;
  }
  .block--cta .cta__body + .cta__action {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 50px;
  }
}
@media (min-width: 1280px) {
  .block--cta .cta__body {
    margin-left: calc((100% + 30px) * 0.0833333333);
  }
  .block--cta .cta__body + .cta__action {
    margin-right: calc((100% + 30px) * 0.0833333333);
  }
}

/*
For reference:
$cit-space-xsmall: 10px;
$cit-space-small: 25px;
$cit-space-medium: 30px;
$cit-space-medium-2: 50px;
$cit-space-large: 100px;
$cit-space-xlarge: 120px;

$cit-space-xsmall-mobile: 10px;
$cit-space-small-mobile: 20px;
$cit-space-medium-mobile: 25px;
$cit-space-medium-2-mobile: 35px;
$cit-space-large-mobile: 60px;
$cit-space-xlarge-mobile: 80px;
*/
.block--divider {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.block--divider hr {
  margin: 0;
}
.block--divider.block--divider--stealth hr {
  visibility: hidden;
}
.block--divider.block--divider--xsmall {
  margin-top: 5px;
  margin-bottom: 5px;
}
.block--divider.block--divider--small {
  margin-top: 10px;
  margin-bottom: 10px;
}
.block--divider.block--divider--medium {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.block--divider.block--divider--medium-2 {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.block--divider.block--divider--large {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block--divider.block--divider--xlarge {
  margin-top: 40px;
  margin-bottom: 40px;
}
.block--divider.block--divider--flush {
  margin-top: 0;
  margin-bottom: 0;
}
.block--divider.block--divider--negative {
  margin-top: -75px;
  margin-bottom: 0;
}
.block--divider.block--divider--negative + * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .block--divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .block--divider.block--divider--xsmall {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .block--divider.block--divider--small {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }
  .block--divider.block--divider--medium {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .block--divider.block--divider--medium-2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .block--divider.block--divider--large {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .block--divider.block--divider--xlarge {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .block--divider.block--divider--negative {
    margin-top: -75px;
    margin-bottom: 0;
  }
}

/*
.block--figure[.block--figure--16-9
  .block__inner
    figure
      .figure__image-wrap
        img
      figcaption
*/
.block--figure .block__inner {
  max-width: none;
  margin: 0 auto;
}
.block--figure img {
  display: block;
}
.block--figure .figure__mobile-icon {
  position: absolute;
  top: 1em;
  right: 1em;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
}
.block--figure .figure__mobile-icon.figure__mobile-icon-dark g, .block--figure .figure__mobile-icon.figure__mobile-icon-dark path {
  fill: #000000;
}
.block--figure .figure__mobile-icon.figure__mobile-icon-light g, .block--figure .figure__mobile-icon.figure__mobile-icon-light path {
  fill: #ffffff;
}
.block--figure .figure__image-wrap a {
  position: relative;
  display: block;
}
@media (min-width: 1280px) {
  .block--figure .block__inner {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}

.block--figure__align-left .figure__image-wrap img {
  margin-right: auto;
}

.block--figure__align-center .figure__image-wrap img {
  margin: 0 auto;
}

.block--figure__align-right .figure__image-wrap img {
  margin-left: auto;
}

.block--figure--16-9 .figure__image-wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.block--figure--16-9 .figure__image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

/*
.block--overview
  .block__inner
    .overview__title
      .is-eyebrow
    .overview__desc
      p.is-p2
*/
.block--overview {
  margin-top: 80px;
  margin-bottom: 35px;
  text-align: center;
}
.block--overview .block__inner {
  margin: 0 auto;
}
.block--overview .overview__title {
  margin-bottom: 20px;
}
.block--overview .overview__title > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .block--overview {
    margin-top: 120px;
    margin-bottom: 50px;
  }
  .block--overview .overview__title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .block--overview .block__inner {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}

.block.block--paging {
  margin-top: 3rem;
}

/*
.block--tag-and-share
  .block__inner
    ul.tag-list
    ul.share-list
*/
.block--tag-and-share .block__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.block--tag-and-share .tag-list,
.block--tag-and-share .share-list {
  margin: 0;
}
.block--tag-and-share .share-list {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .block--tag-and-share .block__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .block--tag-and-share .tag-list {
    flex: 1;
  }
  .block--tag-and-share .share-list {
    margin-top: 0;
    margin-left: 30px;
  }
  .block--tag-and-share__alt .share-list {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .block--tag-and-share .block__inner {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}

.block--tag-and-share__alt {
  padding-top: 100px;
}
.block--tag-and-share__alt .block__inner {
  margin: 0;
  display: block;
}
.block--tag-and-share__alt .tag-list li {
  margin-top: 0;
  margin-bottom: 1em;
}
.block--tag-and-share__alt .share-list {
  transform: translateX(-14px);
}
@media (min-width: 1024px) {
  .block--tag-and-share__alt {
    padding-top: 60px;
  }
  .block--tag-and-share__alt .block__inner {
    width: calc(100% - (100% + 30px) * 0.4166666667);
  }
}

/*
.block--text
  .block__inner
    text content
*/
.block--text > *:last-child {
  margin-bottom: 0;
}
.block--text .block__inner {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .block--text .block__inner {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}

.block--text + .block--text.block--text-indented,
.block--text.block--text-indented + .block--text,
.block--text.block--text-indented + .block--text.block--text-indented {
  margin-top: 0;
  margin-bottom: 0;
}

.block--table {
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .block--table {
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .block--table .block__inner {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}
.block--table .block__inner {
  margin: 0 auto;
}
.block--table.block--table__align-left .table {
  margin-left: 0;
  margin-right: auto;
}
.block--table.block--table__align-center .table {
  margin: 0 auto;
}
.block--table.block--table__align-right .table {
  margin-left: auto;
  margin-right: 0;
}
.block--table .table--header {
  display: flex;
  width: 100%;
  border-top: 1px solid #343740;
  border-left: 1px solid #0c2340;
  background-color: white;
}
.block--table .table--header .table--header__col {
  flex: 1 1 0;
  font-weight: bold;
  border-right: 1px solid white;
  padding: 4px;
  font-size: 0.9rem;
  background: #0c2340;
  color: white;
}
.block--table .table--header .table--header__col.center {
  text-align: center;
}
.block--table .table--header .table--header__col.right {
  text-align: right;
}
.block--table .table--header .table--header__col:last-of-type {
  border-right: 1px solid #0c2340;
}
.block--table .table--value {
  padding: 4px;
}
.block--table .table--body__row:nth-of-type(odd) {
  background: #f1f2f1;
}
.block--table .table--body__row:nth-of-type(even) {
  background: white;
}
.block--table .table--body__row * {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
}
.block--table .table--body__row ol,
.block--table .table--body__row ul,
.block--table .table--body__row .hero .hero__meta,
.hero .block--table .table--body__row .hero__meta {
  margin-bottom: 1em;
}
.block--table .table--body__row ol li,
.block--table .table--body__row ul li,
.block--table .table--body__row .hero .hero__meta li,
.hero .block--table .table--body__row .hero__meta li {
  margin-top: 0.5em;
}
.block--table .table--body__row ol li:first-of-type,
.block--table .table--body__row ul li:first-of-type,
.block--table .table--body__row .hero .hero__meta li:first-of-type,
.hero .block--table .table--body__row .hero__meta li:first-of-type {
  margin-top: 0;
}
.block--table .table--body__row ol:last-of-type,
.block--table .table--body__row ul:last-of-type,
.block--table .table--body__row .hero .hero__meta:last-of-type,
.hero .block--table .table--body__row .hero__meta:last-of-type {
  margin-bottom: 0;
}
.block--table .table--body__row b {
  font-weight: bold;
}
@media (max-width: 767px) {
  .block--table .table:not(.table__rows-1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .block--table .table.table__rows-1 {
    width: 100% !important;
  }
}
.block--table .table .table--body__col.center {
  text-align: center;
}
.block--table .table .table--body__col.right {
  text-align: right;
}
.block--table .table .table--body__row {
  display: flex;
  width: 100%;
  border-left: 1px solid #0c2340;
}
.block--table .table .table--body__row:last-of-type {
  border-bottom: 1px solid #343740;
}
.block--table .table .table--body__row:nth-of-type(even) .table--body__col {
  border-right: 1px solid #f1f2f1;
}
.block--table .table .table--body__row:nth-of-type(even) .table--body__col:last-of-type {
  border-right: 1px solid #0c2340;
}
.block--table .table .table--body__row:nth-of-type(odd) .table--body__col {
  border-right: 1px solid #FFFFFF;
}
.block--table .table .table--body__row:nth-of-type(odd) .table--body__col:last-of-type {
  border-right: 1px solid #0c2340;
}
.block--table .table--mobile {
  border-top: 1px solid #0c2340;
  display: none;
}
@media (max-width: 767px) {
  .block--table .table--mobile:not(.table__rows-1) {
    display: block;
  }
}
.block--table .table--mobile .table--body__row {
  display: grid;
  grid-template: auto/1fr 2fr;
  border-right: 1px solid #0c2340;
}
.block--table .table--mobile .table--body__row .table--mobile-label {
  background: #0c2340;
  color: white;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid white;
}
.block--table .table--mobile .table--body__row .table--mobile-value {
  padding: 4px;
}
.block--table .table--mobile .table--body__row:nth-of-type(odd) .table--mobile-value {
  border-bottom: 1px solid #FFFFFF;
}
.block--table .table--mobile .table--body__row:nth-of-type(even) .table--mobile-value {
  border-bottom: 1px solid #f1f2f1;
}
.block--table .table--mobile .table--body__row:last-of-type .table--mobile-value:nth-last-child(1),
.block--table .table--mobile .table--body__row:last-of-type .table--mobile-label:nth-last-child(2) {
  border-bottom: 1px solid #0c2340 !important;
}

/*
.block.block--video
  .block__inner
    .video__body
      .video__title
      .video__action
    .video__image
      img
*/
.block--video .block__inner {
  position: relative;
  max-width: none;
  margin: 0 auto;
}
.block--video .video__body {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.block--video .video__body .video__title {
  order: 2;
  margin-top: 10px;
  font-family: "baskerville-display-pt", "Times New Roman", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #ffffff;
}
.block--video .video__body .video__action {
  order: 1;
  margin-top: -24px;
}
.block--video .video__image {
  position: relative;
  z-index: 1;
  padding-top: 66.666%;
  overflow: hidden;
}
.block--video .video__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.block--video .video__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
}
.block--video .video__image.embed-responsive::after {
  display: none;
}
@media (min-width: 1024px) {
  .block--video .video__body .video__title {
    margin-top: 25px;
    width: calc(100% - (100% + 30px) * 0.5);
    font-size: 3rem;
  }
  .block--video .video__body .video__action {
    margin-top: -50px;
  }
}

.block--video--2-1 .video__image {
  padding-top: 50%;
}

@media (min-width: 1280px) {
  .block--video--text-max .block__inner {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
  .block--video--text-max .video__body .video__title {
    width: calc(100% - (100% + 30px) * 0.4);
  }
}

/*
ul.chooser__menu
  li[.is-active]
    a.chooser__toggle[data-target="#Chooser1Body1]
select.chooser__select
*/
.chooser__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chooser__menu > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.chooser__menu > li::before {
  display: none;
}
.chooser__menu .chooser__toggle {
  margin: 0;
  padding: 25px 30px;
  text-decoration: none;
}
.chooser__menu .chooser__toggle:hover {
  background-color: #0c2340;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .chooser__menu {
    display: none;
  }
}
@media (min-width: 1024px) {
  .chooser__menu {
    display: block;
  }
}
.chooser__menu > li,
.chooser__menu .chooser__toggle {
  background-color: #f1f2f1;
  color: #0c2340;
}
.chooser__menu > li.is-active,
.chooser__menu .chooser__toggle.is-active {
  background-color: #0c2340;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .chooser__select {
    display: block;
  }
}
@media (min-width: 1024px) {
  .chooser__select {
    display: none !important;
  }
}

/*
ul.chooser__content
  li.chooser__body[.is-active]
*/
.chooser__content {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 19px;
}
.chooser__content > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.chooser__content > li::before {
  display: none;
}
.chooser__content .chooser__body > * {
  transition: opacity 0.3s linear;
}
@media (min-width: 1024px) {
  .chooser__content {
    margin: 0 auto;
  }
}

.chooser__content .chooser__body {
  height: 0;
  overflow: hidden;
}
.chooser__content .chooser__body > * {
  visibility: hidden;
  opacity: 0;
}
.chooser__content .chooser__body.is-active {
  height: auto;
}
.chooser__content .chooser__body.is-active > * {
  visibility: visible;
  opacity: 1;
}

/*
ul.column-list
  li
*/
.column-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -12.5px;
}
.column-list > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.column-list > li::before {
  display: none;
}
.column-list > li {
  padding: 12.5px 0;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 1024px) {
  .column-list {
    margin-top: -15px;
  }
  .column-list > li {
    padding: 15px 0;
  }
}

.column-list--tight {
  margin-top: 0;
}
.column-list--tight > li {
  padding: 0;
}

.column-list {
  -moz-column-gap: 19px;
       column-gap: 19px;
}
@media (min-width: 768px) {
  .column-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1024px) {
  .column-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1280px) {
  .column-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.column-list--1col {
  -moz-column-count: 1;
       column-count: 1;
}

.column-list--2col {
  -moz-column-count: 2;
       column-count: 2;
}

.column-list--3col {
  -moz-column-count: 3;
       column-count: 3;
}

@media (min-width: 768px) {
  .column-list--1col-md {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (min-width: 768px) {
  .column-list--2col-md {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 768px) {
  .column-list--3col-md {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (min-width: 1024px) {
  .column-list--1col-lg {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (min-width: 1024px) {
  .column-list--2col-lg {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 1024px) {
  .column-list--3col-lg {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (min-width: 1280px) {
  .column-list--1col-xl {
    -moz-column-count: 1;
         column-count: 1;
  }
}

@media (min-width: 1280px) {
  .column-list--2col-xl {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 1280px) {
  .column-list--3col-xl {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.embed-map {
  width: 100%;
  height: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-top: 56.25%;
}

.embed-responsive-4by3 {
  padding-top: 75%;
}

body.event-page {
  background: #0c2340;
}
body.event-page .block h1,
body.event-page .block h2,
body.event-page .block h3,
body.event-page .block h4,
body.event-page .block h5,
body.event-page .block h6,
body.event-page .block label,
body.event-page .block input,
body.event-page .block select,
body.event-page .block button,
body.event-page .block ol,
body.event-page .block ul,
body.event-page .block .hero .hero__meta,
.hero body.event-page .block .hero__meta,
body.event-page .block li,
body.event-page .block a,
body.event-page .block p {
  color: #ffffff;
}
body.event-page .block li + li {
  margin-top: 0;
}
body.event-page .hero--standard.hero--no-title .hero__eyebrow {
  margin-bottom: 0;
  padding-bottom: 35px;
}
@media (min-width: 1024px) {
  body.event-page .hero--standard.hero--no-title .hero__eyebrow {
    padding-bottom: 50px;
  }
}
body.event-page .steel-blue {
  color: #85919f;
}
body.event-page label[for=form-input-test] {
  display: none;
}
body.event-page .form-control {
  border: 1px solid #ffffff;
  background-color: rgba(241, 242, 241, 0.2);
}
body.event-page .form-control::-webkit-input-placeholder {
  color: rgb(150.1724137931, 155.0862068966, 169.8275862069);
}
body.event-page .form-control:-ms-input-placeholder {
  color: rgb(150.1724137931, 155.0862068966, 169.8275862069);
}
body.event-page .form-control::-ms-input-placeholder {
  color: rgb(150.1724137931, 155.0862068966, 169.8275862069);
}
body.event-page .form-control::placeholder {
  color: rgb(150.1724137931, 155.0862068966, 169.8275862069);
}
body.event-page .form-control:focus, body.event-page .form-control.focus {
  outline: 2px solid #343740;
  border-color: #343740;
}
body.event-page label {
  font-weight: 100;
}
body.event-page label[for=form-input-listSubscribe] {
  margin-bottom: 1.25rem;
}
body.event-page .btn.btn-primary:hover {
  background-color: #0a1c33;
}
body.event-page .form-check .form-check-label,
body.event-page .form-radio .form-check-label {
  color: #ffffff;
  margin-bottom: 0;
}
body.event-page .form-check .form-check-label::before,
body.event-page .form-radio .form-check-label::before {
  border: 1px solid #ffffff;
  background: #0c2340;
}
body.event-page .form-check .form-check-input:checked ~ label::before,
body.event-page .form-radio .form-check-input:checked ~ label::before {
  border-color: #ffffff;
  background-color: #ffffff;
}
body.event-page .form-check .form-check-input:checked ~ label::after,
body.event-page .form-radio .form-check-input:checked ~ label::after {
  background-color: #ffffff;
}
body.event-page .form-check .form-check-input[type=radio]:checked ~ label::before,
body.event-page .form-radio .form-check-input[type=radio]:checked ~ label::before {
  border-color: #ffffff;
}
body.event-page .form-check .form-check-input[type=radio]:checked ~ label::after,
body.event-page .form-radio .form-check-input[type=radio]:checked ~ label::after {
  background: #ffffff;
  border: 2px solid #0c2340;
}
body.event-page .form-check .form-check-label::before,
body.event-page .form-check .form-check-label::after {
  top: 0.1875rem;
  transform: translate(0, 0.1875rem);
}
@media (max-width: 1023px) {
  body.event-page .form-check .form-check-label::before,
  body.event-page .form-check .form-check-label::after {
    top: 0.0625rem;
    transform: translate(0, 0.0625rem);
  }
}
body.event-page .btn.btn-primary {
  padding: 1.875rem 5rem;
  border: 1px solid #ffffff;
}
body.event-page .ff-fieldtype-select select optgroup,
body.event-page .ff-fieldtype-select select option {
  color: white;
  background: #0c2340;
}
body.event-page #form {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  body.event-page #form {
    padding-bottom: 100px;
  }
}
body.event-page #form_success_message {
  background: #243953;
  padding: 50px 30px;
  display: flex;
  margin-bottom: 30px;
}
body.event-page #form_success_message .block__left {
  flex: 0 0 50px;
  margin-right: 30px;
}
body.event-page #form_success_message h3 {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  body.event-page #form_success_message h3 {
    font-size: 3rem;
  }
}
body.event-page #form_success_message p {
  margin-bottom: 0;
}

.feature {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.feature .feature__action {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.feature .feature__action.is-mobile-align-left {
  align-items: flex-start;
}
.feature .feature__image img {
  display: block;
}
@media (min-width: 1024px) {
  .feature .feature__action {
    align-items: flex-start;
  }
}

.feature--full {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .feature--full {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .feature--full {
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media (max-width: 1023px) {
  .feature--full-mobile {
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .feature--full-mobile {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .feature--full-mobile {
    margin-left: -80px;
    margin-right: -80px;
  }
}

@media (min-width: 1024px) {
  .feature--full-desktop {
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .feature--full-desktop {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .feature--full-desktop {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.feature--inset {
  border: 25px solid transparent;
  border-top-width: 0;
  border-bottom-width: 0;
}
@media (min-width: 1024px) {
  .feature--inset {
    border-left-width: 30px;
    border-right-width: 30px;
  }
}

@media (max-width: 1023px) {
  .feature--inset-mobile {
    border: 25px solid transparent;
    border-top-width: 0;
    border-bottom-width: 0;
  }
}

@media (min-width: 1024px) {
  .feature--inset-desktop {
    border: 30px solid transparent;
    border-top-width: 0;
    border-bottom-width: 0;
  }
}

.feature.feature--section-space-top {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .feature.feature--section-space-top {
    margin-top: 120px;
  }
}

.feature.feature--section-space-bottom {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .feature.feature--section-space-bottom {
    margin-bottom: 120px;
  }
}

.feature.feature--section-space {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .feature.feature--section-space {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

/*
.feature.feature--insight-banner
  .feature__inner
    .feature__body
      .feature__title
      .feature__action
    .feature__image
*/
.feature.feature--insight-banner {
  background-color: #0c2340;
}
.feature.feature--insight-banner .feature__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.feature.feature--insight-banner .feature__body {
  order: 2;
}
.feature.feature--insight-banner .feature__title {
  margin-bottom: 0;
  color: #ffffff;
}
.feature.feature--insight-banner .feature__action {
  margin-top: 35px;
}
.feature.feature--insight-banner .feature__image {
  order: 1;
}
@media (min-width: 1024px) {
  .feature.feature--insight-banner .feature__inner {
    padding-top: 120px;
    padding-bottom: 60px;
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.3333333333);
  }
  .feature.feature--insight-banner .feature__body {
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .feature.feature--insight-banner .feature__title {
    color: #ffffff;
  }
  .feature.feature--insight-banner .feature__action {
    margin-top: 50px;
  }
  .feature.feature--insight-banner .feature__action .btn {
    border-color: #ffffff;
    color: #ffffff;
  }
  .feature.feature--insight-banner .feature__action .btn:hover {
    background-color: #ffffff;
    color: #0c2340;
  }
  .feature.feature--insight-banner .feature__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 10px;
  }
  .feature.feature--insight-banner .feature__image img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .feature.feature--insight-banner .feature__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.56) 97.27%);
    background-blend-mode: multiply;
  }
}
@media (min-width: 1280px) {
  .feature.feature--insight-banner .feature__inner {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.5);
  }
}

/*
.feature.feature--full-image
  .feature__inner
    .feature__body
      .feature__title
      .feature__footer
    .feature__image
*/
.feature.feature--full-image {
  background-color: #0c2340;
}
.feature.feature--full-image .feature__inner {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .feature.feature--full-image .feature__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .feature.feature--full-image .feature__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.feature.feature--full-image .feature__body {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.feature.feature--full-image .feature__body .feature__action {
  margin-top: 35px;
}
.feature.feature--full-image .feature__body::before {
  content: "";
  position: relative;
  z-index: 3;
  display: block;
  height: 6px;
  width: 307px;
  margin-bottom: 25px;
  background-image: url(../../img/citco-bar.svg);
  background-repeat: no-repeat;
  transform: translate(-20px, 0);
}
.feature.feature--full-image .feature__body,
.feature.feature--full-image .feature__body p,
.feature.feature--full-image .feature__title {
  color: #ffffff;
}
.feature.feature--full-image .feature__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.feature.feature--full-image .feature__image img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.feature.feature--full-image .feature__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(112.8deg, rgba(4, 22, 21, 0.8) 36.54%, rgba(0, 0, 0, 0) 85.17%);
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .feature.feature--full-image .feature__body::before {
    transform: translate(-40px, 0);
  }
}
@media (min-width: 1024px) {
  .feature.feature--full-image .feature__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .feature.feature--full-image .feature__body > * {
    width: calc(100% - (100% + 30px) * 0.25);
  }
  .feature.feature--full-image .feature__body::before {
    transform: translate(-80px, 0);
  }
}
@media (min-width: 1280px) {
  .feature.feature--full-image .feature__body > * {
    width: calc(100% - (100% + 30px) * 0.3333333333);
  }
}

/*
.feature.feature--promo
  .feature__inner
    .feature__body
      .feature__eyebrow
      .feature__title
      p
      .feature__action
    .feature__image
      img
*/
.feature.feature--promo .feature__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #f1f2f1;
}
.feature.feature--promo .feature__body,
.feature.feature--promo .feature__image {
  padding-left: 20px;
  padding-right: 20px;
}
.feature.feature--promo .feature__body {
  order: 2;
  padding-top: 35px;
  padding-bottom: 35px;
}
.feature.feature--promo .feature__body .feature__action,
.feature.feature--promo .feature__body .feature__prev-next {
  margin-top: 35px;
}
.feature.feature--promo .feature__image {
  order: 1;
  background-color: #ffffff;
  background: linear-gradient(to top, transparent, transparent 35px, #ffffff 35px, #ffffff 100%);
}
@media (min-width: 768px) {
  .feature.feature--promo .feature__body,
  .feature.feature--promo .feature__image {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .feature.feature--promo .feature__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .feature.feature--promo .feature__body {
    order: 1;
    padding: 60px;
    width: calc(100% - (100% + 30px) * 0.5);
  }
  .feature.feature--promo .feature__image {
    width: calc(100% - (100% + 30px) * 0.5);
    padding: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f1f2f1;
    background: linear-gradient(to left, #ffffff, #ffffff calc(100% - (100% + 30px) * 0.8333333333), transparent calc(100% - (100% + 30px) * 0.8333333333), transparent 100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.feature.feature--promo.feature--promo--green .feature__body,
.feature.feature--promo.feature--promo--green .feature__eyebrow,
.feature.feature--promo.feature--promo--green .feature__title,
.feature.feature--promo.feature--promo--green .feature__body p,
.feature.feature--promo.feature--promo--gray-dark .feature__body,
.feature.feature--promo.feature--promo--gray-dark .feature__eyebrow,
.feature.feature--promo.feature--promo--gray-dark .feature__title,
.feature.feature--promo.feature--promo--gray-dark .feature__body p {
  color: #ffffff;
}
.feature.feature--promo.feature--promo--green .btn,
.feature.feature--promo.feature--promo--gray-dark .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.feature.feature--promo.feature--promo--green .btn:hover,
.feature.feature--promo.feature--promo--gray-dark .btn:hover {
  background-color: #ffffff;
  color: #0c2340;
}

.feature.feature--promo.feature--promo--green .feature__inner {
  background-color: #7f9c90;
}

.feature.feature--promo.feature--promo--gray-dark .feature__inner {
  background-color: #343740;
}

@media (min-width: 1024px) {
  .feature.feature--promo.feature--promo--image-left .feature__body {
    order: 2;
  }
  .feature.feature--promo.feature--promo--image-left .feature__image {
    background: linear-gradient(to right, #ffffff, #ffffff calc(100% - (100% + 30px) * 0.8333333333), transparent calc(100% - (100% + 30px) * 0.8333333333), transparent 100%);
  }
}

/*
.feature.feature--50-50
  .feature__inner
    .feature__body
      .feature__title
      p
      .feature__action
    .feature__image
      img
*/
.feature.feature--50-50 .feature__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #f1f2f1;
}
.feature.feature--50-50 .feature__body {
  padding-left: 20px;
  padding-right: 20px;
}
.feature.feature--50-50 .feature__body {
  order: 2;
  padding-top: 35px;
  padding-bottom: 35px;
}
.feature.feature--50-50 .feature__body .feature__action {
  align-items: flex-start;
  margin-top: 35px;
}
.feature.feature--50-50 .feature__image {
  order: 1;
}
@media (min-width: 768px) {
  .feature.feature--50-50 .feature__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .feature.feature--50-50 .feature__body {
    order: 1;
    padding: 40px;
    padding-right: 0;
    width: calc(100% - (100% + 30px) * 0.3333333333);
  }
  .feature.feature--50-50 .feature__image {
    width: calc(100% - (100% + 30px) * 0.6666666667);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .feature.feature--50-50 .feature__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    min-height: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1024px) {
  .feature.feature--50-50 .feature__body,
  .feature.feature--50-50 .feature__image {
    width: calc(100% - (100% + 30px) * 0.5);
  }
  .feature.feature--50-50 .feature__body {
    padding: 60px;
    padding-right: 0;
  }
}

/*
.filter-set
  .filter-set__toggle
    .toggle__open
    .toggle__close
  form.filter-set__filters
    ul.filter-list
      li.filter-list__toggle
      li.filter-list__prompt
      li.filter-list__filter
        .form-group
      li.filter-list__separator
  ul.filter-set__active-filters
    li
      a.link--filter
*/
.filter-set__toggle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-set__toggle > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.filter-set__toggle > li::before {
  display: none;
}

.filter-set__filters {
  overflow: hidden;
}

.filter-set__active-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.filter-set__active-filters > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.filter-set__active-filters > li::before {
  display: none;
}
.filter-set__active-filters > li {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .filter-set__active-filters > li {
    margin-top: 10px;
  }
}

#insight-filter-bar .filter-set__active-filters {
  margin-top: 15px;
}
#insight-filter-bar .filter-set__active-filters > li {
  margin-right: 40px;
}
@media (min-width: 1024px) {
  #insight-filter-bar .filter-set__active-filters {
    margin-top: 20px;
  }
  #insight-filter-bar .filter-set__active-filters > li {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  #mobile-active-filters {
    display: none;
  }
}
#mobile-active-filters .filter-set__active-filters > li {
  margin-right: 15px;
  margin-top: 25px;
}

.search__results .filter-set__active-filters > li {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .search__results .filter-set__active-filters > li {
    margin-right: 10px;
  }
}

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.filter-list > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.filter-list > li::before {
  display: none;
}
.filter-list .filter-list__prompt,
.filter-list .filter-list__separator {
  font-size: 1.5rem;
  line-height: 1.6;
}
.filter-list .filter-list__separator {
  padding: 7px 20px;
  border: 1px solid transparent;
}
.filter-list .filter-list__filter .form-group {
  margin-bottom: 0;
}
.filter-list .filter-list__separator {
  text-align: center;
}
@media (min-width: 1024px) {
  .filter-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .filter-list .filter-list__prompt {
    width: 100%;
    margin-bottom: 25px;
  }
  .filter-list .filter-list__filter {
    flex: 1;
    max-width: 300px;
  }
  .filter-list .filter-list__separator {
    flex: 0;
  }
}

@media (max-width: 1023px) {
  .filter-set .filter-list__prompt {
    display: none;
  }
  .filter-set .filter-set__toggle {
    display: block;
  }
}
@media (min-width: 1024px) {
  .filter-set .filter-list__prompt {
    display: block;
  }
  .filter-set .filter-set__toggle {
    display: none;
  }
}
@media (max-width: 1023px) {
  .filter-set .filter-set__toggle .toggle__open {
    display: block;
  }
  .filter-set .filter-set__toggle .toggle__close {
    display: none;
  }
  .filter-set .filter-set__filters {
    height: 0;
  }
  .filter-set .filter-set__filters .filter-list {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  .filter-set.is-open .filter-set__toggle .toggle__open {
    display: none;
  }
  .filter-set.is-open .filter-set__toggle .toggle__close {
    display: block;
  }
  .filter-set.is-open .filter-set__filters {
    height: auto;
  }
  .filter-set.is-open .filter-set__filters .filter-list {
    padding-top: 25px;
    visibility: visible;
    opacity: 1;
  }
}

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

input {
  border-radius: 0;
}

.form-control {
  display: block;
  border: 1px solid #343740;
  border-radius: 0;
  padding: 12px 10px;
  width: 100%;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  color: #343740;
  background: #FFFFFF;
}
.form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: rgb(150.1724137931, 155.0862068966, 169.8275862069);
}
.form-control:-ms-input-placeholder {
  font-weight: 400;
  color: rgb(150.1724137931, 155.0862068966, 169.8275862069);
}
.form-control::-ms-input-placeholder {
  font-weight: 400;
  color: rgb(150.1724137931, 155.0862068966, 169.8275862069);
}
.form-control::placeholder {
  font-weight: 400;
  color: rgb(150.1724137931, 155.0862068966, 169.8275862069);
}
.form-control:focus, .form-control.focus {
  outline: 2px solid #343740;
  border-color: #343740;
}
.form-control:-internal-autofill-selected, .form-control:-webkit-autofill {
  -webkit-text-fill-color: #111111;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 1000px #FFFFFF inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 1024px) {
  .form-control-lg {
    font-size: 1.1875rem;
    padding: 16px 17px;
  }
}

textarea.form-control {
  height: auto;
}

label,
.label {
  margin: 0 0 0.625rem;
}

.form-label.required::after {
  content: "*";
}

form .freeform-row .freeform-column .freeform-label,
form .freeform-group .freeform-label {
  font-weight: 500;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #343740;
  background-image: url("../../img/icons/citco-icon-carat-down.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 10px center;
  padding-right: 44px;
  vertical-align: middle;
}
select.form-control.placeholder {
  color: rgb(150.1724137931, 155.0862068966, 169.8275862069);
}
select.form-control::-ms-expand {
  display: none;
}

select.form-control.form-control--display {
  position: relative;
  border: none;
  padding: 25px 20px;
  padding-right: 60px;
  font-family: "baskerville-display-pt", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1;
  background-color: #0c2340;
  background-image: url("../../img/icons/citco-icon-carat-down-white.svg");
  background-position: right 20px center;
  color: #ffffff;
}
select.form-control.form-control--display::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
select.form-control.form-control--display:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
select.form-control.form-control--display::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
select.form-control.form-control--display::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
select.form-control.form-control--display:focus, select.form-control.form-control--display.focus {
  outline: none;
  border-color: transparent;
}
select.form-control.form-control--display:-internal-autofill-selected, select.form-control.form-control--display:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  background-color: #0c2340 !important;
  box-shadow: 0 0 0 1000px #0c2340 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-check,
.form-radio {
  position: relative;
  display: block;
  padding-left: 26px;
}
.form-check + .form-check,
.form-check + .form-radio {
  margin-top: 0.1875rem;
}
.form-check.form-check-inline,
.form-radio.form-check-inline {
  display: inline-block;
}
.form-check-inline + .form-check.form-check-inline,
.form-check-inline + .form-radio.form-check-inline {
  margin: 0 0 0 1.875rem;
}
.form-check .form-check-input,
.form-radio .form-check-input {
  opacity: 0;
  position: absolute;
}
.form-check .form-check-label,
.form-radio .form-check-label {
  display: inline-block;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
  color: #0c2340;
  position: relative;
}
.form-check .form-check-label::before,
.form-check .form-check-label::after,
.form-radio .form-check-label::before,
.form-radio .form-check-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background-repeat: no-repeat;
  margin: 0 !important;
  transform: translate(0, -50%);
}
.form-check .form-check-label::before,
.form-radio .form-check-label::before {
  border: 1px solid #343740;
  pointer-events: none;
  background: #FFFFFF;
}
.form-check .form-check-input:checked ~ label::before,
.form-radio .form-check-input:checked ~ label::before {
  border-color: #343740;
  background-color: #343740;
}
.form-check .form-check-input:checked ~ label::after,
.form-radio .form-check-input:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3Csvg height='11' viewBox='0 0 15 11' width='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m254.5 654.5 4 4m0 0 7.5-7.5' fill='none' stroke='%23FFFFFF' stroke-linecap='square' stroke-width='2' transform='translate(-253 -649)'/%3E%3C/svg%3E");
  background-size: 15px 11px;
  background-position: 2px 3px;
  background-color: #343740;
}
.form-check .form-check-input[type=radio] ~ label::before,
.form-check .form-check-input[type=radio] ~ label::after,
.form-radio .form-check-input[type=radio] ~ label::before,
.form-radio .form-check-input[type=radio] ~ label::after {
  border-radius: 9rem;
  background-image: none;
}
.form-check .form-check-input[type=radio]:checked ~ label::before,
.form-radio .form-check-input[type=radio]:checked ~ label::before {
  border-color: #343740;
}
.form-check .form-check-input[type=radio]:checked ~ label::after,
.form-radio .form-check-input[type=radio]:checked ~ label::after {
  width: 16px;
  height: 16px;
  background: #343740;
  border: 2px solid #FFFFFF;
  top: 50%;
  left: -25px;
  transform: translate(0, -50%);
}

.input-group {
  position: relative;
}
.input-group--search button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 54px;
  color: #707070;
  cursor: pointer;
}
.input-group--search button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  height: 24px;
  width: 24px;
  background-image: url("../../img/icons/citco-icon-search.svg");
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}

.form-control.is-invalid,
.form-check-input.is-invalid ~ .form-check-label::before {
  border-color: #E20505;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #E20505;
}

.invalid-feedback {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.625rem;
}
.invalid-feedback > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.invalid-feedback > li::before {
  display: none;
}
.invalid-feedback,
.invalid-feedback li {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #E20505;
}

.alert,
.alert-success,
.alert-danger {
  font-weight: 700;
  margin: 3rem 0;
  border: 1px solid #C7C9C7;
  padding: 1.5rem;
}
.alert > *,
.alert-success > *,
.alert-danger > * {
  margin: 0;
}
.alert > * + *,
.alert-success > * + *,
.alert-danger > * + * {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .alert > * + *,
  .alert-success > * + *,
  .alert-danger > * + * {
    margin-top: 25px;
  }
}

.alert-danger {
  border-color: #E20505;
  color: #E20505;
}

.alert-success {
  border-color: #3d6308;
  color: #3d6308;
}

.form-control.is-invalid {
  outline: 2px solid #E20505;
}

.form-group:not(:last-child) {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .form-group:not(:last-child) {
    margin-bottom: 30px;
  }
}

.form--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.form--flex > * {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.form--flex .flex--25 {
  flex-basis: calc(25% - 19px * 0.5);
  width: calc(25% - 19px * 0.5);
  max-width: calc(25% - 19px * 0.5);
}
.form--flex .flex--33 {
  flex-basis: calc(33% - 19px * 0.5);
  width: calc(33% - 19px * 0.5);
  max-width: calc(33% - 19px * 0.5);
}
.form--flex .flex--50 {
  flex-basis: calc(50% - 19px * 0.5);
  width: calc(50% - 19px * 0.5);
  max-width: calc(50% - 19px * 0.5);
}
.form--flex .flex--66 {
  flex-basis: calc(66% - 19px * 0.5);
  width: calc(66% - 19px * 0.5);
  max-width: calc(66% - 19px * 0.5);
}
.form--flex .flex--75 {
  flex-basis: calc(75% - 19px * 0.5);
  width: calc(75% - 19px * 0.5);
  max-width: calc(75% - 19px * 0.5);
}
.form--flex .flex--100 {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .form--flex .flex--25-md {
    flex-basis: calc(25% - 30px * 0.5);
    width: calc(25% - 30px * 0.5);
    max-width: calc(25% - 30px * 0.5);
  }
  .form--flex .flex--33-md {
    flex-basis: calc(33% - 30px * 0.5);
    width: calc(33% - 30px * 0.5);
    max-width: calc(33% - 30px * 0.5);
  }
  .form--flex .flex--50-md {
    flex-basis: calc(50% - 30px * 0.5);
    width: calc(50% - 30px * 0.5);
    max-width: calc(50% - 30px * 0.5);
  }
  .form--flex .flex--66-md {
    flex-basis: calc(66% - 30px * 0.5);
    width: calc(66% - 30px * 0.5);
    max-width: calc(66% - 30px * 0.5);
  }
  .form--flex .flex--75-md {
    flex-basis: calc(75% - 30px * 0.5);
    width: calc(75% - 30px * 0.5);
    max-width: calc(75% - 30px * 0.5);
  }
  .form--flex .flex--100-md {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .form--flex .flex--25-lg {
    flex-basis: calc(25% - 30px * 0.5);
    width: calc(25% - 30px * 0.5);
    max-width: calc(25% - 30px * 0.5);
  }
  .form--flex .flex--33-lg {
    flex-basis: calc(33% - 30px * 0.5);
    width: calc(33% - 30px * 0.5);
    max-width: calc(33% - 30px * 0.5);
  }
  .form--flex .flex--50-lg {
    flex-basis: calc(50% - 30px * 0.5);
    width: calc(50% - 30px * 0.5);
    max-width: calc(50% - 30px * 0.5);
  }
  .form--flex .flex--66-lg {
    flex-basis: calc(66% - 30px * 0.5);
    width: calc(66% - 30px * 0.5);
    max-width: calc(66% - 30px * 0.5);
  }
  .form--flex .flex--75-lg {
    flex-basis: calc(75% - 30px * 0.5);
    width: calc(75% - 30px * 0.5);
    max-width: calc(75% - 30px * 0.5);
  }
  .form--flex .flex--100-lg {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .form--flex .flex--25-xl {
    flex-basis: calc(25% - 30px * 0.5);
    width: calc(25% - 30px * 0.5);
    max-width: calc(25% - 30px * 0.5);
  }
  .form--flex .flex--33-xl {
    flex-basis: calc(33% - 30px * 0.5);
    width: calc(33% - 30px * 0.5);
    max-width: calc(33% - 30px * 0.5);
  }
  .form--flex .flex--50-xl {
    flex-basis: calc(50% - 30px * 0.5);
    width: calc(50% - 30px * 0.5);
    max-width: calc(50% - 30px * 0.5);
  }
  .form--flex .flex--66-xl {
    flex-basis: calc(66% - 30px * 0.5);
    width: calc(66% - 30px * 0.5);
    max-width: calc(66% - 30px * 0.5);
  }
  .form--flex .flex--75-xl {
    flex-basis: calc(75% - 30px * 0.5);
    width: calc(75% - 30px * 0.5);
    max-width: calc(75% - 30px * 0.5);
  }
  .form--flex .flex--100-xl {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}

.grid, form .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -9.5px;
  margin-right: -9.5px;
  margin-top: -25px;
  position: relative;
}
@media (min-width: 768px) {
  .grid, form .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1024px) {
  .grid, form .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1024px) {
  .grid, form .row {
    margin-top: -30px;
  }
}

.grid__col, form .col, form .col-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-left: 9.5px;
  padding-right: 9.5px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .grid__col, form .col, form .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .grid__col, form .col, form .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .grid__col, form .col, form .col-12 {
    margin-top: 30px;
  }
}

.grid--2up .grid__col, .grid--2up form .col, form .grid--2up .col, .grid--2up form .col-12, form .grid--2up .col-12 {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
@media (min-width: 0) {
  .grid--2up-xs .grid__col, .grid--2up-xs form .col, form .grid--2up-xs .col, .grid--2up-xs form .col-12, form .grid--2up-xs .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .grid--2up-sm .grid__col, .grid--2up-sm form .col, form .grid--2up-sm .col, .grid--2up-sm form .col-12, form .grid--2up-sm .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .grid--2up-md .grid__col, .grid--2up-md form .col, form .grid--2up-md .col, .grid--2up-md form .col-12, form .grid--2up-md .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .grid--2up-lg .grid__col, .grid--2up-lg form .col, form .grid--2up-lg .col, .grid--2up-lg form .col-12, form .grid--2up-lg .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .grid--2up-xl .grid__col, .grid--2up-xl form .col, form .grid--2up-xl .col, .grid--2up-xl form .col-12, form .grid--2up-xl .col-12 {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

.grid--3up .grid__col, .grid--3up form .col, form .grid--3up .col, .grid--3up form .col-12, form .grid--3up .col-12 {
  flex-basis: 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 0) {
  .grid--3up-xs .grid__col, .grid--3up-xs form .col, form .grid--3up-xs .col, .grid--3up-xs form .col-12, form .grid--3up-xs .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 576px) {
  .grid--3up-sm .grid__col, .grid--3up-sm form .col, form .grid--3up-sm .col, .grid--3up-sm form .col-12, form .grid--3up-sm .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid--3up-md .grid__col, .grid--3up-md form .col, form .grid--3up-md .col, .grid--3up-md form .col-12, form .grid--3up-md .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .grid--3up-lg .grid__col, .grid--3up-lg form .col, form .grid--3up-lg .col, .grid--3up-lg form .col-12, form .grid--3up-lg .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .grid--3up-xl .grid__col, .grid--3up-xl form .col, form .grid--3up-xl .col, .grid--3up-xl form .col-12, form .grid--3up-xl .col-12 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.grid--4up .grid__col, .grid--4up form .col, form .grid--4up .col, .grid--4up form .col-12, form .grid--4up .col-12 {
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
}
@media (min-width: 0) {
  .grid--4up-xs .grid__col, .grid--4up-xs form .col, form .grid--4up-xs .col, .grid--4up-xs form .col-12, form .grid--4up-xs .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) {
  .grid--4up-sm .grid__col, .grid--4up-sm form .col, form .grid--4up-sm .col, .grid--4up-sm form .col-12, form .grid--4up-sm .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .grid--4up-md .grid__col, .grid--4up-md form .col, form .grid--4up-md .col, .grid--4up-md form .col-12, form .grid--4up-md .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  .grid--4up-lg .grid__col, .grid--4up-lg form .col, form .grid--4up-lg .col, .grid--4up-lg form .col-12, form .grid--4up-lg .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) {
  .grid--4up-xl .grid__col, .grid--4up-xl form .col, form .grid--4up-xl .col, .grid--4up-xl form .col-12, form .grid--4up-xl .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}

.grid--5up .grid__col, .grid--5up form .col, form .grid--5up .col, .grid--5up form .col-12, form .grid--5up .col-12 {
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
}
@media (min-width: 0) {
  .grid--5up-xs .grid__col, .grid--5up-xs form .col, form .grid--5up-xs .col, .grid--5up-xs form .col-12, form .grid--5up-xs .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 576px) {
  .grid--5up-sm .grid__col, .grid--5up-sm form .col, form .grid--5up-sm .col, .grid--5up-sm form .col-12, form .grid--5up-sm .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .grid--5up-md .grid__col, .grid--5up-md form .col, form .grid--5up-md .col, .grid--5up-md form .col-12, form .grid--5up-md .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1024px) {
  .grid--5up-lg .grid__col, .grid--5up-lg form .col, form .grid--5up-lg .col, .grid--5up-lg form .col-12, form .grid--5up-lg .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1280px) {
  .grid--5up-xl .grid__col, .grid--5up-xl form .col, form .grid--5up-xl .col, .grid--5up-xl form .col-12, form .grid--5up-xl .col-12 {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}

@media (min-width: 0) {
  .grid__col.w-1of2-xs, form .w-1of2-xs.col, form .w-1of2-xs.col-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-xs, form .w-1of3-xs.col, form .w-1of3-xs.col-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-xs, form .w-1of4-xs.col, form .w-1of4-xs.col-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) {
  .grid__col.w-1of2-sm, form .grid__col.col-sm-6, form .w-1of2-sm.col, form .col.col-sm-6, form .w-1of2-sm.col-12, form .col-12.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-sm, form .grid__col.col-sm-4, form .w-1of3-sm.col, form .col.col-sm-4, form .w-1of3-sm.col-12, form .col-12.col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-sm, form .grid__col.col-sm-3, form .w-1of4-sm.col, form .col.col-sm-3, form .w-1of4-sm.col-12, form .col-12.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .grid__col.w-1of2-md, form .w-1of2-md.col, form .w-1of2-md.col-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-md, form .w-1of3-md.col, form .w-1of3-md.col-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-md, form .w-1of4-md.col, form .w-1of4-md.col-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  .grid__col.w-1of2-lg, form .w-1of2-lg.col, form .w-1of2-lg.col-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-lg, form .w-1of3-lg.col, form .w-1of3-lg.col-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-lg, form .w-1of4-lg.col, form .w-1of4-lg.col-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) {
  .grid__col.w-1of2-xl, form .w-1of2-xl.col, form .w-1of2-xl.col-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid__col.w-1of3-xl, form .w-1of3-xl.col, form .w-1of3-xl.col-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid__col.w-1of4-xl, form .w-1of4-xl.col, form .w-1of4-xl.col-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (min-width: 1024px) {
  .grid--1-3 .grid__col:nth-child(odd), .grid--1-3 form .col:nth-child(odd), form .grid--1-3 .col:nth-child(odd), .grid--1-3 form .col-12:nth-child(odd), form .grid--1-3 .col-12:nth-child(odd) {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid--1-3 .grid__col:nth-child(even), .grid--1-3 form .col:nth-child(even), form .grid--1-3 .col:nth-child(even), .grid--1-3 form .col-12:nth-child(even), form .grid--1-3 .col-12:nth-child(even) {
    flex-basis: 75%;
    width: 75%;
    max-width: 75%;
  }
}

@media (min-width: 1024px) {
  .grid--1-2 .grid__col:nth-child(odd), .grid--1-2 form .col:nth-child(odd), form .grid--1-2 .col:nth-child(odd), .grid--1-2 form .col-12:nth-child(odd), form .grid--1-2 .col-12:nth-child(odd) {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid--1-2 .grid__col:nth-child(even), .grid--1-2 form .col:nth-child(even), form .grid--1-2 .col:nth-child(even), .grid--1-2 form .col-12:nth-child(even), form .grid--1-2 .col-12:nth-child(even) {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1024px) {
  .grid--1-1-2 .grid__col, .grid--1-1-2 form .col, form .grid--1-1-2 .col, .grid--1-1-2 form .col-12, form .grid--1-1-2 .col-12 {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid--1-1-2 .grid__col:nth-child(3n), .grid--1-1-2 form .col:nth-child(3n), form .grid--1-1-2 .col:nth-child(3n), .grid--1-1-2 form .col-12:nth-child(3n), form .grid--1-1-2 .col-12:nth-child(3n) {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

form .row {
  margin-top: 0;
}
form .col, form .col-12 {
  margin-top: 0;
}
.grid.grid--flush, form .grid--flush.row {
  margin-top: 0;
}
.grid.grid--flush .grid__col, form .grid--flush.row .grid__col, .grid.grid--flush form .col, form .grid.grid--flush .col, form .grid--flush.row .col, .grid.grid--flush form .col-12, form .grid.grid--flush .col-12, form .grid--flush.row .col-12 {
  margin-top: 0;
}

/*
.hero.hero--insight
  .hero__inner
    .hero__body
      .hero__eyebrow
        .is-eyebrow
      .hero__title
      .hero__meta
        .hero__date
        .hero__byline
    .hero__image
      img
*/
.hero {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0c2340;
}
@media (min-width: 768px) {
  .hero {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .hero {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (min-width: 768px) {
  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .hero {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.hero .hero__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero__image img {
  display: block;
}
.hero .hero__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.hero .hero__meta > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.hero .hero__meta > li::before {
  display: none;
}
.hero .hero__meta div:not(:first-child) {
  margin-top: 20px;
}
.hero .hero__byline {
  display: flex;
}
.hero .hero__authors {
  margin-left: 25px;
}
.hero .hero__authors li + li {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .hero .hero__meta {
    margin-top: 25px;
  }
  .hero .hero__meta div:not(:first-child) {
    margin-top: 25px;
  }
  .hero .hero__authors {
    margin-left: 30px;
  }
}

/*
.hero.hero--standard
  .hero__inner
    .hero__body
      .hero__eyebrow.is-eyebrow
      .hero__title
    .hero__image
      img
    .hero__intro
      p
*/
.hero--standard {
  padding-top: 156px;
  padding-bottom: 60px;
}
.hero--standard .hero__inner {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.hero--standard .hero__body {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.hero--standard .hero__title,
.hero--standard .hero__eyebrow {
  color: #ffffff;
}
.hero--standard .hero__title {
  margin-bottom: 0;
}
.hero--standard .hero__eyebrow {
  margin-top: -1rem;
}
.hero--standard .hero__image {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  z-index: 1;
  margin-top: -25px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero--standard .hero__image {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .hero--standard .hero__image {
    margin-left: -80px;
    margin-right: -80px;
  }
}
.hero--standard .hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.hero--standard .hero__image.is-position-center img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.hero--standard .hero__image.is-position-top img {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.hero--standard .hero__image.is-position-bottom img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.hero--standard .hero__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 4.77%, rgba(0, 0, 0, 0) 50%);
  z-index: 2;
}
.hero--standard.hero--no-title .hero__image {
  margin-top: 0;
}
.hero--standard.hero--no-title .hero__eyebrow {
  margin-bottom: 0;
  padding-bottom: 60px;
}
.hero--standard.hero--large .hero__image {
  height: 400px;
  max-height: 400px;
}
.hero--standard .hero__intro {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.hero--standard .hero__intro > *:last-child {
  margin-bottom: 0;
}
.hero--standard .hero__intro p {
  color: #ffffff;
}
.hero--standard .hero__intro-eyebrow {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.hero--standard .hero__image:last-child,
.hero--standard .hero__intro:last-child {
  margin-bottom: -60px;
}
@media (min-width: 1024px) {
  .hero--standard {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .hero--standard .hero__image {
    margin-top: -50px;
    height: 400px;
    max-height: 400px;
  }
  .hero--standard .hero__image img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hero--standard.hero--no-title .hero__image {
    margin-top: 0;
  }
  .hero--standard.hero--no-title .hero__eyebrow {
    padding-bottom: 100px;
  }
  .hero--standard.hero--large .hero__image {
    height: 42vh;
    max-height: 420px;
  }
  .hero--standard .hero__intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero--standard .hero__intro-eyebrow {
    margin-bottom: 25px;
  }
  .hero--standard .hero__image:last-child,
  .hero--standard .hero__intro:last-child {
    margin-bottom: -100px;
  }
}
@media (min-width: 1280px) {
  .hero--standard .hero__intro {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.0833333333);
  }
}

.hero--standard--steel-25 {
  background-color: #f1f2f1;
}
.hero--standard--steel-25 .hero__title,
.hero--standard--steel-25 .hero__eyebrow {
  color: #0c2340;
}

/*
.hero.hero--insight[.hero--insight--no-image]
  .hero__inner
    .hero__body
      .hero__eyebrow.is-label
      .hero__title
      .hero__meta
        .hero__date
        .hero__byline
      .hero__cta
    .hero__image
      img
*/
.hero--insight {
  padding-top: 96px;
  padding-bottom: 60px;
  background-color: #f1f2f1;
}
.hero--insight .hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hero--insight .hero__body {
  order: 2;
  margin-top: 60px;
}
.hero--insight .hero__eyebrow {
  margin-top: -0.75rem;
}
.hero--insight .hero__title {
  margin: 0;
}
.hero--insight .hero__cta {
  margin-top: 35px;
  text-align: center;
}
.hero--insight .hero__image {
  order: 1;
  height: 320px;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}
.hero--insight .hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  min-height: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .hero--insight .hero__image {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .hero--insight {
    position: relative;
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .hero--insight .hero__inner {
    flex-direction: row;
    align-items: stretch;
  }
  .hero--insight .hero__body {
    margin-top: 0;
    width: calc(100% - (100% + 30px) * 0.4166666667);
  }
  .hero--insight .hero__cta {
    margin-top: 50px;
    text-align: left;
  }
  .hero--insight .hero__image {
    position: absolute;
    top: 149px;
    right: 0;
    width: calc(80px + calc(100% - (100% + 30px) * 0.6666666667));
    height: calc(100% - (150px - 1px));
  }
  .hero--insight .hero__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1280px) {
  .hero--insight .hero__body {
    width: calc(100% - (100% + 30px) * 0.5);
  }
  .hero--insight .hero__image {
    width: calc(80px + calc(100% - (100% + 30px) * 0.5833333333));
  }
}

@media (min-width: 1024px) {
  .hero--insight--no-image .hero__body {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}
@media (min-width: 1280px) {
  .hero--insight--no-image .hero__body {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}

/*
.hero.hero--insightAlt[.hero--insightAlt--no-image]
  .hero__inner
    .hero__body
      .hero__eyebrow.is-label
      .hero__title
      .hero__meta
        .hero__date
        .hero__byline
      .hero__cta
    .hero__image
      img
*/
.hero--insightAlt {
  padding-top: 96px;
  padding-bottom: 35px;
  background-color: #0c2340;
}
.hero--insightAlt .hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.hero--insightAlt .hero__body {
  margin-top: 60px;
  padding-bottom: 35px;
}
.hero--insightAlt .hero__eyebrow {
  margin-top: -0.75rem;
  color: #ffffff;
}
.hero--insightAlt .hero__title {
  margin: 0;
  color: #ffffff;
}
.hero--insightAlt .hero__title * {
  color: #ffffff;
}
.hero--insightAlt .hero__meta {
  color: #ffffff;
}
.hero--insightAlt .hero__cta {
  margin-top: 35px;
  text-align: center;
}
.hero--insightAlt .hero__image {
  margin-bottom: -95px;
  width: calc(100% - (100% + 30px) * 0.25);
  position: relative;
  box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.4);
}
.hero--insightAlt .hero__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 17.71%, rgba(217, 217, 217, 0.3) 85.71%);
}
.hero--insightAlt .hero__image.hero__image--vertical {
  box-shadow: none;
}
.hero--insightAlt .hero__image.hero__image--vertical:after {
  display: none;
}
.hero--insightAlt .hero__image.hero__image--vertical img {
  width: 275px;
  min-height: auto;
  min-width: auto;
  margin: 0 auto;
  box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.4);
}
.hero--insightAlt .hero__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  min-height: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .hero--insightAlt .hero__body {
    width: calc(100% - (100% + 30px) * 0);
  }
  .hero--insightAlt .hero__image {
    width: calc(100% - (100% + 30px) * 0.4166666667);
  }
}
@media (min-width: 1024px) {
  .hero--insightAlt {
    position: relative;
    padding-top: 250px;
    padding-bottom: 50px;
  }
  .hero--insightAlt .hero__inner {
    flex-direction: row;
    align-items: flex-end;
  }
  .hero--insightAlt .hero__body {
    margin-top: 0;
    width: calc(100% - (100% + 30px) * 0.4166666667);
    padding-bottom: 0;
  }
  .hero--insightAlt .hero__cta {
    margin-top: 50px;
    text-align: left;
  }
  .hero--insightAlt .hero__image {
    margin-bottom: -110px;
    width: calc(100% - (100% + 30px) * 0.5833333333);
  }
}
@media (min-width: 1280px) {
  .hero--insightAlt .hero__body {
    width: calc(100% - (100% + 30px) * 0.5);
  }
  .hero--insightAlt .hero__image {
    width: calc(100% - (100% + 30px) * 0.5833333333);
  }
}

@media (min-width: 1024px) {
  .hero--insightAlt--no-image .hero__body {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}
@media (min-width: 1280px) {
  .hero--insightAlt--no-image .hero__body {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}

/*
.hero.hero--home
  .hero__inner
    .hero__body
      .hero__title
        .title--huge
      .hero__cta
    .hero__image
      img
    .hero__scrollprompt (see _hero-scrollprompt.scss for styles)
*/
.hero--home {
  position: relative;
  min-height: 660px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.hero--home .hero__body {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4.75rem;
}
@media (min-width: 768px) {
  .hero--home .hero__body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .hero--home .hero__body {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.hero--home .hero__title {
  margin: 0;
  color: #ffffff;
}
.hero--home .hero__title * {
  line-height: 1;
  color: #ffffff;
}
.hero--home .hero__title h1 {
  display: block;
  font-weight: 700;
  letter-spacing: -0.035em;
  font-size: 3.125rem;
  color: rgba(255, 255, 255, 0.7);
}
.hero--home .hero__title h2 {
  font-size: 1.875rem;
}
.hero--home .hero__cta {
  margin-top: 35px;
  max-width: 18.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero--home .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero--home .hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.hero--home .hero__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 25%, rgba(0, 0, 0, 0.56) 100%);
}
@media (min-width: 768px) {
  .hero--home .hero__cta {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .hero--home {
    min-height: 900px;
    padding-bottom: 0;
  }
  .hero--home .hero__body {
    transform: translate(0, 30px);
    padding-top: 0;
  }
  .hero--home .hero__title h2 {
    font-size: 4.375rem;
  }
  .hero--home .hero__title h1 {
    font-size: 5.625rem;
    line-height: 1;
  }
  .hero--home .hero__cta {
    margin-top: 50px;
  }
  .hero--home::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  }
}
@media (min-width: 1280px) {
  .hero--home {
    min-height: 900px;
  }
  .hero--home .hero__title h2 {
    font-size: 4.375rem;
  }
  .hero--home .hero__title h1 {
    margin-top: 6px;
    font-size: 5.625rem;
  }
}

/*
.hero.hero--search
  .hero__inner
    .hero__body
      .hero__title
    .hero__search
      form
        .form-group
          .form-control.form-control--search
*/
.hero--search {
  padding-top: 156px;
  padding-bottom: 60px;
  background-color: #f1f2f1;
}
.hero--search .hero__body {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.hero--search .hero__title {
  margin-bottom: 0;
}
.hero--search .hero__search {
  margin-top: 35px;
}
.hero--search .hero__search .form-group {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hero--search {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .hero--search .hero__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .hero--search .hero__body,
  .hero--search .hero__search {
    max-width: none;
    margin: 0;
  }
  .hero--search .hero__body {
    width: calc(100% - (100% + 30px) * 0.5833333333);
  }
  .hero--search .hero__search {
    width: calc(100% - (100% + 30px) * 0.4166666667);
    padding-bottom: 1.1rem;
  }
}
@media (min-width: 1280px) {
  .hero--search .hero__body {
    width: calc(100% - (100% + 30px) * 0.6666666667);
  }
  .hero--search .hero__search {
    width: calc(100% - (100% + 30px) * 0.3333333333);
  }
}

/*
Can appear either in .home--hero or in .slider--home
*/
.hero__scrollprompt {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 2;
  background-image: url(../../img/icons/citco-icon-scroll-down.svg);
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.hero__scrollprompt:hover, .hero__scrollprompt:active {
  opacity: 0.6;
  transform: translate(-50%, -25%);
}
@media (min-width: 1024px) {
  .hero__scrollprompt {
    transform: translate(-50%, -100%);
  }
  .hero__scrollprompt:hover, .hero__scrollprompt:active {
    transform: translate(-50%, -75%);
  }
}

.insight-contact-section {
  background: #0c2340;
  padding: 100px;
  text-align: center;
}
.insight-contact-section h1,
.insight-contact-section .is-h1,
.insight-contact-section h2,
.insight-contact-section .is-h2,
.insight-contact-section h3,
.insight-contact-section .is-h3,
.insight-contact-section h4,
.insight-contact-section .is-h4,
.insight-contact-section .chooser__menu .chooser__toggle,
.chooser__menu .insight-contact-section .chooser__toggle,
.insight-contact-section h5,
.insight-contact-section .is-h5,
.insight-contact-section label,
.insight-contact-section .label,
.insight-contact-section h6,
.insight-contact-section .is-h6 {
  color: #ffffff;
}
.insight-contact-section .btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .insight-contact-section .btn {
    padding: 1em;
  }
}
@media (max-width: 767px) {
  .insight-contact-section {
    padding: 60px 35px;
  }
}

.sec.featured-collections {
  padding-bottom: 0;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.site-header,
.site-footer {
  flex-shrink: 0;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.main {
  padding-left: 20px;
  padding-right: 20px;
  flex: 1 0 auto;
  overflow: hidden;
  /*
  > .block:last-child:not(.block--full) {
    margin-bottom: $line-space-3x;

    @include breakpoint(lg) {
      margin-bottom: $line-space-4x;
    }
  }
  */
}
@media (min-width: 768px) {
  .main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .main {
    padding-left: 80px;
    padding-right: 80px;
  }
}

[class*=link--] {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  color: #0c2340;
  transition: all 0.3s ease;
}
[class*=link--] .link__label {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding: 4px 0;
  vertical-align: middle;
  font-weight: inherit;
  color: inherit;
  transition: all 0.3s ease;
}
[class*=link--]:hover {
  color: #0c2340;
}
[class*=link--]:hover .link__label {
  border-bottom-color: inherit;
}
[class*=link--].link--p1, [class*=link--].link--p2 {
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
[class*=link--].link--p1 {
  font-size: 1.125rem;
}
[class*=link--].link--p2 {
  font-size: 1.25rem;
}

.link--action {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.link--action .link__label {
  flex: 0 1 auto;
}
.link--action::after {
  flex: 0 0 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 30px;
  background-color: transparent;
  background-position: right top;
  background-repeat: no-repeat;
  transform: translate(0, -1.5px);
}

.link--action.link--action--tan {
  color: #aa8443;
}
.link--action.link--action--tan:hover {
  color: #aa8443;
}

.link--action.link--action--white {
  color: #ffffff;
}
.link--action.link--action--white:hover {
  color: #ffffff;
}

.link--action.link--action--centered {
  justify-content: center;
}

.link--action.link--p1::after,
.link--action.link--p2::after {
  transform: translate(0, 0);
}

.link--action[data-icon=arrow]::after {
  background-image: url("../../img/icons/citco-icon-arrow-right.svg");
}

.link--action--white[data-icon=arrow]::after {
  background-image: url("../../img/icons/citco-icon-arrow-right-white.svg");
}

.link--action--tan[data-icon=arrow]::after {
  background-image: url("../../img/icons/citco-icon-arrow-right-tan.svg");
}

.link--action[data-icon=plus]::after {
  background-image: url("../../img/icons/citco-icon-plus.svg");
}

.link--action--white[data-icon=plus]::after {
  background-image: url("../../img/icons/citco-icon-plus-white.svg");
}

.link--action[data-icon=minus]::after {
  background-image: url("../../img/icons/citco-icon-minus.svg");
}

.link--action--white[data-icon=minus]::after {
  background-image: url("../../img/icons/citco-icon-minus-white.svg");
}

.link--action[data-icon=close]::after {
  background-image: url("../../img/icons/citco-icon-close.svg");
}

.link--action--white[data-icon=close]::after {
  background-image: url("../../img/icons/citco-icon-close-white.svg");
}

.link--action[data-icon=external]::after {
  background-image: url("../../img/icons/citco-icon-external.svg");
}

.link--action--white[data-icon=external]::after {
  background-image: url("../../img/icons/citco-icon-external-white.svg");
}

.link--icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.link--icon .link__label {
  flex: 0 1 auto;
}
.link--icon::before {
  flex: 0 0 32px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 32px;
  margin-right: 8px;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  transform: translate(0, -1.5px);
}

.link--icon.link--icon--white {
  color: #ffffff;
}
.link--icon.link--icon--white:hover {
  color: #ffffff;
}

.link--icon[data-icon=mail]::before {
  background-image: url("../../img/icons/citco-icon-mail.svg");
}

.link--icon--white[data-icon=mail]::before {
  background-image: url("../../img/icons/citco-icon-mail-white.svg");
}

.link--icon[data-icon=check]::before {
  background-image: url("../../img/icons/citco-icon-check.svg");
}

.link--icon--white[data-icon=check]::before {
  background-image: url("../../img/icons/citco-icon-check-white.svg");
}

.link--icon[data-icon=download]::before {
  background-image: url("../../img/icons/citco-icon-download.svg");
}

.link--icon--white[data-icon=download]::before {
  background-image: url("../../img/icons/citco-icon-download-white.svg");
}

.link--tag {
  border-bottom-width: 0;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0;
  text-decoration: underline;
  text-transform: none;
}
.link--tag:hover, .link--tag:active {
  color: #579db8;
}

.listing {
  height: 100%;
}

/*
.listing--author
  .listing__image
    img
  .listing__body">
    .author__name
    .author__title
    .author__action
*/
.listing--author .listing__image {
  margin-bottom: 25px;
}
.listing--author .listing__image img {
  display: block;
}
.listing--author .listing__body > * {
  margin-bottom: 0;
}
.listing--author .author__title {
  margin-top: 10px;
}
.listing--author .author__action {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .listing--author {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .listing--author .listing__image {
    margin-bottom: 0;
    width: calc(100% - (100% + 30px) * 0.6666666667);
  }
  .listing--author .listing__body {
    width: calc(100% - (100% + 30px) * 0.3333333333);
  }
  .listing--author .author__title {
    margin-top: 10px;
  }
  .listing--author .author__action {
    margin-top: 30px;
  }
}

/*
.listing--award
  .listing__body
    .listing__eyebrow[.is-hidden] // need this for this section to control breaks better
    .listing__title
    ul.listing__meta
      li
*/
.listing--award .listing__label {
  display: block;
  margin-bottom: 10px;
}
.listing--award .listing__title {
  margin: 0;
}
.listing--award .listing__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.listing--award .listing__meta > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.listing--award .listing__meta > li::before {
  display: none;
}
.listing--award .listing__meta > li {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .listing--award .listing__label {
    margin-bottom: 10px;
  }
  .listing--award .listing__meta {
    margin-top: 10px;
  }
}

/*
.listing--client
  a
    .listing__body
      .listing__labe.is-label
      .listing__title
    .listing__action
*/
.listing--client > a {
  border-color: transparent !important;
}
.listing--client .listing__action {
  margin-top: 25px !important;
}
@media (min-width: 1024px) {
  .listing--client .listing__action {
    margin-top: 30px !important;
  }
}

/*
.listing.listing--client-icon
  a
    .listing__image
      image here
    .listing__body
      .listing__title
    .listing__action
      icon here
*/
.listing--client-icon > * {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #0c2340;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.listing--client-icon .listing__image,
.listing--client-icon .listing__body {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}
.listing--client-icon .listing__image img {
  display: block;
  height: 56px;
  width: 56px;
}
.listing--client-icon .listing__body {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}
.listing--client-icon .listing__title {
  margin: 0;
}
.listing--client-icon .listing__action {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 24px;
  background-image: url(../../img/icons/citco-icon-arrow-right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .listing--client-icon > * {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .listing--client-icon > * {
    padding-left: 80px;
    padding-right: 80px;
  }
  .listing--client-icon .listing__image,
  .listing--client-icon .listing__body {
    padding: 25px 0;
  }
  .listing--client-icon .listing__body {
    margin-left: 32px;
    margin-right: 32px;
  }
  .listing--client-icon .listing__action {
    width: 40px;
    transform: translate(6px, 0);
  }
}

.listing--client-icon > a {
  background-color: transparent;
}
.listing--client-icon > a .listing__action {
  opacity: 0;
  visibility: hidden;
}
.listing--client-icon > a:hover, .listing--client-icon > a:active {
  background-color: #f1f2f1;
}
.listing--client-icon > a:hover .listing__action, .listing--client-icon > a:active .listing__action {
  opacity: 1;
  visibility: visible;
}

/*
.listing--collection
  a
    .listing__body
      .listing__title
      .listing__desc
        p
    .listing__action
    .listing__image
      img
*/
.listing--collection {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.listing--collection > a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-left: 20px solid #ffffff;
  padding: 20px 0;
  width: 100%;
  text-decoration: none;
  background-color: #343740;
  color: #ffffff;
  transition: all 0.3s ease;
}
.listing--collection .listing__body,
.listing--collection .listing__action {
  padding: 0 20px;
}
.listing--collection .listing__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.listing--collection .listing__desc > *:last-child {
  margin-bottom: 0;
}
.listing--collection .listing__action {
  margin-top: 20px;
  flex: 1;
}
.listing--collection .listing__image {
  margin-top: 20px;
  transform: translate(-20px, 0);
}
.listing--collection .listing__image img {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .listing--collection > a {
    border-left: 25px solid #ffffff;
    padding: 25px 0;
  }
  .listing--collection .listing__body,
  .listing--collection .listing__action {
    padding: 0 25px;
  }
  .listing--collection .listing__title {
    margin-bottom: 25px;
  }
  .listing--collection .listing__action {
    margin-top: 25px;
  }
  .listing--collection .listing__image {
    margin-top: 25px;
    transform: translate(-25px, 0);
  }
}

.listing--collection > a .listing__image {
  transition: all 0.3s ease;
}
.listing--collection > a:hover .link--action .link__label, .listing--collection > a:active .link--action .link__label {
  border-color: #ffffff;
}

/*
.listing--insight
  a
    .listing__body
      .listing__label
      .listing__title
      ul.listing__meta
        li
    .listing__action
*/
.listing--insight > a {
  border-color: transparent !important;
}

/*
.listing--insight-feature
  a
    .listing__body
      .listing__label
      .listing__title
      ul.listing__meta
        li
      .listing__action
    .listing__image
      img
*/
.sec.sec--insight-feature {
  padding-bottom: 0;
}
.sec.sec--insight-feature .sec__body {
  border-top: 12px solid #0c2340;
}

.sec.sec--insight-feature + .sec {
  padding-top: 0;
}

.listing--insight-feature {
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
}
.listing--insight-feature.is-half .listing__image,
.listing--insight-feature.is-half .listing__body {
  flex: 1 1 50%;
}
.listing--insight-feature .listing__body {
  flex: 1 1 38.197%;
  order: 2;
  margin-left: 20px;
  padding-top: 15px;
}
.listing--insight-feature .listing__body h2 {
  margin-bottom: 0;
}
.listing--insight-feature .listing__body .listing__label {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 0.875rem;
  text-transform: none;
  color: #0c2340;
}
@media (max-width: 1023px) {
  .listing--insight-feature .listing__body {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 37.5px;
    margin-left: 0;
    background-color: #f1f2f1;
  }
}
.listing--insight-feature .listing__category {
  display: block;
}
.listing--insight-feature .listing__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.listing--insight-feature .listing__meta > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.listing--insight-feature .listing__meta > li::before {
  display: none;
}
.listing--insight-feature .listing__meta > li {
  font-size: 0.875rem;
  font-weight: 500;
}
.listing--insight-feature .listing__action {
  margin-top: 25px;
}
.listing--insight-feature .listing__image {
  order: 1;
  position: relative;
  flex: 1 1 61.803%;
  margin-right: 20px;
}
.listing--insight-feature .listing__image .listing__image-wrapper {
  height: 24em;
}
.listing--insight-feature .listing__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .listing--insight-feature .listing__image {
    margin-right: 0;
    padding-top: 56.25%;
  }
  .listing--insight-feature .listing__image .listing__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .listing--insight-feature {
    flex-direction: row;
    justify-content: space-between;
  }
  .listing--insight-feature .listing__meta {
    margin-top: 25px;
  }
  .listing--insight-feature .listing__action {
    margin-top: 30px;
  }
  .listing--insight-feature .listing__image .listing__image-wrapper {
    height: auto;
  }
}

/*
.listing--recognition
  a|div
    .listing__body
      .listing__label
      .listing__title
      .listing__desc
        p.is-p0
      ul.listing__meta
        li
    .listing__action
*/
.listing--recognition, .listing--client, .listing--insight {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.listing--recognition > a, .listing--client > a, .listing--insight > a,
.listing--recognition > div,
.listing--client > div,
.listing--insight > div {
  flex: 1;
  position: relative;
  display: block;
  border: 1px solid #0c2340;
  padding-top: 37px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  text-decoration: none;
}
.listing--recognition > a::before, .listing--client > a::before, .listing--insight > a::before,
.listing--recognition > div::before,
.listing--client > div::before,
.listing--insight > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  border: 1px solid #0c2340;
  background-color: #0c2340;
}
.listing--recognition .listing__body > *, .listing--client .listing__body > *, .listing--insight .listing__body > * {
  margin: 0;
}
.listing--recognition .listing__label, .listing--client .listing__label, .listing--insight .listing__label {
  display: block;
  margin-bottom: 10px;
}
.listing--recognition .listing__desc, .listing--client .listing__desc, .listing--insight .listing__desc {
  margin-top: 10px;
  color: #343740;
}
.listing--recognition .listing__desc > *:last-child, .listing--client .listing__desc > *:last-child, .listing--insight .listing__desc > *:last-child {
  margin-bottom: 0;
}
.listing--recognition .listing__meta, .listing--client .listing__meta, .listing--insight .listing__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.listing--recognition .listing__meta > li, .listing--client .listing__meta > li, .listing--insight .listing__meta > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.listing--recognition .listing__meta > li::before, .listing--client .listing__meta > li::before, .listing--insight .listing__meta > li::before {
  display: none;
}
.listing--recognition .listing__meta > li, .listing--client .listing__meta > li, .listing--insight .listing__meta > li {
  font-size: 0.875rem;
  font-weight: 500;
}
.listing--recognition .listing__action, .listing--client .listing__action, .listing--insight .listing__action {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .listing--recognition > a, .listing--client > a, .listing--insight > a,
  .listing--recognition > div,
  .listing--client > div,
  .listing--insight > div {
    padding-top: 37px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .listing--recognition .listing__label, .listing--client .listing__label, .listing--insight .listing__label {
    margin-bottom: 10px;
  }
  .listing--recognition .listing__desc, .listing--client .listing__desc, .listing--insight .listing__desc {
    margin-top: 10px;
  }
  .listing--recognition .listing__meta, .listing--client .listing__meta, .listing--insight .listing__meta {
    margin-top: 25px;
  }
  .listing--recognition .listing__action, .listing--client .listing__action, .listing--insight .listing__action {
    margin-top: 25px;
  }
}

.listing--recognition > a, .listing--client > a, .listing--insight > a {
  background-color: transparent;
  color: #0c2340;
}
.listing--recognition > a:hover, .listing--client > a:hover, .listing--insight > a:hover, .listing--recognition > a:active, .listing--client > a:active, .listing--insight > a:active {
  background-color: #f1f2f1;
}
.listing--recognition > a:hover .link--action .link__label, .listing--client > a:hover .link--action .link__label, .listing--insight > a:hover .link--action .link__label, .listing--recognition > a:active .link--action .link__label, .listing--client > a:active .link--action .link__label, .listing--insight > a:active .link--action .link__label {
  border-color: #0c2340;
}

/*
.listing--search
  a
    .listing__body
      .listing__eyebrow
      .listing__title
      .listing__desc
        p
    .listing__action
*/
.listing--search {
  height: auto;
}
.listing--search > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #0c2340;
  padding: 25px;
  text-decoration: none;
}
.listing--search:not(.listing--search--featured) > a {
  padding-left: 0;
  padding-right: 0;
}
.listing--search .listing__desc,
.listing--search .listing__action {
  margin-top: 20px;
}
.listing--search .listing__desc > *:last-child {
  margin-bottom: 0;
}
.listing--search.listing--search--featured {
  background-color: #0c2340;
  margin-top: 30px;
}
.listing--search.listing--search--featured .listing__title,
.listing--search.listing--search--featured > a {
  color: #f1f2f1;
}
.listing--search.listing--search--featured .link--action {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .listing--search > a {
    padding: 30px;
  }
  .listing--search:not(.listing--search--featured) > a {
    padding-left: 0;
    padding-right: 0;
  }
  .listing--search .listing__desc,
  .listing--search .listing__action {
    margin-top: 25px;
  }
}

.listing--search > a {
  background-color: transparent;
  color: #0c2340;
}
.listing--search > a:hover .link--action .link__label, .listing--search > a:active .link--action .link__label {
  border-color: #0c2340;
}

/*
.listing--service
  a
    .listing__body
      .listing__title
      .listing__desc
        p
    .listing__action
*/
.listing--service {
  height: auto;
}
.listing--service > a {
  position: relative;
  display: block;
  padding-top: 42px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  text-decoration: none;
}
.listing--service > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  border: 1px solid #0c2340;
  background-color: transparent;
  transition: all 0.3s ease;
}
.listing--service .listing__body > * {
  margin: 0;
}
.listing--service .listing__desc,
.listing--service .listing__action {
  margin-top: 20px;
}
.listing--service .listing__desc > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .listing--service > a {
    padding-top: 42px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .listing--service .listing__desc,
  .listing--service .listing__action {
    margin-top: 25px;
  }
}

.listing--service > a {
  background-color: transparent;
  color: #0c2340;
}
.listing--service > a::before {
  background-color: transparent;
}
.listing--service > a:hover, .listing--service > a:active {
  background-color: #f1f2f1;
}
.listing--service > a:hover *, .listing--service > a:active * {
  color: inherit;
}
.listing--service > a:hover .link--action .link__label, .listing--service > a:active .link--action .link__label {
  border-color: #0c2340;
}
.listing--service > a:hover::before, .listing--service > a:active::before {
  background-color: #0c2340;
}

/*
.listing--service-card
  a
    .listing__body
      .listing__label.is-eyebrow
      .listing__title
    .listing__action
*/
.listing--service-card {
  height: auto;
}
.listing--service-card > a {
  display: block;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  text-decoration: none;
  background-color: #f1f2f1;
}
.listing--service-card .listing__body > * {
  margin: 0;
}
.listing--service-card .listing__label {
  display: block;
  margin-bottom: 10px;
}
.listing--service-card .listing__action {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .listing--service-card > a {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .listing--service-card .listing__label {
    margin-bottom: 10px;
  }
  .listing--service-card .listing__action {
    margin-top: 50px;
  }
}

.listing--service-card > a:hover .btn, .listing--service-card > a:active .btn {
  background-color: #0c2340;
  color: #ffffff;
}

/*
.listing--service-tile
  a
    .listing__image
      img
    .listing__body
      .listing__title
*/
.listing--service-tile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.listing--service-tile > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.listing--service-tile > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border: 1px solid #0c2340;
  transition: all 0.3s ease;
}
.listing--service-tile .listing__image {
  width: 100%;
  overflow: hidden;
}
.listing--service-tile .listing__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  min-width: 100%;
  min-height: 100%;
}
.listing--service-tile .listing__body {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.listing--service-tile .listing__title {
  margin: 10px 0;
  width: 100%;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  .listing--service-tile .listing__title {
    margin: 10px 0;
  }
}

.listing--service-tile > a {
  background-color: transparent;
}
.listing--service-tile > a::after {
  background-color: transparent;
}
.listing--service-tile > a:hover, .listing--service-tile > a:active {
  background-color: #f1f2f1;
}
.listing--service-tile > a:hover::after, .listing--service-tile > a:active::after {
  background-color: #0c2340;
}

/*
.listing--value
  div|a
    .listing__body
      .listing__title
        .title__icon
        .title__text
      .listing__desc
        p
*/
.listing--value {
  height: auto;
}
.listing--value > a,
.listing--value > div {
  position: relative;
  display: block;
  padding-top: 42px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  text-decoration: none;
}
.listing--value > a::before,
.listing--value > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  border: 1px solid #0c2340;
  background-color: transparent;
  transition: all 0.3s ease;
}
.listing--value .listing__body > * {
  margin: 0;
}
.listing--value .listing__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.listing--value .listing__title .title__icon img {
  display: block;
  height: 56px;
  width: 56px;
}
.listing--value .listing__title .title__text {
  flex: 1;
  margin-left: 19px;
}
.listing--value .listing__desc,
.listing--value .listing__action {
  margin-top: 20px;
}
.listing--value .listing__desc > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .listing--value .listing__title .title__text {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .listing--value > a,
  .listing--value > div {
    padding-top: 42px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .listing--value .listing__title .title__text {
    margin-left: 30px;
  }
  .listing--value .listing__desc,
  .listing--value .listing__action {
    margin-top: 25px;
  }
}

.listing--value > a {
  background-color: transparent;
  color: #0c2340;
}
.listing--value > a::before {
  background-color: transparent;
}
.listing--value > a:hover, .listing--value > a:active {
  background-color: #f1f2f1;
}
.listing--value > a:hover *, .listing--value > a:active * {
  color: inherit;
}
.listing--value > a:hover .link--action, .listing--value > a:active .link--action {
  border-color: #0c2340;
}
.listing--value > a:hover::before, .listing--value > a:active::before {
  background-color: #0c2340;
}

/*
.location
  .location__name
  table.location__contact-info
    tbody
      tr
        th
        td
*/
.location__address {
  display: block;
  margin-bottom: 25px;
  text-decoration: none;
}

.column-list + .location__address {
  padding-top: 25px;
  border-top: 1px solid #D3D3D3;
}

.location {
  margin-bottom: 25px;
}
.location .location__name {
  letter-spacing: 0;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0.25em;
}
.location .location__contact-info {
  color: #0c2340;
  line-height: 1.25;
  font-weight: 300;
}

.citco-logo,
.citco-logo--small {
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.citco-logo {
  height: 38px;
  width: 180px;
  background-image: url(../../img/citco-logo.svg);
}

.citco-logo--small {
  height: 27px;
  width: 128px;
  background-image: url(../../img/citco-logo-small.svg);
}

.header__mega {
  width: 100%;
}
.header__mega .mega__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px 0;
}
.header__mega .mega__header,
.header__mega .mega__menu {
  padding-bottom: 25px;
}
.header__mega .mega__header {
  width: calc(33.3333333333% - 15px);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 30px;
}
.header__mega .mega__title {
  margin-top: -0.1em;
  margin-bottom: 10px;
  color: #ffffff;
}
.header__mega .mega__description {
  color: #ffffff;
}
.header__mega .mega__description p {
  margin-bottom: 25px;
}
.header__mega .mega__description p:last-child {
  margin-bottom: 0;
}
.header__mega .mega__description .btn {
  font-weight: 400;
  padding: 14px 20px;
}
.header__mega .mega__description .btn .link__label {
  font-weight: 400;
}
.header__mega .mega__menu {
  width: calc(66.6666666667% - 15px);
}
.header__mega .mega__menu ul, .header__mega .mega__menu .hero .hero__meta, .hero .header__mega .mega__menu .hero__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.header__mega .mega__menu ul > li, .header__mega .mega__menu .hero .hero__meta > li, .hero .header__mega .mega__menu .hero__meta > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.header__mega .mega__menu ul > li::before, .header__mega .mega__menu .hero .hero__meta > li::before, .hero .header__mega .mega__menu .hero__meta > li::before {
  display: none;
}
.header__mega .mega__menu ul li, .header__mega .mega__menu .hero .hero__meta li, .hero .header__mega .mega__menu .hero__meta li {
  padding: 10px 0;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.header__mega .mega__menu a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.header__mega .mega__menu a::before {
  content: "—";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
}
.header__mega .mega__menu a:hover {
  padding-left: 25px;
  color: #aa8443;
}
.header__mega .mega__menu a:hover::before {
  color: #aa8443;
}
@media (min-width: 1280px) {
  .header__mega .mega__menu ul, .header__mega .mega__menu .hero .hero__meta, .hero .header__mega .mega__menu .hero__meta {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (max-width: 1023px) {
  .header__mega {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__mega {
    display: block;
  }
}

.header__mega {
  height: 0;
  overflow: hidden;
}
.header__mega .mega__title,
.header__mega .mega__description,
.header__mega .mega__menu {
  opacity: 0;
  visibility: hidden;
}
.header__mega .mega__title {
  transition: opacity 0.3s linear;
}
.header__mega .mega__description {
  transition: opacity 0.3s linear 0.1s;
}
.header__mega .mega__menu {
  transition: opacity 0.3s linear 0.2s;
}
.header__mega.is-open {
  height: auto;
}
.header__mega.is-open .mega__title,
.header__mega.is-open .mega__description,
.header__mega.is-open .mega__menu {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .modal__overlay {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .modal__overlay {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.modal__container {
  background-color: #FFFFFF;
  padding: 20px;
  max-width: 1280px;
  max-height: 100vh;
  border-radius: 0;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .modal__container {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .modal__container {
    padding: 80px;
    padding-top: 40px;
    width: 100%;
  }
}
.modal__container .modal__inner {
  max-width: 1061px;
  margin: 0 auto;
}

#modal-video .modal__container {
  padding: 0;
  padding-top: 36px;
  background: transparent;
  width: 100%;
  position: relative;
}
#modal-video .modal__content {
  margin: 0;
  background: #000;
}
#modal-video .modal__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
}
#modal-video .modal__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
}

.modal__header {
  position: relative;
  padding-top: 1.25rem;
}
.modal__header .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .modal__close {
    right: -40px;
  }
}

.modal__content {
  margin-top: 2rem;
}

.modal__content-header {
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .modal__content-header {
    margin-bottom: 50px;
  }
}
.modal__content-header:last-child {
  margin-bottom: 0;
}

.modal__footer {
  display: flex;
  justify-content: flex-end;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal--slide {
  display: none;
}

.modal--slide.is-open {
  display: block;
}

.modal--slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal--slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal--slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal--slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

#modal-contact .modal__container {
  height: calc(100vh - 160px);
}

.page-header {
  padding-top: 3rem;
  margin-bottom: 3rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .page-header {
    padding-top: 12rem;
    margin-bottom: 6rem;
  }
}
.page-header .page-header__inner {
  max-width: 1061px;
}
.page-header.page-header--wide .page-header__inner {
  max-width: 950px;
}
@media (min-width: 1024px) {
  .page-header.is-top {
    margin-bottom: 3rem;
  }
}
.page-header .is-eyebrow {
  display: block;
  margin: -26px 0 0.5rem;
}
.page-header h1 {
  margin: 0;
}
.page-header h1 + .is-byline {
  margin-top: 1rem;
}
.page-header h1 + .is-lede {
  margin-top: 1.4375rem;
}
.page-header > *:last-child {
  margin-bottom: 0;
}

.pager {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pager .pager__count {
  letter-spacing: 0.13em;
}
.pager .btn.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}

/*
.pager {
  display: flex;
  font-size: rem(15);
  font-weight: $font-weight-bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;

  li {
    flex: 0 1 auto;
    min-width: rem(48);

    &.pager__prev,
    &.pager__next {
      flex: 1 0 auto;
    }

    a, span {
      display: block;
      padding: 12px;
      border: 1px solid $gray-border;
      color: $gray-dark;
    }

    span {
      cursor: default;
    }

    &.is-active a,
    a:hover, a:focus {
      border-color: $primary;
      position: relative;
      z-index: 2;
      color: $primary;
    }

    &:not(:first-child) {
      margin-left: -1px;
    }

    &.is-disabled a,
    &.is-disabled a:hover,
    &.is-disabled a:focus {
      color: $gray-rule;
      border-color: $gray-rule;
      cursor: default;
      pointer-events: none;
      z-index: 0;
    }

  }

  // Only show current page and next/prev on mobile
  @include breakpoint-down(sm) {
    li:not(.is-active):not(.pager__prev):not(.pager__next) {
      display: none;
    }
  }

}
*/
.publication--header {
  display: flex;
  justify-content: space-between;
  background-color: #f1f2f1;
}
@media (max-width: 1023px) {
  .publication--header {
    flex-direction: column;
    align-items: center;
    background-color: white;
  }
}
.publication--header .filter-toggle button {
  padding: 0.5em 0;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #0c2340;
  min-height: 60px;
  height: 100%;
}
.publication--header .filter-toggle button img {
  display: block;
  width: 4.5em;
}
.publication--header .filter-toggle button h5 {
  display: none;
  margin-right: 2em;
  margin-bottom: 0;
  color: white;
}
@media (max-width: 1023px) {
  .publication--header .filter-toggle button {
    margin-top: 2em;
  }
  .publication--header .filter-toggle button h5 {
    display: block;
  }
}

.publication-tabs {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .publication-tabs {
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
  }
}

.publication-tab {
  margin: 0;
  padding: 1.25em 1em;
  padding-top: calc(1.25em + 4px);
  cursor: pointer;
  border-bottom: 4px solid #f1f2f1;
  transition: all 0.4s ease;
  background-color: #f1f2f1;
  min-height: 60px;
  height: 100%;
  text-align: center;
  flex: 1 1 auto;
}
.publication-tab[data-tab="*"] {
  flex: 0 0 auto;
  padding: 1.25em;
  padding-top: calc(1.25em + 4px);
  display: flex;
  align-items: center;
  height: auto;
}
.publication-tab .is-label {
  margin: 0;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 2px;
}
.publication-tab.is-selected {
  background-color: #0c2340;
  border-bottom-color: #0c2340;
}
.publication-tab.is-selected .is-label {
  color: white;
}
.publication-tab:hover {
  border-bottom-color: #0c2340;
}
@media screen and (max-width: 1450px) {
  .publication-tab .is-label {
    font-size: 1.1vw;
  }
}
@media (max-width: 1023px) {
  .publication-tab {
    padding: 1.25em 1.5em;
    background-color: transparent;
    flex: 0 1 auto;
  }
  .publication-tab .is-label {
    font-size: 1.125rem;
  }
  .publication-tab.is-selected {
    background-color: white;
    border-bottom-color: #0c2340;
  }
  .publication-tab.is-selected .is-label {
    color: #0c2340;
  }
}

.publication-advanced-filters .filter-bar {
  display: flex;
}
.publication-advanced-filters .form-group {
  position: relative;
  margin: 0;
  margin-right: 5px;
}
.publication-advanced-filters .form-group label {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin: 0;
  transform: translate(10px, -50%);
  pointer-events: none;
}

#modal-publications-filters .modal__overlay .modal__container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 200px);
  width: 100%;
  max-width: 42rem;
}
#modal-publications-filters .modal__content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #aa8443;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #modal-publications-filters .modal__content-header {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
#modal-publications-filters .modal__content-header .left {
  display: flex;
}
#modal-publications-filters .modal__content-header .left img {
  height: 1.333em;
  max-width: unset;
}
#modal-publications-filters .modal__content-header .left h5 {
  margin: 0;
  margin-left: 20px;
  margin-top: 5px;
}
#modal-publications-filters .modal__content,
#modal-publications-filters .modal__header,
#modal-publications-filters .modal__footer {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 30px;
}
#modal-publications-filters .modal__header,
#modal-publications-filters .modal__footer {
  background: white;
}
#modal-publications-filters .modal__header {
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
}
#modal-publications-filters .modal__header .modal__close {
  position: relative;
}
@media (min-width: 1024px) {
  #modal-publications-filters .modal__header .modal__close {
    right: 0;
  }
}
#modal-publications-filters .modal__content {
  top: 0;
  bottom: 0;
  overflow: scroll;
  padding-top: 6rem;
  padding-bottom: 7rem;
  margin: 0;
}
#modal-publications-filters .modal__footer {
  bottom: 0;
  border-top: 2px solid #f1f2f1;
}
#modal-publications-filters .publication-filter-group {
  margin: 35px 0;
}
@media (min-width: 1024px) {
  #modal-publications-filters .publication-filter-group {
    margin: 50px 0;
  }
}
#modal-publications-filters .publication-filter-group label {
  text-transform: none;
}

.publication-grid .listing--insight {
  border-bottom: 4px solid #0c2340;
}
.publication-grid .listing--insight > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.publication-grid .listing--insight > a:hover {
  background-color: transparent;
}
.publication-grid .listing--insight > a:hover .link__label {
  border-bottom-color: #aa8443;
}
.publication-grid .listing--insight > a .file-header {
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px;
}
.publication-grid .listing--insight > a .file-header .bg {
  position: absolute;
  top: -1em;
  left: -1em;
  right: -1em;
  bottom: -1em;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(1em);
}
.publication-grid .listing--insight > a .file-header .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.publication-grid .listing--insight > a .file-icon {
  position: relative;
  z-index: 10;
  background-size: contain;
  background-position: center;
  -webkit-mask-image: url(/assets/img/icons/citco-file-mask.svg);
          mask-image: url(/assets/img/icons/citco-file-mask.svg);
  -webkit-mask-size: 100px;
          mask-size: 100px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin: 15px auto;
}
.publication-grid .listing--insight > a .file-icon img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.publication-grid .listing--insight > a .listing__category {
  display: block;
  margin-bottom: 10px;
}
.publication-grid .listing--insight > a .listing__label {
  margin: 0.5em auto 0;
  font-size: 0.875rem;
  text-transform: none;
}
.publication-grid .listing--insight > a .link--action {
  margin-bottom: 25px;
}
.publication-grid .listing--insight > a .link--action .link__label {
  font-weight: 500;
}
.publication-grid .listing--insight > a:before {
  display: none;
}

.search__filter--option {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  margin: 0;
  padding-bottom: 10px;
}
.search__filter--option .filter--label {
  order: 2;
  line-height: 1.4;
  margin: 0;
}
.search__filter--option .filter--checkbox {
  order: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #0c2340;
  margin-right: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}
.search__filter--option input[type=checkbox] {
  display: none;
}
.search__filter--option.active .filter--checkbox {
  background-color: #0c2340;
}

.search__filter {
  background: #f1f2f1;
  border-bottom: 1px solid #0c2340;
}

/*
.sec
  .sec__inner
    .sec__header
      .is-eyebrow
      .sec__title
      p.p2
    .sec__body
      .block
    .sec__footer
*/
.sec {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .sec {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .sec {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (min-width: 768px) {
  .sec {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .sec {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.sec .sec__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.sec .sec__inner > * + * {
  margin-top: 35px;
}
.sec .sec__header,
.sec .sec__body,
.sec .sec__footer {
  margin-left: auto;
  margin-right: auto;
}
.sec .sec__header {
  text-align: left;
}
.sec .sec__header > *:last-child {
  margin-bottom: 0;
}
.sec .sec__footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.sec .sec__title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .sec {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sec .sec__title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .sec .sec__inner > * + * {
    margin-top: 50px;
  }
}

.sec.sec--flush {
  padding-top: 0;
  padding-bottom: 0;
}
.sec.sec--flush-top {
  padding-top: 0;
}
.sec.sec--flush-bottom {
  padding-bottom: 0;
}
.sec.sec--full {
  padding-left: 0;
  padding-right: 0;
}
.sec.sec--full .sec__inner {
  max-width: none;
}
@media (max-width: 1023px) {
  .sec.sec--full-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .sec.sec--full-mobile .sec__inner {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .sec.sec--full-desktop {
    padding-left: 0;
    padding-right: 0;
  }
  .sec.sec--full-desktop .sec__inner {
    max-width: none;
  }
}
.sec.sec--text-max {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1280px;
}
.sec.sec--text-max .sec__inner {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .sec.sec--text-max .sec__inner {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}
.sec .sec__header.is-full,
.sec .sec__footer.is-full {
  width: 100%;
}
.sec .sec__header.is-align-center,
.sec .sec__footer.is-align-center {
  text-align: center;
}
.sec .sec__header.is-align-left,
.sec .sec__footer.is-align-left {
  text-align: left;
}
.sec .sec__header.is-align-right,
.sec .sec__footer.is-align-right {
  text-align: right;
}
@media (min-width: 1280px) {
  .sec .sec__header.is-align-center p {
    padding-left: calc((100% + 30px) * 0.0833333333);
    padding-right: calc((100% + 30px) * 0.0833333333);
  }
}

.sec--award-archive .sec__header {
  border-bottom: 1px solid #0c2340;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .sec--award-archive .sec__header {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.sec--recognition {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #f1f2f1;
}
@media (min-width: 1024px) {
  .sec--recognition {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  .sec--recognition .sec__header p {
    width: calc(100% - (100% + 30px) * 0.3333333333);
  }
}

.sec--related {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .sec--related {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  .sec--related .sec__header p {
    width: calc(100% - (100% + 30px) * 0.25);
  }
}

.sec--stats {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #f1f2f1;
}
@media (min-width: 1024px) {
  .sec--stats {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.hero + .sec--stats {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .hero + .sec--stats {
    margin-top: 0;
  }
}

.sec--supporting {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #f1f2f1;
}
@media (min-width: 1024px) {
  .sec--supporting {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  .sec--supporting .sec__inner {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
}

.sec--values {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .sec--values {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  .sec--values .sec__header p {
    width: calc(100% - (100% + 30px) * 0.25);
  }
}

.sec--intro {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .sec--intro {
    margin-top: 120px;
  }
}
@media (min-width: 1280px) {
  .sec--intro .sec__header p {
    width: calc(100% - (100% + 30px) * 0.25);
  }
}

.sec--meet-the-author {
  margin-top: 80px;
  margin-bottom: 80px;
}
.sec--meet-the-author .sec__header,
.sec--meet-the-author .sec__body {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .sec--meet-the-author {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .sec--meet-the-author .sec__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec--meet-the-author .sec__header {
    width: calc(100% - (100% + 30px) * 0.6666666667);
  }
  .sec--meet-the-author .sec__body {
    margin-top: 0;
    width: calc(100% - (100% + 30px) * 0.3333333333);
  }
}
@media (min-width: 1280px) {
  .sec--meet-the-author .sec__header {
    margin-left: calc((100% + 30px) * 0.0833333333);
    width: calc(100% - (100% + 30px) * 0.6666666667);
  }
  .sec--meet-the-author .sec__body {
    margin-top: 0;
    margin-right: calc((100% + 30px) * 0.0833333333);
    width: calc(100% - (100% + 30px) * 0.5);
  }
}

.sec--art-deco {
  background-image: url(../../img/citco-art-deco-left.png), url(../../img/citco-art-deco-right.png);
  background-position: top left, top right;
  background-size: 180px 135px;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .sec--art-deco {
    background-size: 180px 135px;
  }
}
@media (min-width: 768px) {
  .sec--art-deco {
    background-size: 200px 150px;
  }
}
@media (min-width: 1024px) {
  .sec--art-deco {
    background-size: 300px 225px;
  }
}
@media (min-width: 1280px) {
  .sec--art-deco {
    background-size: 400px 300px;
  }
}

.block--divider--xlarge.block--divider--stealth + .sec,
.block--divider--xlarge.block--divider--stealth + .feature--section-space-top,
.sec + .feature--section-space-top {
  margin-top: 0;
}

.block--section-space + .block--divider--xlarge.block--divider--stealth {
  display: none;
}

.sec--insight-content-alt #modal-gated-results {
  background-color: #f1f2f1;
  padding: 35px 25px;
}
.sec--insight-content-alt #modal-gated-results .modal__content-header {
  margin-bottom: 0;
}
.sec--insight-content-alt .sec__inner {
  display: flex;
  flex-direction: column;
}
.sec--insight-content-alt .sec__inner .block {
  margin-left: 0;
  margin-right: 0;
}
.sec--insight-content-alt .sec__inner .block .block__inner {
  width: 100%;
  margin: 0;
}
.sec--insight-content-alt .sec__inner main {
  width: calc(100% - (100% + 30px) * 0);
}
.sec--insight-content-alt .sec__inner .sidebar {
  width: calc(100% - (100% + 30px) * 0);
}
@media (min-width: 1024px) {
  .sec--insight-content-alt .sec__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .sec--insight-content-alt .sec__inner main {
    width: calc(100% - (100% + 30px) * 0.5);
  }
  .sec--insight-content-alt .sec__inner .sidebar {
    width: calc(100% - (100% + 30px) * 0.5833333333);
  }
}

.search--body .grid, .search--body form .row, form .search--body .row {
  justify-content: space-between;
  margin-top: 0;
}
@media (max-width: 767px) {
  .search--body .search--results {
    flex-direction: column;
  }
}
.search--body .search--header .left,
.search--body .search--header .right {
  padding: 0 15px;
}
.search--body .search--header .left {
  width: calc(100% - (100% + 30px) * 0.5833333333);
}
.search--body .search--header .right {
  width: calc(100% - (100% + 30px) * 0.4166666667);
}
@media (min-width: 1280px) {
  .search--body .search--header .left {
    width: calc(100% - (100% + 30px) * 0.6666666667);
  }
  .search--body .search--header .right {
    width: calc(100% - (100% + 30px) * 0.3333333333);
  }
}
@media (max-width: 767px) {
  .search--body .search--header {
    display: none;
  }
}
.search--body .search--header h5 {
  background: #343740;
  color: white;
  padding: 20px 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0;
}
.search--body .search--header p {
  margin: 0;
}
.search--body .search--header-mobile {
  display: none;
  margin: 0 -20px;
  margin-bottom: 2px;
}
.search--body .search--header-mobile .left,
.search--body .search--header-mobile .right {
  background-color: #0c2340;
}
.search--body .search--header-mobile .left {
  border-right: 1px solid white;
}
.search--body .search--header-mobile h5 {
  margin: 0;
  padding: 20px 30px;
  color: white;
  font-weight: 500;
}
@media (max-width: 767px) {
  .search--body .search--header-mobile {
    display: block;
  }
}
.search--body .search__filter--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.search--body .search__filter--header:hover {
  background-color: #0c2340;
}
.search--body .search__filter--header:hover h5 {
  color: white;
}
.search--body .search__filter--header:hover svg * {
  fill: white;
}
.search--body .search__filter--header h5 {
  margin: 0;
  font-weight: 500;
}
.search--body .search__filter--headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #343740;
}
.search--body .search__filter--headline h5 {
  color: white;
  padding: 20px 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0;
  width: 100%;
}
.search--body .search__filter--headline img {
  display: none;
  height: 2em;
  width: auto;
  margin-right: 30px;
}
.search--body .search__filter--options {
  padding: 15px 0;
}
.search--body .search__filter--option {
  display: flex;
  align-items: flex-start;
  padding: 0 30px 15px;
  text-decoration: none;
}
.search--body .search__filter--option .filter--label {
  order: 2;
  line-height: 1.4;
}
.search--body .search__filter--option .filter--checkbox {
  order: 1;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #0c2340;
  margin-right: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}
.search--body .search__filter--option.active .filter--checkbox {
  background-color: #0c2340;
}
.search--body .search__filter {
  background: #f1f2f1;
  border-bottom: 1px solid #0c2340;
}
@media (max-width: 767px) {
  .search--body .search__filter {
    display: none;
  }
}
.search--body .search__sort-by {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .search--body .search__sort-by {
    justify-content: flex-start;
  }
}
.search--body .search__sort-by a {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  margin: 0 5px;
  padding-bottom: 2px;
}
.search--body .search__sort-by a.active {
  font-weight: 700;
}
.search--body .search__filters {
  width: calc(100% - (100% + 30px) * 0.5833333333);
  padding: 0 15px;
}
.search--body .search__filters header.sec__header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .search--body .search__filters {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
.search--body .search__results {
  width: calc(100% - (100% + 30px) * 0.4166666667);
  padding: 0 15px;
  padding-left: 60px;
}
@media (max-width: 1023px) {
  .search--body .search__results {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .search--body .search__results {
    width: calc(100% - (100% + 30px) * 0);
  }
}
.search--body .search__results > .text-right p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .search--body .search__results > .text-right {
    display: none;
  }
}
.search--body .result-counter p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .search--body .result-counter {
    margin-top: 35px;
  }
}
.search--body .load-more-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .search--body .load-more-container {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .search--body .search__filters {
    width: calc(100% - (100% + 30px) * 0.6666666667);
  }
  .search--body .search__results {
    width: calc(100% - (100% + 30px) * 0.3333333333);
  }
}
@media (max-width: 767px) {
  .search--body {
    padding-top: 0;
  }
}

#active-filters {
  margin-bottom: 30px;
}

/*
ul.share-list
  li
    a.btn.btn--icon.btn--borderless[data-icon="linkedin"]
*/
.share-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.share-list > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.share-list > li::before {
  display: none;
}
.share-list > li {
  margin: 0;
}

/*
.site-footer
  .footer__inner
    .footer__header
      .footer__branding
      .footer__nav-social
    .footer__nav
      .footer__nav-primary
      .footer__copy
      .footer__nav-secondary
      .footer__nav-social
*/
.site-footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #0c2340;
}
@media (min-width: 768px) {
  .site-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .site-footer {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.site-footer .footer__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-footer .footer__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer__nav-social {
  transform: translate(14px, 0);
}
.site-footer .footer__nav-social ul, .site-footer .footer__nav-social .hero .hero__meta, .hero .site-footer .footer__nav-social .hero__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-footer .footer__nav-social ul > li, .site-footer .footer__nav-social .hero .hero__meta > li, .hero .site-footer .footer__nav-social .hero__meta > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.site-footer .footer__nav-social ul > li::before, .site-footer .footer__nav-social .hero .hero__meta > li::before, .hero .site-footer .footer__nav-social .hero__meta > li::before {
  display: none;
}
.site-footer .footer__nav-social li:not(:first-child) {
  margin-left: 8px;
}
.site-footer .footer__nav-primary ul, .site-footer .footer__nav-primary .hero .hero__meta, .hero .site-footer .footer__nav-primary .hero__meta,
.site-footer .footer__nav-secondary ul,
.site-footer .footer__nav-secondary .hero .hero__meta,
.hero .site-footer .footer__nav-secondary .hero__meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.site-footer .footer__nav-primary li,
.site-footer .footer__nav-secondary li {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.17em;
}
.site-footer .footer__nav-primary li + li,
.site-footer .footer__nav-secondary li + li {
  margin-top: 32px;
}
.site-footer .footer__nav-primary a,
.site-footer .footer__nav-secondary a {
  display: block;
  border-bottom: 1px solid transparent;
  padding: 4px 0;
  text-decoration: none;
  color: #ffffff;
}
.site-footer .footer__nav-primary a:hover,
.site-footer .footer__nav-secondary a:hover {
  border-bottom-color: #579db8;
}
.site-footer .footer__nav-primary {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 44px;
  padding-bottom: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.site-footer .footer__nav-primary li {
  font-weight: 300;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.site-footer .footer__nav-secondary {
  margin-top: 28px;
}
.site-footer .footer__nav-secondary li {
  font-weight: 500;
  letter-spacing: 0;
}
.site-footer .footer__nav-secondary li + li {
  margin-top: 12px;
}
.site-footer .footer__copy {
  margin-top: 48px;
}
.site-footer .footer__copy p {
  margin: 0;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.17em;
  line-height: 1;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .site-footer .footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .site-footer .footer__nav-primary li + li,
  .site-footer .footer__nav-secondary li + li {
    margin-top: 0;
  }
  .site-footer .footer__nav-primary {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .site-footer .footer__nav-primary ul, .site-footer .footer__nav-primary .hero .hero__meta, .hero .site-footer .footer__nav-primary .hero__meta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .site-footer .footer__nav-secondary {
    margin-top: 0;
    width: 100%;
  }
  .site-footer .footer__nav-secondary ul, .site-footer .footer__nav-secondary .hero .hero__meta, .hero .site-footer .footer__nav-secondary .hero__meta {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
  }
  .site-footer .footer__nav-secondary li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .site-footer .footer__copy {
    width: 100%;
    margin-top: 52px;
  }
}
@media (min-width: 1280px) {
  .site-footer .footer__header,
  .site-footer .footer__nav {
    margin-left: calc((100% + 30px) * 0.0833333333);
    margin-right: calc((100% + 30px) * 0.0833333333);
  }
  .site-footer .footer__nav-secondary ul, .site-footer .footer__nav-secondary .hero .hero__meta, .hero .site-footer .footer__nav-secondary .hero__meta {
    margin-left: -16px;
    margin-right: -16px;
  }
  .site-footer .footer__nav-secondary ul li, .site-footer .footer__nav-secondary .hero .hero__meta li, .hero .site-footer .footer__nav-secondary .hero__meta li {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.site-alert + .site-footer {
  padding-bottom: 239px;
}
@media (min-width: 768px) {
  .site-alert + .site-footer {
    padding-bottom: 164px;
  }
}
@media (min-width: 1024px) {
  .site-alert + .site-footer {
    padding-bottom: 164px;
  }
}

/*
.site-footer-cta
  .cta__inner
    .cta__body
      .cta__title
    .cta__action
        .btn
*/
.site-footer-cta {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #243953;
}
@media (min-width: 768px) {
  .site-footer-cta {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .site-footer-cta {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.site-footer-cta .cta__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.site-footer-cta .cta__body * {
  margin: 0;
}
.site-footer-cta .cta__action {
  margin-top: 35px;
}
.site-footer-cta .cta__title {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .site-footer-cta .cta__title br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .site-footer-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .site-footer-cta .cta__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .site-footer-cta .cta__body {
    flex: 1;
  }
  .site-footer-cta .cta__action {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1280px) {
  .site-footer-cta .cta__body {
    margin-left: calc((100% + 30px) * 0.0833333333);
  }
  .site-footer-cta .cta__action {
    margin-right: calc((100% + 30px) * 0.0833333333);
  }
}

.site-header {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 96px;
  background: #0c2340;
  color: #ffffff;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .site-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .site-header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.site-header .header__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .site-header {
    min-height: 150px;
  }
  .site-header .header__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .site-header .header__branding {
    margin-right: 30px;
  }
  .site-header .header__nav {
    width: calc(75% - 15px);
  }
}

.is-home .site-header {
  background: rgba(241, 242, 241, 0.2);
  -webkit-backdrop-filter: blur(68px);
          backdrop-filter: blur(68px);
}

@media (max-width: 1023px) {
  .site-header {
    height: 96px;
    overflow: hidden;
  }
  .site-header.is-nav-mobile-open {
    height: auto;
    background-color: #343740;
  }
}

@media (min-width: 1024px) {
  .site-header.is-mega-open {
    background-color: #343740;
  }
}

.header__branding {
  width: 180px;
  padding: 29px 0;
  position: relative;
  z-index: 31;
}
.header__branding a {
  border: 0;
}
@media (min-width: 1024px) {
  .header__branding {
    padding: 60px 0 0;
  }
}

.header__nav-mobile-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 96px;
  width: 64px;
}
.header__nav-mobile-toggle:hover {
  opacity: 0.6;
}
.header__nav-mobile-toggle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  transition: opacity 0.2s linear;
}
.header__nav-mobile-toggle .icon--menu {
  background-image: url("../../img/icons/citco-icon-menu-white.svg");
  opacity: 1;
}
.header__nav-mobile-toggle .icon--close {
  background-image: url("../../img/icons/citco-icon-close-white.svg");
  opacity: 0;
}

.is-nav-mobile-open .header__nav-mobile-toggle .icon--menu {
  opacity: 0;
}
.is-nav-mobile-open .header__nav-mobile-toggle .icon--close {
  opacity: 1;
}

.header__nav-mobile-primary a,
.header__nav-mobile-secondary a,
.header__nav-mobile-search a,
.header__nav-primary a,
.header__nav-secondary a {
  text-decoration: none;
  color: #ffffff;
}
.header__nav-mobile-primary a:hover,
.header__nav-mobile-secondary a:hover,
.header__nav-mobile-search a:hover,
.header__nav-primary a:hover,
.header__nav-secondary a:hover {
  opacity: 0.6;
}

.header__nav-mobile-primary,
.header__nav-mobile-secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 35px;
}
.header__nav-mobile-primary > ul > li, .hero .header__nav-mobile-primary > .hero__meta > li,
.header__nav-mobile-secondary > ul > li,
.hero .header__nav-mobile-secondary > .hero__meta > li {
  margin-top: 35px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.header__nav-mobile-primary .nav__submenu,
.header__nav-mobile-secondary .nav__submenu {
  padding: 0 0 0 20px;
}
.header__nav-mobile-primary .nav__submenu li,
.header__nav-mobile-secondary .nav__submenu li {
  letter-spacing: 0;
  text-transform: none;
}
.header__nav-mobile-primary .nav__submenu li:first-child,
.header__nav-mobile-secondary .nav__submenu li:first-child {
  margin-top: 20px;
}
.header__nav-mobile-primary .nav__submenu li + li,
.header__nav-mobile-secondary .nav__submenu li + li {
  margin-top: 1rem;
}

.header__nav-mobile-primary a {
  display: block;
}
.header__nav-mobile-primary .has-submenu > a {
  position: relative;
}
.header__nav-mobile-primary .has-submenu > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../../img/icons/citco-icon-carat-down-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.header__nav-mobile-secondary {
  margin-bottom: 35px;
}

.header__nav-mobile-search {
  margin-top: 35px;
}
.header__nav-mobile-search .header__nav-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.header__nav-mobile-search .header__nav-search img {
  width: 1.5rem;
}
.header__nav-mobile-search .header__nav-search p {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin: 0;
}
.header__nav-mobile-search input {
  display: block;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding: 5px 5px 5px 30px;
  width: 100%;
  background: transparent;
  background-image: url("../../img/icons/citco-icon-search-white.svg");
  background-position: left center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.header__nav-mobile-search input:focus {
  border-bottom-color: #ffffff;
  outline: 0;
}
.header__nav-mobile-search input::-webkit-input-placeholder {
  color: #ffffff;
}
.header__nav-mobile-search input:-ms-input-placeholder {
  color: #ffffff;
}
.header__nav-mobile-search input::-ms-input-placeholder {
  color: #ffffff;
}
.header__nav-mobile-search input::placeholder {
  color: #ffffff;
}

.header__nav-primary ul, .header__nav-primary .hero .hero__meta, .hero .header__nav-primary .hero__meta,
.header__nav-secondary ul,
.header__nav-secondary .hero .hero__meta,
.hero .header__nav-secondary .hero__meta {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: flex-end;
  align-items: center;
}
.header__nav-primary li,
.header__nav-secondary li {
  font-size: 0.875rem;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}
.header__nav-primary a,
.header__nav-secondary a {
  display: block;
  border-bottom: 1px solid transparent;
}
.header__nav-primary a:hover, .header__nav-primary a:active,
.header__nav-secondary a:hover,
.header__nav-secondary a:active {
  border-bottom-color: #579db8;
  opacity: 1;
}
.header__nav-primary li.current a,
.header__nav-primary a.current,
.header__nav-secondary li.current a,
.header__nav-secondary a.current {
  border-bottom-color: #579db8;
  opacity: 1;
}

.header__nav-primary {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
  padding-top: 24px;
}
.header__nav-primary li {
  padding: 0 16px;
}
.header__nav-primary li:first-child {
  padding-left: 0;
}
.header__nav-primary li:last-child {
  padding-right: 0;
}
@media (min-width: 1280px) {
  .header__nav-primary li {
    padding: 0 32px;
  }
  .header__nav-primary li:first-child {
    padding-left: 0;
  }
  .header__nav-primary li:last-child {
    padding-right: 0;
  }
}

.header__nav-secondary {
  margin-top: 35px;
  margin-bottom: 15px;
}
.header__nav-secondary .header__nav-separator {
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 1280px) {
  .header__nav-secondary .header__nav-separator {
    padding: 0 32px;
  }
}

.header__nav-search img {
  width: 24px;
  transform: translateY(2px);
}

#nav-main {
  display: none;
}
@media (min-width: 1024px) {
  #nav-main {
    display: block;
  }
}

#nav-main-mobile {
  display: block;
}
@media (min-width: 1024px) {
  #nav-main-mobile {
    display: none;
  }
}

.header__nav-mobile-primary,
.header__nav-mobile-secondary,
.header__nav-mobile-search {
  opacity: 0;
  visibility: hidden;
}

.header__nav-mobile-search {
  transition: opacity 0.3s linear;
}

.header__nav-mobile-primary {
  transition: opacity 0.3s linear 0.1s;
}

.header__nav-mobile-secondary {
  transition: opacity 0.3s linear 0.2s;
}

.site-header.is-nav-mobile-open .header__nav-mobile-primary,
.site-header.is-nav-mobile-open .header__nav-mobile-secondary,
.site-header.is-nav-mobile-open .header__nav-mobile-search {
  opacity: 1;
  visibility: visible;
}

.header__nav-mobile-primary .has-submenu > a::after {
  transform: translate(0, -50%) rotate(0);
  transition: transform 0.2s ease;
}
.header__nav-mobile-primary .has-submenu .nav__submenu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s linear;
}
.header__nav-mobile-primary .has-submenu.is-open > a::after {
  transform: translate(0, -50%) rotate(180deg);
}
.header__nav-mobile-primary .has-submenu.is-open .nav__submenu {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: auto;
}

.header__nav-primary .header__mega-menu-toggle.is-mega-open {
  border-bottom-color: #579db8;
}

/*
.slider
  .slider__slide
    .something
*/
.slider,
.slider__slide {
  width: 100%;
}

.insight-landing-page .sec__body:first-of-type {
  margin-top: 0;
}
.insight-landing-page .sec__body .block:first-of-type {
  margin-top: 0;
}

.slider {
  position: relative;
}
.slider .flickity-viewport {
  transition: height 0.2s ease;
}
.slider .slider__slide {
  margin-right: 19px;
}
@media (min-width: 1024px) {
  .slider .slider__slide {
    margin-right: 30px;
  }
}
.slider .flickity-prev-next-button {
  border-radius: 0;
  border: 1px solid #0c2340;
  height: 54px;
  width: 71px;
  left: 50%;
  bottom: 0;
  top: auto;
  right: auto;
  color: #0c2340;
  transition: all 0.3s ease;
  transform: none;
}
.slider .flickity-prev-next-button:hover, .slider .flickity-prev-next-button:active {
  background-color: #0c2340;
  color: #ffffff;
  opacity: 1;
}
.slider .flickity-prev-next-button:disabled {
  opacity: 0.2;
}
.slider .flickity-prev-next-button .flickity-button-icon {
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.slider .flickity-prev-next-button.previous {
  border-right-width: 0;
  transform: translate(-100%, 0);
}
.slider .flickity-prev-next-button.previous .flickity-button-icon {
  left: 32px;
}
.slider .flickity-prev-next-button.next {
  border-left-width: 0;
}
.slider .flickity-prev-next-button.next .flickity-button-icon {
  right: 32px;
}
@media (min-width: 768px) {
  .slider .flickity-prev-next-button {
    left: 0;
  }
  .slider .flickity-prev-next-button.previous {
    transform: none;
  }
  .slider .flickity-prev-next-button.next {
    transform: translate(100%, 0);
  }
}

.slider--home {
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  /* position dots up a bit */
  /* dots are lines */
}
@media (min-width: 768px) {
  .slider--home {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1024px) {
  .slider--home {
    margin-left: -80px;
    margin-right: -80px;
  }
}
.slider--home .slider__slide {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .slider--home .slider__slide {
    margin-right: 0;
  }
}
.slider--home .flickity-page-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.slider--home .flickity-page-dots > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.slider--home .flickity-page-dots > li::before {
  display: none;
}
.slider--home .flickity-page-dots .dot {
  display: block;
  height: 42px;
  width: 3px;
  margin: 4px 0;
  border-radius: 0;
  background-color: rgba(141, 185, 202, 0.3);
  opacity: 1;
}
.slider--home .flickity-page-dots .dot.is-selected {
  background-color: #579db8;
}
@media (max-width: 767px) {
  .slider--home .flickity-page-dots {
    display: none;
  }
}
@media (min-width: 768px) {
  .slider--home .flickity-page-dots {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .slider--home .flickity-page-dots {
    width: 80px;
  }
  .slider--home .flickity-page-dots .dot {
    height: 58px;
    width: 3px;
    margin: 8px 0;
  }
}
@media (min-width: 1280px) {
  .slider--home .flickity-page-dots {
    width: 80px;
  }
}

.slider--controls-left .flickity-prev-next-button {
  left: 0;
}
.slider--controls-left .flickity-prev-next-button.previous {
  transform: none;
}
.slider--controls-left .flickity-prev-next-button.next {
  transform: translate(100%, 0);
}

.slider--controls-white .flickity-prev-next-button {
  border-color: #ffffff;
  background-color: rgba(241, 242, 241, 0.2);
  color: #ffffff;
  transition: all 0.3s ease;
}
.slider--controls-white .flickity-prev-next-button:hover, .slider--controls-white .flickity-prev-next-button:active {
  background-color: #ffffff;
  color: #0c2340;
}

.slider--controls-promo .flickity-prev-next-button {
  left: 50%;
  bottom: 35px;
}
@media (min-width: 768px) {
  .slider--controls-promo .flickity-prev-next-button {
    left: 50%;
    bottom: 35px;
  }
  .slider--controls-promo .flickity-prev-next-button.previous {
    transform: translate(-100%, 0);
  }
  .slider--controls-promo .flickity-prev-next-button.next {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .slider--controls-promo .flickity-prev-next-button {
    left: 60px;
    bottom: 60px;
  }
  .slider--controls-promo .flickity-prev-next-button.previous {
    transform: none;
  }
  .slider--controls-promo .flickity-prev-next-button.next {
    transform: translate(100%, 0);
  }
}

.slider--controls-promo-image-left .flickity-prev-next-button {
  left: 50%;
  bottom: 35px;
}
@media (min-width: 768px) {
  .slider--controls-promo-image-left .flickity-prev-next-button {
    left: 50%;
    bottom: 35px;
  }
  .slider--controls-promo-image-left .flickity-prev-next-button.previous {
    transform: translate(-100%, 0);
  }
  .slider--controls-promo-image-left .flickity-prev-next-button.next {
    transform: none;
  }
}
@media (min-width: 1024px) {
  .slider--controls-promo-image-left .flickity-prev-next-button {
    left: calc(50% + 30px * 0.5 + 120px * 0.5);
    bottom: 60px;
  }
  .slider--controls-promo-image-left .flickity-prev-next-button.previous {
    transform: none;
  }
  .slider--controls-promo-image-left .flickity-prev-next-button.next {
    transform: translate(100%, 0);
  }
}

/*
Authors need extra bottom padding on the body when in a slider
to make room for the flickity prev/next ui
*/
.slider .listing--author {
  padding-bottom: 89px;
}
@media (min-width: 1024px) {
  .slider .listing--author {
    padding-bottom: 104px;
    /*
    .listing__image {
      border-bottom: 1px solid transparent; // Make sure I don't see a peek of the bottom of the image of future slides as current slide moves offstage
    }
    */
  }
}

.slider .hero {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.slider .hero .hero__scrollprompt {
  display: none;
}
.slider > .hero__scrollprompt {
  display: block;
}

/*
Featured insights need extra bottom padding on the body when in a slider
to make room for the flickity prev/next ui
*/
.slider .listing--insight-feature .listing__body {
  padding-bottom: 89px;
}
@media (min-width: 1024px) {
  .slider .listing--insight-feature .listing__body {
    padding-bottom: 104px;
  }
  .slider .listing--insight-feature .listing__image {
    border-bottom: 1px solid transparent;
  }
}

.is-home .featured-insight-slider {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .is-home .featured-insight-slider {
    margin-bottom: 30px;
  }
}

.featured-insight-slider {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .featured-insight-slider {
    margin-top: 30px;
  }
}
.featured-insight-slider .flickity-button {
  background-color: #f1f2f1;
}
.featured-insight-slider .flickity-page-dots {
  position: absolute;
  right: calc(25px - 0.5em);
  bottom: 0;
  z-index: 100;
  width: auto;
  padding-bottom: 25px;
}
.featured-insight-slider .flickity-page-dots .dot {
  margin-left: 0;
  margin-right: 0.5em;
  height: 0.666em;
  width: 3.333em;
  border: 2px solid #0c2340;
  border-radius: 0;
  opacity: 1;
  background-color: #ffffff;
}
.featured-insight-slider .flickity-page-dots .dot.is-selected {
  background-color: #0c2340;
}
@media (max-width: 767px) {
  .featured-insight-slider .flickity-page-dots {
    width: 100%;
    right: 50%;
    transform: translateX(50%);
  }
}

/*
Promos need extra bottom padding on the body when in a slider
to make room for the flickity prev/next ui
*/
/*
.slider.slider--controls-white
  .slider__slide
    .feature.feature--promo
      .feature__inner
        .feature__body
          .feature__eyebrow
          .feature__title
          p
          .feature__action
        .feature__image
          img
*/
.slider .feature.feature--promo .feature__body {
  padding-bottom: 114px;
}
@media (min-width: 1024px) {
  .slider .feature.feature--promo .feature__body {
    padding-bottom: 144px;
  }
}

/*
Testimonials need extra bottom padding on the body when in a slider
to make room for the flickity prev/next ui
*/
.slider .testimonial .testimonial__body {
  padding-bottom: 89px;
}
@media (min-width: 1024px) {
  .slider .testimonial .testimonial__body {
    padding-bottom: 104px;
  }
  .slider .testimonial .testimonial__image {
    border-bottom: 1px solid transparent;
  }
}

/*
.stat-collection
  li
    .stat
      .stat__title
      .stat__desc
*/
.stat-collection {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -35px;
}
.stat-collection > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.stat-collection > li::before {
  display: none;
}
.stat-collection li {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .stat-collection {
    margin-top: -50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .stat-collection li {
    margin-top: 50px;
    width: calc(100% - (100% + 30px) * 0.5);
  }
}
@media (min-width: 1280px) {
  .stat-collection {
    margin-left: -30px;
  }
  .stat-collection li {
    margin-left: 30px;
    width: auto;
  }
}

.stat .stat__desc {
  margin-bottom: 0;
}

.tabs .tabs__nav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tabs .tabs__nav::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
.tabs .tabs__tablist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: 1px solid #C7C9C7;
}
.tabs .tabs__tablist > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.tabs .tabs__tablist > li::before {
  display: none;
}
.tabs .tabs__tablist li {
  margin-right: 1rem;
  margin-bottom: -1px;
}
@media (min-width: 1024px) {
  .tabs .tabs__tablist li {
    margin-right: 1.5rem;
  }
}
.tabs .tabs__tablist a {
  color: #444444;
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding: 0.3125rem 0 1.0625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
}
.tabs .tabs__tablist a:hover,
.tabs .tabs__tablist a:active {
  color: #1d4ed8;
}
.tabs .tabs__tablist a[aria-selected=true] {
  color: #1d4ed8;
  border-color: #1d4ed8;
}
.tabs .tabs__content {
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .tabs .tabs__content {
    padding-top: 3rem;
  }
}
.tabs .tabs__pane {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.tabs .tabs__pane.show {
  height: auto;
  opacity: 1;
}

/*
ul.tag-list
  li
    a.link--tag
*/
.tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -10px;
}
.tag-list > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.tag-list > li::before {
  display: none;
}
.tag-list > li {
  margin-top: 10px;
  margin-right: 8px;
}
.tag-list > li:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .tag-list {
    margin-top: -10px;
  }
  .tag-list > li {
    margin-top: 10px;
    margin-right: 8px;
  }
  .tag-list > li:last-child {
    margin-right: 0;
  }
}

.link--tag {
  display: block;
}

/*
.testimonial
  .testimonial__body
    .testimonial__quote
      p
        .open-quote
        .close-quote
    .testimonial__source
      .source__name
      .source__title
  .testimonial__image
    img
*/
.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.testimonial .testimonial__body,
.testimonial .testimonail__image {
  flex: 1;
  width: auto;
}
.testimonial .testimonial__body {
  order: 2;
}
.testimonial .testimonial__body *:last-child {
  margin-bottom: 0;
}
.testimonial .testimonial__quote {
  position: relative;
}
.testimonial .testimonial__quote p {
  font-family: "baskerville-display-pt", "Times New Roman", Georgia, serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.testimonial .open-quote,
.testimonial .close-quote {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  height: 60px;
  width: 75px;
  background-image: url(../../img/citco-quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.testimonial .open-quote {
  margin-bottom: 20px;
}
.testimonial .close-quote {
  float: right;
  transform: translate(0, 30%) rotate(180deg);
}
.testimonial .testimonial__source {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.testimonial .testimonial__source > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.testimonial .testimonial__source > li::before {
  display: none;
}
.testimonial .testimonial__source .source__name {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0c2340;
}
.testimonial .testimonial__source .source__title {
  color: #343740;
}
.testimonial .testimonial__image {
  order: 1;
  overflow: hidden;
  margin-bottom: 25px;
}
.testimonial .testimonial__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  min-height: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .testimonial {
    flex-direction: row;
    justify-content: space-between;
  }
  .testimonial .testimonial__body {
    order: 1;
  }
  .testimonial .testimonial__image {
    order: 2;
    max-width: calc(100% - (100% + 30px) * 0.5833333333);
    width: calc(100% - (100% + 30px) * 0.5833333333);
    margin-left: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .testimonial {
    flex-direction: row;
    justify-content: space-between;
  }
  .testimonial .testimonial__body .open-quote,
  .testimonial .testimonial__body .close-quote {
    height: 80px;
    width: 100px;
  }
  .testimonial .testimonial__body .open-quote {
    margin-bottom: 25px;
  }
  .testimonial .testimonial__body .close-quote {
    transform: translate(0, 28%) rotate(180deg);
  }
  .testimonial .testimonial__quote p {
    font-size: 1.875rem;
  }
  .testimonial .testimonial__source {
    margin-top: 25px;
  }
  .testimonial .testimonial__source .source__name {
    font-size: 1.5rem;
  }
  .testimonial .testimonial__image {
    max-width: calc(100% - (100% + 30px) * 0.6666666667);
    width: calc(100% - (100% + 30px) * 0.6666666667);
    margin-left: 30px;
  }
}
@media (min-width: 1280px) {
  .testimonial .testimonial__image {
    max-width: calc(100% - (100% + 30px) * 0.6);
    width: calc(100% - (100% + 30px) * 0.6);
    margin-left: 30px;
  }
}

.testimonial--no-source {
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .testimonial--no-source {
    padding-bottom: 30px;
  }
}

/*
dl.timeline
  dt.timeline__header
    .timeline__year
    .timeline__title
  dd.timeline__body
    p
  dd.timeline__body
    .block--quote
  dd.timeline__body
    .stat
  dd.timeline__body
    .link--action
*/
.timeline {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.timeline dt,
.timeline dd {
  margin: 0;
}
.timeline .timeline__header,
.timeline .timeline__body {
  padding-left: 46px;
}
.timeline .timeline__header {
  position: relative;
  padding-top: 60px;
}
.timeline .timeline__header > * {
  margin: 0;
}
.timeline .timeline__header .timeline__year {
  margin-bottom: 10px;
}
.timeline .timeline__body {
  padding-top: 20px;
}
.timeline .timeline__body > *:last-child:not(ul):not(ol) {
  margin: 0;
}
.timeline .timeline__body + .timeline__body {
  padding-top: 25px;
}
.timeline .timeline__header::before,
.timeline .timeline__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background-image: url(../../img/citco-timeline-line.png);
  background-repeat: repeat-y;
  background-position: 50% top;
}
.timeline .timeline__header::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 16px;
  height: 100%;
  background-image: url(../../img/citco-timeline-node.png);
  background-repeat: no-repeat;
  background-position: 50% top;
}
@media (min-width: 1024px) {
  .timeline {
    width: calc(100% - (100% + 30px) * 0.1666666667);
  }
  .timeline .timeline__header,
  .timeline .timeline__body {
    padding-left: calc((100% + 30px) * 0.1);
  }
  .timeline .timeline__header {
    padding-top: 100px;
  }
  .timeline .timeline__header .timeline__year {
    margin-bottom: 10px;
  }
  .timeline .timeline__body {
    padding-top: 25px;
  }
  .timeline .timeline__body + .timeline__body {
    padding-top: 30px;
  }
  .timeline .timeline__header::before,
  .timeline .timeline__body::before {
    width: calc(100% - (100% + 30px) * 0.9);
  }
  .timeline .timeline__header::after {
    top: 100px;
    width: calc(100% - (100% + 30px) * 0.9);
  }
}
@media (min-width: 1280px) {
  .timeline {
    width: calc(100% - (100% + 30px) * 0.3333333333);
  }
  .timeline .timeline__header,
  .timeline .timeline__body {
    padding-left: calc((100% + 30px) * 0.125);
  }
  .timeline .timeline__header::before,
  .timeline .timeline__body::before {
    width: calc(100% - (100% + 30px) * 0.875);
  }
  .timeline .timeline__header::after {
    width: calc(100% - (100% + 30px) * 0.875);
  }
}

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

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

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

.is-indent {
  margin-left: 25px;
}
@media (min-width: 1024px) {
  .is-indent {
    margin-left: 30px;
  }
}

.bg-cit-blue-dark {
  background-color: #0c2340 !important;
}

.bg-cit-gray-dark {
  background-color: #343740 !important;
}

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

.bg-cit-blue {
  background-color: #579db8 !important;
}

.bg-cit-blue-light {
  background-color: #8db9ca !important;
}

.bg-cit-tan-dark {
  background-color: #aa8443 !important;
}

.bg-cit-green-dark {
  background-color: #7f9c90 !important;
}

.bg-cit-steel-25 {
  background-color: #f1f2f1 !important;
}

.bg-cit-blue-dark-90 {
  background-color: #243953 !important;
}

.bg-cit-steel-overlay {
  background-color: rgba(241, 242, 241, 0.2) !important;
}

.bg-cit-white-trans {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.cit-blue-dark {
  color: #0c2340 !important;
}

.cit-gray-dark {
  color: #343740 !important;
}

.cit-white {
  color: #ffffff !important;
}

.cit-blue {
  color: #579db8 !important;
}

.cit-blue-light {
  color: #8db9ca !important;
}

.cit-tan-dark {
  color: #aa8443 !important;
}

.cit-green-dark {
  color: #7f9c90 !important;
}

.cit-steel-25 {
  color: #f1f2f1 !important;
}

.cit-blue-dark-90 {
  color: #243953 !important;
}

.cit-steel-overlay {
  color: rgba(241, 242, 241, 0.2) !important;
}

.cit-white-trans {
  color: rgba(255, 255, 255, 0.4) !important;
}

.bg-primary {
  background-color: #1d4ed8;
}

.bg-secondary {
  background-color: #65a30d;
}

.bg-gray-light,
.bg-gray {
  background-color: #F4F4F4;
}

.bg-gray-md {
  background-color: #707070;
}

.bg-gray-dark {
  background-color: #444444;
}

.bg-dark,
.bg-black {
  background-color: #111111;
}

.bg-light,
.bg-white {
  background-color: #FFFFFF;
}

.text-primary {
  color: #1d4ed8;
}

.text-secondary {
  color: #65a30d;
}

.text-white,
.text-light {
  color: #FFFFFF;
}

.text-gray,
.text-muted {
  color: #707070;
}

.text-dark {
  color: #444444;
}

.w100 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.is-visually-shown {
  transition: opacity 0.3s ease;
}

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

.is-invisible {
  visibility: hidden !important;
}

[data-has-cookie-consent=false] #jump-to-top {
  bottom: 125px;
}
@media (max-width: 767px) {
  [data-has-cookie-consent=false] #jump-to-top {
    bottom: 150px;
  }
}
@media (max-width: 575px) {
  [data-has-cookie-consent=false] #jump-to-top {
    bottom: 225px;
  }
}

#jump-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #aa8443;
  border: 1px solid #0c2340;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 12px;
  cursor: pointer;
  z-index: 1000;
}
#jump-to-top h5 {
  margin: 0;
  color: white;
  margin-top: 2px;
}
#jump-to-top img {
  width: 50%;
  transform: rotate(-90deg);
}

.well {
  display: block;
  padding: 35px;
  background-color: #f1f2f1;
}
.well + * {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .well {
    padding: 50px;
  }
}

.swatch {
  font-size: 14px;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  padding: 10px;
  min-height: 90px;
}
.swatch:not([class*=text-]) {
  color: #FFFFFF;
}
.grid--no-gutters .swatch {
  padding: 10px;
}
.swatch strong {
  display: block;
}

.sg-icons svg {
  display: inline-block;
  margin: 15px 5px;
}

.debug {
  border: 1px solid #e30087;
}

.is-note {
  color: #e30087;
}

.label.is-note {
  color: #FFFFFF;
  background: #e30087;
}

.sg-jumpnav li {
  display: inline-block;
  margin: 0.5em;
  font-size: 1rem;
}
.sg-jumpnav a {
  text-decoration: none;
}

.sg-stickynav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #C7C9C7;
  z-index: 1080;
}

.sg-block + .hero {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .sg-block + .hero {
    margin-top: 3rem;
  }
}

.debug-grid {
  background: rgb(255, 125, 202.3127753304);
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.styleguide code {
  font-size: 0.75rem;
  background: rgb(255, 227, 243.6519823789);
  padding: 3px;
}

body.debug-breakpoints::after {
  content: "mobile";
  background: #e30087;
  color: #FFFFFF;
  display: block;
  padding: 5px 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  z-index: 999999;
}
@media (min-width: 576px) {
  body.debug-breakpoints::after {
    content: "small";
  }
}
@media (min-width: 768px) {
  body.debug-breakpoints::after {
    content: "medium";
  }
}
@media (min-width: 1024px) {
  body.debug-breakpoints::after {
    content: "large";
  }
}
@media (min-width: 1280px) {
  body.debug-breakpoints::after {
    content: "x-large";
  }
}

body.debug-grid-overlay::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-image: url(../../img/fpo-citco-grid.png);
  background-repeat: repeat-y;
  background-position: center top;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #000 !important;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  html {
    font-size: 12px;
  }
  @page {
    margin: 12mm;
  }
  .site-header,
  .site-footer .footer__header,
  .site-footer .footer__nav-primary,
  .site-footer .footer__nav-secondary,
  .site-footer-cta {
    display: none;
  }
  .site-footer {
    padding: 15px 0 0 0;
  }
  .site-footer .footer__copy .is-p0 {
    font-size: 12px;
    color: #000 !important;
  }
  body.debug-breakpoints::after {
    content: "";
    display: none;
  }
  .hero,
  .main,
  .block, .block__inner,
  .sec, .sec__inner,
  .site-footer, .footer__inner {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .block, .sec, .feature {
    padding: 0;
    margin: 2.5rem 0;
  }
  .block--divider.block--divider--xlarge {
    margin: 1rem 0;
  }
  .block--tag-and-share,
  .block--video .btn.btn--play,
  .sec.sec--related {
    display: none;
  }
  .hero--insight {
    padding: 0;
  }
  .hero--insight .hero__body {
    margin-top: 35px;
  }
  .hero--insight .hero__cta {
    text-align: left;
  }
  .btn.btn--white {
    border: 1px solid #0c2340;
    color: #000;
  }
  .sec.sec--meet-the-author {
    page-break-inside: avoid;
  }
  .sec.sec--meet-the-author img {
    max-width: 170px;
    height: auto;
  }
  .sec.sec--meet-the-author .listing--author {
    page-break-inside: avoid;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  .sec.sec--meet-the-author .listing--author .listing__image + .listing__body {
    margin-top: 15px;
  }
  .sec.sec--meet-the-author .listing--author .author__action {
    margin-top: 10px;
  }
  .sec.sec--meet-the-author .listing--author .author__action .link--icon .link__label {
    display: none;
  }
  .sec.sec--meet-the-author .listing--author .author__action .link--icon::before {
    display: none;
    margin-left: 0;
  }
  .sec.sec--meet-the-author .listing--author .author__action a.link--icon[href]::after {
    content: "Email (" attr(href) ")";
    text-transform: none;
    letter-spacing: normal;
  }
  .sec.sec--meet-the-author .static,
  .sec.sec--meet-the-author .slider .flickity-viewport .flickity-slider {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .sec.sec--meet-the-author .static .slider__slide,
  .sec.sec--meet-the-author .slider .flickity-viewport .flickity-slider .slider__slide {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .sec.sec--meet-the-author .flickity-button {
    display: none !important;
  }
  .sec.sec--meet-the-author .flickity-viewport {
    height: auto !important;
  }
  .sec.sec--meet-the-author .flickity-viewport .flickity-slider {
    position: relative !important;
    transform: none !important;
    height: auto !important;
  }
  .sec.sec--meet-the-author .flickity-viewport .slider__slide {
    position: relative !important;
    transform: none;
    left: initial !important;
  }
}
