/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Variables
 * 
 * Contains global variables available to the theme.
 */
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Mixins
 *
 * Contains global SCSS mixins
 */
/* Many of the patterns are designed at a width of 1000px
** as opposed to the 800px wysiwyg (the default) 
*/
@media screen and (min-width: 1025px) {
  .gen2col,
  .gen3col {
    max-width: 1100px;
    position: relative;
    padding: 0 50px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Color Options: red (default), orange */
/* Color Options: red (default), black, white, blackTextRedArrow */
/* Will need to override font-size and arrow size on a case by case basis */
input[type=submit] {
  color: red;
  transition: all ease 0.3s;
  /*display and Box model */
  display: inline-block;
  background: #B30838;
  color: #FFFFFF;
  padding: 9px 20px 10px;
  border: 0;
  /*text*/
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
input[type=submit]:hover {
  background-color: #000000;
  text-decoration: none;
}

/**
 * @file
 * Animations
 * 
 * Contains all keyframe animations in use on the site.
 */
/* 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;
}
.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%;
  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;
}

/* Override for unpublished_paragraphs module. */
.unpublished-toggle {
  position: fixed;
  width: auto;
  bottom: 0;
  right: 0;
  padding: 0.25em 0.75em;
  cursor: pointer;
  background: #242424;
  color: #fff;
  border-top-left-radius: 10px;
  font-size: 16px;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  overflow-x: hidden;
  opacity: 0;
}
body.menu-open {
  overflow: hidden;
}

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

figure {
  margin: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: #FFFF00;
  color: #000000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * 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: none; /* 2 */
}

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Sitewide typography
 */
h1 {
  font-weight: 700;
  line-height: 1.21;
}

h2 {
  margin: 1.4em 0 1.25em;
  color: #000000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 3.125rem;
    margin: 1em 0 10px;
  }
}

h3 {
  margin: 1.4em 0 1em;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  h3 {
    font-size: 1.6875rem;
    margin: 2em 0 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  margin: 1.75em 0 1.1em;
  font-size: 1.21875rem;
  font-weight: 700;
  line-height: 1.61;
}
@media screen and (min-width: 700px) {
  h4 {
    font-size: 1.125rem;
    margin: 2.5em 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  h4 {
    font-size: 1.5rem;
    margin: 2.8em 0 0.75em;
  }
}

h5 {
  margin: 2em 0 1.1em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  h5 {
    margin: 3.5em 0 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  h5 {
    margin: 3.5em 0 1.2em;
  }
}

h6 {
  margin: 2.5em 0 1em;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.55;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  h6 {
    margin: 4em 0 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  h6 {
    font-size: 1rem;
    margin: 4em 0 1.3em;
  }
}

.wysiwyg__body ul,
.layout-content ul {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .wysiwyg__body ul,
  .layout-content ul {
    margin: 0.6em 0;
  }
}
.wysiwyg__body ul li,
.layout-content ul li {
  position: relative;
  margin: 0.6em 0;
  padding-left: 30px;
  list-style: none;
}
@media screen and (min-width: 700px) {
  .wysiwyg__body ul li,
  .layout-content ul li {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg__body ul li,
  .layout-content ul li {
    padding-left: 33px;
    margin: 0.5em 0;
  }
}
.wysiwyg__body ul > li:before,
.layout-content ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid #FFBC00;
  position: absolute;
  top: 0.56em;
  left: 16px;
  border-radius: 100em;
}
.wysiwyg__body ol,
.layout-content ol {
  margin: 0;
}
.wysiwyg__body ol > li,
.layout-content ol > li {
  position: relative;
  margin: 0.6em 0;
}
@media screen and (min-width: 700px) {
  .wysiwyg__body ol > li,
  .layout-content ol > li {
    margin: 0.6em 0;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg__body ol > li,
  .layout-content ol > li {
    padding-left: 10px;
    margin: 0.5em 0;
  }
}
.wysiwyg__body ol > li::marker,
.layout-content ol > li::marker {
  font-weight: bold;
}

p {
  margin: 0 0 0.625em;
}
p:empty {
  display: none;
}

span.blue {
  color: #000000;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

a {
  color: #B30838;
  cursor: pointer;
  transition: 0.3s ease;
}
a:hover {
  text-decoration: underline;
  color: #000000;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Base theme styles
 */
body {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.63;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
body.js-fixed {
  overflow: hidden;
}

* {
  outline-offset: 2px;
}
*:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}

.dark-focus {
  outline-offset: 2px;
}
.dark-focus:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.dark-focus:focus {
  outline-color: #FFFFFF;
}

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0;
}

a.skip-link {
  color: #000000;
}
a.skip-link.visually-hidden:focus {
  background-color: #FFFFFF;
  padding: 3px 10px;
  position: absolute !important;
  z-index: 10000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.overlay.js-open, .overlay.js-active {
  display: block;
  animation: fade-in 0.3s forwards;
}

.embedded-entity {
  margin: 2em 0;
}
.embedded-entity.align-left {
  float: none;
  margin: 2em 0;
}
@media (min-width: 700px) {
  .embedded-entity.align-left {
    float: left;
    margin: 0.6em 2em 2em 0;
  }
}
.embedded-entity.align-right {
  float: none;
  margin: 2em 0;
}
@media (min-width: 700px) {
  .embedded-entity.align-right {
    float: right;
    margin: 0.6em 0 2em 2em;
  }
}
.embedded-entity.align-left[data-embed-button=wysiwyg_remote_video], .embedded-entity.align-right[data-embed-button=wysiwyg_remote_video] {
  width: 100%;
  float: none;
}

.messages--status {
  margin-bottom: 15px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.image-style-wysiwyg-horizontal {
  margin: auto;
}

figcaption {
  font-size: 0.875rem;
  margin: 0;
  margin-top: 6px;
}
@media screen and (min-width: 700px) {
  figcaption {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1025px) {
  figcaption {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.caption > .figcaption {
  display: block;
}

.align-center figcaption {
  margin-top: 10px;
}
@media screen and (min-width: 700px) {
  .align-center figcaption {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .align-center figcaption {
    margin-top: 22px;
  }
}

.paragraph.wysiwyg {
  max-width: 800px;
  margin: auto;
  margin-bottom: 67px;
}
@media screen and (min-width: 1025px) {
  .paragraph.wysiwyg {
    margin-bottom: 67px;
  }
}

.wysiwyg-image--full img {
  width: 100%;
}

.wysiwyg__body .wysiwyg-img-inline {
  display: inline-block;
}
.wysiwyg__body .embedded-entity.align-center img {
  margin: auto;
}
.wysiwyg__body .embedded-entity.align-center .media--type-image {
  text-align: center;
}
.wysiwyg__body .caption-drupal-entity {
  margin: 2.5rem 0 5rem;
}
.wysiwyg__body .caption-drupal-entity .embedded-entity {
  margin: 0;
}
.wysiwyg__body .caption-drupal-entity .embedded-entity.align-center img {
  margin: auto;
}
.wysiwyg__body .caption-drupal-entity.align-right {
  margin-bottom: 18px;
  margin-top: 0;
}
@media screen and (max-width: 699px) {
  .wysiwyg__body .caption-drupal-entity.align-right {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-right {
    margin-left: 39px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg__body .caption-drupal-entity.align-right {
    margin-left: 70px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-right div[data-embed-button=image] {
    max-width: 320px;
  }
}
@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-right div[data-embed-button=image] + figcaption {
    max-width: 320px;
  }
}
.wysiwyg__body .caption-drupal-entity.align-right div[data-embed-button=wysiwyg_remote_video] {
  width: 100%;
  float: none;
  clear: both;
}
.wysiwyg__body .caption-drupal-entity.align-left {
  margin-bottom: 18px;
  margin-top: 0;
}
@media screen and (max-width: 699px) {
  .wysiwyg__body .caption-drupal-entity.align-left {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-left {
    margin-right: 39px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg__body .caption-drupal-entity.align-left {
    margin-right: 70px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-left div[data-embed-button=image] {
    max-width: 320px;
  }
}
@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-left div[data-embed-button=image] + figcaption {
    max-width: 320px;
  }
}
.wysiwyg__body .caption-drupal-entity.align-left div[data-embed-button=wysiwyg_remote_video] {
  width: 100%;
  float: none;
}
.wysiwyg__body .caption-drupal-entity.align-center {
  position: relative;
  padding-bottom: 16px;
  margin: 2.2rem 0 2.25rem;
  clear: both;
}
@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-center {
    padding-bottom: 44px;
    margin: 3.3rem 0 5.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg__body .caption-drupal-entity.align-center {
    padding-bottom: 47px;
    margin: 4.188rem 0;
  }
}
.wysiwyg__body .caption-drupal-entity.align-center::before {
  content: " ";
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  height: 106px;
  background-color: #C9ECFF;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity.align-center::before {
    height: 184px;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg__body .caption-drupal-entity.align-center::before {
    height: 261px;
  }
}
.wysiwyg__body .caption-drupal-entity img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 700px) {
  .wysiwyg__body .caption-drupal-entity img {
    border-radius: 25px;
  }
}

.wysiwyg-remote-video .video__wrapper .video__cover {
  position: relative;
}
.wysiwyg-remote-video .video__wrapper .video__cover.js-hidden {
  display: none;
}
.wysiwyg-remote-video .video__wrapper .video__cover .video__play {
  font-size: 0;
  transition: all ease 0.3s;
  cursor: pointer;
  background-image: url(../assets/icons/pause-icon.svg);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-size: 27%;
  border: 0;
  display: inline-block;
  font-size: 0;
  width: 34px;
  height: 34px;
  border: solid 2px #FFFFFF;
  border-radius: 8px;
  top: 50%;
  right: 50%;
  position: absolute;
  transform: translateX(50%) translateY(-50%);
  width: 48px;
  height: 48px;
}
.wysiwyg-remote-video .video__wrapper .video__cover .video__play:hover {
  background-color: #000000;
}
@media screen and (min-width: 700px) {
  .wysiwyg-remote-video .video__wrapper .video__cover .video__play {
    width: 41px;
    height: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg-remote-video .video__wrapper .video__cover .video__play {
    width: 46px;
    height: 46px;
  }
}
.wysiwyg-remote-video .video__wrapper .video__cover .video__play:focus {
  outline-color: #ffffff;
}
@media screen and (min-width: 700px) {
  .wysiwyg-remote-video .video__wrapper .video__cover .video__play {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg-remote-video .video__wrapper .video__cover .video__play {
    width: 80px;
    height: 80px;
  }
}
.wysiwyg-remote-video .video__wrapper .video__cover img {
  border-radius: 10px;
}
@media screen and (min-width: 700px) {
  .wysiwyg-remote-video .video__wrapper .video__cover img {
    border-radius: 25px;
  }
}
.wysiwyg-remote-video .video__wrapper .video__embed {
  display: none;
  padding-bottom: 56.83%;
  position: relative;
}
.wysiwyg-remote-video .video__wrapper .video__embed.js-show {
  display: block;
}
.wysiwyg-remote-video .video__wrapper .video__embed:hover .video__close {
  opacity: 1;
}
.wysiwyg-remote-video .video__wrapper .video__embed .video__close {
  transition: all ease 0.3s;
  font-size: 0;
  background: #FFFFFF url(../assets/icons/close-red.svg) no-repeat center;
  top: 0;
  border: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 48px;
  height: 48px;
}
.wysiwyg-remote-video .video__wrapper .video__embed .video__close:hover {
  opacity: 1;
  background: #FFFFFF url(../assets/icons/close-black.svg) no-repeat center;
}
.wysiwyg-remote-video .video__wrapper .video__embed .media-oembed-content {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 700px) {
  .wysiwyg-remote-video .video__wrapper .video__embed .media-oembed-content {
    border-radius: 25px;
  }
}

blockquote {
  border-radius: 10px;
  border: 2px solid #90BFD8;
  font-size: 1.125rem;
  padding: 30px 20px 34px;
  margin: 0;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (min-width: 700px) {
  blockquote {
    border-radius: 25px;
  }
}
@media screen and (min-width: 700px) {
  blockquote {
    padding: 45px 40px 40px 118px;
    font-size: 1.625rem;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  blockquote {
    font-size: 1.875rem;
    margin-bottom: 67px;
    padding: 44px 34px 40px 118px;
  }
}
blockquote:before {
  content: "";
  background-image: url("../assets/icons/Quotation-Marks.svg");
  background-size: cover;
  width: 43px;
  height: 36px;
  float: left;
  margin-right: 13px;
  margin-top: -8px;
}
@media screen and (min-width: 700px) {
  blockquote:before {
    position: absolute;
    left: 37px;
    top: 40px;
    width: 68px;
    height: 56px;
    margin: 0;
  }
}
blockquote p {
  line-height: 1.56;
  margin-bottom: 16px;
}
@media screen and (min-width: 700px) {
  blockquote p {
    line-height: 1.38;
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 1025px) {
  blockquote p {
    line-height: 1.33;
    margin-bottom: 21px;
  }
}
blockquote .quote-author {
  font-weight: bold;
  margin: 0;
  font-size: 1rem;
  line-height: 1.63;
}
@media screen and (min-width: 1025px) {
  blockquote .quote-author {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
blockquote .quote-designation {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 180px;
}
@media screen and (min-width: 700px) {
  blockquote .quote-designation {
    max-width: 100%;
    line-height: 1.37;
  }
}
@media screen and (min-width: 1025px) {
  blockquote .quote-designation strong {
    font-size: 1.125rem;
  }
}

.wysiwyg-quote {
  font-size: 1.25em;
}

.local-notice {
  background-color: #C9ECFF;
  padding: 2em;
  border-radius: 25px;
  margin: 2em auto;
}
.local-notice h2, .local-notice h3, .local-notice h4, .local-notice h5, .local-notice h6 {
  margin-top: -0.5rem;
}

.align-right .wysiwyg-quote,
.align-left .wysiwyg-quote {
  max-width: 400px;
}

.cta--link {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (min-width: 700px) {
  .cta--link {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link {
    font-size: 1.3125rem;
  }
}
.cta--link:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .cta--link:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link:after {
    margin-top: 0.55em;
  }
}
.cta--link:hover {
  text-decoration: none;
  color: #000000;
}
.cta--link:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}

.cta--link-white {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .cta--link-white {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link-white {
    font-size: 1.3125rem;
  }
}
.cta--link-white:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .cta--link-white:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link-white:after {
    margin-top: 0.55em;
  }
}
.cta--link-white:hover {
  text-decoration: none;
  color: #000000;
}
.cta--link-white:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.cta--link-white:after {
  filter: brightness(1.2);
  background-image: url(../assets/icons/arrow-link-right-blue.svg);
}
.cta--link-white:hover {
  color: #C9ECFF;
}
.cta--link-white:hover:after {
  filter: brightness(1);
}

.cta--link-dark {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .cta--link-dark {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link-dark {
    font-size: 1.3125rem;
  }
}
.cta--link-dark:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .cta--link-dark:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .cta--link-dark:after {
    margin-top: 0.55em;
  }
}
.cta--link-dark:hover {
  text-decoration: none;
  color: #000000;
}
.cta--link-dark:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.cta--link-dark:hover:after {
  filter: brightness(1);
}

.cta--button {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
}
@media screen and (min-width: 700px) {
  .cta--button {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .cta--button {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.cta--button:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.cta--button:hover:after {
  height: 100%;
}
.cta--button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}

.page-node-type-page .wysiwyg__body .cta--button,
.page-node-type-page .wysiwyg__body .cta--link {
  margin: 11px 0;
}
.page-node-type-page .wysiwyg__body h2 {
  margin-bottom: 18px;
}
@media screen and (min-width: 700px) {
  .page-node-type-page .wysiwyg__body h2 {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1025px) {
  .page-node-type-page .wysiwyg__body h2 {
    margin-bottom: 11px;
  }
}

.with-hero-img {
  position: relative;
}
.with-hero-img picture {
  background: #000000;
}
.with-hero-img picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  animation: fadeIn 300ms 300ms forwards;
}
.with-hero-img .region-banner {
  padding-top: 208px;
}
@media screen and (min-width: 700px) {
  .with-hero-img .region-banner {
    padding-top: 174px;
  }
}
@media screen and (min-width: 1025px) {
  .with-hero-img .region-banner {
    padding-top: 333px;
  }
}
.with-hero-img .block-page-title-block {
  padding: 26px 0 22px;
  width: 100%;
  background: rgba(179, 8, 56, 0.7);
  color: #FFFFFF;
  opacity: 0;
  animation: fadeIn 300ms forwards;
}
@media screen and (min-width: 700px) {
  .with-hero-img .block-page-title-block {
    padding: 34px 0 28px;
  }
}
@media screen and (min-width: 1025px) {
  .with-hero-img .block-page-title-block {
    padding: 63px 0 29px;
  }
}
.with-hero-img .block-page-title-block .page-title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.875rem;
  line-height: 1.07;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .with-hero-img .block-page-title-block .page-title {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .with-hero-img .block-page-title-block .page-title {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 700px) {
  .with-hero-img .block-page-title-block .page-title {
    font-size: 3.125rem;
    line-height: 1.04;
  }
}
@media screen and (min-width: 1025px) {
  .with-hero-img .block-page-title-block .page-title {
    font-size: 4.25rem;
    line-height: 1.03;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.without-hero-img {
  position: relative;
  padding-top: 75px;
  margin-bottom: 2.2em;
}
@media screen and (min-width: 700px) {
  .without-hero-img {
    padding-top: 156px;
    margin-bottom: 3.1em;
  }
}
@media screen and (min-width: 1025px) {
  .without-hero-img {
    padding-top: 185px;
    margin-bottom: 0;
  }
}
.without-hero-img .bb-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  background-image: url(../assets/img/fill_sm.svg);
  background-color: #C9ECFF;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: auto;
  background-position: center;
}
@media screen and (min-width: 700px) {
  .without-hero-img .bb-img {
    background-image: url(../assets/img/fill_md.svg);
    height: 189px;
    background-position: center 80%;
  }
}
@media screen and (min-width: 1025px) {
  .without-hero-img .bb-img {
    height: 233px;
    background-image: url(../assets/img/fill.svg);
    background-position: bottom;
  }
}
.without-hero-img .block-page-title-block {
  width: 100%;
}
.without-hero-img .block-page-title-block .page-title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.875rem;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .without-hero-img .block-page-title-block .page-title {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .without-hero-img .block-page-title-block .page-title {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 700px) {
  .without-hero-img .block-page-title-block .page-title {
    font-size: 3.125rem;
    line-height: 1.04;
  }
}
@media screen and (min-width: 1025px) {
  .without-hero-img .block-page-title-block .page-title {
    font-size: 4.25rem;
    line-height: 1.03;
    margin-bottom: -13px;
  }
}

.text-with-background {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #C9ECFF;
}
.text-with-background .field--name-field-program-introduction,
.text-with-background .field--name-field-introductory-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.125rem;
  line-height: 1.56;
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .text-with-background .field--name-field-program-introduction,
  .text-with-background .field--name-field-introductory-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .text-with-background .field--name-field-program-introduction,
  .text-with-background .field--name-field-introductory-text {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 700px) {
  .text-with-background .field--name-field-program-introduction,
  .text-with-background .field--name-field-introductory-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.625rem;
    line-height: 1.38;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .text-with-background .field--name-field-program-introduction,
  .text-with-background .field--name-field-introductory-text {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.875rem;
    line-height: 1.33;
    margin-bottom: 67px;
  }
}

.text-without-background {
  border-bottom: 2px solid #90BFD8;
  padding-top: 39px;
  padding-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.56;
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .text-without-background {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 1.625rem;
    line-height: 1.38;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .text-without-background {
    padding-top: 28px;
    padding-bottom: 26px;
    font-size: 1.875rem;
    line-height: 1.33;
    margin-bottom: 50px;
  }
}

.page-title span span {
  font-style: italic;
}

#block-saddleback-theme-local-tasks {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  background: #FFFFFF;
  border: 1px solid #B30838;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#block-saddleback-theme-local-tasks .tabs {
  font-size: 16px;
}

.program-type-icon-wrapper,
.program-type-key-wrapper {
  width: 33px;
  height: 33px;
  font-size: 0.738rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 100px;
}
@media screen and (min-width: 700px) {
  .program-type-icon-wrapper,
  .program-type-key-wrapper {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-type-icon-wrapper,
  .program-type-key-wrapper {
    width: 50px;
    height: 50px;
    font-size: 1.125rem;
  }
}
.program-type-icon-wrapper.tag-with-border,
.program-type-key-wrapper.tag-with-border {
  background: #FFFFFF;
}

.js-scroll--left,
.js-scroll--right {
  margin: 0 -20px;
}
@media screen and (min-width: 700px) {
  .js-scroll--left,
  .js-scroll--right {
    margin: 0;
  }
}
.js-scroll--left table,
.js-scroll--right table {
  display: block;
}
.js-scroll--left table caption,
.js-scroll--right table caption {
  display: block;
}
.js-scroll--left .table-scroller,
.js-scroll--right .table-scroller {
  overflow: auto;
  width: 100%;
  display: block;
}
.js-scroll--left .table-scroller::-webkit-scrollbar,
.js-scroll--right .table-scroller::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.js-scroll--left thead,
.js-scroll--right thead {
  border-bottom: 0;
}
.js-scroll--left thead th,
.js-scroll--right thead th {
  border-bottom: 2px solid #90BFD8;
}

.js-scroll--right:not(.js-scroll--left) {
  padding-left: 20px;
}
@media screen and (min-width: 700px) {
  .js-scroll--right:not(.js-scroll--left) {
    padding-left: 0;
  }
}

table {
  border: 0;
  width: 100%;
  max-width: 1250px;
  position: relative;
}
@media (min-width: 700px) {
  table {
    margin-top: -60px;
  }
}
table caption {
  padding-bottom: 0.2em;
  padding-right: 20px;
}
table.sticky-header {
  background: transparent;
  z-index: 1;
}
@media (min-width: 700px) {
  table.sticky-header {
    margin-top: -60px;
  }
}
table.sticky-header.stuck thead {
  background-color: #b8d9ec;
}
table.sticky-header thead {
  position: sticky;
  top: 0;
}
table thead,
table tbody {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  z-index: 1;
}
table thead tr,
table tbody tr {
  position: relative;
}
table td,
table th {
  text-align: left;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #A1A1A1;
  vertical-align: top;
  min-width: 100px;
}
@media (min-width: 700px) {
  table td,
  table th {
    padding: 12px 10px;
  }
}
table th:first-child {
  font-weight: bold;
}
table thead th {
  border-bottom: 2px solid #90BFD8;
  text-transform: uppercase;
}

.table__inner {
  position: relative;
}

.table--wysiwyg {
  position: relative;
  margin: 1.2em 0 1.2em 0;
  padding-bottom: 36px;
}
@media (min-width: 700px) {
  .table--wysiwyg {
    margin: 2em 0;
    padding-top: 60px;
  }
}
@media (max-width: 699px) {
  .table--wysiwyg {
    padding-top: 44px;
  }
}
.table--wysiwyg:before {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #C9ECFF;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 699px) {
  .table--wysiwyg:before {
    width: calc(100vw + 20px);
    left: calc(50% - 20px);
  }
}

.table-block__next,
.table-block__prev {
  top: 50%;
  transform: translateY(0);
  left: 100%;
  border: 0;
  opacity: 0;
  z-index: 8;
  visibility: hidden;
  position: sticky;
  display: block;
  font-size: 0;
  outline-offset: 2px;
}
.table-block__next:focus,
.table-block__prev:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
@media (max-width: 699px) {
  .table-block__next,
  .table-block__prev {
    margin-bottom: -44px;
    display: block !important;
    float: none !important;
  }
}

.table-block__next {
  width: 44px;
  height: 44px;
  display: inline-block;
  transition: all ease 0.3s;
  background: #FFFFFF url(../assets/icons/arrow-right.svg) no-repeat center;
  background-size: cover;
  border: 1px solid #000000;
  opacity: 70%;
  background-size: auto !important;
  background-color: rgba(255, 255, 255, 0.9);
}
.table-block__next:hover {
  background: #B30838 url(../assets/icons/arrow-right-white.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 700px) {
  .table-block__next {
    margin-right: -50px;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 1025px) {
  .table-block__next {
    margin-right: -79px;
  }
}

.table-block__prev {
  width: 44px;
  height: 44px;
  display: inline-block;
  transition: all ease 0.3s;
  background: #FFFFFF url(../assets/icons/arrow-left.svg) no-repeat center;
  background-size: cover;
  border: 1px solid #000000;
  opacity: 70%;
  background-size: auto !important;
  left: 0;
  margin-left: -20px;
  transform: translateY(0);
  float: left;
  background-color: rgba(255, 255, 255, 0.9);
}
.table-block__prev:hover {
  background: #B30838 url(../assets/icons/arrow-left-white.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 700px) {
  .table-block__prev {
    background-color: rgba(255, 255, 255, 0.4);
    margin-left: -50px;
  }
}
@media (min-width: 1025px) {
  .table-block__prev {
    margin-left: -79px;
  }
}

.js-scroll--right .table-block__next {
  opacity: 1;
  visibility: visible;
}

.js-scroll--left .table-block__prev {
  opacity: 1;
  visibility: visible;
}

.field--name-field-body-paras > .field__item {
  clear: both;
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  .header,
  .footer {
    display: none;
  }
}
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.breadcrumb {
  padding: 28px 0 32px;
  display: none;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb__main {
  margin-top: 0;
  padding: 0;
}
.breadcrumb__main li:before {
  position: relative;
  content: " ";
  background: url(../assets/icons/bread-arrow.svg) no-repeat;
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  margin-right: -2px;
  margin-left: -5px;
}
.breadcrumb__main li:first-child a {
  margin-left: 0;
}
.breadcrumb__main li a {
  margin: 0 0 0 3px;
  color: #000000;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1rem;
  /*text-transform: capitalize;*/
  text-decoration: none;
}
.breadcrumb__main li a:hover {
  color: #B30838;
}
.breadcrumb__main li .active {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  color: #000000;
  line-height: 1.5;
  font-size: 1rem;
  /*text-transform: capitalize;*/
  text-decoration: none;
  font-weight: bold;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.footer {
  width: 100%;
  clear: both;
}
.footer .featbackblk {
  margin-bottom: 0;
}
.footer .featbackblk__inner {
  background: rgba(179, 8, 56, 0.7);
  padding: 35px 20px 17px;
}
@media screen and (min-width: 700px) {
  .footer .featbackblk__inner {
    background: transparent;
  }
}
@media screen and (min-width: 700px) {
  .footer .featbackblk__inner {
    padding: 48px 50px 53px;
  }
}
@media screen and (min-width: 1025px) {
  .footer .featbackblk__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 67px 50px 69px;
  }
}
.footer .featbackblk__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer .featbackblk__header {
  text-align: left;
  font-size: 2.625rem;
  line-height: 1.05;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 18px;
  background: transparent;
  position: relative;
  transform: translate3d(-100px, 0, 0);
}
@media screen and (min-width: 700px) {
  .footer .featbackblk__header {
    font-size: 4.5rem;
    line-height: 1.03;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .footer .featbackblk__header {
    width: auto;
    font-size: 5rem;
    line-height: 1.06;
    margin-bottom: 0;
    max-width: 345px;
  }
}
.footer .featbackblk__bottom {
  background: transparent;
  padding: 0;
  padding-left: 4px;
}
@media screen and (min-width: 700px) {
  .footer .featbackblk__bottom {
    padding-left: 0;
  }
}
@media screen and (min-width: 700px) {
  .footer .featbackblk__bottom {
    padding-right: 2px;
  }
}
.footer .featbackblk__ctas {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .footer .featbackblk__ctas .field--name-field-featbackblk-ctas {
    justify-content: left;
  }
  .footer .featbackblk__ctas .field--name-field-featbackblk-ctas a {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  .footer .featbackblk__ctas .field--name-field-featbackblk-ctas a {
    margin-bottom: 0;
    padding: 25px 45px 27px;
    line-height: 1.09;
  }
}
.footer .featbackblk.in-view .featbackblk__header {
  opacity: 1;
  transform: translateX(0);
}
.footer__top {
  position: relative;
  padding: 37px 20px 15px;
  border-top: 1px solid #7D7D7D;
}
@media screen and (min-width: 700px) {
  .footer__top {
    padding: 36px 30px 18px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__top {
    padding: 36px 50px 30px;
    display: flex;
    justify-content: space-between;
  }
}
.footer__colleft {
  margin-bottom: 21px;
}
@media screen and (min-width: 700px) {
  .footer__colleft {
    margin-bottom: 25px;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .footer__colleft {
    margin-bottom: 0;
  }
}
.footer__logo a {
  display: inline-block;
  margin-right: 32px;
}
.footer__logo a img {
  max-width: 50px;
}
@media screen and (min-width: 700px) {
  .footer__logo a img {
    max-width: 76px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__logo a img {
    max-width: 84px;
  }
}
.footer__contact-detail {
  font-size: 0.875rem;
  max-width: 246px;
}
@media screen and (min-width: 700px) {
  .footer__contact-detail {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .footer__contact-detail {
    font-size: 1.125rem;
  }
}
.footer__contact-detail .full_collage_name {
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (min-width: 1025px) {
  .footer__contact-detail .full_collage_name {
    margin-bottom: 8px;
  }
}
.footer__contact-detail .footer__address {
  margin-bottom: 8px;
  font-style: normal;
  line-height: 1.7;
}
@media screen and (min-width: 700px) {
  .footer__contact-detail .footer__address {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .footer__contact-detail .footer__address {
    line-height: 1.33;
  }
}
.footer__contact-detail .tel_link {
  text-decoration: none;
  color: #B30838;
  font-weight: 700;
}
.footer__contact-detail .tel_link:hover {
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .footer__colright {
    margin-right: 46px;
  }
}
.footer__colright .footer__cp_wrapper_socccdstatement {
  font-size: 0.875rem;
  line-height: normal;
  margin-bottom: 16px;
}
@media screen and (min-width: 700px) {
  .footer__colright .footer__cp_wrapper_socccdstatement {
    font-size: 1rem;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__colright .footer__cp_wrapper_socccdstatement {
    font-size: 1.125rem;
    line-height: 1.33;
    margin-top: 3px;
  }
}
.footer__colright .footer__cp_wrapper_socccdstatement a {
  text-decoration: none;
  font-weight: 700;
}
.footer__colright .socccd-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer__colright .socccd-items .socccd-logos-item {
  margin-right: 12px;
}
@media screen and (min-width: 700px) {
  .footer__colright .socccd-items .socccd-logos-item {
    margin-right: 22px;
  }
}
.footer__colright .socccd-items .socccd-logos-item:last-child {
  margin-right: 0;
}
.footer__colright .socccd-items .socccd-logos-item a {
  display: inline-block;
}
.footer__colright .socccd-items .socccd-logos-item a img {
  max-height: 40px;
}
@media screen and (min-width: 700px) {
  .footer__colright .socccd-items .socccd-logos-item a img {
    max-height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__colright .socccd-items .socccd-logos-item a img {
    max-height: 67px;
  }
}
.footer__mid {
  font-size: 0.875rem;
  line-height: 1.3rem;
  position: relative;
  padding: 0 20px 15px;
}
@media screen and (min-width: 700px) {
  .footer__mid {
    font-size: 1rem;
    padding: 5px 30px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__mid {
    font-size: 1.125rem;
    padding: 0 50px 20px 165px;
  }
}
.footer .footer__hours {
  /*@media screen and (min-width: $break-large) {
    display: flex;

    &_label {
      margin-bottom: 0;
    }
  }*/
}
.footer .footer__hours_label {
  font-weight: 700;
  margin-bottom: 8px;
  /*margin-right: .856em;*/
}
.footer__more_links {
  border-top: 1px solid #7D7D7D;
  padding: 20px;
}
@media screen and (min-width: 700px) {
  .footer__more_links {
    padding: 23px 30px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__more_links {
    padding: 28px 50px 24px;
  }
}
.footer__more_links .link_groups {
  margin-bottom: 18px;
}
@media screen and (min-width: 1025px) {
  .footer__more_links .link_groups {
    margin-bottom: 20px;
  }
}
.footer__more_links .link_groups:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .footer__more_links .link_groups:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 700px) {
  .footer__more_links .link_groups nav.block-menu {
    display: flex;
  }
}
.footer__more_links .link_groups nav.block-menu h2 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .footer__more_links .link_groups nav.block-menu h2 {
    margin-top: 2px;
    font-size: 1rem;
    margin-right: 32px;
    min-width: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__more_links .link_groups nav.block-menu h2 {
    font-size: 1.125rem;
  }
}
.footer__more_links .link_groups nav.block-menu ul.menu {
  margin: 0;
}
@media screen and (min-width: 700px) {
  .footer__more_links .link_groups nav.block-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 700px) {
  .footer__more_links .link_groups nav.block-menu ul.menu li {
    margin-bottom: 5px;
    padding-top: 0;
  }
  .footer__more_links .link_groups nav.block-menu ul.menu li:after {
    content: "";
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #7D7D7D;
    margin: 0px 16px 0 13px;
  }
  .footer__more_links .link_groups nav.block-menu ul.menu li:last-child:after {
    display: none;
  }
}
.footer__more_links .link_groups nav.block-menu ul.menu li a {
  text-decoration: none;
  line-height: 1.71;
}
.footer__more_links .link_groups nav.block-menu ul.menu li a span {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  .footer__more_links .link_groups nav.block-menu ul.menu li a span {
    font-size: 1rem;
  }
}
.footer__secondary {
  background: #C9ECFF;
}
.footer__secondary-links {
  padding: 22px 20px 15px;
}
@media screen and (min-width: 700px) {
  .footer__secondary-links {
    padding: 27px 30px 18px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__secondary-links {
    padding: 31px 50px 23px;
    display: flex;
    justify-content: space-between;
  }
}
.footer__secondary-links .primary_links {
  margin-bottom: 12px;
}
@media screen and (min-width: 700px) {
  .footer__secondary-links .primary_links {
    margin-bottom: 0;
  }
}
.footer__secondary-links .primary_links nav ul.menu {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__secondary-links .primary_links nav ul.menu li.menu-item {
  padding-top: 0;
  margin-right: 31px;
  margin-bottom: 8px;
}
@media screen and (min-width: 700px) {
  .footer__secondary-links .primary_links nav ul.menu li.menu-item {
    margin-right: 51px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__secondary-links .primary_links nav ul.menu li.menu-item {
    margin-bottom: 0;
  }
}
.footer__secondary-links .primary_links nav ul.menu li.menu-item a {
  font-weight: 700;
  text-decoration: none;
}
.footer__secondary-links .primary_links nav ul.menu li.menu-item a span {
  font-size: 1rem;
  line-height: 1.63;
  text-transform: capitalize;
}
@media screen and (min-width: 700px) {
  .footer__secondary-links .primary_links nav ul.menu li.menu-item a span {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
.footer__social {
  list-style: none;
  margin-top: 0;
  padding: 0;
  display: flex;
}
.footer__social .footer__social__i {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  margin-left: 22px;
}
.footer__social .footer__social__facebook {
  background-image: url(../assets/img/facebook-black.svg);
  margin-left: 0;
}
@media screen and (min-width: 700px) {
  .footer__social .footer__social__facebook {
    width: 28px;
    height: 28px;
  }
}
.footer__social .footer__social__facebook:hover {
  background-image: url(../assets/img/facebook-red.svg);
}
.footer__social .footer__social__instagram {
  background-image: url(../assets/img/instagram-black.svg);
}
@media screen and (min-width: 700px) {
  .footer__social .footer__social__instagram {
    width: 29px;
    height: 29px;
    margin-left: 29px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__social .footer__social__instagram {
    margin-left: 35px;
  }
}
.footer__social .footer__social__instagram:hover {
  background-image: url(../assets/img/instagram-red.svg);
}
.footer__social .footer__social__twitter {
  background-image: url(../assets/img/x-black.svg);
}
@media screen and (min-width: 700px) {
  .footer__social .footer__social__twitter {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__social .footer__social__twitter {
    margin-left: 34px;
  }
}
.footer__social .footer__social__twitter:hover {
  background-image: url(../assets/img/x-red.svg);
}
.footer__social .footer__social__youtube {
  background-image: url(../assets/img/youtube-black.svg);
}
@media screen and (min-width: 700px) {
  .footer__social .footer__social__youtube {
    width: 32px;
    height: 25px;
    margin-left: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__social .footer__social__youtube {
    margin-left: 35px;
  }
}
.footer__social .footer__social__youtube:hover {
  background-image: url(../assets/img/youtube-red.svg);
}
.footer__social .footer__social__linkedin {
  background-image: url(../assets/img/linkedin-black.svg);
}
@media screen and (min-width: 700px) {
  .footer__social .footer__social__linkedin {
    width: 27px;
    height: 27px;
    margin-left: 29px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__social .footer__social__linkedin {
    margin-left: 33px;
  }
}
.footer__social .footer__social__linkedin:hover {
  background-image: url(../assets/img/linkedin-red.svg);
}
.footer__statements {
  border-top: 1px solid #7D7D7D;
  padding: 20px 20px 36px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .footer__statements {
    padding: 25px 30px 36px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__statements {
    padding: 32px 50px 40px;
  }
}
.footer__copyright {
  margin-bottom: 9px;
}
@media screen and (min-width: 700px) {
  .footer__copyright {
    margin-bottom: 13px;
  }
}
.footer__copyright p {
  display: inline;
}
.footer__copyright span {
  margin-right: 3px;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.pagerer-container {
  margin: 0 !important;
}
.pagerer-container .pager__items {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  padding-bottom: 34px;
}
.pagerer-container .pager__item--previous, .pagerer-container .pager__item--next {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.pagerer-container .pager__item--previous:before, .pagerer-container .pager__item--next:before {
  display: none;
}
.pagerer-container .pager__item--previous > a, .pagerer-container .pager__item--next > a {
  width: 29px !important;
  height: 29px !important;
}
@media screen and (min-width: 1025px) {
  .pagerer-container .pager__item--previous > a, .pagerer-container .pager__item--next > a {
    width: 32px !important;
    height: 32px !important;
  }
}
.pagerer-container .pager__item--previous > a span, .pagerer-container .pager__item--next > a span {
  display: none;
}
.pagerer-container .pager__item--previous a {
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-left.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .pagerer-container .pager__item--previous a {
    width: 32px;
    height: 32px;
  }
}
.pagerer-container .pager__item--previous a:hover {
  background: url(../assets/icons/arrow-left-black.svg) no-repeat center;
  background-size: cover;
}
.pagerer-container .pager__item--next a {
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-right.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .pagerer-container .pager__item--next a {
    width: 32px;
    height: 32px;
  }
}
.pagerer-container .pager__item--next a:hover {
  background: url(../assets/icons/arrow-right-black.svg) no-repeat center;
  background-size: cover;
}
.pagerer-container .pager__item {
  padding: 0 !important;
  margin-bottom: 5px !important;
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .pagerer-container .pager__item {
    margin-right: 7px !important;
  }
}
.pagerer-container .pager__item:before {
  display: none;
}
.pagerer-container .pager__item a {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #000000;
  font-weight: bold;
  width: 39px;
  height: 39px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  .pagerer-container .pager__item a {
    width: 43px;
    height: 43px;
  }
}
@media screen and (min-width: 1025px) {
  .pagerer-container .pager__item a {
    line-height: 1.33;
    font-size: 1.313rem;
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .pagerer-container .pager__item a:hover {
    color: #FFFFFF;
    background: #B30838;
  }
}
.pagerer-container .pager__item.is-active a {
  pointer-events: none;
  color: #FFFFFF;
  background: #B30838;
}
.pagerer-container .pager__item--ellipsis {
  font-size: 1.5rem;
  line-height: 1.44;
  width: 39px;
  height: 39px;
  color: #FFBC00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 11px 0 7px;
}
@media screen and (min-width: 700px) {
  .pagerer-container .pager__item--ellipsis {
    width: 43px;
    height: 43px;
  }
}
@media screen and (min-width: 1025px) {
  .pagerer-container .pager__item--ellipsis {
    line-height: 1.33;
    font-size: 1.5rem;
    width: 48px;
    height: 48px;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.alert-2-item__date2 {
  font-weight: normal;
  margin-right: 0.75em;
  line-height: 1.25;
}
.alert-2-item__date3 {
  margin-bottom: 65px !important;
  padding-bottom: 20px !important;
  border-bottom: 2px solid #90BFD8;
}
.alert-2-item__date3 span.label {
  font-weight: 700;
}
.alert-2-item__black {
  background: #000000;
  color: #FFFFFF;
}
.alert-2-item__black a {
  outline-offset: 2px;
  color: #FFFFFF;
}
.alert-2-item__black a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.alert-2-item__black a:focus {
  outline-color: #FFFFFF;
}
.alert-2-item__black button {
  outline-offset: 2px;
}
.alert-2-item__black button:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.alert-2-item__black button:focus {
  outline-color: #FFFFFF;
}
.alert-2-item__black h2 {
  color: #FFFFFF;
}
.alert-2-item__black .alert-2-item__cta a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .alert-2-item__black .alert-2-item__cta a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__black .alert-2-item__cta a {
    font-size: 1.3125rem;
  }
}
.alert-2-item__black .alert-2-item__cta a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .alert-2-item__black .alert-2-item__cta a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__black .alert-2-item__cta a:after {
    margin-top: 0.55em;
  }
}
.alert-2-item__black .alert-2-item__cta a:hover {
  text-decoration: none;
  color: #000000;
}
.alert-2-item__black .alert-2-item__cta a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.alert-2-item__black .alert-2-item__cta a:after {
  filter: brightness(1.2);
  background-image: url(../assets/icons/arrow-link-right-blue.svg);
}
.alert-2-item__black .alert-2-item__cta a:hover {
  color: #C9ECFF;
}
.alert-2-item__black .alert-2-item__cta a:hover:after {
  filter: brightness(1);
}
.alert-2-item__black .alert-2-item__title:before {
  background: url(../assets/icons/alert-white.svg) no-repeat center;
}
.alert-2-item__black .alert-2-item__close {
  transition: all ease 0.3s;
  background: transparent;
  border: 0;
  position: absolute;
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url(../assets/icons/close-black.svg) no-repeat center;
  background: url(../assets/icons/close-white.svg) no-repeat center;
}
.alert-2-item__black .alert-2-item__close:hover {
  background: url(../assets/icons/close-red.svg) no-repeat center;
}
.alert-2-item__black .alert-2-item__close:hover {
  background: url(../assets/icons/close-skyblue.svg) no-repeat center;
}
.alert-2-item__cardinal {
  background: #B30838;
  color: #FFFFFF;
}
.alert-2-item__cardinal a {
  outline-offset: 2px;
  color: #FFFFFF;
}
.alert-2-item__cardinal a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.alert-2-item__cardinal a:focus {
  outline-color: #FFFFFF;
}
.alert-2-item__cardinal button {
  outline-offset: 2px;
}
.alert-2-item__cardinal button:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.alert-2-item__cardinal button:focus {
  outline-color: #FFFFFF;
}
.alert-2-item__cardinal h2 {
  color: #FFFFFF;
}
.alert-2-item__cardinal .alert-2-item__cta a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .alert-2-item__cardinal .alert-2-item__cta a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__cardinal .alert-2-item__cta a {
    font-size: 1.3125rem;
  }
}
.alert-2-item__cardinal .alert-2-item__cta a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .alert-2-item__cardinal .alert-2-item__cta a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__cardinal .alert-2-item__cta a:after {
    margin-top: 0.55em;
  }
}
.alert-2-item__cardinal .alert-2-item__cta a:hover {
  text-decoration: none;
  color: #000000;
}
.alert-2-item__cardinal .alert-2-item__cta a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.alert-2-item__cardinal .alert-2-item__cta a:after {
  filter: brightness(1.2);
  background-image: url(../assets/icons/arrow-link-right-blue.svg);
}
.alert-2-item__cardinal .alert-2-item__cta a:hover {
  color: #FFBC00;
}
.alert-2-item__cardinal .alert-2-item__cta a:hover:after {
  filter: brightness(1);
  background-image: url(../assets/icons/arrow-link-right-gold.svg);
}
.alert-2-item__cardinal .alert-2-item__title:before {
  background: url(../assets/icons/alert-white.svg) no-repeat center;
}
.alert-2-item__cardinal .alert-2-item__close {
  transition: all ease 0.3s;
  background: transparent;
  border: 0;
  position: absolute;
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url(../assets/icons/close-black.svg) no-repeat center;
  background: url(../assets/icons/close-white.svg) no-repeat center;
}
.alert-2-item__cardinal .alert-2-item__close:hover {
  background: url(../assets/icons/close-red.svg) no-repeat center;
}
.alert-2-item__cardinal .alert-2-item__close:hover {
  background: url(../assets/icons/close-gold.svg) no-repeat center;
}
.alert-2-item__grey {
  background-color: rgb(201.5, 201.5, 201.5);
}
.alert-2-item__grey .alert-2-item__cta a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .alert-2-item__grey .alert-2-item__cta a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__grey .alert-2-item__cta a {
    font-size: 1.3125rem;
  }
}
.alert-2-item__grey .alert-2-item__cta a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .alert-2-item__grey .alert-2-item__cta a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__grey .alert-2-item__cta a:after {
    margin-top: 0.55em;
  }
}
.alert-2-item__grey .alert-2-item__cta a:hover {
  text-decoration: none;
  color: #000000;
}
.alert-2-item__grey .alert-2-item__cta a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.alert-2-item__grey .alert-2-item__cta a:after {
  filter: brightness(0);
}
.alert-2-item__grey .alert-2-item__cta a:hover {
  color: #B30838;
}
.alert-2-item__grey .alert-2-item__cta a:hover:after {
  filter: brightness(1);
}
.alert-2-item__grannysmith {
  background: #A9DC96;
}
.alert-2-item__grannysmith .alert-2-item__cta a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .alert-2-item__grannysmith .alert-2-item__cta a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__grannysmith .alert-2-item__cta a {
    font-size: 1.3125rem;
  }
}
.alert-2-item__grannysmith .alert-2-item__cta a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .alert-2-item__grannysmith .alert-2-item__cta a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__grannysmith .alert-2-item__cta a:after {
    margin-top: 0.55em;
  }
}
.alert-2-item__grannysmith .alert-2-item__cta a:hover {
  text-decoration: none;
  color: #000000;
}
.alert-2-item__grannysmith .alert-2-item__cta a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.alert-2-item__grannysmith .alert-2-item__cta a:after {
  filter: brightness(0);
}
.alert-2-item__grannysmith .alert-2-item__cta a:hover {
  color: #B30838;
}
.alert-2-item__grannysmith .alert-2-item__cta a:hover:after {
  filter: brightness(1);
}
.alert-2-item__lightblue {
  background: #C9ECFF;
}
.alert-2-item__lightblue .alert-2-item__cta a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .alert-2-item__lightblue .alert-2-item__cta a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__lightblue .alert-2-item__cta a {
    font-size: 1.3125rem;
  }
}
.alert-2-item__lightblue .alert-2-item__cta a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .alert-2-item__lightblue .alert-2-item__cta a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__lightblue .alert-2-item__cta a:after {
    margin-top: 0.55em;
  }
}
.alert-2-item__lightblue .alert-2-item__cta a:hover {
  text-decoration: none;
  color: #000000;
}
.alert-2-item__lightblue .alert-2-item__cta a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.alert-2-item__lightblue .alert-2-item__cta a:after {
  filter: brightness(0);
}
.alert-2-item__lightblue .alert-2-item__cta a:hover {
  color: #B30838;
}
.alert-2-item__lightblue .alert-2-item__cta a:hover:after {
  filter: brightness(1);
}
.alert-2-item__gold {
  background-color: #FFDD7E;
}
.alert-2-item__gold a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #000000;
}
@media screen and (min-width: 700px) {
  .alert-2-item__gold a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__gold a {
    font-size: 1.3125rem;
  }
}
.alert-2-item__gold a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .alert-2-item__gold a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__gold a:after {
    margin-top: 0.55em;
  }
}
.alert-2-item__gold a:hover {
  text-decoration: none;
  color: #000000;
}
.alert-2-item__gold a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.alert-2-item__gold a:after {
  filter: brightness(0);
}
.alert-2-item__gold a:hover {
  color: #B30838;
}
.alert-2-item__gold a:hover:after {
  filter: brightness(1);
}
.alert-2-item__main {
  position: relative;
  padding: 16px 50px 20px 20px;
}
@media screen and (min-width: 700px) {
  .alert-2-item__main {
    padding: 21px 50px 20px 50px;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__main {
    padding: 24px 85px 30px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.alert-2-item__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  margin-right: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-left: -4px;
}
@media screen and (min-width: 700px) {
  .alert-2-item__title {
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__title {
    font-size: 1.125rem;
    line-height: 1.56;
    margin-right: 15px;
    align-self: baseline;
    margin-bottom: 0;
  }
}
.alert-2-item__title:before {
  content: "";
  float: left;
  width: 39px;
  height: 39px;
  background: url(../assets/icons/alert-black.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .alert-2-item__title:before {
    margin-right: 21px;
  }
}
.alert-2-item__body .field {
  display: inline;
}
.alert-2-item__caption {
  margin-right: 10px;
  display: inline;
}
@media screen and (min-width: 1025px) {
  .alert-2-item__caption {
    font-size: 1.125rem;
    line-height: 1.25;
    margin-right: 15px;
  }
}
.alert-2-item__cta {
  display: inline;
}
.alert-2-item__cta a {
  font-size: 1rem;
  line-height: 1.63;
}
@media screen and (min-width: 700px) {
  .alert-2-item__cta a {
    font-size: 1rem !important;
    line-height: 1.63;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__cta a {
    font-size: 1.125rem !important;
    line-height: 1.56;
  }
}
.alert-2-item__close {
  transition: all ease 0.3s;
  background: transparent;
  border: 0;
  position: absolute;
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url(../assets/icons/close-black.svg) no-repeat center;
  right: 12px;
  top: 20px;
}
.alert-2-item__close:hover {
  background: url(../assets/icons/close-red.svg) no-repeat center;
}
@media screen and (min-width: 700px) {
  .alert-2-item__close {
    right: 50px;
    top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .alert-2-item__close {
    right: 29px;
    top: 28px;
  }
}

.view-alert-2-0 .views-row {
  display: none;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.menu-wrapper {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9;
  visibility: hidden;
}
.menu-wrapper .nav-container {
  transition: all ease 0.3s;
  left: 0;
  transform: translateX(-100%);
  position: fixed;
  z-index: 8;
  top: 75.97px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 700px) {
  .menu-wrapper .nav-container {
    max-width: 375px;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper .nav-container {
    max-width: 425px;
  }
}
.menu-wrapper .nav-container:before {
  content: "";
  display: none;
  height: 100px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .menu-wrapper .nav-container:before {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper .nav-container:before {
    height: 140px;
  }
}
@media screen and (max-width: 699px) {
  .menu-wrapper .nav-container .close-all {
    display: none;
  }
}
.menu-wrapper .nav-container .nav-wrapper {
  padding-top: 31px;
  padding-bottom: 20px;
  background: #FFFFFF;
  position: static;
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 90px;
}
@media screen and (min-width: 700px) {
  .menu-wrapper .nav-container .nav-wrapper {
    padding-top: 105px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper .nav-container .nav-wrapper {
    padding-top: 158px;
    padding-bottom: 150px;
  }
}
.menu-wrapper .nav-container .main-navigation-menu .menu-item {
  position: relative;
}
.menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper {
  transition: all ease 0.3s;
  position: fixed;
  z-index: 5;
  top: 5px;
  height: 100%;
  visibility: hidden;
  transform: translateX(100%);
  background: #FFFFFF;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper {
    box-shadow: inset 10px 0px 12px 0px rgba(0, 0, 0, 0.1019607843), 10px 0px 8px 0 rgba(0, 0, 0, 0.0705882353);
    max-width: 325px;
    z-index: -1;
    transform: translateX(0);
    padding-top: 68px;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper {
    max-width: 297px;
    opacity: 0;
    top: 80px;
    padding-top: 0;
  }
}
.menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .submenu-wrapper {
  top: 0 !important;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .submenu-wrapper {
    transform: translateX(-100%);
  }
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .submenu-wrapper.submenu-show {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .submenu-wrapper {
    padding-top: 78px;
    z-index: -2;
    transform: translateX(0);
  }
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .submenu-wrapper.submenu-show {
    transform: translateX(100%);
  }
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .submenu-wrapper.submenu-show.sub-active {
    padding-top: 0;
  }
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .submenu-wrapper.submenu-show.sub-active > .back-arrow {
    display: inline-flex;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .submenu-wrapper .sub-menu {
    height: calc(100% - 80px);
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .submenu-wrapper .back-arrow {
    display: none;
  }
}
.menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper.submenu-show {
  transition: all 300ms, padding 0ms;
  visibility: visible;
  opacity: 1;
  right: 0;
  transform: translateX(0);
}
@media screen and (min-width: 700px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper.submenu-show {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper.submenu-show.lvl-hidden {
    overflow: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper.submenu-show.last-active {
    visibility: hidden;
  }
}
.menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .back-arrow {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  line-height: 1.63;
  font-weight: 700;
  color: black;
  background: #FFFFFF;
  border: 0;
  text-decoration: none;
  margin: 0px 14px;
}
@media screen and (min-width: 700px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .back-arrow {
    margin: 7px 34px 0;
  }
}
@media screen and (min-width: 1025px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .back-arrow {
    line-height: 1.56;
    margin: 26px 15px 22px;
  }
}
.menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .back-arrow:hover {
  color: #B30838;
}
.menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .back-arrow:before {
  content: "";
  margin-right: 11px;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 10px;
  transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  .menu-wrapper .nav-container .main-navigation-menu .menu-item.menu-item--expanded .submenu-wrapper .back-arrow:before {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
}
.menu-wrapper.menu-open {
  visibility: visible;
}
.menu-wrapper.menu-open .nav-container {
  transform: translateX(0);
}
@media screen and (min-width: 700px) {
  .menu-wrapper.menu-open .nav-container {
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.1803921569);
  }
}

.main-navigation-menu .menu {
  margin: 0 !important;
}
.main-navigation-menu .menu .menu-item {
  list-style: none;
  padding: 0;
}
.main-navigation-menu .menu .menu-item.menu-is-active > a:first-child:before {
  opacity: 1;
}
.main-navigation-menu .menu .menu-item > a:first-child {
  transition: all ease 0.3s;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  padding: 9px 75px 8px 20px;
  display: flex;
  align-items: center;
  min-height: 56px;
}
.main-navigation-menu .menu .menu-item > a:first-child .menu-item-label {
  position: relative;
}
.main-navigation-menu .menu .menu-item > a:first-child:before {
  transition: all ease 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #C9ECFF;
  border-left: 2px solid #B30838;
  border-right: 2px solid #B30838;
  opacity: 0;
}
.main-navigation-menu .menu .menu-item > a:first-child:hover {
  color: #B30838;
}
@media screen and (min-width: 700px) {
  .main-navigation-menu .menu .menu-item > a:first-child {
    font-size: 1rem;
    line-height: 1.63;
    padding: 8px 70px 10px 50px;
    min-height: 67px;
  }
}
@media screen and (min-width: 1025px) {
  .main-navigation-menu .menu .menu-item > a:first-child {
    font-size: 1.125rem;
    padding: 10px 80px 10px 50px;
    min-height: 78px;
  }
}
.main-navigation-menu .menu .menu-item > a:first-child.is-active:before {
  opacity: 1;
}
.main-navigation-menu .menu .menu-item .menu-expand-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding-left: 5px;
  padding-right: 20px;
}
.main-navigation-menu .menu .menu-item .menu-expand-arrow:hover:after {
  filter: grayscale(1) brightness(0);
}
.main-navigation-menu .menu .menu-item .menu-expand-arrow:focus {
  outline-offset: -4px !important;
}
@media screen and (min-width: 700px) {
  .main-navigation-menu .menu .menu-item .menu-expand-arrow {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .main-navigation-menu .menu .menu-item .menu-expand-arrow {
    padding-right: 38px;
  }
}
.main-navigation-menu .menu .menu-item .menu-expand-arrow:before {
  content: "";
  width: 1px;
  height: 22px;
  background: #A1A1A1;
  display: inline-block;
  margin-right: 2px;
}
.main-navigation-menu .menu .menu-item .menu-expand-arrow:after {
  transition: all ease 0.3s;
  content: "";
  display: block;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu {
  padding: 0;
  height: 100%;
  overflow: scroll;
  height: calc(100% - 109px);
}
@media screen and (min-width: 700px) {
  .main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu {
    height: calc(100% - 35px);
  }
}
@media screen and (min-width: 1025px) {
  .main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu {
    height: calc(100% - 160px);
  }
}
.main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu .menu-item > a:first-child {
  transition: all ease 0.3s;
  font-weight: normal;
  text-transform: inherit;
  font-size: 1rem;
  line-height: 1.63;
  padding: 5px 105px 5px 20px;
}
.main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu .menu-item > a:first-child:before {
  border-left: 0;
}
.main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu .menu-item > a:first-child:hover {
  color: #B30838;
}
@media screen and (min-width: 700px) {
  .main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu .menu-item > a:first-child {
    padding: 8px 90px 10px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu .menu-item > a:first-child {
    font-size: 1.125rem;
    padding: 12px 80px 15px 58px;
    line-height: 1.44;
  }
}
.main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu .menu-item > a:first-child.is-active:before {
  opacity: 1;
}
@media screen and (min-width: 700px) {
  .main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu .menu-item .menu-expand-arrow {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .main-navigation-menu .menu .menu-item .submenu-wrapper .sub-menu .menu-item .menu-expand-arrow {
    padding-right: 22px;
  }
}

.mobile-menu-cta {
  border-top: 1px solid #A1A1A1;
  margin: 0 7px;
}
@media screen and (min-width: 700px) {
  .mobile-menu-cta {
    margin: 0 35px;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-menu-cta {
    display: none;
  }
}
.mobile-menu-cta .header__menu_inner {
  margin-bottom: 9px;
}
.mobile-menu-cta .header__menu_inner .header__ctas {
  padding: 0;
}
.mobile-menu-cta .header__menu_inner .header__ctas li a {
  outline-offset: 2px;
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  padding: 8px 12px;
  text-transform: capitalize;
  margin: 10px 32px 0px 0;
}
.mobile-menu-cta .header__menu_inner .header__ctas li a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
@media screen and (min-width: 700px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a {
    font-size: 1.3125rem;
  }
}
.mobile-menu-cta .header__menu_inner .header__ctas li a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a:after {
    margin-top: 0.55em;
  }
}
.mobile-menu-cta .header__menu_inner .header__ctas li a:hover {
  text-decoration: none;
  color: #000000;
}
.mobile-menu-cta .header__menu_inner .header__ctas li a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.mobile-menu-cta .header__menu_inner .header__ctas li a:after {
  margin-top: 5px;
  width: 9px;
  height: 8px;
}
@media screen and (min-width: 700px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a:after {
    width: 11px;
    height: 11px;
    margin-left: 11px;
  }
}
@media screen and (min-width: 700px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a {
    margin: 13px 31px 0px 0;
    padding: 8px 13px;
  }
}
.mobile-menu-cta .header__menu_inner .header__ctas li a.header__cta_btn_item {
  all: unset;
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 1px solid #B30838;
  cursor: pointer;
  margin: 15px;
}
@media screen and (min-width: 700px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a.header__cta_btn_item {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a.header__cta_btn_item {
    font-size: 1.3125rem;
  }
}
.mobile-menu-cta .header__menu_inner .header__ctas li a.header__cta_btn_item:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a.header__cta_btn_item:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-menu-cta .header__menu_inner .header__ctas li a.header__cta_btn_item:after {
    margin-top: 0.55em;
  }
}
.mobile-menu-cta .header__menu_inner .header__ctas li a.header__cta_btn_item:hover {
  text-decoration: none;
  color: #000000;
}
.mobile-menu-cta .header__menu_inner .header__ctas li a.header__cta_btn_item:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.mobile-menu-cta .header__menu_inner .header__ctas li:last-child a {
  margin-right: 0;
}
.mobile-menu-cta .header__menu_inner .menu--account .menu__toggle {
  color: #B30838;
  font-size: 0.875rem;
  padding: 8px 12px;
  margin: 3px 0px 0px 0;
  max-width: 80px;
}
.mobile-menu-cta .header__menu_inner .menu--account .menu__toggle:focus {
  outline: 2px solid #7D7D7D;
}
.mobile-menu-cta .header__menu_inner .menu--account .menu__toggle::after {
  background: url(../assets/icons/arrow-left.svg) no-repeat center;
  background-size: cover;
  transform: rotate(270deg);
  margin-left: 7px;
  width: 14px;
  height: 14px;
}
.mobile-menu-cta .header__menu_inner .menu--account .menu__toggle.active::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 700px) {
  .mobile-menu-cta .header__menu_inner .menu--account .menu__toggle {
    padding: 12px 15px 9px;
    margin: 2px 0px 0px 0;
    max-width: 100px;
  }
}
.mobile-menu-cta .header__menu_inner .menu--account .menu__drop {
  width: 127px;
  padding: 10px 20px;
  z-index: 2;
}
.mobile-menu-cta .header__menu_inner .menu--account .menu__drop li a {
  font-size: 0.875rem;
  line-height: 1.71;
}

.secondary-navigation-menu {
  border-top: 1px solid #A1A1A1;
  margin: 0 7px;
  padding: 18px 13px 10px;
}
@media screen and (min-width: 700px) {
  .secondary-navigation-menu {
    margin: 0 35px;
    padding: 22px 15px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .secondary-navigation-menu {
    margin: 0 30px;
    padding: 27px 20px 10px;
  }
}
.secondary-navigation-menu .menu--header-secondary-navigation .menu {
  margin: 0 !important;
}
.secondary-navigation-menu .menu--header-secondary-navigation .menu .menu-item {
  list-style: none;
}
.secondary-navigation-menu .menu--header-secondary-navigation .menu .menu-item a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.71;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 3px;
}
@media screen and (min-width: 1025px) {
  .secondary-navigation-menu .menu--header-secondary-navigation .menu .menu-item a {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.information-for-menu {
  padding: 0 20px;
}
@media screen and (min-width: 700px) {
  .information-for-menu {
    padding: 0 50px;
  }
}
.information-for-menu h2 {
  font-size: 1rem;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 9px;
}
@media screen and (min-width: 1025px) {
  .information-for-menu h2 {
    font-size: 1.125rem;
    margin-top: 16px;
    margin-bottom: 6px;
  }
}
.information-for-menu .menu {
  margin: 0 !important;
}
.information-for-menu .menu .menu-item {
  text-decoration: none;
  list-style: none;
}
.information-for-menu .menu .menu-item a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.71;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 3px;
}
@media screen and (min-width: 1025px) {
  .information-for-menu .menu .menu-item a {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.menu-item a .icon {
  transition: all ease 0.3s;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
@media screen and (min-width: 1025px) {
  .menu-item a .icon {
    margin-left: 3px;
  }
}
.menu-item a .icon.icon--calendar {
  background-image: url(../assets/icons/calender.svg);
}
.menu-item a:hover .icon {
  filter: grayscale(1);
}

.toolbar-fixed .nav-container {
  top: 39px;
}
@media screen and (min-width: 1025px) {
  .toolbar-fixed.toolbar-tray-open .nav-container {
    top: 78px;
  }
}

.nav-overlay {
  transition: all ease 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

@media screen and (min-width: 700px) {
  .menu-open .nav-overlay {
    opacity: 1;
    visibility: visible;
  }
}

.mobile-back-arrow {
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  line-height: 1.63;
  font-weight: 700;
  color: black;
  background: #FFFFFF;
  border: 0;
  text-decoration: none;
  margin: 0px 14px;
}
@media screen and (min-width: 700px) {
  .mobile-back-arrow {
    margin: 7px 34px 0;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-back-arrow {
    line-height: 1.56;
    margin: 26px 15px 22px;
  }
}
.mobile-back-arrow:hover {
  color: #B30838;
}
.mobile-back-arrow:before {
  content: "";
  margin-right: 11px;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 10px;
  transform: rotate(180deg);
}
@media screen and (min-width: 700px) {
  .mobile-back-arrow:before {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
}

.path-frontpage .mobile-back-arrow {
  display: none;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.container__wrapper {
  position: relative;
}

.sticky-wrapper:not(.without-hero-header) .header__right,
.sticky-wrapper:not(.without-hero-header) .header__logo {
  height: auto !important;
  width: auto !important;
}
.sticky-wrapper.without-hero-header {
  margin-bottom: -10px;
}
@media screen and (min-width: 700px) {
  .sticky-wrapper.without-hero-header {
    margin-bottom: -17px;
  }
}
@media screen and (min-width: 1025px) {
  .sticky-wrapper.without-hero-header {
    margin-bottom: -22px;
  }
}
.sticky-wrapper.without-hero-header header {
  position: relative;
}
.sticky-wrapper.without-hero-header header .header__menus {
  background: #B30838;
}
.sticky-wrapper.without-hero-header header .views-exposed-form .form-text {
  border-color: #A1A1A1;
}

body.scroll-down .header__right,
body.scroll-down .header__logo {
  transform: translate3d(0, -100%, 0);
}
body.scroll-up .header__logo {
  left: 20px;
}
@media screen and (min-width: 700px) {
  body.scroll-up .header__logo {
    left: 50px;
  }
}
body.scroll-up .header__right {
  right: 0;
}
body.scroll-up .header__right,
body.scroll-up .header__logo {
  position: fixed;
  top: 0;
  height: auto !important;
  transition: all 0.3s ease;
}
body.scroll-up .header__right .header__menus,
body.scroll-up .header__logo .header__menus {
  background: #B30838;
}
body.scroll-up .header__right .views-exposed-form .form-text,
body.scroll-up .header__logo .views-exposed-form .form-text {
  border-color: #A1A1A1;
}
body.scroll-up .header__right .search__toggle,
body.scroll-up .header__logo .search__toggle {
  border-bottom: 1px solid #A1A1A1;
}

@media screen and (max-width: 1024px) {
  .search {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .search {
    flex-shrink: 0;
  }
}
.search__toggle {
  padding: 0;
  font-size: 0;
  border: 0;
  width: 69px;
  height: 60px;
  background: #FFFFFF url(../assets/icons/Search.svg) no-repeat center center;
  outline-offset: -4px !important;
}
@media screen and (min-width: 700px) {
  .search__toggle {
    width: 81px;
    height: 68px;
  }
}
@media screen and (min-width: 1025px) {
  .search__toggle {
    display: none;
  }
}
.search__toggle.active {
  background: #FFFFFF url(../assets/icons/close-black.svg) no-repeat center center;
}
.search .form--inline .form-item {
  margin: 0;
}

.without-hero-header .search__toggle,
.menu-open .search__toggle {
  border-bottom: solid 1px #A1A1A1;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100% !important;
  padding-left: 20px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 700px) {
  header {
    padding-left: 50px;
  }
}
header.without-hero-header {
  margin-bottom: -10px;
  position: relative;
}
@media screen and (min-width: 700px) {
  header.without-hero-header {
    margin-bottom: -17px;
  }
}
@media screen and (min-width: 1025px) {
  header.without-hero-header {
    margin-bottom: -22px;
  }
}
header.without-hero-header .header__menus {
  background: #B30838;
}
header.without-hero-header .views-exposed-form .form-text {
  border-color: #A1A1A1;
}
header .views-exposed-form,
header .SearchForm {
  position: relative;
  display: none;
  border-right: solid 1px #A1A1A1;
}
@media screen and (min-width: 1025px) {
  header .views-exposed-form,
  header .SearchForm {
    display: block;
    border-right: 0;
  }
}
@media screen and (max-width: 699px) {
  header .views-exposed-form,
  header .SearchForm {
    position: absolute;
    right: 69px;
    background: #FFFFFF;
    z-index: 10;
    width: calc(100% - 69px);
  }
}
header .views-exposed-form .form-text,
header .SearchForm .form-text {
  border: 0;
  padding: 10px 20px;
  padding-right: 45px;
  min-height: 60px;
  width: 100%;
  color: #000000;
  font-size: 1rem;
  border-bottom: solid 1px #FFFFFF;
}
header .views-exposed-form .form-text:focus,
header .SearchForm .form-text:focus {
  outline-offset: -4px !important;
}
@media screen and (min-width: 700px) {
  header .views-exposed-form .form-text,
  header .SearchForm .form-text {
    min-height: 68px;
    padding: 10px 60px 10px 26px;
    width: 240px;
  }
}
@media screen and (min-width: 1025px) {
  header .views-exposed-form .form-text,
  header .SearchForm .form-text {
    min-height: 80px;
    font-size: 1rem;
    padding: 10px 50px 10px 30px;
    width: 242px;
  }
}
header .views-exposed-form .button,
header .SearchForm .button {
  padding: 0;
  font-size: 0;
  width: 20px;
  height: 23px;
  background: url(../assets/icons/Search.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
header .views-exposed-form .button:hover,
header .SearchForm .button:hover {
  background: url(../assets/icons/Search-black.svg) no-repeat;
}
@media screen and (max-width: 699px) {
  header .views-exposed-form .button:hover,
  header .SearchForm .button:hover {
    background-size: 20px;
  }
}
@media screen and (min-width: 700px) {
  header .views-exposed-form .button,
  header .SearchForm .button {
    height: 32px;
    width: 32px;
    right: 26px;
  }
}
@media screen and (min-width: 1025px) {
  header .views-exposed-form .button,
  header .SearchForm .button {
    height: 39px;
    right: 18px;
  }
}
@media screen and (max-width: 699px) {
  header .views-exposed-form .button,
  header .SearchForm .button {
    background-size: 20px;
  }
}
header:not(.without-hero-header) .sticky-wrapper {
  height: auto !important;
}
@media screen and (min-width: 1318px) {
  header:not(.without-hero-header) .sticky-wrapper:nth-child(2) {
    width: calc(100% - 371px);
  }
}
@media screen and (min-width: 1318px) {
  header .sticky-wrapper:nth-child(2) {
    width: calc(100% - 371px) !important;
  }
}
header .menu--account .menu {
  margin: 0;
  list-style: none;
}
header .menu--account .menu .menu-dropdown {
  position: relative;
}
header .menu--account .menu__toggle {
  outline-offset: 2px;
  border: 0;
  background: none;
  width: 100%;
  line-height: 1.5;
  font-weight: normal;
  color: #FFFFFF;
  padding: 24px 15px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  transition: all ease 0.3s;
}
header .menu--account .menu__toggle:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
header .menu--account .menu__toggle:focus {
  outline-color: #FFFFFF;
}
header .menu--account .menu__toggle:after {
  content: "";
  height: 6px;
  width: 6px;
  border-color: transparent;
  border-style: solid;
  border-width: 2px 0 0 2px;
  transform: rotate(225deg);
  margin-left: 10px;
  transition: all ease 0.3s;
}
@media screen and (min-width: 1025px) {
  header .menu--account .menu__toggle:after {
    border-color: #FFFFFF;
  }
}
header .menu--account .menu__toggle:hover {
  color: #C9ECFF;
}
@media screen and (min-width: 1025px) {
  header .menu--account .menu__toggle:hover:after {
    border-color: #C9ECFF;
  }
}
header .menu--account .menu__toggle:focus {
  outline-offset: -4px !important;
}
header .menu--account .menu__toggle.active {
  background: #C9ECFF;
  color: #B30838;
  outline-offset: 2px;
}
header .menu--account .menu__toggle.active:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
header .menu--account .menu__toggle.active:focus {
  outline-offset: -4px !important;
}
@media screen and (min-width: 1025px) {
  header .menu--account .menu__toggle.active:after {
    border-color: #B30838;
    transform: rotate(45deg);
  }
}
header .menu--account .menu__drop {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 183px;
  z-index: 9;
  background: #C9ECFF;
  padding: 16px 20px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}
header .menu--account .menu__submenu {
  list-style: none;
  padding: 0;
}
header .menu--account .menu__submenu li:not(:last-child) {
  margin-bottom: 3px;
}
header .menu--account .menu__submenu li a {
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  padding: 4px 0;
}

.header__logo {
  position: relative;
  z-index: 10;
  transition: all ease 0.3s;
  bottom: unset !important;
}
@media screen and (max-width: 699px) {
  .header__logo.search-active {
    opacity: 0;
  }
}
.header__logo a {
  display: block;
  outline-offset: -4px !important;
}
.header__logo img {
  width: auto;
  max-height: 76px;
}
@media screen and (min-width: 700px) {
  .header__logo img {
    max-height: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .header__logo img {
    max-height: 137px;
  }
}
.header__right {
  display: flex;
  height: 100%;
  z-index: 10;
  right: 0;
  bottom: unset !important;
}
@media screen and (min-width: 700px) {
  .header__right {
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 1024px) {
  .header__right {
    width: auto !important;
  }
}
.header__right .menu-btn {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.13;
  background-color: #FFDD7E;
  border-bottom-left-radius: 7px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 18px 25px;
  border: 0;
  transition: all ease 0.3s;
}
.header__right .menu-btn:hover {
  background: #C9ECFF;
}
.header__right .menu-btn:focus {
  outline-offset: -4px !important;
}
@media screen and (min-width: 700px) {
  .header__right .menu-btn {
    padding: 21px 30px 21px 32px;
    line-height: 1.57;
  }
}
@media screen and (min-width: 1025px) {
  .header__right .menu-btn {
    padding: 23px 32px;
    font-size: 1rem;
    line-height: 1.13;
    flex-shrink: 0;
  }
}
.header__right .menu-btn .line {
  width: 18px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 5px auto 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
@media screen and (min-width: 700px) {
  .header__right .menu-btn .line {
    margin: 6px auto 3px;
  }
}
@media screen and (min-width: 1025px) {
  .header__right .menu-btn .line {
    margin: 7px auto 4px;
    width: 20px;
  }
}
.header__right .menu-btn .menu-text {
  display: none;
}
@media screen and (min-width: 700px) {
  .header__right .menu-btn .menu-text {
    display: inline-block;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .header__right .menu-btn .menu-text {
    margin-top: 1px;
  }
}
.header__right .menu-btn .menu-icon {
  margin-right: 0;
  margin-top: -1px;
}
@media screen and (min-width: 700px) {
  .header__right .menu-btn .menu-icon {
    margin-right: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .header__right .menu-btn .menu-icon {
    margin-right: 10px;
  }
}
.header__right .menu-btn-open .menu-icon {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.header__right .menu-btn-open .menu-icon .line:nth-child(1), .header__right .menu-btn-open .menu-icon .line:nth-child(3) {
  transition-delay: 0.3s;
}
.header__right .menu-btn-open .menu-icon .line:nth-child(1) {
  transform: translateY(7px);
}
@media screen and (min-width: 700px) {
  .header__right .menu-btn-open .menu-icon .line:nth-child(1) {
    transform: translateY(8px);
  }
}
@media screen and (min-width: 1025px) {
  .header__right .menu-btn-open .menu-icon .line:nth-child(1) {
    transform: translateY(9px);
  }
}
.header__right .menu-btn-open .menu-icon .line:nth-child(2) {
  width: 0px;
}
.header__right .menu-btn-open .menu-icon .line:nth-child(3) {
  transform: translateY(-7px) rotate(90deg);
}
@media screen and (min-width: 700px) {
  .header__right .menu-btn-open .menu-icon .line:nth-child(3) {
    transform: translateY(-8px) rotate(90deg);
  }
}
@media screen and (min-width: 1025px) {
  .header__right .menu-btn-open .menu-icon .line:nth-child(3) {
    transform: translateY(-9px) rotate(90deg);
  }
}
.header__menus {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header__menus {
    background-color: rgba(179, 8, 56, 0.7);
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .header__menu_inner {
    display: flex;
    align-items: center;
  }
}
.header__ctas {
  list-style: none;
  padding: 0 5px 0 25px;
  margin: 0;
}
.header__ctas li {
  display: inline-block;
}
.header__ctas li a {
  outline-offset: 2px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 30px 15px;
  font-weight: bold;
  line-height: 1.13;
  color: #FFFFFF;
  font-size: 1rem;
  transition: all ease 0.3s;
}
.header__ctas li a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.header__ctas li a:focus {
  outline-color: #FFFFFF;
}
.header__ctas li a:focus {
  outline-offset: -4px !important;
}
.header__ctas li a:hover {
  color: #C9ECFF;
}
.header__ctas li a.header__cta_btn_item {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  color: #FFFFFF;
  border-color: #FFFFFF;
  border-bottom-color: #FFBC00;
  background-color: transparent;
  outline-offset: 2px;
  padding: 17px 17px !important;
  text-transform: none;
  font-size: 1rem !important;
  margin-right: 14px;
}
@media screen and (min-width: 700px) {
  .header__ctas li a.header__cta_btn_item {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .header__ctas li a.header__cta_btn_item {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.header__ctas li a.header__cta_btn_item:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.header__ctas li a.header__cta_btn_item:hover:after {
  height: 100%;
}
.header__ctas li a.header__cta_btn_item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}
.header__ctas li a.header__cta_btn_item:after {
  background: #FFBC00;
}
.header__ctas li a.header__cta_btn_item:hover:after {
  height: 100%;
}
.header__ctas li a.header__cta_btn_item:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.header__ctas li a.header__cta_btn_item:focus {
  outline-color: #FFFFFF;
}

@media screen and (max-width: 699px) {
  .menu-open header {
    background-color: #FFFFFF;
  }
}

header .sticky-wrapper.is-sticky .header__logo,
header .sticky-wrapper.is-sticky .header__right {
  position: fixed !important;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1201px) {
  header .sticky-wrapper.is-sticky .header__right {
    width: calc(100% - 421px) !important;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.search__result {
  margin-bottom: 32px;
}
@media screen and (min-width: 700px) {
  .search__result {
    margin-bottom: 50px;
  }
}
.search__result .views-row,
.search__result .view-header {
  margin-bottom: 32px;
}
@media screen and (min-width: 700px) {
  .search__result .views-row,
  .search__result .view-header {
    margin-bottom: 50px;
  }
}
.search__result .views-row h2,
.search__result .view-header h2 {
  margin-top: 0;
}
.search__result .pager__items {
  padding: 0;
}

body.path-search .without-hero-img .block-page-title-block .page-title,
body.path-search .breadcrumb__item {
  text-transform: capitalize;
}

.search #block-simplegsesearchblock .SearchForm-input.form-text {
  border: 0;
  border-bottom: solid 1px #FFFFFF;
  font-size: 1rem;
  padding: 10px 50px 10px 30px;
  min-height: 60px;
}
.search #block-simplegsesearchblock .SearchForm-input.form-text:focus {
  outline-offset: -4px !important;
}
@media screen and (min-width: 700px) {
  .search #block-simplegsesearchblock .SearchForm-input.form-text {
    width: 242px;
    min-height: 68px;
  }
}
@media screen and (min-width: 1025px) {
  .search #block-simplegsesearchblock .SearchForm-input.form-text {
    min-height: 80px;
  }
}
.search #block-simplegsesearchblock .SearchForm-submit.button {
  padding: 0;
  font-size: 0;
  width: 32px;
  height: 31px;
  background: url(../assets/icons/Search.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (min-width: 700px) {
  .search #block-simplegsesearchblock .SearchForm-submit.button {
    height: 38px;
  }
}

.without-hero-header .search #block-simplegsesearchblock .SearchForm-input.form-text {
  border-bottom-color: #A1A1A1;
}

.gsc-control-cse {
  color: inherit !important;
  font-family: "Barlow", sans-serif !important;
  padding: 0 !important;
  background-color: inherit !important;
  border: 0 solid inherit;
}
.gsc-control-cse .gsc-above-wrapper-area {
  padding: 50px 0 5px 0;
}
.gsc-control-cse .gsc-table-result {
  color: inherit !important;
  font-family: "Barlow", sans-serif !important;
  font-size: inherit !important;
}
.gsc-control-cse .gsc-result-info {
  font-size: 1rem !important;
  font-weight: 700;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-family: "Barlow", sans-serif !important;
  font-size: 1.375rem !important;
}
@media screen and (min-width: 700px) {
  .gsc-control-cse .gs-spelling,
  .gsc-control-cse .gs-result .gs-title,
  .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.875rem !important;
  }
}
.gsc-control-cse .gs-spelling a,
.gsc-control-cse .gs-result .gs-title a,
.gsc-control-cse .gs-result .gs-title * a {
  color: #B30838;
  transition: 0.3s ease !important;
  text-decoration: underline !important;
}
.gsc-control-cse .gs-spelling a b,
.gsc-control-cse .gs-result .gs-title a b,
.gsc-control-cse .gs-result .gs-title * a b {
  color: #B30838;
}
.gsc-control-cse .gs-spelling a:hover,
.gsc-control-cse .gs-result .gs-title a:hover,
.gsc-control-cse .gs-result .gs-title * a:hover {
  text-decoration: underline !important;
  color: #000000 !important;
}
.gsc-control-cse .gs-spelling a:hover b,
.gsc-control-cse .gs-result .gs-title a:hover b,
.gsc-control-cse .gs-result .gs-title * a:hover b {
  color: #000000;
}

.gsc-control-cse .gs-result {
  font-size: 1.125rem !important;
}
.gsc-control-cse .gs-result .gs-snippet {
  color: inherit !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 700px) {
  .gsc-control-cse .gs-result {
    font-size: 1.125rem !important;
  }
  .gsc-control-cse .gs-result .gs-snippet {
    font-size: 1.125rem !important;
  }
}

.gsc-webResult.gsc-result {
  padding: 10px 0 20px 0 !important;
}
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: transparent !important;
  border-radius: 25px;
  border-color: #90BFD8 !important;
  border-width: 2px !important;
  margin: 20px 0 20px 0;
  padding: 10px 10px 20px 10px !important;
}

.gsc-results .gsc-cursor-box.gs-bidi-start-align {
  text-align: center !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #FFFFFF !important;
  background-color: #B30838;
  border-radius: 50px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block !important;
  line-height: 2.2 !important;
  font-size: 1.313rem !important;
  font-weight: 700;
  text-decoration: none !important;
  width: 48px;
  height: 48px;
  transition: 0.3s ease;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #FFFFFF !important;
  background-color: #B30838;
  border-radius: 50px;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.maintenance__page {
  background: url(/themes/saddleback_theme/assets/img/maintenance_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom;
}
.maintenance__content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .maintenance__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .maintenance__content {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.maintenance__content header {
  position: static;
  padding: 0;
  justify-content: center;
}
.maintenance__content h1 {
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.06;
  text-transform: capitalize;
}
@media (min-width: 700px) {
  .maintenance__content h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1025px) {
  .maintenance__content h1 {
    font-size: 5rem;
  }
}

/**
 * @file
 * Region content layout styles.
 */
.region-content, .region-content-bottom, .region-content-top {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .region-content, .region-content-bottom, .region-content-top {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .region-content, .region-content-bottom, .region-content-top {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Content column layout styles.
 */
@media (min-width: 700px) {
  .column2col {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.column2col__col:first-child {
  margin: 0 0 2.2em;
}
@media (min-width: 700px) {
  .column2col__col:first-child {
    margin: 0;
  }
}
@media (min-width: 700px) {
  .column2col__col {
    width: 50%;
  }
}

@media (min-width: 700px) {
  .column3col {
    display: flex;
    flex-flow: row wrap;
  }
}
.column3col__col {
  margin: 0 0 2.2em;
}
@media (min-width: 700px) {
  .column3col__col {
    width: 50%;
    margin: 0 0 1.8em;
  }
}
@media (min-width: 1025px) {
  .column3col__col {
    width: 33.33%;
    margin: 0;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Generic node styles.
 */
.node__tags--full .label {
  font-weight: 700;
}
.node__tags--full .field__item {
  display: inline-block;
  margin: 0 0 1rem 1rem;
}
.node__tags--full .field__item:first-child {
  margin-left: 0;
}
.node__tags--full a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #000000;
  border-radius: 4px;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.page-node-type-program .related-program-link {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .page-node-type-program .related-program-link {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .page-node-type-program .related-program-link {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.page-node-type-program .related-program-link a {
  line-height: normal;
  margin-bottom: 6px;
  min-height: 38px;
  display: block;
}
.page-node-type-program .related-program-link a::after {
  margin-top: 0.38em;
}
@media screen and (min-width: 945px) {
  .page-node-type-program .related-program-link a {
    margin-bottom: 10px;
    min-height: inherit;
  }
}
@media screen and (min-width: 1025px) {
  .page-node-type-program .related-program-link a {
    margin-bottom: 16px;
  }
}
.page-node-type-program .without-hero-img {
  padding-top: 35px;
}
@media screen and (min-width: 945px) {
  .page-node-type-program .without-hero-img {
    padding-top: 123px;
  }
}
@media screen and (min-width: 1025px) {
  .page-node-type-program .without-hero-img {
    padding-top: 143px;
  }
}
.page-node-type-program .with-hero-img .related-program-link {
  display: none;
}
.page-node-type-program .page-title {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 945px) {
  .page-node-type-program .page-title {
    align-items: flex-end;
  }
}
.page-node-type-program .page-title .field--name-title {
  margin-bottom: 10px;
  margin-right: 11px;
}
@media screen and (min-width: 945px) {
  .page-node-type-program .page-title .field--name-title {
    margin-right: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .page-node-type-program .page-title .field--name-title {
    margin-right: 30px;
  }
}
.page-node-type-program .page-title .program-tags {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
}
@media screen and (min-width: 945px) {
  .page-node-type-program .page-title .program-tags {
    margin-right: 0;
  }
}
.page-node-type-program .page-title .program-tags .program-type-icon-wrapper {
  margin-right: 7px;
  margin-bottom: 5px;
}
@media screen and (min-width: 945px) {
  .page-node-type-program .page-title .program-tags .program-type-icon-wrapper {
    margin-right: 9px;
  }
}
@media screen and (min-width: 1025px) {
  .page-node-type-program .page-title .program-tags .program-type-icon-wrapper {
    margin-right: 9px;
  }
}
.page-node-type-program .page-title .program-tags > div:last-child .program-type-icon-wrapper {
  margin-right: 0;
}
.page-node-type-program .text-without-background {
  padding-top: 32px;
}
@media screen and (min-width: 945px) {
  .page-node-type-program .text-without-background {
    padding-top: 46px;
  }
}
@media screen and (min-width: 1025px) {
  .page-node-type-program .text-without-background {
    padding-top: 29px;
  }
}

.program-outcome__section_heading h2 {
  margin: 1.79em 0 0.7em;
}
@media screen and (min-width: 945px) {
  .program-outcome__section_heading h2 {
    margin: 1.54em 0 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__section_heading h2 {
    margin: 1.1em 0 0.75em;
  }
}
.program-outcome__items .program-outcome-item {
  padding: 20px 0;
  margin-bottom: 37px;
}
.program-outcome__items .program-outcome-item .program-outcome-item__career_coach .field__item {
  margin-left: -20px;
}
.program-outcome__items .program-outcome-item .field--name-field-po-career-coach iframe {
  width: 360px;
}
@media screen and (min-width: 390px) {
  .program-outcome__items .program-outcome-item .program-outcome-item__career_coach .field__item {
    margin-left: 0;
  }
}
@media screen and (min-width: 430px) {
  .program-outcome__items .program-outcome-item {
    border: 2px solid #90BFD8;
    border-radius: 12px;
    padding: 20px 21px 20px 19px;
  }
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item {
    border-radius: 25px;
    padding: 44px 29px 45px 28px;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item {
    padding: 43px 47px 63px 50px;
  }
}
.program-outcome__items .program-outcome-item__tax-title {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__tax-title {
    margin-bottom: 0;
  }
}
.program-outcome__items .program-outcome-item__tax-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.43;
}
.program-outcome__items .program-outcome-item__tax-title img {
  max-width: 62px;
  margin-right: 13px;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__tax-title img {
    max-width: 84px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__tax-title img {
    max-width: 93px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.program-outcome__items .program-outcome-item__title {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__title {
    margin-bottom: 0;
  }
}
.program-outcome__items .program-outcome-item__title h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.43;
}
.program-outcome__items .program-outcome-item__title-icon {
  margin-right: 13px;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__title-icon {
    margin-right: 30px;
  }
}
.program-outcome__items .program-outcome-item__title-icon img {
  max-width: 62px;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__title-icon img {
    max-width: 84px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__title-icon img {
    max-width: 93px;
    margin-left: 0;
  }
}
.program-outcome__items .program-outcome-item__special_req {
  background: #B30838;
  color: #FFFFFF;
  padding: 10px 10px 9px 12px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__special_req {
    padding: 11px 8px 8px 40px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__special_req {
    padding: 19px 21px 20px 55px;
    margin-top: 42px;
    font-size: 1.313rem;
  }
}
.program-outcome__items .program-outcome-item__special_req:before {
  content: "";
  float: left;
  width: 21px;
  height: 25px;
  background: url(../assets/icons/alert-white.svg) no-repeat center;
  background-size: contain;
  margin-right: 11px;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__special_req:before {
    position: absolute;
    left: 8px;
    top: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__special_req:before {
    width: 25px;
    left: 20px;
    top: 24px;
  }
}
.program-outcome__items .program-outcome-item__special_req a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #FFFFFF;
  outline-offset: 2px;
  display: inline;
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  .program-outcome__items .program-outcome-item__special_req a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__special_req a {
    font-size: 1.3125rem;
  }
}
.program-outcome__items .program-outcome-item__special_req a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .program-outcome__items .program-outcome-item__special_req a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__special_req a:after {
    margin-top: 0.55em;
  }
}
.program-outcome__items .program-outcome-item__special_req a:hover {
  text-decoration: none;
  color: #000000;
}
.program-outcome__items .program-outcome-item__special_req a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.program-outcome__items .program-outcome-item__special_req a:after {
  filter: brightness(1.2);
  background-image: url(../assets/icons/arrow-link-right-blue.svg);
}
.program-outcome__items .program-outcome-item__special_req a:hover {
  color: #C9ECFF;
}
.program-outcome__items .program-outcome-item__special_req a:hover:after {
  filter: brightness(1);
}
.program-outcome__items .program-outcome-item__special_req a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.program-outcome__items .program-outcome-item__special_req a:focus {
  outline-color: #FFFFFF;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__special_req a {
    font-size: 1rem;
    line-height: 1.63;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__special_req a {
    font-size: 1.313rem;
  }
}
.program-outcome__items .program-outcome-item__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__body {
    flex-direction: row;
    margin-top: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__body {
    margin-top: 45px;
  }
}
.program-outcome__items .program-outcome-item__left > div, .program-outcome__items .program-outcome-item__right > div {
  margin-bottom: 24px;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__left > div, .program-outcome__items .program-outcome-item__right > div {
    margin-bottom: 25px;
  }
  .program-outcome__items .program-outcome-item__left > div.program-outcome-item__prerequisites, .program-outcome__items .program-outcome-item__right > div.program-outcome-item__prerequisites {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 945px) and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__left > div.program-outcome-item__prerequisites, .program-outcome__items .program-outcome-item__right > div.program-outcome-item__prerequisites {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__left > div, .program-outcome__items .program-outcome-item__right > div {
    margin-bottom: 45px;
  }
}
.program-outcome__items .program-outcome-item__left > div .field__label, .program-outcome__items .program-outcome-item__right > div .field__label {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: normal;
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__left > div .field__label, .program-outcome__items .program-outcome-item__right > div .field__label {
    font-size: 1.125rem;
  }
}
.program-outcome__items .program-outcome-item__left {
  width: 100%;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__left {
    margin-bottom: 0;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__left {
    padding-right: 42px;
  }
}
.program-outcome__items .program-outcome-item__right {
  width: 100%;
  border-top: 1px solid #7D7D7D;
  padding-top: 23px;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__right {
    padding-top: 0;
    min-width: 402px;
    padding-left: 22px;
    border-top: 0;
    border-left: 1px solid #7D7D7D;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__right {
    max-width: 402px;
    padding-left: 42px;
  }
}
.program-outcome__items .program-outcome-item__location .field__item a, .program-outcome__items .program-outcome-item__prerequisites .field__item a {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__location .field__item a, .program-outcome__items .program-outcome-item__prerequisites .field__item a {
    display: inline-block;
  }
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__page_title {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__page_title .field__label {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__page_title .field__label {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__page_title .field__item:last-child .paragraph {
    margin-bottom: 0;
  }
}
.program-outcome__items .program-outcome-item__page_title .field__item .paragraph {
  margin-bottom: 8px;
}
@media screen and (min-width: 945px) {
  .program-outcome__items .program-outcome-item__page_title .field__item .paragraph {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__page_title .field__item .paragraph {
    margin-bottom: 18px;
  }
}
.program-outcome__items .program-outcome-item__page_title .field__item .paragraph .link a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (min-width: 700px) {
  .program-outcome__items .program-outcome-item__page_title .field__item .paragraph .link a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__page_title .field__item .paragraph .link a {
    font-size: 1.3125rem;
  }
}
.program-outcome__items .program-outcome-item__page_title .field__item .paragraph .link a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .program-outcome__items .program-outcome-item__page_title .field__item .paragraph .link a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__items .program-outcome-item__page_title .field__item .paragraph .link a:after {
    margin-top: 0.55em;
  }
}
.program-outcome__items .program-outcome-item__page_title .field__item .paragraph .link a:hover {
  text-decoration: none;
  color: #000000;
}
.program-outcome__items .program-outcome-item__page_title .field__item .paragraph .link a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.program-outcome__cta-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #C9ECFF url(../assets/img/fill.svg) no-repeat;
  background-size: 100%;
  background-position: center 12px;
  padding-top: 51px;
  padding-bottom: 2px;
}
@media screen and (min-width: 945px) {
  .program-outcome__cta-section {
    padding-top: 94px;
    padding-bottom: 1px;
    background-position: center 30px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__cta-section {
    padding-top: 87px;
    background-position: bottom;
  }
}
.program-outcome__cta-section-main {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .program-outcome__cta-section-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__cta-section-main {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 945px) {
  .program-outcome__cta-section-main {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__cta-section-main {
    max-width: 865px;
  }
}
.program-outcome__cta-section-main .program-outcome__cta-section-heading h2 {
  margin: 0;
  margin-bottom: 23px;
}
@media screen and (min-width: 945px) {
  .program-outcome__cta-section-main .program-outcome__cta-section-heading h2 {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__cta-section-main .program-outcome__cta-section-heading h2 {
    margin-bottom: 7px;
  }
}
.program-outcome__cta-section-main .program-outcome__cta_button {
  margin-bottom: -10px;
  flex-shrink: 0;
}
.program-outcome__cta-section-main .program-outcome__cta_button a {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 700px) {
  .program-outcome__cta-section-main .program-outcome__cta_button a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .program-outcome__cta-section-main .program-outcome__cta_button a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.program-outcome__cta-section-main .program-outcome__cta_button a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.program-outcome__cta-section-main .program-outcome__cta_button a:hover:after {
  height: 100%;
}
.program-outcome__cta-section-main .program-outcome__cta_button a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
@media screen and (min-width: 1025px) {
  .news {
    border-top: 2px solid #90BFD8;
    margin-top: -10px;
  }
}
.news__content {
  max-width: 800px;
  margin: auto;
  margin-top: 47px;
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .news__content {
    margin-top: 58px;
    margin-bottom: 58px;
  }
}
@media screen and (min-width: 1025px) {
  .news__content {
    margin-top: 69px;
    margin-bottom: 98px;
  }
}
.news__pub-info {
  margin-bottom: 22px;
  display: flex;
}
@media screen and (min-width: 700px) {
  .news__pub-info {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .news__pub-info {
    margin-bottom: 26px;
  }
}
.news__pub-info > *:first-child {
  flex: 0 0 auto;
}
.news__pub-info > *:not(:first-child) {
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
}
.news__pub-info > *:not(:first-child):before {
  content: "";
  border-left: solid 1px #7D7D7D;
  display: inline-flex;
  width: 1px;
  height: 95%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news__date {
  font-weight: 700;
  line-height: normal;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .news__date {
    font-size: 1.125rem;
  }
}
.news__author {
  font-size: 1rem;
  line-height: normal;
}
@media screen and (min-width: 1025px) {
  .news__author {
    font-size: 1.125rem;
  }
}
.news__image {
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .news__image {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .news__image {
    margin-bottom: 67px;
  }
}
.news__image img {
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .news__image img {
    border-radius: 25px;
  }
}
.news__body {
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .news__body {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 1025px) {
  .news__body {
    margin-bottom: 67px;
  }
}
.news__source {
  font-weight: 700;
  margin-bottom: 45px;
  margin-left: 4px;
}
@media screen and (min-width: 700px) {
  .news__source {
    font-size: 1.125rem;
    margin-left: 0;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1025px) {
  .news__source {
    font-size: 1.3125rem;
    line-height: 1.33;
    margin-bottom: 69px;
  }
}
.news__source a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  margin-left: 1px;
}
@media screen and (min-width: 700px) {
  .news__source a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .news__source a {
    font-size: 1.3125rem;
  }
}
.news__source a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .news__source a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .news__source a:after {
    margin-top: 0.55em;
  }
}
.news__source a:hover {
  text-decoration: none;
  color: #000000;
}
.news__source a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .news__source a {
    margin-left: 4px;
  }
  .news__source a:after {
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  .news__source a {
    margin-left: 5px;
  }
}
@media screen and (min-width: 700px) {
  .news__tags {
    display: flex;
  }
}
.news__tags .label {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .news__tags .label {
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin-right: -8px;
  }
}
.news__tags .field--name-field-tags .field__item {
  margin-left: 0;
  margin-bottom: 9px;
  display: block;
}
@media screen and (min-width: 700px) {
  .news__tags .field--name-field-tags .field__item {
    margin-left: 43px;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .news__tags .field--name-field-tags .field__item {
    margin-left: 50px;
  }
}
.news__tags .field--name-field-tags .field__item a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 0;
  border-radius: 0;
}
@media screen and (min-width: 700px) {
  .news__tags .field--name-field-tags .field__item a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .news__tags .field--name-field-tags .field__item a {
    font-size: 1.3125rem;
  }
}
.news__tags .field--name-field-tags .field__item a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .news__tags .field--name-field-tags .field__item a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .news__tags .field--name-field-tags .field__item a:after {
    margin-top: 0.55em;
  }
}
.news__tags .field--name-field-tags .field__item a:hover {
  text-decoration: none;
  color: #000000;
}
.news__tags .field--name-field-tags .field__item a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.news__tags .field--name-field-tags .field__item a:after {
  margin-top: 0.4em;
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 1025px) {
  .news__tags .field--name-field-tags .field__item a:after {
    margin-top: 0.35em;
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 700px) {
  .news__tags .field--name-field-tags .field__item a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .news__tags .field--name-field-tags .field__item a {
    font-size: 1rem;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.pathway_description {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1.125rem;
  line-height: 1.56;
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .pathway_description {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway_description {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 700px) {
  .pathway_description {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.625rem;
    line-height: 1.38;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway_description {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.875rem;
    line-height: 1.33;
    margin-bottom: 59px;
  }
}
.pathway__program_section_title {
  margin-bottom: 18px;
  margin-top: 46px;
}
@media screen and (min-width: 700px) {
  .pathway__program_section_title {
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program_section_title {
    margin-bottom: 30px;
  }
}
.pathway__key_section_wrapper {
  border-radius: 10px;
  border: 2px solid #90BFD8;
  padding: 21px 20px 10px;
  margin-bottom: 37px;
}
@media screen and (min-width: 700px) {
  .pathway__key_section_wrapper {
    border-radius: 25px;
  }
}
@media screen and (min-width: 700px) {
  .pathway__key_section_wrapper {
    padding: 30px 30px 27px;
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__key_section_wrapper {
    padding: 34px 30px 18px;
    margin-bottom: 37px;
  }
}
.pathway__program-type-key-view-heading {
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 700px) {
  .pathway__program-type-key-view-heading {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program-type-key-view-heading {
    margin-bottom: 30px;
  }
}
.pathway__program-type-view .view-program-type-keys .view-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .pathway__program-type-view .view-program-type-keys .view-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pathway__program-type-view .view-program-type-keys .view-content .views-row {
  flex-basis: 49%;
  margin-bottom: 15px;
}
@media screen and (min-width: 700px) {
  .pathway__program-type-view .view-program-type-keys .view-content .views-row {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program-type-view .view-program-type-keys .view-content .views-row {
    margin-bottom: 20px;
    flex-basis: 48.9%;
  }
}
.pathway__program-type-view .view-program-type-keys .view-content .views-row > div {
  display: flex;
  align-items: center;
  min-height: 52px;
}
@media screen and (min-width: 700px) {
  .pathway__program-type-view .view-program-type-keys .view-content .views-row > div {
    margin-left: 6px;
  }
}
@media screen and (min-width: 700px) {
  .pathway__program-type-view .view-program-type-keys .view-content .views-row > div {
    margin-left: 0;
  }
}
.pathway__program-type-view .view-program-type-keys .view-content .views-row > div .program-type-key-wrapper {
  width: 41px;
  height: 41px;
  margin-right: 18px;
}
@media screen and (min-width: 700px) {
  .pathway__program-type-view .view-program-type-keys .view-content .views-row > div .program-type-key-wrapper {
    width: 45px;
    height: 45px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program-type-view .view-program-type-keys .view-content .views-row > div .program-type-key-wrapper {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
.pathway__program-view {
  margin-bottom: 45px;
}
@media screen and (min-width: 700px) {
  .pathway__program-view {
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program-view {
    margin-bottom: 106px;
  }
}
.pathway__program-view .view-program .program-item-list {
  list-style: none;
}
.pathway__program-view .view-program .program-item-list li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #7D7D7D;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 699px) {
  .pathway__program-view .view-program .program-item-list li {
    display: flex;
    flex-wrap: wrap;
  }
  .pathway__program-view .view-program .program-item-list li > div {
    padding: 10px 0 15px !important;
  }
  .pathway__program-view .view-program .program-item-list li > div:first-child {
    flex-basis: 100%;
    padding-bottom: 5px !important;
  }
}
.pathway__program-view .view-program .program-item-list li:before {
  display: none;
}
@media screen and (min-width: 700px) {
  .pathway__program-view .view-program .program-item-list li > div {
    padding: 18px 0;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program-view .view-program .program-item-list li > div {
    padding: 21px 0;
  }
}
.pathway__program-view .view-program .program-item-list li > div a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #000000;
  font-size: 1.313rem;
  line-height: 1.43;
}
@media screen and (min-width: 700px) {
  .pathway__program-view .view-program .program-item-list li > div a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program-view .view-program .program-item-list li > div a {
    font-size: 1.3125rem;
  }
}
.pathway__program-view .view-program .program-item-list li > div a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .pathway__program-view .view-program .program-item-list li > div a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program-view .view-program .program-item-list li > div a:after {
    margin-top: 0.55em;
  }
}
.pathway__program-view .view-program .program-item-list li > div a:hover {
  text-decoration: none;
  color: #000000;
}
.pathway__program-view .view-program .program-item-list li > div a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.pathway__program-view .view-program .program-item-list li > div a:hover:after {
  filter: brightness(1);
}
@media screen and (min-width: 700px) {
  .pathway__program-view .view-program .program-item-list li > div a {
    font-size: 1.688rem;
    line-height: 1.22;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program-view .view-program .program-item-list li > div a {
    line-height: 1.2;
    font-size: 1.875rem;
  }
}
.pathway__program-view .view-program .program-item-list li > div a:after {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1025px) {
  .pathway__program-view .view-program .program-item-list li > div a:after {
    width: 21px;
    height: 21px;
    margin-top: 11px;
  }
}
.pathway__program-view .view-program .program-item-list li .icon-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media screen and (min-width: 700px) {
  .pathway__program-view .view-program .program-item-list li .icon-fields-wrapper {
    padding-left: 40px;
  }
}
.pathway__program-view .view-program .program-item-list li .icon-fields-wrapper > div {
  margin-right: 15px;
}
@media screen and (min-width: 700px) {
  .pathway__program-view .view-program .program-item-list li .icon-fields-wrapper > div {
    min-width: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .pathway__program-view .view-program .program-item-list li .icon-fields-wrapper > div {
    margin-right: 35px;
    min-width: 50px;
  }
}
.pathway__program-view .view-program .program-item-list li .icon-fields-wrapper > div:last-child {
  margin: 0;
}
@media screen and (max-width: 699px) {
  .pathway__program-view .view-program .program-item-list li .icon-fields-wrapper > div:not(.has-icon) {
    display: none;
  }
}

.more-degree-heading {
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .more-degree-heading {
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1025px) {
  .more-degree-heading {
    margin-bottom: 30px;
  }
}

.view-more-pathways {
  margin-bottom: 7px;
}
@media screen and (min-width: 700px) {
  .view-more-pathways {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .view-more-pathways {
    margin-bottom: 39px;
  }
}
.view-more-pathways .view-pathways {
  margin-top: 0;
}
.view-more-pathways .view-pathways .views-row {
  margin-bottom: 37px;
}
@media screen and (min-width: 700px) {
  .view-more-pathways .view-pathways .views-row {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .view-more-pathways .view-pathways .views-row {
    margin-bottom: 67px;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.event-img {
  margin: 40px 0 35px;
}
@media screen and (min-width: 1025px) {
  .event-img {
    margin: 40px 0 45px;
  }
}
.event-img img {
  border-radius: 12px;
}

.event--detail {
  /*@media screen and (min-width: $break-large) {
    border-top: 2px solid $color-skyblue;
    margin-top: -10px;
  }*/
}
.event--detail .featured {
  color: #FFFFFF;
  background-color: #B30838;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 0.75em 0;
  padding: 0.75em 1em;
}
@media screen and (min-width: 700px) {
  .event--detail .featured {
    font-size: 1.5em;
  }
}
.event__content {
  margin: 45px auto;
  max-width: 800px;
}
@media screen and (min-width: 1025px) {
  .event__content {
    margin: 70px auto 100px;
  }
}
.event__date_block {
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .event__date_block {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 699px) {
  .event-table table th,
  .event-table table td {
    min-width: 150px !important;
  }
}
.event-body {
  margin-bottom: 45px;
}
@media screen and (min-width: 1025px) {
  .event-body {
    margin-bottom: 69px;
  }
}
.event-date {
  width: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #FFBC00;
}
@media screen and (min-width: 700px) {
  .event-date {
    width: 136px;
    height: 136px;
    float: left;
    margin-right: 45px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .event-date {
    margin-bottom: 45px;
  }
}
.event-date-dash {
  font-size: 1.625rem;
  line-height: 1.27;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (min-width: 700px) {
  .event-date-dash {
    font-size: 2.25rem;
    line-height: 1.19;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .event-date-dash {
    font-size: 3.125rem;
    line-height: 0.86;
    margin-bottom: 11px;
  }
}
.event-date-end, .event-date-start {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.event-date-date {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 8px;
}
@media screen and (min-width: 700px) {
  .event-date-date {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .event-date-date {
    font-size: 3.125rem;
  }
}
.event-date-month {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .event-date-month {
    font-size: 1.125rem;
  }
}
.event-date-year {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .event-date-year {
    font-size: 1rem;
  }
}
.event-time {
  font-weight: 700;
  margin-top: 16px;
}
.event-loc {
  font-style: italic;
}
@media screen and (min-width: 700px) {
  .event-loc {
    margin-bottom: 125px;
  }
}
.event-date--multi {
  width: 190px;
  height: 116px;
  border: 2px solid #FFBC00;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 18px;
  padding: 0 24px;
}
@media screen and (min-width: 700px) {
  .event-date--multi {
    float: left;
    margin-right: 45px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .event-date--multi {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 700px) {
  .events__tags {
    display: flex;
  }
}
.events__tags .label {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .events__tags .label {
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin-right: -8px;
  }
}
.events__tags .field--name-field-tags .field__item {
  margin-left: 0;
  margin-bottom: 9px;
  display: block;
}
@media screen and (min-width: 700px) {
  .events__tags .field--name-field-tags .field__item {
    margin-left: 43px;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .events__tags .field--name-field-tags .field__item {
    margin-left: 50px;
  }
}
.events__tags .field--name-field-tags .field__item a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 0;
  border-radius: 0;
}
@media screen and (min-width: 700px) {
  .events__tags .field--name-field-tags .field__item a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .events__tags .field--name-field-tags .field__item a {
    font-size: 1.3125rem;
  }
}
.events__tags .field--name-field-tags .field__item a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .events__tags .field--name-field-tags .field__item a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .events__tags .field--name-field-tags .field__item a:after {
    margin-top: 0.55em;
  }
}
.events__tags .field--name-field-tags .field__item a:hover {
  text-decoration: none;
  color: #000000;
}
.events__tags .field--name-field-tags .field__item a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.events__tags .field--name-field-tags .field__item a:after {
  margin-top: 0.4em;
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 1025px) {
  .events__tags .field--name-field-tags .field__item a:after {
    margin-top: 0.35em;
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 700px) {
  .events__tags .field--name-field-tags .field__item a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .events__tags .field--name-field-tags .field__item a {
    font-size: 1rem;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Student Profile node styles.
 */
@media (min-width: 700px) {
  .student-profile--listing .student-profile__content {
    display: flex;
  }
}
@media (min-width: 700px) {
  .student-profile--listing .student-profile__left {
    flex: 0;
    flex-basis: 25%;
    margin-right: 2rem;
  }
}
@media (min-width: 700px) {
  .student-profile--listing .student-profile__right {
    flex: 0;
    flex-basis: 75%;
  }
}
.student-profile--listing .student-profile__title {
  margin: 0 0 0.5rem;
}

.student-profile--full .news__pub-info {
  display: flex;
  margin: 0 0 2rem;
}
.student-profile--full .student-profile__author {
  margin-left: 5px;
}
.student-profile--full .student-profile__author:before {
  display: inline-block;
  content: "|";
}
.student-profile--full .student-profile__image {
  margin: 0 0 2rem;
}
.student-profile--full .student-profile__source {
  margin: 2rem 0;
  font-weight: 700;
}
.student-profile--full .student-profile__source a {
  position: relative;
  padding-right: 1.5rem;
}
.student-profile--full .student-profile__source a:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  background-image: url("../assets/icons/ext-link.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
@media screen and (min-width: 1025px) {
  .student-profile {
    border-top: 2px solid #90BFD8;
    margin-top: -10px;
  }
}
.student-profile__content {
  max-width: 800px;
  margin: auto;
  margin-top: 47px;
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .student-profile__content {
    margin-top: 58px;
    margin-bottom: 58px;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__content {
    margin-top: 69px;
    margin-bottom: 98px;
  }
}
.student-profile__pub-info {
  margin-bottom: 22px;
  display: flex;
}
@media screen and (min-width: 700px) {
  .student-profile__pub-info {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__pub-info {
    margin-bottom: 26px;
  }
}
.student-profile__pub-info > *:first-child {
  flex: 0 0 auto;
}
.student-profile__pub-info > *:not(:first-child) {
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
}
.student-profile__pub-info > *:not(:first-child):before {
  content: "";
  border-left: solid 1px #7D7D7D;
  display: inline-flex;
  width: 1px;
  height: 95%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.student-profile__date {
  font-weight: 700;
  line-height: normal;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .student-profile__date {
    font-size: 1.125rem;
  }
}
.student-profile__author {
  font-size: 1rem;
  line-height: normal;
}
@media screen and (min-width: 1025px) {
  .student-profile__author {
    font-size: 1.125rem;
  }
}
.student-profile__image {
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .student-profile__image {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__image {
    margin-bottom: 67px;
  }
}
.student-profile__image img {
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .student-profile__image img {
    border-radius: 25px;
  }
}
.student-profile__body {
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .student-profile__body {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__body {
    margin-bottom: 67px;
  }
}
.student-profile__source {
  font-weight: 700;
  margin-bottom: 45px;
  margin-left: 4px;
}
@media screen and (min-width: 700px) {
  .student-profile__source {
    font-size: 1.125rem;
    margin-left: 0;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__source {
    font-size: 1.3125rem;
    line-height: 1.33;
    margin-bottom: 69px;
  }
}
.student-profile__source a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  margin-left: 1px;
}
@media screen and (min-width: 700px) {
  .student-profile__source a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__source a {
    font-size: 1.3125rem;
  }
}
.student-profile__source a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .student-profile__source a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__source a:after {
    margin-top: 0.55em;
  }
}
.student-profile__source a:hover {
  text-decoration: none;
  color: #000000;
}
.student-profile__source a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .student-profile__source a {
    margin-left: 4px;
  }
  .student-profile__source a:after {
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__source a {
    margin-left: 5px;
  }
}
@media screen and (min-width: 700px) {
  .student-profile__tags {
    display: flex;
  }
}
.student-profile__tags .label {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .student-profile__tags .label {
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin-right: -8px;
  }
}
.student-profile__tags .field--name-field-tags .field__item {
  margin-left: 0;
  margin-bottom: 9px;
  display: block;
}
@media screen and (min-width: 700px) {
  .student-profile__tags .field--name-field-tags .field__item {
    margin-left: 43px;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__tags .field--name-field-tags .field__item {
    margin-left: 50px;
  }
}
.student-profile__tags .field--name-field-tags .field__item a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 0;
  border-radius: 0;
}
@media screen and (min-width: 700px) {
  .student-profile__tags .field--name-field-tags .field__item a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__tags .field--name-field-tags .field__item a {
    font-size: 1.3125rem;
  }
}
.student-profile__tags .field--name-field-tags .field__item a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .student-profile__tags .field--name-field-tags .field__item a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__tags .field--name-field-tags .field__item a:after {
    margin-top: 0.55em;
  }
}
.student-profile__tags .field--name-field-tags .field__item a:hover {
  text-decoration: none;
  color: #000000;
}
.student-profile__tags .field--name-field-tags .field__item a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.student-profile__tags .field--name-field-tags .field__item a:after {
  margin-top: 0.4em;
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 1025px) {
  .student-profile__tags .field--name-field-tags .field__item a:after {
    margin-top: 0.35em;
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 700px) {
  .student-profile__tags .field--name-field-tags .field__item a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile__tags .field--name-field-tags .field__item a {
    font-size: 1rem;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Base styles for views on site.
 */
.view-display-id-listing {
  border-top: 2px solid #90BFD8;
  margin-bottom: 1px;
}
@media screen and (min-width: 700px) {
  .view-display-id-listing {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .view-display-id-listing {
    margin-bottom: 67px;
    margin-top: -10px;
  }
}
.view-display-id-listing .views-row {
  margin: 0 0 2rem;
}
.view-display-id-listing .view-empty {
  padding-top: 45px;
}
@media screen and (min-width: 700px) {
  .view-display-id-listing .view-empty {
    padding-top: 67px;
  }
}
@media screen and (min-width: 1025px) {
  .view-display-id-listing .view-empty {
    padding-top: 77px;
  }
}
.view-display-id-listing .view-content {
  margin-bottom: 44px;
}
@media (min-width: 700px) {
  .view-display-id-listing .view-content {
    margin-bottom: 67px;
  }
}
.view-display-id-listing .view-content .views-row {
  margin: 0;
}
.view-display-id-listing .view-content .views-row:first-child .student-profile-listing {
  padding-top: 44px;
}
@media (min-width: 700px) {
  .view-display-id-listing .view-content .views-row:first-child .student-profile-listing {
    padding-top: 55px;
  }
}
@media (min-width: 1025px) {
  .view-display-id-listing .view-content .views-row:first-child .student-profile-listing {
    padding-top: 67px;
  }
}
.view-display-id-listing .view-content .views-row:last-child {
  border-bottom: 1px solid #7D7D7D;
}
@media (min-width: 1025px) {
  .view-display-id-listing .view-content .views-row:last-child .student-profile-listing {
    padding-bottom: 40px;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.news-listing {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 700px) {
  .news-listing {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .news-listing {
    padding-top: 33.5px;
    padding-bottom: 33.5px;
  }
}
.news-listing__content {
  opacity: 0;
}
@media (min-width: 700px) {
  .news-listing__content {
    display: flex;
  }
}
@media (min-width: 700px) {
  .news-listing__left {
    margin-right: 40px;
    flex-basis: 39%;
  }
}
@media (min-width: 1025px) {
  .news-listing__left {
    flex: 0;
    flex-basis: 37.6%;
    max-width: 334px;
    margin-right: 50px;
  }
}
.news-listing__image {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .news-listing__image {
    margin-bottom: 0;
  }
}
.news-listing__image img {
  width: 100%;
}
@media (min-width: 700px) {
  .news-listing__right {
    flex-basis: 54%;
  }
}
@media (min-width: 1025px) {
  .news-listing__right {
    flex: 0;
    flex-basis: 68.85%;
    max-width: 608px;
  }
}
.news-listing__title {
  margin: 0 0 10px;
  line-height: 1.43;
  font-size: 1.3125rem;
}
@media screen and (min-width: 700px) {
  .news-listing__title {
    line-height: 1.22;
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-listing__title {
    font-size: 1.875rem;
  }
}
.news-listing__title a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: inherit !important;
  list-style: inherit !important;
}
@media screen and (min-width: 700px) {
  .news-listing__title a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-listing__title a {
    font-size: 1.3125rem;
  }
}
.news-listing__title a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .news-listing__title a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .news-listing__title a:after {
    margin-top: 0.55em;
  }
}
.news-listing__title a:hover {
  text-decoration: none;
  color: #000000;
}
.news-listing__title a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.news-listing__title a:after {
  position: static;
  display: inline-block;
  margin-top: 0;
}
.news-listing__pub-info {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.news-listing__pub-info > *:first-child {
  flex: 0 0 auto;
}
.news-listing__pub-info > *:not(:first-child) {
  padding-left: 11px;
  position: relative;
  margin-left: 11px;
}
.news-listing__pub-info > *:not(:first-child):before {
  content: "";
  border-left: solid 1px #7D7D7D;
  display: inline-flex;
  width: 1px;
  height: 95%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-listing__date {
  font-weight: 700;
  line-height: normal;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .news-listing__date {
    font-size: 1.125rem;
  }
}
.news-listing__author {
  font-size: 1rem;
  line-height: normal;
}
@media screen and (min-width: 1025px) {
  .news-listing__author {
    font-size: 1.125rem;
  }
}

@media (min-width: 700px) {
  .first-listing .news-listing__left {
    flex-basis: 52%;
  }
}
@media (min-width: 1025px) {
  .first-listing .news-listing__left {
    max-width: 489px;
    flex-basis: 100%;
    margin-right: 55px;
  }
}
@media (min-width: 700px) {
  .first-listing .news-listing__right {
    flex-basis: 51%;
  }
}
@media (min-width: 1025px) {
  .first-listing .news-listing__right {
    max-width: 456px;
    flex-basis: 100%;
  }
}

.page__listing-page--see-all .cta--button {
  margin-top: 20px;
}
@media (min-width: 700px) {
  .page__listing-page--see-all .cta--button {
    margin-top: 35px;
  }
}
@media (min-width: 1025px) {
  .page__listing-page--see-all .cta--button {
    top: 5px;
    position: relative;
    z-index: 5;
    margin-top: 10px;
  }
}
.page__listing-page--see-all + .page__body .view-display-id-listing {
  margin-top: -100px;
  margin-bottom: 67px;
  padding-top: 100px;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.view-pathways {
  margin-top: 45px;
}
@media screen and (min-width: 700px) {
  .view-pathways {
    margin-top: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .view-pathways {
    margin-top: 67px;
  }
}
.view-pathways .view-content {
  display: flex;
  flex-wrap: wrap;
}
.view-pathways .view-content .views-row {
  width: 100%;
  margin-bottom: 37px;
}
@media screen and (min-width: 700px) {
  .view-pathways .view-content .views-row {
    max-width: 50%;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .view-pathways .view-content .views-row {
    margin-bottom: 67px;
    max-width: 33.3%;
  }
}
.view-pathways .view-content .views-row .pathway_image {
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .view-pathways .view-content .views-row .pathway_image {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .view-pathways .view-content .views-row .pathway_image {
    margin-bottom: 30px;
  }
}
.view-pathways .view-content .views-row .pathway_image a {
  display: block;
}
.view-pathways .view-content .views-row .pathway_image a:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: -4px !important;
}
.view-pathways .view-content .views-row .pathway_image a img {
  width: 100%;
}
.view-pathways .view-content .views-row .pathway_title {
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .view-pathways .view-content .views-row .pathway_title {
    margin-bottom: 17px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .view-pathways .view-content .views-row .pathway_title {
    margin-bottom: 10px;
  }
}
.view-pathways .view-content .views-row .pathway_title a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.43;
}
@media screen and (min-width: 700px) {
  .view-pathways .view-content .views-row .pathway_title a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .view-pathways .view-content .views-row .pathway_title a {
    font-size: 1.3125rem;
  }
}
.view-pathways .view-content .views-row .pathway_title a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .view-pathways .view-content .views-row .pathway_title a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .view-pathways .view-content .views-row .pathway_title a:after {
    margin-top: 0.55em;
  }
}
.view-pathways .view-content .views-row .pathway_title a:hover {
  text-decoration: none;
  color: #000000;
}
.view-pathways .view-content .views-row .pathway_title a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .view-pathways .view-content .views-row .pathway_title a {
    font-size: 1.6875rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1025px) {
  .view-pathways .view-content .views-row .pathway_title a {
    font-size: 1.875rem;
  }
}
.view-pathways .view-content .views-row .pathway_description {
  font-size: 1rem;
  line-height: 1.63;
  padding: 0;
  padding-right: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .view-pathways .view-content .views-row .pathway_description {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 700px) {
  .view-pathways .view-content .views-row:nth-child(3n+2) .aos-animate {
    transition-delay: 300ms;
  }
}
@media screen and (min-width: 1025px) {
  .view-pathways .view-content .views-row:nth-child(3n+0) .aos-animate {
    transition-delay: 600ms;
  }
}

.paragraph--type--view-embed .view-pathways {
  margin-bottom: -24px;
}
@media screen and (min-width: 700px) {
  .paragraph--type--view-embed .view-pathways {
    margin-bottom: -38px;
  }
}
@media screen and (min-width: 1025px) {
  .paragraph--type--view-embed .view-pathways {
    margin-bottom: -56px;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.view-events {
  padding-top: 9px;
}
.view-events.view-display-id-listing {
  border-top: none;
}
@media screen and (min-width: 700px) {
  .view-events {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events {
    padding-top: 11px;
  }
}
.view-events .view-empty {
  padding-top: 45px;
}
@media screen and (min-width: 700px) {
  .view-events .view-empty {
    padding-top: 67px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .view-empty {
    padding-top: 77px;
  }
}
.view-events .view-content {
  margin-bottom: 45px;
}
@media screen and (min-width: 700px) {
  .view-events .view-content {
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .view-content {
    margin-bottom: 77px;
  }
}
.view-events .view-content > .views-row:last-child {
  border-bottom: 0;
}
.view-events .event-listing_content {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  margin-top: 36px;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_content {
    flex-direction: row;
    margin-bottom: 45px;
    margin-top: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_content {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_left {
    margin-top: 10px;
    margin-right: 46px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_left {
    margin-right: 66px;
  }
}
.view-events .event-listing_right .featured {
  background-color: #B30838;
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0.5em;
  padding: 0.25em 0.6em;
  text-transform: uppercase;
  width: 190px;
}
.view-events .event-listing_date {
  width: 236px;
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_date {
    width: 258px;
  }
}
.view-events .event-listing_date .day {
  width: 190px;
  height: 116px;
  border: 2px solid #FFBC00;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 18px;
  padding: 0 24px;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_date .day {
    width: 236px;
    height: 136px;
    margin-bottom: 0;
    padding: 0 26px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_date .day {
    width: 258px;
    height: 160px;
    padding: 0 30px;
  }
}
.view-events .event-listing_date .day > div {
  font-size: 1.625rem;
  line-height: 1.27;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_date .day > div {
    font-size: 2.25rem;
    line-height: 1.19;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_date .day > div {
    font-size: 3.125rem;
    line-height: 0.86;
    margin-bottom: 11px;
  }
}
.view-events .event-listing_date .day time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.view-events .event-listing_date .day time .js-month {
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_date .day time .js-month {
    font-size: 1rem;
    line-height: 1.63;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_date .day time .js-month {
    font-size: 1.125rem;
  }
}
.view-events .event-listing_date .day time .js-date {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 8px;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_date .day time .js-date {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_date .day time .js-date {
    font-size: 3.125rem;
    line-height: 0.86;
    margin-bottom: 7px;
  }
}
.view-events .event-listing_date .day time .js-year {
  font-size: 0.9rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_date .day time .js-year {
    font-size: 1rem;
  }
}
.view-events .event-listing_date .day.same-day {
  width: 116px;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_date .day.same-day {
    width: 136px;
    height: 136px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_date .day.same-day {
    width: 158px;
    height: 158px;
  }
}
.view-events .event-listing_title {
  margin-top: 0;
  margin-bottom: 11px;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_title {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_title {
    margin-bottom: 18px;
  }
}
.view-events .event-listing_title a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  line-height: 1.43;
  font-size: 1.313rem;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_title a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_title a {
    font-size: 1.3125rem;
  }
}
.view-events .event-listing_title a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_title a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_title a:after {
    margin-top: 0.55em;
  }
}
.view-events .event-listing_title a:hover {
  text-decoration: none;
  color: #000000;
}
.view-events .event-listing_title a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.view-events .event-listing_title a::after {
  width: 14px;
  height: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 700px) {
  .view-events .event-listing_title a {
    font-size: 1.688rem;
    line-height: 1.22;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .event-listing_title a {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .view-events .event-listing_title a:after {
    margin-top: 13px;
  }
}
.view-events .event-listing_time {
  font-weight: 700;
}
.view-events .event-listing_location {
  font-style: italic;
}
.view-events .pagerer-container .pager__items {
  padding-bottom: 5px;
}
@media screen and (min-width: 700px) {
  .view-events .pagerer-container .pager__items {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .view-events .pagerer-container .pager__items {
    padding-bottom: 5px;
  }
}

.event-filters {
  border-bottom: 2px solid #90BFD8;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 700px) {
  .event-filters {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.event-filters .view-menu ul.menu {
  margin: 0;
  list-style: none;
}
.event-filters .view-menu ul.menu li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.event-filters .view-menu ul.menu li:before {
  content: none;
}
.event-filters .view-menu ul.menu li a {
  margin-right: 0.75em;
}
.event-filters .view-menu ul.menu li:last-child a {
  margin-right: 0;
}
.event-filters .view-menu ul.menu li.menu-item--active-trail a {
  background-color: #B30838;
  color: #FFFFFF;
}
.event-filters .views-exposed-form {
  margin: 0;
}
@media screen and (min-width: 700px) {
  .event-filters .views-exposed-form {
    margin: 0 -2em 0 0;
  }
}
.event-filters .views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 700px) {
  .event-filters .views-exposed-form .form-item {
    flex-direction: row;
  }
}
.event-filters .views-exposed-form #edit-etype,
.event-filters .views-exposed-form #edit-date-wrapper,
.event-filters .views-exposed-form #edit-tags {
  width: 170px;
}
.event-filters .views-exposed-form .form-item,
.event-filters .views-exposed-form .form-actions,
.event-filters .views-exposed-form .button {
  margin: 0;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.event-filters .block-views-exposed-filter-blockevents-calendar-month #edit-date-wrapper {
  display: none;
}

@media screen and (min-width: 700px) {
  .calendar-view-table {
    margin-top: 0;
  }
}
.calendar-view-table caption {
  font-size: 1.625em;
  text-align: left;
  grid-column: 1/-1;
  padding: 1rem 0 10px;
  line-height: 1.56em;
  font-weight: 700;
}
@media screen and (min-width: 700px) {
  .calendar-view-table caption {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 700px) {
  .calendar-view-table caption {
    font-size: 3.125rem;
  }
}
.calendar-view-table th, .calendar-view-table td {
  padding: 0.5rem;
  box-sizing: border-box;
}
.calendar-view-table thead th {
  background-color: #C9ECFF;
  border-bottom: 1px solid #90BFD8;
  color: #000000;
  font-size: 1em;
  padding: 12px 10px;
}
.calendar-view-table td {
  border-bottom: 1px solid magenta;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: all ease 0.3s;
}
@media screen and (min-width: 769px) {
  .calendar-view-table td {
    border-bottom: 1px solid #90BFD8;
    border-top: none;
    border-left: none;
    border-right: 1px solid #90BFD8;
  }
}
.calendar-view-table td:hover {
  background-color: #C9ECFF;
}
.calendar-view-table td:hover .calendar-view-day__number {
  background-color: #FFFFFF;
}
.calendar-view-table td:hover.is-today .calendar-view-day .calendar-view-day__number {
  background-color: #B30838;
}
@media screen and (min-width: 769px) {
  .calendar-view-table td.sunday {
    border-left: 1px solid #90BFD8;
  }
}
.calendar-view-table td .calendar-view-day {
  padding: 0;
}
.calendar-view-table td .calendar-view-day__number {
  flex: 0 0 auto;
  align-self: flex-start;
  width: 50px;
  height: 50px;
  border-radius: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 0;
  padding: 22px 0 0 0;
  cursor: pointer;
  text-align: center;
  background: none;
  color: #000000;
  transition: none;
  border: 2px solid #FFBC00;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .calendar-view-table td .calendar-view-day__number {
    align-self: flex-end;
  }
}
.calendar-view-table .calendar-view-day__rows li:before {
  content: none;
}
.calendar-view-table .previous-month,
.calendar-view-table .next-month {
  background: #f4f4f4;
  color: #666;
}
.calendar-view-table .previous-month .calendar-view-day__number,
.calendar-view-table .next-month .calendar-view-day__number {
  background-color: transparent;
  border: 2px solid #cccccc;
  color: #666;
}
.calendar-view-table .is-today .calendar-view-day__number {
  border-radius: 50%;
  background: none;
  background-color: #B30838;
  border: 2px solid #B30838;
  color: #FFFFFF;
}
.calendar-view-table .is-today .calendar-view-day:hover .calendar-view-day__number {
  border-radius: 50%;
}
.calendar-view-table div.featured {
  background-color: #B30838;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25em 0.5em;
}

ul.calendar-view-pager {
  margin: 10px 0 0 0;
  flex-direction: row;
}
@media screen and (max-width: 395px) {
  ul.calendar-view-pager {
    flex-direction: column;
  }
}
ul.calendar-view-pager li {
  padding: 0;
}
ul.calendar-view-pager li:before {
  content: unset;
}
ul.calendar-view-pager .pager__item > * {
  padding: 0;
  font-size: 1rem;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
ul.calendar-view-pager .pager__item.pager__previous a {
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-left.svg) no-repeat left;
  padding-left: 32px;
}
ul.calendar-view-pager .pager__item.pager__previous a:hover {
  background: url(../assets/icons/arrow-left-black.svg) no-repeat left;
}
ul.calendar-view-pager .pager__item.pager__next a {
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-right.svg) no-repeat right;
  padding-right: 32px;
}
ul.calendar-view-pager .pager__item.pager__next a:hover {
  background: url(../assets/icons/arrow-right-black.svg) no-repeat right;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.student-profile-listing {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 700px) {
  .student-profile-listing {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .student-profile-listing {
    padding-top: 33.5px;
    padding-bottom: 33.5px;
  }
}
.student-profile-listing__content {
  opacity: 0;
}
@media (min-width: 700px) {
  .student-profile-listing__content {
    display: flex;
  }
}
@media (min-width: 700px) {
  .student-profile-listing__left {
    margin-right: 40px;
    flex-basis: 39%;
  }
}
@media (min-width: 1025px) {
  .student-profile-listing__left {
    flex: 0;
    flex-basis: 37.6%;
    max-width: 334px;
    margin-right: 50px;
  }
}
.student-profile-listing__image {
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .student-profile-listing__image {
    margin-bottom: 0;
  }
}
.student-profile-listing__image img {
  width: 100%;
}
@media (min-width: 700px) {
  .student-profile-listing__right {
    flex-basis: 54%;
  }
}
@media (min-width: 1025px) {
  .student-profile-listing__right {
    flex: 0;
    flex-basis: 68.85%;
    max-width: 608px;
  }
}
.student-profile-listing__title {
  margin: 0 0 10px;
  line-height: 1.43;
  font-size: 1.3125rem;
}
@media screen and (min-width: 700px) {
  .student-profile-listing__title {
    line-height: 1.22;
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile-listing__title {
    font-size: 1.875rem;
  }
}
.student-profile-listing__title a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: inherit !important;
  list-style: inherit !important;
}
@media screen and (min-width: 700px) {
  .student-profile-listing__title a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile-listing__title a {
    font-size: 1.3125rem;
  }
}
.student-profile-listing__title a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .student-profile-listing__title a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .student-profile-listing__title a:after {
    margin-top: 0.55em;
  }
}
.student-profile-listing__title a:hover {
  text-decoration: none;
  color: #000000;
}
.student-profile-listing__title a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.student-profile-listing__title a:after {
  position: static;
  display: inline-block;
  margin-top: 0;
}
.student-profile-listing__pub-info {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.student-profile-listing__pub-info > *:first-child {
  flex: 0 0 auto;
}
.student-profile-listing__pub-info > *:not(:first-child) {
  padding-left: 11px;
  position: relative;
  margin-left: 11px;
}
.student-profile-listing__pub-info > *:not(:first-child):before {
  content: "";
  border-left: solid 1px #7D7D7D;
  display: inline-flex;
  width: 1px;
  height: 95%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.student-profile-listing__date {
  font-weight: 700;
  line-height: normal;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .student-profile-listing__date {
    font-size: 1.125rem;
  }
}
.student-profile-listing__author {
  font-size: 1rem;
  line-height: normal;
}
@media screen and (min-width: 1025px) {
  .student-profile-listing__author {
    font-size: 1.125rem;
  }
}

@media (min-width: 700px) {
  .first-listing .student-profile-listing__left {
    flex-basis: 52%;
  }
}
@media (min-width: 1025px) {
  .first-listing .student-profile-listing__left {
    max-width: 489px;
    flex-basis: 100%;
    margin-right: 55px;
  }
}
@media (min-width: 700px) {
  .first-listing .student-profile-listing__right {
    flex-basis: 51%;
  }
}
@media (min-width: 1025px) {
  .first-listing .student-profile-listing__right {
    max-width: 456px;
    flex-basis: 100%;
  }
}

.page__listing-page--see-all .cta--button {
  margin-top: 20px;
}
@media (min-width: 700px) {
  .page__listing-page--see-all .cta--button {
    margin-top: 35px;
  }
}
@media (min-width: 1025px) {
  .page__listing-page--see-all .cta--button {
    top: 5px;
    position: relative;
    z-index: 5;
    margin-top: 10px;
  }
}
.page__listing-page--see-all + .page__body .view-display-id-listing {
  margin-top: -100px;
  margin-bottom: 67px;
  padding-top: 100px;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
main .view-employee-directory .view-filters {
  margin: 0 auto 20px auto;
  max-width: 100%;
}
main .view-employee-directory .view-filters input[type=text] {
  padding: 11px 15px;
}
main .view-employee-directory .views-exposed-form {
  margin: 0;
  max-width: none;
}
main .view-employee-directory .views-exposed-form .form--inline {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1em;
}
main .view-employee-directory .views-exposed-form .form--inline > .form-item {
  margin: 0;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .views-exposed-form .form--inline > .form-item {
    flex-direction: row;
  }
}
main .view-employee-directory .form-item {
  width: 260px;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .form-item {
    width: 170px;
  }
}
main .view-employee-directory .form-item.form-item-field-contact-school-office-dept-target-id {
  width: 260px;
}
main .view-employee-directory .form-actions {
  margin: 0;
}
main .view-employee-directory .view-empty {
  padding-top: 0;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .view-empty {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .view-empty {
    padding-top: 0;
  }
}
main .view-employee-directory div.pagerer-container {
  padding-top: 25px;
}
main .view-employee-directory h2 {
  margin-left: 25px !important;
}
main .view-employee-directory .views-row {
  border: 2px solid #90BFD8;
  border-radius: 25px;
  padding: 26px 15px 20px 21px;
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .views-row {
    padding: 28px 30px 30px;
  }
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row {
    padding: 23px 30px;
  }
}
main .view-employee-directory .views-row .contact .paragraph {
  margin-bottom: 0;
}
main .view-employee-directory .views-row .contact__name {
  margin: 0;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row .contact__name {
    margin-bottom: 2px;
  }
}
main .view-employee-directory .views-row .contact__name a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  display: inline;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .views-row .contact__name a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row .contact__name a {
    font-size: 1.3125rem;
  }
}
main .view-employee-directory .views-row .contact__name a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .views-row .contact__name a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row .contact__name a:after {
    margin-top: 0.55em;
  }
}
main .view-employee-directory .views-row .contact__name a:hover {
  text-decoration: none;
  color: #000000;
}
main .view-employee-directory .views-row .contact__name a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
main .view-employee-directory .views-row .contact__name a span {
  font-size: 1.3125rem;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .views-row .contact__name a span {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row .contact__name a span {
    font-size: 1.875rem;
  }
}
main .view-employee-directory .views-row .contact__job_title, main .view-employee-directory .views-row .contact__addtl_job_title, main .view-employee-directory .views-row .contact__subtitle {
  font-weight: 700;
}
main .view-employee-directory .views-row .contact__job_title, main .view-employee-directory .views-row .contact__subtitle {
  text-transform: uppercase;
  margin-bottom: 6px;
}
main .view-employee-directory .views-row .contact__email {
  margin-bottom: 5px;
  margin-right: 6px;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .views-row .contact__email {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row .contact__email {
    margin-bottom: 7px;
    font-size: 1.313rem;
    line-height: 1.33;
  }
}
main .view-employee-directory .views-row .contact__email a {
  font-weight: bold;
  text-decoration: none;
}
main .view-employee-directory .views-row .contact__email a:hover {
  color: #000000;
}
main .view-employee-directory .views-row .contact__phone, main .view-employee-directory .views-row .contact__alt_phn_number {
  margin-bottom: 10px;
}
main .view-employee-directory .views-row .contact__phone a, main .view-employee-directory .views-row .contact__alt_phn_number a {
  font-weight: 700;
  text-decoration: none;
}
main .view-employee-directory .views-row .contact__office_loc, main .view-employee-directory .views-row .contact__street_address, main .view-employee-directory .views-row .contact__extra_info {
  margin-bottom: 6px;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .views-row .contact__content {
    display: flex;
  }
}
main .view-employee-directory .views-row .contact__columns-left {
  padding-bottom: 11px;
  max-width: 320px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row .contact__columns-left {
    max-width: 337px;
    padding-right: 19px;
  }
}
main .view-employee-directory .views-row .contact__columns-right {
  width: 100%;
  border-top: 1px solid #7D7D7D;
  padding-top: 19px;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .views-row .contact__columns-right {
    padding-left: 46px;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #7D7D7D;
  }
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row .contact__columns-right {
    padding-left: 40px;
    display: flex;
  }
}
main .view-employee-directory .views-row .contact__columns-right .contact-column-left {
  padding-bottom: 17px;
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 700px) {
  main .view-employee-directory .views-row .contact__columns-right .contact-column-left {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row .contact__columns-right .contact-column-left {
    max-width: 335px;
  }
}
@media screen and (min-width: 1025px) {
  main .view-employee-directory .views-row .contact__columns-right .contact-column-right {
    padding-bottom: 22px;
    width: 100%;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
main .view-bios {
  margin-bottom: 75px;
}
main .view-bios article > h2:first-of-type {
  display: none;
}
main .view-bios .field--name-field-contact-picture img {
  border-radius: 25px;
}
main .view-bios .department-info {
  border-radius: 25px;
  border: 2px solid #90BFD8;
  padding: 26px 15px 20px 21px;
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  main .view-bios .department-info {
    padding: 28px 30px 30px;
  }
}
@media screen and (min-width: 1025px) {
  main .view-bios .department-info {
    padding: 23px 30px;
  }
}
main .view-bios .department-info .field {
  margin-bottom: 15px;
}
main .view-bios .department-info .field:last-child {
  margin-bottom: 0;
}
main .view-bios .section-two {
  max-width: 800px;
  margin: auto;
  margin-bottom: 67px;
}
main .view-bios .contact__content {
  border: 2px solid #90BFD8;
  border-radius: 25px;
  padding: 26px 15px 20px 21px;
  margin-bottom: 30px;
}
@media screen and (min-width: 700px) {
  main .view-bios .contact__content {
    padding: 28px 30px 30px;
  }
}
@media screen and (min-width: 1025px) {
  main .view-bios .contact__content {
    padding: 23px 30px;
  }
}
@media screen and (min-width: 700px) {
  main .view-bios .contact__content .contact {
    display: flex;
  }
}
main .view-bios .contact__content .contact .paragraph {
  margin-bottom: 0;
}
main .view-bios .contact__content .contact .field--name-field-contact-office-loc,
main .view-bios .contact__content .contact .field--name-field-contact-street-address {
  margin-bottom: 6px;
}
main .view-bios .contact__content .contact .field--name-field-contact-job-title,
main .view-bios .contact__content .contact .field--name-field-contact-addtl-job-title,
main .view-bios .contact__content .contact .field--name-field-subtitle-title {
  font-weight: 700;
}
main .view-bios .contact__content .contact .field--name-field-contact-job-title,
main .view-bios .contact__content .contact .field--name-field-subtitle-title {
  text-transform: uppercase;
  margin-bottom: 6px;
}
main .view-bios .contact__content .contact .field--name-field-contact-email {
  margin-bottom: 5px;
  margin-right: 6px;
}
@media screen and (min-width: 700px) {
  main .view-bios .contact__content .contact .field--name-field-contact-email {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1025px) {
  main .view-bios .contact__content .contact .field--name-field-contact-email {
    margin-bottom: 7px;
    font-size: 1.313rem;
    line-height: 1.33;
  }
}
main .view-bios .contact__content .contact .field--name-field-contact-email a {
  font-weight: bold;
  text-decoration: none;
}
main .view-bios .contact__content .contact .field--name-field-contact-email a:hover {
  color: #000000;
}
main .view-bios .contact__content .contact .field--name-field-contact-phone,
main .view-bios .contact__content .contact .field--name-field-alt-phn-number {
  margin-bottom: 10px;
}
main .view-bios .contact__content .contact .field--name-field-contact-phone a,
main .view-bios .contact__content .contact .field--name-field-alt-phn-number a {
  font-weight: 700;
  text-decoration: none;
}
main .view-bios .contact__content .contact__columns-left {
  padding-bottom: 11px;
  max-width: 320px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  main .view-bios .contact__content .contact__columns-left {
    max-width: 337px;
    padding-right: 19px;
  }
}
main .view-bios .contact__content .contact__columns-right {
  width: 100%;
  border-top: 1px solid #7D7D7D;
  padding-top: 19px;
}
@media screen and (min-width: 700px) {
  main .view-bios .contact__content .contact__columns-right {
    padding-left: 46px;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #7D7D7D;
  }
}
@media screen and (min-width: 1025px) {
  main .view-bios .contact__content .contact__columns-right {
    padding-left: 40px;
    display: flex;
  }
}
main .view-bios .contact__content .contact__columns-right .contact-column-left {
  padding-bottom: 17px;
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 700px) {
  main .view-bios .contact__content .contact__columns-right .contact-column-left {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  main .view-bios .contact__content .contact__columns-right .contact-column-left {
    max-width: 335px;
  }
}
@media screen and (min-width: 1025px) {
  main .view-bios .contact__content .contact__columns-right .contact-column-right {
    padding-bottom: 22px;
    width: 100%;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * General paragraph styles.
 */
.paragraph {
  margin-bottom: 2rem;
}
@media (min-width: 700px) {
  .paragraph {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1025px) {
  .paragraph {
    position: relative;
    margin-bottom: 6rem;
  }
}
.paragraph__intro {
  margin: 0 0 2.2em;
  line-height: 1.62;
}
@media (min-width: 700px) {
  .paragraph__intro {
    font-size: 1.125rem;
    line-height: 1.45;
  }
}
@media (min-width: 1025px) {
  .paragraph__intro {
    font-size: 1.3125rem;
    margin: 0 0 2em;
    line-height: 1.38;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.anchor-links-paragraph {
  margin-bottom: 15px;
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph {
    margin-bottom: 51px;
  }
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph {
    margin-bottom: 67px;
  }
}
.anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  opacity: 1;
  transform: translateZ(0);
  padding-top: 0;
  padding-top: 74px;
  margin-bottom: 24px;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle {
    padding-top: 86px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle {
    padding-top: 109px;
    margin-bottom: 40px;
  }
}
.anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 132px;
  background-image: url(../assets/img/fill_sm.svg);
  background-color: #C9ECFF;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: auto;
  background-position: center 28%;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle:before {
    height: 162px;
    background-image: url(../assets/img/fill_md.svg);
    background-position: center 105%;
  }
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle:before {
    height: 204px;
    background-image: url(../assets/img/fill.svg);
    background-position: bottom;
  }
}
.anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__wrapper {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__eyebrow {
  opacity: 1;
  transform: translateZ(0);
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.56;
  margin-bottom: 5px;
  color: #000000 !important;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__eyebrow {
    font-size: 1.625rem;
    line-height: 1.38;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__eyebrow {
    font-size: 1.875rem;
    line-height: 1.33;
  }
}
.anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__title {
  opacity: 1;
  transform: translateZ(0);
  position: relative;
  display: inline-block;
  text-transform: none;
  font-size: 1.875rem;
  line-height: 1.33;
  color: #000000 !important;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__title {
    font-size: 3.125rem;
    line-height: 1.04;
  }
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__title {
    font-size: 4.25rem;
    line-height: 1.03;
  }
}
.anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__heading {
  position: relative;
  transform: translateZ(0);
}
.anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__heading:after {
  content: "";
  background: url(../assets/icons/underline.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 109px;
  height: 8px;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__heading:after {
    width: 179px;
    height: 14px;
    margin-bottom: -9px;
  }
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__heading:after {
    bottom: -6px;
    right: 20px;
    width: 219px;
    height: 14px;
  }
}
.anchor-links-paragraph .field--name-field-al-section-heading .eyebrowtitle__overlay {
  display: none;
}
.anchor-links-paragraph .field--name-field-al-introduction {
  max-width: 515px;
  margin: auto;
  text-align: center;
  /*@media screen and (min-width: variables.$break-medium) {
    margin-bottom: 37px;
  }*/
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph .field--name-field-al-introduction {
    max-width: 736px;
    line-height: 1.44;
  }
}
.anchor-links-paragraph__anchor-link-items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph__anchor-link-items {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}
.anchor-links-paragraph__anchor-links-item {
  width: 100%;
  max-width: 50%;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph__anchor-links-item {
    max-width: 25%;
  }
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links {
  margin-bottom: 32px;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph__anchor-links-item .panel-item-anchor-links {
    margin-bottom: 56px;
  }
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__image a {
  outline-offset: 2px;
  display: block;
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__image a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__image a:focus {
  outline-color: #FFFFFF;
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__image a:focus {
  outline-offset: -4px !important;
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__image a img {
  transition: all ease 0.3s;
  width: 100%;
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title {
  text-align: center;
  margin-top: 22px;
  font-size: 1.125rem;
  line-height: 1.44;
  padding: 0 10px;
  margin-top: 14px;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title {
    font-size: 1.313rem;
    line-height: 1.33;
    margin-top: 22px;
  }
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title a {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title a:hover {
  color: #B30838;
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title a .line {
  transition: all ease 0.3s;
  display: block;
  width: 100%;
  max-width: 30px;
  height: 1px;
  background-color: #A1A1A1;
  margin-top: 5px;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title a .line {
    max-width: 80px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title a .line {
    max-width: 120px;
    margin-top: 13px;
  }
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title a:after {
  transition: all ease 0.3s;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10%;
  border-left: 2px solid #A1A1A1;
  border-bottom: 2px solid #A1A1A1;
  transform: rotate(315deg);
  position: absolute;
  bottom: -13px;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph__anchor-links-item .panel-item-anchor-links__title a:after {
    width: 7px;
    height: 7px;
    bottom: -18px;
  }
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links:hover .panel-item-anchor-links__image img {
  opacity: 80%;
}
@media screen and (min-width: 700px) {
  .anchor-links-paragraph__anchor-links-item .panel-item-anchor-links:hover .panel-item-anchor-links__title a .line {
    max-width: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .anchor-links-paragraph__anchor-links-item .panel-item-anchor-links:hover .panel-item-anchor-links__title a .line {
    max-width: 72px;
  }
}
.anchor-links-paragraph__anchor-links-item .panel-item-anchor-links:hover .panel-item-anchor-links__title a::after {
  transform: rotate(315deg) translate3d(-5px, 5px, 0);
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
@media (min-width: 1025px) {
  .accordion {
    position: relative;
    padding: 0;
  }
}
.accordion__header {
  margin-bottom: 0.7em;
}
@media screen and (min-width: 700px) {
  .accordion__header {
    margin-bottom: 0.56em;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__header {
    margin-bottom: 0.22em;
  }
}
.accordion__intro {
  margin-bottom: 0;
}
.accordion__all {
  padding: 0 0 0 7px;
  display: flex;
  margin: 2.5em 0;
  text-align: left;
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  .accordion__all {
    margin: 3.1em 0 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__all {
    margin: 2.125rem 0 2.625rem;
  }
}
.accordion__all button {
  font-family: "Barlow", sans-serif;
  position: relative;
  padding: 0 0 0 19px;
  background-color: transparent;
  border: 0;
  color: #B30838;
  font-size: 1rem;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 700px) {
  .accordion__all button {
    padding: 0 0 0 25px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__all button {
    font-size: 1.313rem;
    padding: 0 0 0 26px;
  }
}
.accordion__all button.js-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.accordion__all .accordion__expand-all {
  margin-right: 2.2em;
  cursor: pointer;
}
@media screen and (min-width: 700px) {
  .accordion__all .accordion__expand-all {
    margin-right: 3em;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__all .accordion__expand-all {
    margin-right: 1.8em;
  }
}
.accordion__all .accordion__expand-all:before, .accordion__all .accordion__expand-all:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #B30838;
  content: "";
  transition: 0.3s ease-in-out;
}
.accordion__all .accordion__expand-all:before {
  left: 7px;
  height: 10px;
  width: 2px;
}
.accordion__all .accordion__expand-all:after {
  left: 3px;
  height: 2px;
  width: 10px;
}
.accordion__all .accordion__collapse-all {
  cursor: pointer;
}
.accordion__all .accordion__collapse-all:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #B30838;
  content: "";
  transition: 0.3s ease-in-out;
}
.accordion__all .accordion__collapse-all:after {
  left: 0;
  height: 2px;
  width: 10px;
}
.accordion__items {
  border-radius: 25px;
  border: 2px solid #90BFD8;
}
.accordion__items .field--name-field-accordion-items .field__item:last-child .accordion__item {
  border-bottom: 0;
}
.accordion__items .field--name-field-accordion-items .field__item:last-child .accordion__item .accordion__toggle[aria-expanded=false] {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.accordion__items .field--name-field-accordion-items .field__item:first-child .accordion__item .accordion__toggle {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.accordion__item {
  margin: 0 0 0.25em;
  border-bottom: 2px solid #90BFD8;
}
.accordion__item:last-child {
  margin: 0;
}
.accordion__toggle {
  font-family: "Barlow", sans-serif;
  display: block;
  position: relative;
  padding: 18px 45px 21px 49px;
  width: 100%;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.62;
  text-align: left;
  transition: 0.3s ease-in-out;
}
.accordion__toggle:hover {
  background: #C9ECFF;
}
@media screen and (min-width: 700px) {
  .accordion__toggle {
    padding: 21px 62px 22px;
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__toggle {
    padding: 21px 65px;
    font-size: 1.313rem;
    line-height: 1.33;
  }
}
.accordion__toggle.js-expanded {
  background: #C9ECFF;
}
.accordion__toggle.js-expanded .accordion__icon:before {
  height: 0;
}
.accordion__icon {
  position: absolute;
  height: 1em;
  width: 1em;
  left: 23px;
  top: 23px;
}
@media screen and (min-width: 700px) {
  .accordion__icon {
    left: 27px;
    top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__icon {
    top: 26px;
    left: 26px;
  }
}
.accordion__icon:before, .accordion__icon:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #B30838;
  content: "";
  transition: 0.3s ease-in-out;
}
.accordion__icon:before {
  height: 12px;
  width: 2px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.accordion__icon:after {
  height: 2px;
  width: 12px;
  left: 2px;
}
@media screen and (min-width: 700px) {
  .accordion__icon:after {
    left: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__icon:after {
    left: 5px;
  }
}
.accordion__content {
  display: none;
  padding: 18px 18px 14px;
}
@media screen and (min-width: 700px) {
  .accordion__content {
    padding: 20px 62px 22px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__content {
    padding: 23px 65px 37px;
  }
}
.accordion__content .views-element-container {
  width: 100%;
}
.accordion__content .table--wysiwyg:before {
  content: "";
  width: 112.15%;
  left: 54%;
  margin-left: -60%;
}
@media (max-width: 699px) {
  .accordion__content .table--wysiwyg:before {
    width: 103.9%;
    left: 58.25%;
  }
}
.accordion__content .webform-submission-form {
  margin: 0;
}
.accordion__copy {
  width: 100%;
}
.accordion__copy .table--wysiwyg {
  margin: 0;
  width: 100%;
}
@media (max-width: 699px) {
  .accordion__copy .table--wysiwyg {
    margin: 0 1em;
    width: calc(100% + 2em);
  }
}
.accordion__top {
  transition: all ease 0.3s;
  position: relative;
  display: block;
  margin: 0;
  padding: 0 2.2em 0 1.1rem;
  padding-left: 0;
  background: transparent;
  border: 0;
  margin-top: 40px;
  font-weight: 700;
  color: #B30838;
}
@media (max-width: 1024px) {
  .accordion__top span {
    margin-top: 5px;
  }
}
.accordion__top:hover {
  color: #000000;
}
.accordion__top:hover:before {
  border-color: #000000;
}
@media screen and (min-width: 700px) {
  .accordion__top {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .accordion__top {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 1em;
    font-size: 1.313rem;
    line-height: 1.33;
  }
}
.accordion__top:before {
  position: absolute;
  right: 0;
  top: 10px;
  height: 10px;
  width: 10px;
  content: "";
  border-color: #B30838;
  border-style: solid;
  border-width: 2px 0 0 2px;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .accordion__top:before {
    top: 50%;
  }
}

main .webform-submission-form, main .view-filters {
  /* margin: 52px auto; */
  max-width: 800px;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Generic Block 2 Column styles.
 */
.gen2col__body {
  margin-top: 0.5em;
}
@media screen and (min-width: 700px) {
  .gen2col__body {
    margin-top: 0.75em;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .gen2col__body {
    margin-top: 0.3em;
    padding-right: 40px;
  }
}
.gen2col__title {
  margin: 0.5em 0 0.3em;
}
@media screen and (min-width: 700px) {
  .gen2col__title {
    margin: 0.8em 0 0.5em;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .gen2col__title {
    margin: 1em 0 0.3em;
    padding-right: 40px;
  }
}
.gen2col__title a {
  text-decoration: none;
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (min-width: 700px) {
  .gen2col__title a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .gen2col__title a {
    font-size: 1.3125rem;
  }
}
.gen2col__title a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .gen2col__title a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .gen2col__title a:after {
    margin-top: 0.55em;
  }
}
.gen2col__title a:hover {
  text-decoration: none;
  color: #000000;
}
.gen2col__title a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .gen2col__title a {
    font-size: inherit;
  }
}
.gen2col__title a svg {
  display: none;
}
.gen2col__title a:after {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 700px) {
  .gen2col__title a:after {
    width: 14px;
    height: 14px;
  }
}
.gen2col__subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 700px) {
  .gen2col__subtitle {
    font-size: 1.125rem;
    margin: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .gen2col__subtitle {
    padding-right: 40px;
  }
}
.gen2col__item {
  margin: 0;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Generic Block 3 Column styles.
 */
.gen3col__body {
  margin-top: 0.5em;
}
@media screen and (min-width: 700px) {
  .gen3col__body {
    margin-top: 0.75em;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .gen3col__body {
    margin-top: 0.3em;
    padding-right: 40px;
  }
}
.gen3col__img img {
  width: 100%;
}
.gen3col__title {
  margin: 0.5em 0 0.3em;
}
@media screen and (min-width: 700px) {
  .gen3col__title {
    margin: 0.8em 0 0.5em;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .gen3col__title {
    margin: 1em 0 0.3em;
    padding-right: 40px;
  }
}
.gen3col__title a {
  text-decoration: none;
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (min-width: 700px) {
  .gen3col__title a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .gen3col__title a {
    font-size: 1.3125rem;
  }
}
.gen3col__title a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .gen3col__title a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .gen3col__title a:after {
    margin-top: 0.55em;
  }
}
.gen3col__title a:hover {
  text-decoration: none;
  color: #000000;
}
.gen3col__title a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .gen3col__title a {
    font-size: inherit;
  }
}
.gen3col__title a svg {
  display: none;
}
.gen3col__title a:after {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 700px) {
  .gen3col__title a:after {
    width: 14px;
    height: 14px;
  }
}
.gen3col__subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 700px) {
  .gen3col__subtitle {
    font-size: 1.125rem;
    margin: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .gen3col__subtitle {
    padding-right: 40px;
  }
}
.gen3col__item {
  margin: 0;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Navigation Section 3 Column styles.
 */
.navigation-section__title {
  margin: 0.5em 0 0.3em;
}
.navigation-section__title a {
  text-decoration: none;
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (min-width: 700px) {
  .navigation-section__title a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .navigation-section__title a {
    font-size: 1.3125rem;
  }
}
.navigation-section__title a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .navigation-section__title a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .navigation-section__title a:after {
    margin-top: 0.55em;
  }
}
.navigation-section__title a:hover {
  text-decoration: none;
  color: #000000;
}
.navigation-section__title a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .navigation-section__title a {
    font-size: inherit;
  }
}
.navigation-section__title a svg {
  display: none;
}
.navigation-section__title a:after {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 700px) {
  .navigation-section__title a:after {
    width: 14px;
    height: 14px;
  }
}
.navigation-section__subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 700px) {
  .navigation-section__subtitle {
    font-size: 1.125rem;
    margin: 0;
  }
}
.navigation-section__items .paragraph {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .navigation-section__items {
    display: grid;
    row-gap: 1em;
    column-gap: 2em;
    grid-template-columns: repeat(3, 1fr);
  }
}
.navigation-section__col {
  margin-top: 2em;
}
@media screen and (min-width: 700px) {
  .navigation-section__col {
    margin-top: 0;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Contact Information 3 Column styles.
 */
.contactsdisplay__header {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__header {
    margin-bottom: 0.6em;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__header {
    margin-bottom: 0.24em;
  }
}
.contactsdisplay__intro {
  margin: 0 0 1.9em;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__intro {
    margin: 0 0 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__intro {
    margin: 0 0 1.8em;
  }
}
.contactsdisplay__items {
  border-radius: 25px;
  border: 2px solid #90BFD8;
}
.contactsdisplay__items .field__item:last-child .contact {
  border-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .field__item:last-child .contact .contact-column-right {
    padding-bottom: 11px;
  }
}
.contactsdisplay__items .contact {
  border-bottom: 2px solid #90BFD8;
  padding: 26px 15px 20px 21px;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__items .contact {
    padding: 28px 30px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact {
    padding: 23px 30px;
  }
}
.contactsdisplay__items .contact .paragraph {
  margin-bottom: 0;
}
.contactsdisplay__items .contact__name {
  margin: 0;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact__name {
    margin-bottom: 2px;
  }
}
.contactsdisplay__items .contact__name a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  display: inline;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__items .contact__name a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact__name a {
    font-size: 1.3125rem;
  }
}
.contactsdisplay__items .contact__name a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__items .contact__name a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact__name a:after {
    margin-top: 0.55em;
  }
}
.contactsdisplay__items .contact__name a:hover {
  text-decoration: none;
  color: #000000;
}
.contactsdisplay__items .contact__name a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.contactsdisplay__items .contact__name a span {
  font-size: 1.3125rem;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__items .contact__name a span {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact__name a span {
    font-size: 1.875rem;
  }
}
.contactsdisplay__items .contact__job_title, .contactsdisplay__items .contact__addtl_job_title, .contactsdisplay__items .contact__subtitle {
  font-weight: 700;
}
.contactsdisplay__items .contact__job_title, .contactsdisplay__items .contact__subtitle {
  text-transform: uppercase;
  margin-bottom: 6px;
}
.contactsdisplay__items .contact__email {
  margin-bottom: 5px;
  margin-right: 6px;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__items .contact__email {
    font-size: 1.125rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact__email {
    margin-bottom: 7px;
    font-size: 1.313rem;
    line-height: 1.33;
  }
}
.contactsdisplay__items .contact__email a {
  font-weight: bold;
  text-decoration: none;
}
.contactsdisplay__items .contact__email a:hover {
  color: #000000;
}
.contactsdisplay__items .contact__phone a {
  font-weight: 700;
  text-decoration: none;
}
.contactsdisplay__items .contact__phone, .contactsdisplay__items .contact__alt_phn_number {
  margin-bottom: 10px;
}
.contactsdisplay__items .contact__phone a, .contactsdisplay__items .contact__alt_phn_number a {
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__items .contact__content {
    display: flex;
  }
}
.contactsdisplay__items .contact__office_loc, .contactsdisplay__items .contact__street_address, .contactsdisplay__items .contact__extra_info {
  margin-bottom: 6px;
}
.contactsdisplay__items .contact__columns-left {
  padding-bottom: 11px;
  max-width: 320px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact__columns-left {
    max-width: 337px;
    padding-right: 19px;
  }
}
.contactsdisplay__items .contact__columns-right {
  width: 100%;
  border-top: 1px solid #7D7D7D;
  padding-top: 19px;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__items .contact__columns-right {
    padding-left: 46px;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #7D7D7D;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact__columns-right {
    padding-left: 40px;
    display: flex;
  }
}
.contactsdisplay__items .contact__columns-right .contact-column-left {
  padding-bottom: 17px;
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 700px) {
  .contactsdisplay__items .contact__columns-right .contact-column-left {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact__columns-right .contact-column-left {
    max-width: 335px;
  }
}
@media screen and (min-width: 1025px) {
  .contactsdisplay__items .contact__columns-right .contact-column-right {
    padding-bottom: 22px;
    width: 100%;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * News 3 Column styles.
 */
.news3col {
  position: relative;
}
.news3col__header-wrapper {
  padding-bottom: 18px;
}
@media screen and (min-width: 700px) {
  .news3col__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .news3col__header-wrapper {
    padding-bottom: 17px;
  }
}
.news3col__intro {
  margin: 0;
  padding-bottom: 35px;
}
@media screen and (min-width: 700px) {
  .news3col__intro {
    padding-bottom: 43px;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1025px) {
  .news3col__intro {
    padding-bottom: 42px;
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
@media screen and (max-width: 699px) {
  .news3col__items {
    padding-left: 17px;
    padding-right: 19px;
  }
}
.news3col__items .view-content,
.news3col__items .column3col {
  margin: 0 -10px;
}
@media screen and (min-width: 700px) {
  .news3col__items .view-content,
  .news3col__items .column3col {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1025px) {
  .news3col__items .view-content,
  .news3col__items .column3col {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 700px) {
  .news3col__items .view-content .slick-track,
  .news3col__items .column3col .slick-track {
    margin-left: 0;
  }
}
.news3col__items .views-row {
  padding: 0 10px;
  outline-offset: -2px !important;
}
@media screen and (min-width: 700px) {
  .news3col__items .views-row {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .news3col__items .views-row {
    padding: 0 20px;
  }
}
.news3col__border {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  height: 1px;
  background-color: #A1A1A1;
  display: block;
  margin-top: -21px;
}
@media screen and (min-width: 700px) {
  .news3col__border {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .news3col__border {
    margin-top: 10px;
  }
}
.news3col__header {
  margin: 0;
}
.news3col__more {
  flex-shrink: 0;
}
@media screen and (max-width: 699px) {
  .news3col__more {
    padding-left: 17px;
    padding-right: 0;
    margin-top: 40px;
  }
}
.news3col__more a {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  outline-offset: 2px;
}
@media screen and (min-width: 700px) {
  .news3col__more a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .news3col__more a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.news3col__more a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.news3col__more a:hover:after {
  height: 100%;
}
.news3col__more a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}
.news3col__more a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.news3col .slick-arrow {
  position: absolute;
  top: 17%;
  left: -26px;
  font-size: 0;
  background: none;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-left.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .news3col .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.news3col .slick-arrow:hover {
  background: url(../assets/icons/arrow-left-black.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .news3col .slick-arrow {
    left: -31px;
  }
}
@media screen and (min-width: 1025px) {
  .news3col .slick-arrow {
    left: -23px;
  }
}
.news3col .slick-arrow.slick-next {
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-right.svg) no-repeat center;
  background-size: cover;
  left: inherit;
  right: -26px;
}
@media screen and (min-width: 700px) {
  .news3col .slick-arrow.slick-next {
    width: 32px;
    height: 32px;
  }
}
.news3col .slick-arrow.slick-next:hover {
  background: url(../assets/icons/arrow-right-black.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .news3col .slick-arrow.slick-next {
    right: -36px;
  }
}
@media screen and (min-width: 1025px) {
  .news3col .slick-arrow.slick-next {
    right: -20px;
  }
}
.news3col .news {
  border: 0;
  margin: 0;
}
.news3col .news__image {
  margin: 0;
}
@media screen and (min-width: 700px) {
  .news3col .news__image {
    margin: 0;
  }
}
.news3col .news__image img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (min-width: 1025px) {
  .news3col .news__image img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 700px) {
  .news3col .news__image img {
    border-radius: 25px;
  }
}
.news3col .news h3 {
  position: relative;
  border-left: solid 2px #FFBC00;
  font-size: 1.125rem;
  margin-top: 10px;
  padding: 12px 0 0 16px;
  margin-bottom: 0px;
}
@media screen and (min-width: 700px) {
  .news3col .news h3 {
    margin-top: 31px;
    padding: 14px 0 0 17px;
    line-height: 1.44;
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  .news3col .news h3 {
    margin-top: 41px;
    padding: 14px 0 0 18px;
    font-size: 1.3125rem;
    line-height: 1.33;
  }
}
.news3col .news h3 a {
  text-decoration: none;
  line-height: 1.33;
  display: block;
}
.news3col .news__date {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 700px) {
  .news3col .news__date {
    padding-left: 18px;
    margin-top: 0;
  }
}
.news3col .news__date time {
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .news3col .news__date time {
    width: auto;
    font-size: 1.125rem;
  }
}

/**
 * @file
 * Statistics 3 Column styles.
 */
.stats3col .statistic__content {
  text-align: center;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.featbackblk {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 1025px) {
  .featbackblk {
    margin-bottom: 6.5rem;
  }
}
.featbackblk img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .featbackblk__inner {
    max-width: 1100px;
    position: relative;
    padding: 0 50px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.featbackblk__captions {
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  .featbackblk__captions {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .featbackblk__captions {
    font-size: 1.3125rem;
  }
}
.featbackblk__no-img + .featbackblk__text {
  background: #000000;
  position: relative;
}
.featbackblk__no-img + .featbackblk__text .featbackblk__header {
  transform: translateY(0);
  position: static;
}
.featbackblk__bottom {
  color: #FFFFFF;
  background: #B30838;
  padding: 1.5em 1.25em 2em;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .featbackblk__bottom {
    background: transparent;
    padding: 1.25em 3.125rem 3.4375rem;
  }
}
@media screen and (min-width: 1025px) {
  .featbackblk__bottom {
    padding: 1.25em 3.125rem 2.5rem;
  }
}
@media screen and (min-width: 700px) {
  .featbackblk .field--name-field-featbackblk-ctas {
    display: flex;
    justify-content: center;
  }
  .featbackblk .field--name-field-featbackblk-ctas a {
    line-height: 1.17;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 8;
  }
}
.featbackblk__text {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .featbackblk__text {
    position: absolute;
    bottom: 0;
    background: rgba(179, 8, 56, 0.7);
  }
}
@media screen and (min-width: 1025px) {
  .featbackblk__text {
    width: 100%;
  }
}
.featbackblk__header {
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  transform: translateY(-100%);
  margin: 0;
  padding: 0.95em 1em 0.6em;
  background: rgba(179, 8, 56, 0.7);
  width: 100%;
}
@media screen and (min-width: 700px) {
  .featbackblk__header {
    transform: translateY(0);
    background: transparent;
    position: static;
    padding: 1.25em 3.125rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .featbackblk__header {
    padding: 0.5em 3.125rem 0;
  }
}
.featbackblk__ctas {
  margin-top: 2em;
}
@media screen and (min-width: 700px) {
  .featbackblk__ctas {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  .featbackblk__ctas {
    margin-top: 2.1em;
  }
}
.featbackblk__ctas .field__item {
  margin: 0 -1px;
}
.featbackblk__ctas a {
  margin-bottom: 0.3125rem;
  width: 100%;
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  color: #FFFFFF;
  border-color: #FFFFFF;
  border-bottom-color: #FFBC00;
  background-color: transparent;
  outline-offset: 2px;
}
@media screen and (min-width: 700px) {
  .featbackblk__ctas a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .featbackblk__ctas a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.featbackblk__ctas a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.featbackblk__ctas a:hover:after {
  height: 100%;
}
.featbackblk__ctas a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}
.featbackblk__ctas a:after {
  background: #FFBC00;
}
.featbackblk__ctas a:hover:after {
  height: 100%;
}
.featbackblk__ctas a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.featbackblk__ctas a:focus {
  outline-color: #FFFFFF;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.gen-list__item {
  margin-bottom: 2.25em;
}
@media screen and (min-width: 700px) {
  .gen-list__item {
    margin-bottom: 2.75em;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .gen-list__item {
    margin-bottom: 2.25em;
  }
}
.gen-list__subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 700px) {
  .gen-list__subtitle {
    font-size: 1.125rem;
    margin: 0;
    padding-right: 15px;
  }
}
.gen-list__text {
  overflow: hidden;
}
.gen-list__body {
  margin-top: 0.5em;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .gen-list__body {
    margin-top: 0.75em;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .gen-list__body {
    margin-top: 0.3em;
  }
}
@media screen and (min-width: 700px) {
  .gen-list__img {
    width: 235px;
    flex-shrink: 0;
    float: left;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .gen-list__img {
    width: 335px;
    margin-right: 50px;
  }
}
.gen-list__img img {
  width: 100%;
}
.gen-list__title {
  margin: 0.5em 0 0.3em;
}
@media screen and (min-width: 700px) {
  .gen-list__title {
    margin: 0 0 0.25em;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .gen-list__title {
    margin: 0 0 0.3em;
  }
}
.gen-list__title a {
  text-decoration: none;
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (min-width: 700px) {
  .gen-list__title a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .gen-list__title a {
    font-size: 1.3125rem;
  }
}
.gen-list__title a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .gen-list__title a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .gen-list__title a:after {
    margin-top: 0.55em;
  }
}
.gen-list__title a:hover {
  text-decoration: none;
  color: #000000;
}
.gen-list__title a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .gen-list__title a {
    font-size: inherit;
  }
}
.gen-list__title a svg {
  display: none;
}
.gen-list__title a:after {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 700px) {
  .gen-list__title a:after {
    width: 14px;
    height: 14px;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.carousel-img {
  position: relative;
}
.carousel-img__item {
  margin-bottom: 18px;
}
@media screen and (min-width: 700px) {
  .carousel-img__item {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-img__item {
    margin-bottom: 30px;
  }
}
.carousel-img__header {
  margin-bottom: 18px;
}
@media screen and (min-width: 700px) {
  .carousel-img__header {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-img__header {
    margin-bottom: 12px;
  }
}
.carousel-img__intro {
  margin-bottom: 36px;
  line-height: 1.63;
}
@media screen and (min-width: 700px) {
  .carousel-img__intro {
    margin-bottom: 45px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-img__intro {
    line-height: 1.38;
    margin-bottom: 40px;
  }
}
.carousel-img__img {
  border-radius: 10px;
  transition: opacity 0.3s ease 0.5s;
  opacity: 0;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .carousel-img__img {
    border-radius: 25px;
  }
}
.carousel-img__caption {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.57;
  transition: opacity 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .carousel-img__caption {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-img__caption {
    font-size: 1rem;
    margin-top: 25px;
  }
}
.carousel-img__pager .slick-arrow {
  position: absolute;
  top: 4.2rem;
  left: -15px;
  font-size: 0;
  background: none;
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-left.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .carousel-img__pager .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.carousel-img__pager .slick-arrow:hover {
  background: url(../assets/icons/arrow-left-black.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .carousel-img__pager .slick-arrow {
    left: -40px;
    top: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-img__pager .slick-arrow {
    top: 16.5rem;
  }
}
.carousel-img__pager .slick-arrow.slick-next {
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-right.svg) no-repeat center;
  background-size: cover;
  left: inherit;
  right: -15px;
}
@media screen and (min-width: 700px) {
  .carousel-img__pager .slick-arrow.slick-next {
    width: 32px;
    height: 32px;
  }
}
.carousel-img__pager .slick-arrow.slick-next:hover {
  background: url(../assets/icons/arrow-right-black.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .carousel-img__pager .slick-arrow.slick-next {
    right: -40px;
  }
}
.carousel-img__items {
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 700px) {
  .carousel-img__items {
    padding: 0;
  }
}
.carousel-img__items:before {
  content: " ";
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #C9ECFF;
  position: absolute;
  z-index: -1;
  bottom: 0;
  top: 7rem;
}
@media screen and (min-width: 700px) {
  .carousel-img__items:before {
    top: 14.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-img__items:before {
    top: 22.5rem;
  }
}
.carousel-img__items .slick-track {
  overflow-x: hidden;
}
.carousel-img__items .slick-slide {
  transition: opacity 0.3s ease 0.8s !important;
}
.carousel-img__items .slick-slide.slick-active .carousel-img__img {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
.carousel-img__items .slick-slide.slick-active .carousel-img__caption {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.carousel-std {
  position: relative;
}
.carousel-std__header {
  margin-bottom: 17px;
}
@media screen and (min-width: 700px) {
  .carousel-std__header {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__header {
    margin-bottom: 12px;
  }
}
.carousel-std__title {
  margin: 0;
  margin-bottom: 6px;
}
@media screen and (min-width: 700px) {
  .carousel-std__title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__title {
    margin-bottom: 6px;
  }
}
.carousel-std__title a {
  font-size: 1.3125rem;
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  padding-right: 0;
}
@media screen and (min-width: 700px) {
  .carousel-std__title a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__title a {
    font-size: 1.3125rem;
  }
}
.carousel-std__title a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .carousel-std__title a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__title a:after {
    margin-top: 0.55em;
  }
}
.carousel-std__title a:hover {
  text-decoration: none;
  color: #000000;
}
.carousel-std__title a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .carousel-std__title a {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__title a {
    font-size: 1.875rem;
  }
}
.carousel-std__title a:after {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  margin-top: 6px;
}
@media screen and (min-width: 700px) {
  .carousel-std__title a:after {
    margin-left: 10px;
    margin-top: 11px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__title a:after {
    margin-top: 12px;
  }
}
.carousel-std__subtitle {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 9px;
}
@media screen and (min-width: 700px) {
  .carousel-std__subtitle {
    margin-bottom: 11px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__subtitle {
    margin-bottom: 10px;
  }
}
.carousel-std__intro {
  margin-bottom: 36px;
  line-height: 1.63;
}
@media screen and (min-width: 700px) {
  .carousel-std__intro {
    margin-bottom: 45px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__intro {
    line-height: 1.38;
    margin-bottom: 40px;
  }
}
.carousel-std__left {
  transition: opacity 0.3s ease 0.5s;
  opacity: 0;
}
@media screen and (max-width: 699px) {
  .carousel-std__left {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 700px) {
  .carousel-std__left {
    display: flex;
    flex-direction: column;
    flex: 0 0 48.3%;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__left {
    flex: 0 0 58%;
    max-width: 572px;
    min-height: 518px;
  }
}
.carousel-std__img {
  position: relative;
}
@media screen and (min-width: 700px) {
  .carousel-std__img {
    flex-grow: 1;
  }
}
.carousel-std__img img {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .carousel-std__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__img * {
    height: 100%;
  }
}
.carousel-std__right {
  transition: opacity 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .carousel-std__right {
    flex-shrink: 1;
    display: flex;
    flex: 0 0 51.7%;
    padding-left: 40px;
    flex-flow: column;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__right {
    padding-left: 52px;
    flex: 0 0 43%;
    justify-content: center;
  }
}
.carousel-std__item {
  margin: 0;
}
@media screen and (max-width: 699px) {
  .carousel-std__item {
    padding: 0 15px;
  }
}
@media screen and (min-width: 700px) {
  .carousel-std__item {
    display: flex;
  }
}
.carousel-std__items {
  margin-top: 36px;
  position: relative;
}
@media screen and (min-width: 700px) {
  .carousel-std__items {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__items {
    margin-top: 40px;
  }
}
.carousel-std__items .slick-slide {
  transition: opacity 0.3s ease 0.8s !important;
}
.carousel-std__items .slick-slide.slick-active .carousel-std__left {
  transition-delay: 0.5s;
  opacity: 1;
}
.carousel-std__items .slick-slide.slick-active .carousel-std__right {
  transition-delay: 1s;
  opacity: 1;
}
.carousel-std__pager .slick-arrow {
  position: absolute;
  top: 17%;
  left: -15px;
  font-size: 0;
  background: none;
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-left.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .carousel-std__pager .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.carousel-std__pager .slick-arrow:hover {
  background: url(../assets/icons/arrow-left-black.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .carousel-std__pager .slick-arrow {
    left: -36px;
    top: 32%;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__pager .slick-arrow {
    top: 15.2rem;
  }
}
.carousel-std__pager .slick-arrow.slick-next {
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-right.svg) no-repeat center;
  background-size: cover;
  left: inherit;
  right: -15px;
}
@media screen and (min-width: 700px) {
  .carousel-std__pager .slick-arrow.slick-next {
    width: 32px;
    height: 32px;
  }
}
.carousel-std__pager .slick-arrow.slick-next:hover {
  background: url(../assets/icons/arrow-right-black.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .carousel-std__pager .slick-arrow.slick-next {
    right: -38px;
  }
}
@media screen and (min-width: 1025px) {
  .carousel-std__pager .slick-arrow.slick-next {
    right: -44px;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Statistics 3 Column styles.
 */
.stats3col {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #C9ECFF;
  padding-top: 37px;
}
@media screen and (min-width: 700px) {
  .stats3col {
    padding-top: 44px;
    background: #C9ECFF url(../assets/img/fill-md.svg) no-repeat center;
    background-position: center 42%;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col {
    padding-top: 30px;
    background: #C9ECFF url(../assets/img/fill.svg) no-repeat center;
    background-position: center 40%;
  }
}
.stats3col__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 700px) {
  .stats3col__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__inner {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.stats3col__header {
  margin: 0;
  margin-bottom: 17px;
}
@media screen and (min-width: 700px) {
  .stats3col__header {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__header {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 700px) {
  .stats3col__intro {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__intro {
    margin-bottom: 57px;
  }
}
.stats3col__items {
  padding-bottom: 22px;
  margin-top: 73px;
}
@media screen and (min-width: 700px) {
  .stats3col__items {
    padding-bottom: 44px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__items {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 700px) {
  .stats3col__items .column3col {
    flex-flow: row;
  }
}
.stats3col__items .column3col__col {
  margin-bottom: 0;
  margin-top: 31px;
  text-align: center;
  transition: all 300ms;
  position: relative;
}
@media screen and (min-width: 700px) {
  .stats3col__items .column3col__col.aos-animate:nth-child(2) {
    transition-delay: 300ms;
  }
}
@media screen and (min-width: 700px) {
  .stats3col__items .column3col__col.aos-animate:last-child {
    transition-delay: 600ms;
  }
}
@media screen and (min-width: 700px) {
  .stats3col__items .column3col__col {
    padding: 0 1rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__items .column3col__col {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 699px) {
  .stats3col__items .column3col__col:first-child:before {
    content: "";
    background: url(../assets/img/fill-sm.svg) no-repeat center;
    width: auto;
    height: 60px;
    position: absolute;
    left: -20px;
    right: -20px;
    z-index: 9;
    top: -50px;
  }
}
.stats3col__items .column3col__col .field--type-link a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (min-width: 700px) {
  .stats3col__items .column3col__col .field--type-link a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__items .column3col__col .field--type-link a {
    font-size: 1.3125rem;
  }
}
.stats3col__items .column3col__col .field--type-link a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .stats3col__items .column3col__col .field--type-link a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__items .column3col__col .field--type-link a:after {
    margin-top: 0.55em;
  }
}
.stats3col__items .column3col__col .field--type-link a:hover {
  text-decoration: none;
  color: #000000;
}
.stats3col__items .column3col__col .field--type-link a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .stats3col__items .column3col__col .field--type-link a {
    line-height: normal;
    min-height: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__items .column3col__col .field--type-link a {
    line-height: 29px;
    min-height: auto;
  }
}
.stats3col__items .column3col__col .paragraph {
  display: flex;
  flex-flow: column;
  height: 100%;
  margin-bottom: 0;
}
.stats3col__items .column3col__col .paragraph > .field--type-link:last-child {
  margin-top: auto;
}
.stats3col__items .column3col__col:nth-child(2) {
  transition-delay: 150ms;
}
.stats3col__items .column3col__col:last-child {
  transition-delay: 300ms;
}
.stats3col__items .statistic__number {
  font-size: 3.125rem;
  line-height: 0.9;
  font-weight: 900;
  margin-bottom: 18px;
}
@media screen and (min-width: 700px) {
  .stats3col__items .statistic__number {
    font-size: 4.375rem;
    margin-bottom: 22px;
    line-height: 0.93;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__items .statistic__number {
    letter-spacing: 2px;
    font-size: 5rem;
    line-height: normal;
  }
}
.stats3col__items .statistic__caption {
  font-size: 1rem;
  line-height: 1.63;
  font-weight: normal;
  margin-bottom: 8px;
}
@media screen and (min-width: 700px) {
  .stats3col__items .statistic__caption {
    margin-bottom: 23px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__items .statistic__caption {
    margin-bottom: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.44;
  }
}
.stats3col__items.in-view .column3col__col {
  opacity: 1;
  bottom: 0;
}
.stats3col__cta {
  text-align: center;
  margin-top: 7px;
  position: relative;
  z-index: 1;
}
.stats3col__cta .column3col {
  justify-content: center;
}
.stats3col__cta a {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  outline-offset: 2px;
  margin-bottom: -8px;
}
@media screen and (min-width: 700px) {
  .stats3col__cta a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .stats3col__cta a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.stats3col__cta a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.stats3col__cta a:hover:after {
  height: 100%;
}
.stats3col__cta a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}
.stats3col__cta a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.story {
  position: relative;
  padding-bottom: 155px;
}
@media screen and (min-width: 700px) {
  .story {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .story {
    padding-bottom: 30px;
  }
}
.story .node__content {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .story .node__content {
    display: flex;
    align-items: flex-start;
  }
}
.story__left {
  width: 148px;
  flex-shrink: 0;
  position: absolute;
  z-index: 1;
  bottom: 36px;
}
@media screen and (max-width: 699px) {
  .story__left {
    margin-bottom: -29px;
  }
}
@media screen and (max-width: 699px) {
  .story__left {
    margin: 0;
  }
}
@media screen and (min-width: 700px) {
  .story__left {
    width: 207px;
    margin-top: 40px;
    position: relative;
    bottom: inherit;
  }
}
@media screen and (min-width: 1025px) {
  .story__left {
    width: 378px;
    margin-top: 61px;
  }
}
.story__left img {
  border-radius: 10px;
}
@media screen and (min-width: 700px) {
  .story__left img {
    border-radius: 25px;
  }
}
@media screen and (min-width: 700px) {
  .story__image.aos-animate {
    transition-delay: 300ms;
  }
}
.story__right {
  width: calc(100% - 15px);
}
@media screen and (min-width: 700px) {
  .story__right {
    width: 100%;
  }
}
.story__overlay {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  bottom: 0;
  background-color: #C9ECFF;
}
.story__right-quote {
  position: relative;
  border-radius: 10px;
  border: 2px solid #90BFD8;
  font-size: 1.125rem;
  padding: 30px 15px 68px;
  margin-left: 15px;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 700px) {
  .story__right-quote {
    border-radius: 25px;
  }
}
@media screen and (min-width: 700px) {
  .story__right-quote {
    padding: 43px 20px 44px 184px;
    font-size: 1.625rem;
    left: -83px;
    margin-right: -83px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .story__right-quote {
    font-size: 1.875rem;
    padding: 67px 34px 62px 139px;
    left: -41px;
    margin-right: -41px;
  }
}
.story__right-quote:before {
  content: "";
  background-image: url("../assets/icons/Quotation-Marks.svg");
  background-size: cover;
  width: 43px;
  height: 36px;
  float: left;
  margin-right: 14px;
  margin-top: -9px;
}
@media screen and (min-width: 700px) {
  .story__right-quote:before {
    position: absolute;
    left: 103px;
    top: 38px;
    width: 68px;
    height: 56px;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .story__right-quote:before {
    left: 59px;
    top: 61px;
  }
}
.story__quote {
  line-height: 1.56;
  margin-bottom: 16px;
}
@media screen and (min-width: 700px) {
  .story__quote {
    line-height: 1.38;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .story__quote {
    line-height: 1.33;
    margin-bottom: 19px;
  }
}
.story__name {
  font-weight: bold;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.63;
  display: block;
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .story__name {
    margin-bottom: -2px;
  }
}
@media screen and (min-width: 1025px) {
  .story__name {
    font-size: 1.125rem;
    margin-bottom: 4px;
  }
}
.story__name a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: 1.125rem;
}
@media screen and (min-width: 700px) {
  .story__name a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .story__name a {
    font-size: 1.3125rem;
  }
}
.story__name a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .story__name a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .story__name a:after {
    margin-top: 0.55em;
  }
}
.story__name a:hover {
  text-decoration: none;
  color: #000000;
}
.story__name a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 1025px) {
  .story__name a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .story__name a:after {
    margin-top: 7px;
  }
}
.story__subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.63;
}
@media screen and (min-width: 700px) {
  .story__subtitle {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
@media screen and (min-width: 1025px) {
  .story__subtitle {
    max-width: 100%;
    line-height: 1.5;
    font-size: 1rem;
  }
}
.story.in-view .story__left,
.story.in-view .story__right-quote {
  opacity: 1;
  transform: translateY(0);
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.storywfs__header {
  margin: 0;
  margin-bottom: 17px;
}
@media screen and (min-width: 700px) {
  .storywfs__header {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1025px) {
  .storywfs__header {
    margin-bottom: 12px;
  }
}
.storywfs__intro {
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .storywfs__intro {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .storywfs__intro {
    margin-bottom: 39px;
    margin-left: 6px;
  }
}
.storywfs__items {
  position: relative;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.homehero {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #000000;
  margin-bottom: 0;
}
.homehero .video__embed video {
  width: 100%;
  height: auto;
  display: block;
  min-height: 296px;
  object-fit: cover;
}
.homehero .video__play {
  transition: all ease 0.3s;
  cursor: pointer;
  background-image: url(../assets/icons/pause-icon.svg);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-size: 27%;
  border: 0;
  display: inline-block;
  font-size: 0;
  width: 34px;
  height: 34px;
  border: solid 2px #FFFFFF;
  border-radius: 8px;
  background-image: url(../assets/icons/play-icon.svg);
  outline-offset: 2px;
  position: absolute;
  right: 21px;
  top: 82px;
  z-index: 2;
}
.homehero .video__play:hover {
  background-color: #000000;
}
@media screen and (min-width: 700px) {
  .homehero .video__play {
    width: 41px;
    height: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .homehero .video__play {
    width: 46px;
    height: 46px;
  }
}
.homehero .video__play:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.homehero .video__play:focus {
  outline-color: #FFFFFF;
}
@media screen and (min-width: 700px) {
  .homehero .video__play {
    right: 9px;
    bottom: 19px;
    top: inherit;
  }
}
@media screen and (min-width: 1025px) {
  .homehero .video__play {
    right: 60px;
    bottom: 25px;
  }
}
.homehero .video__play.media-video-paused {
  transition: all ease 0.3s;
  cursor: pointer;
  background-image: url(../assets/icons/pause-icon.svg);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-size: 27%;
  border: 0;
  display: inline-block;
  font-size: 0;
  width: 34px;
  height: 34px;
  border: solid 2px #FFFFFF;
  border-radius: 8px;
}
.homehero .video__play.media-video-paused:hover {
  background-color: #000000;
}
@media screen and (min-width: 700px) {
  .homehero .video__play.media-video-paused {
    width: 41px;
    height: 41px;
  }
}
@media screen and (min-width: 1025px) {
  .homehero .video__play.media-video-paused {
    width: 46px;
    height: 46px;
  }
}
.homehero__inner {
  position: relative;
  transition: all 300ms;
}
.homehero__inner.in-view {
  opacity: 1;
  transform: translateY(0);
}
.homehero__img {
  position: relative;
  transform: inherit !important;
}
.homehero__img img {
  width: 100%;
}
.homehero__img:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.homehero__video {
  position: relative;
  transform: inherit !important;
}
.homehero__video:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.homehero__page_title {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.homehero__announcement {
  background-color: #B30838;
}
.homehero .announcement-item {
  padding: 16px 20px 18px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  .homehero .announcement-item {
    padding: 21px 50px;
  }
}
@media screen and (min-width: 1025px) {
  .homehero .announcement-item {
    font-size: 1.3125rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.homehero .announcement-item__title {
  font-weight: bold;
  width: 100%;
  margin-bottom: 6px;
}
@media screen and (min-width: 700px) {
  .homehero .announcement-item__title {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .homehero .announcement-item__title {
    margin-bottom: 0;
    padding-right: 18px;
    width: auto;
  }
}
.homehero .announcement-item__body {
  display: inline;
  padding-right: 4px;
}
@media screen and (max-width: 699px) {
  .homehero .announcement-item__body {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 700px) {
  .homehero .announcement-item__body {
    padding-right: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .homehero .announcement-item__body {
    padding-right: 14px;
  }
}
.homehero .announcement-item__cta {
  display: inline;
}
.homehero .announcement-item__cta a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #FFFFFF;
  outline-offset: 2px;
}
@media screen and (min-width: 700px) {
  .homehero .announcement-item__cta a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .homehero .announcement-item__cta a {
    font-size: 1.3125rem;
  }
}
.homehero .announcement-item__cta a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .homehero .announcement-item__cta a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .homehero .announcement-item__cta a:after {
    margin-top: 0.55em;
  }
}
.homehero .announcement-item__cta a:hover {
  text-decoration: none;
  color: #000000;
}
.homehero .announcement-item__cta a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.homehero .announcement-item__cta a:after {
  filter: brightness(1.2);
  background-image: url(../assets/icons/arrow-link-right-blue.svg);
}
.homehero .announcement-item__cta a:hover {
  color: #C9ECFF;
}
.homehero .announcement-item__cta a:hover:after {
  filter: brightness(1);
}
.homehero .announcement-item__cta a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.homehero .announcement-item__cta a:focus {
  outline-color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .homehero .announcement-item__cta a {
    font-size: 1rem;
  }
}

.eyebrowtitle {
  margin-bottom: 0;
  position: relative;
}
.eyebrowtitle__wrapper {
  padding: 25px 20px 14px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .eyebrowtitle__wrapper {
    padding: 37px 50px 50px;
  }
}
@media screen and (min-width: 1025px) {
  .eyebrowtitle__wrapper {
    padding: 62px 100px 62px;
  }
}
.eyebrowtitle__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: -1;
}
.eyebrowtitle__eyebrow {
  margin: 0;
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
  transition-delay: 200ms;
  text-transform: none;
}
@media screen and (min-width: 700px) {
  .eyebrowtitle__eyebrow {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1025px) {
  .eyebrowtitle__eyebrow {
    font-size: 3rem;
  }
}
.eyebrowtitle__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.06;
  transition-delay: 300ms;
}
@media screen and (min-width: 700px) {
  .eyebrowtitle__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .eyebrowtitle__title {
    font-size: 5rem;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.panel-item {
  opacity: 0;
}
.panel-item__hero {
  position: relative;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 33px;
}
@media screen and (min-width: 700px) {
  .panel-item__hero {
    margin-bottom: 67px;
  }
}
.panel-item__intro_image {
  min-height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1025px) {
  .panel-item__intro_image {
    background-attachment: fixed;
  }
}
.panel-item__intro_image img {
  width: 100%;
  opacity: 0;
}
.panel-item__panel_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.23));
}
.panel-item__text_statistic {
  position: relative;
  z-index: 1;
}
.panel-item__text_statistic h3 {
  margin: 1.4em 0 1.25em;
  margin-top: 0;
  font-size: 1.625rem;
  line-height: 1.25;
  margin-bottom: 21px;
}
@media screen and (min-width: 700px) {
  .panel-item__text_statistic h3 {
    font-size: 2.25rem;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__text_statistic h3 {
    font-size: 2.25rem;
    line-height: 1.19;
    margin-bottom: 23px;
  }
}
.panel-item__text_statistic .field {
  line-height: 1.63;
}
@media screen and (min-width: 1025px) {
  .panel-item__text_statistic .field {
    line-height: 1.44;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__text_panel {
    margin: 59px 0 0 74px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__statistic_panel {
    margin: 46px 0 0 74px;
  }
}
.panel-item__cta {
  margin-top: -52px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .panel-item__cta {
    margin-top: -62px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__cta {
    margin-top: -68px;
  }
}
.panel-item__cta a {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  outline-offset: 2px;
}
@media screen and (min-width: 700px) {
  .panel-item__cta a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__cta a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.panel-item__cta a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.panel-item__cta a:hover:after {
  height: 100%;
}
.panel-item__cta a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}
.panel-item__cta a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.panel-item__more_links {
  margin-top: 18px;
}
@media screen and (min-width: 700px) {
  .panel-item__more_links {
    margin-top: 25px;
  }
}
@media screen and (min-width: 700px) {
  .panel-item__more_links .paragraph--type--more-links {
    display: flex;
    align-items: baseline;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__more_links .paragraph--type--more-links {
    align-items: center;
  }
}
.panel-item__more_links .paragraph--type--more-links .field:first-child {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 700px) {
  .panel-item__more_links .paragraph--type--more-links .field:first-child {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__more_links .paragraph--type--more-links .field:first-child {
    font-size: 1.125rem;
    margin-right: 41px;
  }
}
@media screen and (min-width: 700px) {
  .panel-item__more_links .paragraph--type--more-links .field:last-child {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__more_links .paragraph--type--more-links .field:last-child {
    flex-wrap: inherit;
  }
}
.panel-item__more_links .field__item {
  margin-bottom: 9px;
}
@media screen and (min-width: 700px) {
  .panel-item__more_links .field__item {
    margin-bottom: 0;
  }
}
.panel-item__more_links .field__item a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  .panel-item__more_links .field__item a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__more_links .field__item a {
    font-size: 1.3125rem;
  }
}
.panel-item__more_links .field__item a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .panel-item__more_links .field__item a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__more_links .field__item a:after {
    margin-top: 0.55em;
  }
}
.panel-item__more_links .field__item a:hover {
  text-decoration: none;
  color: #000000;
}
.panel-item__more_links .field__item a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
@media screen and (min-width: 700px) {
  .panel-item__more_links .field__item a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__more_links .field__item a {
    font-size: 1rem;
  }
}
.panel-item__more_links .field__item a:after {
  transform: translateY(-50%);
  margin-top: 0;
  top: 50%;
}
@media screen and (min-width: 1025px) {
  .panel-item__more_links .field__item a:after {
    margin-top: 0;
  }
}
.panel-item__more_links .field__item a:hover:after {
  transform: translate(5px, -50%);
}
@media screen and (min-width: 700px) {
  .panel-item__more_links .field__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item__more_links .field__item:not(:last-child) {
    margin-right: 53px;
  }
}
.panel-item .story {
  padding-bottom: 80px;
}
@media screen and (min-width: 700px) {
  .panel-item .story .node__content {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item .story .node__content {
    align-items: flex-start;
  }
}
.panel-item .story__left {
  margin-bottom: -71px;
}
@media screen and (min-width: 700px) {
  .panel-item .story__left {
    top: 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item .story__left {
    margin-top: 14%;
    margin-bottom: 25px;
  }
}
.panel-item .story__right {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .panel-item .story__right-quote {
    padding: 43px 20px 55px 116px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item .story__right-quote {
    padding: 67px 34px 62px 116px;
    left: -45px;
    margin-right: -45px;
  }
}
@media screen and (min-width: 700px) {
  .panel-item .story__right-quote:before {
    left: 34px;
  }
}
@media screen and (min-width: 700px) {
  .panel-item .story__quote {
    margin-bottom: 24px;
  }
}
.panel-item .story__name {
  font-size: 1rem;
}
@media screen and (min-width: 700px) {
  .panel-item .story__name {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item .story__name {
    margin-bottom: 0px;
    font-size: 1.125rem;
  }
}
.panel-item .story .panel-item__text_panel,
.panel-item .story .panel-item__statistic_panel {
  margin-top: 161px;
}
@media screen and (min-width: 700px) {
  .panel-item .story .panel-item__text_panel,
  .panel-item .story .panel-item__statistic_panel {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item .story .panel-item__text_panel,
  .panel-item .story .panel-item__statistic_panel {
    margin-top: 60px;
  }
}
.panel-item .eyebrowtitle__wrapper {
  padding: 29px 20px 21px 20px;
  position: relative;
  transition: all ease 0.3s;
}
@media screen and (min-width: 700px) {
  .panel-item .eyebrowtitle__wrapper {
    padding: 25px 48px 32px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item .eyebrowtitle__wrapper {
    padding: 62px 100px 62px;
  }
}
.panel-item .eyebrowtitle__title {
  position: relative;
}
.panel-item .eyebrowtitle__eyebrow {
  display: block;
}
.panel-item .statistic__content {
  display: flex;
  align-items: center;
}
.panel-item .statistic__number {
  font-weight: 900;
  line-height: normal;
  font-size: 3.125rem;
  margin-right: 18px;
}
@media screen and (min-width: 700px) {
  .panel-item .statistic__number {
    font-size: 4.375rem;
    margin-right: 30px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .panel-item .statistic__number {
    font-size: 5rem;
    margin-right: 36px;
  }
}
.panel-item .statistic__caption {
  font-size: 1rem;
  line-height: 1.44;
}
@media screen and (min-width: 1025px) {
  .panel-item .statistic__caption {
    font-size: 1.125rem;
  }
}
.panel-item .field--name-field-panel-item-statistics .field__item:not(:last-child) {
  padding-bottom: 57px;
  background: url(../assets/icons/panel-divider-sm.svg) no-repeat center;
  background-position: 0 80%;
  background-size: auto;
}
@media screen and (min-width: 700px) {
  .panel-item .field--name-field-panel-item-statistics .field__item:not(:last-child) {
    background: url(../assets/icons/panel-divider.svg) no-repeat center;
    background-position: 0 80%;
    padding-bottom: 98px;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.more-program {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 700px) {
  .more-program {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .more-program {
    margin-bottom: 6.6rem;
  }
}
.more-program__section_head {
  flex: 0 0 100%;
}
.more-program__section_title h2 {
  margin-bottom: 18px;
}
@media screen and (min-width: 700px) {
  .more-program__section_title h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__section_title h2 {
    margin-bottom: 12px;
  }
}
.more-program__subtitle {
  font-size: 1.125rem;
  line-height: 1.44;
}
@media screen and (min-width: 1025px) {
  .more-program__subtitle {
    line-height: 1.38;
    font-size: 1.313rem;
  }
}
@media screen and (min-width: 700px) {
  .more-program__left {
    width: 100%;
    max-width: 43.9%;
    margin-right: 54px;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__left {
    max-width: 41.9%;
    margin-right: 116px;
  }
}
.more-program__related_programs_title h3, .more-program__other_programs_title h3 {
  text-transform: uppercase;
  margin: 38px 0 8px 0px;
  font-size: 1.375rem;
  line-height: 1.45;
}
@media screen and (min-width: 700px) {
  .more-program__related_programs_title h3, .more-program__other_programs_title h3 {
    margin: 45px 0px 20px 0px;
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__related_programs_title h3, .more-program__other_programs_title h3 {
    margin: 46px 0 22px 2px;
    font-size: 1.5rem;
    line-height: normal;
  }
}
.more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title {
  margin-bottom: 18px;
}
.more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 {
  margin: 0;
}
.more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a {
  color: #B30838;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  color: #000000;
  font-size: 1.313rem;
  line-height: 1.43;
  display: block;
}
@media screen and (min-width: 700px) {
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a {
    font-size: 1.3125rem;
  }
}
.more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 0.5em;
  background-image: url(../assets/icons/arrow-link-right.svg);
  background-position: center;
  background-size: 100%;
  transition: all 300ms;
}
@media screen and (min-width: 700px) {
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a:after {
    margin-top: 0.55em;
  }
}
.more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a:hover {
  text-decoration: none;
  color: #000000;
}
.more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a:hover:after {
  transform: translateX(5px);
  filter: brightness(0);
}
.more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a:hover:after {
  filter: brightness(1);
}
@media screen and (min-width: 700px) {
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a {
    font-size: 1.688rem;
    line-height: 1.22;
  }
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a:after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_title h4 a::after {
    width: 20px;
    height: 20px;
    margin-top: 0.35em;
  }
}
.more-program__realated_programs .field--name-field-mp-related-programs .program-listing_program_types .field--name-field-program-program-types {
  display: flex;
}
.more-program__realated_programs .field--name-field-mp-related-programs .program-listing_program_types .field--name-field-program-program-types > .field__item .program-type-icon-wrapper {
  margin-right: 15px;
}
@media screen and (min-width: 700px) {
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_program_types .field--name-field-program-program-types > .field__item .program-type-icon-wrapper {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__realated_programs .field--name-field-mp-related-programs .program-listing_program_types .field--name-field-program-program-types > .field__item .program-type-icon-wrapper {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.more-program__realated_programs .field--name-field-mp-related-programs > .field__item {
  border-bottom: 1px solid #7D7D7D;
  padding: 10px 0 9px;
}
@media screen and (min-width: 700px) {
  .more-program__realated_programs .field--name-field-mp-related-programs > .field__item {
    padding: 16px 0 10px;
  }
  .more-program__realated_programs .field--name-field-mp-related-programs > .field__item:first-child {
    border-top: 1px solid #7D7D7D;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__realated_programs .field--name-field-mp-related-programs > .field__item {
    padding: 8px 0 18px;
  }
}
@media screen and (min-width: 700px) {
  .more-program__right {
    width: 100%;
    max-width: 47.1%;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__right {
    max-width: 45.8%;
  }
}
.more-program__right .pathway-1-up {
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .more-program__right .pathway-1-up {
    margin-bottom: 45px;
  }
}
.more-program__right .pathway-1-up .pathway-1-up_image {
  margin-top: 17px;
  margin-bottom: 10px;
}
@media screen and (min-width: 700px) {
  .more-program__right .pathway-1-up .pathway-1-up_image {
    margin-top: 21px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__right .pathway-1-up .pathway-1-up_image {
    margin-bottom: 29px;
  }
}
.more-program__right .pathway-1-up .pathway-1-up_image a {
  display: block;
}
.more-program__right .pathway-1-up .pathway-1-up_image a img {
  width: 100%;
}
.more-program__right .pathway-1-up .pathway-1-up_title a {
  font-size: 1.313rem;
  line-height: 1.43;
  display: block;
}
@media screen and (min-width: 700px) {
  .more-program__right .pathway-1-up .pathway-1-up_title a {
    font-size: 1.688rem;
    line-height: 1.22;
  }
  .more-program__right .pathway-1-up .pathway-1-up_title a:after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__right .pathway-1-up .pathway-1-up_title a {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.more-program__pathway_button a {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
}
@media screen and (min-width: 700px) {
  .more-program__pathway_button a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .more-program__pathway_button a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.more-program__pathway_button a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.more-program__pathway_button a:hover:after {
  height: 100%;
}
.more-program__pathway_button a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.homepageevents__header-wrapper {
  padding-bottom: 18px;
}
@media screen and (min-width: 700px) {
  .homepageevents__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 1025px) {
  .homepageevents__header-wrapper {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 699px) {
  .homepageevents__header-wrapper {
    padding-left: 17px;
  }
}
.homepageevents__items {
  position: relative;
}
@media screen and (max-width: 699px) {
  .homepageevents__items {
    padding-left: 17px;
    padding-right: 19px;
  }
}
.homepageevents__border {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  height: 1px;
  background-color: #A1A1A1;
  display: block;
  margin-top: -31px;
}
@media screen and (min-width: 700px) {
  .homepageevents__border {
    margin-top: -10px;
  }
}
@media screen and (min-width: 1025px) {
  .homepageevents__border {
    margin-top: 0;
  }
}
.homepageevents__header {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.33;
}
@media screen and (min-width: 700px) {
  .homepageevents__header {
    font-size: 3.125rem;
    line-height: 1.04;
  }
}
@media screen and (min-width: 1025px) {
  .homepageevents__header {
    font-size: 4.25rem;
  }
}
.homepageevents__cta {
  flex-shrink: 0;
}
@media screen and (max-width: 699px) {
  .homepageevents__cta {
    padding-left: 17px;
    margin-top: 15px;
  }
}
.homepageevents__cta a {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  outline-offset: 2px;
}
@media screen and (min-width: 700px) {
  .homepageevents__cta a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .homepageevents__cta a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.homepageevents__cta a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.homepageevents__cta a:hover:after {
  height: 100%;
}
.homepageevents__cta a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}
.homepageevents__cta a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.homepageevents .eventcarousel {
  margin: 0 -10px;
}
@media screen and (min-width: 1025px) {
  .homepageevents .eventcarousel {
    margin: 0 -20px;
  }
}
.homepageevents .homepage-event-item {
  padding: 0 10px;
}
@media screen and (min-width: 1025px) {
  .homepageevents .homepage-event-item {
    padding: 0 20px;
  }
}
.homepageevents .slick-slide:focus {
  outline-offset: -2px !important;
}
.homepageevents .slick-arrow {
  position: absolute;
  top: 17%;
  left: -26px;
  font-size: 0;
  background: none;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-left.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .homepageevents .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.homepageevents .slick-arrow:hover {
  background: url(../assets/icons/arrow-left-black.svg) no-repeat center;
  background-size: cover;
}
.homepageevents .slick-arrow.slick-disabled {
  display: none !important;
}
@media screen and (min-width: 700px) {
  .homepageevents .slick-arrow {
    left: -31px;
  }
}
@media screen and (min-width: 1025px) {
  .homepageevents .slick-arrow {
    left: -23px;
  }
}
.homepageevents .slick-arrow.slick-next {
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-right.svg) no-repeat center;
  background-size: cover;
  left: inherit;
  right: -26px;
}
@media screen and (min-width: 700px) {
  .homepageevents .slick-arrow.slick-next {
    width: 32px;
    height: 32px;
  }
}
.homepageevents .slick-arrow.slick-next:hover {
  background: url(../assets/icons/arrow-right-black.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .homepageevents .slick-arrow.slick-next {
    right: -36px;
  }
}
@media screen and (min-width: 1025px) {
  .homepageevents .slick-arrow.slick-next {
    right: -20px;
  }
}
.homepageevents .homeevents__img img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (min-width: 1025px) {
  .homepageevents .homeevents__img img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 700px) {
  .homepageevents .homeevents__img img {
    border-radius: 25px;
  }
}
.homepageevents .homeevents h3 {
  position: relative;
  border-left: solid 2px #FFBC00;
  font-size: 1.125rem;
  margin-top: 10px;
  padding: 12px 0 0 14px;
  margin-bottom: 0px;
}
@media screen and (min-width: 700px) {
  .homepageevents .homeevents h3 {
    margin-top: 31px;
    padding: 14px 0 0 15px;
    line-height: 1.44;
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  .homepageevents .homeevents h3 {
    margin-top: 41px;
    padding: 14px 0 0 16px;
    font-size: 1.3125rem;
    line-height: 1.33;
  }
}
.homepageevents .homeevents h3 a {
  text-decoration: none;
  line-height: 1.33;
  display: block;
}
.homepageevents .homeevents__date_time {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 700px) {
  .homepageevents .homeevents__date_time {
    padding-left: 18px;
    margin-top: 0;
  }
}
.homepageevents .homeevents__date_time span {
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 10px;
}
@media screen and (min-width: 700px) {
  .homepageevents .homeevents__date_time span {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .homepageevents .homeevents__date_time span {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.homepageevents .homeevents__date_time span:first-child {
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  margin-right: 18px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 1025px) {
  .homepageevents .homeevents__date_time span:first-child {
    margin-right: 18px;
    font-size: 1.125rem;
    width: auto;
  }
}
.homepageevents .homeevents__date_time span:last-child {
  margin-right: 0;
}

.events3col {
  position: relative;
}
.events3col__header-wrapper {
  padding-bottom: 18px;
}
@media screen and (min-width: 700px) {
  .events3col__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .events3col__header-wrapper {
    padding-bottom: 23px;
  }
}
.events3col__intro {
  margin: 0;
  padding-bottom: 35px;
}
@media screen and (min-width: 700px) {
  .events3col__intro {
    padding-bottom: 43px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1025px) {
  .events3col__intro {
    padding-bottom: 41px;
    line-height: 1.38;
  }
}
.events3col__items .view-events {
  padding: 0;
}
@media screen and (max-width: 699px) {
  .events3col__items {
    padding-left: 17px;
    padding-right: 19px;
  }
}
.events3col__items .view-content,
.events3col__items .column3col {
  margin: 0 -10px;
}
@media screen and (min-width: 1025px) {
  .events3col__items .view-content,
  .events3col__items .column3col {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 700px) {
  .events3col__items .view-content .slick-track,
  .events3col__items .column3col .slick-track {
    margin-left: 0;
  }
}
.events3col__items .views-row {
  padding: 0 10px;
}
@media screen and (min-width: 1025px) {
  .events3col__items .views-row {
    padding: 0 20px;
  }
}
.events3col__border {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  height: 1px;
  background-color: #A1A1A1;
  display: block;
  margin-top: 0;
  top: 120px;
}
.events3col__header {
  margin: 0;
}
.events3col__more {
  flex-shrink: 0;
}
@media screen and (max-width: 699px) {
  .events3col__more {
    padding-left: 17px;
    padding-right: 0;
    margin-top: 25px;
  }
}
.events3col__more a {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  outline-offset: 2px;
}
@media screen and (min-width: 700px) {
  .events3col__more a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .events3col__more a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.events3col__more a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.events3col__more a:hover:after {
  height: 100%;
}
.events3col__more a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}
.events3col__more a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
.events3col .slick-slide:focus {
  outline-offset: -2px !important;
}
.events3col .slick-arrow {
  position: absolute;
  top: 28%;
  left: -26px;
  font-size: 0;
  background: none;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-left.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .events3col .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.events3col .slick-arrow:hover {
  background: url(../assets/icons/arrow-left-black.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .events3col .slick-arrow {
    left: -31px;
  }
}
@media screen and (min-width: 1025px) {
  .events3col .slick-arrow {
    left: -23px;
  }
}
.events3col .slick-arrow.slick-next {
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: all ease 0.3s;
  border: 0;
  background: url(../assets/icons/arrow-right.svg) no-repeat center;
  background-size: cover;
  left: inherit;
  right: -26px;
}
@media screen and (min-width: 700px) {
  .events3col .slick-arrow.slick-next {
    width: 32px;
    height: 32px;
  }
}
.events3col .slick-arrow.slick-next:hover {
  background: url(../assets/icons/arrow-right-black.svg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 700px) {
  .events3col .slick-arrow.slick-next {
    right: -36px;
  }
}
@media screen and (min-width: 1025px) {
  .events3col .slick-arrow.slick-next {
    right: -20px;
  }
}
.events3col .event-3col {
  border: 0;
}
.events3col .event-3col h3 {
  position: relative;
  border-left: solid 2px #FFBC00;
  font-size: 1.125rem;
  padding: 12px 0 0 14px;
  margin: 0px;
}
@media screen and (min-width: 700px) {
  .events3col .event-3col h3 {
    padding: 14px 0 0 15px;
    line-height: 1.44;
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 1025px) {
  .events3col .event-3col h3 {
    padding: 14px 0 0 16px;
    font-size: 1.3125rem;
    line-height: 1.33;
  }
}
.events3col .event-3col h3 a {
  text-decoration: none;
  line-height: 1.33;
  display: block;
}
.events3col .event-3col__date_time {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 700px) {
  .events3col .event-3col__date_time {
    padding-left: 18px;
    margin-top: 0;
  }
}
.events3col .event-3col__date_time span {
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 10px;
}
@media screen and (min-width: 700px) {
  .events3col .event-3col__date_time span {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .events3col .event-3col__date_time span {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.events3col .event-3col__date_time span:first-child {
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  margin-right: 18px;
  width: 100%;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .events3col .event-3col__date_time span:first-child {
    margin-right: 18px;
    font-size: 1.125rem;
    width: auto;
  }
}
.events3col .event-3col__date_time span:last-child {
  margin-right: 0;
}
.events3col .event-3col__date_time .event-3col_date .multi-day .js-month,
.events3col .event-3col__date_time .event-3col_date .same-day .js-month {
  margin-right: 5px;
}
.events3col .event-3col__date_time .event-3col_date .multi-day .js-year,
.events3col .event-3col__date_time .event-3col_date .same-day .js-year {
  display: none;
}
.events3col .event-3col__date_time .event-3col_date .multi-day .js-date,
.events3col .event-3col__date_time .event-3col_date .same-day .js-date {
  margin-right: 0;
}
.events3col .event-3col__date_time .event-3col_date .multi-day .end,
.events3col .event-3col__date_time .event-3col_date .multi-day .spacer {
  display: none;
}
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.instagram__header-wrapper {
  padding-bottom: 37px;
}
@media screen and (min-width: 700px) {
  .instagram__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__header-wrapper {
    padding-bottom: 39px;
  }
}
.instagram__header {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.33;
}
@media screen and (min-width: 700px) {
  .instagram__header {
    font-size: 3.125rem;
    line-height: 1.04;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__header {
    font-size: 4.25rem;
  }
}
.instagram__head {
  margin: 0;
}
.instagram__cta {
  flex-shrink: 0;
}
@media screen and (max-width: 699px) {
  .instagram__cta {
    padding-left: 3px;
    margin-top: 17px;
  }
}
.instagram__cta a {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  outline-offset: 2px;
}
@media screen and (min-width: 700px) {
  .instagram__cta a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__cta a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.instagram__cta a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.instagram__cta a:hover:after {
  height: 100%;
}
.instagram__cta a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}
.instagram__cta a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
@media screen and (min-width: 700px) {
  .instagram__post-wrapper {
    display: flex;
  }
}
.instagram__post {
  position: relative;
}
.instagram__post a {
  display: block;
}
.instagram__post a:hover, .instagram__post a:focus {
  outline: none !important;
}
.instagram__post a:hover .instagram__caption, .instagram__post a:focus .instagram__caption {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .instagram__post img {
    width: 334px;
    height: 334px;
    object-fit: cover;
  }
}
.instagram__caption {
  transition: all ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.51);
  color: #FFFFFF;
  padding: 30px;
  font-size: 0.875rem;
  line-height: 1.57;
  opacity: 0;
}
@media screen and (min-width: 700px) {
  .instagram__caption {
    padding: 16px 22px;
  }
}
@media screen and (min-width: 1025px) {
  .instagram__caption {
    padding: 40px 38px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
main .user-login-form,
main .webform-submission-form,
main .views-exposed-form,
main .view-filters {
  margin: 52px auto;
  max-width: 800px;
}
main .user-login-form input[type=text],
main .user-login-form input[type=password],
main .user-login-form input[type=email],
main .user-login-form input[type=date],
main .user-login-form input[type=time],
main .user-login-form input[type=url],
main .user-login-form input[type=tel],
main .webform-submission-form input[type=text],
main .webform-submission-form input[type=password],
main .webform-submission-form input[type=email],
main .webform-submission-form input[type=date],
main .webform-submission-form input[type=time],
main .webform-submission-form input[type=url],
main .webform-submission-form input[type=tel],
main .views-exposed-form input[type=text],
main .views-exposed-form input[type=password],
main .views-exposed-form input[type=email],
main .views-exposed-form input[type=date],
main .views-exposed-form input[type=time],
main .views-exposed-form input[type=url],
main .views-exposed-form input[type=tel],
main .view-filters input[type=text],
main .view-filters input[type=password],
main .view-filters input[type=email],
main .view-filters input[type=date],
main .view-filters input[type=time],
main .view-filters input[type=url],
main .view-filters input[type=tel] {
  display: block;
  width: 100%;
  padding: 13px 15px;
  font-weight: 400;
  border: 1px solid #A1A1A1;
}
@media screen and (min-width: 700px) {
  main .user-login-form input[type=text],
  main .user-login-form input[type=password],
  main .user-login-form input[type=email],
  main .user-login-form input[type=date],
  main .user-login-form input[type=time],
  main .user-login-form input[type=url],
  main .user-login-form input[type=tel],
  main .webform-submission-form input[type=text],
  main .webform-submission-form input[type=password],
  main .webform-submission-form input[type=email],
  main .webform-submission-form input[type=date],
  main .webform-submission-form input[type=time],
  main .webform-submission-form input[type=url],
  main .webform-submission-form input[type=tel],
  main .views-exposed-form input[type=text],
  main .views-exposed-form input[type=password],
  main .views-exposed-form input[type=email],
  main .views-exposed-form input[type=date],
  main .views-exposed-form input[type=time],
  main .views-exposed-form input[type=url],
  main .views-exposed-form input[type=tel],
  main .view-filters input[type=text],
  main .view-filters input[type=password],
  main .view-filters input[type=email],
  main .view-filters input[type=date],
  main .view-filters input[type=time],
  main .view-filters input[type=url],
  main .view-filters input[type=tel] {
    max-width: 280px;
  }
}
@media screen and (min-width: 1025px) {
  main .user-login-form input[type=text],
  main .user-login-form input[type=password],
  main .user-login-form input[type=email],
  main .user-login-form input[type=date],
  main .user-login-form input[type=time],
  main .user-login-form input[type=url],
  main .user-login-form input[type=tel],
  main .webform-submission-form input[type=text],
  main .webform-submission-form input[type=password],
  main .webform-submission-form input[type=email],
  main .webform-submission-form input[type=date],
  main .webform-submission-form input[type=time],
  main .webform-submission-form input[type=url],
  main .webform-submission-form input[type=tel],
  main .views-exposed-form input[type=text],
  main .views-exposed-form input[type=password],
  main .views-exposed-form input[type=email],
  main .views-exposed-form input[type=date],
  main .views-exposed-form input[type=time],
  main .views-exposed-form input[type=url],
  main .views-exposed-form input[type=tel],
  main .view-filters input[type=text],
  main .view-filters input[type=password],
  main .view-filters input[type=email],
  main .view-filters input[type=date],
  main .view-filters input[type=time],
  main .view-filters input[type=url],
  main .view-filters input[type=tel] {
    padding: 11px 15px;
  }
}
main .user-login-form input[type=date],
main .webform-submission-form input[type=date],
main .views-exposed-form input[type=date],
main .view-filters input[type=date] {
  padding: 10px 15px;
}
main .user-login-form textarea,
main .webform-submission-form textarea,
main .views-exposed-form textarea,
main .view-filters textarea {
  display: block;
  width: 100%;
  max-width: 800px;
  padding: 14px 15px;
  font-weight: 400;
  border: 1px solid #A1A1A1;
  min-height: 122px;
}
@media screen and (min-width: 700px) {
  main .user-login-form textarea,
  main .webform-submission-form textarea,
  main .views-exposed-form textarea,
  main .view-filters textarea {
    max-width: 600px;
  }
}
@media screen and (min-width: 1025px) {
  main .user-login-form textarea,
  main .webform-submission-form textarea,
  main .views-exposed-form textarea,
  main .view-filters textarea {
    max-width: 800px;
  }
}
main .user-login-form legend,
main .webform-submission-form legend,
main .views-exposed-form legend,
main .view-filters legend {
  margin: 0 0 10px;
  line-height: 1.56;
  font-weight: 700;
}
main .user-login-form select,
main .webform-submission-form select,
main .views-exposed-form select,
main .view-filters select {
  width: 100%;
  max-width: 279px;
  padding: 11px;
  border: 1px solid #A1A1A1;
  background: transparent url("../assets/icons/arrow-down-black.svg") no-repeat 95.4% 50%;
}
main .js-form-item {
  margin: 0 0 28px;
}
main .js-form-item:not(.form--fieldset) label {
  display: block;
  margin: 0 0 6px;
  line-height: 1.56;
  font-weight: 700;
}
@media screen and (min-width: 700px) {
  main .js-form-item:not(.form--fieldset) label {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 1025px) {
  main .js-form-item:not(.form--fieldset) label {
    margin: 0 0 7px;
  }
}
main .js-form-item:not(.form--fieldset) label.form-required:after {
  content: "*";
  margin-left: 2px;
}
main .js-form-type-webform-markup {
  margin: 0 0 23px;
}
@media screen and (min-width: 700px) {
  main .js-form-type-webform-markup {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  main .js-form-type-webform-markup {
    margin: 0 0 14px;
    font-size: 1.125rem;
  }
}
main .form-actions {
  margin: 32px 0;
}
main .form-type-checkbox {
  position: relative;
  margin: 0 0 6px;
}
main .form-type-checkbox input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
main .form-type-checkbox input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 27px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
}
@media screen and (min-width: 1025px) {
  main .form-type-checkbox input[type=checkbox] + label {
    font-size: 1.125rem;
  }
}
main .form-type-checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 14px;
  width: 14px;
  border: 1px solid #A1A1A1;
  border-radius: 3px;
}
main .form-type-checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  left: -3px;
  top: 3px;
  height: 20px;
  width: 20px;
  border: 2px solid #7D7D7D;
  opacity: 0;
}
main .form-type-checkbox input[type=checkbox]:disabled + label {
  pointer-events: none;
  opacity: 0.3;
}
main .form-type-checkbox input[type=checkbox]:checked + label:before {
  border: 2px solid #B30838;
  background: #B30838 url("../assets/icons/checkmark.svg") no-repeat center;
}
main .form-type-checkbox input[type=checkbox]:focus + label:after {
  opacity: 1;
}
main .form-type-radio {
  position: relative;
  margin: 0 0 6px;
}
main .form-type-radio input[type=radio] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
main .form-type-radio input[type=radio] + label {
  cursor: pointer;
  padding-left: 24px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 3px;
}
@media screen and (min-width: 1025px) {
  main .form-type-radio input[type=radio] + label {
    font-size: 1.125rem;
  }
}
main .form-type-radio input[type=radio] + label:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #A1A1A1;
  border-radius: 2px;
  left: 0;
  top: 7px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #FFFFFF;
}
main .form-type-radio input[type=radio] + label:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  left: -3px;
  border: 2px solid #7D7D7D;
  opacity: 0;
  top: 4px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
main .form-type-radio input[type=radio]:disabled + label {
  pointer-events: none;
  opacity: 0.3;
}
main .form-type-radio input[type=radio]:checked + label:before {
  border: 2px solid #B30838;
  background: #B30838 url("../assets/icons/checkmark.svg") no-repeat center;
  border: 4px solid #B30838;
  background: #FFFFFF;
}
main .form-type-radio input[type=radio]:focus + label:after {
  opacity: 1;
}
main .form--fieldset {
  margin: 26px 0;
  padding: 0;
  border: none;
}
main .form-required:after {
  content: "*";
  margin-left: 2px;
  background-image: none;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.twitter__inner {
  padding-bottom: 37px;
}
@media screen and (min-width: 700px) {
  .twitter__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .twitter__inner {
    padding-bottom: 41px;
  }
}
.twitter__header {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.33;
}
@media screen and (min-width: 700px) {
  .twitter__header {
    font-size: 3.125rem;
    line-height: 1.04;
  }
}
@media screen and (min-width: 1025px) {
  .twitter__header {
    font-size: 4.25rem;
  }
}
.twitter__head {
  margin: 0;
}
.twitter__cta {
  flex-shrink: 0;
}
@media screen and (max-width: 699px) {
  .twitter__cta {
    padding-left: 3px;
    margin-top: 17px;
  }
}
.twitter__cta a {
  color: #B30838;
  font-size: 1.125rem;
  padding: 0.9rem 2rem 0.8rem;
  display: inline-block;
  border: 1px solid #000000;
  position: relative;
  border-bottom: 2px solid #B30838;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0;
  outline-offset: 2px;
}
@media screen and (min-width: 700px) {
  .twitter__cta a {
    font-size: 1.375rem;
    padding: 1rem 2.35rem 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .twitter__cta a {
    font-size: 1.5rem;
    padding: 1.3rem 2.5rem 1.2rem;
  }
}
.twitter__cta a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
.twitter__cta a:hover:after {
  height: 100%;
}
.twitter__cta a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.7;
  height: 0;
  z-index: -2;
  background: #B30838;
  transition: all 300ms;
}
.twitter__cta a:focus {
  outline: 2px solid #7D7D7D;
  transform: scale(1);
  outline-offset: 2px !important;
}
@media screen and (min-width: 700px) {
  .twitter__tweet-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.twitter__tweet-wrapper.in-view .twitter__tweet {
  opacity: 1;
  transform: translateY(0);
}
.twitter__tweet {
  border: solid 2px #90BFD8;
  border-radius: 10px;
  width: 100%;
  padding: 22px;
  margin-bottom: 18px;
  display: flex;
  flex-flow: column;
  word-break: break-all;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 700px) {
  .twitter__tweet {
    border-radius: 25px;
  }
}
.twitter__tweet:before {
  content: "";
  transition: all ease 0.3s;
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background: rgba(201, 236, 255, 0.4);
}
.twitter__tweet:hover:before {
  opacity: 1;
}
@media screen and (min-width: 700px) {
  .twitter__tweet.aos-animate:nth-child(2) {
    transition-delay: 300ms;
  }
}
@media screen and (min-width: 700px) {
  .twitter__tweet.aos-animate:last-child {
    transition-delay: 600ms;
  }
}
@media screen and (min-width: 700px) {
  .twitter__tweet {
    width: calc(33.33% - 10px);
    padding: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .twitter__tweet {
    width: calc(33.33% - 17px);
    padding: 22px 32px 35px;
    margin-bottom: 26px;
  }
}
.twitter__tweet a {
  display: block;
  word-break: break-word;
}
.twitter__tweet:nth-child(4), .twitter__tweet:nth-child(5) {
  display: none;
}
.twitter__text {
  line-height: 1.56;
  margin-bottom: 36px;
}
@media screen and (min-width: 700px) {
  .twitter__text {
    margin-bottom: 10px;
  }
}
.twitter__date {
  margin-top: auto;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.notice {
  border-radius: 25px;
  padding: 1.25rem 1.75rem;
}
.notice > h2:first-child {
  margin-top: 0;
}
.notice_gold {
  background-color: #FFDD7E;
}
.notice_gold .wysiwyg__body ul > li:before {
  border: 2px solid #B30838 !important;
}
.notice_cardinal {
  background-color: #B30838;
  color: #FFFFFF;
}
.notice_cardinal h2 {
  color: #FFFFFF;
}
.notice_lightblue {
  background-color: #C9ECFF;
}
.notice_grannysmith {
  background-color: rgb(215.9928571429, 239.125, 207.375);
}
.notice_grannysmith .wysiwyg__body ul > li:before {
  border: 2px solid #000000 !important;
}
.notice_grey {
  background-color: rgb(247.4, 247.4, 247.4);
}
.notice_grey .wysiwyg__body ul > li:before {
  border: 2px solid #000000 !important;
}
.notice_black {
  background-color: #000000;
  color: #FFFFFF;
}
.notice_black h2 {
  color: #FFFFFF;
}
.notice_white {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #90BFD8;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.logos-paragraph {
  border: 2px solid #90BFD8;
  margin-bottom: 67px;
  border-left: none;
  border-right: none;
}
.logos-paragraph__title + .logos-paragraph__body {
  margin-top: 0;
}
.logos-paragraph__body {
  margin-top: 25px;
}
.logos-paragraph__images .field__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px 0;
}
@media screen and (min-width: 535px) {
  .logos-paragraph__images .field__items {
    padding: 25px;
  }
}
.logos-paragraph__images .field__item {
  flex-direction: row;
  max-width: 155px;
  text-align: center;
}
@media screen and (min-width: 535px) {
  .logos-paragraph__images .field__item {
    min-width: 210px;
  }
}
.logos-paragraph__images .field__item img {
  margin: 0 auto;
}

.field--name-field-body-paras > .field__item:first-child .logos-paragraph {
  border-top: none;
}
.field--name-field-body-paras > .field__item:last-child .logos-paragraph {
  border-bottom: none;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.announcement.paragraph {
  /*background-color: magenta;*/
}
.announcement.paragraph.narrow {
  max-width: 800px;
  margin: 2rem auto 2rem;
}
@media screen and (min-width: 700px) {
  .announcement.paragraph.narrow {
    margin-bottom: 6rem;
  }
}
.announcement.paragraph.bottom .announce__container {
  display: flex;
  flex-direction: column-reverse;
}
.announcement.paragraph.bottom .announce__title {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .announcement.paragraph.left .announce__container {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 700px) {
  .announcement.paragraph.right .announce__container {
    display: flex;
    flex-direction: row-reverse;
  }
}
.announcement.paragraph.left h2, .announcement.paragraph.right h2 {
  font-size: 1.825em;
}
@media screen and (min-width: 700px) {
  .announcement.paragraph.left .announce__img, .announcement.paragraph.right .announce__img {
    width: 50%;
  }
  .announcement.paragraph.left .announce__content, .announcement.paragraph.right .announce__content {
    width: 50%;
  }
}
.announcement.paragraph img {
  width: 100%;
  border-radius: 25px;
}
.announcement.paragraph .announce__container {
  gap: 50px;
}
.announcement.paragraph .announce__title {
  margin: 0.5em 0 0.3em;
}
.announcement.paragraph .announce__subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 700px) {
  .announcement.paragraph .announce__subtitle {
    font-size: 1.125rem;
    margin: 0;
  }
}
.announcement.paragraph .announce__text {
  overflow: hidden;
}
.announcement.paragraph .announce__body {
  margin-top: 0.5em;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .announcement.paragraph .announce__body {
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 1025px) {
  .announcement.paragraph .announce__body {
    margin-top: 0.3em;
  }
}
.announcement.paragraph .announce__url {
  margin-top: 15px;
}

/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
.fss.paragraph form {
  margin: 0 !important;
}
.fss.paragraph.narrow {
  max-width: 800px;
  margin: 2rem auto 2rem;
}
@media screen and (min-width: 700px) {
  .fss.paragraph.narrow {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 700px) {
  .fss.paragraph.left .fss__container {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 700px) {
  .fss.paragraph.right .fss__container {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 700px) {
  .fss.paragraph.left .fss__container_form, .fss.paragraph.right .fss__container_form {
    width: 50%;
  }
  .fss.paragraph.left .fss__container_content, .fss.paragraph.right .fss__container_content {
    width: 50%;
    margin-bottom: 0;
  }
}
.fss.paragraph .fss__container {
  column-gap: 25px;
}
.fss.paragraph .fss__container h2 {
  font-size: 1.825em;
  margin: 0 0 0.3em;
}
.fss.paragraph .fss__container_content {
  margin-bottom: 25px;
}
.fss.paragraph .fss__component_settings {
  border-radius: 0 !important;
}
.fss.paragraph .fss__component_settings, .fss.paragraph .fss__content_settings, .fss.paragraph .fss__form_settings {
  border-radius: 15px;
  padding: 15px;
}
@media screen and (min-width: 700px) {
  .fss.paragraph .fss__component_settings, .fss.paragraph .fss__content_settings, .fss.paragraph .fss__form_settings {
    border-radius: 25px;
    padding: 25px;
  }
}
.fss.paragraph .fss__component_color_gold, .fss.paragraph .fss__content_color_gold, .fss.paragraph .fss__form_color_gold {
  background-color: #FFDD7E;
  color: #000000;
}
.fss.paragraph .fss__component_color_gold h2, .fss.paragraph .fss__content_color_gold h2, .fss.paragraph .fss__form_color_gold h2 {
  color: #000000;
}
.fss.paragraph .fss__component_color_gold .wysiwyg__body ul > li:before, .fss.paragraph .fss__content_color_gold .wysiwyg__body ul > li:before, .fss.paragraph .fss__form_color_gold .wysiwyg__body ul > li:before {
  border: 2px solid #B30838 !important;
}
.fss.paragraph .fss__component_color_cardinal, .fss.paragraph .fss__content_color_cardinal, .fss.paragraph .fss__form_color_cardinal {
  background-color: #B30838;
  color: #FFFFFF;
}
.fss.paragraph .fss__component_color_cardinal h2, .fss.paragraph .fss__content_color_cardinal h2, .fss.paragraph .fss__form_color_cardinal h2 {
  color: #FFFFFF;
}
.fss.paragraph .fss__component_color_cardinal .cta--link, .fss.paragraph .fss__content_color_cardinal .cta--link, .fss.paragraph .fss__form_color_cardinal .cta--link {
  color: #FFFFFF;
}
.fss.paragraph .fss__component_color_lightblue, .fss.paragraph .fss__content_color_lightblue, .fss.paragraph .fss__form_color_lightblue {
  background-color: #C9ECFF;
  color: #000000;
}
.fss.paragraph .fss__component_color_lightblue h2, .fss.paragraph .fss__content_color_lightblue h2, .fss.paragraph .fss__form_color_lightblue h2 {
  color: #000000;
}
.fss.paragraph .fss__component_color_grannysmith, .fss.paragraph .fss__content_color_grannysmith, .fss.paragraph .fss__form_color_grannysmith {
  background-color: rgb(215.9928571429, 239.125, 207.375);
}
.fss.paragraph .fss__component_color_grannysmith h2, .fss.paragraph .fss__content_color_grannysmith h2, .fss.paragraph .fss__form_color_grannysmith h2 {
  color: #000000;
}
.fss.paragraph .fss__component_color_grannysmith .wysiwyg__body ul > li:before, .fss.paragraph .fss__content_color_grannysmith .wysiwyg__body ul > li:before, .fss.paragraph .fss__form_color_grannysmith .wysiwyg__body ul > li:before {
  border: 2px solid #000000 !important;
  color: #000000;
}
.fss.paragraph .fss__component_color_grey, .fss.paragraph .fss__content_color_grey, .fss.paragraph .fss__form_color_grey {
  background-color: rgb(201.5, 201.5, 201.5);
  color: #000000;
}
.fss.paragraph .fss__component_color_grey h2, .fss.paragraph .fss__content_color_grey h2, .fss.paragraph .fss__form_color_grey h2 {
  color: #000000;
}
.fss.paragraph .fss__component_color_grey .wysiwyg__body ul > li:before, .fss.paragraph .fss__content_color_grey .wysiwyg__body ul > li:before, .fss.paragraph .fss__form_color_grey .wysiwyg__body ul > li:before {
  border: 2px solid #000000 !important;
}
.fss.paragraph .fss__component_color_black, .fss.paragraph .fss__content_color_black, .fss.paragraph .fss__form_color_black {
  background-color: #000000;
  color: #FFFFFF;
}
.fss.paragraph .fss__component_color_black h2, .fss.paragraph .fss__content_color_black h2, .fss.paragraph .fss__form_color_black h2 {
  color: #FFFFFF;
}
.fss.paragraph .fss__component_color_black .cta--link, .fss.paragraph .fss__content_color_black .cta--link, .fss.paragraph .fss__form_color_black .cta--link {
  color: #FFFFFF;
}
.fss.paragraph .fss__component_color_white, .fss.paragraph .fss__content_color_white, .fss.paragraph .fss__form_color_white {
  background-color: #FFFFFF;
  color: #000000;
}
.fss.paragraph .fss__component_color_white h2, .fss.paragraph .fss__content_color_white h2, .fss.paragraph .fss__form_color_white h2 {
  color: #000000;
}
.fss.paragraph .fss__subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 700px) {
  .fss.paragraph .fss__subtitle {
    font-size: 1.125rem;
    margin: 0;
  }
}
.fss.paragraph .fss__text {
  overflow: hidden;
}
.fss.paragraph .fss__body {
  margin-top: 0.5em;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .fss.paragraph .fss__body {
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 1025px) {
  .fss.paragraph .fss__body {
    margin-top: 0.3em;
  }
}
.fss.paragraph .fss__url {
  margin-top: 15px;
}

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