@charset "UTF-8";
/**
 * Globals
 * An import of all abstracts
 */
/**
 * Vendor
 * For files that need compiling
 */
/**
 * This themes global styles
 */
/**
 * Root Font Sizing
 */
/**
 * Type sets
 * Defines a type grouping that can be looped over and generate utility classes
 */
/**
 * Grid and Grid Gap
 */
/**
 * Vertical Gap
 */
/**
 * Horizontal Gap
 */
/**
 * Container widths
 */
/**
 * Global Variables
 */
@-webkit-keyframes scale-LR {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scale-LR {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/** No-space
 * Removes the default space, border, and padding place on a component
 */
/** Grid row
 * Sets row up for the grid
 */
/** Grid row gutters
 * IF $gutter-horizontal = true: set the sides gap width
 * ELSE $gutter-vertical = false: remove the top and bottom gap width
 * IF $gutter-vertical = true: set the top and bottom gap width
 * ELSE $gutter-vertical = false: remove the top and bottom gap width
 * IF $gutter-horizontal-size & $gutter-vertical-size = wide: large sized space between items
 * IF $gutter-horizontal-size & $gutter-vertical-size = wide-lg: large sized space between items only on the lg breakpoint
 * IF $gutter-horizontal-size & $gutter-vertical-size = narrow: small sized space between items
 * ELSE $gutter-horizontal-size & $gutter-vertical-size = default: regular sized space between items
 */
/** Grid columns
 * IF = auto: fits the available space
 * ELSE IF = variable: fits the width of it's content
 * ELSE span the amount of columns provided
 */
/** Grid Spacing Clear
 * Clears first and last grid row margin or padding
 * Declare on column class: @include grid-clear-vertical-spacing(2);
 * Options:
 * • $columns(value = 1 to n) - default = 1
 * • $property(value = margin or padding) - default = margin, sets to 0
 */
/** Grid class generators
 * Generates classes for each column and offset by default and breakpoint
 */
/**
 * Hide Text
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 * See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
/**
 * Hide Element
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.node--type-page.node--view-mode-full .node__content .component-section.section__theme--warm .component-accordion {
  --theme-bg-color: #FFFFFF;
}
.node--type-page.node--view-mode-full .node__content .component-section.section__theme--warm .component-story-scroll-split {
  --theme-bg-color: #0031A7;
  --theme-text-color: #FFFFFF;
}
.node--type-page.node--view-mode-full .node__content .component-section.section__theme--warm .component-image-split.paragraph--themed-light-background {
  --theme-text-color: #FFFFFF;
  --theme-header-color: #FFFFFF;
  --theme-text-bg-color: #0031A7;
}
.node--type-page.node--view-mode-full .node__content .component-section.section__theme--warm .component-image-split.paragraph--themed-light-background:before, .node--type-page.node--view-mode-full .node__content .component-section.section__theme--warm .component-image-split.paragraph--themed-light-background:after {
  display: none;
}
.node--type-page.node--view-mode-full .node__content .component-section.section__theme--warm .component-image-split.paragraph--themed-dark-background {
  --theme-bg-color: #F2ECD5;
}
.node--type-page.node--view-mode-full .node__content .component-section.section__theme--warm .component-image-split.paragraph--themed-dark-background:before, .node--type-page.node--view-mode-full .node__content .component-section.section__theme--warm .component-image-split.paragraph--themed-dark-background:after {
  display: none;
}
.node--type-page.node--view-mode-full .node__content .component-section.section__theme--white {
  --theme-bg-color: #F2ECD5;
  --theme-text-bg-color: #FFFFFF;
  --theme-header-color: #0031A7;
  --theme-header-font: MacklinSlab, Times, serif;
  --theme-text-color: #0031A7;
  --theme-cta-color: #FFFFFF;
  --theme-cta-color--secondary: #0031A7;
  /*
  @if $theme == 'light' {
    // All of the light theme should be defaults.
    // This is here for placeholder purposes.
  }
  */
}

.component-section {
  left: calc(-50vw + 50%);
  max-width: none;
  position: relative;
  width: 100%;
  width: 100vw;
  --section--padding-top: 0;
  --section--padding-top--mobile: 0;
  --section--content--margin-top: 6rem;
  --section--content--margin-top--mobile: 4.5rem;
  --section--content--padding-vertical: 6rem;
  --section--content--padding-vertical--mobile: 4.5rem;
}
.component-section .component-section__title {
  font-family: "MacklinSlab", "Times", serif;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.2;
  margin: 1.25rem 0 2rem;
  padding: 0;
  color: #000000;
  font-size: 2.5rem;
  line-height: 2.9375rem;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.component-section .component-section__content {
  max-width: 75em;
  width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
.component-section .component-section__content > .paragraph-component:first-child {
  margin-top: 0;
  padding-top: var(--section--padding-top);
}
.component-section .component-section__content > .paragraph-component:not(:first-child) {
  margin-top: var(--section--content--margin-top--mobile);
}
@media (min-width: 48em) {
  .component-section .component-section__content > .paragraph-component:not(:first-child) {
    margin-top: var(--section--content--margin-top);
  }
}
.component-section.paragraph-component--background-color, .component-section.section__theme--warm {
  position: relative;
}
.component-section.paragraph-component--background-color .component-section__content, .component-section.section__theme--warm .component-section__content {
  padding: var(--section--content--padding-vertical--mobile) 0;
}
@media (min-width: 48em) {
  .component-section.paragraph-component--background-color .component-section__content, .component-section.section__theme--warm .component-section__content {
    padding: var(--section--content--padding-vertical) 0;
  }
}
.component-section.paragraph-component--background-color:before, .component-section.section__theme--warm:before {
  content: "";
  background-image: url("../../../images/scallop-edge.svg");
  height: 6px;
  width: 100%;
  position: absolute;
  background-size: 29px 6px;
  background-repeat: repeat-x;
  background-position: initial;
  top: -6px;
}
.component-section.paragraph-component--background-color.paragraph-component--background-color-white:before, .component-section.paragraph-component--background-color.section__theme--white:before, .component-section.section__theme--warm.paragraph-component--background-color-white:before, .component-section.section__theme--warm.section__theme--white:before {
  content: none;
}
.component-section.paragraph-component--background-color .component-section__content, .component-section.section__theme--warm .component-section__content {
  position: relative;
  z-index: 1;
}
.component-section.paragraph-component--background-color:after, .component-section.section__theme--warm:after {
  background-color: #F2ECD5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 0;
}
.component-section .component-section__nested-item {
  max-width: 75em;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
/*# sourceMappingURL=../../maps/libraries/paragraph/full--section.css.map */
