@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

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

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

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

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  color: inherit;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

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

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wrap-1,
.wrap-2,
.wrap-3 {
  display: none !important;
}

@media (min-width: 1001px) {
  .wrap-1 {
    display: block !important;
  }
}

@media (max-width: 1000px) and (min-width: 700px) {
  .wrap-2 {
    display: block !important;
  }
}

@media (max-width: 700px) {
  .wrap-3 {
    display: block !important;
  }
}

/***** FONTS *****/
/***** VARIABLES *****/
/***** TYPOGRAPHY *****/
body {
  font-size: 100%;
}

body,
html {
  color: #000000;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 700px) {
  body,
html {
    font-size: 20px;
  }
}
body *,
html * {
  -webkit-font-smoothing: antialiased !important;
}

header,
main,
footer {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6,
p {
  font-weight: unset;
  margin: 0;
  padding: 0;
}

/***** HEADERS *****/
.title--1,
.title--1 p,
.admin-content h1 {
  color: #263349;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.055em;
  letter-spacing: -0.01em;
}
@media (max-width: 700px) {
  .title--1,
.title--1 p,
.admin-content h1 {
    font-size: 26px;
  }
}

.title--2,
.title--2 p,
.admin-content h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: -0.01em;
}
@media (max-width: 700px) {
  .title--2,
.title--2 p,
.admin-content h2 {
    font-size: 23px;
  }
}

.title--3,
.title--3 p,
.admin-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 10px;
}
@media (max-width: 700px) {
  .title--3,
.title--3 p,
.admin-content h3 {
    font-size: 21px;
  }
}
.title--3.uppercase,
.title--3 p.uppercase,
.admin-content h3.uppercase {
  font-family: Barlow, sans-serif;
  line-height: 0.95em;
}

.admin-content h3 {
  padding-bottom: 0.5rem;
}

.title--4,
.admin-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.title--5,
.admin-content h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  line-height: 144%;
  padding-top: 5px;
}
@media (max-width: 700px) {
  p {
    font-size: 16px;
  }
}

p + .button,
.p-small + .button,
.p-medium + .button {
  margin-top: 1rem;
}

.admin-content ul, .admin-content ol {
  margin: 0;
  padding-top: 0;
  padding-left: 30px;
  font-size: 18px;
  line-height: 144%;
  padding-top: 5px;
}
@media (max-width: 700px) {
  .admin-content ul, .admin-content ol {
    font-size: 16px;
  }
}
.admin-content p {
  padding-top: 15px;
}
.admin-content .video-wrapper {
  margin: 1rem 0;
}
.admin-content .video-wrapper br,
.admin-content .video-wrapper + br {
  display: none;
}

.bg-primary-1 .admin-content ul,
.section .admin-content ul {
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-primary-1 .admin-content ul li::before,
.section .admin-content ul li::before {
  content: "•";
  color: #CDDF4A;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.single-post .admin-content h2,
.single-post .admin-content h3,
.single-post .admin-content h4,
.single-post .admin-content h5,
.single-story .admin-content h2,
.single-story .admin-content h3,
.single-story .admin-content h4,
.single-story .admin-content h5,
.single .admin-content h2,
.single .admin-content h3,
.single .admin-content h4,
.single .admin-content h5,
.page-template-pt-legal .admin-content h2,
.page-template-pt-legal .admin-content h3,
.page-template-pt-legal .admin-content h4,
.page-template-pt-legal .admin-content h5 {
  font-weight: 600;
  margin: 30px 0 10px;
  padding: 0;
}
.single-post .admin-content ul,
.single-story .admin-content ul,
.single .admin-content ul,
.page-template-pt-legal .admin-content ul {
  list-style-type: disc;
}
.single-post .admin-content li,
.single-story .admin-content li,
.single .admin-content li,
.page-template-pt-legal .admin-content li {
  font-size: 18px;
  line-height: 144%;
  padding-top: 5px;
}
@media (max-width: 700px) {
  .single-post .admin-content li,
.single-story .admin-content li,
.single .admin-content li,
.page-template-pt-legal .admin-content li {
    font-size: 16px;
  }
}
.single-post .admin-content a,
.single-story .admin-content a,
.single .admin-content a,
.page-template-pt-legal .admin-content a {
  text-decoration: underline;
}
.single-post .admin-content blockquote,
.single-story .admin-content blockquote,
.single .admin-content blockquote,
.page-template-pt-legal .admin-content blockquote {
  padding: 30px 0;
  margin: 45px 0;
  border-top: 1px solid #CDDF4A;
  border-bottom: 1px solid #CDDF4A;
}
.single-post .admin-content blockquote *,
.single-story .admin-content blockquote *,
.single .admin-content blockquote *,
.page-template-pt-legal .admin-content blockquote * {
  color: #263349;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.055em;
  letter-spacing: -0.01em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 700px) {
  .single-post .admin-content blockquote *,
.single-story .admin-content blockquote *,
.single .admin-content blockquote *,
.page-template-pt-legal .admin-content blockquote * {
    font-size: 26px;
  }
}

.p-medium,
.p-medium p,
.admin-content .p-medium li {
  font-size: 24px;
  line-height: 30px;
}

.p-small,
.p-small p,
.admin-content .p-small li,
.admin-content.p-small li {
  font-size: 14px;
}

.admin-content .p-small li,
.admin-content.p-small li {
  padding-top: 4.5px;
}

div.p-medium:not(.pad-half),
div.p-small:not(.pad-half) {
  padding-top: 0;
}

.admin-content .p-small ul,
.admin-content .p-medium ul {
  padding-top: 0;
}

/***** Font Classes *****/
.font-light {
  font-weight: 300;
}

.font-book {
  font-weight: 400;
}

.font-demi {
  font-weight: 500;
}

.font-bold {
  font-weight: 600;
}

/***** Colors *****/
.white,
.white .title--1 {
  color: #FFFFFF;
}

.gray,
.gray .title--1 {
  color: #4D4D4D;
}

.primary-1,
.primary-1 .title--1 {
  color: #263349;
}

.secondary-1,
.secondary-1 .title--1 {
  color: #CDDF4A;
}

.secondary-2,
.secondary-2 .title--1 {
  color: #006AA6;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  background-color: #263349;
  color: white;
  margin: auto;
  z-index: 9999;
  width: auto;
  display: inline-block;
  font-size: 18px;
  left: 20px;
  top: 20px;
  opacity: 0;
  transform: translateY(-300px);
  border-radius: 30px;
}
.skip-link:focus {
  border: 1px solid white;
  opacity: 1;
  transform: translate(0);
  z-index: 999;
  width: auto;
  height: auto;
  clip: unset;
  padding: 15px;
  text-decoration: none;
}

/* Standards */
.block {
  display: block;
}

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

.lowercase {
  text-transform: lowercase;
}

.clear {
  clear: both;
  float: none;
  display: block;
}

.align-middle {
  vertical-align: middle;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.alignleft {
  float: left;
  margin: 1rem;
  margin-left: 0;
}

.alignright {
  float: right;
  margin: 1rem;
  margin-right: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1000px) {
  .alignright,
.alignleft {
    float: none;
    margin: 1rem auto;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center img {
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 0;
  margin: 5px 0 30px;
}

blockquote,
blockquote p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.65em;
  padding: 0;
}

blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 20px;
}

@media (min-width: 1001px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 1000px) {
  .desktop {
    display: none;
  }
}

.hide {
  display: none !important;
}

.hide-accessible,
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mobile-image-item {
  display: none;
}
@media (max-width: 1000px) {
  .mobile-image-item {
    display: block;
  }
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

hr {
  border: 0;
  border-bottom: 1px solid #E7E7E7;
}

.relative {
  position: relative;
}

/***** Overlay *****/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  overflow: auto;
}

.overlay--close.button {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay--link {
  text-indent: -9999999px;
  overflow: hidden;
}

.overlay--trigger {
  cursor: pointer;
}

.overlay--fixed {
  transition: 0.3s all ease-in-out;
  transform: translateY(-5%);
  opacity: 0;
  display: flex;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(38, 51, 73, 0.95);
  padding: 100px 40px;
  /*
  &:after {
      content: 'Close';
      @extend h5;
      cursor: pointer;
      position: absolute;
      top: 20px;
      right: 20px;
  }
  */
}
@media (max-height: 700px) {
  .overlay--fixed {
    display: block;
    overflow: auto;
    padding-bottom: 0;
  }
}
.overlay--fixed > div {
  padding: 50px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.25);
}
.overlay--fixed .content {
  max-height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay--fixed .content * ::-webkit-scrollbar {
  display: none;
}
.overlay--fixed .close-video {
  position: absolute;
  top: 10px;
  right: 10px;
}
.overlay--fixed .close-video:after {
  transform-origin: right !important;
}

.video-wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.overlay--video-bg iframe,
.overlay--video-bg video,
.overlay--video-bg .wistia_embed,
.video-wrapper iframe,
.video-wrapper video,
.video-wrapper .wistia_embed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.play-video {
  display: none;
}

.overlay--open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: inherit;
}

.play-button {
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -99999px;
  width: 80px;
  height: 80px;
  z-index: 9;
}
.play-button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 25px;
  left: 33px;
}

.is_IE .overlay-video,
.is_IE .overlay--fixed {
  display: none;
}
.is_IE .overlay--open {
  display: block;
}

.align-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shake {
  animation: shake-rattle-roll 0.4s;
}

@keyframes shake-rattle-roll {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(2%);
  }
  40%, 80% {
    transform: translateX(1%);
  }
}
@media (max-width: 700px) {
  .hide-bg-mobile {
    background-image: none !important;
  }
}

@media (max-width: 700px) {
  .hide-on-mobile {
    display: none !important;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  height: auto;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover .slick-prev-icon:before, .slick-prev:hover .slick-next-icon:before, .slick-prev:focus .slick-prev-icon:before, .slick-prev:focus .slick-next-icon:before,
.slick-next:hover .slick-prev-icon:before,
.slick-next:hover .slick-next-icon:before,
.slick-next:focus .slick-prev-icon:before,
.slick-next:focus .slick-next-icon:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}
.slick-prev.slick-disabled .slick-prev-icon:before, .slick-prev.slick-disabled .slick-next-icon:before,
.slick-next.slick-disabled .slick-prev-icon:before,
.slick-next.slick-disabled .slick-next-icon:before {
  opacity: 0.5;
}
.slick-prev .slick-prev-icon:before, .slick-prev .slick-next-icon:before,
.slick-next .slick-prev-icon:before,
.slick-next .slick-next-icon:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  line-height: 1;
  color: #006AA6;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev .slick-prev-icon:before {
  content: "\f0a8";
}
[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "\f0a9";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next .slick-next-icon:before {
  content: "\f0a9";
}
[dir=rtl] .slick-next .slick-next-icon:before {
  content: "\f0a8";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 701px) {
  .slick-dots {
    padding-right: 30px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  color: #263349;
  opacity: 0.25;
}
.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: #263349;
  opacity: 0.75;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -25px;
  z-index: 10;
  opacity: 0.75;
  background: none;
  border: 0;
  cursor: pointer;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  outline: none;
  opacity: 1;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "\f28b";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "\f144";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.site-header .slick-autoplay-toggle-button {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}

.slider--nav .slick-list {
  padding: 0 !important;
  margin: 0 50px;
}
.slider--nav p {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.2s;
  transform: scale(0.8);
}
.slider--nav .slick-current p {
  opacity: 1;
  transform: scale(1);
  cursor: auto;
}

/***** Floating Footer *****/
html.sr .scr {
  visibility: hidden;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

/***** Page Layout *****/
body {
  background-color: #FFFFFF;
}

.sr {
  overflow-x: hidden;
}

.content-wrapper--full {
  width: 100%;
}

.content-wrapper--xlarge,
.content-wrapper--large,
.content-wrapper--medium,
.content-wrapper--small {
  width: 100%;
  margin: auto;
  padding: 0 130px;
}
.content-wrapper--xlarge [class*=content-wrapper--],
.content-wrapper--large [class*=content-wrapper--],
.content-wrapper--medium [class*=content-wrapper--],
.content-wrapper--small [class*=content-wrapper--] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1300px) {
  .content-wrapper--xlarge,
.content-wrapper--large,
.content-wrapper--medium,
.content-wrapper--small {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 700px) {
  .content-wrapper--xlarge,
.content-wrapper--large,
.content-wrapper--medium,
.content-wrapper--small {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-wrapper--small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-wrapper--xlarge {
  max-width: 1760px;
}

.content-wrapper--large {
  max-width: 1440px;
}

.content-wrapper--medium {
  max-width: 1240px;
}
@media (min-width: 1001px) {
  .content-wrapper--medium {
    padding-left: 115px;
    padding-right: 115px;
  }
}

.content-wrapper--small {
  max-width: 800px;
}

.align-left {
  margin-left: 0;
  padding-left: 0;
}

.pad-half {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pad-1x {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad-2x {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1000px) {
  .pad-2x {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.pad-3x {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 700px) {
  .pad-3x {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.pad-4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 700px) {
  .pad-4x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.pad-5x {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 700px) {
  .pad-5x {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pad-lr {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1300px) {
  .pad-lr {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pad-0 {
  padding: 0;
}

.pad-top-0 {
  padding-top: 0;
}

.pad-btm-0 {
  padding-bottom: 0;
}

/***** Grid *****/
.grid,
.grid--wrap,
.grid--center,
.grid--between {
  display: flex;
  width: 100%;
}
@media (max-width: 1000px) {
  .grid,
.grid--wrap,
.grid--center,
.grid--between {
    flex-wrap: wrap;
  }
}

.grid--wrap {
  flex-wrap: wrap;
}

.grid--center {
  align-items: center;
}

.grid--between {
  justify-content: space-between;
}

.mly-content.grid,
.mly-content .grid {
  display: grid;
  width: auto;
}

@media (min-width: 1001px) {
  .gutters [class^=col] {
    margin-right: 2rem;
  }
  .gutters [class^=col]:last-of-type {
    margin-right: 0;
  }
}

.gridgrid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}
.gridgrid .clipped--inner {
  height: 100%;
}
@media (max-width: 1000px) {
  .gridgrid {
    display: block;
  }
  .gridgrid > div {
    margin: 1rem auto;
  }
  .gridgrid .clipped--inner {
    height: auto;
  }
}

.gridgrid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

/***** Columns *****/
.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-4-5 {
  width: 80%;
}

.col-1-8 {
  width: 12.5%;
}

.col-3-4 {
  width: 75%;
}

.col-3-5 {
  width: 60%;
}

.col-2-5 {
  width: 40%;
}

.col-5-12 {
  width: 41.6666666667%;
}

.col-7-12 {
  width: 58.3333333333%;
}

@media (max-width: 1000px) {
  [class^=col-] {
    width: 100%;
  }
}

/***** Background Colors *****/
.bg-gray {
  background-color: #CCCCCC;
}

.bg-gray-1 {
  background-color: #CCCCCC;
}

.bg-gray-2 {
  background-color: #E7E7E7;
}

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

.bg-secondary-1 {
  background-color: #CDDF4A;
}

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

.bg-grad-grey {
  background-image: linear-gradient(#EFEFEF, #F5F5F5, #FFFFFF, #F6F6F6, #EFEFEF);
}

.bg-gradient-grey {
  background-image: linear-gradient(#EFEFEF, #F5F5F5, #FFFFFF, #F6F6F6, #EFEFEF);
}

.bg-wave,
.bg-swirl {
  background-image: url(../../static/images/wave.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.bg-clip {
  position: relative;
}
.bg-clip:after {
  content: "";
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: white;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -50px;
  right: -50px;
}

.bg-overlay {
  position: relative;
}
.bg-overlay .content {
  position: relative;
  z-index: 1;
}
.bg-overlay .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
}
.bg-overlay .overlay--video-bg {
  overflow: hidden;
  pointer-events: none;
}
.bg-overlay .overlay--video-bg video {
  object-fit: cover !important;
}

/***** Lists *****/
.list--inline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.list--inline li {
  padding: 0 1.5rem 0 0;
  display: inline-block;
}
.right .list--inline li, .list--inline.right li {
  padding: 0 0 0 1.5rem;
}

.admin-content .list--simple,
.list--simple {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grid--contact .intro-title {
  padding-left: 0;
  max-width: 100%;
}

.page-template-default .admin-content h2,
.page-template-default .admin-content h3,
.page-template-default .admin-content h4,
.page-template-default .admin-content h5 {
  padding: 25px 0 0;
}

.hero--home {
  min-height: calc(100vh - 140px);
  display: flex;
  justify-content: center;
  padding: 50px 50px 100px;
  position: relative;
}
.hero--home .bg-white {
  background-color: rgba(255, 255, 255, 0.8);
}
.hero--home .content-wrapper--small {
  max-width: 550px;
}
.hero--home .clipped--inner {
  padding: 40px;
}
.hero--home p {
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 700px) {
  .hero--home {
    min-height: 0;
    padding: 50px 10px;
  }
}

.single-tt_technology .hero--home p {
  font-size: 16px;
  line-height: 20px;
}

.hero--home--ctas {
  margin-top: 50px;
  padding-right: 100px;
}
@media (min-width: 701px) {
  .hero--home--ctas {
    margin-top: -50px;
    z-index: 0;
  }
}
@media (max-width: 1300px) {
  .hero--home--ctas {
    padding-right: calc(2rem - 30px);
  }
}
@media (max-width: 700px) {
  .hero--home--ctas {
    padding-right: 20px;
  }
}
.hero--home--ctas .slick-slide {
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .hero--home--ctas .slick-slide {
    padding-right: 25px;
  }
}
.hero--home--ctas .bg-white,
.hero--home--ctas .secondary-2,
.hero--home--ctas .image-wrap {
  transition: 0.25s all;
}
@media (max-width: 500px) {
  .hero--home--ctas a {
    display: block;
    padding-bottom: 30px;
  }
}
.hero--home--ctas a:hover .bg-white {
  background-color: #263349;
}
.hero--home--ctas a:hover .secondary-2 {
  color: #FFFFFF;
}
.hero--home--ctas .content-wrap {
  padding: 5px 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero--home--ctas .content-wrap .title--4 {
  padding: 0;
}
.hero--home--ctas .image-wrap {
  padding-bottom: 50%;
}

.story-card hr {
  opacity: 0.5;
  margin: 1rem 0;
}
.story-card blockquote {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1000px) {
  .story-card blockquote {
    font-size: 16px;
  }
}

.hero--careers .title--1 {
  line-height: 1.2em;
  max-width: 420px;
}
@media (max-width: 1000px) {
  .hero--careers .title--1 {
    max-width: 610px;
  }
}
.hero--careers .button {
  margin-top: 15px;
}

.hero--story .story--author {
  justify-content: center;
}
.hero--story .story--author p {
  padding: 2px 0;
}

.story--author .image {
  flex: 0 0 120px;
  height: 120px;
  width: 120px;
  border-radius: 60px;
  background-size: cover;
  background-position: 50% 20%;
  margin-right: 1rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  .story--author .image {
    flex: 0 0 80px;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
  }
}
.story--author .title--3 {
  line-height: 1em;
  padding-top: 0;
}
@media (max-width: 700px) {
  .story--author .title--3 {
    font-size: 18px;
    font-weight: 300;
  }
}

@media (max-width: 1000px) {
  .post-type-archive-story .clipped {
    margin: 1rem auto 0;
  }
}
@media (min-width: 1001px) {
  .post-type-archive-story .clipped--inner {
    height: 100%;
  }
}
.post-type-archive-story .story-card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1001px) {
  .post-type-archive-story .story-card {
    height: 100%;
  }
}
.post-type-archive-story .story-card blockquote {
  padding-bottom: 1rem;
}
.post-type-archive-story .story-card hr:nth-of-type(2) {
  margin-top: auto;
}

.job_list_image {
  display: none !important;
}

.job_list_wrapper {
  padding: 50px 0 0;
}
.job_list_wrapper .form_det {
  display: flex;
  width: 100%;
}
.job_list_wrapper .form_group {
  width: 50%;
  padding-right: 10px;
}
.job_list_wrapper .form_group select {
  width: 100%;
  line-height: 1em;
  padding: 15px 13px 14px;
  font-family: Barlow, sans-serif;
}

.job_post_list .department span.title {
  display: block;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  border-bottom: 2px solid #CDDF4A;
  padding: 10px 0;
  margin: 10px 0 20px;
}
@media (max-width: 700px) {
  .job_post_list .department span.title {
    font-size: 23px;
  }
}
.job_post_list .department.additional span.title {
  display: none;
}

.job_list_section .job {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E7E7E7;
}
.job_list_section .job a:first-of-type {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.job_list_section .job a:last-of-type {
  color: #006AA6;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
}
.job_list_section .job i {
  font-size: 16px;
  margin-left: 6px;
}

.sub-nav--parent + .section {
  padding-top: 3rem;
}
.sub-nav--parent .sub-nav {
  border-bottom: 1px solid #E7E7E7;
}

.sub-nav {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1000px) {
  .sub-nav {
    display: none;
  }
}
.sub-nav li {
  text-align: center;
  white-space: nowrap;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .sub-nav li {
    flex: 1 1 33.33%;
    padding: 0 5px 0;
  }
}
.sub-nav a {
  display: inline-block;
  padding: 28px 2px;
  border-bottom: 5px solid transparent;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: 4px;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 1300px) {
  .sub-nav a {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .sub-nav a {
    padding: 10px;
    border: 0;
    opacity: 0.25;
  }
}
.sub-nav .active {
  border-color: #006AA6;
  opacity: 1;
}

.sub-nav--sticky-wrap {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: 0.2s border-color;
}
.is-sticky .sub-nav--sticky-wrap {
  border-color: #CCCCCC;
}
.is-sticky .sub-nav--sticky-wrap .sub-nav {
  border-bottom-color: transparent;
}

.sticky-wrapper {
  z-index: 99;
}

.blog-subtitle {
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.blog-subtitle li {
  border-left: 2px solid;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  left: -22px;
}

.sidebar {
  padding-top: 15px;
}
@media (max-width: 1000px) {
  .sidebar {
    padding-top: 40px;
  }
}
.sidebar .author,
.sidebar .clipped--medium .clipped--inner,
.sidebar .speaker {
  padding: 40px;
}
.sidebar .speaker,
.sidebar .author {
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #CDDF4A;
  border-bottom: 0;
}
.sidebar .speaker img,
.sidebar .author img {
  border-radius: 100px;
  margin-bottom: 10px;
  max-width: 90px;
}
.sidebar .speaker .bio br,
.sidebar .author .bio br {
  display: none;
}
.sidebar .author p {
  padding: 0;
}

.grid--post .col-2-3 {
  padding-right: 2rem;
}

.grid--posts .col-1-2,
.grid--posts .col-1-3 {
  padding-bottom: 2rem;
  max-width: 400px;
}
@media (max-width: 1000px) {
  .grid--posts {
    justify-content: space-evenly;
  }
}
@media (min-width: 1001px) {
  .grid--posts .col-1-2,
.grid--posts .col-1-3 {
    padding-right: 2rem;
  }
  .grid--posts .col-1-2:nth-child(2n) {
    padding-right: 0;
  }
  .grid--posts .col-1-3:nth-child(3n) {
    padding-right: 0;
  }
}
.grid--posts a {
  display: block;
}
.grid--posts .clipped--medium {
  height: 100%;
}
.grid--posts .clipped--medium .clipped--inner {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.grid--posts .image-wrap {
  border-bottom: 1px solid #CDDF4A;
  height: 200px;
}
.grid--posts .content-wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
}
.grid--posts .title--3 {
  margin-bottom: 15px;
}
.grid--posts .button {
  margin-top: auto;
}

.grid--posts--related,
.grid--posts--related .slick-list {
  overflow: visible;
}

.ael-wp-pagination {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  padding-right: 30px;
}
.ael-wp-pagination .page-numbers {
  height: 30px;
  width: 30px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid transparent;
}
.ael-wp-pagination .current {
  border-color: #CDDF4A;
}
.ael-wp-pagination .next,
.ael-wp-pagination .prev {
  margin: 0 10px;
}

.blog-post-details ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.blog-post-details ul li {
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
  left: -21px;
  line-height: 1.25em;
}

.filters {
  align-items: center;
}
.filters .filter {
  position: relative;
}
.filters .filter .button--filter i {
  font-size: 18px;
}
.filters .filter .button--filter:hover {
  background-color: #263349;
  border-color: #263349;
}
.filters .filter .filter-by {
  display: none;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}
.filters .filter .title--5:first-child {
  padding-top: 0;
}
.filters .filter--active .button--filter {
  background-color: #263349 !important;
  border-color: #263349 !important;
  color: white;
}
.filters .filter--active .button--filter i {
  color: #CDDF4A;
}
.filters .filter--active input:checked + label {
  color: #263349 !important;
  background-color: #CDDF4A;
  border-color: #CDDF4A;
  color: white;
}
.filters .filter--active .filter-by {
  display: block;
}
.filters .search-form {
  border: 1px solid #EFEFEF;
  display: flex;
  padding: 5px;
  align-items: center;
}
.filters .search-form input {
  border: 0;
  font-size: 18px;
  width: 100%;
  padding: 10px;
}
.filters .search-form input:focus {
  outline: none !important;
}
.filters .search-form .search-submit {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filters .search-form:focus-within {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1001px) {
  .post-type-archive-tt_news .grid--page .col-1-3 {
    padding-left: 2rem;
  }
}

.post-type-archive-tt_news .grid--posts .image-wrap {
  background-size: contain;
  background-color: white;
}

.no-underline,
.no-underline a {
  text-decoration: none !important;
}

.button,
.header-button a {
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 20px;
  text-decoration: none !important;
  transition: 0.2s all;
}

.button--border {
  border: 1px solid;
}
.button--border.secondary-1:hover, .button--border.secondary-1:focus {
  background-color: #CDDF4A;
  border-color: #CDDF4A;
  color: #263349;
}
.button--border.secondary-2:hover, .button--border.secondary-2:focus {
  color: #FFFFFF;
  border-color: #006AA6;
  background-color: #006AA6;
}

.button--icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1001px) {
  .button--icon {
    white-space: nowrap;
  }
}
.button--icon i {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 10px;
}

.button--icon--small {
  padding-left: 15px;
  padding-right: 15px;
}
.button--icon--small.link {
  padding-left: 0;
  padding-right: 0;
}
.button--icon--small i {
  font-size: 16px;
}

.button--icon--right i {
  margin-left: 10px;
  margin-right: 0;
  order: 2;
}

.button--icon--stacked {
  flex-direction: column;
}
.button--icon--stacked i {
  margin: 0 auto 10px;
  font-size: 24px;
}
.button--icon--stacked.secondary-2:hover {
  color: #263349;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}
.button-wrap .button {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

.center .button-wrap {
  justify-content: center;
}

.intro-title + .button-wrap {
  padding-top: 0;
}

.hero .button-wrap {
  overflow: hidden;
}
.hero .button-wrap .link {
  border-left: 1px solid #263349;
  position: relative;
  left: -30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-left: 15px;
}
.hero .link--arrow {
  border-bottom: 1px solid #E7E7E7;
  display: block;
  padding: 14px 0;
  position: relative;
  width: 100%;
}
.hero .link--arrow:last-of-type {
  border-bottom: 0;
}
.hero .link--arrow:after {
  color: #006AA6;
  position: absolute;
  right: 0;
}
.hero .link--arrow:hover {
  color: #263349;
}
.hero .link--arrow:hover:after {
  color: #263349;
}

.link,
.link--small {
  text-decoration: none;
  font-weight: 600;
  padding-top: 2px;
  padding-bottom: 2px;
}
.link:hover,
.link--small:hover {
  text-decoration: underline;
}

.link--small {
  font-size: 14px;
}

.link--icon {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.link--icon:hover {
  color: #CDDF4A;
}
.link--icon:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #CDDF4A;
  margin-left: 18px;
  vertical-align: middle;
}

.link--arrow:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-left: 18px;
}

.link--arrow--left:before {
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-right: 18px;
}

.link--play:after {
  content: "\f144";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-left: 18px;
}

.header-button:hover a {
  background-color: transparent;
  color: #CDDF4A;
}
.header-button a {
  background-color: #CDDF4A;
  border: 1px solid #CDDF4A;
  color: #263349;
}
.header-button a:after {
  display: none !important;
}

.button--input input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.button--input label {
  cursor: pointer;
}

.hero__intro {
  max-width: 450px;
  margin: auto;
}
.hero__intro .title--1 {
  font-size: 30px;
  margin: auto;
  padding-bottom: 10px;
}
.hero__intro.clipped--medium .clipped--inner {
  padding: 60px 40px 40px;
}
.hero__intro .button--icon--stacked {
  font-weight: 600;
}

.hero--plain + .section {
  padding-top: 0;
}

.site-footer {
  background-color: #263349;
  color: #FFFFFF;
  padding: 1rem 0 0;
}
.site-footer .logomark img {
  height: 50px;
}
.site-footer .grid--0 {
  justify-content: space-between;
  align-items: center;
}
.site-footer .grid--0 i {
  font-size: 24px;
  margin-left: 20px;
}
.site-footer .grid--0 i:hover {
  color: #CDDF4A;
}
.site-footer .grid--2,
.site-footer .grid--3 {
  border-top: 1px solid rgba(205, 223, 74, 0.3);
}
.site-footer .grid--1 .title--2,
.site-footer .grid--2 .title--2 {
  font-size: 24px;
  line-height: 28px;
  padding-top: 10px;
}
.site-footer .grid--1 p,
.site-footer .grid--2 p {
  font-size: 16px;
  padding-bottom: 8px;
}
.site-footer .grid--1 a,
.site-footer .grid--2 a {
  color: white;
}
.site-footer .grid--1 .secondary-1,
.site-footer .grid--2 .secondary-1 {
  color: #CDDF4A;
}
@media (max-width: 1000px) {
  .site-footer .grid--1 {
    margin: 2rem 0;
  }
}
.site-footer .grid--1 .video-popover {
  padding: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
.site-footer .grid--1 .video-popover i {
  font-size: 35px;
  margin-right: 10px;
  margin-left: 0;
}
.site-footer .grid--2 {
  border-left: 0;
  border-right: 0;
}
.site-footer .grid--2 .grid {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .site-footer .grid--2 .grid {
    justify-content: flex-start;
  }
}
@media (max-width: 700px) {
  .site-footer .grid--2 .grid {
    flex-direction: column;
  }
}
.site-footer .grid--2 .grid > div {
  padding-right: 15px;
}
@media (max-width: 1000px) {
  .site-footer .grid--2 .grid > div {
    width: 50%;
    padding: 0 15px 30px 0;
  }
}
@media (max-width: 700px) {
  .site-footer .grid--2 .grid > div {
    width: 100%;
    padding: 0 0 30px;
  }
  .site-footer .grid--2 .grid > div:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .site-footer .grid--2 .col-1-4,
.site-footer .grid--2 .col-3-4 {
    width: 100%;
  }
}
@media (min-width: 1001px) {
  .site-footer .grid--2 .col-3-4 {
    padding-left: 15px;
  }
}
.site-footer .grid--2 p {
  color: #CCCCCC;
}
.site-footer .grid--2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .grid--2 ul li {
  padding: 10px 0 0;
  font-size: 16px;
}
.site-footer .grid--2 ul li a {
  text-decoration: none;
}
.site-footer .grid--2 ul li a:hover {
  text-decoration: underline;
}
.site-footer .grid--3 {
  align-items: center;
  flex-wrap: wrap;
}
.site-footer .grid--3 p,
.site-footer .grid--3 li {
  font-size: 14px;
  padding: 0;
}
.site-footer .grid--3 p {
  margin: 5px 30px 5px 0;
  line-height: 1.2em;
}
.site-footer .grid--3 li {
  padding-right: 15px;
  margin: 5px 15px 5px 0;
  line-height: 1em;
}
.site-footer .grid--3 a {
  text-decoration: underline;
}
.site-footer .grid--3 .contact {
  width: 100%;
  margin-bottom: 8px;
}
.site-footer .grid--3 .contact p {
  margin: 0;
  padding-bottom: 8px;
}
@media (max-width: 700px) {
  .site-footer .grid--3 ul {
    width: 100%;
    margin-top: 12px;
    flex-wrap: wrap;
  }
}

/* hero gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 15px;
}
.gallery figure {
  margin: 0;
  min-height: 50px;
}
@media (max-width: 700px) {
  .gallery {
    grid-gap: 5px;
  }
}

.gallery__intro {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  min-height: 220px;
}
@media (max-width: 700px) {
  .gallery__intro {
    padding: 20px 0 0;
  }
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery__intro {
  grid-column-start: 4;
  grid-column-end: 10;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 1000px) {
  .gallery__intro {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 4;
    grid-row-end: 5;
  }
}

.gallery__item {
  background-size: cover;
  background-position: center;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 2;
}
.gallery--8 .gallery__item--1, .gallery--9 .gallery__item--1 {
  grid-column-end: 4;
}

.gallery__item--2 {
  grid-column-start: 6;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 2;
}
.gallery--8 .gallery__item--2, .gallery--9 .gallery__item--2 {
  grid-column-start: 4;
  grid-column-end: 6;
}

.gallery__item--3 {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}
.gallery--8 .gallery__item--3, .gallery--9 .gallery__item--3 {
  grid-column-start: 6;
  grid-column-end: 10;
  grid-row-end: 2;
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
}
.gallery--8 .gallery__item--4, .gallery--9 .gallery__item--4 {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery__item--5 {
  grid-column-start: 4;
  grid-column-end: 9;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media (max-width: 1000px) {
  .gallery__item--5 {
    grid-column-end: 10;
    grid-row-start: 2;
  }
}
@media (min-width: 1001px) {
  .gallery--7 .gallery__item--5 {
    grid-column-end: 7;
  }
}
.gallery--8 .gallery__item--5, .gallery--9 .gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}

.gallery__item--6 {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 4;
}
@media (max-width: 1000px) {
  .gallery__item--6 {
    grid-column-start: 10;
  }
}
.gallery--7 .gallery__item--6 {
  grid-column-start: 7;
  grid-column-end: 10;
}
@media (max-width: 1000px) {
  .gallery--7 .gallery__item--6 {
    display: none;
  }
}
.gallery--8 .gallery__item--6, .gallery--9 .gallery__item--6 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}

.gallery__item--7 {
  grid-column-start: 4;
  grid-column-end: 9;
  grid-row-start: 3;
  grid-row-end: 4;
}
.gallery--7 .gallery__item--7 {
  grid-column-start: 10;
  grid-column-end: 13;
}
.gallery--8 .gallery__item--7 {
  grid-column-start: 4;
  grid-column-end: 9;
}
.gallery--9 .gallery__item--7 {
  grid-column-start: 4;
  grid-column-end: 8;
}

.gallery__item--8 {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 4;
}
.gallery--8 .gallery__item--8 {
  grid-column-start: 9;
  grid-column-end: 13;
}
.gallery--9 .gallery__item--8 {
  grid-column-start: 8;
  grid-column-end: 10;
}

.gallery__item--9 {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 4;
}

.clipped {
  clip-path: polygon(80px 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 80px);
}
.clipped.clipped--bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 80px);
}
@media (max-width: 1000px) {
  .clipped {
    clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
  }
  .clipped.clipped--bottom {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
  }
}
@media (max-width: 700px) {
  .clipped {
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
  .clipped.clipped--bottom {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
}

.clipped--medium {
  clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}
.clipped--medium.clipped--bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}
@media (max-width: 700px) {
  .clipped--medium {
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
  .clipped--medium.clipped--bottom {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
}

.clipped--small {
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}
.clipped--small.clipped--bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.clipped--outer {
  padding: 1px;
}

.clipped--inner {
  padding: 80px;
}
.clipped--medium .clipped--inner {
  padding: 60px 50px;
}
.clipped--small .clipped--inner {
  padding: 50px 25px;
}
@media (max-width: 1000px) {
  .clipped--inner {
    padding: 60px 50px;
  }
}
@media (max-width: 700px) {
  .clipped--inner {
    padding: 50px 25px;
  }
}

.grid > .clipped--outer > .bg-white {
  height: 100%;
}

hr {
  background-color: #CDDF4A;
  border: 0;
  height: 1px;
}

.intro-title hr {
  width: 54px;
  margin: auto;
  margin: 15px auto 22px;
}
.intro-title.left hr {
  margin-left: 0;
}
.intro-title.content-wrapper--large {
  max-width: 1440px;
}

.section--featured_pages .intro-title,
.section--highlights .intro-title,
.section--directory .intro-title,
.section--flipbook .intro-title,
.section--cta_grid .intro-title,
.section--icon_links .intro-title,
.section--text .intro-title,
.section--split_columns .intro-title,
.section--image_grid .intro-title,
.section--icon_grid .intro-title,
.section--icon_grid_2 .intro-title,
.section--icon_columns .intro-title {
  padding-top: 0;
}

.sections--interlude .section:first-of-type {
  padding-top: 0;
}

.section .clipped.bg-primary-1, .section.section--values .clipped--inner {
  background-image: url(../../static/images/wave.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.section .clipped.bg-primary-1 .title--1, .section.section--values .clipped--inner .title--1 {
  padding-bottom: 10px;
}
@media (min-width: 1001px) {
  .section .clipped.bg-primary-1 > .clipped--inner {
    padding: 80px 70px 80px 100px;
  }
}
.section .clipped.bg-primary-1 .admin-content a:not(.button) {
  color: #CDDF4A;
  text-decoration: underline;
}

.section--text,
.section--text_with_stat {
  background-image: url(../../static/images/bg-section--text.jpg);
  background-size: auto 100%;
  background-position: center left;
  background-repeat: repeat-x;
  padding-bottom: 6rem;
}
.section--text + .section,
.section--text_with_stat + .section {
  padding-top: 0;
}

.section--values .intro-title,
.section--two_column_content .intro-title {
  padding-top: 0;
  padding-bottom: 1rem;
}
.section--values .col-1,
.section--two_column_content .col-1 {
  padding-right: 2rem;
}
.section--values .col-2,
.section--two_column_content .col-2 {
  padding: 1rem;
  padding-right: 0;
}

.section--two_column_content .intro-title .title--1 {
  padding-bottom: 0.5rem;
}
@media (min-width: 1001px) {
  .section--two_column_content .intro-title .title--1,
.section--two_column_content .intro-title .admin-content {
    max-width: 400px;
  }
}
@media (max-width: 1000px) {
  .section--two_column_content .col-2 {
    padding-left: 0;
  }
  .section--two_column_content .col-2 .grid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 700px) {
  .section--two_column_content .col-2 .grid {
    flex-wrap: wrap;
  }
  .section--two_column_content .col-2 .icon {
    margin: 0 0 15px;
  }
}

.icon-wrap {
  padding-top: 3rem;
}
.icon-wrap:first-of-type {
  padding-top: 1rem;
}
.icon-wrap .icon {
  flex: 0 0 50px;
  width: 50px;
  margin-right: 1.5rem;
}
.icon-wrap p, .icon-wrap li {
  font-size: 16px;
  font-weight: 300;
  font-weight: 200;
  line-height: 1.3em;
}
.icon-wrap .button--grid {
  padding-top: 8px;
}
.icon-wrap p + .button--grid {
  padding-top: 24px;
}
@media (max-width: 700px) {
  .icon-wrap .clipped--outer {
    margin-bottom: 15px;
  }
}

@media (max-width: 1000px) {
  .icon-wrap--icons {
    margin-bottom: 20px;
  }
  .icon-wrap--icons:last-child {
    margin-bottom: 0;
  }
}

.icon-wrap--images {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.icon-wrap--images .grid {
  align-items: flex-start;
}
.icon-wrap--images .clipped--outer {
  margin-right: 30px;
}
.icon-wrap--images .clipped--inner {
  padding: 75px;
  background-size: auto 80%;
}
.icon-wrap--images .button {
  margin: 0.75rem 0.5rem 0 0;
}

@media (max-width: 1000px) {
  .section--text_with_image .content-wrapper--large,
.section--story .content-wrapper--large {
    padding-left: 0;
    padding-right: 0;
  }
}
.section--text_with_image .intro-title,
.section--story .intro-title {
  padding-top: 0;
}
.section--text_with_image .subtitle,
.section--story .subtitle {
  font-weight: 500;
}
.section--text_with_image .content,
.section--story .content {
  margin: 80px 0;
}
@media (min-width: 1301px) {
  .section--text_with_image .content,
.section--story .content {
    position: relative;
    left: -50px;
  }
}
.section--text_with_image .overlay,
.section--story .overlay {
  width: 75%;
  left: unset;
  right: 0;
}
.section--text_with_image .twi--left,
.section--story .twi--left {
  align-items: flex-start;
}
.section--text_with_image .twi--left .content,
.section--story .twi--left .content {
  margin-left: auto;
}
@media (min-width: 1301px) {
  .section--text_with_image .twi--left .content,
.section--story .twi--left .content {
    left: unset;
    right: -50px;
  }
}
.section--text_with_image .twi--left .overlay,
.section--story .twi--left .overlay {
  left: 0;
  right: unset;
}
.section--text_with_image .twi--format--side .overlay,
.section--story .twi--format--side .overlay {
  width: calc(50% - 60px);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.section--text_with_image .twi--format--side .overlay img,
.section--story .twi--format--side .overlay img {
  display: block;
  height: auto;
  max-height: 100%;
}
.section--text_with_image .twi--format--side .content,
.section--story .twi--format--side .content {
  margin-top: 0;
  margin-bottom: 0;
}
.section--text_with_image .twi--format--side.twi--left .content,
.section--story .twi--format--side.twi--left .content {
  right: 0;
}
@media (max-width: 1000px) {
  .section--text_with_image .twi--format--side .overlay,
.section--story .twi--format--side .overlay {
    left: 20px;
  }
  .section--text_with_image .twi--format--side.twi--right .overlay,
.section--story .twi--format--side.twi--right .overlay {
    left: unset;
    right: 20px;
  }
}
@media (max-width: 700px) {
  .section--text_with_image .twi--format--side .overlay,
.section--story .twi--format--side .overlay {
    position: relative;
    order: -1;
    width: 100%;
    margin-bottom: 30px;
    left: 0;
  }
}
.section--text_with_image .admin-content a:not(.button),
.section--story .admin-content a:not(.button) {
  text-decoration: underline;
}
@media (max-width: 700px) {
  .section--text_with_image .grid,
.section--story .grid {
    padding: 0 25px;
  }
  .section--text_with_image .col-1-2,
.section--story .col-1-2 {
    width: 100%;
  }
  .section--text_with_image .bg-white,
.section--story .bg-white {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .section--text_with_image .overlay,
.section--story .overlay {
    width: 100%;
  }
}

.section--story .overlay {
  width: 50%;
}
.section--story .col-1-2 {
  width: 65%;
}
.section--story hr {
  display: none;
}
.section--story .title--2 {
  color: #263349;
  font-weight: 500;
}
.section--story blockquote {
  color: #006AA6;
  padding: 15px 0;
  line-height: 30px;
  font-size: 24px;
}

.section--text_with_image--hero .overlay {
  width: 83%;
}
@media (max-width: 550px) {
  .section--text_with_image--hero .bg-white {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .section--text_with_image--hero .overlay {
    width: 100%;
    background-size: contain;
    background-position: top center;
  }
  .section--text_with_image--hero .clipped--medium {
    margin: 212px 0 0;
  }
  .section--text_with_image--hero .clipped--medium .clipped--inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section--split_columns .grid {
  flex-wrap: wrap;
}
.section--split_columns .grid .clipped--outer:last-of-type {
  margin-right: 0;
}
.section--split_columns .grid--2 .clipped--outer {
  flex: 1 0 calc(50% - 60px);
  margin: 60px 60px 0 0;
}
@media (max-width: 1000px) {
  .section--split_columns .grid--2 .clipped--outer {
    margin: 30px 30px 0 0;
  }
}
.section--split_columns .grid--2 .clipped--outer:nth-of-type(even) {
  margin-right: 0;
}
.section--split_columns .grid--2 .clipped--outer:nth-of-type(1), .section--split_columns .grid--2 .clipped--outer:nth-of-type(2) {
  margin-top: 30px;
}
.section--split_columns .grid--3 .clipped--outer {
  flex: 1 0 calc(33.33% - 30px);
  margin: 15px 30px 15px 0;
}
.section--split_columns .grid--3 .clipped--outer:nth-of-type(3n + 3) {
  margin-right: 0;
}
@media (max-width: 700px) {
  .section--split_columns .grid {
    flex-direction: column;
  }
  .section--split_columns .grid .clipped--outer {
    flex: 1 1 100%;
    margin: 30px 0 0;
  }
}
.section--split_columns .content-wrap {
  text-align: left;
  padding: 50px;
}

.section--newsletter .grid,
.section--asset .grid {
  align-items: center;
}
.section--newsletter .grid .pad-btm-0,
.section--asset .grid .pad-btm-0 {
  align-self: flex-end;
  text-align: right;
}
.section--newsletter .grid .pad-btm-0 img,
.section--asset .grid .pad-btm-0 img {
  display: block;
  margin-left: auto;
  max-width: 100%;
  max-height: 375px;
}
@media (max-width: 1000px) {
  .section--newsletter .grid .pad-btm-0 img,
.section--asset .grid .pad-btm-0 img {
    margin: auto;
  }
}
@media (max-width: 700px) {
  .section--newsletter .grid .pad-btm-0 img,
.section--asset .grid .pad-btm-0 img {
    max-height: 100%;
  }
}

@media (max-width: 1300px) {
  .section--text_with_stat {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1300px) {
  .section--text_with_stat .grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section--text_with_stat .grid .col-1-3 img {
    display: block;
    margin: auto;
    max-width: 300px;
  }
}
.section--text_with_stat .col-2-3 {
  max-width: 550px;
  margin: auto;
}
@media (min-width: 1001px) {
  .section--text_with_stat .col-2-3 {
    padding-left: 2rem;
  }
}

.section--image_title .image-wrap {
  position: relative;
}
@media (min-width: 1001px) {
  .section--image_title .image-wrap .intro-title {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
  }
  .section--image_title .image-wrap .intro-title .title--1 {
    color: white;
  }
}
.section--image_title .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.section--image img {
  display: block;
  margin: auto;
}

.section--image_grid .bg-image {
  padding-bottom: 65%;
}
.section--image_grid .bg-white {
  margin: 0 50px;
  margin-top: -130px;
}
@media (max-width: 700px) {
  .section--image_grid .bg-white {
    margin: 0 10px;
    margin-top: -70px;
  }
}
.section--image_grid .clipped--inner {
  padding: 40px 40px 60px;
}
@media (max-width: 700px) {
  .section--image_grid .clipped--inner {
    padding-top: 25px;
  }
}
.section--image_grid .col-1-2 {
  max-width: 700px;
}
@media (min-width: 1001px) {
  .section--image_grid .col-1-2:nth-of-type(odd) {
    padding-right: 30px;
  }
  .section--image_grid .col-1-2:nth-of-type(even) {
    padding-left: 30px;
  }
}
@media (max-width: 1000px) {
  .section--image_grid .col-1-2 {
    margin: auto;
  }
}
.section--image_grid .col-1-2 .intro-title {
  padding-bottom: 0.5rem;
}

.section--icon_grid .grid,
.section--icon_links .grid {
  justify-content: center;
}
.section--icon_grid .image-wrap,
.section--icon_links .image-wrap {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.section--icon_grid .image-wrap img,
.section--icon_links .image-wrap img {
  width: 100%;
  max-height: 100%;
}
@media (max-width: 1000px) {
  .section--icon_grid,
.section--icon_links {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section--icon_grid .image-wrap,
.section--icon_links .image-wrap {
    width: 100%;
    height: 100px;
  }
}
@media (max-width: 700px) {
  .section--icon_grid .image-wrap,
.section--icon_links .image-wrap {
    height: 150px;
    padding: 20px;
  }
}

@media (min-width: 1301px) {
  .section--icon_links .clipped.bg-primary-1 > .clipped--inner {
    padding-left: 70px;
  }
}
.section--icon_links .grid {
  flex-wrap: wrap;
}
.section--icon_links .grid > div {
  padding: 10px;
  flex: 0 0 16.66%;
}
.section--icon_links .grid > div p {
  font-size: 21px;
  line-height: 24px;
}
@media (max-width: 1000px) {
  .section--icon_links .grid > div {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 700px) {
  .section--icon_links .grid > div {
    flex: 0 0 100%;
  }
  .section--icon_links .grid > div p {
    font-size: 18px;
    line-height: 21px;
  }
}
.section--icon_links .grid a img,
.section--icon_links .grid a .secondary-1 {
  transition: 0.25s all;
}
.section--icon_links .grid a img {
  transform: scale(0.9);
}
.section--icon_links .grid a:hover img, .section--icon_links .grid a:focus img {
  opacity: 0.85;
  transform: scale(1);
}
.section--icon_links .grid a:hover .secondary-1, .section--icon_links .grid a:focus .secondary-1 {
  color: #FFFFFF;
}
@media (max-width: 700px) {
  .section--icon_links {
    padding-left: 0;
    padding-right: 0;
  }
  .section--icon_links .image-wrap {
    height: 100px;
    padding: 30px 20px 10px;
  }
}

@media (max-width: 1000px) {
  .section--icon_grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section--icon_grid p {
    font-size: 14px;
    padding: 0 10px;
  }
}

.section--icon_columns .grid {
  justify-content: center;
}
@media (max-width: 1000px) {
  .section--icon_columns .grid .col-1-3 {
    margin: 15px auto;
  }
}
.section--icon_columns .clipped--medium {
  height: 100%;
}
.section--icon_columns .bg-white {
  background: linear-gradient(white 30%, #F2F2F2);
}
.section--icon_columns .image-wrap {
  height: 60px;
}
.section--icon_columns .image-wrap img {
  max-height: 100%;
  width: auto;
}

.section--icon_grid_2 .pad-1x:empty {
  display: none;
}
.section--icon_grid_2 .col-1-2 {
  padding: 30px 15px;
}
.section--icon_grid_2 .image-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.section--icon_grid_2 .grid {
  align-items: flex-start;
}

/* Note: Some settings are in _text.scss */
.tabbed-content .tab-controls,
.tabbed-content .value-controls {
  list-style: none;
  margin: 0;
  padding: 1rem 0 0;
}
@media (min-width: 1001px) {
  .tabbed-content .tab-controls {
    max-width: 400px;
  }
}
.tabbed-content .tab-controls .admin-content {
  display: none;
  padding: 0 15px 20px;
}
.tabbed-content .tab-control:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #CDDF4A;
  margin-left: 18px;
  vertical-align: middle;
}
.tabbed-content .value-controls .admin-content {
  padding: 15px 0 5px;
}
@media (min-width: 1001px) {
  .tabbed-content .col-1 {
    padding-right: 50px;
  }
}
.tabbed-content .col-1 a {
  text-decoration: none;
}
.tabbed-content .col-1 p {
  padding: 0;
}
@media (max-width: 1000px) {
  .tabbed-content .col-1 li.active .admin-content {
    display: block;
  }
}
@media (max-width: 1000px) {
  .tabbed-content .col-2 {
    display: none;
  }
}
.tabbed-content .col-2 .tab-content-item,
.tabbed-content .col-2 .value-content-item {
  display: none;
}
.tabbed-content .col-2 .value-content-item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 70px;
  border-bottom: 1px solid #CDDF4A;
}
.tabbed-content .col-2 .tab-go-to {
  position: absolute;
  bottom: -70px;
  right: 0;
}
.tabbed-content .col-2 .active {
  display: block;
}

.section--values .col-1 li {
  background-color: white;
  border: 1px solid rgba(0, 106, 166, 0.3);
  padding: 15px;
  margin-top: 15px;
  transition: 0.2s all;
}
.section--values .col-1 .icon--active {
  display: none;
}
.section--values .col-1 a {
  color: #006AA6;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 0;
}
.section--values .col-1 a .icon {
  max-width: 50px;
  margin-right: 10px;
}
.section--values .col-1 a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  margin-left: 18px;
  opacity: 0;
}
.section--values .col-1 .active {
  background-color: #CDDF4A;
  border-color: #CDDF4A;
}
.section--values .col-1 .active a {
  color: #263349;
}
.section--values .col-1 .active a:after {
  opacity: 1;
}
.section--values .col-1 .active .icon--active {
  display: block;
}
.section--values .col-1 .active .icon--inactive {
  display: none;
}
@media (max-width: 1000px) {
  .section--values .col-1 .title--2 {
    font-size: 18px;
  }
}
.section--values .col-2 h2 {
  color: #006AA6;
  padding-top: 30px;
}

.section--tabs .col-1 .tab-control {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 20px 0 0;
}
.section--tabs .col-1 .tab-control .tab-go-to {
  display: block;
  padding: 20px;
  padding-right: 50px;
}
.section--tabs .col-1 .tab-control .tab-go-to:hover {
  color: white;
}
@media (max-width: 1000px) {
  .section--tabs .col-1 .tab-control .tab-go-to {
    padding: 15px;
    padding-right: 50px;
  }
}
.section--tabs .col-1 .tab-control:after {
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s opacity;
  color: white;
}
@media (max-width: 1000px) {
  .section--tabs .col-1 .tab-control:after {
    content: "\f063";
    top: 30px;
  }
}
.section--tabs .col-1 .tab-control:hover:after {
  opacity: 0.25;
}
.section--tabs .col-1 .active {
  border-color: #CDDF4A;
}
.section--tabs .col-1 .active .tab-go-to strong {
  color: #CDDF4A;
}
.section--tabs .col-1 .active:after {
  color: #CDDF4A;
  opacity: 1 !important;
}

#values-xd-embed {
  margin-left: -1200px;
  padding: 0;
}
#values-xd-embed .clipped--medium {
  clip-path: none;
}
#values-xd-embed .clipped--inner {
  padding: 0;
}

.section--highlights .grid,
.section--directory .grid {
  justify-content: center;
  flex-wrap: wrap;
}
.section--highlights .clipped--outer,
.section--directory .clipped--outer {
  margin: 15px;
  flex: 0 0 calc(25% - 30px);
}
@media (max-width: 1000px) {
  .section--highlights .clipped--outer,
.section--directory .clipped--outer {
    flex: 0 0 calc(33.33% - 30px);
  }
}
@media (max-width: 700px) {
  .section--highlights .clipped--outer,
.section--directory .clipped--outer {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 550px) {
  .section--highlights .clipped--outer,
.section--directory .clipped--outer {
    flex: 0 0 100%;
    margin: 30px auto 0;
    max-width: 300px;
  }
}
.section--highlights .clipped--inner,
.section--directory .clipped--inner {
  padding: 0;
}
.section--highlights .title--3,
.section--directory .title--3 {
  padding-bottom: 0;
}
.section--highlights .icon-wrap,
.section--highlights .image-wrap,
.section--directory .icon-wrap,
.section--directory .image-wrap {
  border-bottom: 1px solid #CDDF4A;
  height: 125px;
}
.section--highlights .icon-wrap,
.section--directory .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
}
.section--highlights .icon-wrap img,
.section--directory .icon-wrap img {
  max-height: 100%;
  max-width: 100%;
}
.section--highlights .content-wrap,
.section--directory .content-wrap {
  padding: 25px 20px 25px 25px;
}
.section--highlights .content-wrap .admin-content p, .section--highlights .content-wrap .admin-content ul,
.section--directory .content-wrap .admin-content p,
.section--directory .content-wrap .admin-content ul {
  font-size: 16px;
}
.section--highlights .content-wrap ul,
.section--directory .content-wrap ul {
  padding-left: 20px;
}

.overlay .content {
  overflow: visible;
}

.case-studies .slick-prev {
  left: -100px;
}
.case-studies .slick-next {
  right: -100px;
}
.case-studies .slick-prev-icon:before, .case-studies .slick-next-icon:before {
  color: white;
}
.case-studies .col-1-4 {
  padding-right: 30px;
}
@media (max-width: 1000px) {
  .case-studies .col-1-4 {
    padding-bottom: 30px;
  }
  .case-studies .col-1-4 img {
    max-width: 150px;
  }
}
.case-studies .button-wrap {
  overflow: hidden;
  padding-top: 1rem;
}
.case-studies .button-wrap .link {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #E7E7E7;
  position: relative;
  left: -31px;
}
.case-studies .button {
  border: 1px solid #CDDF4A;
}
.case-studies .button:hover {
  border: 1px solid #263349;
  background-color: transparent;
}

.section--featured_pages {
  overflow: hidden;
}
.section--featured_pages .grid {
  justify-content: center;
}
@media (max-width: 1000px) {
  .section--featured_pages .grid {
    flex-wrap: wrap;
  }
}
.section--featured_pages .grid .col-1-3 {
  flex: 1 1 calc(33.33% - 15px);
  margin: 0 20px;
}
@media (max-width: 700px) {
  .section--featured_pages .grid .col-1-3 {
    flex: 1 1 100%;
    width: 100%;
    max-width: 450px;
    margin: 15px auto;
  }
}
.section--featured_pages .page--slider {
  padding: 0 1rem;
}
@media (min-width: 1001px) {
  .section--featured_pages .page--slider {
    padding: 0 200px;
  }
}
.section--featured_pages .page--slider .slick-list {
  overflow: visible;
}
.section--featured_pages .page--slider .slick-track {
  display: flex;
}
.section--featured_pages .page--slider .slick-slide {
  padding: 0 15px;
  height: inherit;
}
.section--featured_pages .page--slider .slick-slide > div,
.section--featured_pages .page--slider .slick-slide .col-1-3 {
  height: 100%;
}
.section--featured_pages .page--slider .slick-dots {
  padding: 0;
}
.section--featured_pages .clipped--inner,
.section--featured_pages .clipped--outer {
  height: 100%;
}
.section--featured_pages .clipped--inner {
  padding: 0 0 40px;
}
.section--featured_pages .image-wrap {
  height: 110px;
  background-color: #CCCCCC;
}
@media (max-width: 1300px) {
  .section--featured_pages .image-wrap {
    height: 0;
    padding-bottom: 45%;
  }
}
.section--featured_pages .icon-wrap {
  padding: 40px 40px 0;
}
.section--featured_pages .icon-wrap img {
  width: auto;
  max-height: 100px;
  margin: 0;
  margin-right: auto;
  display: block;
}
.section--featured_pages .content-wrap {
  padding: 30px 35px 0;
}
.section--featured_pages .title--2 {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  max-height: 109.2px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  line-height: 1.2em;
  font-weight: 300;
}
.home .section--featured_pages .title--2 {
  font-size: 21px;
}
.section--featured_pages .title--2,
.section--featured_pages .title--5 {
  margin: 0 0 1rem;
}
.section--featured_pages .title--5 {
  padding: 0;
}
.section--featured_pages .pad-1x p {
  padding: 0;
}

.flipbook {
  flex-wrap: wrap;
}
.flipbook .page-container {
  flex: 0 0 25%;
}
@media (max-width: 1000px) {
  .flipbook .page-container {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 700px) {
  .flipbook .page-container {
    flex: 0 0 50%;
  }
}
.flipbook .page {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  perspective: 1200px;
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
}
.flipbook .page .front,
.flipbook .page .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  perspective: 1200px;
}
.flipbook .page .back {
  transform: rotateX(180deg);
}
.flipbook .page-container.hover .page, .flipbook .page-container:hover .page {
  transform: rotateX(180deg);
}
.flipbook .page-container:nth-of-type(odd) .back {
  transform: rotateY(180deg);
}
.flipbook .page-container:nth-of-type(odd).hover .page, .flipbook .page-container:nth-of-type(odd):hover .page {
  transform: rotateY(180deg);
}
.flipbook .page-container:nth-of-type(6n+1) .front {
  background-color: #000000;
}
.flipbook .page-container:nth-of-type(6n+1) .back {
  background-color: black;
}
.flipbook .page-container:nth-of-type(6n+2) .front {
  background-color: #263349;
}
.flipbook .page-container:nth-of-type(6n+2) .back {
  background-color: #1d2738;
}
.flipbook .page-container:nth-of-type(6n+3) .front {
  background-color: #CDDF4A;
}
.flipbook .page-container:nth-of-type(6n+3) .back {
  background-color: #c7db34;
}
.flipbook .page-container:nth-of-type(6n+4) .front {
  background-color: #006AA6;
}
.flipbook .page-container:nth-of-type(6n+4) .back {
  background-color: #005a8d;
}
.flipbook .page-container:nth-of-type(6n+5) .front {
  background-color: #73cb99;
}
.flipbook .page-container:nth-of-type(6n+5) .back {
  background-color: #60c48b;
}
.flipbook .page-container:nth-of-type(6n+6) .front {
  background-color: #8a898f;
}
.flipbook .page-container:nth-of-type(6n+6) .back {
  background-color: #7d7c83;
}

/* Content Styling */
.flipbook .front,
.flipbook .back {
  color: white;
}
.flipbook .front--image {
  background-size: cover;
  background-position: center;
}
.flipbook .front--number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flipbook .front--number .title--1 {
  font-size: 80px;
  padding: 0;
}
.flipbook .back {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flipbook .back .title--3 {
  padding: 0;
}
@media (max-width: 1000px) {
  .flipbook .back {
    padding: 15px;
    overflow: auto;
  }
}

.section--cta_grid .cta-wrap {
  align-items: flex-start;
  padding: 20px;
  transition: 0.2s all;
  text-decoration: none;
  flex-wrap: nowrap;
}
.section--cta_grid .cta-wrap:hover, .section--cta_grid .cta-wrap:focus {
  background-color: rgba(0, 0, 0, 0.03);
}
.section--cta_grid .clipped--outer {
  flex: 0 0 150px;
  height: 150px;
  margin-right: 1.5rem;
}
@media (max-width: 450px) {
  .section--cta_grid .clipped--outer {
    flex: 0 0 80px;
    height: 80px;
    align-self: flex-start;
  }
}
.section--cta_grid .clipped--inner {
  padding: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 450px) {
  .section--cta_grid .clipped--inner {
    padding: 20px;
  }
}
.section--cta_grid .title--2 {
  padding: 0;
}
.section--cta_grid p.pad-half {
  font-weight: 300;
  line-height: 1.2em;
  font-size: 16px;
}
.section--cta_grid .content {
  padding-bottom: 10px;
}

.logos--scroll--wrap {
  overflow: hidden;
}

.logos--scroll {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logos--scroll div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 12.5%;
  overflow: hidden;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .logos--scroll div {
    flex: 0 0 20%;
  }
}
@media (max-width: 700px) {
  .logos--scroll div {
    flex: 0 0 25%;
    padding: 0 10px;
  }
}

.section--impact .number--1 {
  font-size: 150px;
  line-height: 1em;
}
@media (max-width: 1000px) {
  .section--impact .number--1 {
    font-size: 10vw;
  }
}
.section--impact .number--2 {
  font-size: 60px;
  padding-top: 15px;
}
@media (max-width: 1000px) {
  .section--impact .number--2 {
    font-size: 40px;
  }
}
.section--impact .clipped--inner {
  padding-top: 35px;
  padding-bottom: 40px;
}
.section--impact .grid .col-1-5 {
  padding: 0 20px;
}
.section--impact .grid .col-2-5 img {
  width: 100%;
  max-height: 100px;
}
@media (max-width: 1000px) {
  .section--impact .grid .col-2-5 {
    margin: 20px auto 0;
    width: 48%;
  }
}
@media (max-width: 700px) {
  .section--impact .grid .col-2-5 {
    width: 100%;
  }
}
@media (min-width: 1001px) {
  .section--impact .grid .col-2-5:nth-child(2) {
    order: -1;
  }
}

.section--accordion .clipped--inner .intro-title hr {
  display: none;
}
@media (max-width: 700px) {
  .section--accordion .clipped--inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section--accordion .bg-white {
  padding-bottom: 2rem;
}
.section--accordion .accordion-item {
  border-bottom: 1px solid #CDDF4A;
  padding: 0.5rem 0;
}
.section--accordion .open {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.section--accordion .open i {
  font-size: 38px;
  color: #4D4D4D;
}
@media (max-width: 700px) {
  .section--accordion .open i {
    font-size: 24px;
  }
}
.section--accordion .open .fa-circle-minus {
  display: none;
}
.section--accordion .open .title--3 {
  max-width: 850px;
  padding-right: 20px;
  color: #4D4D4D;
}
@media (max-width: 700px) {
  .section--accordion .open .title--3 {
    font-size: 16px;
  }
}
.section--accordion .close {
  display: none;
  padding-bottom: 1rem;
  max-width: 850px;
}
.section--accordion .accordion--open .open .font-book {
  font-weight: 600;
  color: #263349;
}
.section--accordion .accordion--open .open .fa-circle-plus {
  display: none;
}
.section--accordion .accordion--open .open .fa-circle-minus {
  display: block;
}
.section--accordion .accordion--open .close {
  display: block;
}

.section--checklist .grid--wrap {
  padding-top: 10px;
}
.section--checklist .col-1-3 {
  flex-wrap: nowrap;
  padding: 0 30px 30px 0;
}
.section--checklist .col-1-3 i {
  margin-top: 4px;
  margin-right: 15px;
}
.section--checklist .col-1-3 h5 {
  padding: 4px 0 4px;
}
.section--checklist .col-1-3 p {
  padding: 0 0 8px;
}
@media (max-width: 1000px) {
  .section--checklist .col-1-3 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .section--checklist .col-1-3 {
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding-right: 0;
  }
}

.section--resources .image-wrap {
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  border-bottom: 1px solid #CDDF4A;
}
.section--resources .content-wrap {
  padding: 2rem;
}
.section--resources .content-wrap .admin-content p {
  padding: 0;
}
.section--resources .button {
  margin-top: 5px;
}
.section--resources .clipped--inner {
  padding: 0;
}

.section--resources .grid .slick-slide {
  padding-right: 30px;
}
.section--resources .grid .slick-slide,
.section--resources .grid .slick-slide > div,
.section--resources .grid .clipped--medium {
  height: 100%;
}

.grid--offset {
  padding-right: 100px;
}
.grid--offset .grid--offset--item {
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .grid--offset {
    padding-right: calc(2rem - 30px);
  }
}
@media (max-width: 700px) {
  .grid--offset {
    padding-right: 0;
  }
}

.section--timeline .intro-title {
  padding-top: 0;
}
.section--timeline .slick-arrow {
  top: 54px;
  width: 30px;
  height: 30px;
}
.section--timeline .slick-arrow span:before {
  color: #CDDF4A;
  font-weight: 300;
}
.section--timeline .slick-prev {
  left: -50px;
}
.section--timeline .slick-next {
  right: -50px;
}
.section--timeline .slick-dots li button .slick-dot-icon {
  color: #CDDF4A;
}
.section--timeline .title--4 {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
.section--timeline .title--4:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #CDDF4A;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
}
.section--timeline .excerpt {
  max-width: 150px;
  margin: auto;
}

@media (min-width: 1001px) {
  .section--timeline .clipped.bg-primary-1 > .clipped--inner {
    padding-right: 100px;
  }
}

.prose-lg {
  font-size: 18px;
}

/*# sourceMappingURL=style.css.map */
