/* Minification failed. Returning unminified contents.
(13289,27): run-time error CSS1030: Expected identifier, found '.'
(13289,36): run-time error CSS1031: Expected selector, found ')'
(13289,36): run-time error CSS1025: Expected comma or open brace, found ')'
(20897,26): run-time error CSS1039: Token not allowed after unary operator: '-BG---Med'
 */
@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/*! jQuery UI - v1.12.1 - 2017-05-29
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=smoothness&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fcefa1&bgImgOpacityHighlight=55&bgTextureHighlight=glass&bgColorHighlight=fbf9ee&iconColorActive=454545&fcActive=212121&borderColorActive=aaaaaa&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=454545&fcHover=212121&borderColorHover=999999&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=dadada&iconColorDefault=888888&fcDefault=555555&borderColorDefault=d3d3d3&bgImgOpacityDefault=75&bgTextureDefault=glass&bgColorDefault=e6e6e6&iconColorContent=222222&fcContent=222222&borderColorContent=aaaaaa&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=222222&fcHeader=222222&borderColorHeader=aaaaaa&bgImgOpacityHeader=75&bgTextureHeader=highlight_soft&bgColorHeader=cccccc&cornerRadius=4px&fsDefault=1.1em&fwDefault=normal&ffDefault=Verdana%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  font-size: 0.00625rem;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url(/Static/dist/css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(/Static/dist/css/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP/yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/Static/dist/img/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/Static/dist/img/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url(/Static/dist/img/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/Static/dist/img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/Static/dist/img/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/Static/dist/img/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/Static/dist/img/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/Static/dist/img/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/Static/dist/img/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/Static/dist/img/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/Static/dist/img/jquery-ui/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/Static/dist/img/jquery-ui/ui-icons_cd0a0a_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/Static/dist/img/jquery-ui/ui-icons_888888_256x240.png);
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: -8px -8px 8px #aaaaaa;
}

/*!
* FullCalendar v3.4.0 Stylesheet
* Docs & License: https://fullcalendar.io/
* (c) 2017 Adam Shaw
*/
.fc {
  direction: ltr;
  text-align: left;
}

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

.ui-widget .fc-disabled-day {
  /* themed */
  background-image: none;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
  the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  line-height: 0.5rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item:hover td {
  background-color: #f5f5f5;
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/* Prevent AngularJS flicker */
.ng-hide {
  display: none;
}

/* Fix for Windows 8/IE viewport issue
******************************************************/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Over-writing browser styles
******************************************************/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  /* mobile devices has not fixed menu
      therefore we do not need scroll padding */
}
@media (max-width: 1023px) {
  html {
    scroll-padding-top: 0;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  visibility: hidden;
  max-width: 100%;
  height: auto;
}

img[src] {
  visibility: visible;
}

textarea {
  resize: vertical;
}

iframe {
  max-width: 100%;
}

.ta-iframe iframe {
  width: 100%;
  height: 1000;
}

input[type=text]::-ms-clear {
  width: 0;
  height: 0;
}

/* Text Styles
******************************************************/
body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  background: #fff;
  color: #2d2d2d;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0062a1;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #0072bc;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "din-2014", sans-serif;
  line-height: 1.2;
  font-variant-ligatures: none;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

h1 {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 499px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h2 {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
}

h3 {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}
body[data-brand=DIST] h3 {
  color: #245f9b;
}
body[data-brand=NLC] h3 {
  color: #568118;
}
body[data-brand=NVC] h3 {
  color: #713e94;
}
body[data-brand=SPC] h3 {
  color: #2c4aa0;
}
body[data-brand=PAC] h3 {
  color: #4c806d;
}
body[data-brand=SAC] h3 {
  color: #c9362f;
}

h4 {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

body[data-brand=DIST] h5 {
  color: #1e4f81;
}
body[data-brand=NLC] h5 {
  color: #416f06;
}
body[data-brand=NVC] h5 {
  color: #60357e;
}
body[data-brand=SPC] h5 {
  color: #182878;
}
body[data-brand=PAC] h5 {
  color: #01766e;
}
body[data-brand=SAC] h5 {
  color: #9a1519;
}

h6 {
  color: #2d2d2d;
}

.largeText {
  padding: 20px 0 15px;
  font-size: 80px;
  font-size: 5rem;
  font-family: "din-2014", sans-serif;
  line-height: 1.1;
  font-weight: 700;
  color: #2d2d2d;
}

hr {
  display: block;
  border: 0;
  border-top: 1px solid #fff;
  margin: 5px 0 20px;
  padding: 0;
}

.isHidden {
  display: none !important;
}

/* Styles for screen readers
******************************************************/
.Hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media print {
  * {
    color: #000 !important;
  }
}
/* jquery-ui over-write */
.ui-widget {
  font-size: 1em;
}

@media screen and (max-width: 499px) {
  .CustomModal {
    width: 100%;
    padding: 50px 15px;
  }
}
.CustomModal[data-state=off] {
  visibility: hidden;
  opacity: 0;
}

/* TODO: Temporary school switcher; remove for production */
@media screen and (min-width: 1024px) {
  .switchSchool {
    position: fixed;
    z-index: 10000;
    width: 125px;
    top: 10px;
    left: calc(50% - 62px);
  }
}
.clear:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body[data-brand=DIST] .hide-DIST {
  display: none !important;
}
body[data-brand=DIST] .hide-ACD {
  display: none !important;
}

body[data-brand=NLC] .hide-NLC {
  display: none !important;
}

body[data-brand=NVC] .hide-NVC {
  display: none !important;
}

body[data-brand=SPC] .hide-SPC {
  display: none !important;
}

body[data-brand=PAC] .hide-PAC {
  display: none !important;
}

body[data-brand=SAC] .hide-SAC {
  display: none !important;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 24% 76%;
      grid-template-columns: 24% 76%;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-template-areas: "DZ_1 DZ_1" "Breadcrumbs Breadcrumbs" "Sidebar TwoColWrapper" "DZ_4 DZ_4";
}
@media screen and (max-width: 1232px) {
  .grid-container {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  .grid-container {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .grid-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template-areas: "DZ_1" "Sidebar" "Breadcrumbs" "TwoColWrapper" "DZ_4";
  }
  .grid-container .breadcrumbs-container, .grid-container .TwoColWrapper, .grid-container .DZ_4 {
    padding: 0 18px;
  }
}
.grid-container .DZ_1 {
  grid-area: DZ_1;
}
.grid-container .DZ_4 {
  grid-area: DZ_4;
}
.grid-container .Sidebar {
  grid-area: Sidebar;
}
.grid-container .Sidebar .Sidebar-dropzone {
  display: block;
}
.grid-container .breadcrumbs-container {
  grid-area: Breadcrumbs;
}
.grid-container .TwoColWrapper {
  grid-area: TwoColWrapper;
}
@media screen and (min-width: 1024px) {
  .grid-container {
    max-width: 1208px;
    margin: 0 auto;
  }
}
.grid-container.noSidebar {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-template-areas: "DZ_1" "Breadcrumbs" "TwoColWrapper" "DZ_4";
}
.grid-container.noSidebar .Sidebar, .grid-container.noSidebar .Sidebar-dropzone {
  display: none;
}
.grid-container.noSidebar .rightCol {
  padding: 0;
}
.grid-container .sidebar-dropzone-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .grid-container .WidgetRotatingBanner {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .grid-container .WidgetAccordion {
    margin-bottom: 0;
  }
  .grid-container .sidebar-dropzone-mobile {
    display: block;
  }
  .grid-container .Sidebar .Sidebar-dropzone {
    display: none;
  }
}

.header-d {
  font-family: "din-2014", sans-serif;
}
.header-d__college-menu {
  background: #f9f9f9;
}
.header-d__college-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  margin: 0 -12px;
  list-style-type: none;
}
.header-d__college-link {
  color: #2d2d2d;
  padding: 4px 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  border-radius: 99px;
  transition: 0.3s ease-in all;
}
.header-d__college-link:hover {
  color: #fff;
  text-decoration: none;
}
.header-d__college-link.district:hover {
  background: #1e4f81;
}
.header-d__college-link.nlc:hover {
  background: #416f06;
}
.header-d__college-link.nvc:hover {
  background: #60357e;
}
.header-d__college-link.pac:hover {
  background: #01766e;
}
.header-d__college-link.spc:hover {
  background: #182878;
}
.header-d__college-link.sac:hover {
  background: #9a1519;
}
body[data-brand=DIST] .header-d .header-d__logo-img {
  height: 60px;
}
body[data-brand=DIST] .header-d .header-d__quick-item:hover {
  color: #2b71b8;
}
body[data-brand=DIST] .header-d .header-d__quick-item:hover svg path {
  stroke: #2b71b8;
}
body[data-brand=DIST] .header-d .header-d__lower-menu__wrapper {
  border-image-source: linear-gradient(270deg, rgba(43, 113, 184, 0) 0%, rgba(43, 113, 184, 0.4) 48%, rgba(43, 113, 184, 0) 100%);
  background-image: radial-gradient(100% 100% at 50% 100%, rgba(43, 113, 184, 0.2) 0%, rgba(26, 118, 209, 0) 100%, rgba(43, 113, 184, 0) 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
body[data-brand=NLC] .header-d .header-d__quick-item:hover {
  color: #789f3e;
}
body[data-brand=NLC] .header-d .header-d__quick-item:hover svg path {
  stroke: #789f3e;
}
body[data-brand=NLC] .header-d .header-d__lower-menu__wrapper {
  border-image-source: linear-gradient(270deg, rgba(100, 178, 70, 0) 0%, rgba(100, 178, 70, 0.4) 48%, rgba(100, 178, 70, 0) 100%);
  background-image: radial-gradient(100% 100% at 50% 100%, rgba(100, 178, 70, 0.2) 0%, rgba(100, 178, 70, 0) 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
body[data-brand=NVC] .header-d .header-d__quick-item:hover {
  color: #90499c;
}
body[data-brand=NVC] .header-d .header-d__quick-item:hover svg path {
  stroke: #90499c;
}
body[data-brand=NVC] .header-d .header-d__lower-menu__wrapper {
  border-image-source: linear-gradient(270deg, rgba(93, 44, 133, 0) 0%, rgba(93, 44, 133, 0.4) 48%, rgba(93, 44, 133, 0) 100%);
  background-image: radial-gradient(100% 100% at 50% 100%, rgba(93, 44, 133, 0.2) 0%, rgba(93, 44, 133, 0) 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
body[data-brand=PAC] .header-d .header-d__quick-item:hover {
  color: #5b9982;
}
body[data-brand=PAC] .header-d .header-d__quick-item:hover svg path {
  stroke: #5b9982;
}
body[data-brand=PAC] .header-d .header-d__lower-menu__wrapper {
  border-image-source: linear-gradient(270deg, rgba(0, 149, 131, 0) 0%, rgba(0, 149, 131, 0.4) 48%, rgba(0, 149, 131, 0) 100%);
  background-image: radial-gradient(100% 100% at 50% 100%, rgba(0, 149, 131, 0.2) 0%, rgba(0, 149, 131, 0) 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
body[data-brand=SPC] .header-d .header-d__quick-item:hover {
  color: #3a62d3;
}
body[data-brand=SPC] .header-d .header-d__quick-item:hover svg path {
  stroke: #3a62d3;
}
body[data-brand=SPC] .header-d .header-d__lower-menu__wrapper {
  border-image-source: linear-gradient(270deg, rgba(38, 51, 123, 0) 0%, rgba(38, 51, 123, 0.4) 48%, rgba(38, 51, 123, 0) 100%);
  background-image: radial-gradient(100% 100% at 50% 100%, rgba(38, 51, 123, 0.2) 0%, rgba(38, 51, 123, 0) 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
body[data-brand=SAC] .header-d .header-d__quick-item:hover {
  color: #ed1d24;
}
body[data-brand=SAC] .header-d .header-d__quick-item:hover svg path {
  stroke: #ed1d24;
}
body[data-brand=SAC] .header-d .header-d__lower-menu__wrapper {
  border-image-source: linear-gradient(270deg, rgba(209, 50, 56, 0) 0%, rgba(209, 50, 56, 0.4) 48%, rgba(209, 50, 56, 0) 100%);
  background-image: radial-gradient(100% 100% at 50% 100%, rgba(209, 50, 56, 0.2) 0%, rgba(209, 50, 56, 0) 100%), linear-gradient(0deg, #ffffff, #ffffff);
}
.header-d__container {
  max-width: 1208px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .header-d__container {
    padding: 0 18px;
  }
}
.header-d__main-menu {
  background: #fff;
  border-bottom: 1px solid #ededed;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 100;
  width: 100%;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header-d__main-menu_sticky {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-d__main-menu_hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header-d__menu-items {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  width: 100%;
}
.header-d__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  grid-column: 1/2;
  grid-row: 1/3;
}
.header-d__logo-img {
  height: 40px;
}
.header-d__quick-links {
  grid-column: 2/3;
  grid-row: 1/2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 0;
  gap: 2px;
}
.header-d__utility-links {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-right: 1px solid #ededed;
}
.header-d__utility-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border: none;
  background: none;
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 4px 12px;
  transition: color ease 0.3s;
}
body[data-brand=DIST] .header-d__utility-btn:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .header-d__utility-btn:hover {
  color: #789f3e;
}
body[data-brand=NVC] .header-d__utility-btn:hover {
  color: #90499c;
}
body[data-brand=SPC] .header-d__utility-btn:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .header-d__utility-btn:hover {
  color: #5b9982;
}
body[data-brand=SAC] .header-d__utility-btn:hover {
  color: #ed1d24;
}
.header-d__utility-btn:hover svg path {
  transition: all ease 0.3s;
}
body[data-brand=DIST] .header-d__utility-btn:hover svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .header-d__utility-btn:hover svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .header-d__utility-btn:hover svg path {
  fill: #90499c;
}
body[data-brand=SPC] .header-d__utility-btn:hover svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .header-d__utility-btn:hover svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .header-d__utility-btn:hover svg path {
  fill: #ed1d24;
}
.header-d__utility-links svg {
  transition: all 0.3s ease;
}
.header-d__utility-links_open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
body[data-brand=DIST] .header-d__utility-links_open .header-d__utility-btn {
  color: #2b71b8;
}
body[data-brand=NLC] .header-d__utility-links_open .header-d__utility-btn {
  color: #789f3e;
}
body[data-brand=NVC] .header-d__utility-links_open .header-d__utility-btn {
  color: #90499c;
}
body[data-brand=SPC] .header-d__utility-links_open .header-d__utility-btn {
  color: #3a62d3;
}
body[data-brand=PAC] .header-d__utility-links_open .header-d__utility-btn {
  color: #5b9982;
}
body[data-brand=SAC] .header-d__utility-links_open .header-d__utility-btn {
  color: #ed1d24;
}
body[data-brand=DIST] .header-d__utility-links_open .header-d__utility-btn svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .header-d__utility-links_open .header-d__utility-btn svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .header-d__utility-links_open .header-d__utility-btn svg path {
  fill: #90499c;
}
body[data-brand=SPC] .header-d__utility-links_open .header-d__utility-btn svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .header-d__utility-links_open .header-d__utility-btn svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .header-d__utility-links_open .header-d__utility-btn svg path {
  fill: #ed1d24;
}
.header-d__utility-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: -webkit-max-content;
  width: max-content;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  list-style-type: none;
  margin: 4px 0 0;
  padding: 8px 0;
  z-index: 50;
}
.header-d__utility-links_open .header-d__utility-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-d__utility-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-d__utility-link {
  color: #2d2d2d;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  line-height: 0.875rem;
  padding: 8px 12px;
  transition: color ease 0.3s;
}
.header-d__utility-link:hover {
  text-decoration: none;
}
body[data-brand=DIST] .header-d__utility-link:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .header-d__utility-link:hover {
  color: #789f3e;
}
body[data-brand=NVC] .header-d__utility-link:hover {
  color: #90499c;
}
body[data-brand=SPC] .header-d__utility-link:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .header-d__utility-link:hover {
  color: #5b9982;
}
body[data-brand=SAC] .header-d__utility-link:hover {
  color: #ed1d24;
}
.header-d__quick-links-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-d__primary-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  grid-column: 2/3;
  grid-row: 2/3;
}
body[data-brand=DIST] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link {
  color: #2b71b8;
}
body[data-brand=NLC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link {
  color: #789f3e;
}
body[data-brand=NVC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link {
  color: #90499c;
}
body[data-brand=SPC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link {
  color: #3a62d3;
}
body[data-brand=PAC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link {
  color: #5b9982;
}
body[data-brand=SAC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link {
  color: #ed1d24;
}
.header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
body[data-brand=DIST] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link::before {
  background-color: #2b71b8;
}
body[data-brand=NLC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link::before {
  background-color: #789f3e;
}
body[data-brand=NVC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link::before {
  background-color: #90499c;
}
body[data-brand=SPC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link::before {
  background-color: #3a62d3;
}
body[data-brand=PAC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link::before {
  background-color: #5b9982;
}
body[data-brand=SAC] .header-d__primary-menu .header-d__primary-menu-item_active .header-d__primary-menu-link::before {
  background-color: #ed1d24;
}
.header-d__lower-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 4px -1px #0000000f, 0px 4px 6px -1px #0000001a;
  z-index: 50;
  opacity: 0;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotateX(-15deg);
          transform: rotateX(-15deg);
  transition: 0.25s all ease;
  will-change: transform;
  pointer-events: none;
}
.header-d__lower-menu__wrapper {
  border-width: 1px 0px;
  border-style: solid;
  border-image-slice: 1;
}
.header-d__primary-menu-item_active .header-d__lower-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.header-d__lower-menu__container {
  width: 100%;
  max-width: 1208px;
  padding: 0 18px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr minmax(300px, 1fr);
      grid-template-columns: 1fr 1fr 1fr minmax(300px, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .header-d__lower-menu__container {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}
.header-d__lower-menu__wrapper {
  padding: 24px 0 32px;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes growDownMenu {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes growDownMenu {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.header-d__lower-menu__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  padding: 0;
  border-right: 1px solid #f3f3f3;
}
.header-d__lower-menu__item {
  padding: 8px 0;
}
.header-d__lower-menu__link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  color: #2d2d2d;
}
.header-d__lower-menu__link:hover {
  color: #4f4f4f;
  text-decoration: underline;
}
.header-d__lower-menu__spotlight {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-d__lower-menu__spotlight-img {
  width: 100%;
  height: 190px;
  border-radius: 4px;
  object-fit: cover;
}
.header-d__lower-menu__spotlight-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 8px;
}
.header-d__lower-menu__spotlight-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: left;
  margin-top: 4px;
}
.header-d__lower-menu__spotlight-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 4px 0;
  margin-top: 4px;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .header-d__lower-menu__spotlight-link {
  color: #1e4f81;
}
body[data-brand=NLC] .header-d__lower-menu__spotlight-link {
  color: #416f06;
}
body[data-brand=NVC] .header-d__lower-menu__spotlight-link {
  color: #60357e;
}
body[data-brand=SPC] .header-d__lower-menu__spotlight-link {
  color: #182878;
}
body[data-brand=PAC] .header-d__lower-menu__spotlight-link {
  color: #01766e;
}
body[data-brand=SAC] .header-d__lower-menu__spotlight-link {
  color: #9a1519;
}
.header-d__lower-menu__spotlight-link svg {
  transition: 0.3s ease all;
}
body[data-brand=DIST] .header-d__lower-menu__spotlight-link svg {
  fill: #1e4f81;
}
body[data-brand=NLC] .header-d__lower-menu__spotlight-link svg {
  fill: #416f06;
}
body[data-brand=NVC] .header-d__lower-menu__spotlight-link svg {
  fill: #60357e;
}
body[data-brand=SPC] .header-d__lower-menu__spotlight-link svg {
  fill: #182878;
}
body[data-brand=PAC] .header-d__lower-menu__spotlight-link svg {
  fill: #01766e;
}
body[data-brand=SAC] .header-d__lower-menu__spotlight-link svg {
  fill: #9a1519;
}
.header-d__lower-menu__spotlight-link:hover {
  text-decoration: none;
}
body[data-brand=DIST] .header-d__lower-menu__spotlight-link:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .header-d__lower-menu__spotlight-link:hover {
  color: #789f3e;
}
body[data-brand=NVC] .header-d__lower-menu__spotlight-link:hover {
  color: #90499c;
}
body[data-brand=SPC] .header-d__lower-menu__spotlight-link:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .header-d__lower-menu__spotlight-link:hover {
  color: #5b9982;
}
body[data-brand=SAC] .header-d__lower-menu__spotlight-link:hover {
  color: #ed1d24;
}
body[data-brand=DIST] .header-d__lower-menu__spotlight-link:hover svg {
  fill: #2b71b8;
}
body[data-brand=NLC] .header-d__lower-menu__spotlight-link:hover svg {
  fill: #789f3e;
}
body[data-brand=NVC] .header-d__lower-menu__spotlight-link:hover svg {
  fill: #90499c;
}
body[data-brand=SPC] .header-d__lower-menu__spotlight-link:hover svg {
  fill: #3a62d3;
}
body[data-brand=PAC] .header-d__lower-menu__spotlight-link:hover svg {
  fill: #5b9982;
}
body[data-brand=SAC] .header-d__lower-menu__spotlight-link:hover svg {
  fill: #ed1d24;
}
.header-d__quick-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 4px 10px;
  transition: color 0.3s ease;
}
.header-d__quick-item svg path {
  transition: all 0.3s ease;
}
.header-d__quick-item:hover {
  text-decoration: none;
}
.header-d__quick-button {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 16px;
  border-radius: 4px;
  transition: 0.3s ease background;
}
body[data-brand=DIST] .header-d__quick-button {
  background-color: #2b71b8;
}
body[data-brand=NLC] .header-d__quick-button {
  background-color: #789f3e;
}
body[data-brand=NVC] .header-d__quick-button {
  background-color: #90499c;
}
body[data-brand=SPC] .header-d__quick-button {
  background-color: #3a62d3;
}
body[data-brand=PAC] .header-d__quick-button {
  background-color: #5b9982;
}
body[data-brand=SAC] .header-d__quick-button {
  background-color: #ed1d24;
}
@media screen and (max-width: 749px) {
  .header-d__quick-button {
    margin: 12px 18px;
  }
}
.header-d__quick-button:hover {
  color: #fff;
  text-decoration: none;
}
body[data-brand=DIST] .header-d__quick-button:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .header-d__quick-button:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .header-d__quick-button:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .header-d__quick-button:hover {
  background-color: #182878;
}
body[data-brand=PAC] .header-d__quick-button:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .header-d__quick-button:hover {
  background-color: #9a1519;
}
.header-d__primary-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  border-top: 1px solid #ededed;
}
.header-d__primary-menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.header-d__primary-menu-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.header-d__primary-menu-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
  text-transform: uppercase;
  padding: 18px 12px;
  border: none;
  background: none;
  transition: all 0.3s ease;
  position: relative;
}
.header-d__primary-menu-link:hover {
  text-decoration: none;
}
.header-d__primary-menu-link:before {
  content: "";
  transition: all 0.3s ease;
}
.header-d__search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  position: relative;
  margin-left: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  max-width: 280px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-d__search-form-modal {
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
  border-radius: 4px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 8px 0;
  width: 100%;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header-d__search-form-modal .modal-content {
  width: 100%;
}
.header-d__search-form-modal .modal-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header-d__search-form-modal .modal-content ul li .autocomplete-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 18px;
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.3s ease all;
  text-decoration: none;
}
.header-d__search-form-modal .modal-content ul li .autocomplete-link:hover {
  background: #F3F3F3;
}
.header-d__search-form-modal.open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-d__search-label {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 8px 12px;
}
.header-d__search-input {
  border-radius: 4px;
  border: 1px solid #ededed;
  padding: 8px 8px 8px 40px;
  width: 100%;
  height: 36px;
}
.header-d__input-clear {
  display: none;
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
}
.header-d__input-clear svg path {
  fill: #2D2D2D;
}
.header-d__input-clear_active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .header-d__primary-menu-link {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 16px 8px;
  }
}
@media screen and (max-width: 749px) {
  .header-d {
    display: none;
  }
  .header-d__quick-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #2d2d2d;
    padding: 10px 18px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.header-m {
  padding: 16px 18px;
  border-bottom: 1px solid #ededed;
  box-shadow: 0px 1px 2px 0px #0000000d;
  position: relative;
  font-family: "din-2014", sans-serif;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 80;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .header-m {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .header-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }
}
.header-m_sticky {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-m_hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header-m__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header-m__logo {
  max-height: 44px;
  max-width: 227px;
  margin-right: 16px;
}
.header-m__controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-right: 10px;
}
.header-m__controls.open .header-m__search-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: absolute;
  padding: 16px 18px;
  background: #fff;
  border-bottom: 1px solid #EDEDED;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.header-m__controls.open .header-m__search-form {
  padding: 0;
}
.header-m__controls.open .header-m__search-input {
  width: 100%;
}
.header-m__controls.open .header-m__search-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-m__controls.open .header-m__search-close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 6px;
  background: none;
}
.header-m__controls.open .header-m__search-close svg {
  width: 24px;
  height: 24px;
}
.header-m__search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  z-index: 100;
}
.header-m__search-form-modal {
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
  border: 1px solid #ededed;
  background: #fff;
  padding: 8px 0;
  width: 100%;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header-m__search-form-modal .modal-content {
  width: 100%;
}
.header-m__search-form-modal .modal-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header-m__search-form-modal .modal-content ul li .autocomplete-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 18px;
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.3s ease all;
  text-decoration: none;
}
.header-m__search-form-modal .modal-content ul li .autocomplete-link:hover {
  background: #F3F3F3;
}
.header-m__search-form-modal.open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-m__search-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f9f9f9;
  border-radius: 50%;
  padding: 12px;
  border: none;
}
.header-m__search-close {
  display: none;
}
.header-m__search-label {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  text-decoration: none;
}
.header-m__search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
  padding: 8px 0 8px 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-m__search-label:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}
.header-m .search-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-m__search-container {
  display: none;
  position: relative;
}
.header-m__search-label {
  position: absolute;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0;
  padding: 0;
  left: 12px;
}
.header-m__search-input {
  outline: none;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  padding: 10px 44px;
}
.header-m__input-clear {
  display: none;
  position: absolute;
  top: 9px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
}
.header-m__input-clear svg path {
  fill: #2D2D2D;
}
.header-m__input-clear_active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-m__nav-toggle {
  width: 18px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.header-m__nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2d2d2d;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header-m__nav-toggle span:nth-child(1) {
  top: 6px;
}
.header-m__nav-toggle span:nth-child(2), .header-m__nav-toggle span:nth-child(3) {
  top: 12px;
}
.header-m__nav-toggle span:nth-child(4) {
  top: 18px;
}
.header-m__nav-toggle.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.header-m__nav-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.header-m__nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.header-m__nav-toggle.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.header-m__nav-menu {
  position: absolute;
  top: 76px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  overflow-x: hidden;
}
.header-m__college-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-m__college-links-open {
  box-shadow: 0px 1px 2px 0px #0000000f, 0px 1px 3px 0px #0000001a;
}
.header-m__college-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  background: #f3f3f3;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 16px 18px;
  margin-top: 4px;
  width: 100%;
  transition: all 0.3s ease;
}
body[data-brand=DIST] .header-m__college-btn {
  color: #1e4f81;
}
body[data-brand=NLC] .header-m__college-btn {
  color: #416f06;
}
body[data-brand=NVC] .header-m__college-btn {
  color: #60357e;
}
body[data-brand=SPC] .header-m__college-btn {
  color: #182878;
}
body[data-brand=PAC] .header-m__college-btn {
  color: #01766e;
}
body[data-brand=SAC] .header-m__college-btn {
  color: #9a1519;
}
.header-m__college-links_open .header-m__college-btn {
  border-radius: 4px 4px 0 0;
}
body[data-brand=DIST] .header-m__college-btn svg g path {
  fill: #1e4f81;
}
body[data-brand=NLC] .header-m__college-btn svg g path {
  fill: #416f06;
}
body[data-brand=NVC] .header-m__college-btn svg g path {
  fill: #60357e;
}
body[data-brand=SPC] .header-m__college-btn svg g path {
  fill: #182878;
}
body[data-brand=PAC] .header-m__college-btn svg g path {
  fill: #01766e;
}
body[data-brand=SAC] .header-m__college-btn svg g path {
  fill: #9a1519;
}
.header-m__college-items {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  display: none;
  width: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0 0 4px 4px;
  list-style-type: none;
  padding: 0 0 4px;
  margin: 0;
  -webkit-animation: growDown 300ms ease-in-out forwards;
          animation: growDown 300ms ease-in-out forwards;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  z-index: 80;
}
.header-m__college-links_open .header-m__college-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-m__college-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
}
.header-m__college-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  color: #2d2d2d;
}
.header-m__college-links-wrapper {
  position: relative;
  width: 100%;
}
.header-m__college-links {
  position: relative;
  padding: 12px 18px;
}
.header-m__college-links svg {
  transition: all 0.3s ease;
}
.header-m__college-links_open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-m__nav-list {
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 0 4px 0;
  padding: 0;
  list-style-type: none;
  z-index: 40;
}
.header-m__nav-list_active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-m__nav-list__item {
  border-bottom: 1px solid #ededed;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}
.header-m__nav-list__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2d2d2d;
  padding: 16px 18px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.header-m__nav-list__link:hover, .header-m__nav-list__link:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.header-m__nav-list__link svg {
  margin-right: 4px;
}
.header-m__quick-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 4px 0 0;
  padding: 0;
}
.header-m__utility-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #ededed;
}
.header-m__utility-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  background: none;
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 16px 18px;
  margin-top: 4px;
  width: 100%;
}
.header-m__utility-btn svg {
  margin-right: 4px;
}
body[data-brand=DIST] .header-m__utility-links_open .header-m__utility-btn {
  color: #1e4f81;
}
body[data-brand=NLC] .header-m__utility-links_open .header-m__utility-btn {
  color: #416f06;
}
body[data-brand=NVC] .header-m__utility-links_open .header-m__utility-btn {
  color: #60357e;
}
body[data-brand=SPC] .header-m__utility-links_open .header-m__utility-btn {
  color: #182878;
}
body[data-brand=PAC] .header-m__utility-links_open .header-m__utility-btn {
  color: #01766e;
}
body[data-brand=SAC] .header-m__utility-links_open .header-m__utility-btn {
  color: #9a1519;
}
.header-m__utility-links_open .header-m__utility-btn svg g path {
  transition: all ease 0.3s;
}
body[data-brand=DIST] .header-m__utility-links_open .header-m__utility-btn svg g path {
  fill: #2b71b8;
}
body[data-brand=NLC] .header-m__utility-links_open .header-m__utility-btn svg g path {
  fill: #789f3e;
}
body[data-brand=NVC] .header-m__utility-links_open .header-m__utility-btn svg g path {
  fill: #90499c;
}
body[data-brand=SPC] .header-m__utility-links_open .header-m__utility-btn svg g path {
  fill: #3a62d3;
}
body[data-brand=PAC] .header-m__utility-links_open .header-m__utility-btn svg g path {
  fill: #5b9982;
}
body[data-brand=SAC] .header-m__utility-links_open .header-m__utility-btn svg g path {
  fill: #ed1d24;
}
.header-m__utility-links svg {
  transition: all 0.3s ease;
}
.header-m__utility-links_open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-m__utility-items {
  display: none;
  width: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-animation: growDown 300ms ease-in-out forwards;
          animation: growDown 300ms ease-in-out forwards;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.header-m__utility-links_open .header-m__utility-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.header-m__utility-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-m__utility-link {
  color: #2d2d2d;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  padding: 8px 16px 8px 26px;
}
.header-m__nav-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 80;
}
.header-m__nav-sub__nav-sub_active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.header-m__nav-sub__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  padding: 16px 18px;
  text-transform: uppercase;
}
.header-m__nav-sub__item {
  padding: 0;
}
.header-m__nav-sub__link {
  color: #2d2d2d;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 16px 8px 28px;
}
.header-m__nav-sub__link:hover, .header-m__nav-sub__link:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.header-m__nav-sub-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  list-style-type: none;
}
.header-m__nav-back {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 18px;
}
.header-m__sub-close {
  background: none;
  border: none;
  text-align: left;
  width: auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-brand=DIST] .header-m__sub-close {
  color: #1e4f81;
}
body[data-brand=NLC] .header-m__sub-close {
  color: #416f06;
}
body[data-brand=NVC] .header-m__sub-close {
  color: #60357e;
}
body[data-brand=SPC] .header-m__sub-close {
  color: #182878;
}
body[data-brand=PAC] .header-m__sub-close {
  color: #01766e;
}
body[data-brand=SAC] .header-m__sub-close {
  color: #9a1519;
}
.header-m__sub-close svg {
  margin-right: 12px;
}
.header-m__sub-close svg path {
  fill: currentColor;
}
.header-m__spotlight {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 18px;
  border-top: 1px solid #ededed;
}
.header-m__spotlight-img {
  width: 100%;
  height: 190px;
  border-radius: 4px;
  object-fit: cover;
}
.header-m__spotlight-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.75rem;
  margin-top: 8px;
}
.header-m__spotlight-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: left;
  margin-top: 4px;
}
.header-m__spotlight-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 4px 0;
  margin-top: 4px;
}
body[data-brand=DIST] .header-m__spotlight-link {
  color: #1e4f81;
}
body[data-brand=NLC] .header-m__spotlight-link {
  color: #416f06;
}
body[data-brand=NVC] .header-m__spotlight-link {
  color: #60357e;
}
body[data-brand=SPC] .header-m__spotlight-link {
  color: #182878;
}
body[data-brand=PAC] .header-m__spotlight-link {
  color: #01766e;
}
body[data-brand=SAC] .header-m__spotlight-link {
  color: #9a1519;
}
.header-m__spotlight-link svg {
  fill: currentColor;
}
.header-m__spotlight-link:hover {
  text-decoration: none;
}

.Header .PrimaryNav .testimony {
  display: none;
}

.Header.Nav-isOpen .PrimaryNav .megaMenu-isOpen.hasTestimony .testimony {
  display: none;
}
.Header.Nav-isOpen .PrimaryNav .megaMenu-isOpen.hasTestimony .MegaMenu.hasTestimony .testimony {
  display: block;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony {
  position: fixed;
  bottom: 0;
  padding: 0 0 50px;
  width: 100%;
  max-width: 1208px;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .heading {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .thumb {
  width: 125px;
  height: 125px;
  border-radius: 50%;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .summary a {
  text-decoration: none;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony a {
  color: #fff;
  text-decoration: none;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony a:hover {
  text-decoration: none;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
  position: relative;
  padding-right: 35px;
  transition: 0.3s all ease-in-out;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  content: "";
  position: absolute;
  right: 0;
  height: 15px;
  width: 4px;
  background: #edb01d;
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.3s all ease-in-out;
}
body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #2b71b8;
}
body[data-brand=NLC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #789f3e;
}
body[data-brand=NVC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #90499c;
}
body[data-brand=SPC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #3a62d3;
}
body[data-brand=PAC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #5b9982;
}
body[data-brand=SAC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #ed1d24;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  content: "";
  position: absolute;
  right: -5px;
  height: 4px;
  width: 15px;
  background: #edb01d;
  top: calc(50% - 7px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.3s all ease-in-out;
}
body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #2b71b8;
}
body[data-brand=NLC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #789f3e;
}
body[data-brand=NVC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #90499c;
}
body[data-brand=SPC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #3a62d3;
}
body[data-brand=PAC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #5b9982;
}
body[data-brand=SAC] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #ed1d24;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:hover {
  opacity: 1;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:hover:before {
  right: -10px;
}
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:hover:after {
  right: -15px;
}
@media screen and (min-width: 1024px) {
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .thumb,
.Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .summary {
    display: inline-block;
    vertical-align: middle;
  }
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .thumb {
    width: 10.3476821192%;
    height: 10.3476821192%;
  }
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .summary {
    width: 60.9271523179%;
    margin: 0 0 0 1.6556291391%;
    font-family: "Open Sans", sans-serif;
  }
}
@media screen and (max-width: 1023px) {
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony {
    display: none !important;
    padding: 30px 10px 20px;
  }
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .thumb {
    display: block;
    margin: 0 auto 25px;
  }
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn {
    font-size: 20px;
    font-size: 1.25rem;
    text-decoration: none;
    position: relative;
    padding-right: 35px;
  }
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
    content: "";
    position: absolute;
    right: 0;
    height: 15px;
    width: 4px;
    background: #044b7f;
    top: calc(50% - 2px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
    content: "";
    position: absolute;
    right: -5px;
    height: 4px;
    width: 15px;
    background: #044b7f;
    top: calc(50% - 5px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (max-height: 750px) {
  .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony {
    display: none !important;
  }
}

body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #037bca;
}
body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #037bca;
}
body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #037bca;
}
body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #037bca;
}
body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #037bca;
}
body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:before {
  background-color: #037bca;
}
body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #037bca;
}
body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #037bca;
}
body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #037bca;
}
body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #037bca;
}
body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #037bca;
}
body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .hasTestimony .testimony .action-btn:after {
  background-color: #037bca;
}

@media screen and (min-width: 1024px) {
  body[data-brand=DIST] .Header .SiteSearch .fakeTextbox .submit {
    background: #245f9b;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header .PrimaryNav .menu-btn {
    color: #044b7f;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn {
    color: #044b7f;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn {
    color: #044b7f;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn {
    color: #044b7f;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn {
    color: #044b7f;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn {
    color: #044b7f;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header .PrimaryNav .menu-btn svg path {
    fill: #044b7f;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn svg path {
    fill: #044b7f;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn svg path {
    fill: #044b7f;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn svg path {
    fill: #044b7f;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn svg path {
    fill: #044b7f;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header .PrimaryNav .menu-btn svg path {
    fill: #044b7f;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header .CallToAction a {
    color: #2d2d2d;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header .CallToAction a {
    color: #2d2d2d;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header .CallToAction a {
    color: #2d2d2d;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header .CallToAction a {
    color: #2d2d2d;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header .CallToAction a {
    color: #2d2d2d;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header .CallToAction a {
    color: #2d2d2d;
  }
  body[data-brand=DIST] .Header .CallToAction a svg {
    opacity: 0.5;
    transition: 0.3s all ease-in-out;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header .CallToAction a svg path,
body[data-brand=DIST] body[data-brand=DIST] .Header .CallToAction a svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header .CallToAction a svg path,
body[data-brand=NLC] body[data-brand=DIST] .Header .CallToAction a svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header .CallToAction a svg path,
body[data-brand=NVC] body[data-brand=DIST] .Header .CallToAction a svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header .CallToAction a svg path,
body[data-brand=SPC] body[data-brand=DIST] .Header .CallToAction a svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header .CallToAction a svg path,
body[data-brand=PAC] body[data-brand=DIST] .Header .CallToAction a svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header .CallToAction a svg path,
body[data-brand=SAC] body[data-brand=DIST] .Header .CallToAction a svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header .CallToAction a:hover {
    color: #0062a1;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header .CallToAction a:hover {
    color: #0062a1;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header .CallToAction a:hover {
    color: #0062a1;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header .CallToAction a:hover {
    color: #0062a1;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header .CallToAction a:hover {
    color: #0062a1;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header .CallToAction a:hover {
    color: #0062a1;
  }
  body[data-brand=DIST] .Header .CallToAction a:hover svg {
    opacity: 1;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isClosed {
    border-color: #0062a1;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isClosed {
    border-color: #0062a1;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isClosed {
    border-color: #0062a1;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isClosed {
    border-color: #0062a1;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isClosed {
    border-color: #0062a1;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isClosed {
    border-color: #0062a1;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isFixed .NavBar {
    background-color: #0062a1;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isFixed .NavBar {
    background-color: #0062a1;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isFixed .NavBar {
    background-color: #0062a1;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isFixed .NavBar {
    background-color: #0062a1;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isFixed .NavBar {
    background-color: #0062a1;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isFixed .NavBar {
    background-color: #0062a1;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a {
    color: white;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a {
    color: white;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a {
    color: white;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a {
    color: white;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a {
    color: white;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a {
    color: white;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a:hover {
    color: white;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a:hover {
    color: white;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a:hover {
    color: white;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a:hover {
    color: white;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a:hover {
    color: white;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a:hover {
    color: white;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn {
    color: white;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn {
    color: white;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn {
    color: white;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn {
    color: white;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn {
    color: white;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn {
    color: white;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn svg g path {
    fill: #fff;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn svg g path {
    fill: #fff;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn svg g path {
    fill: #fff;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn svg g path {
    fill: #fff;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn svg g path {
    fill: #fff;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isFixed .PrimaryNav .menu-btn svg g path {
    fill: #fff;
  }
  body[data-brand=DIST] .Header.Nav-isOpen .overlay {
    background: rgba(4, 75, 127, 0.9);
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a {
    color: white;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a {
    color: white;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a {
    color: white;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a {
    color: white;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a {
    color: white;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a {
    color: white;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a:hover {
    color: white;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a:hover {
    color: white;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a:hover {
    color: white;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a:hover {
    color: white;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a:hover {
    color: white;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a:hover {
    color: white;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg g path {
    fill: #fff;
  }
  body[data-brand=DIST] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .menu-btn {
    color: #edb01d;
  }
  body[data-brand=NLC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .menu-btn {
    color: #edb01d;
  }
  body[data-brand=NVC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .menu-btn {
    color: #edb01d;
  }
  body[data-brand=SPC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .menu-btn {
    color: #edb01d;
  }
  body[data-brand=PAC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .menu-btn {
    color: #edb01d;
  }
  body[data-brand=SAC] body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .menu-btn {
    color: #edb01d;
  }
}
@media screen and (max-width: 1023px) {
  body[data-brand=DIST] .Header.Nav-isOpen .PrimaryNav .menu-btn {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  body[data-brand=DIST][data-template=homeTemplate] .Header {
    border-bottom: 0;
  }
  body[data-brand=DIST][data-template=homeTemplate] .Header .SchoolsNav {
    position: absolute;
    top: 159px;
    left: 0;
    right: 0;
    background: none;
    z-index: 5;
  }
  body[data-brand=DIST][data-template=homeTemplate] .Header .SchoolsNav .menu {
    background: rgba(25, 25, 25, 0.4);
  }
  body[data-brand=DIST][data-template=homeTemplate] .Header.Nav-isFixed .CallToAction {
    margin: 0;
  }
  body[data-brand=DIST][data-template=homeTemplate] .Header.Nav-isFixed .PrimaryNav .menu-btn {
    margin: -4px 0 0;
  }
}

.Header-hero {
  position: relative;
  color: #fff;
  font-family: "din-2014", sans-serif;
  height: 0;
  padding-bottom: calc(55% + 50px);
  overflow: hidden;
  height: 100%;
  padding-bottom: 0;
}
body[data-brand=DIST] .Header-hero {
  background-color: #2b71b8;
}
body[data-brand=NLC] .Header-hero {
  background-color: #90c04a;
}
body[data-brand=NVC] .Header-hero {
  background-color: #713e94;
}
body[data-brand=SPC] .Header-hero {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .Header-hero {
  background-color: #5b9982;
}
body[data-brand=SAC] .Header-hero {
  background-color: #c9362f;
}
@media screen and (min-width: 1024px) {
  .Header-hero:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s all ease-in-out;
  }
  .schoolNav-isActive .Header-hero:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
  }
}
.Header-hero .image,
.Header-hero .video {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 749px) {
  .Header-hero .image,
.Header-hero .video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.Header-hero .image.hero-image,
.Header-hero .video.hero-image {
  z-index: 0;
}
.Header-hero .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Header-hero .lifestyle {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 79, 129, 0.7);
  padding: 10em 0;
}
@media screen and (max-width: 749px) {
  .Header-hero .lifestyle {
    padding: 2em 0;
  }
}
@media screen and (max-width: 499px) {
  .Header-hero .lifestyle {
    padding: 0;
  }
}
.Header-hero .cutout {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10em 0;
}
@media screen and (max-width: 749px) {
  .Header-hero .cutout {
    padding: 2em 0;
  }
}
@media screen and (max-width: 499px) {
  .Header-hero .cutout {
    padding: 0;
  }
}
.Header-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.74);
}
.Header-hero .hero-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1208px;
  padding: 30px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1232px) {
  .Header-hero .hero-container {
    padding: 30px 18px;
  }
}
@media screen and (max-width: 749px) {
  .Header-hero .hero-container {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 12px 14px;
    height: 620px;
  }
}
.Header-hero .hero-container::after {
  display: none;
}
.Header-hero .title-container {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  max-width: calc(100% - 275px);
}
@media screen and (min-width: 750px) {
  .Header-hero .title-container.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .Header-hero .title-container.center .title {
    margin-left: auto;
    margin-right: auto;
  }
  .Header-hero .title-container.center .hero-tagline {
    margin: 0 auto;
  }
  .Header-hero .title-container.right {
    float: right;
    text-align: right;
    margin-right: 25px;
  }
  .Header-hero .title-container.right .hero-tagline {
    float: right;
    text-align: right;
  }
  .Header-hero .title-container.right .hide-btn {
    right: 100% !important;
    top: -46px !important;
  }
}
@media screen and (max-width: 749px) {
  .Header-hero .title-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
  }
  .Header-hero .title-container .hero-tagline {
    margin: 0 auto;
  }
}
.Header-hero .title-container .title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  text-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.04);
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .Header-hero .title-container .title {
    line-height: 60px;
    line-height: 3.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .Header-hero .title-container .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.Header-hero .title-container.hide .title,
.Header-hero .title-container.hide .tagline,
.Header-hero .title-container.hide .hero-tagline,
.Header-hero .title-container.hide .CtaLink {
  opacity: 0;
  visibility: hidden;
}
.Header-hero .title-container .hide-btn,
.Header-hero .title-container .show-btn {
  position: absolute;
  border: none;
  background: transparent;
  color: #edb01d;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "din-2014", sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding-left: 38px;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: underline;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
.Header-hero .title-container .hide-btn span,
.Header-hero .title-container .show-btn span {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 749px) {
  .Header-hero .title-container .hide-btn,
.Header-hero .title-container .show-btn {
    display: none;
  }
}
.Header-hero .title-container .hide-btn.active,
.Header-hero .title-container .show-btn.active {
  opacity: 1;
  visibility: visible;
}
.Header-hero .title-container .hide-btn:before,
.Header-hero .title-container .show-btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s all;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.Header-hero .title-container .hide-btn:hover,
.Header-hero .title-container .show-btn:hover {
  padding-left: 38px;
}
.Header-hero .title-container .hide-btn:hover span,
.Header-hero .title-container .show-btn:hover span {
  opacity: 1;
  visibility: visible;
}
.Header-hero .title-container .hide-btn:hover:before,
.Header-hero .title-container .show-btn:hover:before {
  -webkit-transform: scale(1.9);
      -ms-transform: scale(1.9);
          transform: scale(1.9);
}
.Header-hero .title-container .hide-btn {
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.Header-hero .title-container .hide-btn:before {
  background-image: url(/Static/dist/img/hide-text-icon.svg);
}
.Header-hero .title-container .show-btn {
  left: 0;
  bottom: 0;
  padding-left: 28px;
}
.Header-hero .title-container .show-btn span {
  opacity: 1;
  visibility: visible;
}
.Header-hero .title-container .show-btn:before {
  background-image: url(/Static/dist/img/show-text-icon.svg);
}
.Header-hero .tagline,
.Header-hero .hero-tagline {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  transition: 0.3s all ease-in-out;
  text-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 749px) {
  .Header-hero .tagline,
.Header-hero .hero-tagline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.Header-hero .hero-tagline {
  width: 100%;
  max-width: 780px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .Header-hero .hero-tagline {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .Header-hero .hero-tagline {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Header-hero .CtaLink {
  border-bottom: none;
  margin-top: 16px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  transition: 0.3s all ease-in-out;
}
.Header-hero .CtaLink a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #EDB01D;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: fit-content;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 9px 20px;
}
.Header-hero .CtaLink a:hover {
  text-decoration: none;
  background-color: #FCC84A;
  transition: 0.3s all;
}
@media screen and (max-width: 1399px) {
  .Header-hero .CtaLink {
    margin: 15px 0 15px 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 749px) {
  .Header-hero .CtaLink a {
    width: -webkit-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Header-hero .CtaLink.left {
  border-bottom: none;
  margin-top: 25px;
}
@media screen and (max-width: 499px) {
  .Header-hero .CtaLink.left {
    margin-top: 0;
  }
}
.Header-hero .CtaLink.center {
  border-bottom: none;
  margin-top: 20px;
}
.Header-hero .CtaLink.center a {
  margin: 0 auto;
}
.Header-hero .CtaLink.right {
  border-bottom: none;
  margin-top: 20px;
}
.Header-hero .CtaLink.right a {
  margin: 0 auto;
  float: right;
}
.Header-hero .search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 640px;
  padding: 8px;
}
@media screen and (max-width: 749px) {
  .Header-hero .search {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin: 0;
  }
}
.Header-hero .search h4 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .Header-hero .search h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .Header-hero .search h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.Header-hero .search .search-params {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.Header-hero .search .or-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border: 1px solid #efefef;
  color: #000;
  border-radius: 99px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22.4px;
  line-height: 1.4rem;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  padding: 6px 7px;
}
.Header-hero .search .search-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 10px;
  top: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 24px;
  height: 24px;
  transition: 0.3s all;
}
.Header-hero .search input {
  width: 100%;
  background-color: #EDEDED;
  border-radius: 8px;
  color: #2d2d2d;
  width: 100%;
  height: 48px;
  line-height: 48px;
  line-height: 3rem;
  padding: 12px 42px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  border: 0;
}
@media screen and (max-width: 749px) {
  .Header-hero .search input {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Header-hero .search .button-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 749px) {
  .Header-hero .search .button-wrapper {
    max-width: 100%;
  }
}
.Header-hero .search .button-wrapper.text-link a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #2B71B8;
  color: white;
  transition: 0.3s ease all;
}
.Header-hero .search .button-wrapper.text-link a:hover {
  background-color: #1E4F81;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .Header-hero .search .button-wrapper.text-link a {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Header-hero .search .select-search-type {
  display: block;
  height: 31px;
  background-image: url(/Static/dist/img/icon-check-hollow-circle_amber.svg);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
.Header-hero .search .button-wrapper.active .select-search-type {
  background-image: url(/Static/dist/img/icon-check-circle_amber.svg);
}
.Header-hero .search .select-search-type input[type=radio] {
  display: none;
}
.Header-hero .search .select-search-type .radio-text {
  padding: 0 0 0 45px;
  line-height: 31px;
  line-height: 1.9375rem;
}
.Header-hero .search button,
.Header-hero .search .home-search-button {
  border: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s all;
}
.Header-hero .search button .icon,
.Header-hero .search .home-search-button .icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/Static/dist/img/arrow-right.svg);
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.Header-hero .search button .icon .mobile-only,
.Header-hero .search .home-search-button .icon .mobile-only {
  display: none;
}
.Header-hero .search button:hover,
.Header-hero .search .home-search-button:hover {
  cursor: pointer;
}
.Touch-Device .Header-hero video {
  display: none;
}

.footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  font-family: "din-2014", sans-serif;
  border-top: 1px solid #E1E1E1;
}
body[data-brand=DIST] .footer {
  background: radial-gradient(100% 100% at 50% 100%, rgba(43, 113, 184, 0.1) 0%, rgba(43, 113, 184, 0) 100%);
}
body[data-brand=DIST] .footer .footer__logo-img {
  width: 215px;
}
body[data-brand=DIST] .footer .footer__menu-heading:after {
  background: #1e4f81;
}
body[data-brand=DIST] .footer .footer__social-icons svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .footer {
  background: radial-gradient(100% 100% at 50% 100%, rgba(100, 178, 70, 0.1) 0%, rgba(100, 178, 70, 0) 100%);
}
body[data-brand=NLC] .footer .footer__menu-heading:after {
  background: #416f06;
}
body[data-brand=NLC] .footer .footer__social-icons svg path {
  fill: #416f06;
}
body[data-brand=NVC] .footer {
  background: radial-gradient(100% 100% at 50% 100%, rgba(93, 44, 133, 0.1) 0%, rgba(93, 44, 133, 0) 100%);
}
body[data-brand=NVC] .footer .footer__menu-heading:after {
  background: #60357e;
}
body[data-brand=NVC] .footer .footer__social-icons svg path {
  fill: #60357e;
}
body[data-brand=PAC] .footer {
  background: radial-gradient(100% 100% at 50% 100%, rgba(0, 149, 131, 0.1) 0%, rgba(0, 149, 131, 0) 100%);
}
body[data-brand=PAC] .footer .footer__menu-heading:after {
  background: #01766e;
}
body[data-brand=PAC] .footer .footer__social-icons svg path {
  fill: #01766e;
}
body[data-brand=SPC] .footer {
  background: radial-gradient(100% 100% at 50% 100%, rgba(38, 51, 123, 0.1) 0%, rgba(38, 51, 123, 0) 100%);
}
body[data-brand=SPC] .footer .footer__menu-heading:after {
  background: #182878;
}
body[data-brand=SPC] .footer .footer__social-icons svg path {
  fill: #182878;
}
body[data-brand=SAC] .footer {
  background: radial-gradient(100% 100% at 50% 100%, rgba(209, 50, 56, 0.1) 0%, rgba(209, 50, 56, 0) 100%);
}
body[data-brand=SAC] .footer .footer__menu-heading:after {
  background: #9a1519;
}
body[data-brand=SAC] .footer .footer__social-icons svg path {
  fill: #9a1519;
}
.footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1208px;
  padding: 80px 0px 40px;
  margin: 0 auto;
}
.footer__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.footer__menu-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 77%;
}
.footer__logo-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 33%;
  padding-right: 20px;
}
.footer__address {
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
}
.footer__menu-heading {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20.42px;
  line-height: 1.27625rem;
  padding-bottom: 8px;
  margin-bottom: 12px;
  color: #2d2d2d;
}
.footer__menu-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 16px;
}
.footer__menu-item {
  padding-right: 12px;
}
.footer__menu-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.footer__menu-link {
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  line-height: 1rem;
  transition: 0.3s all ease;
}
.footer__menu-link:hover {
  color: #4f4f4f;
  text-decoration: underline;
}
.footer__utility {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  padding-top: 24px;
  gap: 32px;
  border-top: 1px solid #e1e1e1;
}
.footer__copyright {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2d2d2d;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 16px;
  line-height: 1rem;
  padding: 20px 0;
  gap: 24px;
}
.footer__social-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__social-icons li,
.footer__social-icons a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__social-icons svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1399px) {
  .footer__container {
    padding: 40px 18px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__menu-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 749px) {
  .footer__top {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .footer__logo-section {
    width: 100%;
  }
  .footer__menu-block {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    width: 100%;
  }
  .footer__menu-item {
    padding-right: 0;
  }
  .footer__menu-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    padding: 8px 0;
  }
  .footer__menu-heading::after {
    display: none;
  }
  .footer__menu-item-icon::after {
    content: url(/Static/dist/img/plus.svg);
    position: absolute;
    background: none !important;
    width: 20px;
    height: 20px;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__menu-heading.active .footer__menu-item-icon::after {
    content: url(/Static/dist/img/minus.svg);
  }
  .footer__menu-links {
    display: none;
  }
  .footer__menu-link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 17.86px;
    line-height: 1.11625rem;
    letter-spacing: -0.17px;
    letter-spacing: -0.01063rem;
    margin-bottom: 12px;
  }
  .footer__utility {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px;
    margin-top: 32px;
  }
  .footer__copyright {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 32px;
    padding: 12px 0 0;
  }
}

/* General Structure Styles
******************************************************/
.Main {
  position: relative;
}
@media screen and (min-width: 750px) {
  .Main {
    min-height: 500px;
  }
}

.Container {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  max-width: 1208px;
}
.Container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1248px) {
  .Container {
    padding-right: 0;
    padding-left: 0;
  }
}

.Container-xl {
  max-width: 1400px;
}

.noSidebar .Sidebar,
.noSidebar .Sidebar-dropzone {
  display: none;
}

@media screen and (min-width: 1024px) {
  .Sidebar {
    padding: 0 20px 0 0;
  }

  .rightCol {
    padding: 0 20px;
  }
}
.Header .CallToAction ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Header .CallToAction a {
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .Header .CallToAction {
    position: fixed;
    z-index: 1050;
    text-align: center;
    width: 100vw;
    height: 44px;
    bottom: -2px;
    left: 0;
  }
  .Header .CallToAction ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Header .CallToAction ul li {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Header .CallToAction a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    padding: 5px;
    margin: 0 2px;
    display: inline-block;
    height: inherit;
    border: 2px solid;
    border-bottom: 0;
    line-height: 30px;
    line-height: 1.875rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  body[data-brand=DIST] .Header .CallToAction a {
    background-color: #1e4f81;
  }
  body[data-brand=NLC] .Header .CallToAction a {
    background-color: #416f06;
  }
  body[data-brand=NVC] .Header .CallToAction a {
    background-color: #60357e;
  }
  body[data-brand=SPC] .Header .CallToAction a {
    background-color: #182878;
  }
  body[data-brand=PAC] .Header .CallToAction a {
    background-color: #01766e;
  }
  body[data-brand=SAC] .Header .CallToAction a {
    background-color: #9a1519;
  }
  body[data-brand=DIST] .Header .CallToAction a {
    border-color: #1e4f81;
  }
  body[data-brand=NLC] .Header .CallToAction a {
    border-color: #416f06;
  }
  body[data-brand=NVC] .Header .CallToAction a {
    border-color: #60357e;
  }
  body[data-brand=SPC] .Header .CallToAction a {
    border-color: #182878;
  }
  body[data-brand=PAC] .Header .CallToAction a {
    border-color: #01766e;
  }
  body[data-brand=SAC] .Header .CallToAction a {
    border-color: #9a1519;
  }
  .Header .CallToAction a:hover {
    opacity: 1;
  }
  body[data-brand=DIST] .Header .CallToAction a:hover {
    background-color: #1e4f81;
  }
  body[data-brand=NLC] .Header .CallToAction a:hover {
    background-color: #416f06;
  }
  body[data-brand=NVC] .Header .CallToAction a:hover {
    background-color: #60357e;
  }
  body[data-brand=SPC] .Header .CallToAction a:hover {
    background-color: #182878;
  }
  body[data-brand=PAC] .Header .CallToAction a:hover {
    background-color: #01766e;
  }
  body[data-brand=SAC] .Header .CallToAction a:hover {
    background-color: #9a1519;
  }
  .Header .CallToAction a svg {
    height: 11px;
    width: auto;
    margin-top: 9px;
    margin-right: 8px;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    opacity: 0.85;
  }
  .Header .CallToAction a svg path,
.Header .CallToAction a svg g path {
    fill-rule: evenodd;
    transition: 0.3s all ease-in-out;
  }
  body[data-brand=DIST] .Header .CallToAction a svg path,
body[data-brand=DIST] .Header .CallToAction a svg g path {
    fill: #e1e1e1;
  }
  body[data-brand=NLC] .Header .CallToAction a svg path,
body[data-brand=NLC] .Header .CallToAction a svg g path {
    fill: #e1e1e1;
  }
  body[data-brand=NVC] .Header .CallToAction a svg path,
body[data-brand=NVC] .Header .CallToAction a svg g path {
    fill: #e1e1e1;
  }
  body[data-brand=SPC] .Header .CallToAction a svg path,
body[data-brand=SPC] .Header .CallToAction a svg g path {
    fill: #e1e1e1;
  }
  body[data-brand=PAC] .Header .CallToAction a svg path,
body[data-brand=PAC] .Header .CallToAction a svg g path {
    fill: #e1e1e1;
  }
  body[data-brand=SAC] .Header .CallToAction a svg path,
body[data-brand=SAC] .Header .CallToAction a svg g path {
    fill: #e1e1e1;
  }
  .Header .CallToAction a span {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .Header .CallToAction a span.desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .Header .CallToAction {
    padding: 0;
    margin-bottom: 34px;
    float: right;
    clear: both;
    margin-right: 11px;
    position: relative;
    z-index: 2;
  }
  .Header .CallToAction ul li {
    float: left;
    margin-right: 40px;
  }
  .Header .CallToAction ul li:last-child {
    margin-right: 0;
  }
  .Header .CallToAction a {
    font-size: 16px;
    font-size: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 10px 0;
    background: transparent;
    transition: all 0.3s;
    white-space: nowrap;
  }
  body[data-brand=DIST] .Header .CallToAction a {
    color: #1e4f81;
  }
  body[data-brand=NLC] .Header .CallToAction a {
    color: #416f06;
  }
  body[data-brand=NVC] .Header .CallToAction a {
    color: #60357e;
  }
  body[data-brand=SPC] .Header .CallToAction a {
    color: #182878;
  }
  body[data-brand=PAC] .Header .CallToAction a {
    color: #01766e;
  }
  body[data-brand=SAC] .Header .CallToAction a {
    color: #9a1519;
  }
  .Header .CallToAction a svg {
    height: 18px;
    width: 18px;
    margin-left: 8px;
  }
  .Header .CallToAction a svg path,
.Header .CallToAction a svg g path {
    fill-rule: evenodd;
    transition: 0.3s all ease-in-out;
  }
  body[data-brand=DIST] .Header .CallToAction a svg path,
body[data-brand=DIST] .Header .CallToAction a svg g path {
    fill: #2b71b8;
  }
  body[data-brand=NLC] .Header .CallToAction a svg path,
body[data-brand=NLC] .Header .CallToAction a svg g path {
    fill: #789f3e;
  }
  body[data-brand=NVC] .Header .CallToAction a svg path,
body[data-brand=NVC] .Header .CallToAction a svg g path {
    fill: #90499c;
  }
  body[data-brand=SPC] .Header .CallToAction a svg path,
body[data-brand=SPC] .Header .CallToAction a svg g path {
    fill: #3a62d3;
  }
  body[data-brand=PAC] .Header .CallToAction a svg path,
body[data-brand=PAC] .Header .CallToAction a svg g path {
    fill: #5b9982;
  }
  body[data-brand=SAC] .Header .CallToAction a svg path,
body[data-brand=SAC] .Header .CallToAction a svg g path {
    fill: #ed1d24;
  }
  .Header .CallToAction a:hover {
    background: inherit;
  }
  body[data-brand=DIST] .Header .CallToAction a:hover {
    color: #2b71b8;
  }
  body[data-brand=NLC] .Header .CallToAction a:hover {
    color: #789f3e;
  }
  body[data-brand=NVC] .Header .CallToAction a:hover {
    color: #90499c;
  }
  body[data-brand=SPC] .Header .CallToAction a:hover {
    color: #3a62d3;
  }
  body[data-brand=PAC] .Header .CallToAction a:hover {
    color: #5b9982;
  }
  body[data-brand=SAC] .Header .CallToAction a:hover {
    color: #ed1d24;
  }
  body[data-brand=DIST] .Header .CallToAction a:hover svg path,
body[data-brand=DIST] .Header .CallToAction a:hover svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=NLC] .Header .CallToAction a:hover svg path,
body[data-brand=NLC] .Header .CallToAction a:hover svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=NVC] .Header .CallToAction a:hover svg path,
body[data-brand=NVC] .Header .CallToAction a:hover svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=SPC] .Header .CallToAction a:hover svg path,
body[data-brand=SPC] .Header .CallToAction a:hover svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=PAC] .Header .CallToAction a:hover svg path,
body[data-brand=PAC] .Header .CallToAction a:hover svg g path {
    fill: #2d2d2d;
  }
  body[data-brand=SAC] .Header .CallToAction a:hover svg path,
body[data-brand=SAC] .Header .CallToAction a:hover svg g path {
    fill: #2d2d2d;
  }
  .Header .CallToAction a span.mobile {
    display: none;
  }
}
@media (min-width: 1100px) {
  .Header .CallToAction ul li {
    margin-right: 67px;
  }
}
@media print {
  .Header .CallToAction {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .Header.Nav-isOpen .CallToAction {
    margin-bottom: 65px;
  }
}
body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a {
  color: white;
}
body[data-brand=NLC] .Header.Nav-isOpen .CallToAction a {
  color: white;
}
body[data-brand=NVC] .Header.Nav-isOpen .CallToAction a {
  color: white;
}
body[data-brand=SPC] .Header.Nav-isOpen .CallToAction a {
  color: white;
}
body[data-brand=PAC] .Header.Nav-isOpen .CallToAction a {
  color: white;
}
body[data-brand=SAC] .Header.Nav-isOpen .CallToAction a {
  color: white;
}
body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=NLC] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=NLC] .Header.Nav-isOpen .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=NVC] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=NVC] .Header.Nav-isOpen .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=SPC] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=SPC] .Header.Nav-isOpen .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=PAC] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=PAC] .Header.Nav-isOpen .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=SAC] .Header.Nav-isOpen .CallToAction a svg path,
body[data-brand=SAC] .Header.Nav-isOpen .CallToAction a svg g path {
  fill: #fff;
}
.Header.Nav-isOpen .CallToAction a:hover {
  opacity: 1;
}
body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=NLC] .Header.Nav-isOpen .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=NVC] .Header.Nav-isOpen .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=SPC] .Header.Nav-isOpen .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=PAC] .Header.Nav-isOpen .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=SAC] .Header.Nav-isOpen .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a:hover svg path,
body[data-brand=DIST] .Header.Nav-isOpen .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=NLC] .Header.Nav-isOpen .CallToAction a:hover svg path,
body[data-brand=NLC] .Header.Nav-isOpen .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=NVC] .Header.Nav-isOpen .CallToAction a:hover svg path,
body[data-brand=NVC] .Header.Nav-isOpen .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=SPC] .Header.Nav-isOpen .CallToAction a:hover svg path,
body[data-brand=SPC] .Header.Nav-isOpen .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=PAC] .Header.Nav-isOpen .CallToAction a:hover svg path,
body[data-brand=PAC] .Header.Nav-isOpen .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=SAC] .Header.Nav-isOpen .CallToAction a:hover svg path,
body[data-brand=SAC] .Header.Nav-isOpen .CallToAction a:hover svg g path {
  fill: #edb01d;
}
.Header.Nav-isFixed .CallToAction {
  margin-bottom: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  clear: none;
}
@media screen and (min-width: 1024px) {
  .Header.Nav-isFixed .CallToAction ul li:last-child {
    margin-right: 55px;
  }
}
body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a {
  color: white;
}
body[data-brand=NLC] .Header.Nav-isFixed .CallToAction a {
  color: white;
}
body[data-brand=NVC] .Header.Nav-isFixed .CallToAction a {
  color: white;
}
body[data-brand=SPC] .Header.Nav-isFixed .CallToAction a {
  color: white;
}
body[data-brand=PAC] .Header.Nav-isFixed .CallToAction a {
  color: white;
}
body[data-brand=SAC] .Header.Nav-isFixed .CallToAction a {
  color: white;
}
@media screen and (min-width: 1024px) {
  .Header.Nav-isFixed .CallToAction a {
    padding-top: 7px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.Header.Nav-isFixed .CallToAction a:hover {
  opacity: 1;
}
body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=NLC] .Header.Nav-isFixed .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=NVC] .Header.Nav-isFixed .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=SPC] .Header.Nav-isFixed .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=PAC] .Header.Nav-isFixed .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=SAC] .Header.Nav-isFixed .CallToAction a:hover {
  color: #edb01d;
}
body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a:hover svg path,
body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=NLC] .Header.Nav-isFixed .CallToAction a:hover svg path,
body[data-brand=NLC] .Header.Nav-isFixed .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=NVC] .Header.Nav-isFixed .CallToAction a:hover svg path,
body[data-brand=NVC] .Header.Nav-isFixed .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=SPC] .Header.Nav-isFixed .CallToAction a:hover svg path,
body[data-brand=SPC] .Header.Nav-isFixed .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=PAC] .Header.Nav-isFixed .CallToAction a:hover svg path,
body[data-brand=PAC] .Header.Nav-isFixed .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=SAC] .Header.Nav-isFixed .CallToAction a:hover svg path,
body[data-brand=SAC] .Header.Nav-isFixed .CallToAction a:hover svg g path {
  fill: #edb01d;
}
body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=DIST] .Header.Nav-isFixed .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=NLC] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=NLC] .Header.Nav-isFixed .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=NVC] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=NVC] .Header.Nav-isFixed .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=SPC] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=SPC] .Header.Nav-isFixed .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=PAC] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=PAC] .Header.Nav-isFixed .CallToAction a svg g path {
  fill: #fff;
}
body[data-brand=SAC] .Header.Nav-isFixed .CallToAction a svg path,
body[data-brand=SAC] .Header.Nav-isFixed .CallToAction a svg g path {
  fill: #fff;
}

.TrackSlide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.TrackSlide ul {
  position: absolute;
  left: 0;
  top: 0;
  height: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.TrackSlide li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.Content-slider {
  width: 100%;
  padding: 85px 0 115px;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  .Content-slider {
    padding: 60px 0;
  }
}
.Content-slider .Container {
  position: relative;
}
.Content-slider .slides {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 627px;
}
@media screen and (max-width: 1023px) {
  .Content-slider .slides {
    height: auto;
    padding-bottom: calc(70% + 450px);
  }
}
@media (max-width: 700px) {
  .Content-slider .slides {
    padding-bottom: calc(70% + 400px);
  }
}
@media (max-width: 400px) {
  .Content-slider .slides {
    padding-bottom: calc(70% + 450px);
  }
}
.Content-slider .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
.Content-slider .slides li.active {
  opacity: 1;
  z-index: 1;
}
.Content-slider .slides li .image {
  width: 80%;
  max-width: 940px;
  height: auto;
  margin-left: -200px;
  box-shadow: 2px 2px 25px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1400px) {
  .Content-slider .slides li .image {
    margin-left: 0;
  }
}
@media screen and (max-width: 1399px) {
  .Content-slider .slides li .image {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1023px) {
  .Content-slider .slides li .image {
    width: calc(100%);
    max-width: none;
    margin: 0 2px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Content-slider .slides li .animate-block {
    width: 100%;
    height: 450px;
    max-width: 590px;
    position: absolute;
    top: 70px;
    right: 0;
  }
}
.Content-slider .slides li .content-area {
  width: 100%;
  height: 450px;
  max-width: 590px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 50px;
  box-shadow: 2px 2px 25px 2px rgba(0, 0, 0, 0.3);
}
body[data-brand=DIST] .Content-slider .slides li .content-area {
  background-color: #245f9b;
}
body[data-brand=NLC] .Content-slider .slides li .content-area {
  background-color: #568118;
}
body[data-brand=NVC] .Content-slider .slides li .content-area {
  background-color: #713e94;
}
body[data-brand=SPC] .Content-slider .slides li .content-area {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .Content-slider .slides li .content-area {
  background-color: #4c806d;
}
body[data-brand=SAC] .Content-slider .slides li .content-area {
  background-color: #c9362f;
}
@media (max-width: 1400px) {
  .Content-slider .slides li .content-area {
    right: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .Content-slider .slides li .content-area {
    position: relative;
    top: -85px;
    right: auto;
    left: 20px;
  }
}
@media (max-width: 700px) {
  .Content-slider .slides li .content-area {
    max-width: 300px;
    padding: 15px;
  }
}
@media (max-width: 400px) {
  .Content-slider .slides li .content-area {
    max-width: 250px;
    top: -35px;
    padding: 15px;
    height: 450px;
  }
}
.Content-slider .slides li .content-area .title {
  color: #fff;
  padding: 0 0 35px;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
}
@media (max-width: 700px) {
  .Content-slider .slides li .content-area .title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 0 15px;
  }
}
.Content-slider .slides li .content-area .desc {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .Content-slider .slides li .content-area .desc {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.Content-slider .slides li .content-area .action-btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  padding: 10px 25px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  transition: 0.3s all;
}
body[data-brand=DIST] .Content-slider .slides li .content-area .action-btn {
  background-color: #1e4f81;
}
body[data-brand=NLC] .Content-slider .slides li .content-area .action-btn {
  background-color: #416f06;
}
body[data-brand=NVC] .Content-slider .slides li .content-area .action-btn {
  background-color: #60357e;
}
body[data-brand=SPC] .Content-slider .slides li .content-area .action-btn {
  background-color: #182878;
}
body[data-brand=PAC] .Content-slider .slides li .content-area .action-btn {
  background-color: #01766e;
}
body[data-brand=SAC] .Content-slider .slides li .content-area .action-btn {
  background-color: #9a1519;
}
@media (max-width: 700px) {
  .Content-slider .slides li .content-area .action-btn {
    background-color: #0095f5;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 15px;
  }
}
@media (min-width: 701px) {
  .Content-slider .slides li .content-area .action-btn:hover {
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
  }
  body[data-brand=DIST] .Content-slider .slides li .content-area .action-btn:hover {
    background-color: rgba(30, 79, 129, 0);
  }
  body[data-brand=NLC] .Content-slider .slides li .content-area .action-btn:hover {
    background-color: rgba(65, 111, 6, 0);
  }
  body[data-brand=NVC] .Content-slider .slides li .content-area .action-btn:hover {
    background-color: rgba(96, 53, 126, 0);
  }
  body[data-brand=SPC] .Content-slider .slides li .content-area .action-btn:hover {
    background-color: rgba(24, 40, 120, 0);
  }
  body[data-brand=PAC] .Content-slider .slides li .content-area .action-btn:hover {
    background-color: rgba(1, 118, 110, 0);
  }
  body[data-brand=SAC] .Content-slider .slides li .content-area .action-btn:hover {
    background-color: rgba(154, 21, 25, 0);
  }
}
.Content-slider .slides li .content-area .progress-bar {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body[data-brand=DIST] .Content-slider .slides li .content-area .progress-bar {
  background-color: #245f9b;
}
body[data-brand=NLC] .Content-slider .slides li .content-area .progress-bar {
  background-color: #568118;
}
body[data-brand=NVC] .Content-slider .slides li .content-area .progress-bar {
  background-color: #713e94;
}
body[data-brand=SPC] .Content-slider .slides li .content-area .progress-bar {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .Content-slider .slides li .content-area .progress-bar {
  background-color: #4c806d;
}
body[data-brand=SAC] .Content-slider .slides li .content-area .progress-bar {
  background-color: #c9362f;
}
.Content-slider .slides li .content-area .progress-bar .bar {
  height: 5px;
  display: block;
  background-color: #edb01d;
  width: 0%;
}
.Content-slider .slides li .content-area.animate {
  transition: 0.5s all ease-in-out;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.Content-slider .slides li .content-area.animate.up {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.Content-slider .slides li .content-area.animate.down {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.Content-slider .arrows {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 65px;
  right: -50px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .Content-slider .arrows {
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .Content-slider .arrows {
    top: calc(100% - 320px);
    right: auto;
    left: 630px;
  }
}
@media (max-width: 954px) {
  .Content-slider .arrows {
    top: calc(100% - 410px);
  }
}
@media (max-width: 700px) {
  .Content-slider .arrows {
    left: 338px;
  }
}
@media (max-width: 400px) {
  .Content-slider .arrows {
    left: 288px;
  }
}
.Content-slider .arrows li {
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  .Content-slider .arrows li {
    margin-bottom: 25px;
  }
}
.Content-slider .arrows li .arrow {
  display: block;
  height: 35px;
  width: 20px;
}
.Content-slider .arrows li .arrow svg {
  height: inherit;
  width: inherit;
}
body[data-brand=DIST] .Content-slider .arrows li .arrow svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .Content-slider .arrows li .arrow svg path {
  fill: #416f06;
}
body[data-brand=NVC] .Content-slider .arrows li .arrow svg path {
  fill: #60357e;
}
body[data-brand=SPC] .Content-slider .arrows li .arrow svg path {
  fill: #182878;
}
body[data-brand=PAC] .Content-slider .arrows li .arrow svg path {
  fill: #01766e;
}
body[data-brand=SAC] .Content-slider .arrows li .arrow svg path {
  fill: #9a1519;
}
@media screen and (max-width: 1023px) {
  .Content-slider .arrows li .arrow {
    width: 25px;
    height: 44px;
  }
}
.Content-slider .arrows li .arrow.next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .Content-slider .arrows li .arrow.next {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
.Content-slider .arrows li .arrow.prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .Content-slider .arrows li .arrow.prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.Content-slider .bullets {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 538px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1400px) {
  .Content-slider .bullets {
    right: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .Content-slider .bullets {
    left: 20px;
    right: auto;
    top: calc(100% - 80px);
  }
}
@media (max-width: 700px) {
  .Content-slider .bullets {
    top: 100%;
  }
}
@media (max-width: 400px) {
  .Content-slider .bullets {
    top: 100%;
  }
}
.Content-slider .bullets li {
  float: left;
  margin-right: 10px;
}
.Content-slider .bullets li:last-child {
  margin-right: 0;
}
.Content-slider .bullets li span {
  display: block;
  height: 15px;
  width: 15px;
}
body[data-brand=DIST] .Content-slider .bullets li span {
  background-color: #1e4f81;
}
body[data-brand=NLC] .Content-slider .bullets li span {
  background-color: #416f06;
}
body[data-brand=NVC] .Content-slider .bullets li span {
  background-color: #60357e;
}
body[data-brand=SPC] .Content-slider .bullets li span {
  background-color: #182878;
}
body[data-brand=PAC] .Content-slider .bullets li span {
  background-color: #01766e;
}
body[data-brand=SAC] .Content-slider .bullets li span {
  background-color: #9a1519;
}
body[data-brand=DIST] .Content-slider .bullets li.active span {
  background-color: #edb01d;
}
body[data-brand=NLC] .Content-slider .bullets li.active span {
  background-color: #edb01d;
}
body[data-brand=NVC] .Content-slider .bullets li.active span {
  background-color: #edb01d;
}
body[data-brand=SPC] .Content-slider .bullets li.active span {
  background-color: #edb01d;
}
body[data-brand=PAC] .Content-slider .bullets li.active span {
  background-color: #edb01d;
}
body[data-brand=SAC] .Content-slider .bullets li.active span {
  background-color: #edb01d;
}
.Content-slider .bullets li:hover {
  cursor: pointer;
}

/* The element that uses this mixin must be a child
of an element that is position: relative; */
/* The element that uses chevron-fill may need
a higher z-index, depending on its next sibling */
img {
  max-width: 100%;
}

.AlignCenter {
  display: block;
  margin: 0 auto;
}

.AlignLeft {
  margin: 0 0 20px;
}
@media screen and (min-width: 500px) {
  .AlignLeft {
    float: left;
    margin: 0 20px 10px 0;
  }
}

.AlignRight {
  margin: 0 0 20px;
}
@media screen and (min-width: 500px) {
  .AlignRight {
    float: right;
    margin: 0 0 10px 20px;
  }
}

.BasicTable {
  border-color: #ccc;
}
.BasicTable tr td {
  padding: 5px 10px;
}

.ImgCaption {
  table-layout: fixed;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5e5e5e;
  font-style: italic;
  line-height: 1.2;
  font-weight: 600;
}
.ImgCaption img {
  display: block;
  margin: 0 auto 5px;
}
@media screen and (max-width: 499px) {
  .ImgCaption {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .ImgCaption {
    max-width: 360px;
  }
}

.Quote {
  font-family: "din-2014", sans-serif;
  margin-bottom: 20px;
  background: #e1e1e1;
  border-left: 13px solid #2b71b8;
  color: #323232;
}
body[data-brand=DIST] .Quote {
  border-color: #2b71b8;
}
body[data-brand=NLC] .Quote {
  border-color: #789f3e;
}
body[data-brand=NVC] .Quote {
  border-color: #90499c;
}
body[data-brand=SPC] .Quote {
  border-color: #3a62d3;
}
body[data-brand=PAC] .Quote {
  border-color: #5b9982;
}
body[data-brand=SAC] .Quote {
  border-color: #ed1d24;
}
.Quote td {
  padding: 0 20px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "din-2014", sans-serif;
  font-weight: 300;
}
.Quote tr:first-child td {
  padding: 15px 20px;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 600;
}
.Quote tr:first-child td:before {
  content: "“";
}
.Quote tr:first-child td:after {
  content: "”";
}
@media screen and (min-width: 500px) {
  .Quote.AlignLeft, .Quote.AlignRight {
    max-width: 360px;
  }
}
@media screen and (min-width: 750px) {
  .Quote tr:first-child td {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.TwoColLayout,
.ThreeColLayout {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.TwoColLayout > tbody > tr > td,
.ThreeColLayout > tbody > tr > td {
  vertical-align: top;
}
@media screen and (max-width: 749px) {
  .TwoColLayout > tbody > tr > td,
.ThreeColLayout > tbody > tr > td {
    display: block;
  }
  .TwoColLayout > tbody > tr > td + td,
.ThreeColLayout > tbody > tr > td + td {
    padding-top: 20px;
  }
}

@media screen and (min-width: 750px) {
  .TwoColLayout > tbody > tr > td {
    width: 50%;
    padding: 0 3% 0 0;
  }
  .TwoColLayout > tbody > tr > td + td {
    padding: 0 0 0 3%;
  }
}

@media screen and (min-width: 750px) {
  .ThreeColLayout > tbody > tr > td {
    width: 33.33333%;
    padding: 0 2%;
  }
  .ThreeColLayout > tbody > tr > td:first-child {
    padding: 0 4% 0 0;
  }
  .ThreeColLayout > tbody > tr > td:last-child {
    padding: 0 0 0 4%;
  }
}

.NumberedList {
  margin: 0 0 20px 20px;
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.NumberedList li {
  padding: 0 0 5px;
}
.NumberedList ol {
  margin: inherit;
  padding: 5px 0 0 30px;
  list-style-type: lower-alpha;
}
.NumberedList ol ol {
  list-style-type: lower-roman;
}

.BulletedList {
  margin: 0 0 20px 20px;
  padding: 0 0 0 20px;
  list-style-type: disc;
}
.BulletedList li {
  padding: 0 0 5px;
}
.BulletedList ul {
  margin: inherit;
  padding: 5px 0 0 30px;
  list-style-type: circle;
}
.BulletedList ul ul {
  list-style-type: square;
}

.CheckmarkList {
  list-style: none;
  margin: 0 0 20px 20px;
  padding: 0;
}
.CheckmarkList li {
  position: relative;
  padding-left: 20px;
}
.CheckmarkList li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(/Static/dist/img/checkmark.svg);
          mask-image: url(/Static/dist/img/checkmark.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
body[data-brand=DIST] .CheckmarkList li::before {
  background-color: #2b71b8;
}
body[data-brand=NLC] .CheckmarkList li::before {
  background-color: #789f3e;
}
body[data-brand=NVC] .CheckmarkList li::before {
  background-color: #90499c;
}
body[data-brand=SPC] .CheckmarkList li::before {
  background-color: #3a62d3;
}
body[data-brand=PAC] .CheckmarkList li::before {
  background-color: #5b9982;
}
body[data-brand=SAC] .CheckmarkList li::before {
  background-color: #ed1d24;
}

.DataTable {
  margin: 5px 0 15px;
  border: 0;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.DataTable th, .DataTable td {
  border: 0;
  border-right: 2px solid #fff;
}
.DataTable th {
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
body[data-brand=DIST] .DataTable th {
  background-color: #1e4f81;
}
body[data-brand=NLC] .DataTable th {
  background-color: #416f06;
}
body[data-brand=NVC] .DataTable th {
  background-color: #60357e;
}
body[data-brand=SPC] .DataTable th {
  background-color: #182878;
}
body[data-brand=PAC] .DataTable th {
  background-color: #01766e;
}
body[data-brand=SAC] .DataTable th {
  background-color: #9a1519;
}
.DataTable td {
  padding: 15px;
  background: #e1e1e1;
}
.DataTable tr:nth-child(2n) td {
  background: #fff;
}

.Responsive-Table {
  margin: 5px 0 15px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.Responsive-Table table {
  margin: 0 !important;
  min-width: 500px;
}

.Overlay {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  background: #000;
  opacity: 0;
  transition: top 0.5s ease, left 0.5s ease, width 0.5s ease, height 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;
}
.Overlay[data-state=on] {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 0.5;
}

.Modal {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 20px 20px;
  background: #fff;
  opacity: 0;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
.Modal[data-state=on] {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 750px) {
  .Modal {
    left: 50%;
    width: 700px;
    margin-left: -350px;
    padding: 50px;
  }
}

.VideoModal {
  background: #000;
  color: #fff;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  padding: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}
.VideoModal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: url(/Static/dist/img/close-button.svg) no-repeat 0 0;
}
.VideoModal .title {
  padding: 0 0 15px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
}
.VideoModal .video {
  padding: 0 0 10px;
}

/* Button Styles
******************************************************/
.buttonBase, a.arrow-button, .secondary-button, .EPiServerForms input[type=reset],
.secondary-button-wide,
input[type=reset], .default-button,
.default-button-wide,
.primary-button,
.EPiServerForms input[type=submit],
.EPiServerForms button[type=submit],
.primary-button-wide {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 24px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
}

.default-button,
.default-button-wide,
.primary-button,
.EPiServerForms input[type=submit],
.EPiServerForms button[type=submit],
.primary-button-wide {
  color: #fff;
  border: 1px solid #2b71b8;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .default-button,
body[data-brand=DIST] .default-button-wide,
body[data-brand=DIST] .primary-button,
body[data-brand=DIST] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=DIST] input[type=submit],
body[data-brand=DIST] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=DIST] button[type=submit],
body[data-brand=DIST] .primary-button-wide {
  background-color: #2b71b8;
}
body[data-brand=NLC] .default-button,
body[data-brand=NLC] .default-button-wide,
body[data-brand=NLC] .primary-button,
body[data-brand=NLC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=NLC] input[type=submit],
body[data-brand=NLC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=NLC] button[type=submit],
body[data-brand=NLC] .primary-button-wide {
  background-color: #789f3e;
}
body[data-brand=NVC] .default-button,
body[data-brand=NVC] .default-button-wide,
body[data-brand=NVC] .primary-button,
body[data-brand=NVC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=NVC] input[type=submit],
body[data-brand=NVC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=NVC] button[type=submit],
body[data-brand=NVC] .primary-button-wide {
  background-color: #90499c;
}
body[data-brand=SPC] .default-button,
body[data-brand=SPC] .default-button-wide,
body[data-brand=SPC] .primary-button,
body[data-brand=SPC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=SPC] input[type=submit],
body[data-brand=SPC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=SPC] button[type=submit],
body[data-brand=SPC] .primary-button-wide {
  background-color: #3a62d3;
}
body[data-brand=PAC] .default-button,
body[data-brand=PAC] .default-button-wide,
body[data-brand=PAC] .primary-button,
body[data-brand=PAC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=PAC] input[type=submit],
body[data-brand=PAC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=PAC] button[type=submit],
body[data-brand=PAC] .primary-button-wide {
  background-color: #5b9982;
}
body[data-brand=SAC] .default-button,
body[data-brand=SAC] .default-button-wide,
body[data-brand=SAC] .primary-button,
body[data-brand=SAC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=SAC] input[type=submit],
body[data-brand=SAC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=SAC] button[type=submit],
body[data-brand=SAC] .primary-button-wide {
  background-color: #ed1d24;
}
body[data-brand=DIST] .default-button,
body[data-brand=DIST] .default-button-wide,
body[data-brand=DIST] .primary-button,
body[data-brand=DIST] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=DIST] input[type=submit],
body[data-brand=DIST] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=DIST] button[type=submit],
body[data-brand=DIST] .primary-button-wide {
  border-color: #2b71b8;
}
body[data-brand=NLC] .default-button,
body[data-brand=NLC] .default-button-wide,
body[data-brand=NLC] .primary-button,
body[data-brand=NLC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=NLC] input[type=submit],
body[data-brand=NLC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=NLC] button[type=submit],
body[data-brand=NLC] .primary-button-wide {
  border-color: #789f3e;
}
body[data-brand=NVC] .default-button,
body[data-brand=NVC] .default-button-wide,
body[data-brand=NVC] .primary-button,
body[data-brand=NVC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=NVC] input[type=submit],
body[data-brand=NVC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=NVC] button[type=submit],
body[data-brand=NVC] .primary-button-wide {
  border-color: #90499c;
}
body[data-brand=SPC] .default-button,
body[data-brand=SPC] .default-button-wide,
body[data-brand=SPC] .primary-button,
body[data-brand=SPC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=SPC] input[type=submit],
body[data-brand=SPC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=SPC] button[type=submit],
body[data-brand=SPC] .primary-button-wide {
  border-color: #3a62d3;
}
body[data-brand=PAC] .default-button,
body[data-brand=PAC] .default-button-wide,
body[data-brand=PAC] .primary-button,
body[data-brand=PAC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=PAC] input[type=submit],
body[data-brand=PAC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=PAC] button[type=submit],
body[data-brand=PAC] .primary-button-wide {
  border-color: #5b9982;
}
body[data-brand=SAC] .default-button,
body[data-brand=SAC] .default-button-wide,
body[data-brand=SAC] .primary-button,
body[data-brand=SAC] .EPiServerForms input[type=submit],
.EPiServerForms body[data-brand=SAC] input[type=submit],
body[data-brand=SAC] .EPiServerForms button[type=submit],
.EPiServerForms body[data-brand=SAC] button[type=submit],
body[data-brand=SAC] .primary-button-wide {
  border-color: #ed1d24;
}
.default-button:hover,
.default-button-wide:hover,
.primary-button:hover,
.EPiServerForms input[type=submit]:hover,
.EPiServerForms button[type=submit]:hover,
.primary-button-wide:hover {
  color: #fff;
  text-decoration: none;
}
body[data-brand=DIST] .default-button:hover,
body[data-brand=DIST] .default-button-wide:hover,
body[data-brand=DIST] .primary-button:hover,
body[data-brand=DIST] .EPiServerForms input[type=submit]:hover,
.EPiServerForms body[data-brand=DIST] input[type=submit]:hover,
body[data-brand=DIST] .EPiServerForms button[type=submit]:hover,
.EPiServerForms body[data-brand=DIST] button[type=submit]:hover,
body[data-brand=DIST] .primary-button-wide:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .default-button:hover,
body[data-brand=NLC] .default-button-wide:hover,
body[data-brand=NLC] .primary-button:hover,
body[data-brand=NLC] .EPiServerForms input[type=submit]:hover,
.EPiServerForms body[data-brand=NLC] input[type=submit]:hover,
body[data-brand=NLC] .EPiServerForms button[type=submit]:hover,
.EPiServerForms body[data-brand=NLC] button[type=submit]:hover,
body[data-brand=NLC] .primary-button-wide:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .default-button:hover,
body[data-brand=NVC] .default-button-wide:hover,
body[data-brand=NVC] .primary-button:hover,
body[data-brand=NVC] .EPiServerForms input[type=submit]:hover,
.EPiServerForms body[data-brand=NVC] input[type=submit]:hover,
body[data-brand=NVC] .EPiServerForms button[type=submit]:hover,
.EPiServerForms body[data-brand=NVC] button[type=submit]:hover,
body[data-brand=NVC] .primary-button-wide:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .default-button:hover,
body[data-brand=SPC] .default-button-wide:hover,
body[data-brand=SPC] .primary-button:hover,
body[data-brand=SPC] .EPiServerForms input[type=submit]:hover,
.EPiServerForms body[data-brand=SPC] input[type=submit]:hover,
body[data-brand=SPC] .EPiServerForms button[type=submit]:hover,
.EPiServerForms body[data-brand=SPC] button[type=submit]:hover,
body[data-brand=SPC] .primary-button-wide:hover {
  background-color: #182878;
}
body[data-brand=PAC] .default-button:hover,
body[data-brand=PAC] .default-button-wide:hover,
body[data-brand=PAC] .primary-button:hover,
body[data-brand=PAC] .EPiServerForms input[type=submit]:hover,
.EPiServerForms body[data-brand=PAC] input[type=submit]:hover,
body[data-brand=PAC] .EPiServerForms button[type=submit]:hover,
.EPiServerForms body[data-brand=PAC] button[type=submit]:hover,
body[data-brand=PAC] .primary-button-wide:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .default-button:hover,
body[data-brand=SAC] .default-button-wide:hover,
body[data-brand=SAC] .primary-button:hover,
body[data-brand=SAC] .EPiServerForms input[type=submit]:hover,
.EPiServerForms body[data-brand=SAC] input[type=submit]:hover,
body[data-brand=SAC] .EPiServerForms button[type=submit]:hover,
.EPiServerForms body[data-brand=SAC] button[type=submit]:hover,
body[data-brand=SAC] .primary-button-wide:hover {
  background-color: #9a1519;
}

.secondary-button, .EPiServerForms input[type=reset],
.secondary-button-wide,
input[type=reset] {
  border: 1px solid #1e4f81;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .secondary-button,
body[data-brand=DIST] .secondary-button-wide,
body[data-brand=DIST] input[type=reset] {
  color: #1e4f81;
}
body[data-brand=NLC] .secondary-button,
body[data-brand=NLC] .secondary-button-wide,
body[data-brand=NLC] input[type=reset] {
  color: #416f06;
}
body[data-brand=NVC] .secondary-button,
body[data-brand=NVC] .secondary-button-wide,
body[data-brand=NVC] input[type=reset] {
  color: #60357e;
}
body[data-brand=SPC] .secondary-button,
body[data-brand=SPC] .secondary-button-wide,
body[data-brand=SPC] input[type=reset] {
  color: #182878;
}
body[data-brand=PAC] .secondary-button,
body[data-brand=PAC] .secondary-button-wide,
body[data-brand=PAC] input[type=reset] {
  color: #01766e;
}
body[data-brand=SAC] .secondary-button,
body[data-brand=SAC] .secondary-button-wide,
body[data-brand=SAC] input[type=reset] {
  color: #9a1519;
}
body[data-brand=DIST] .secondary-button,
body[data-brand=DIST] .secondary-button-wide,
body[data-brand=DIST] input[type=reset] {
  background-color: white;
}
body[data-brand=NLC] .secondary-button,
body[data-brand=NLC] .secondary-button-wide,
body[data-brand=NLC] input[type=reset] {
  background-color: white;
}
body[data-brand=NVC] .secondary-button,
body[data-brand=NVC] .secondary-button-wide,
body[data-brand=NVC] input[type=reset] {
  background-color: white;
}
body[data-brand=SPC] .secondary-button,
body[data-brand=SPC] .secondary-button-wide,
body[data-brand=SPC] input[type=reset] {
  background-color: white;
}
body[data-brand=PAC] .secondary-button,
body[data-brand=PAC] .secondary-button-wide,
body[data-brand=PAC] input[type=reset] {
  background-color: white;
}
body[data-brand=SAC] .secondary-button,
body[data-brand=SAC] .secondary-button-wide,
body[data-brand=SAC] input[type=reset] {
  background-color: white;
}
body[data-brand=DIST] .secondary-button,
body[data-brand=DIST] .secondary-button-wide,
body[data-brand=DIST] input[type=reset] {
  border-color: #1e4f81;
}
body[data-brand=NLC] .secondary-button,
body[data-brand=NLC] .secondary-button-wide,
body[data-brand=NLC] input[type=reset] {
  border-color: #416f06;
}
body[data-brand=NVC] .secondary-button,
body[data-brand=NVC] .secondary-button-wide,
body[data-brand=NVC] input[type=reset] {
  border-color: #60357e;
}
body[data-brand=SPC] .secondary-button,
body[data-brand=SPC] .secondary-button-wide,
body[data-brand=SPC] input[type=reset] {
  border-color: #182878;
}
body[data-brand=PAC] .secondary-button,
body[data-brand=PAC] .secondary-button-wide,
body[data-brand=PAC] input[type=reset] {
  border-color: #01766e;
}
body[data-brand=SAC] .secondary-button,
body[data-brand=SAC] .secondary-button-wide,
body[data-brand=SAC] input[type=reset] {
  border-color: #9a1519;
}
.secondary-button:hover,
.secondary-button-wide:hover,
input[type=reset]:hover {
  text-decoration: none;
}
body[data-brand=DIST] .secondary-button:hover,
body[data-brand=DIST] .secondary-button-wide:hover,
body[data-brand=DIST] input[type=reset]:hover {
  color: white;
}
body[data-brand=NLC] .secondary-button:hover,
body[data-brand=NLC] .secondary-button-wide:hover,
body[data-brand=NLC] input[type=reset]:hover {
  color: white;
}
body[data-brand=NVC] .secondary-button:hover,
body[data-brand=NVC] .secondary-button-wide:hover,
body[data-brand=NVC] input[type=reset]:hover {
  color: white;
}
body[data-brand=SPC] .secondary-button:hover,
body[data-brand=SPC] .secondary-button-wide:hover,
body[data-brand=SPC] input[type=reset]:hover {
  color: white;
}
body[data-brand=PAC] .secondary-button:hover,
body[data-brand=PAC] .secondary-button-wide:hover,
body[data-brand=PAC] input[type=reset]:hover {
  color: white;
}
body[data-brand=SAC] .secondary-button:hover,
body[data-brand=SAC] .secondary-button-wide:hover,
body[data-brand=SAC] input[type=reset]:hover {
  color: white;
}
body[data-brand=DIST] .secondary-button:hover,
body[data-brand=DIST] .secondary-button-wide:hover,
body[data-brand=DIST] input[type=reset]:hover {
  background-color: #2b71b8;
}
body[data-brand=NLC] .secondary-button:hover,
body[data-brand=NLC] .secondary-button-wide:hover,
body[data-brand=NLC] input[type=reset]:hover {
  background-color: #789f3e;
}
body[data-brand=NVC] .secondary-button:hover,
body[data-brand=NVC] .secondary-button-wide:hover,
body[data-brand=NVC] input[type=reset]:hover {
  background-color: #90499c;
}
body[data-brand=SPC] .secondary-button:hover,
body[data-brand=SPC] .secondary-button-wide:hover,
body[data-brand=SPC] input[type=reset]:hover {
  background-color: #3a62d3;
}
body[data-brand=PAC] .secondary-button:hover,
body[data-brand=PAC] .secondary-button-wide:hover,
body[data-brand=PAC] input[type=reset]:hover {
  background-color: #5b9982;
}
body[data-brand=SAC] .secondary-button:hover,
body[data-brand=SAC] .secondary-button-wide:hover,
body[data-brand=SAC] input[type=reset]:hover {
  background-color: #ed1d24;
}
body[data-brand=DIST] .secondary-button:hover,
body[data-brand=DIST] .secondary-button-wide:hover,
body[data-brand=DIST] input[type=reset]:hover {
  border-color: #2b71b8;
}
body[data-brand=NLC] .secondary-button:hover,
body[data-brand=NLC] .secondary-button-wide:hover,
body[data-brand=NLC] input[type=reset]:hover {
  border-color: #789f3e;
}
body[data-brand=NVC] .secondary-button:hover,
body[data-brand=NVC] .secondary-button-wide:hover,
body[data-brand=NVC] input[type=reset]:hover {
  border-color: #90499c;
}
body[data-brand=SPC] .secondary-button:hover,
body[data-brand=SPC] .secondary-button-wide:hover,
body[data-brand=SPC] input[type=reset]:hover {
  border-color: #3a62d3;
}
body[data-brand=PAC] .secondary-button:hover,
body[data-brand=PAC] .secondary-button-wide:hover,
body[data-brand=PAC] input[type=reset]:hover {
  border-color: #5b9982;
}
body[data-brand=SAC] .secondary-button:hover,
body[data-brand=SAC] .secondary-button-wide:hover,
body[data-brand=SAC] input[type=reset]:hover {
  border-color: #ed1d24;
}

body[data-brand=DIST] a.arrow-button {
  color: #2b71b8;
}
body[data-brand=NLC] a.arrow-button {
  color: #789f3e;
}
body[data-brand=NVC] a.arrow-button {
  color: #90499c;
}
body[data-brand=SPC] a.arrow-button {
  color: #3a62d3;
}
body[data-brand=PAC] a.arrow-button {
  color: #5b9982;
}
body[data-brand=SAC] a.arrow-button {
  color: #ed1d24;
}
a.arrow-button:hover {
  text-decoration: none;
}
body[data-brand=DIST] a.arrow-button:hover {
  color: #1e4f81;
}
body[data-brand=NLC] a.arrow-button:hover {
  color: #416f06;
}
body[data-brand=NVC] a.arrow-button:hover {
  color: #60357e;
}
body[data-brand=SPC] a.arrow-button:hover {
  color: #182878;
}
body[data-brand=PAC] a.arrow-button:hover {
  color: #01766e;
}
body[data-brand=SAC] a.arrow-button:hover {
  color: #9a1519;
}

.default-button-wide,
.primary-button-wide,
.secondary-button-wide {
  display: block;
}

/* Breadcrumbs Styles
******************************************************/
.breadcrumbs-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.Breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0;
  margin: 20px 0;
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.Breadcrumbs a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: capitalize;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap-mode: nowrap;
}
.Breadcrumbs a:hover {
  color: #0072bc;
  text-decoration: underline;
}
.Breadcrumbs a svg {
  height: 20px;
}
.Breadcrumbs a svg path {
  fill: currentColor;
}
.Breadcrumbs span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #2d2d2d;
}
.Breadcrumbs span:after {
  content: "/";
  display: inline;
  padding: 0 16px;
  font-size: 20px;
  font-size: 1.25rem;
}
.Breadcrumbs span:last-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-overflow: ellipsis;
}
.Breadcrumbs span:last-child:after {
  content: "";
  padding: 0;
}
.Breadcrumbs .breadcrumb-item.ellipsis {
  display: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .Breadcrumbs .breadcrumb-item.ellipsis {
  color: #2b71b8;
}
body[data-brand=NLC] .Breadcrumbs .breadcrumb-item.ellipsis {
  color: #789f3e;
}
body[data-brand=NVC] .Breadcrumbs .breadcrumb-item.ellipsis {
  color: #90499c;
}
body[data-brand=SPC] .Breadcrumbs .breadcrumb-item.ellipsis {
  color: #3a62d3;
}
body[data-brand=PAC] .Breadcrumbs .breadcrumb-item.ellipsis {
  color: #5b9982;
}
body[data-brand=SAC] .Breadcrumbs .breadcrumb-item.ellipsis {
  color: #ed1d24;
}
body[data-brand=DIST] .Breadcrumbs .breadcrumb-item.ellipsis:hover {
  color: #1e4f81;
}
body[data-brand=NLC] .Breadcrumbs .breadcrumb-item.ellipsis:hover {
  color: #416f06;
}
body[data-brand=NVC] .Breadcrumbs .breadcrumb-item.ellipsis:hover {
  color: #60357e;
}
body[data-brand=SPC] .Breadcrumbs .breadcrumb-item.ellipsis:hover {
  color: #182878;
}
body[data-brand=PAC] .Breadcrumbs .breadcrumb-item.ellipsis:hover {
  color: #01766e;
}
body[data-brand=SAC] .Breadcrumbs .breadcrumb-item.ellipsis:hover {
  color: #9a1519;
}
@media screen and (min-width: 1024px) {
  .Breadcrumbs {
    margin: 25px 0;
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .Breadcrumbs .breadcrumb-item:not(.home-icon):not(.last-breadcrumb):not(.ellipsis) {
    display: none;
  }
  .Breadcrumbs .breadcrumb-item.ellipsis {
    display: inline-block;
  }
}

.breadcrumb-dropdown {
  display: none;
  position: absolute;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  left: 30px;
  top: 70%;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 8px;
  margin-right: 18px;
  z-index: 10;
}
.breadcrumb-dropdown.visible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-dropdown .dropdown-item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding: 0 4px;
}

body[data-brand=DIST] .Breadcrumbs a {
  color: #245f9b;
}

body[data-brand=NLC] .Breadcrumbs a {
  color: #568118;
}

body[data-brand=NVC] .Breadcrumbs a {
  color: #713e94;
}

body[data-brand=SPC] .Breadcrumbs a {
  color: #2c4aa0;
}

body[data-brand=PAC] .Breadcrumbs a {
  color: #4c806d;
}

body[data-brand=SAC] .Breadcrumbs a {
  color: #c9362f;
}

body[data-brand] .Breadcrumbs > span:last-child {
  color: #2d2d2d;
  opacity: 0.7;
}

.EPiServerForms .Form__Element {
  padding: 0 0 12px;
  margin: 0 !important;
}
.EPiServerForms .Form__Element__Caption {
  display: block !important;
  margin: 0 0 8px;
  font-family: "Open Sans", sans-serif;
}
.EPiServerForms .Form__Element__ValidationError {
  display: block;
  margin: 2px 0 0;
  color: red;
  font-size: 14px;
  font-size: 0.875rem;
}
.EPiServerForms .Form__MainBody {
  margin: 0 0 20px;
}
.EPiServerForms .Form__MainBody .heading {
  display: block;
  margin: 0 0 15px;
  padding: 0 0 5px;
  color: #3a3a3a;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #0b0b0b;
}
.Sidebar .EPiServerForms .Form__MainBody {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .EPiServerForms .Form__MainBody {
    table-layout: fixed;
    width: 100%;
  }
}
.EPiServerForms input[type=text],
.EPiServerForms input[type=url],
.EPiServerForms input[type=number],
.EPiServerForms textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #E5E7EB;
  color: #000;
}
.EPiServerForms select {
  width: 100%;
  padding: 12px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #000;
}
.EPiServerForms input[type=submit],
.EPiServerForms button[type=submit] {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  margin-right: 5px;
  max-width: 100%;
  gap: 8px;
  position: relative;
}
.EPiServerForms input[type=submit]:after,
.EPiServerForms button[type=submit]:after {
  content: url(/Static/dist/img/arrow-right-white.svg);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.EPiServerForms input[type=reset] {
  width: -webkit-fit-content;
  width: fit-content;
  margin-right: 5px;
  max-width: 100%;
}
.EPiServerForms .FormChoice label {
  display: block;
}
.EPiServerForms .Form__Status .Form__Status__Message.hide {
  display: none;
}

.fakeTextbox {
  position: relative;
  max-width: 410px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.fakeTextbox input[type=text] {
  width: 100%;
  padding: 5px 40px 5px 10px;
  background: transparent;
  border: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
}
.fakeTextbox .submit {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  background: transparent url(/Static/dist/img/search-icon.svg) no-repeat 0 0;
  background-size: contain;
  border: 0;
}

/* Sidebar Styles
******************************************************/
.side-nav__list {
  list-style-type: none;
  padding: 0 0 30px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .side-nav__list {
    display: none;
  }
  .side-nav__list_open {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f9f9f9;
    padding: 0 18px;
  }
}
.side-nav__list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ededed;
}
body[data-brand=DIST] .side-nav__list-item.current a {
  color: #2b71b8;
}
body[data-brand=NLC] .side-nav__list-item.current a {
  color: #789f3e;
}
body[data-brand=NVC] .side-nav__list-item.current a {
  color: #90499c;
}
body[data-brand=SPC] .side-nav__list-item.current a {
  color: #3a62d3;
}
body[data-brand=PAC] .side-nav__list-item.current a {
  color: #5b9982;
}
body[data-brand=SAC] .side-nav__list-item.current a {
  color: #ed1d24;
}
.side-nav__list-item.current a:hover {
  text-decoration: none;
}
body[data-brand=DIST] .side-nav__list-item.current a:hover {
  color: #1e4f81;
}
body[data-brand=NLC] .side-nav__list-item.current a:hover {
  color: #416f06;
}
body[data-brand=NVC] .side-nav__list-item.current a:hover {
  color: #60357e;
}
body[data-brand=SPC] .side-nav__list-item.current a:hover {
  color: #182878;
}
body[data-brand=PAC] .side-nav__list-item.current a:hover {
  color: #01766e;
}
body[data-brand=SAC] .side-nav__list-item.current a:hover {
  color: #9a1519;
}
.side-nav__list-item a {
  font-family: "din-2014", sans-serif;
  color: #2d2d2d;
  padding: 12px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
  transition: color 0.3s ease;
}
.side-nav__list-item a:hover {
  text-decoration: none;
}
body[data-brand=DIST] .side-nav__list-item a:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .side-nav__list-item a:hover {
  color: #789f3e;
}
body[data-brand=NVC] .side-nav__list-item a:hover {
  color: #90499c;
}
body[data-brand=SPC] .side-nav__list-item a:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .side-nav__list-item a:hover {
  color: #5b9982;
}
body[data-brand=SAC] .side-nav__list-item a:hover {
  color: #ed1d24;
}
@media screen and (max-width: 1023px) {
  .side-nav__list-item a {
    padding: 12px 0;
  }
}
.side-nav__heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: none;
  border: none;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
.side-nav__heading a {
  font-family: "din-2014", sans-serif;
  padding: 12px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
}
body[data-brand=DIST] .side-nav__heading a {
  color: #1e4f81;
}
body[data-brand=NLC] .side-nav__heading a {
  color: #416f06;
}
body[data-brand=NVC] .side-nav__heading a {
  color: #60357e;
}
body[data-brand=SPC] .side-nav__heading a {
  color: #182878;
}
body[data-brand=PAC] .side-nav__heading a {
  color: #01766e;
}
body[data-brand=SAC] .side-nav__heading a {
  color: #9a1519;
}
.side-nav__heading a:hover {
  text-decoration: none;
}
.side-nav__heading span {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  cursor: pointer;
  padding: 8px 0 8px 8px;
  margin-right: 30px;
  transition: 0.3s ease all;
}
.side-nav__heading span:hover {
  text-decoration: none;
}
body[data-brand=DIST] .side-nav__heading span:hover {
  color: #1e4f81;
}
body[data-brand=NLC] .side-nav__heading span:hover {
  color: #416f06;
}
body[data-brand=NVC] .side-nav__heading span:hover {
  color: #60357e;
}
body[data-brand=SPC] .side-nav__heading span:hover {
  color: #182878;
}
body[data-brand=PAC] .side-nav__heading span:hover {
  color: #01766e;
}
body[data-brand=SAC] .side-nav__heading span:hover {
  color: #9a1519;
}
.side-nav__heading:after {
  content: "";
  background-image: url(/Static/dist/img/plus-dark.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.side-nav__heading_open:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.side-nav__heading.current:after {
  background-image: none;
}
.side-nav__sub-list {
  list-style-type: none;
  padding: 0;
}
.side-nav__sub-list a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #2d2d2d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 8px;
  transition: color 0.3s ease;
}
.side-nav__sub-list a:hover {
  text-decoration: none;
}
body[data-brand=DIST] .side-nav__sub-list a:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .side-nav__sub-list a:hover {
  color: #789f3e;
}
body[data-brand=NVC] .side-nav__sub-list a:hover {
  color: #90499c;
}
body[data-brand=SPC] .side-nav__sub-list a:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .side-nav__sub-list a:hover {
  color: #5b9982;
}
body[data-brand=SAC] .side-nav__sub-list a:hover {
  color: #ed1d24;
}
.side-nav__sub-list.level-1 .side-nav__list-item {
  border-bottom: none;
}
.side-nav__sub-list.level-2 {
  display: none;
  padding-left: 16px;
}
.side-nav__sub-list.level-2 .side-nav__list-item {
  border-bottom: none;
}
.side-nav__toggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  .side-nav__toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #2d2d2d;
    background: #f9f9f9;
    border: none;
    padding: 16px 18px;
    text-transform: uppercase;
    font-family: "din-2014", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 0.48px;
    letter-spacing: 0.03rem;
    position: relative;
  }
  .side-nav__toggle:after {
    content: "";
    background-image: url(/Static/dist/img/chevron-down-mini.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 8px;
    right: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  body[data-brand=DIST] .side-nav__toggle:after {
    background-color: #1e4f81;
  }
  body[data-brand=NLC] .side-nav__toggle:after {
    background-color: #416f06;
  }
  body[data-brand=NVC] .side-nav__toggle:after {
    background-color: #60357e;
  }
  body[data-brand=SPC] .side-nav__toggle:after {
    background-color: #182878;
  }
  body[data-brand=PAC] .side-nav__toggle:after {
    background-color: #01766e;
  }
  body[data-brand=SAC] .side-nav__toggle:after {
    background-color: #9a1519;
  }
  .side-nav__toggle_open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.side-nav--sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.Sidenav {
  margin: 0 0 30px;
}
.Sidenav .heading {
  position: relative;
  padding: 15px 20px;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "din-2014", sans-serif;
  text-transform: uppercase;
}
body[data-brand=DIST] .Sidenav .heading {
  background-color: #2b71b8;
}
body[data-brand=NLC] .Sidenav .heading {
  background-color: #789f3e;
}
body[data-brand=NVC] .Sidenav .heading {
  background-color: #90499c;
}
body[data-brand=SPC] .Sidenav .heading {
  background-color: #3a62d3;
}
body[data-brand=PAC] .Sidenav .heading {
  background-color: #5b9982;
}
body[data-brand=SAC] .Sidenav .heading {
  background-color: #ed1d24;
}
.Sidenav .menu {
  margin: 0;
  padding: 15px 12px;
  list-style: none;
  background: #e1e1e1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.Sidenav .navItem .title {
  position: relative;
}
.Sidenav .navItem .title:after {
  content: "";
  display: table;
  clear: both;
}
.Sidenav .navItem .title a {
  float: left;
  padding: 4px;
  color: #2d2d2d;
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
}
.Sidenav .navItem .title a:hover {
  text-decoration: underline;
}
body[data-brand=DIST] .Sidenav .navItem .title a:hover {
  color: #1e4f81;
}
body[data-brand=NLC] .Sidenav .navItem .title a:hover {
  color: #416f06;
}
body[data-brand=NVC] .Sidenav .navItem .title a:hover {
  color: #60357e;
}
body[data-brand=SPC] .Sidenav .navItem .title a:hover {
  color: #182878;
}
body[data-brand=PAC] .Sidenav .navItem .title a:hover {
  color: #01766e;
}
body[data-brand=SAC] .Sidenav .navItem .title a:hover {
  color: #9a1519;
}
.Sidenav .navItem .title .toggle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-family: sans-serif;
  cursor: pointer;
  line-height: 30px;
  line-height: 1.875rem;
}
.Sidenav .navItem .title .toggle:after {
  content: "+";
}
.Sidenav .navItem > ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(0, -10px);
      transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transition: visibility 0.3s, opacity 0.3s, height 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, height 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, height 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}
.Sidenav .navItem.active > .title .toggle {
  width: 38px;
}
.Sidenav .navItem.active > .title .toggle:after {
  content: "–";
}
.Sidenav .navItem.active > ul {
  height: auto;
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
body[data-brand=DIST] .Sidenav .navItem.current > .title a {
  color: #1e4f81;
}
body[data-brand=NLC] .Sidenav .navItem.current > .title a {
  color: #416f06;
}
body[data-brand=NVC] .Sidenav .navItem.current > .title a {
  color: #60357e;
}
body[data-brand=SPC] .Sidenav .navItem.current > .title a {
  color: #182878;
}
body[data-brand=PAC] .Sidenav .navItem.current > .title a {
  color: #01766e;
}
body[data-brand=SAC] .Sidenav .navItem.current > .title a {
  color: #9a1519;
}
.Sidenav .level1 > .navItem > .title a {
  max-width: 87.8048780488%;
}
.Sidenav .level2 > .navItem > .title a {
  max-width: 86.1111111111%;
}
.Sidenav .level3 > .navItem > .title a {
  color: #2d2d2d;
}
.Sidenav .level3 > .navItem > .title a:hover {
  color: #2d2d2d;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .Sidenav {
    position: relative;
    z-index: 110;
    margin: 0 0 20px;
  }
  .Sidenav .heading {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 40px 10px 36px;
    cursor: pointer;
    background-image: url(/Static/dist/img/kabob-white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 50% !important;
    background-size: 16px 16px !important;
  }
  .Sidenav .heading:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    height: 20px;
    width: 20px;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    background-image: url(/Static/dist/img/chevron-down-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
  }
  .Sidenav .menu {
    position: absolute;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translate(0, -30px);
        transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transition: visibility 0.3s, opacity 0.3s, height 0.3s, -webkit-transform 0.3s;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s, height 0.3s;
    transition: visibility 0.3s, opacity 0.3s, transform 0.3s, height 0.3s, -webkit-transform 0.3s;
    font-size: 17px;
    font-size: 1.0625rem;
    overflow: hidden;
  }
  .Sidenav .navItem .title a {
    padding: 10px 10px 10px 0;
  }
  .Sidenav .navItem .title .toggle {
    margin-top: -22px;
    width: 100%;
    height: 38px;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 41px;
    line-height: 2.5625rem;
  }
  .Sidenav .navItem .title .toggle .box-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 41px;
    line-height: 2.5625rem;
    border: 2px solid #9f9f9f;
  }
  .Sidenav .navItem .title .toggle .box-icon:before {
    content: "";
    display: block;
    height: 20px;
    width: 5px;
    background-color: #2d2d2d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: 0.3s all ease-in-out;
  }
  .Sidenav .navItem .title .toggle .box-icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    background-color: #2d2d2d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: 0.3s all ease-in-out;
  }
  .Sidenav .navItem .title .toggle:before, .Sidenav .navItem .title .toggle:after {
    display: none;
  }
  .Sidenav .navItem.active > .title .toggle .box-icon:before {
    height: 0;
  }
  .Sidenav .navItem.active > .title .toggle .box-icon:after {
    content: "";
    width: 15px;
  }
  .Sidenav .navItem.active > .title .toggle:before, .Sidenav .navItem.active > .title .toggle:after {
    display: none;
  }
  .Sidenav-isOpen .Sidenav .heading:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .Sidenav-isOpen .Sidenav .menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@media print {
  .Sidenav {
    display: none;
  }

  .side-nav {
    display: none;
  }
}
.SiteAlert {
  display: none;
  position: relative;
  z-index: 120;
  background: #e30303;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
.SiteAlert a {
  color: inherit;
  text-decoration: underline;
  margin: 0 5px;
}
.SiteAlert a:hover {
  text-decoration: none;
}
@media screen and (min-width: 750px) {
  .SiteAlert .social {
    float: right;
  }
}
.SiteAlert .content ul {
  margin: 0;
  padding: 0;
}
.SiteAlert .content ul .Container {
  position: relative;
}
.SiteAlert .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #2d2d2d;
  position: relative;
}
.SiteAlert .content ul li:last-child {
  border-bottom: 0;
}
.SiteAlert .content .message {
  width: calc(100% - 135px);
  float: left;
}
@media screen and (min-width: 750px) {
  .SiteAlert .content .message {
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@media screen and (max-width: 749px) {
  .SiteAlert .content .message {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
}
.SiteAlert .content .alert-icons {
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 20px;
}
@media screen and (min-width: 750px) {
  .SiteAlert .content .alert-icons {
    position: absolute;
    right: 15px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1400px) {
  .SiteAlert .content .alert-icons {
    right: 0;
  }
}
@media screen and (max-width: 749px) {
  .SiteAlert .content .alert-icons {
    width: 100%;
  }
}
.SiteAlert .content .alert-icons li {
  display: block;
  padding: 0;
  border-bottom: none;
  width: 35px;
}
.SiteAlert .content .alert-icons li a {
  margin: 0 5px;
  text-decoration: none;
}
.SiteAlert .content .alert-icons li svg {
  height: 20px;
  width: 20px;
}
.SiteAlert .content .alert-icons li svg path {
  fill: #fff;
}
.SiteAlert .content .alert-icons.black li svg path {
  fill: #000;
}
.SiteAlert-isOpen .SiteAlert {
  display: block;
}
@media screen and (max-width: 1023px) {
  .SiteAlert > .Container {
    padding-right: 0;
  }
}

.SiteAlertModal {
  padding: 0px;
}
.SiteAlertModal [aria-hidden=true] {
  display: none;
}
.SiteAlertModal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  z-index: 1;
  margin: 10px 10px 0 0;
}
.SiteAlertModal .close:hover:before, .SiteAlertModal .close:hover:after {
  background-color: #edb01d;
}
.SiteAlertModal .close:before, .SiteAlertModal .close:after {
  content: "";
  height: 3px;
  width: 30px;
  position: absolute;
  background-color: #909090;
  top: 50%;
  right: 0;
  -webkit-transform: transition(-50%, -50%);
      -ms-transform: transition(-50%, -50%);
          transform: transition(-50%, -50%);
  transition: 0.3s all;
}
.SiteAlertModal .close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.SiteAlertModal .close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.SiteAlertModal .content {
  position: relative;
}
.SiteAlertModal .alert-heading {
  width: 100%;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  color: #e30303;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  padding-right: 25px;
}
.SiteAlertModal .alert-list {
  list-style: none;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.SiteAlertModal .alert-list li {
  display: none;
  height: 100%;
  width: 100%;
  border-width: 10px;
  border-style: solid;
  margin: 0;
  padding: 20px;
}
.SiteAlertModal .alert-list li.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.SiteAlertModal .alert-list li .socialimage {
  border-style: none;
  width: auto;
  margin: 0;
}
.SiteAlertModal .message {
  width: 100%;
  margin: 0 0 30px;
}
.SiteAlertModal .alert-text {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  color: #333;
  font-size: 48px;
  font-size: 3rem;
  line-height: 54px;
  line-height: 3.375rem;
}
.SiteAlertModal .alert-link {
  margin: 0 0 20px;
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: underline;
}
body[data-brand=DIST] .SiteAlertModal .alert-link {
  color: #1e4f81;
}
body[data-brand=NLC] .SiteAlertModal .alert-link {
  color: #416f06;
}
body[data-brand=NVC] .SiteAlertModal .alert-link {
  color: #60357e;
}
body[data-brand=SPC] .SiteAlertModal .alert-link {
  color: #182878;
}
body[data-brand=PAC] .SiteAlertModal .alert-link {
  color: #01766e;
}
body[data-brand=SAC] .SiteAlertModal .alert-link {
  color: #9a1519;
}
.SiteAlertModal .alert-icons {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 20px;
}
.SiteAlertModal .alert-icons li {
  display: block;
  padding: 0;
  border-bottom: none;
}
.SiteAlertModal .alert-icons li a {
  margin: 0 5px;
}
.SiteAlertModal .alert-icons li svg {
  height: 40px;
  width: 40px;
}
body[data-brand=DIST] .SiteAlertModal .alert-icons li svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .SiteAlertModal .alert-icons li svg path {
  fill: #416f06;
}
body[data-brand=NVC] .SiteAlertModal .alert-icons li svg path {
  fill: #60357e;
}
body[data-brand=SPC] .SiteAlertModal .alert-icons li svg path {
  fill: #182878;
}
body[data-brand=PAC] .SiteAlertModal .alert-icons li svg path {
  fill: #01766e;
}
body[data-brand=SAC] .SiteAlertModal .alert-icons li svg path {
  fill: #9a1519;
}
.SiteAlertModal .alert-nav {
  -webkit-flex: 1 1 170px;
      -ms-flex: 1 1 170px;
          flex: 1 1 170px;
  text-align: right;
}
.SiteAlertModal .arrow-button {
  position: relative;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  padding-right: 25px;
  background: transparent;
  border: 0;
  text-decoration: none;
  transition: 0.3s;
  margin: 0 10px 10px 0;
}
body[data-brand=DIST] .SiteAlertModal .arrow-button {
  color: #2d2d2d;
}
body[data-brand=NLC] .SiteAlertModal .arrow-button {
  color: #2d2d2d;
}
body[data-brand=NVC] .SiteAlertModal .arrow-button {
  color: #2d2d2d;
}
body[data-brand=SPC] .SiteAlertModal .arrow-button {
  color: #2d2d2d;
}
body[data-brand=PAC] .SiteAlertModal .arrow-button {
  color: #2d2d2d;
}
body[data-brand=SAC] .SiteAlertModal .arrow-button {
  color: #2d2d2d;
}
body[data-brand=DIST] .SiteAlertModal .arrow-button:hover {
  color: #245f9b;
}
body[data-brand=NLC] .SiteAlertModal .arrow-button:hover {
  color: #568118;
}
body[data-brand=NVC] .SiteAlertModal .arrow-button:hover {
  color: #713e94;
}
body[data-brand=SPC] .SiteAlertModal .arrow-button:hover {
  color: #2c4aa0;
}
body[data-brand=PAC] .SiteAlertModal .arrow-button:hover {
  color: #4c806d;
}
body[data-brand=SAC] .SiteAlertModal .arrow-button:hover {
  color: #c9362f;
}
.SiteAlertModal .arrow-button:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
body[data-brand=DIST] .SiteAlertModal .arrow-button:hover svg path {
  fill: #245f9b;
}
body[data-brand=NLC] .SiteAlertModal .arrow-button:hover svg path {
  fill: #568118;
}
body[data-brand=NVC] .SiteAlertModal .arrow-button:hover svg path {
  fill: #713e94;
}
body[data-brand=SPC] .SiteAlertModal .arrow-button:hover svg path {
  fill: #2c4aa0;
}
body[data-brand=PAC] .SiteAlertModal .arrow-button:hover svg path {
  fill: #4c806d;
}
body[data-brand=SAC] .SiteAlertModal .arrow-button:hover svg path {
  fill: #c9362f;
}
.SiteAlertModal .arrow-button svg {
  width: 14px;
  height: 23px;
  position: absolute;
  top: 3px;
  right: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition: 0.3s all;
}
.SiteAlertModal .arrow-button svg path {
  transition: 0.3s all;
}
body[data-brand=DIST] .SiteAlertModal .arrow-button svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .SiteAlertModal .arrow-button svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .SiteAlertModal .arrow-button svg path {
  fill: #90499c;
}
body[data-brand=SPC] .SiteAlertModal .arrow-button svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .SiteAlertModal .arrow-button svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .SiteAlertModal .arrow-button svg path {
  fill: #ed1d24;
}
@media screen and (max-width: 499px) {
  .SiteAlertModal .message {
    margin: 0 0 15px;
  }
  .SiteAlertModal .alert-text {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 41px;
    line-height: 2.5625rem;
  }
  .SiteAlertModal .alert-nav {
    padding-top: 10px;
  }
}

.ui-widget {
  font-family: "Open Sans", sans-serif;
}

.ui-front {
  z-index: 1000;
}

.ui-selectmenu-button.ui-button {
  max-width: 410px;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 5px 8px;
}

.ui-selectmenu-button.ui-button:hover {
  color: inherit;
}

.ui-selectmenu-icon.ui-icon {
  width: 20px;
  height: 12px;
  background-image: url(/Static/dist/img/down-arrow.svg);
  background-position: center;
  margin-top: 7px;
}

.ui-selectmenu-button.ui-button:focus .ui-icon,
.ui-selectmenu-button.ui-button:hover .ui-icon {
  background-image: url(/Static/dist/img/down-arrow.svg);
}

.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu .ui-widget-content .ui-state-active {
  border: none;
}

@keyframes lds-ripple {
  0% {
    top: 88px;
    left: 88px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 14px;
    left: 14px;
    width: 148px;
    height: 148px;
    opacity: 0;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 88px;
    left: 88px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 14px;
    left: 14px;
    width: 148px;
    height: 148px;
    opacity: 0;
  }
}
.lds-ripple {
  position: relative;
  margin: 0 auto;
}

.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 12px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1.6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1.6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(1) {
  border-color: #6b7c93;
}

.lds-ripple div:nth-child(2) {
  border-color: #6b7c93;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.lds-ripple {
  width: 89px !important;
  height: 89px !important;
  -webkit-transform: translate(-44.5px, -44.5px) scale(0.445) translate(44.5px, 44.5px);
  -ms-transform: translate(-44.5px, -44.5px) scale(0.445) translate(44.5px, 44.5px);
      transform: translate(-44.5px, -44.5px) scale(0.445) translate(44.5px, 44.5px);
}

.prettydropdown {
  position: relative;
  width: 100% !important;
  max-width: 500px !important;
  display: inline-block;
}

.prettydropdown.loading {
  min-width: 0;
}

.prettydropdown > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  box-sizing: content-box;
  cursor: pointer;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  z-index: 1;
  outline: none;
}

.prettydropdown.loading > ul {
  visibility: hidden;
  white-space: nowrap;
}

.prettydropdown:not(.disabled) > ul.active {
  width: 100%;
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
  color: #fff;
}
body[data-brand=DIST] .prettydropdown:not(.disabled) > ul.active {
  border-color: #1e4f81;
}
body[data-brand=NLC] .prettydropdown:not(.disabled) > ul.active {
  border-color: #416f06;
}
body[data-brand=NVC] .prettydropdown:not(.disabled) > ul.active {
  border-color: #60357e;
}
body[data-brand=SPC] .prettydropdown:not(.disabled) > ul.active {
  border-color: #182878;
}
body[data-brand=PAC] .prettydropdown:not(.disabled) > ul.active {
  border-color: #01766e;
}
body[data-brand=SAC] .prettydropdown:not(.disabled) > ul.active {
  border-color: #9a1519;
}

.prettydropdown > ul.active:focus {
  outline: none;
}

.prettydropdown > ul.active.reverse {
  top: auto;
  bottom: 0;
}

.prettydropdown > ul > li {
  position: relative;
  background-color: transparent;
  width: 100% !important;
  max-width: 500px !important;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  margin: 0;
  padding: 0 15px;
}

.prettydropdown.loading > ul > li {
  min-width: 0;
  display: block;
  padding-right: 0.8rem;
}

.prettydropdown > ul[aria-expanded=false] > li.selected {
  background-color: rgba(45, 45, 45, 0.8);
  background-image: url(/Static/dist/img/sort.svg);
  background-size: 22px 31px;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding: 16px 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  width: 100%;
  max-width: 310px;
  margin-bottom: 40px;
  position: relative;
  padding-right: 44px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body[data-brand=DIST] .prettydropdown > ul[aria-expanded=false] > li.selected {
  border-color: #2b71b8;
}
body[data-brand=NLC] .prettydropdown > ul[aria-expanded=false] > li.selected {
  border-color: #789f3e;
}
body[data-brand=NVC] .prettydropdown > ul[aria-expanded=false] > li.selected {
  border-color: #90499c;
}
body[data-brand=SPC] .prettydropdown > ul[aria-expanded=false] > li.selected {
  border-color: #3a62d3;
}
body[data-brand=PAC] .prettydropdown > ul[aria-expanded=false] > li.selected {
  border-color: #5b9982;
}
body[data-brand=SAC] .prettydropdown > ul[aria-expanded=false] > li.selected {
  border-color: #ed1d24;
}
@media screen and (max-width: 749px) {
  .prettydropdown > ul[aria-expanded=false] > li.selected {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.prettydropdown > ul[aria-expanded=true] > li.selected {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 749px) {
  .prettydropdown > ul[aria-expanded=true] > li.selected {
    position: relative;
    background-color: transparent;
  }
  .prettydropdown > ul[aria-expanded=true] > li.selected:before, .prettydropdown > ul[aria-expanded=true] > li.selected:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #edb01d;
    opacity: 0.23;
  }
  .prettydropdown > ul[aria-expanded=true] > li.selected:before {
    top: 0;
  }
  .prettydropdown > ul[aria-expanded=true] > li.selected:after {
    bottom: 0;
  }
}

.prettydropdown > ul[aria-expanded=true] > li {
  padding: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.prettydropdown > ul:not(.active) > li:not(.selected):first-child {
  color: transparent;
  /* Prevent FOUC */
}

.prettydropdown > ul.active > li {
  color: #fff;
}
body[data-brand=DIST] .prettydropdown > ul.active > li {
  background-color: #1e4f81;
}
body[data-brand=NLC] .prettydropdown > ul.active > li {
  background-color: #416f06;
}
body[data-brand=NVC] .prettydropdown > ul.active > li {
  background-color: #60357e;
}
body[data-brand=SPC] .prettydropdown > ul.active > li {
  background-color: #182878;
}
body[data-brand=PAC] .prettydropdown > ul.active > li {
  background-color: #01766e;
}
body[data-brand=SAC] .prettydropdown > ul.active > li {
  background-color: #9a1519;
}

.prettydropdown > ul > li:first-child, .prettydropdown > ul.active > li {
  display: block;
}

.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover:after {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  body[data-brand=DIST] .prettydropdown > ul.active > li:not(.label):hover, body[data-brand=DIST] .prettydropdown > ul.active > li.hover:not(.label), body[data-brand=DIST] .prettydropdown > ul.active > li:first-child:hover:after {
    background-color: #2b71b8;
  }
  body[data-brand=NLC] .prettydropdown > ul.active > li:not(.label):hover, body[data-brand=NLC] .prettydropdown > ul.active > li.hover:not(.label), body[data-brand=NLC] .prettydropdown > ul.active > li:first-child:hover:after {
    background-color: #789f3e;
  }
  body[data-brand=NVC] .prettydropdown > ul.active > li:not(.label):hover, body[data-brand=NVC] .prettydropdown > ul.active > li.hover:not(.label), body[data-brand=NVC] .prettydropdown > ul.active > li:first-child:hover:after {
    background-color: #90499c;
  }
  body[data-brand=SPC] .prettydropdown > ul.active > li:not(.label):hover, body[data-brand=SPC] .prettydropdown > ul.active > li.hover:not(.label), body[data-brand=SPC] .prettydropdown > ul.active > li:first-child:hover:after {
    background-color: #3a62d3;
  }
  body[data-brand=PAC] .prettydropdown > ul.active > li:not(.label):hover, body[data-brand=PAC] .prettydropdown > ul.active > li.hover:not(.label), body[data-brand=PAC] .prettydropdown > ul.active > li:first-child:hover:after {
    background-color: #5b9982;
  }
  body[data-brand=SAC] .prettydropdown > ul.active > li:not(.label):hover, body[data-brand=SAC] .prettydropdown > ul.active > li.hover:not(.label), body[data-brand=SAC] .prettydropdown > ul.active > li:first-child:hover:after {
    background-color: #ed1d24;
  }
}

.prettydropdown > ul.active > li.nohover {
  color: #fff !important;
}
body[data-brand=DIST] .prettydropdown > ul.active > li.nohover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .prettydropdown > ul.active > li.nohover {
  background-color: #416f06;
}
body[data-brand=NVC] .prettydropdown > ul.active > li.nohover {
  background-color: #60357e;
}
body[data-brand=SPC] .prettydropdown > ul.active > li.nohover {
  background-color: #182878;
}
body[data-brand=PAC] .prettydropdown > ul.active > li.nohover {
  background-color: #01766e;
}
body[data-brand=SAC] .prettydropdown > ul.active > li.nohover {
  background-color: #9a1519;
}

.prettydropdown > ul.active > li.hover:before, .prettydropdown > ul.active > li.nohover:after {
  border-top-color: #fff !important;
}

.prettydropdown > ul.active > li.hover:after, .prettydropdown > ul.active > li.nohover:before {
  border-top-color: #fff !important;
}

.prettydropdown.arrow.small > ul > li.selected:before, .prettydropdown.arrow.small > ul > li.selected:after {
  top: 4px;
  height: 8px;
  border-width: 4px;
}

.prettydropdown.arrow > ul > li.selected:before {
  border-top-color: #fff;
  /* Arrow color */
}

.prettydropdown.arrow.small > ul > li.selected:after {
  top: 2px;
  /* Chevron thickness */
}

.prettydropdown.arrow.triangle > ul > li.selected:after {
  content: none;
}

.prettydropdown > ul:hover > li.selected:before {
  border-top-color: #fff;
}

.prettydropdown > ul.active > li.selected:before,
.prettydropdown > ul.active > li.selected:after {
  border: none;
}

.prettydropdown > ul:not(.active) > li > span.checked {
  display: none;
}

/* Multi-Select */
.prettydropdown.multiple > ul > li.selected {
  overflow: hidden;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prettydropdown > ul > li > span.checked {
  clear: both;
  float: right;
  height: 27px;
  width: 15px;
  font-size: 0px;
  font-size: 0;
  background-image: url(/Static/dist/img/dropdowns-active-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px 27px;
  background-position: 50% 50%;
  opacity: 0.78;
}
@media screen and (max-width: 749px) {
  .prettydropdown > ul > li > span.checked {
    background-image: url(/Static/dist/img/dropdowns-active-arrow-mobile.svg);
    background-repeat: no-repeat;
    background-size: 15px 27px;
    background-position: 50% 50%;
    opacity: 0.59;
  }
}

/* Option Groups */
.prettydropdown > ul > li.label {
  cursor: default;
  font-weight: bold;
}

.prettydropdown > ul > li.label:first-child,
.prettydropdown.classic > ul > li.label ~ li.selected {
  border-top: none;
}

.prettydropdown > ul > li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic > ul.active > li.label ~ li:not(.label) {
  padding-left: 1.6rem;
}

/* Classic Behavior */
.prettydropdown.classic > ul:not(.active) > li.selected:not(:first-child) {
  position: absolute;
  top: 0;
  display: block;
}

/* Disabled */
.prettydropdown.disabled, .prettydropdown > ul > li.disabled {
  opacity: 0.3;
}

.prettydropdown.disabled > ul > li, .prettydropdown > ul > li.disabled {
  cursor: not-allowed;
}

/* Divider Lines */
.prettydropdown.multiple > ul > li.selected + li, .prettydropdown.multiple > ul.reverse > li.selected,
.prettydropdown > ul > li.label, .prettydropdown > ul > li.label ~ li.selected {
  border-top-color: #fff;
}

.Home-getting-started {
  color: #fff;
  overflow: hidden;
  padding: 144px 0 64px;
  background: radial-gradient(100% 100% at 50% 100%, rgba(43, 113, 184, 0.1) 0%, rgba(43, 113, 184, 0) 100%), #FFF;
  border-bottom: 1px solid rgba(30, 79, 129, 0.1);
}
@media screen and (max-width: 1023px) {
  .Home-getting-started {
    padding: 32px 0;
  }
}
.Home-getting-started .block-title {
  margin-bottom: 40px;
}
.Home-getting-started .block-title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
  color: #2d2d2d;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .Home-getting-started .block-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 749px) {
  .Home-getting-started .block-title {
    margin-bottom: 24px;
  }
}
.Home-getting-started .map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.Home-getting-started .map-container .map {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .Home-getting-started .map-container .map {
    max-width: 100%;
  }
}
.Home-getting-started .map-container .map p {
  width: 100%;
  padding: 0;
}
.Home-getting-started .map-container .map p iframe {
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  border: 1px solid #E1E1E1;
}
.Home-getting-started .map-container .locations {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 749px) {
  .Home-getting-started .map-container .locations {
    display: none;
  }
}
.Home-getting-started .map-container .locations h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  padding: 0;
}
.Home-getting-started .map-container .locations .address, .Home-getting-started .map-container .locations .phone {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}
.Home-getting-started .map-container .locations .pac h6 {
  color: #01766e;
}
.Home-getting-started .map-container .locations .nlc h6 {
  color: #416f06;
}
.Home-getting-started .map-container .locations .nvc h6 {
  color: #60357e;
}
.Home-getting-started .map-container .locations .spc h6 {
  color: #182878;
}
.Home-getting-started .map-container .locations .sac h6 {
  color: #9a1519;
}
.Home-getting-started .sub-text {
  padding-bottom: 90px;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .Home-getting-started .sub-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .Home-getting-started .sub-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Home-getting-started .steps-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin: 0;
  list-style-type: none;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .Home-getting-started .steps-list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 499px) {
  .Home-getting-started .steps-list {
    margin: 0;
  }
}
.Home-getting-started .steps-list .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 850px) {
  .Home-getting-started .steps-list .item {
    display: block;
    max-width: 100%;
  }
}
.Home-getting-started .steps-list .item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: linear-gradient(180deg, #0E4F91 0%, #13273E 100%);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 32px;
  width: 100%;
  position: relative;
}
.Home-getting-started .steps-list .item a:hover {
  box-shadow: 0px 8px 12px -2px rgba(0, 0, 0, 0.15), 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.Home-getting-started .steps-list .item a:hover::before {
  opacity: 1;
}
.Home-getting-started .steps-list .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .Home-getting-started .steps-list .item a {
    padding: 24px;
  }
}
.Home-getting-started .steps-list .item a .image-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 99px;
  padding: 9px;
  background: #E5EEF9;
}
.Home-getting-started .steps-list .item a .image {
  height: 30px;
  width: 30px;
  object-fit: cover;
}
.Home-getting-started .steps-list .item a .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
  height: 100%;
}
.Home-getting-started .steps-list .item a .content h2 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .Home-getting-started .steps-list .item a .content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Home-getting-started .steps-list .item a .content .description {
  font-family: "Open Sans", sans-serif;
  color: #DAECFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  opacity: 0.8;
}
@media screen and (max-width: 749px) {
  .Home-getting-started .steps-list .item a .content .description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Home-getting-started .steps-list .item a .content .description p {
  padding: 0;
}
.Home-getting-started .steps-list .item a .wrap-more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  margin-top: auto;
}
.Home-getting-started .steps-list .item a .card-link {
  text-decoration: none;
}
[data-template=generalTemplate] .Home-getting-started {
  background-color: #262626;
}
@media screen and (max-width: 1247px) {
  [data-template=generalTemplate] .Home-getting-started {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1248px) {
  [data-template=generalTemplate] .Home-getting-started {
    margin-left: calc(-100vw / 2 + 1208px / 2);
    margin-right: calc(-100vw / 2 + 1208px / 2);
  }
}
@media screen and (max-width: 1023px) {
  [data-template=generalTemplate] .TwoColWrapper .rightCol .Home-getting-started {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  [data-template=generalTemplate] .TwoColWrapper .rightCol .Home-getting-started {
    margin-left: 0;
    margin-right: 0;
  }
}

.Promise-landing-page .Global-getting-started {
  padding: 0;
}
.Promise-landing-page .Global-getting-started .steps-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin: 0;
  list-style-type: none;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .Promise-landing-page .Global-getting-started .steps-list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.Promise-landing-page .Global-getting-started .steps-list .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: none;
  position: relative;
  padding: 0;
  background: none;
}
@media screen and (max-width: 1023px) {
  .Promise-landing-page .Global-getting-started .steps-list .item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 499px) {
  .Promise-landing-page .Global-getting-started .steps-list .item {
    margin: 0;
  }
}
@media screen and (max-width: 850px) {
  .Promise-landing-page .Global-getting-started .steps-list .item {
    display: block;
    max-width: 100%;
  }
}
.Promise-landing-page .Global-getting-started .steps-list .item .image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.Promise-landing-page .Global-getting-started .steps-list .item .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(180deg, rgba(30, 79, 129, 0) 35%, rgba(30, 79, 129, 0.99) 67%);
  border-radius: 8px;
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  .Promise-landing-page .Global-getting-started .steps-list .item .image-wrapper:after {
    background: linear-gradient(180deg, rgba(30, 79, 129, 0) 15%, rgba(30, 79, 129, 0.99) 50%);
  }
}
.Promise-landing-page .Global-getting-started .steps-list .item .image {
  width: 100%;
  max-height: 100%;
  border-radius: 8px;
  aspect-ratio: 4/3;
  object-fit: cover;
  height: auto;
}
@media screen and (max-width: 749px) {
  .Promise-landing-page .Global-getting-started .steps-list .item .image {
    aspect-ratio: 1;
  }
}
.Promise-landing-page .Global-getting-started .steps-list .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 12px;
}
.Promise-landing-page .Global-getting-started .steps-list .item .content h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06);
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .Promise-landing-page .Global-getting-started .steps-list .item .content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Promise-landing-page .Global-getting-started .steps-list .item .content .description p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06);
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .Promise-landing-page .Global-getting-started .steps-list .item .content .description p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Promise-landing-page .Global-getting-started .steps-list .item .content .description p a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.Promise-landing-page .Global-getting-started .steps-list .item .content .wrap-more {
  left: 20px;
  right: 20px;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: static;
  padding-top: 15px;
}
.Promise-landing-page .Global-getting-started .steps-list .item .content .wrap-more .more:after {
  display: none;
}
.Promise-landing-page .Global-getting-started .steps-list .item:before, .Promise-landing-page .Global-getting-started .steps-list .item:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .Promise-landing-page .grey-bg .Global-getting-started {
    overflow: visible;
  }
}

.steps-block-cta {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (max-width: 1232px) {
  .steps-block-cta {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.steps-block-cta__steps-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin: 0;
  list-style-type: none;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .steps-block-cta__steps-list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.steps-block-cta__steps-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 850px) {
  .steps-block-cta__steps-list li {
    display: block;
    max-width: 100%;
  }
}
.steps-block-cta__steps-list li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: linear-gradient(180deg, #0E4F91 0%, #13273E 100%);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 32px;
  width: 100%;
  position: relative;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.steps-block-cta__steps-list li a:hover {
  box-shadow: 0px 8px 12px -2px rgba(0, 0, 0, 0.15), 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.steps-block-cta__steps-list li a:hover::before {
  opacity: 1;
}
.steps-block-cta__steps-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.steps-block-cta__steps-list li a .cta-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
  height: 100%;
}
.steps-block-cta__steps-list li a .cta-container .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 99px;
  background: #E5EEF9;
  padding: 9px;
  width: -webkit-fit-content;
  width: fit-content;
}
.steps-block-cta__steps-list li a .cta-container .icon svg {
  width: 30px;
  height: 30px;
}
.steps-block-cta__steps-list li a .cta-container h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .steps-block-cta__steps-list li a .cta-container h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.steps-block-cta__steps-list li a .cta-container .desc {
  color: #DAECFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  opacity: 0.8;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 749px) {
  .steps-block-cta__steps-list li a .cta-container .desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
.steps-block-cta__steps-list li a .cta-container .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.steps-block-cta__steps-list li a .cta-container .button p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  color: #FFFFFF;
  display: inline-block;
  padding: 0;
}
.steps-block-cta__steps-list li a .cta-container .button p:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .steps-block-cta__steps-list li a .cta-container .button p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.steps-block-cta__steps-list li a .cta-container .button svg {
  position: relative;
  margin: 0 0 0 10px;
}
.steps-block-cta__steps-list li a .cta-container .button svg path {
  fill: #fff;
}

.Institutes-Heroblock {
  background-size: cover;
  padding: 40px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media screen and (max-width: 499px) {
  .Institutes-Heroblock {
    padding: 25px 0px;
  }
}
.Institutes-Heroblock .heroblock-content h1 {
  font-family: "din-2014", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  color: white;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 749px) {
  .Institutes-Heroblock .heroblock-content h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 499px) {
  .Institutes-Heroblock .heroblock-content h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.Institutes-Heroblock .heroblock-content .Search-box {
  padding: 20px 0;
}
@media screen and (max-width: 499px) {
  .Institutes-Heroblock .heroblock-content .Search-box {
    padding: 25px 0;
  }
}
.Institutes-Heroblock .heroblock-content .Search-box .institute-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 850px;
  margin: auto;
}
.Institutes-Heroblock .heroblock-content .Search-box .institute-search .search-params {
  width: calc(85% - 100px);
  margin: 0 20px;
}
.Institutes-Heroblock .heroblock-content .Search-box .institute-search input[type=text] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  line-height: 60px;
  line-height: 3.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 896px;
  border-width: 2px;
  border-color: #acacac;
  border-style: solid;
  padding: 0 15px;
  overflow: hidden;
}
.no-flexbox .Institutes-Heroblock .heroblock-content .Search-box .institute-search input[type=text] {
  display: table;
  margin: 0 auto 25px;
}
@media screen and (max-width: 749px) {
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search input[type=text] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 499px) {
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search input[type=text] {
    font-size: 14px;
    font-size: 0.875rem;
    width: 95%;
  }
}
.Institutes-Heroblock .heroblock-content .Search-box .institute-search button {
  width: 68px;
  height: 64px;
  border: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  background-color: #edb01d;
  margin-right: 22px;
  transition: 0.3s all;
}
.Institutes-Heroblock .heroblock-content .Search-box .institute-search button .icon {
  display: block;
  width: 68px;
  height: 64px;
  padding-right: 22px;
  background-color: #edb01d;
  background-image: url(/Static/dist/img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(50% + 3px);
  background-size: 35px 35px;
  transition: 0.3s all;
}
@media screen and (min-width: 750px) {
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search button:after {
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 22px solid #edb01d;
    transition: 0.3s all;
  }
}
.Institutes-Heroblock .heroblock-content .Search-box .institute-search button .mobile-only {
  display: none;
}
@media screen and (max-width: 749px) {
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search button .mobile-only {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search {
    display: block;
  }
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search .search-params {
    margin: auto;
    width: 95%;
  }
}
@media screen and (max-width: 749px) and (max-width: 499px) {
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search .search-params {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search button {
    width: 95%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: unset;
    margin: auto;
  }
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search button .mobile-only {
    margin: auto;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .Institutes-Heroblock .heroblock-content .Search-box .institute-search button .icon {
    padding-right: unset;
    background-color: unset;
    position: relative;
    right: 20px;
  }
}
.Institutes-Heroblock .heroblock-content .institute-hero-description {
  max-width: 600px;
  display: block;
  margin: auto;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  text-align: center;
  padding: 30px 0 45px 0;
}
@media screen and (max-width: 499px) {
  .Institutes-Heroblock .heroblock-content .institute-hero-description {
    line-height: 27px;
    line-height: 1.6875rem;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 0 5px 0;
  }
}

body[data-template=InstitutesTemplate] .Header.Nav-isClosed {
  border-bottom: unset;
}
body[data-template=InstitutesTemplate] .Container {
  padding: 0 20px;
}

#black-underlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}

.Institute-Page-Cards {
  background-color: #262626;
  padding: 0 0 75px 0;
  overflow: hidden;
}
@media screen and (max-width: 499px) {
  .Institute-Page-Cards {
    padding: 0 0 35px 0;
  }
}
.Institute-Page-Cards .page-card-content {
  text-align: center;
  padding: 0px 20px 0;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 499px) {
  .Institute-Page-Cards .page-card-content {
    padding: 0px 20px 0;
  }
}
.Institute-Page-Cards .page-card-content h4 {
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (max-width: 749px) {
  .Institute-Page-Cards .page-card-content h4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
.Institute-Page-Cards .page-card-content p {
  color: white;
  line-height: 24px;
  line-height: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.Institute-Page-Cards .page-card-content a {
  color: #EDB01E;
}
.Institute-Page-Cards .page-card-content .page-card-button {
  display: block;
  margin: auto;
  border: 2px solid #519DE3;
  background-color: #363636;
  max-width: 386px;
  transition: 0.4s ease-in-out;
}
.Institute-Page-Cards .page-card-content .page-card-button:hover {
  opacity: 0.7;
  text-decoration: unset;
}
.Institute-Page-Cards .page-card-content .page-card-button .button {
  margin: auto;
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  padding: 13px;
}
.Institute-Page-Cards .page-card-content .page-card-button svg {
  margin: 0 0 0 10px;
  position: relative;
  top: 2px;
}
.Institute-Page-Cards .page-card-content .disclaimer-text {
  padding: 25px 0 0 0;
}
.Institute-Page-Cards .upcoming-events {
  width: 100%;
  padding-top: 50px;
  padding-left: 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .Institute-Page-Cards .upcoming-events {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 499px) {
  .Institute-Page-Cards .upcoming-events {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.Institute-Page-Cards .upcoming-events .Container {
  position: relative;
  max-width: 1208px;
}
@media screen and (max-width: 749px) {
  .Institute-Page-Cards .upcoming-events .Container {
    max-width: 100%;
    max-width: 415px;
  }
}
.Institute-Page-Cards .upcoming-events .main-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
}
body[data-brand=DIST] .Institute-Page-Cards .upcoming-events .main-title {
  color: #1e4f81;
}
body[data-brand=NLC] .Institute-Page-Cards .upcoming-events .main-title {
  color: #416f06;
}
body[data-brand=NVC] .Institute-Page-Cards .upcoming-events .main-title {
  color: #60357e;
}
body[data-brand=SPC] .Institute-Page-Cards .upcoming-events .main-title {
  color: #182878;
}
body[data-brand=PAC] .Institute-Page-Cards .upcoming-events .main-title {
  color: #01766e;
}
body[data-brand=SAC] .Institute-Page-Cards .upcoming-events .main-title {
  color: #9a1519;
}
.Institute-Page-Cards .upcoming-events .upcoming-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.Institute-Page-Cards .upcoming-events .upcoming-list .item {
  opacity: 0;
  visibility: hidden;
  transition: 1s opacity ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 750px) {
  .Institute-Page-Cards .upcoming-events .upcoming-list .item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 749px) {
  .Institute-Page-Cards .upcoming-events .upcoming-list .item {
    box-shadow: 2px 2px 25px 2px rgba(0, 0, 0, 0.3);
    width: 95%;
  }
}
@media screen and (min-width: 750px) {
  .Institute-Page-Cards .upcoming-events .upcoming-list .item.active {
    margin-bottom: 50px;
  }
}
.Institute-Page-Cards .upcoming-events .upcoming-list .item.active:last-child {
  margin-bottom: 0;
}
.Institute-Page-Cards .upcoming-events .upcoming-list .item.active {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
.Institute-Page-Cards .upcoming-events .upcoming-list .item .thumbnail-image {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 749px) {
  .Institute-Page-Cards .upcoming-events .upcoming-list .item .content {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Institute-Page-Cards .upcoming-events .upcoming-list .item .content .title a {
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
}
.Institute-Page-Cards .upcoming-events .upcoming-list .item .content .title a:hover {
  color: #2d2d2d;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .Institute-Page-Cards .upcoming-events .upcoming-list .item .content .title a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.Institute-Page-Cards .upcoming-events .upcoming-list .item .content .date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
body[data-brand=DIST] .Institute-Page-Cards .upcoming-events .upcoming-list .item .content .date {
  color: #1e4f81;
}
body[data-brand=NLC] .Institute-Page-Cards .upcoming-events .upcoming-list .item .content .date {
  color: #416f06;
}
body[data-brand=NVC] .Institute-Page-Cards .upcoming-events .upcoming-list .item .content .date {
  color: #60357e;
}
body[data-brand=SPC] .Institute-Page-Cards .upcoming-events .upcoming-list .item .content .date {
  color: #182878;
}
body[data-brand=PAC] .Institute-Page-Cards .upcoming-events .upcoming-list .item .content .date {
  color: #01766e;
}
body[data-brand=SAC] .Institute-Page-Cards .upcoming-events .upcoming-list .item .content .date {
  color: #9a1519;
}
@media screen and (max-width: 1023px) {
  .Institute-Page-Cards .upcoming-events .upcoming-list .item .content .date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Institute-Page-Cards .upcoming-events .upcoming-list .item .content .desc {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 749px) {
  .Institute-Page-Cards .upcoming-events .upcoming-list .item .content .desc {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .Institute-Page-Cards .upcoming-events .upcoming-list .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: rotate(5deg) translate(200%, -45px);
        -ms-transform: rotate(5deg) translate(200%, -45px);
            transform: rotate(5deg) translate(200%, -45px);
    transition: 0.3s all ease-in-out;
  }
  .Institute-Page-Cards .upcoming-events .upcoming-list .item.hide-prev {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0) rotate(-5deg) translate(-260%, 45px);
        -ms-transform: scale(0) rotate(-5deg) translate(-260%, 45px);
            transform: scale(0) rotate(-5deg) translate(-260%, 45px);
  }
  .Institute-Page-Cards .upcoming-events .upcoming-list .item.afterPrev {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7) rotate(10deg) translate(160%, -14%);
        -ms-transform: scale(0.7) rotate(10deg) translate(160%, -14%);
            transform: scale(0.7) rotate(10deg) translate(160%, -14%);
  }
  .Institute-Page-Cards .upcoming-events .upcoming-list .item.previous {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.85) rotate(-5deg) translate(-60%, -4%);
        -ms-transform: scale(0.85) rotate(-5deg) translate(-60%, -4%);
            transform: scale(0.85) rotate(-5deg) translate(-60%, -4%);
  }
  .Institute-Page-Cards .upcoming-events .upcoming-list .item.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    z-index: 2;
  }
  .Institute-Page-Cards .upcoming-events .upcoming-list .item.next {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.85) rotate(5deg) translate(60%, -4%);
        -ms-transform: scale(0.85) rotate(5deg) translate(60%, -4%);
            transform: scale(0.85) rotate(5deg) translate(60%, -4%);
    z-index: 1;
  }
  .Institute-Page-Cards .upcoming-events .upcoming-list .item.afterNext {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.7) rotate(10deg) translate(160%, -14%);
        -ms-transform: scale(0.7) rotate(10deg) translate(160%, -14%);
            transform: scale(0.7) rotate(10deg) translate(160%, -14%);
  }
  .Institute-Page-Cards .upcoming-events .upcoming-list .item.hide-next {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: scale(0) rotate(5deg) translate(260%, 0);
        -ms-transform: scale(0) rotate(5deg) translate(260%, 0);
            transform: scale(0) rotate(5deg) translate(260%, 0);
  }
}
.Institute-Page-Cards .upcoming-events .arrows {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 44px;
  right: -50px;
}
@media screen and (max-width: 1399px) {
  .Institute-Page-Cards .upcoming-events .arrows {
    right: 0;
  }
}
@media screen and (max-width: 749px) {
  .Institute-Page-Cards .upcoming-events .arrows {
    display: none;
  }
}
.Institute-Page-Cards .upcoming-events .arrows li {
  margin-bottom: 35px;
}
.Institute-Page-Cards .upcoming-events .arrows li .arrow {
  display: block;
  height: 35px;
  width: 20px;
}
.Institute-Page-Cards .upcoming-events .arrows li .arrow svg {
  height: inherit;
  width: inherit;
}
body[data-brand=DIST] .Institute-Page-Cards .upcoming-events .arrows li .arrow svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .Institute-Page-Cards .upcoming-events .arrows li .arrow svg path {
  fill: #416f06;
}
body[data-brand=NVC] .Institute-Page-Cards .upcoming-events .arrows li .arrow svg path {
  fill: #60357e;
}
body[data-brand=SPC] .Institute-Page-Cards .upcoming-events .arrows li .arrow svg path {
  fill: #182878;
}
body[data-brand=PAC] .Institute-Page-Cards .upcoming-events .arrows li .arrow svg path {
  fill: #01766e;
}
body[data-brand=SAC] .Institute-Page-Cards .upcoming-events .arrows li .arrow svg path {
  fill: #9a1519;
}
.Institute-Page-Cards .upcoming-events .arrows li .arrow.next {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.Institute-Page-Cards .upcoming-events .arrows li .arrow.prev {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.Institute-Page-Cards h2 {
  text-align: center;
  font-size: 55px;
  font-size: 3.4375rem;
  padding: 75px 0;
  color: white;
}
@media screen and (max-width: 499px) {
  .Institute-Page-Cards h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding: 20px 0 50px 0;
  }
}
.Institute-Page-Cards .page-card .cards-desktop {
  display: block;
}
@media screen and (max-width: 850px) {
  .Institute-Page-Cards .page-card .cards-desktop {
    display: none;
  }
}
.Institute-Page-Cards .page-card .cards-mobile {
  display: none;
}
.Institute-Page-Cards .page-card .cards-mobile .slick-card-buttons {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 850px) {
  .Institute-Page-Cards .page-card .cards-mobile {
    display: block;
  }
}
.Institute-Page-Cards .page-card ul {
  padding: 0;
  margin: auto;
  display: block;
  text-align: center;
}
.Institute-Page-Cards .page-card ul li {
  width: 33%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.Institute-Page-Cards .page-card ul li:focus {
  outline: none;
}
.Institute-Page-Cards .page-card ul li div {
  text-align: center;
  min-height: 500px;
  max-width: 360px;
  margin: 0px 10px 30px;
  padding: 170px 35px 20px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 749px) {
  .Institute-Page-Cards .page-card ul li div {
    margin: 0;
  }
}
.Institute-Page-Cards .page-card ul li div h3 {
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
  line-height: 2rem;
  min-height: 80px;
}
.Institute-Page-Cards .page-card ul li div p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #FFFFFF;
  padding: 25px 0 0 0;
  min-height: 180px;
}
.Institute-Page-Cards .page-card ul li div a {
  text-decoration: none;
  margin: auto;
  margin: 0px 0px 27px;
}
@media screen and (max-width: 749px) {
  .Institute-Page-Cards .page-card ul li div a {
    margin: 0;
  }
}
.Institute-Page-Cards .page-card ul li div a span {
  color: #EDB01E;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.Institute-Page-Cards .page-card ul li div a span:hover {
  text-decoration: underline;
}
.Institute-Page-Cards .page-card ul li div svg {
  position: relative;
  top: 4px;
  left: 10px;
}
.Institute-Page-Cards .page-card ul li div:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 850px) {
  .Institute-Page-Cards .page-card ul li div:hover {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}

.Card-modal {
  z-index: 100;
}
@media screen and (min-width: 750px) {
  .Card-modal .wrap-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
.Card-modal h2 {
  padding: 0 0 0px 30px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .Card-modal h2 {
    padding: 0 0 18px 22px;
  }
}
@media screen and (max-width: 749px) {
  .Card-modal h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
    position: absolute;
    left: 0;
    top: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .Card-modal {
    width: 1100px;
    margin-left: -551px;
    padding: 0 !important;
    margin-top: 150px;
    min-height: 600px;
  }
}
@media screen and (max-width: 1100px) {
  .Card-modal {
    padding: 15px 0 !important;
  }
}
.Card-modal .tabImg img {
  margin: 0 0 0 40px;
  width: 65px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .Card-modal .tabImg img {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 749px) {
  .Card-modal .tabImg img {
    width: 100px;
    padding: 20px 0;
    opacity: 0.3;
    bottom: 10px;
  }
}
.Card-modal .Close svg {
  float: right;
  position: relative;
  bottom: 75px;
  width: 65px;
  font-size: 16px;
  font-size: 1rem;
  height: 65px;
}
@media screen and (max-width: 1100px) {
  .Card-modal .Close svg {
    bottom: 80px;
  }
}
.Card-modal .upper-card-modal {
  padding: 55px 100px;
  float: left;
}
@media screen and (max-width: 1100px) {
  .Card-modal .upper-card-modal {
    padding: 0 50px;
  }
}
.Card-modal .upper-card-modal img {
  max-width: 40%;
  float: left;
  padding: 0 45px 0 0;
}
@media screen and (max-width: 1100px) {
  .Card-modal .upper-card-modal img {
    max-width: 100%;
    float: unset;
    padding: 0;
    display: block;
    margin: auto;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.Card-modal .upper-card-modal .RTF {
  max-width: 60%;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .Card-modal .upper-card-modal .RTF {
    padding: 25px 0px;
    max-width: 100%;
  }
}
.Card-modal .upper-card-modal .RTF .ButtonDark {
  margin-right: 25px;
}
@media screen and (max-width: 749px) {
  .Card-modal .upper-card-modal .RTF .ButtonDark {
    width: 100%;
    margin: 7px 0;
  }
}
.Card-modal .lower-card-modal {
  background-color: #F4F4F4;
  padding: 20px 20px 50px;
  overflow: hidden;
}
.Card-modal .lower-card-modal .heading {
  text-align: left;
  padding: 0 0 35px 0;
}
.Card-modal .lower-card-modal .heading h3 {
  background: none;
  color: #000000;
  padding: 0;
}
.Card-modal .lower-card-modal ul {
  padding: 30px 0;
  text-align: center;
}
.Card-modal .lower-card-modal ul > li {
  background: unset;
  list-style: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 220px;
}
@media screen and (max-width: 1100px) {
  .Card-modal .lower-card-modal ul > li {
    margin: 0;
  }
}
@media screen and (min-width: 750px) {
  .Card-modal .lower-card-modal ul > li {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.Card-modal .lower-card-modal ul > li .block {
  background: linear-gradient(0deg, #007360 0%, #026450 100%);
  text-align: center;
  padding: 15px;
  margin: 0 15px;
  color: white;
  box-shadow: 0 8px 11px -2px rgba(0, 0, 0, 0.5);
  transition: 0.4s ease-in-out;
  position: relative;
  min-height: 225px;
  width: 220px;
}
@media screen and (max-width: 1100px) {
  .Card-modal .lower-card-modal ul > li .block {
    margin: 0;
  }
}
@media screen and (min-width: 750px) {
  .Card-modal .lower-card-modal ul > li .block {
    margin: 8px;
    padding: 20px 5px;
  }
}
.Card-modal .lower-card-modal ul > li .block:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.Card-modal .lower-card-modal ul > li .block .title {
  color: white;
  padding: 0 0 10px;
  min-height: 94px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.Card-modal .lower-card-modal ul > li .block .jobs {
  font-weight: initial;
  padding: 0 0 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
.Card-modal .lower-card-modal ul > li .block .salary {
  font-weight: initial;
  padding: 0 0 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
.Card-modal .lower-card-modal ul > li .block a .search-career {
  display: inline-block;
  padding: 10px 0 0 0;
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
  margin: 0 0 15px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.Card-modal .lower-card-modal ul > li .block svg {
  max-width: 13px;
  display: inline-block;
  height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px 15px 15px 0;
}
.Card-modal .lower-card-modal ul > li .block:hover {
  color: white;
  text-decoration: none;
}
.Card-modal .lower-card-modal .card-block-slider-mobile {
  display: none;
}
@media screen and (max-width: 850px) {
  .Card-modal .lower-card-modal .card-block-slider-mobile {
    display: block;
  }
}
.Card-modal .lower-card-modal .card-block-slider-desktop {
  display: block;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .Card-modal .lower-card-modal .card-block-slider-desktop {
    display: none;
  }
}
.Card-modal .lower-card-modal .slick-slide-buttons {
  position: absolute;
  top: 74%;
  width: 91%;
  padding: 0 15px;
}
.Card-modal .lower-card-modal .slick-slide-buttons .next {
  float: right;
}
@media screen and (min-width: 850px) {
  .Card-modal .lower-card-modal .slick-slide-buttons {
    display: none;
  }
}
.Card-modal .lower-card-modal .card-notice {
  font-size: 14px;
  font-size: 0.875rem;
  color: #7A7979;
  padding: 0 25px;
}
@media screen and (max-width: 749px) {
  .Card-modal .lower-card-modal .card-notice {
    padding: 20px 0 0 0;
  }
}
.Card-modal .lower-card-modal .upcoming-events .upcoming-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list {
    min-height: 700px;
  }
}
@media screen and (max-width: 1399px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list {
    margin-right: 50px;
  }
}
@media screen and (max-width: 749px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list {
    max-width: 192px;
  }
}
.Card-modal .lower-card-modal .upcoming-events .upcoming-list .item {
  opacity: 0;
  visibility: hidden;
  transition: 1s opacity ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 749px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item {
    box-shadow: 2px 2px 25px 2px rgba(0, 0, 0, 0.3);
    background-color: #e1e1e1;
    height: auto;
  }
}
@media screen and (min-width: 750px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.active {
    margin-bottom: 50px;
  }
}
.Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.active:last-child {
  margin-bottom: 0;
}
.Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.active {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
.Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .thumbnail-image {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 749px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .title a {
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
}
.Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .title a:hover {
  color: #2d2d2d;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .title a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
body[data-brand=DIST] .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .date {
  color: #1e4f81;
}
body[data-brand=NLC] .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .date {
  color: #416f06;
}
body[data-brand=NVC] .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .date {
  color: #60357e;
}
body[data-brand=SPC] .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .date {
  color: #182878;
}
body[data-brand=PAC] .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .date {
  color: #01766e;
}
body[data-brand=SAC] .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .date {
  color: #9a1519;
}
@media screen and (max-width: 1023px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .desc {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 749px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item .content .desc {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: rotate(5deg) translate(200%, -45px);
        -ms-transform: rotate(5deg) translate(200%, -45px);
            transform: rotate(5deg) translate(200%, -45px);
    transition: 0.3s all ease-in-out;
  }
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.hide-prev {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0) rotate(-5deg) translate(-260%, 45px);
        -ms-transform: scale(0) rotate(-5deg) translate(-260%, 45px);
            transform: scale(0) rotate(-5deg) translate(-260%, 45px);
  }
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.afterPrev {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7) rotate(10deg) translate(160%, -14%);
        -ms-transform: scale(0.7) rotate(10deg) translate(160%, -14%);
            transform: scale(0.7) rotate(10deg) translate(160%, -14%);
  }
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.previous {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.85) rotate(-5deg) translate(-60%, -4%);
        -ms-transform: scale(0.85) rotate(-5deg) translate(-60%, -4%);
            transform: scale(0.85) rotate(-5deg) translate(-60%, -4%);
  }
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    z-index: 2;
  }
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.next {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.85) rotate(5deg) translate(60%, -4%);
        -ms-transform: scale(0.85) rotate(5deg) translate(60%, -4%);
            transform: scale(0.85) rotate(5deg) translate(60%, -4%);
    z-index: 1;
  }
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.afterNext {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.7) rotate(10deg) translate(160%, -14%);
        -ms-transform: scale(0.7) rotate(10deg) translate(160%, -14%);
            transform: scale(0.7) rotate(10deg) translate(160%, -14%);
  }
  .Card-modal .lower-card-modal .upcoming-events .upcoming-list .item.hide-next {
    opacity: 1;
    visibility: hidden;
    -webkit-transform: scale(0) rotate(5deg) translate(260%, 0);
        -ms-transform: scale(0) rotate(5deg) translate(260%, 0);
            transform: scale(0) rotate(5deg) translate(260%, 0);
  }
}

.CareerTrends {
  max-width: unset !important;
  background: transparent !important;
}

.WidgetAccordion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 20px;
  padding-bottom: 36px;
}
.WidgetAccordion .item {
  margin: 0;
  box-sizing: content-box;
  overflow: hidden;
}
.WidgetAccordion .target {
  position: relative;
  color: #000;
  overflow: hidden;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 16px 40px 16px 16px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  text-decoration: none;
  cursor: pointer;
}
body[data-brand=DIST] .WidgetAccordion .target:hover, body[data-brand=DIST] .WidgetAccordion .target:focus {
  color: #1e4f81;
}
body[data-brand=NLC] .WidgetAccordion .target:hover, body[data-brand=NLC] .WidgetAccordion .target:focus {
  color: #416f06;
}
body[data-brand=NVC] .WidgetAccordion .target:hover, body[data-brand=NVC] .WidgetAccordion .target:focus {
  color: #60357e;
}
body[data-brand=SPC] .WidgetAccordion .target:hover, body[data-brand=SPC] .WidgetAccordion .target:focus {
  color: #182878;
}
body[data-brand=PAC] .WidgetAccordion .target:hover, body[data-brand=PAC] .WidgetAccordion .target:focus {
  color: #01766e;
}
body[data-brand=SAC] .WidgetAccordion .target:hover, body[data-brand=SAC] .WidgetAccordion .target:focus {
  color: #9a1519;
}
.WidgetAccordion .target:after {
  content: "";
  background: url(/Static/dist/img/plus-dark.svg) no-repeat 50% 50%/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  transition: 0.3s all;
}
.WidgetAccordion [data-status=expanded] .target {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}
.WidgetAccordion [data-status=expanded] .target:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.WidgetAccordion [data-status=expanded] .panel {
  border-radius: 0 0 8px 8px;
}
.WidgetAccordion .panel {
  overflow: hidden;
  padding: 8px 16px 16px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 8px;
}
.WidgetAccordion .icon {
  display: none;
}
.WidgetAccordion .panel[aria-hidden=true],
.WidgetAccordion [data-status=disabled] .panel {
  display: none;
}
.WidgetAccordion .panel p:last-child .primary-button, .WidgetAccordion .panel p:last-child .EPiServerForms input[type=submit], .EPiServerForms .WidgetAccordion .panel p:last-child input[type=submit],
.WidgetAccordion .panel p:last-child .EPiServerForms button[type=submit],
.EPiServerForms .WidgetAccordion .panel p:last-child button[type=submit] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 32%;
  margin: 16px auto 0;
}
@media screen and (max-width: 749px) {
  .WidgetAccordion .panel p:last-child .primary-button, .WidgetAccordion .panel p:last-child .EPiServerForms input[type=submit], .EPiServerForms .WidgetAccordion .panel p:last-child input[type=submit],
.WidgetAccordion .panel p:last-child .EPiServerForms button[type=submit],
.EPiServerForms .WidgetAccordion .panel p:last-child button[type=submit] {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .WidgetAccordion {
    padding-bottom: 28px;
  }
  .WidgetAccordion .target {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px 10px 10px;
  }
  .WidgetAccordion .target:after {
    right: 10px;
  }
  .WidgetAccordion .panel {
    padding: 15px 10px;
  }
}
@media print {
  .WidgetAccordion .target {
    background: white;
    color: black;
  }
  .WidgetAccordion .panel {
    display: block;
  }
}
.WidgetAccordion .TwoColLayout,
.WidgetAccordion .ThreeColLayout {
  margin: 0;
}
.WidgetAccordion .TwoColLayout tbody,
.WidgetAccordion .ThreeColLayout tbody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
.WidgetAccordion .TwoColLayout tr,
.WidgetAccordion .ThreeColLayout tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 16px;
}
@media screen and (max-width: 749px) {
  .WidgetAccordion .TwoColLayout tr,
.WidgetAccordion .ThreeColLayout tr {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.WidgetAccordion .TwoColLayout td,
.WidgetAccordion .ThreeColLayout td {
  width: 100%;
  padding: 0;
}
.WidgetAccordion .TwoColLayout td a,
.WidgetAccordion .ThreeColLayout td a {
  margin: 0;
  transition: 0.3s ease all;
}
.WidgetAccordion .TwoColLayout td + td,
.WidgetAccordion .ThreeColLayout td + td {
  padding: 0;
}
@media screen and (max-width: 749px) {
  .WidgetAccordion .TwoColLayout > tbody > tr > td,
.WidgetAccordion .ThreeColLayout > tbody > tr > td {
    padding: 0;
  }
  .WidgetAccordion .TwoColLayout > tbody > tr > td + td,
.WidgetAccordion .ThreeColLayout > tbody > tr > td + td {
    padding-top: 0;
  }
}
@media screen and (min-width: 750px) {
  .WidgetAccordion .TwoColLayout > tbody > tr > td, .WidgetAccordion .ThreeColLayout > tbody > tr > td {
    width: 100%;
    padding: 0;
  }
  .WidgetAccordion .TwoColLayout > tbody > tr > td + td, .WidgetAccordion .ThreeColLayout > tbody > tr > td + td {
    padding: 0;
  }
}

.WidgetContent {
  margin: 0 0 30px;
}
.WidgetContent:after {
  content: "";
  display: table;
  clear: both;
}
.WidgetContent:after {
  content: "";
  display: table;
  clear: both;
}

.WidgetEvents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.WidgetEvents .noResults {
  display: none;
  padding: 20px;
  text-align: center;
}
.WidgetEvents .noResults.isShown {
  display: block;
}
.WidgetEvents__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #CCC;
  margin-bottom: 56px;
}
.WidgetEvents__footer:has(.isHidden) {
  display: none;
}
.WidgetEvents__footer .MoreButton {
  font-family: "Open Sans", sans-serif;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #F3F3F3;
  transition: 0.3s ease background-color;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.WidgetEvents__footer .MoreButton:hover {
  background-color: #EDEDED;
  text-decoration: none;
}
.WidgetEvents .noResults.isShown + .WidgetEvents__footer {
  display: none;
}
.WidgetEvents__footer .primary-button, .WidgetEvents__footer .EPiServerForms input[type=submit], .EPiServerForms .WidgetEvents__footer input[type=submit],
.WidgetEvents__footer .EPiServerForms button[type=submit],
.EPiServerForms .WidgetEvents__footer button[type=submit] {
  display: block;
}
.WidgetEvents .icon {
  display: none;
}
@media screen and (max-width: 749px) {
  .WidgetEvents {
    margin-bottom: 48px;
  }
}
@media print {
  .WidgetEvents .WidgetEvents__footer {
    display: none;
  }
}

.WidgetEvents-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.WidgetEvents-header h3 {
  color: #000 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
  padding: 0;
}
.WidgetEvents-header .filter {
  position: relative;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.WidgetEvents-header .filter:after {
  content: url(/Static/dist/img/chevron-down-mini-grey.svg);
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 20px;
  height: 20px;
}
.WidgetEvents-header .filterBy {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  padding: 8px 40px 8px 12px;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #CBD5E1;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 749px) {
  .WidgetEvents-header {
    margin-bottom: 28px;
  }
  .WidgetEvents-header h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 750px) {
  .WidgetEvents-header .filterBy {
    width: auto;
  }
}
@media print {
  .WidgetEvents-header .filter {
    display: none;
  }
}

.WidgetEvents-events {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 749px) {
  .WidgetEvents-events {
    gap: 24px;
  }
}
.WidgetEvents-events p {
  padding: 0;
}
.WidgetEvents-events .event {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 16px 0;
}
@media screen and (max-width: 749px) {
  .WidgetEvents-events .event {
    padding: 0;
  }
}
.WidgetEvents-events .event .date a {
  display: block;
  float: left;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
body[data-brand=DIST] .WidgetEvents-events .event .date a {
  background-color: #2b71b8;
}
body[data-brand=NLC] .WidgetEvents-events .event .date a {
  background-color: #789f3e;
}
body[data-brand=NVC] .WidgetEvents-events .event .date a {
  background-color: #90499c;
}
body[data-brand=SPC] .WidgetEvents-events .event .date a {
  background-color: #3a62d3;
}
body[data-brand=PAC] .WidgetEvents-events .event .date a {
  background-color: #5b9982;
}
body[data-brand=SAC] .WidgetEvents-events .event .date a {
  background-color: #ed1d24;
}
.WidgetEvents-events .event .date a > span {
  display: table-cell;
  width: inherit;
  height: inherit;
  vertical-align: middle;
}
.WidgetEvents-events .event .date a:hover {
  text-decoration: none;
}
body[data-brand=DIST] .WidgetEvents-events .event .date a:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .WidgetEvents-events .event .date a:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .WidgetEvents-events .event .date a:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .WidgetEvents-events .event .date a:hover {
  background-color: #182878;
}
body[data-brand=PAC] .WidgetEvents-events .event .date a:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .WidgetEvents-events .event .date a:hover {
  background-color: #9a1519;
}
.WidgetEvents-events .event .date span {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
}
.WidgetEvents-events .event .date .day {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.WidgetEvents-events .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.WidgetEvents-events .info .middle-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.WidgetEvents-events .info .middle-info .date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #4F4F4F;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
}
.WidgetEvents-events .info .middle-info .date:before {
  content: "";
  height: 16px;
  width: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(/Static/dist/img/calendar-days.svg) no-repeat 50% 50%/cover;
}
.WidgetEvents-events .info .middle-info .time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #4F4F4F;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
}
.WidgetEvents-events .info .middle-info .time:before {
  content: "";
  height: 16px;
  width: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(/Static/dist/img/clock.svg) no-repeat 50% 50%/cover;
}
.WidgetEvents-events .info .middle-info .location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #4F4F4F;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
}
.WidgetEvents-events .info .middle-info .location:before {
  content: "";
  height: 16px;
  width: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(/Static/dist/img/building-library.svg) no-repeat 50% 50%/cover;
}
.WidgetEvents-events .desc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #4F4F4F;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .WidgetEvents-events .desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.WidgetEvents-events .title a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #1D1D1D;
  text-decoration: none;
  transition: color 0.3s ease;
}
body[data-brand=DIST] .WidgetEvents-events .title a:hover {
  color: #1e4f81;
}
body[data-brand=NLC] .WidgetEvents-events .title a:hover {
  color: #416f06;
}
body[data-brand=NVC] .WidgetEvents-events .title a:hover {
  color: #60357e;
}
body[data-brand=SPC] .WidgetEvents-events .title a:hover {
  color: #182878;
}
body[data-brand=PAC] .WidgetEvents-events .title a:hover {
  color: #01766e;
}
body[data-brand=SAC] .WidgetEvents-events .title a:hover {
  color: #9a1519;
}
.WidgetEvents-events .location {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.WidgetLinkSlider {
  margin: 0 0 30px;
  border-bottom: 1px solid #2d2d2d;
  padding: 0 0 10px;
  font-family: "din-2014", sans-serif;
}
.WidgetLinkSlider:after {
  content: "";
  display: table;
  clear: both;
}
.WidgetLinkSlider:after {
  content: "";
  display: table;
  clear: both;
}
.WidgetLinkSlider h3 {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 400;
}
body[data-brand=DIST] .WidgetLinkSlider h3 {
  color: #245f9b;
}
body[data-brand=NLC] .WidgetLinkSlider h3 {
  color: #568118;
}
body[data-brand=NVC] .WidgetLinkSlider h3 {
  color: #713e94;
}
body[data-brand=SPC] .WidgetLinkSlider h3 {
  color: #2c4aa0;
}
body[data-brand=PAC] .WidgetLinkSlider h3 {
  color: #4c806d;
}
body[data-brand=SAC] .WidgetLinkSlider h3 {
  color: #c9362f;
}
@media screen and (max-width: 749px) {
  .WidgetLinkSlider {
    padding: 15px 10px;
    border-top: 1px solid #2d2d2d;
  }
  .WidgetLinkSlider .choose {
    display: block;
    padding: 10px 0 10px 18px;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
  }
  body[data-brand=DIST] .WidgetLinkSlider .choose {
    background-color: #2b71b8;
  }
  body[data-brand=NLC] .WidgetLinkSlider .choose {
    background-color: #789f3e;
  }
  body[data-brand=NVC] .WidgetLinkSlider .choose {
    background-color: #90499c;
  }
  body[data-brand=SPC] .WidgetLinkSlider .choose {
    background-color: #3a62d3;
  }
  body[data-brand=PAC] .WidgetLinkSlider .choose {
    background-color: #5b9982;
  }
  body[data-brand=SAC] .WidgetLinkSlider .choose {
    background-color: #ed1d24;
  }
  .WidgetLinkSlider .frame {
    display: none;
  }
  .WidgetLinkSlider .arrow {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .WidgetLinkSlider {
    position: relative;
  }
  .WidgetLinkSlider .title {
    margin: 0 0 10px;
    text-align: center;
    border-bottom: 1px solid #2d2d2d;
  }
  .WidgetLinkSlider h3 {
    padding: 5px 15px;
  }
  .WidgetLinkSlider .choose {
    display: none;
  }
  .WidgetLinkSlider .frame {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    overflow: hidden;
    height: 193px;
  }
  .WidgetLinkSlider .frame a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
  }
  .WidgetLinkSlider .frame a:hover {
    text-decoration: none;
  }
  .WidgetLinkSlider .frame ul {
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    padding: 0;
    white-space: nowrap;
  }
  .WidgetLinkSlider .frame.center > ul {
    position: relative;
    text-align: center;
  }
  .WidgetLinkSlider .frame li {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 180px;
    padding: 0 2px;
  }
  .WidgetLinkSlider .frame .image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 3px;
  }
  .WidgetLinkSlider .frame .image img {
    display: block;
    width: 176px;
    height: 115px;
  }
  .WidgetLinkSlider .frame .image .color {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
  }
  .WidgetLinkSlider .frame .text {
    display: table-cell;
    vertical-align: middle;
    width: 176px;
    padding: 10px;
    height: 54px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
    text-align: center;
    color: #fff;
    transition: background-color 0.3s ease;
  }
  body[data-brand=DIST] .WidgetLinkSlider .frame .text {
    background-color: #245f9b;
  }
  body[data-brand=NLC] .WidgetLinkSlider .frame .text {
    background-color: #568118;
  }
  body[data-brand=NVC] .WidgetLinkSlider .frame .text {
    background-color: #713e94;
  }
  body[data-brand=SPC] .WidgetLinkSlider .frame .text {
    background-color: #2c4aa0;
  }
  body[data-brand=PAC] .WidgetLinkSlider .frame .text {
    background-color: #4c806d;
  }
  body[data-brand=SAC] .WidgetLinkSlider .frame .text {
    background-color: #c9362f;
  }
  .WidgetLinkSlider .frame a:hover .image .color,
.WidgetLinkSlider .frame a.isActive .image .color {
    opacity: 1;
  }
  body[data-brand=DIST] .WidgetLinkSlider .frame a:hover .text,
body[data-brand=DIST] .WidgetLinkSlider .frame a.isActive .text {
    background-color: #1e4f81;
  }
  body[data-brand=NLC] .WidgetLinkSlider .frame a:hover .text,
body[data-brand=NLC] .WidgetLinkSlider .frame a.isActive .text {
    background-color: #416f06;
  }
  body[data-brand=NVC] .WidgetLinkSlider .frame a:hover .text,
body[data-brand=NVC] .WidgetLinkSlider .frame a.isActive .text {
    background-color: #60357e;
  }
  body[data-brand=SPC] .WidgetLinkSlider .frame a:hover .text,
body[data-brand=SPC] .WidgetLinkSlider .frame a.isActive .text {
    background-color: #182878;
  }
  body[data-brand=PAC] .WidgetLinkSlider .frame a:hover .text,
body[data-brand=PAC] .WidgetLinkSlider .frame a.isActive .text {
    background-color: #01766e;
  }
  body[data-brand=SAC] .WidgetLinkSlider .frame a:hover .text,
body[data-brand=SAC] .WidgetLinkSlider .frame a.isActive .text {
    background-color: #9a1519;
  }
  .WidgetLinkSlider .frame a.isActive .image:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 5;
    margin: -36px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(/Static/dist/img/check.svg) no-repeat left top;
    background-size: contain;
  }
  .WidgetLinkSlider .arrow {
    -webkit-user-select: none;
    -ms-user-select: none;
        user-select: none;
    display: none;
    position: absolute;
    cursor: pointer;
    top: 50%;
    width: 25px;
    height: 50px;
    margin: -4px -12px 0;
  }
  .WidgetLinkSlider .arrow:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -6px;
  }
  .WidgetLinkSlider .arrow.isEnabled {
    display: block;
  }
  .WidgetLinkSlider .arrow.isLeft {
    left: 1.540436457%;
  }
  .WidgetLinkSlider .arrow.isLeft:before {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #2d2d2d;
  }
  .WidgetLinkSlider .arrow.isRight {
    right: 1.540436457%;
  }
  .WidgetLinkSlider .arrow.isRight:before {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #2d2d2d;
  }
}
@media (min-width: 1208px) {
  .WidgetLinkSlider .frame {
    max-width: 720px;
  }
}

.WidgetNews {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.WidgetNews:after {
  content: "";
  display: table;
  clear: both;
}
.WidgetNews .noResults {
  display: none;
  padding: 20px;
  text-align: center;
  font-style: italic;
}
.WidgetNews .noResults.isShown {
  display: block;
}
.WidgetNews .bottom__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #CCC;
}
.WidgetNews .bottom__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  background-color: #F3F3F3;
  transition: 0.3s ease background-color;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
body[data-brand=DIST] .WidgetNews .bottom__button {
  color: #2b71b8;
}
body[data-brand=NLC] .WidgetNews .bottom__button {
  color: #789f3e;
}
body[data-brand=NVC] .WidgetNews .bottom__button {
  color: #90499c;
}
body[data-brand=SPC] .WidgetNews .bottom__button {
  color: #3a62d3;
}
body[data-brand=PAC] .WidgetNews .bottom__button {
  color: #5b9982;
}
body[data-brand=SAC] .WidgetNews .bottom__button {
  color: #ed1d24;
}
.WidgetNews .bottom__button svg path {
  transition: 0.3s ease all;
}
body[data-brand=DIST] .WidgetNews .bottom__button svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .WidgetNews .bottom__button svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .WidgetNews .bottom__button svg path {
  fill: #90499c;
}
body[data-brand=SPC] .WidgetNews .bottom__button svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .WidgetNews .bottom__button svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .WidgetNews .bottom__button svg path {
  fill: #ed1d24;
}
.WidgetNews .bottom__button:hover {
  background-color: #EDEDED;
  text-decoration: none;
}
body[data-brand=DIST] .WidgetNews .bottom__button:hover {
  color: #1e4f81;
}
body[data-brand=NLC] .WidgetNews .bottom__button:hover {
  color: #416f06;
}
body[data-brand=NVC] .WidgetNews .bottom__button:hover {
  color: #60357e;
}
body[data-brand=SPC] .WidgetNews .bottom__button:hover {
  color: #182878;
}
body[data-brand=PAC] .WidgetNews .bottom__button:hover {
  color: #01766e;
}
body[data-brand=SAC] .WidgetNews .bottom__button:hover {
  color: #9a1519;
}
body[data-brand=DIST] .WidgetNews .bottom__button:hover svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .WidgetNews .bottom__button:hover svg path {
  fill: #416f06;
}
body[data-brand=NVC] .WidgetNews .bottom__button:hover svg path {
  fill: #60357e;
}
body[data-brand=SPC] .WidgetNews .bottom__button:hover svg path {
  fill: #182878;
}
body[data-brand=PAC] .WidgetNews .bottom__button:hover svg path {
  fill: #01766e;
}
body[data-brand=SAC] .WidgetNews .bottom__button:hover svg path {
  fill: #9a1519;
}
.WidgetNews .noResults.isShown + .load-more__container {
  display: none;
}
@media screen and (max-width: 749px) {
  .WidgetNews {
    margin-bottom: 48px;
  }
  .WidgetNews .footer {
    text-align: center;
  }
}
@media print {
  .WidgetNews .footer {
    display: none;
  }
}

.WidgetNews-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.WidgetNews-header h3 {
  color: #000 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
  padding: 0;
}
.WidgetNews-header .filter-wrapper {
  position: relative;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.WidgetNews-header .filter-wrapper svg {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 20px;
  height: 20px;
}
.WidgetNews-header .filterBy {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  padding: 8px 40px 8px 12px;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #CBD5E1;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 749px) {
  .WidgetNews-header {
    margin-bottom: 28px;
  }
  .WidgetNews-header h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 750px) {
  .WidgetNews-header .filterBy {
    width: auto;
  }
  .WidgetNews-header label {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
  }
}
@media print {
  .WidgetNews-header .filter {
    display: none;
  }
}

.WidgetNews-articles p {
  padding: 0;
}
.WidgetNews-articles .article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  .WidgetNews-articles .article {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
}
.WidgetNews-articles .thumb {
  width: 144px;
}
.WidgetNews-articles .thumb a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
.WidgetNews-articles .thumb a img {
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 749px) {
  .WidgetNews-articles .thumb {
    width: 100%;
  }
}
.WidgetNews-articles .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.WidgetNews-articles .title a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #1D1D1D;
  text-decoration: none;
  transition: color 0.3s ease;
}
body[data-brand=DIST] .WidgetNews-articles .title a:hover {
  color: #1e4f81;
}
body[data-brand=NLC] .WidgetNews-articles .title a:hover {
  color: #416f06;
}
body[data-brand=NVC] .WidgetNews-articles .title a:hover {
  color: #60357e;
}
body[data-brand=SPC] .WidgetNews-articles .title a:hover {
  color: #182878;
}
body[data-brand=PAC] .WidgetNews-articles .title a:hover {
  color: #01766e;
}
body[data-brand=SAC] .WidgetNews-articles .title a:hover {
  color: #9a1519;
}
.WidgetNews-articles .date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Open Sans", sans-serif;
  color: #00000099;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.WidgetNews-articles .date:before {
  content: url(/Static/dist/img/news-icon.svg);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1023px) {
  .WidgetNews-articles .date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.WidgetNews-articles .desc {
  color: #4F4F4F;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .WidgetNews-articles .desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.WidgetNews-articles .more a {
  text-decoration: none;
}
.WidgetNews-articles .more a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1e4f81;
}
body[data-brand=DIST] .WidgetNews-articles .more a {
  color: #1e4f81;
}
body[data-brand=NLC] .WidgetNews-articles .more a {
  color: #416f06;
}
body[data-brand=NVC] .WidgetNews-articles .more a {
  color: #60357e;
}
body[data-brand=SPC] .WidgetNews-articles .more a {
  color: #182878;
}
body[data-brand=PAC] .WidgetNews-articles .more a {
  color: #01766e;
}
body[data-brand=SAC] .WidgetNews-articles .more a {
  color: #9a1519;
}
.WidgetNews-articles .more a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 320px) {
  .WidgetNews-articles .thumb img {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .WidgetNews-articles .article {
    padding: 16px 0;
  }
  .WidgetNews-articles .info {
    width: 100%;
  }
}

/* NIC Button Styles
******************************************************/
body[data-brand=NLC] .WidgetNews-articles .more a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #416f06;
}

/* NVC Button Styles
******************************************************/
body[data-brand=NVC] .WidgetNews-articles .more a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #60357e;
}

/* SPC Button Styles
******************************************************/
body[data-brand=SPC] .WidgetNews-articles .more a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #182878;
}

/* PAC Button Styles
******************************************************/
body[data-brand=PAC] .WidgetNews-articles .more a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #01766e;
}

/* SAC Button Styles
******************************************************/
body[data-brand=SAC] .WidgetNews-articles .more a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #9a1519;
}

.WidgetRotatingBanner {
  margin: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
body[data-brand=DIST] .WidgetRotatingBanner {
  background-color: #245f9b;
}
body[data-brand=NLC] .WidgetRotatingBanner {
  background-color: #568118;
}
body[data-brand=NVC] .WidgetRotatingBanner {
  background-color: #713e94;
}
body[data-brand=SPC] .WidgetRotatingBanner {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .WidgetRotatingBanner {
  background-color: #4c806d;
}
body[data-brand=SAC] .WidgetRotatingBanner {
  background-color: #c9362f;
}
.WidgetRotatingBanner:after {
  content: "";
  display: table;
  clear: both;
}
.WidgetRotatingBanner .slides {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.WidgetRotatingBanner .slides li {
  display: block;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  white-space: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
.WidgetRotatingBanner .slides li.active {
  left: 0;
}
.WidgetRotatingBanner .image {
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 290px;
}
.WidgetRotatingBanner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 41.5%, #111 100%);
}
.WidgetRotatingBanner .widget-info {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1208px;
  width: 100%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  right: 50%;
  bottom: 0;
  padding: 0 0 32px;
}
@media screen and (max-width: 1232px) {
  .WidgetRotatingBanner .widget-info {
    padding: 0 18px 48px;
  }
}
.WidgetRotatingBanner .widget-info .title {
  padding: 0;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.36);
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .WidgetRotatingBanner .widget-info .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 749px) {
  .WidgetRotatingBanner .widget-info .title {
    max-width: 75%;
  }
}
.WidgetRotatingBanner .widget-info__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.WidgetRotatingBanner .widget-info__bottom > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #E1E1E1;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .WidgetRotatingBanner .widget-info__bottom > * {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.WidgetRotatingBanner .widget-info__bottom > *::after {
  content: "";
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 12px;
}
body[data-brand=DIST] .WidgetRotatingBanner .widget-info__bottom > *::after {
  background-color: #2b71b8;
}
body[data-brand=NLC] .WidgetRotatingBanner .widget-info__bottom > *::after {
  background-color: #789f3e;
}
body[data-brand=NVC] .WidgetRotatingBanner .widget-info__bottom > *::after {
  background-color: #90499c;
}
body[data-brand=SPC] .WidgetRotatingBanner .widget-info__bottom > *::after {
  background-color: #3a62d3;
}
body[data-brand=PAC] .WidgetRotatingBanner .widget-info__bottom > *::after {
  background-color: #5b9982;
}
body[data-brand=SAC] .WidgetRotatingBanner .widget-info__bottom > *::after {
  background-color: #ed1d24;
}
.WidgetRotatingBanner .widget-info__bottom > *:last-child::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .WidgetRotatingBanner .widget-info__bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 4px;
  }
}
.WidgetRotatingBanner .more a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E1E1E1;
  text-decoration: none;
  transition: 0.3s ease color;
}
body[data-brand=DIST] .WidgetRotatingBanner .more a:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .WidgetRotatingBanner .more a:hover {
  color: #789f3e;
}
body[data-brand=NVC] .WidgetRotatingBanner .more a:hover {
  color: #90499c;
}
body[data-brand=SPC] .WidgetRotatingBanner .more a:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .WidgetRotatingBanner .more a:hover {
  color: #5b9982;
}
body[data-brand=SAC] .WidgetRotatingBanner .more a:hover {
  color: #ed1d24;
}
body[data-brand=DIST] .WidgetRotatingBanner .more a:hover svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .WidgetRotatingBanner .more a:hover svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .WidgetRotatingBanner .more a:hover svg path {
  fill: #90499c;
}
body[data-brand=SPC] .WidgetRotatingBanner .more a:hover svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .WidgetRotatingBanner .more a:hover svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .WidgetRotatingBanner .more a:hover svg path {
  fill: #ed1d24;
}
.WidgetRotatingBanner .more a svg {
  margin-left: 8px;
}
.WidgetRotatingBanner .more a svg path {
  transition: 0.3s ease all;
}
.WidgetRotatingBanner .bullets {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  right: 0;
  left: auto;
  width: auto;
  margin: 0;
  padding-bottom: 44px;
  padding-left: 0;
  padding-right: calc((100% - 1208px) / 2);
  bottom: 0;
  z-index: 10;
}
.WidgetRotatingBanner .bullets li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.WidgetRotatingBanner .bullets li .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
}
.WidgetRotatingBanner .bullets li .circular-progress-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 749px) {
  .WidgetRotatingBanner .bullets li .circular-progress {
    width: 20px;
    height: 20px;
  }
  .WidgetRotatingBanner .bullets li .circular-progress .progress, .WidgetRotatingBanner .bullets li .circular-progress .bg {
    cx: 10;
    cy: 10;
    r: 8;
  }
}
.WidgetRotatingBanner .bullets li .ko-progress-circle__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 1232px) {
  .WidgetRotatingBanner .bullets {
    padding-right: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .WidgetRotatingBanner .bullets {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 749px) {
  .WidgetRotatingBanner .bullets {
    bottom: 16px;
    padding: 0;
    gap: 8px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    right: 50%;
  }
}
@media screen and (min-width: 321px) and (max-width: 749px) {
  .WidgetRotatingBanner .image {
    background-size: cover;
    height: 320px;
  }
}
@media screen and (min-width: 750px) {
  .WidgetRotatingBanner .slides {
    height: 500px;
  }
  .WidgetRotatingBanner .image {
    background-size: cover;
    height: 500px;
  }
}
.WidgetRotatingBanner .progress-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 100vh;
}
.WidgetRotatingBanner .circular-progress {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.WidgetRotatingBanner .circular-progress circle {
  fill: none;
  stroke-width: 2;
}
.WidgetRotatingBanner .circular-progress .bg {
  stroke: #ddd;
}
.WidgetRotatingBanner .circular-progress .progress {
  stroke: #EDB01D;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s;
}

.WidgetTabs {
  margin: 0 0 30px;
}
.WidgetTabs:after {
  content: "";
  display: table;
  clear: both;
}
.WidgetTabs:after {
  content: "";
  display: table;
  clear: both;
}
.WidgetTabs .tabs,
.WidgetTabs .tabContent {
  margin: 0;
  padding: 0;
  list-style: none;
}
.WidgetTabs .tabs {
  font-family: "din-2014", sans-serif;
  z-index: 1;
}
.WidgetTabs .tabs li a {
  display: block;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
body[data-brand=DIST] .WidgetTabs .tabs li a {
  background-color: #1e4f81;
}
body[data-brand=NLC] .WidgetTabs .tabs li a {
  background-color: #416f06;
}
body[data-brand=NVC] .WidgetTabs .tabs li a {
  background-color: #60357e;
}
body[data-brand=SPC] .WidgetTabs .tabs li a {
  background-color: #182878;
}
body[data-brand=PAC] .WidgetTabs .tabs li a {
  background-color: #01766e;
}
body[data-brand=SAC] .WidgetTabs .tabs li a {
  background-color: #9a1519;
}
.WidgetTabs .tabs li a:hover {
  color: #fff;
  text-decoration: none;
}
.WidgetTabs .tabs li.active a {
  color: #fff;
}
body[data-brand=DIST] .WidgetTabs .tabs li.active a {
  background-color: #2b71b8;
}
body[data-brand=NLC] .WidgetTabs .tabs li.active a {
  background-color: #789f3e;
}
body[data-brand=NVC] .WidgetTabs .tabs li.active a {
  background-color: #90499c;
}
body[data-brand=SPC] .WidgetTabs .tabs li.active a {
  background-color: #3a62d3;
}
body[data-brand=PAC] .WidgetTabs .tabs li.active a {
  background-color: #5b9982;
}
body[data-brand=SAC] .WidgetTabs .tabs li.active a {
  background-color: #ed1d24;
}
.WidgetTabs .tabContent {
  border: 1px solid #2b71b8;
}
body[data-brand=DIST] .WidgetTabs .tabContent {
  border-color: #2b71b8;
}
body[data-brand=NLC] .WidgetTabs .tabContent {
  border-color: #789f3e;
}
body[data-brand=NVC] .WidgetTabs .tabContent {
  border-color: #90499c;
}
body[data-brand=SPC] .WidgetTabs .tabContent {
  border-color: #3a62d3;
}
body[data-brand=PAC] .WidgetTabs .tabContent {
  border-color: #5b9982;
}
body[data-brand=SAC] .WidgetTabs .tabContent {
  border-color: #ed1d24;
}
.WidgetTabs .tabContent > li {
  display: none;
  background: #e1e1e1;
  overflow: hidden;
}
.WidgetTabs .tabContent > li.active {
  display: block;
}
.WidgetTabs .tabContent ul {
  list-style-type: disc;
}
.WidgetTabs .tabContent ul ul {
  list-style-type: circle;
}
@media screen and (max-width: 749px) {
  .WidgetTabs {
    position: relative;
  }
  .WidgetTabs .tabs {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .WidgetTabs .tabs li {
    display: none;
  }
  .WidgetTabs .tabs li a {
    height: 55px;
    line-height: 55px;
    line-height: 3.4375rem;
    padding: 0 30px 0 10px;
  }
  .WidgetTabs .tabs li.active {
    display: block;
    position: relative;
  }
  .WidgetTabs .tabs li.active:before {
    position: absolute;
    right: 10px;
    top: 15px;
    content: "";
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 10px solid white;
    cursor: pointer;
  }
  .WidgetTabs .tabs li.active:after {
    position: absolute;
    right: 10px;
    bottom: 15px;
    content: "";
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 10px solid white;
    cursor: pointer;
  }
  .WidgetTabs .tabContent > li {
    padding: 65px 10px 10px;
  }
  .WidgetTabs .tabs.open > li {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .WidgetTabs .tabs {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .WidgetTabs .tabs li {
    float: left;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0 2px 0 0;
  }
  .WidgetTabs .tabs li:last-child {
    padding: 0;
  }
  .WidgetTabs .tabs li a {
    padding: 0 10px;
    height: 47px;
    line-height: 47px;
    line-height: 2.9375rem;
    text-align: center;
  }
  body[data-brand=DIST] .WidgetTabs .tabs li a:hover {
    background-color: #2b71b8;
  }
  body[data-brand=NLC] .WidgetTabs .tabs li a:hover {
    background-color: #789f3e;
  }
  body[data-brand=NVC] .WidgetTabs .tabs li a:hover {
    background-color: #90499c;
  }
  body[data-brand=SPC] .WidgetTabs .tabs li a:hover {
    background-color: #3a62d3;
  }
  body[data-brand=PAC] .WidgetTabs .tabs li a:hover {
    background-color: #5b9982;
  }
  body[data-brand=SAC] .WidgetTabs .tabs li a:hover {
    background-color: #ed1d24;
  }
  .WidgetTabs .tabs li.active a:hover {
    background: #2b71b8;
    cursor: text;
  }
  body[data-brand=DIST] .WidgetTabs .tabs li.active a:hover {
    background-color: #2b71b8;
  }
  body[data-brand=NLC] .WidgetTabs .tabs li.active a:hover {
    background-color: #789f3e;
  }
  body[data-brand=NVC] .WidgetTabs .tabs li.active a:hover {
    background-color: #90499c;
  }
  body[data-brand=SPC] .WidgetTabs .tabs li.active a:hover {
    background-color: #3a62d3;
  }
  body[data-brand=PAC] .WidgetTabs .tabs li.active a:hover {
    background-color: #5b9982;
  }
  body[data-brand=SAC] .WidgetTabs .tabs li.active a:hover {
    background-color: #ed1d24;
  }
  .WidgetTabs .tabContent {
    border-top: 6px solid #2b71b8;
  }
  body[data-brand=DIST] .WidgetTabs .tabContent {
    border-color: #2b71b8;
  }
  body[data-brand=NLC] .WidgetTabs .tabContent {
    border-color: #789f3e;
  }
  body[data-brand=NVC] .WidgetTabs .tabContent {
    border-color: #90499c;
  }
  body[data-brand=SPC] .WidgetTabs .tabContent {
    border-color: #3a62d3;
  }
  body[data-brand=PAC] .WidgetTabs .tabContent {
    border-color: #5b9982;
  }
  body[data-brand=SAC] .WidgetTabs .tabContent {
    border-color: #ed1d24;
  }
  .WidgetTabs .tabContent > li {
    padding: 20px 30px;
  }
}
@media print {
  .WidgetTabs .tabs li a {
    background: white;
    color: black;
  }
  .WidgetTabs .tabContent > li {
    display: block;
  }
}

.WidgetVideo {
  margin: 0 0 30px;
  clear: both;
}
.WidgetVideo:after {
  content: "";
  display: table;
  clear: both;
}
.WidgetVideo:after {
  content: "";
  display: table;
  clear: both;
}
.WidgetVideo .video {
  display: block;
  width: 100%;
  max-width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.WidgetVideo .video img {
  display: block;
  width: 100%;
}
.WidgetVideo .thumb {
  position: relative;
  margin: 0 0 10px;
}
.WidgetVideo .thumb .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
}
.WidgetVideo .thumb .play svg g {
  transition: 0.3s ease all;
}
.WidgetVideo .name {
  max-height: 50px;
  overflow: hidden;
  visibility: hidden;
}
.WidgetVideo a:hover {
  text-decoration: none;
}
.WidgetVideo a:hover img {
  border-radius: 0;
}
.WidgetVideo a:hover .thumb .play svg g {
  fill: #E1E1E1;
}

.widgetCollegeSearch {
  margin: 0 0 30px;
  padding: 70px 0;
  background-color: #fff;
}
.widgetCollegeSearch:after {
  content: "";
  display: table;
  clear: both;
}
body[data-brand=DIST] .widgetCollegeSearch {
  border-color: #245f9b;
}
body[data-brand=NLC] .widgetCollegeSearch {
  border-color: #568118;
}
body[data-brand=NVC] .widgetCollegeSearch {
  border-color: #713e94;
}
body[data-brand=SPC] .widgetCollegeSearch {
  border-color: #2c4aa0;
}
body[data-brand=PAC] .widgetCollegeSearch {
  border-color: #4c806d;
}
body[data-brand=SAC] .widgetCollegeSearch {
  border-color: #c9362f;
}
@media screen and (max-width: 499px) {
  .widgetCollegeSearch {
    padding: 60px 0;
  }
}
.widgetCollegeSearch.displayBorder {
  border-top: 10px solid;
  border-bottom: 10px solid;
}
.widgetCollegeSearch .title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .widgetCollegeSearch .title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 499px) {
  .widgetCollegeSearch .title {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 25px;
  }
}
.widgetCollegeSearch .sub-text {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px;
  line-height: 1.5;
}
.widgetCollegeSearch input[type=text] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  line-height: 60px;
  line-height: 3.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 896px;
  margin: 0 auto 25px;
  border-width: 2px;
  border-color: #acacac;
  border-style: solid;
  padding: 0 15px;
  overflow: hidden;
}
.no-flexbox .widgetCollegeSearch input[type=text] {
  display: table;
  margin: 0 auto 25px;
}
@media screen and (max-width: 749px) {
  .widgetCollegeSearch input[type=text] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 auto 10px;
  }
  body[data-brand=DIST] .widgetCollegeSearch input[type=text] {
    border-color: #2b71b8;
  }
  body[data-brand=NLC] .widgetCollegeSearch input[type=text] {
    border-color: #789f3e;
  }
  body[data-brand=NVC] .widgetCollegeSearch input[type=text] {
    border-color: #90499c;
  }
  body[data-brand=SPC] .widgetCollegeSearch input[type=text] {
    border-color: #3a62d3;
  }
  body[data-brand=PAC] .widgetCollegeSearch input[type=text] {
    border-color: #5b9982;
  }
  body[data-brand=SAC] .widgetCollegeSearch input[type=text] {
    border-color: #ed1d24;
  }
}
@media screen and (max-width: 499px) {
  .widgetCollegeSearch input[type=text] {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.widgetCollegeSearch .btn-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.no-flexbox .widgetCollegeSearch .btn-block {
  display: table;
  width: 71%;
  margin: 0 auto 75px;
}
.no-flexbox .widgetCollegeSearch .btn-block .submit-search,
.no-flexbox .widgetCollegeSearch .btn-block .or {
  float: left;
}
@media screen and (max-width: 1100px) {
  .widgetCollegeSearch .btn-block {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 45px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .widgetCollegeSearch .btn-block .button-wrapper {
    float: left;
  }
}
@media screen and (max-width: 1100px) {
  .widgetCollegeSearch .btn-block .button-wrapper {
    width: 100%;
    max-width: 425px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .widgetCollegeSearch .btn-block .button-wrapper {
    width: 100%;
    max-width: 425px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.widgetCollegeSearch .btn-block .select-search-type {
  float: left;
  border-right: 1px solid #fff;
  width: 75px;
  height: 78px;
  line-height: 74px;
  line-height: 4.625rem;
  background-image: url(/Static/dist/img/icon-check-hollow-circle_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
body[data-brand=DIST] .widgetCollegeSearch .btn-block .select-search-type {
  background-color: #245f9b;
}
body[data-brand=NLC] .widgetCollegeSearch .btn-block .select-search-type {
  background-color: #568118;
}
body[data-brand=NVC] .widgetCollegeSearch .btn-block .select-search-type {
  background-color: #713e94;
}
body[data-brand=SPC] .widgetCollegeSearch .btn-block .select-search-type {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .widgetCollegeSearch .btn-block .select-search-type {
  background-color: #4c806d;
}
body[data-brand=SAC] .widgetCollegeSearch .btn-block .select-search-type {
  background-color: #c9362f;
}
@media screen and (max-width: 1100px) {
  .widgetCollegeSearch .btn-block .select-search-type {
    width: 55px;
    height: 58px;
  }
}
@media screen and (max-width: 1023px) {
  .widgetCollegeSearch .btn-block .select-search-type {
    width: 45px;
    height: 48px;
  }
}
.widgetCollegeSearch .btn-block .select-search-type input[type=radio] {
  display: none;
}
.widgetCollegeSearch .btn-block .button-wrapper.active .select-search-type {
  background-image: url(/Static/dist/img/icon-check-circle_white.svg);
}
.widgetCollegeSearch .btn-block .submit-search {
  float: left;
  max-width: 350px;
  border: 2px solid;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  text-align: left;
  padding: 0 15px 0 15px;
  height: 78px;
  line-height: 74px;
  line-height: 4.625rem;
  color: #fff;
  transition: 0.3s all;
}
body[data-brand=DIST] .widgetCollegeSearch .btn-block .submit-search {
  border-color: #245f9b;
}
body[data-brand=NLC] .widgetCollegeSearch .btn-block .submit-search {
  border-color: #568118;
}
body[data-brand=NVC] .widgetCollegeSearch .btn-block .submit-search {
  border-color: #713e94;
}
body[data-brand=SPC] .widgetCollegeSearch .btn-block .submit-search {
  border-color: #2c4aa0;
}
body[data-brand=PAC] .widgetCollegeSearch .btn-block .submit-search {
  border-color: #4c806d;
}
body[data-brand=SAC] .widgetCollegeSearch .btn-block .submit-search {
  border-color: #c9362f;
}
body[data-brand=DIST] .widgetCollegeSearch .btn-block .submit-search {
  background-color: #245f9b;
}
body[data-brand=NLC] .widgetCollegeSearch .btn-block .submit-search {
  background-color: #568118;
}
body[data-brand=NVC] .widgetCollegeSearch .btn-block .submit-search {
  background-color: #713e94;
}
body[data-brand=SPC] .widgetCollegeSearch .btn-block .submit-search {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .widgetCollegeSearch .btn-block .submit-search {
  background-color: #4c806d;
}
body[data-brand=SAC] .widgetCollegeSearch .btn-block .submit-search {
  background-color: #c9362f;
}
.widgetCollegeSearch .btn-block .submit-search:hover {
  color: #2d2d2d;
  text-decoration: none;
}
body[data-brand=DIST] .widgetCollegeSearch .btn-block .submit-search:hover {
  border-color: #2b71b8;
}
body[data-brand=NLC] .widgetCollegeSearch .btn-block .submit-search:hover {
  border-color: #789f3e;
}
body[data-brand=NVC] .widgetCollegeSearch .btn-block .submit-search:hover {
  border-color: #90499c;
}
body[data-brand=SPC] .widgetCollegeSearch .btn-block .submit-search:hover {
  border-color: #3a62d3;
}
body[data-brand=PAC] .widgetCollegeSearch .btn-block .submit-search:hover {
  border-color: #5b9982;
}
body[data-brand=SAC] .widgetCollegeSearch .btn-block .submit-search:hover {
  border-color: #ed1d24;
}
body[data-brand=DIST] .widgetCollegeSearch .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=NLC] .widgetCollegeSearch .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=NVC] .widgetCollegeSearch .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=SPC] .widgetCollegeSearch .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=PAC] .widgetCollegeSearch .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=SAC] .widgetCollegeSearch .btn-block .submit-search:hover {
  background-color: white;
}
@media screen and (max-width: 1100px) {
  .widgetCollegeSearch .btn-block .submit-search {
    height: 58px;
    line-height: 54px;
    line-height: 3.375rem;
    margin-bottom: 10px;
    max-width: 100%;
    width: calc(100% - 45px);
    float: left;
  }
}
@media screen and (max-width: 1023px) {
  .widgetCollegeSearch .btn-block .submit-search {
    height: 48px;
    line-height: 44px;
    line-height: 2.75rem;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    width: calc(100% - 45px);
    max-width: 100%;
  }
  body[data-brand=DIST] .widgetCollegeSearch .btn-block .submit-search {
    border-color: #2b71b8;
  }
  body[data-brand=NLC] .widgetCollegeSearch .btn-block .submit-search {
    border-color: #789f3e;
  }
  body[data-brand=NVC] .widgetCollegeSearch .btn-block .submit-search {
    border-color: #90499c;
  }
  body[data-brand=SPC] .widgetCollegeSearch .btn-block .submit-search {
    border-color: #3a62d3;
  }
  body[data-brand=PAC] .widgetCollegeSearch .btn-block .submit-search {
    border-color: #5b9982;
  }
  body[data-brand=SAC] .widgetCollegeSearch .btn-block .submit-search {
    border-color: #ed1d24;
  }
  body[data-brand=DIST] .widgetCollegeSearch .btn-block .submit-search {
    background-color: #2b71b8;
  }
  body[data-brand=NLC] .widgetCollegeSearch .btn-block .submit-search {
    background-color: #789f3e;
  }
  body[data-brand=NVC] .widgetCollegeSearch .btn-block .submit-search {
    background-color: #90499c;
  }
  body[data-brand=SPC] .widgetCollegeSearch .btn-block .submit-search {
    background-color: #3a62d3;
  }
  body[data-brand=PAC] .widgetCollegeSearch .btn-block .submit-search {
    background-color: #5b9982;
  }
  body[data-brand=SAC] .widgetCollegeSearch .btn-block .submit-search {
    background-color: #ed1d24;
  }
}
.widgetCollegeSearch .btn-block .or {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "din-2014", sans-serif;
  margin: 0 15px;
  line-height: 78px;
  line-height: 4.875rem;
  text-transform: uppercase;
}
body[data-brand=DIST] .widgetCollegeSearch .btn-block .or {
  color: #1e4f81;
}
body[data-brand=NLC] .widgetCollegeSearch .btn-block .or {
  color: #416f06;
}
body[data-brand=NVC] .widgetCollegeSearch .btn-block .or {
  color: #60357e;
}
body[data-brand=SPC] .widgetCollegeSearch .btn-block .or {
  color: #182878;
}
body[data-brand=PAC] .widgetCollegeSearch .btn-block .or {
  color: #01766e;
}
body[data-brand=SAC] .widgetCollegeSearch .btn-block .or {
  color: #9a1519;
}
@media screen and (max-width: 1100px) {
  .widgetCollegeSearch .btn-block .or {
    display: none;
  }
}
.widgetCollegeSearch .browse-btn {
  font-family: "din-2014", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  padding: 0 55px 0 0;
  margin: 75px auto 0;
  display: table;
  position: relative;
  color: #2d2d2d;
  transition: 0.3s all;
}
.widgetCollegeSearch .browse-btn:hover {
  text-decoration: none;
}
.widgetCollegeSearch .browse-btn:hover .chevron {
  right: -10px;
}
body[data-brand=DIST] .widgetCollegeSearch .browse-btn:hover .chevron path {
  fill: #1e4f81;
}
body[data-brand=NLC] .widgetCollegeSearch .browse-btn:hover .chevron path {
  fill: #416f06;
}
body[data-brand=NVC] .widgetCollegeSearch .browse-btn:hover .chevron path {
  fill: #60357e;
}
body[data-brand=SPC] .widgetCollegeSearch .browse-btn:hover .chevron path {
  fill: #182878;
}
body[data-brand=PAC] .widgetCollegeSearch .browse-btn:hover .chevron path {
  fill: #01766e;
}
body[data-brand=SAC] .widgetCollegeSearch .browse-btn:hover .chevron path {
  fill: #9a1519;
}
@media screen and (max-width: 1023px) {
  .widgetCollegeSearch .browse-btn {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
  }
}
.widgetCollegeSearch .browse-btn .chevron {
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  bottom: 0;
  transition: 0.3s all;
}
.widgetCollegeSearch .browse-btn .chevron svg {
  height: 18px;
  width: 10px;
}
body[data-brand=DIST] .widgetCollegeSearch .browse-btn .chevron svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .widgetCollegeSearch .browse-btn .chevron svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .widgetCollegeSearch .browse-btn .chevron svg path {
  fill: #90499c;
}
body[data-brand=SPC] .widgetCollegeSearch .browse-btn .chevron svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .widgetCollegeSearch .browse-btn .chevron svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .widgetCollegeSearch .browse-btn .chevron svg path {
  fill: #ed1d24;
}

@media (max-width: 1247px) and (min-width: 1024px) {
  body[data-sidenav=False] .Statistics .top-border {
    margin: 5%;
  }
}
@media (max-width: 889px) and (min-width: 749px) {
  body[data-sidenav=False] .Statistics .top-border {
    margin: 5%;
  }
}

@media screen and (max-width: 749px) {
  body[data-sidenav=True] .Statistics {
    width: 100%;
  }
  body[data-sidenav=True] .Statistics.not-first-item {
    padding-top: 20px;
  }
}

.Statistics {
  position: relative;
  padding: 56px 0;
}
.Statistics:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 3.88%, rgba(255, 255, 255, 0) 45.17%), url(/Static/dist/img/stats-bg-img.png) lightgray 50%/cover no-repeat;
  opacity: 0.15;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .Statistics {
    background: #E5EEF9;
    border-top: 1px solid #E1E1E1;
    padding: 50px 0;
  }
  .Statistics:before {
    display: none;
  }
}
.Statistics .Container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.Statistics .Container:after {
  display: none;
}
@media screen and (max-width: 749px) {
  .Statistics .Container {
    gap: 32px;
  }
}
.Statistics .top-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 24px;
  z-index: 5;
}
.no-flexbox .Statistics .top-row {
  display: table;
  width: 100%;
}
.no-flexbox .Statistics .top-row .description,
.no-flexbox .Statistics .top-row .btn-list {
  display: table-cell;
}
.no-flexbox .Statistics .top-row .btn-list li {
  display: table-cell;
  width: 50%;
  padding: 0 5px;
}
@media screen and (max-width: 749px) {
  .Statistics .top-row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Statistics .top-row .title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .Statistics .top-row .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.Statistics .top-row .description {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #4F4F4F;
}
@media screen and (max-width: 749px) {
  .Statistics .top-row .description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Statistics .top-row .description p {
  padding: 0;
}
.Statistics .btn-list {
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 1400px) {
  .Statistics .btn-list {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1399px) {
  .Statistics .btn-list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  .Statistics .btn-list {
    display: table;
  }
}
.Statistics .btn-list li {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (min-width: 750px) {
  .Statistics .btn-list li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .Statistics .btn-list li {
    margin-bottom: 15px;
  }
  .Statistics .btn-list li:last-child {
    margin-bottom: 0;
  }
}
.Statistics .btn-list li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  background-color: #2B71B8;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  height: 50px;
  line-height: 16px;
  line-height: 1rem;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  transition: 0.3s all;
  z-index: 5;
}
.Statistics .btn-list li a:hover {
  color: #fff;
  text-decoration: none;
  background: #1E4F81;
}
.Statistics .btn-list li a span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
}
.Statistics .btn-list li a span.about:after {
  content: "";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  width: 16px;
  background: url(/Static/dist/img/arrow-right-white.svg) no-repeat 50% 50%/cover;
}
.Statistics .btn-list li a span.accreditation:after {
  height: 16px;
  width: 16px;
  background: url(/Static/dist/img/arrow-right-white.svg) no-repeat 50% 50%/cover;
}
@media screen and (min-width: 750px) {
  .Statistics .top-border {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5%;
  }
}
.Statistics .chart-list {
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  z-index: 5;
}
.no-flexbox .Statistics .chart-list {
  display: table;
  width: 100%;
}
.no-flexbox .Statistics .chart-list li {
  display: table-cell;
}
@media screen and (max-width: 1023px) {
  .Statistics .chart-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 749px) {
  .Statistics .chart-list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.Statistics .chart-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px;
}
@media screen and (max-width: 1023px) {
  .Statistics .chart-list li {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 749px) {
  .Statistics .chart-list li {
    width: 100%;
  }
  .Statistics .chart-list li.not-first-item {
    padding-top: 20px;
  }
}
.Statistics .chart-list li .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-radius: 99px;
  background-color: #fff;
  margin-bottom: 16px;
}
.Statistics .chart-list li .icon img {
  width: 40px;
  height: 40px;
}
.Statistics .chart-list li .num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 70px;
  font-size: 4.375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .Statistics .chart-list li .num {
    font-size: 73px;
    font-size: 4.5625rem;
    padding-top: 0;
  }
}
.Statistics .chart-list li .num.blue {
  color: #2b71b8;
}
.Statistics .chart-list li .num.teal {
  color: #016450;
}
.Statistics .chart-list li .num.dark-blue {
  color: #1e4f81;
}
.Statistics .chart-list li .num.green {
  color: #007360;
}
.Statistics .chart-list li .num.yellow {
  color: #edb01d;
}
.Statistics .chart-list li .num.plus:after {
  content: "+";
  display: inline-block;
  margin-left: 0;
}
.Statistics .chart-list li .label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Open Sans", sans-serif;
  margin: 8px 0;
}
@media screen and (max-width: 749px) {
  .Statistics .chart-list li .label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Statistics .chart-list li .label .main-label {
  font-size: 16px;
  font-size: 1rem;
  color: #13273e;
  font-weight: 700;
}
.Statistics .chart-list li .label .small-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #044b7f;
  font-size: 14px;
  font-size: 0.875rem;
}
.Statistics .chart-list li .link-btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #2B71B8;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  padding: 12px 0;
}
@media screen and (max-width: 1023px) {
  .Statistics .chart-list li .link-btn a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.Statistics .chart-list li .link-btn a svg path {
  fill: #2B71B8;
}
.Statistics .chart-list li .link-btn a:hover {
  transition: 0.3s ease all;
  text-decoration: none;
  color: #1E4F81;
}
.Statistics .chart-list li .link-btn a:hover svg path {
  fill: #1E4F81;
}

.Promise-landing-page .Statistics h3 {
  color: #1D1D1D;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
  padding: 0;
  margin-bottom: 32px;
  z-index: 5;
}
@media screen and (max-width: 749px) {
  .Promise-landing-page .Statistics h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.Promise-landing-page .Statistics .description {
  color: #4F4F4F;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  z-index: 5;
}
@media screen and (max-width: 749px) {
  .Promise-landing-page .Statistics .description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Promise-landing-page .Statistics > .Container {
  gap: 0;
}
.Promise-landing-page .Statistics .chart-list {
  margin-top: 64px;
}
@media screen and (max-width: 1023px) {
  .Promise-landing-page .Statistics .chart-list {
    font-size: 32px;
    font-size: 2rem;
  }
}
.Promise-landing-page .Statistics .chart-list li .num.blue {
  color: #2b71b8;
}
.Promise-landing-page .Statistics .chart-list li .num.teal {
  color: #5b9982;
}
.Promise-landing-page .Statistics .chart-list li .num.dark-blue {
  color: #1e4f81;
}
.Promise-landing-page .Statistics .chart-list li .num.yellow {
  color: #edb01d;
}

.Social-media-feed {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .Social-media-feed .mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .Social-media-feed .desktop {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .Social-media-feed.no-mobile-feed .desktop {
    display: block;
  }
}

.Promise-multi-column h2, .Promise-multi-column h3, .Promise-multi-column h4 {
  font-family: "Open Sans", sans-serif;
  color: #1D1D1D !important;
  font-weight: 700;
  letter-spacing: -0.96px;
  letter-spacing: -0.06rem;
}
.Promise-multi-column h2 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .Promise-multi-column h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.Promise-multi-column h3 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .Promise-multi-column h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.Promise-multi-column h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .Promise-multi-column h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Promise-multi-column h5 {
  font-family: "Open Sans", sans-serif;
  color: #1D1D1D;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .Promise-multi-column h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.Promise-multi-column p {
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
.Promise-multi-column.two-col-asymmetric .col-1 {
  max-width: 37.5%;
  margin: 0 auto 0 0;
}
.Promise-multi-column.two-col-asymmetric .col-2 {
  max-width: 57.5%;
  margin: 0 0 0 auto;
}
.Promise-multi-column.two-col .col-1 {
  width: 45%;
}
@media screen and (max-width: 850px) {
  .Promise-multi-column.two-col .col-1 {
    width: 100%;
  }
}
.Promise-multi-column.two-col .col-2 {
  margin: 0 0 0 auto;
  max-width: 50%;
  width: 45%;
}
@media screen and (max-width: 850px) {
  .Promise-multi-column.two-col .col-2 {
    width: 100%;
  }
}
.Promise-multi-column.three-col .col {
  max-width: 30%;
  margin: 0 auto 0 auto;
}
.Promise-multi-column.three-col .col:first-child {
  margin: 0 auto 0 0;
}
.Promise-multi-column.three-col .col:last-child {
  margin: 0 0 0 auto;
}
.Promise-multi-column ul {
  margin: 0;
}
.Promise-multi-column .Flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .Promise-multi-column .Flex-container .col {
    max-width: 1000px;
  }
}
.Promise-multi-column .vanish {
  display: none;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.Home-action-btns {
  gap: 8px;
  max-width: 1208px;
  width: 100%;
  margin: -80px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1232px) {
  .Home-action-btns {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  .Home-action-btns {
    width: 100%;
    padding: 0 20px;
    margin: 56px 0;
  }
}
@media screen and (max-width: 749px) {
  .Home-action-btns {
    margin: 32px 0;
  }
}
.Home-action-btns .action-btn-list,
.Home-action-btns .column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.no-flexbox .Home-action-btns .action-btn-list,
.no-flexbox .Home-action-btns .column {
  display: table;
  width: 100%;
}
.no-flexbox .Home-action-btns .action-btn-list li,
.no-flexbox .Home-action-btns .column li {
  display: table-cell;
}
.no-flexbox .Home-action-btns .action-btn-list li a,
.no-flexbox .Home-action-btns .column li a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .Home-action-btns .action-btn-list,
.Home-action-btns .column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .Home-action-btns .action-btn-list li,
.Home-action-btns .column li {
    -webkit-flex: 0 0 235px;
        -ms-flex: 0 0 235px;
            flex: 0 0 235px;
    max-width: 235px;
  }
}
@media screen and (max-width: 1232px) {
  .Home-action-btns .action-btn-list li,
.Home-action-btns .column li {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.Home-action-btns .action-btn-list li .item,
.Home-action-btns .column li .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
          animation: none;
  transition: none;
}
.Home-action-btns .action-btn-list li .item .icon,
.Home-action-btns .column li .item .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  width: 32px;
  border-radius: 99px;
  background-color: #e1e1e1;
  transition: 0.3s ease background-color;
}
@media screen and (max-width: 749px) {
  .Home-action-btns .action-btn-list li .item .icon,
.Home-action-btns .column li .item .icon {
    min-width: 32px;
  }
}
.Home-action-btns .action-btn-list li .item .text,
.Home-action-btns .column li .item .text {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .Home-action-btns .action-btn-list li .item .text,
.Home-action-btns .column li .item .text {
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-line-clamp: 1;
  }
}
.Home-action-btns .action-btn-list li .item .description,
.Home-action-btns .column li .item .description {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .Home-action-btns .action-btn-list li .item .description,
.Home-action-btns .column li .item .description {
    display: none;
  }
}
.Home-action-btns .action-btn-list li .item:hover,
.Home-action-btns .column li .item:hover {
  text-decoration: none;
  -webkit-animation: bounce-up 0.4s ease-in-out forwards;
          animation: bounce-up 0.4s ease-in-out forwards;
}
.Home-action-btns .action-btn-list li .item:hover .text,
.Home-action-btns .column li .item:hover .text {
  text-decoration: none;
}
.Home-action-btns .action-btn-list li .item:hover .icon,
.Home-action-btns .column li .item:hover .icon {
  background-color: #2b71b8;
}
.Home-action-btns .action-btn-list li .item:hover .icon svg,
.Home-action-btns .column li .item:hover .icon svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.Home-action-btns .action-btn-list li .item:hover .icon svg path,
.Home-action-btns .column li .item:hover .icon svg path {
  fill: #fff;
}
.Home-action-btns .action-btn-list li .item:not(:hover),
.Home-action-btns .column li .item:not(:hover) {
  -webkit-animation: bounce-down 0.4s ease-in-out forwards;
          animation: bounce-down 0.4s ease-in-out forwards;
}
@-webkit-keyframes bounce-down {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  50% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  75% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-down {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  50% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  75% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-27%);
            transform: translateY(-27%);
  }
  75% {
    -webkit-transform: translateY(-24%);
            transform: translateY(-24%);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@keyframes bounce-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-27%);
            transform: translateY(-27%);
  }
  75% {
    -webkit-transform: translateY(-24%);
            transform: translateY(-24%);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
@media screen and (max-width: 1023px) {
  .Home-action-btns .action-btn-list li .item,
.Home-action-btns .column li .item {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 16px;
    box-shadow: none;
  }
}
.Home-action-btns .action-btn-list li:hover .item,
.Home-action-btns .column li:hover .item {
  -webkit-animation: bounce-up 0.4s ease-in-out forwards;
          animation: bounce-up 0.4s ease-in-out forwards;
}

#calendar-loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
}
@media screen and (max-width: 749px) {
  #calendar-loading {
    bottom: 0;
    left: 50%;
    top: unset;
  }
}

.calendar-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 80px 0 40px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 749px) {
  .calendar-page {
    margin: 12px 0 48px;
  }
}
.calendar-page .calendar-details {
  display: none;
}
.calendar-page .is-hidden {
  display: none;
}
.calendar-page .page-title {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.92px;
  letter-spacing: -0.12rem;
  padding: 0;
  margin-bottom: 2px;
}
@media screen and (max-width: 749px) {
  .calendar-page .page-title {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 16px;
  }
}
.calendar-page .calendar-views {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 4px;
  background-color: #EDEDED;
  position: relative;
  border-radius: 4px;
  margin-top: auto;
}
@media screen and (max-width: 1099px) {
  .calendar-page .calendar-views {
    display: none;
  }
}
.calendar-page .calendar-views .grid-view-button,
.calendar-page .calendar-views .list-view-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  background: none;
  border-radius: 4px;
  border: none;
  padding: 12px;
  transition: 0.3s all ease;
}
body[data-brand=DIST] .calendar-page .calendar-views .grid-view-button,
body[data-brand=DIST] .calendar-page .calendar-views .list-view-button {
  color: #2b71b8;
}
body[data-brand=NLC] .calendar-page .calendar-views .grid-view-button,
body[data-brand=NLC] .calendar-page .calendar-views .list-view-button {
  color: #789f3e;
}
body[data-brand=NVC] .calendar-page .calendar-views .grid-view-button,
body[data-brand=NVC] .calendar-page .calendar-views .list-view-button {
  color: #90499c;
}
body[data-brand=SPC] .calendar-page .calendar-views .grid-view-button,
body[data-brand=SPC] .calendar-page .calendar-views .list-view-button {
  color: #3a62d3;
}
body[data-brand=PAC] .calendar-page .calendar-views .grid-view-button,
body[data-brand=PAC] .calendar-page .calendar-views .list-view-button {
  color: #5b9982;
}
body[data-brand=SAC] .calendar-page .calendar-views .grid-view-button,
body[data-brand=SAC] .calendar-page .calendar-views .list-view-button {
  color: #ed1d24;
}
.calendar-page .calendar-views .grid-view-button svg path,
.calendar-page .calendar-views .list-view-button svg path {
  transition: 0.3s all ease;
}
body[data-brand=DIST] .calendar-page .calendar-views .grid-view-button svg path,
body[data-brand=DIST] .calendar-page .calendar-views .list-view-button svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .calendar-page .calendar-views .grid-view-button svg path,
body[data-brand=NLC] .calendar-page .calendar-views .list-view-button svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .calendar-page .calendar-views .grid-view-button svg path,
body[data-brand=NVC] .calendar-page .calendar-views .list-view-button svg path {
  fill: #90499c;
}
body[data-brand=SPC] .calendar-page .calendar-views .grid-view-button svg path,
body[data-brand=SPC] .calendar-page .calendar-views .list-view-button svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .calendar-page .calendar-views .grid-view-button svg path,
body[data-brand=PAC] .calendar-page .calendar-views .list-view-button svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .calendar-page .calendar-views .grid-view-button svg path,
body[data-brand=SAC] .calendar-page .calendar-views .list-view-button svg path {
  fill: #ed1d24;
}
body[data-brand=DIST] .calendar-page .calendar-views .grid-view-button:hover,
body[data-brand=DIST] .calendar-page .calendar-views .list-view-button:hover {
  color: #245f9b;
}
body[data-brand=NLC] .calendar-page .calendar-views .grid-view-button:hover,
body[data-brand=NLC] .calendar-page .calendar-views .list-view-button:hover {
  color: #568118;
}
body[data-brand=NVC] .calendar-page .calendar-views .grid-view-button:hover,
body[data-brand=NVC] .calendar-page .calendar-views .list-view-button:hover {
  color: #713e94;
}
body[data-brand=SPC] .calendar-page .calendar-views .grid-view-button:hover,
body[data-brand=SPC] .calendar-page .calendar-views .list-view-button:hover {
  color: #2c4aa0;
}
body[data-brand=PAC] .calendar-page .calendar-views .grid-view-button:hover,
body[data-brand=PAC] .calendar-page .calendar-views .list-view-button:hover {
  color: #4c806d;
}
body[data-brand=SAC] .calendar-page .calendar-views .grid-view-button:hover,
body[data-brand=SAC] .calendar-page .calendar-views .list-view-button:hover {
  color: #c9362f;
}
body[data-brand=DIST] .calendar-page .calendar-views .grid-view-button:hover svg path,
body[data-brand=DIST] .calendar-page .calendar-views .list-view-button:hover svg path {
  fill: #245f9b;
}
body[data-brand=NLC] .calendar-page .calendar-views .grid-view-button:hover svg path,
body[data-brand=NLC] .calendar-page .calendar-views .list-view-button:hover svg path {
  fill: #568118;
}
body[data-brand=NVC] .calendar-page .calendar-views .grid-view-button:hover svg path,
body[data-brand=NVC] .calendar-page .calendar-views .list-view-button:hover svg path {
  fill: #713e94;
}
body[data-brand=SPC] .calendar-page .calendar-views .grid-view-button:hover svg path,
body[data-brand=SPC] .calendar-page .calendar-views .list-view-button:hover svg path {
  fill: #2c4aa0;
}
body[data-brand=PAC] .calendar-page .calendar-views .grid-view-button:hover svg path,
body[data-brand=PAC] .calendar-page .calendar-views .list-view-button:hover svg path {
  fill: #4c806d;
}
body[data-brand=SAC] .calendar-page .calendar-views .grid-view-button:hover svg path,
body[data-brand=SAC] .calendar-page .calendar-views .list-view-button:hover svg path {
  fill: #c9362f;
}
.calendar-page .calendar-views .grid-view-button.active,
.calendar-page .calendar-views .list-view-button.active {
  color: #fff !important;
  padding: 12px 24px;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}
body[data-brand=DIST] .calendar-page .calendar-views .grid-view-button.active,
body[data-brand=DIST] .calendar-page .calendar-views .list-view-button.active {
  background-color: #2b71b8;
}
body[data-brand=NLC] .calendar-page .calendar-views .grid-view-button.active,
body[data-brand=NLC] .calendar-page .calendar-views .list-view-button.active {
  background-color: #789f3e;
}
body[data-brand=NVC] .calendar-page .calendar-views .grid-view-button.active,
body[data-brand=NVC] .calendar-page .calendar-views .list-view-button.active {
  background-color: #90499c;
}
body[data-brand=SPC] .calendar-page .calendar-views .grid-view-button.active,
body[data-brand=SPC] .calendar-page .calendar-views .list-view-button.active {
  background-color: #3a62d3;
}
body[data-brand=PAC] .calendar-page .calendar-views .grid-view-button.active,
body[data-brand=PAC] .calendar-page .calendar-views .list-view-button.active {
  background-color: #5b9982;
}
body[data-brand=SAC] .calendar-page .calendar-views .grid-view-button.active,
body[data-brand=SAC] .calendar-page .calendar-views .list-view-button.active {
  background-color: #ed1d24;
}
.calendar-page .calendar-views .grid-view-button.active svg path,
.calendar-page .calendar-views .list-view-button.active svg path {
  fill: #fff !important;
}
.calendar-page .calendar-views .grid-view-button.active:hover,
.calendar-page .calendar-views .list-view-button.active:hover {
  color: #fff;
}
body[data-brand=DIST] .calendar-page .calendar-views .grid-view-button.active:hover,
body[data-brand=DIST] .calendar-page .calendar-views .list-view-button.active:hover {
  background-color: #245f9b;
}
body[data-brand=NLC] .calendar-page .calendar-views .grid-view-button.active:hover,
body[data-brand=NLC] .calendar-page .calendar-views .list-view-button.active:hover {
  background-color: #568118;
}
body[data-brand=NVC] .calendar-page .calendar-views .grid-view-button.active:hover,
body[data-brand=NVC] .calendar-page .calendar-views .list-view-button.active:hover {
  background-color: #713e94;
}
body[data-brand=SPC] .calendar-page .calendar-views .grid-view-button.active:hover,
body[data-brand=SPC] .calendar-page .calendar-views .list-view-button.active:hover {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .calendar-page .calendar-views .grid-view-button.active:hover,
body[data-brand=PAC] .calendar-page .calendar-views .list-view-button.active:hover {
  background-color: #4c806d;
}
body[data-brand=SAC] .calendar-page .calendar-views .grid-view-button.active:hover,
body[data-brand=SAC] .calendar-page .calendar-views .list-view-button.active:hover {
  background-color: #c9362f;
}
.calendar-page #calendar .is-hidden {
  display: none;
}
.calendar-page #calendar .fc-list-empty {
  padding: 10px;
}
.calendar-page #calendar .fc-header-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 749px) {
  .calendar-page #calendar .fc-header-toolbar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.calendar-page #calendar .fc-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  position: absolute;
  left: 0;
  top: -65px;
  row-gap: 16px;
}
@media screen and (max-width: 1023px) {
  .calendar-page #calendar .fc-left {
    top: -52px;
  }
}
@media screen and (max-width: 749px) {
  .calendar-page #calendar .fc-left {
    position: relative;
    top: auto;
    left: auto;
    row-gap: 12px;
  }
}
.calendar-page #calendar .fc-left h2 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  color: #000000;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .calendar-page #calendar .fc-left h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.calendar-page #calendar .fc-left .fc-prev-button {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 749px) {
  .calendar-page #calendar .fc-left .fc-prev-button {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.calendar-page #calendar .fc-left .fc-today-button {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 749px) {
  .calendar-page #calendar .fc-left .fc-today-button {
    max-width: 100%;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.calendar-page #calendar .fc-left .fc-next-button {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 749px) {
  .calendar-page #calendar .fc-left .fc-next-button {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.calendar-page #calendar .fc-left .fc-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  top: 0;
}
.calendar-page #calendar .fc button {
  height: auto;
  padding: 0;
  background-image: none;
  border: 0;
  box-shadow: none;
}
.calendar-page #calendar .fc-state-default {
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  line-height: 1;
}
.calendar-page #calendar .fc-listDay-button,
.calendar-page #calendar .fc-listWeek-button,
.calendar-page #calendar .fc-listYear-button,
.calendar-page #calendar .fc-listMonth-button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px;
  transition: 0.3s all;
  margin: 0;
  height: auto;
}
body[data-brand=DIST] .calendar-page #calendar .fc-listDay-button,
body[data-brand=DIST] .calendar-page #calendar .fc-listWeek-button,
body[data-brand=DIST] .calendar-page #calendar .fc-listYear-button,
body[data-brand=DIST] .calendar-page #calendar .fc-listMonth-button {
  color: #2b71b8;
}
body[data-brand=NLC] .calendar-page #calendar .fc-listDay-button,
body[data-brand=NLC] .calendar-page #calendar .fc-listWeek-button,
body[data-brand=NLC] .calendar-page #calendar .fc-listYear-button,
body[data-brand=NLC] .calendar-page #calendar .fc-listMonth-button {
  color: #789f3e;
}
body[data-brand=NVC] .calendar-page #calendar .fc-listDay-button,
body[data-brand=NVC] .calendar-page #calendar .fc-listWeek-button,
body[data-brand=NVC] .calendar-page #calendar .fc-listYear-button,
body[data-brand=NVC] .calendar-page #calendar .fc-listMonth-button {
  color: #90499c;
}
body[data-brand=SPC] .calendar-page #calendar .fc-listDay-button,
body[data-brand=SPC] .calendar-page #calendar .fc-listWeek-button,
body[data-brand=SPC] .calendar-page #calendar .fc-listYear-button,
body[data-brand=SPC] .calendar-page #calendar .fc-listMonth-button {
  color: #3a62d3;
}
body[data-brand=PAC] .calendar-page #calendar .fc-listDay-button,
body[data-brand=PAC] .calendar-page #calendar .fc-listWeek-button,
body[data-brand=PAC] .calendar-page #calendar .fc-listYear-button,
body[data-brand=PAC] .calendar-page #calendar .fc-listMonth-button {
  color: #5b9982;
}
body[data-brand=SAC] .calendar-page #calendar .fc-listDay-button,
body[data-brand=SAC] .calendar-page #calendar .fc-listWeek-button,
body[data-brand=SAC] .calendar-page #calendar .fc-listYear-button,
body[data-brand=SAC] .calendar-page #calendar .fc-listMonth-button {
  color: #ed1d24;
}
body[data-brand=DIST] .calendar-page #calendar .fc-listDay-button:hover,
body[data-brand=DIST] .calendar-page #calendar .fc-listWeek-button:hover,
body[data-brand=DIST] .calendar-page #calendar .fc-listYear-button:hover,
body[data-brand=DIST] .calendar-page #calendar .fc-listMonth-button:hover {
  color: #245f9b;
}
body[data-brand=NLC] .calendar-page #calendar .fc-listDay-button:hover,
body[data-brand=NLC] .calendar-page #calendar .fc-listWeek-button:hover,
body[data-brand=NLC] .calendar-page #calendar .fc-listYear-button:hover,
body[data-brand=NLC] .calendar-page #calendar .fc-listMonth-button:hover {
  color: #568118;
}
body[data-brand=NVC] .calendar-page #calendar .fc-listDay-button:hover,
body[data-brand=NVC] .calendar-page #calendar .fc-listWeek-button:hover,
body[data-brand=NVC] .calendar-page #calendar .fc-listYear-button:hover,
body[data-brand=NVC] .calendar-page #calendar .fc-listMonth-button:hover {
  color: #713e94;
}
body[data-brand=SPC] .calendar-page #calendar .fc-listDay-button:hover,
body[data-brand=SPC] .calendar-page #calendar .fc-listWeek-button:hover,
body[data-brand=SPC] .calendar-page #calendar .fc-listYear-button:hover,
body[data-brand=SPC] .calendar-page #calendar .fc-listMonth-button:hover {
  color: #2c4aa0;
}
body[data-brand=PAC] .calendar-page #calendar .fc-listDay-button:hover,
body[data-brand=PAC] .calendar-page #calendar .fc-listWeek-button:hover,
body[data-brand=PAC] .calendar-page #calendar .fc-listYear-button:hover,
body[data-brand=PAC] .calendar-page #calendar .fc-listMonth-button:hover {
  color: #4c806d;
}
body[data-brand=SAC] .calendar-page #calendar .fc-listDay-button:hover,
body[data-brand=SAC] .calendar-page #calendar .fc-listWeek-button:hover,
body[data-brand=SAC] .calendar-page #calendar .fc-listYear-button:hover,
body[data-brand=SAC] .calendar-page #calendar .fc-listMonth-button:hover {
  color: #c9362f;
}
.calendar-page #calendar .fc-listDay-button.fc-state-active,
.calendar-page #calendar .fc-listWeek-button.fc-state-active,
.calendar-page #calendar .fc-listYear-button.fc-state-active,
.calendar-page #calendar .fc-listMonth-button.fc-state-active {
  color: #fff !important;
}
body[data-brand=DIST] .calendar-page #calendar .fc-listDay-button.fc-state-active,
body[data-brand=DIST] .calendar-page #calendar .fc-listWeek-button.fc-state-active,
body[data-brand=DIST] .calendar-page #calendar .fc-listYear-button.fc-state-active,
body[data-brand=DIST] .calendar-page #calendar .fc-listMonth-button.fc-state-active {
  background-color: #2b71b8;
}
body[data-brand=NLC] .calendar-page #calendar .fc-listDay-button.fc-state-active,
body[data-brand=NLC] .calendar-page #calendar .fc-listWeek-button.fc-state-active,
body[data-brand=NLC] .calendar-page #calendar .fc-listYear-button.fc-state-active,
body[data-brand=NLC] .calendar-page #calendar .fc-listMonth-button.fc-state-active {
  background-color: #789f3e;
}
body[data-brand=NVC] .calendar-page #calendar .fc-listDay-button.fc-state-active,
body[data-brand=NVC] .calendar-page #calendar .fc-listWeek-button.fc-state-active,
body[data-brand=NVC] .calendar-page #calendar .fc-listYear-button.fc-state-active,
body[data-brand=NVC] .calendar-page #calendar .fc-listMonth-button.fc-state-active {
  background-color: #90499c;
}
body[data-brand=SPC] .calendar-page #calendar .fc-listDay-button.fc-state-active,
body[data-brand=SPC] .calendar-page #calendar .fc-listWeek-button.fc-state-active,
body[data-brand=SPC] .calendar-page #calendar .fc-listYear-button.fc-state-active,
body[data-brand=SPC] .calendar-page #calendar .fc-listMonth-button.fc-state-active {
  background-color: #3a62d3;
}
body[data-brand=PAC] .calendar-page #calendar .fc-listDay-button.fc-state-active,
body[data-brand=PAC] .calendar-page #calendar .fc-listWeek-button.fc-state-active,
body[data-brand=PAC] .calendar-page #calendar .fc-listYear-button.fc-state-active,
body[data-brand=PAC] .calendar-page #calendar .fc-listMonth-button.fc-state-active {
  background-color: #5b9982;
}
body[data-brand=SAC] .calendar-page #calendar .fc-listDay-button.fc-state-active,
body[data-brand=SAC] .calendar-page #calendar .fc-listWeek-button.fc-state-active,
body[data-brand=SAC] .calendar-page #calendar .fc-listYear-button.fc-state-active,
body[data-brand=SAC] .calendar-page #calendar .fc-listMonth-button.fc-state-active {
  background-color: #ed1d24;
}
body[data-brand=DIST] .calendar-page #calendar .fc-listDay-button.fc-state-active:hover,
body[data-brand=DIST] .calendar-page #calendar .fc-listWeek-button.fc-state-active:hover,
body[data-brand=DIST] .calendar-page #calendar .fc-listYear-button.fc-state-active:hover,
body[data-brand=DIST] .calendar-page #calendar .fc-listMonth-button.fc-state-active:hover {
  background-color: #245f9b;
}
body[data-brand=NLC] .calendar-page #calendar .fc-listDay-button.fc-state-active:hover,
body[data-brand=NLC] .calendar-page #calendar .fc-listWeek-button.fc-state-active:hover,
body[data-brand=NLC] .calendar-page #calendar .fc-listYear-button.fc-state-active:hover,
body[data-brand=NLC] .calendar-page #calendar .fc-listMonth-button.fc-state-active:hover {
  background-color: #568118;
}
body[data-brand=NVC] .calendar-page #calendar .fc-listDay-button.fc-state-active:hover,
body[data-brand=NVC] .calendar-page #calendar .fc-listWeek-button.fc-state-active:hover,
body[data-brand=NVC] .calendar-page #calendar .fc-listYear-button.fc-state-active:hover,
body[data-brand=NVC] .calendar-page #calendar .fc-listMonth-button.fc-state-active:hover {
  background-color: #713e94;
}
body[data-brand=SPC] .calendar-page #calendar .fc-listDay-button.fc-state-active:hover,
body[data-brand=SPC] .calendar-page #calendar .fc-listWeek-button.fc-state-active:hover,
body[data-brand=SPC] .calendar-page #calendar .fc-listYear-button.fc-state-active:hover,
body[data-brand=SPC] .calendar-page #calendar .fc-listMonth-button.fc-state-active:hover {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .calendar-page #calendar .fc-listDay-button.fc-state-active:hover,
body[data-brand=PAC] .calendar-page #calendar .fc-listWeek-button.fc-state-active:hover,
body[data-brand=PAC] .calendar-page #calendar .fc-listYear-button.fc-state-active:hover,
body[data-brand=PAC] .calendar-page #calendar .fc-listMonth-button.fc-state-active:hover {
  background-color: #4c806d;
}
body[data-brand=SAC] .calendar-page #calendar .fc-listDay-button.fc-state-active:hover,
body[data-brand=SAC] .calendar-page #calendar .fc-listWeek-button.fc-state-active:hover,
body[data-brand=SAC] .calendar-page #calendar .fc-listYear-button.fc-state-active:hover,
body[data-brand=SAC] .calendar-page #calendar .fc-listMonth-button.fc-state-active:hover {
  background-color: #c9362f;
}
@media screen and (max-width: 749px) {
  .calendar-page #calendar .fc-listDay-button,
.calendar-page #calendar .fc-listWeek-button,
.calendar-page #calendar .fc-listYear-button,
.calendar-page #calendar .fc-listMonth-button {
    width: 100%;
  }
}
.calendar-page #calendar .fc-listYear {
  padding-right: 15px;
}
.calendar-page #calendar .fc-icon-left-single-arrow:after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  background-image: url(/Static/dist/img/arrow-left-blue.svg);
  background-size: 16px 16px;
  background-position: center;
}
.calendar-page #calendar .fc-icon-right-single-arrow:after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  background-image: url(/Static/dist/img/arrow-right-blue.svg);
  background-size: 16px 16px;
  background-position: center;
}
.calendar-page #calendar .fc-icon-left-single-arrow:after,
.calendar-page #calendar .fc-icon-right-single-arrow:after {
  content: "";
}
.calendar-page #calendar .fc-prev-button, .calendar-page #calendar .fc-next-button {
  padding: 12px;
  border-radius: 4px;
  background: #F3F3F3;
  margin: 0;
  height: auto;
}
.calendar-page #calendar .fc-prev-button.fc-state-disabled::before, .calendar-page #calendar .fc-prev-button.fc-state-disabled::after {
  background-color: #A2A2A2 !important;
}
.calendar-page #calendar .fc-prev-button.fc-state-disabled:hover {
  cursor: default;
}
.calendar-page #calendar .fc-prev-button.fc-state-disabled:hover::before, .calendar-page #calendar .fc-prev-button.fc-state-disabled:hover::after {
  background-color: #A2A2A2 !important;
}
.calendar-page #calendar .fc-today-button {
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  padding: 12px 24px;
  margin: 0 4px;
  background: #F3F3F3;
  border-radius: 4px;
  height: auto;
}
body[data-brand=DIST] .calendar-page #calendar .fc-today-button {
  color: #2b71b8;
}
body[data-brand=NLC] .calendar-page #calendar .fc-today-button {
  color: #789f3e;
}
body[data-brand=NVC] .calendar-page #calendar .fc-today-button {
  color: #90499c;
}
body[data-brand=SPC] .calendar-page #calendar .fc-today-button {
  color: #3a62d3;
}
body[data-brand=PAC] .calendar-page #calendar .fc-today-button {
  color: #5b9982;
}
body[data-brand=SAC] .calendar-page #calendar .fc-today-button {
  color: #ed1d24;
}
body[data-brand=DIST] .calendar-page #calendar .fc-today-button:hover {
  color: #245f9b;
}
body[data-brand=NLC] .calendar-page #calendar .fc-today-button:hover {
  color: #568118;
}
body[data-brand=NVC] .calendar-page #calendar .fc-today-button:hover {
  color: #713e94;
}
body[data-brand=SPC] .calendar-page #calendar .fc-today-button:hover {
  color: #2c4aa0;
}
body[data-brand=PAC] .calendar-page #calendar .fc-today-button:hover {
  color: #4c806d;
}
body[data-brand=SAC] .calendar-page #calendar .fc-today-button:hover {
  color: #c9362f;
}
.calendar-page #calendar .fc-today-button.fc-state-disabled {
  display: none;
}
.calendar-page #calendar .fc-center {
  position: absolute;
  top: 0;
  right: 0;
}
.calendar-page #calendar .fc-center .fc-button-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #EDEDED;
}
@media screen and (max-width: 749px) {
  .calendar-page #calendar .fc-center .fc-button-group {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .calendar-page #calendar .fc-center {
    position: relative;
  }
}
.calendar-page #calendar .fc-scroller {
  height: unset !important;
  overflow: unset !important;
}
.calendar-page #calendar .fc-list-view {
  border: none;
}
.calendar-page #calendar .fc-list-item:hover td {
  background: #fff;
}
.calendar-page #calendar .fc-list-table td {
  padding: 0;
  position: relative;
  border-color: #E1E1E1;
}
.calendar-page #calendar .fc-list-heading {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.calendar-page #calendar .fc-list-heading td {
  padding: 16px 0;
  background: none;
}
.calendar-page #calendar .fc-list-heading-main,
.calendar-page #calendar .fc-list-heading-alt {
  color: #1D1D1D;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 1099px) {
  .calendar-page #calendar .fc-listWeek-view .fc-list-heading-main {
    float: right;
  }
  .calendar-page #calendar .fc-listWeek-view .fc-list-heading-alt {
    float: left;
  }
}
@media screen and (min-width: 1100px) {
  .calendar-page #calendar .fc-listWeek-view .fc-list-heading-main:after {
    content: ",";
  }
  .calendar-page #calendar .fc-listWeek-view .fc-list-heading-alt {
    float: left;
    padding-left: 10px;
  }
  .calendar-page #calendar .fc-listMonth-view .fc-list-heading-main,
.calendar-page #calendar .fc-listYear-view .fc-list-heading-main {
    float: none;
    padding-left: 10px;
  }
  .calendar-page #calendar .fc-listMonth-view .fc-list-heading-alt,
.calendar-page #calendar .fc-listYear-view .fc-list-heading-alt {
    float: left;
  }
  .calendar-page #calendar .fc-listMonth-view .fc-list-heading-alt:after,
.calendar-page #calendar .fc-listYear-view .fc-list-heading-alt:after {
    content: ",";
  }
}
.calendar-page #calendar .fc-list-item-marker {
  display: none;
}
.calendar-page #calendar .fc-list-item-title .close {
  visibility: hidden;
  position: absolute;
  top: 7px;
  right: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 0;
  background: transparent;
  z-index: 1;
}
.calendar-page #calendar .fc-list-item-title .close.active {
  visibility: visible;
  width: 100%;
}
.calendar-page #calendar .fc-list-item-title .close svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.calendar-page #calendar .fc-list-item-title > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  color: #2d2d2d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 25.6px;
  line-height: 1.6rem;
  transition: 0.3s all;
  padding-left: 84px;
}
.calendar-page #calendar .fc-list-item-title > a .time {
  margin-right: 40px;
}
.calendar-page #calendar .fc-list-item-title > a:hover, .calendar-page #calendar .fc-list-item-title > a:focus {
  text-decoration: none;
  background-color: #e1e1e1;
}
@media screen and (max-width: 1023px) {
  .calendar-page #calendar .fc-list-item-title > a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 749px) {
  .calendar-page #calendar .fc-list-item-title > a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .calendar-page #calendar .fc-list-item-title > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.calendar-page #calendar .fc-list-item-title > a:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 23px;
  left: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.calendar-page #calendar .fc-list-item-title > a:after {
  position: absolute;
  top: 10px;
  left: 28px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  font-weight: bold;
}
.calendar-page #calendar .DIST .fc-list-item-title > a:before {
  background-image: url(/Static/dist/img/calendar/district.svg);
}
.calendar-page #calendar .DIST .fc-list-item-title > a:after {
  content: "DST";
  color: #2b71b8;
}
.calendar-page #calendar .NLC .fc-list-item-title > a:before {
  background-image: url(/Static/dist/img/calendar/NLC.svg);
}
.calendar-page #calendar .NLC .fc-list-item-title > a:after {
  content: "NLC";
  color: #568118;
}
.calendar-page #calendar .NVC .fc-list-item-title > a:before {
  background-image: url(/Static/dist/img/calendar/NVC.svg);
}
.calendar-page #calendar .NVC .fc-list-item-title > a:after {
  content: "NVC";
  color: #713e94;
}
.calendar-page #calendar .SPC .fc-list-item-title > a:before {
  background-image: url(/Static/dist/img/calendar/SPC.svg);
}
.calendar-page #calendar .SPC .fc-list-item-title > a:after {
  content: "SPC";
  color: #2c4aa0;
}
.calendar-page #calendar .PAC .fc-list-item-title > a:before {
  background-image: url(/Static/dist/img/calendar/PAC.svg);
}
.calendar-page #calendar .PAC .fc-list-item-title > a:after {
  content: "PAC";
  color: #4c806d;
}
.calendar-page #calendar .SAC .fc-list-item-title > a:before {
  background-image: url(/Static/dist/img/calendar/SAC.svg);
}
.calendar-page #calendar .SAC .fc-list-item-title > a:after {
  content: "SAC";
  color: #c9362f;
}
.calendar-page #calendar .fc-view-container {
  margin-top: 72px;
}
@media screen and (max-width: 1023px) {
  .calendar-page #calendar .fc-view-container {
    margin-top: 0;
  }
}
.calendar-page #calendar .fc-view-container .fc-month-view > table:first-of-type {
  border-collapse: separate;
  border-spacing: 0;
}
.calendar-page #calendar .fc-view-container .fc-month-view > table:first-of-type > tbody > tr > td.fc-widget-content {
  border-radius: 6px;
  overflow: hidden;
}
.calendar-page #calendar .fc-view-container .fc-month-view table thead {
  border: none;
}
.calendar-page #calendar .fc-view-container .fc-month-view table thead th {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 8px;
  border-width: 0;
}
.calendar-page #calendar .fc-view-container .fc-month-view table thead th.fc-sun, .calendar-page #calendar .fc-view-container .fc-month-view table thead th.fc-sat {
  opacity: 0.6;
}
.calendar-page #calendar .fc-view-container .fc-month-view table td {
  border-color: #E1E1E1;
}
.calendar-page #calendar .fc-view-container .fc-month-view table .fc-day-number {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 19.6px;
  line-height: 1.225rem;
  padding: 8px;
  color: #4F4F4F;
}
.calendar-page #calendar .fc-view-container .fc-month-view table a.fc-day-number {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4F4F4F;
}
.calendar-page #calendar .fc-view-container .fc-month-view table .fc-state-highlight {
  background: #e1e1e1;
}
.calendar-page #calendar .fc-view-container .fc-month-view table .fc-more {
  font-size: 12px;
  font-size: 0.75rem;
  color: #262626;
  font-weight: 600;
  line-height: 16.8px;
  line-height: 1.05rem;
}
.calendar-page #calendar .fc-view-container .fc-month-view table .fc-other-month {
  background: #F5F5F5;
  color: #404040;
  opacity: 1;
}
.calendar-page #calendar .fc-view-container .fc-month-view .fc-head-container {
  border: none;
}
.calendar-page #calendar .fc-view-container .fc-month-view .fc-day.fc-disabled-day {
  background: #F5F5F5;
  color: #404040;
  opacity: 1;
}
.calendar-page #calendar .fc-view-container a.fc-day-grid-event,
.calendar-page #calendar .fc-view-container a.NVC,
.calendar-page #calendar .fc-view-container a.SPC,
.calendar-page #calendar .fc-view-container a.PAC,
.calendar-page #calendar .fc-view-container a.NLC,
.calendar-page #calendar .fc-view-container a.SAC,
.calendar-page #calendar .fc-view-container a.DIST {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-left: 12px;
  padding-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 2px 4px;
}
.calendar-page #calendar .fc-view-container a.fc-day-grid-event:before,
.calendar-page #calendar .fc-view-container a.NVC:before,
.calendar-page #calendar .fc-view-container a.SPC:before,
.calendar-page #calendar .fc-view-container a.PAC:before,
.calendar-page #calendar .fc-view-container a.NLC:before,
.calendar-page #calendar .fc-view-container a.SAC:before,
.calendar-page #calendar .fc-view-container a.DIST:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 5px;
  background: #2b71b8;
  border-radius: 4px 0 0 4px;
}
.calendar-page #calendar .fc-view-container a.fc-day-grid-event,
.calendar-page #calendar .fc-view-container a.DIST {
  color: #2b71b8;
  background-color: #e5eef9;
  transition: 0.3s all;
}
.calendar-page #calendar .fc-view-container a.fc-day-grid-event:hover,
.calendar-page #calendar .fc-view-container a.DIST:hover {
  color: #1e4f81;
}
.calendar-page #calendar .fc-view-container a.NVC {
  color: #90499c;
  background-color: #f3ecfb;
  transition: 0.3s all;
}
.calendar-page #calendar .fc-view-container a.NVC:hover {
  color: #60357e;
}
.calendar-page #calendar .fc-view-container a.NVC:before {
  background: #90499c;
}
.calendar-page #calendar .fc-view-container a.SPC {
  color: #3a62d3;
  background-color: #daecff;
  transition: 0.3s all;
}
.calendar-page #calendar .fc-view-container a.SPC:hover {
  color: #182878;
}
.calendar-page #calendar .fc-view-container a.SPC:before {
  background: #3a62d3;
}
.calendar-page #calendar .fc-view-container a.PAC {
  color: #5b9982;
  background-color: #e5f9f7;
  transition: 0.3s all;
}
.calendar-page #calendar .fc-view-container a.PAC:hover {
  color: #01766e;
}
.calendar-page #calendar .fc-view-container a.PAC:before {
  background: #5b9982;
}
.calendar-page #calendar .fc-view-container a.NLC {
  color: #789f3e;
  background-color: #e8f4ca;
  transition: 0.3s all;
}
.calendar-page #calendar .fc-view-container a.NLC:hover {
  color: #416f06;
}
.calendar-page #calendar .fc-view-container a.NLC:before {
  background: #789f3e;
}
.calendar-page #calendar .fc-view-container a.SAC {
  color: #ed1d24;
  background-color: #fbdfdf;
  transition: 0.3s all;
}
.calendar-page #calendar .fc-view-container a.SAC:hover {
  color: #9a1519;
}
.calendar-page #calendar .fc-view-container a.SAC:before {
  background: #ed1d24;
}
.calendar-page #calendar .fc-view-container .fc-more-popover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #E1E1E1;
}
.calendar-page #calendar .fc-view-container .fc-more-popover .fc-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: none;
  padding: 8px 8px 0;
}
.calendar-page #calendar .fc-view-container .fc-more-popover .fc-header .fc-close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  color: #A3A3A3;
  margin: 0;
}
.calendar-page #calendar .fc-view-container .fc-more-popover .fc-header .fc-close:after {
  content: url(/Static/dist/img/close-button-dark.svg);
}
.calendar-page #calendar .fc-view-container .fc-more-popover .fc-header .fc-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
  color: #000;
  width: 100%;
  margin: 0;
}
.calendar-page #calendar .fc-view-container .fc-more-popover .fc-event-container {
  padding: 2px;
}
.calendar-page #calendar .fc-view-container .fc-more-popover a.fc-day-grid-event,
.calendar-page #calendar .fc-view-container .fc-more-popover a.NVC,
.calendar-page #calendar .fc-view-container .fc-more-popover a.SPC,
.calendar-page #calendar .fc-view-container .fc-more-popover a.PAC,
.calendar-page #calendar .fc-view-container .fc-more-popover a.NLC,
.calendar-page #calendar .fc-view-container .fc-more-popover a.SAC,
.calendar-page #calendar .fc-view-container .fc-more-popover a.DIST {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.calendar-page .calendar-features {
  position: absolute;
  top: 187px;
  width: 100%;
  height: 213px;
}
@media screen and (max-width: 1099px) {
  .calendar-page .calendar-features {
    display: none;
  }
}
.calendar-page .calendar-features .featured-events-title {
  font-size: 20px;
  font-size: 1.25rem;
}
body[data-brand=DIST] .calendar-page .calendar-features .featured-events-title {
  color: #245f9b;
}
body[data-brand=NLC] .calendar-page .calendar-features .featured-events-title {
  color: #568118;
}
body[data-brand=NVC] .calendar-page .calendar-features .featured-events-title {
  color: #713e94;
}
body[data-brand=SPC] .calendar-page .calendar-features .featured-events-title {
  color: #2c4aa0;
}
body[data-brand=PAC] .calendar-page .calendar-features .featured-events-title {
  color: #4c806d;
}
body[data-brand=SAC] .calendar-page .calendar-features .featured-events-title {
  color: #c9362f;
}
.calendar-page .calendar-features ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.calendar-page .calendar-features .feature {
  float: left;
  width: 32.5331125828%;
  margin-right: 1.1589403974%;
  position: relative;
  background: #2d2d2d;
  text-shadow: 0px 1px 1px rgba(35, 31, 32, 0.72);
}
.calendar-page .calendar-features .feature:last-child {
  margin-right: 0;
}
.calendar-page .calendar-features .feature a {
  display: block;
  width: 100%;
  min-height: 167px;
  max-height: 167px;
  overflow: hidden;
  position: relative;
}
.calendar-page .calendar-features .feature .thumb {
  position: relative;
  display: table;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.calendar-page .calendar-features .feature .thumb img {
  min-height: 167px;
  min-width: 100%;
}
.calendar-page .calendar-features .feature .thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #2d2d2d 0%, rgba(125, 185, 232, 0) 100%);
}
.calendar-page .calendar-features .feature .details {
  color: #fff;
  padding: 30px 15px;
  width: 100%;
  max-width: 255px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.calendar-page .calendar-features .feature .details .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.calendar-page .calendar-features .feature .details .date,
.calendar-page .calendar-features .feature .details .location {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
body[data-brand=DIST] .calendar-page .calendar-features .feature:hover {
  background-color: #245f9b;
}
body[data-brand=NLC] .calendar-page .calendar-features .feature:hover {
  background-color: #568118;
}
body[data-brand=NVC] .calendar-page .calendar-features .feature:hover {
  background-color: #713e94;
}
body[data-brand=SPC] .calendar-page .calendar-features .feature:hover {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .calendar-page .calendar-features .feature:hover {
  background-color: #4c806d;
}
body[data-brand=SAC] .calendar-page .calendar-features .feature:hover {
  background-color: #c9362f;
}
body[data-brand=DIST] .calendar-page .calendar-features .feature:hover .thumb:after {
  background: linear-gradient(to left, #245f9b 0%, rgba(36, 95, 155, 0) 100%);
}
body[data-brand=NLC] .calendar-page .calendar-features .feature:hover .thumb:after {
  background: linear-gradient(to left, #568118 0%, rgba(86, 129, 24, 0) 100%);
}
body[data-brand=NVC] .calendar-page .calendar-features .feature:hover .thumb:after {
  background: linear-gradient(to left, #713e94 0%, rgba(113, 62, 148, 0) 100%);
}
body[data-brand=SPC] .calendar-page .calendar-features .feature:hover .thumb:after {
  background: linear-gradient(to left, #2c4aa0 0%, rgba(44, 74, 160, 0) 100%);
}
body[data-brand=PAC] .calendar-page .calendar-features .feature:hover .thumb:after {
  background: linear-gradient(to left, #4c806d 0%, rgba(76, 128, 109, 0) 100%);
}
body[data-brand=SAC] .calendar-page .calendar-features .feature:hover .thumb:after {
  background: linear-gradient(to left, #c9362f 0%, rgba(201, 54, 47, 0) 100%);
}
.ie-9 .calendar-page .calendar-features .details {
  background: #2d2d2d;
}
.calendar-page .calendar-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
@media screen and (max-width: 749px) {
  .calendar-page .calendar-filters {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calendar-page .calendar-filters .calendar-filter {
  display: block;
  width: 212px;
  padding: 7px 40px 7px 12px;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  background-color: transparent;
  background-image: url(/Static/dist/img/chevron-down-mini-grey.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px 24px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ie-9 .calendar-page .calendar-filters .calendar-filter {
  background-image: none;
}
.calendar-page .calendar-filters .calendar-filter::-ms-expand {
  display: none;
}
@media screen and (max-width: 749px) {
  .calendar-page .calendar-filters .calendar-filter {
    width: 100%;
  }
}
.calendar-page .calendar-filters .filter-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 749px) {
  .calendar-page .calendar-filters .filter-wrapper {
    width: 100%;
  }
}
.calendar-page .calendar-filters .filter-label, .calendar-page .calendar-filters .category-label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
.calendar-page .calendar-container {
  position: relative;
  margin-top: 16px;
}

.EventModal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
.EventModal .event-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 18px;
  width: 100%;
  padding: 32px;
}
.EventModal .event-details .image {
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}
.EventModal .event-details .image img {
  width: 234px;
  min-height: 100%;
  border-radius: 8px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.EventModal .event-details .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  padding: 0;
}
.EventModal .event-details .content h3 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
.EventModal .event-details .content .time:before {
  content: url(/Static/dist/img/clock-light.svg);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.EventModal .event-details .content .location:before {
  content: url(/Static/dist/img/building-library-light.svg);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.EventModal .event-details .content .time,
.EventModal .event-details .content .location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Open Sans", sans-serif;
  color: #4F4F4F;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
}
.EventModal .event-details .content .description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.EventModal .event-details .content .link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff !important;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  padding: 8px 12px;
  border-radius: 4px;
  margin-top: auto;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .EventModal .event-details .content .link {
  background-color: #2b71b8;
}
body[data-brand=NLC] .EventModal .event-details .content .link {
  background-color: #789f3e;
}
body[data-brand=NVC] .EventModal .event-details .content .link {
  background-color: #90499c;
}
body[data-brand=SPC] .EventModal .event-details .content .link {
  background-color: #3a62d3;
}
body[data-brand=PAC] .EventModal .event-details .content .link {
  background-color: #5b9982;
}
body[data-brand=SAC] .EventModal .event-details .content .link {
  background-color: #ed1d24;
}
.EventModal .event-details .content .link:hover {
  text-decoration: none;
}
body[data-brand=DIST] .EventModal .event-details .content .link:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .EventModal .event-details .content .link:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .EventModal .event-details .content .link:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .EventModal .event-details .content .link:hover {
  background-color: #182878;
}
body[data-brand=PAC] .EventModal .event-details .content .link:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .EventModal .event-details .content .link:hover {
  background-color: #9a1519;
}
.EventModal.NLC .school {
  background: #568118;
}
.EventModal.NLC .content .link svg path {
  fill: #789f3e;
}
.EventModal.NVC .school {
  background: #713e94;
}
.EventModal.NVC .content .link svg path {
  fill: #90499c;
}
.EventModal.SPC .school {
  background: #2c4aa0;
}
.EventModal.SPC .content .link svg path {
  fill: #3a62d3;
}
.EventModal.PAC .school {
  background: #4c806d;
}
.EventModal.PAC .content .link svg path {
  fill: #5b9982;
}
.EventModal.SAC .school {
  background: #c9362f;
}
.EventModal.SAC .content .link svg path {
  fill: #ed1d24;
}

.EventDetails {
  position: relative;
  display: none;
}
.EventDetails .event-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  padding: 12px 0 8px;
}
@media screen and (max-width: 749px) {
  .EventDetails .event-details {
    padding: 15px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.EventDetails .event-details .image {
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  width: 234px;
  aspect-ratio: 16/9;
}
.EventDetails .event-details .image img {
  width: 100%;
  min-height: 100%;
  border-radius: 8px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.EventDetails .event-details .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  padding: 0;
}
.EventDetails .event-details .content h3 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 749px) {
  .EventDetails .event-details .content h3 {
    padding-right: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.EventDetails .event-details .time:before {
  content: url(/Static/dist/img/clock-light.svg);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.EventDetails .event-details .location:before {
  content: url(/Static/dist/img/building-library-light.svg);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.EventDetails .event-details .content .time,
.EventDetails .event-details .content .location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Open Sans", sans-serif;
  color: #4F4F4F;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
}
.EventDetails .event-details .content .link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff !important;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  padding: 8px 12px;
  border-radius: 4px;
  margin-top: auto;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .EventDetails .event-details .content .link {
  background-color: #2b71b8;
}
body[data-brand=NLC] .EventDetails .event-details .content .link {
  background-color: #789f3e;
}
body[data-brand=NVC] .EventDetails .event-details .content .link {
  background-color: #90499c;
}
body[data-brand=SPC] .EventDetails .event-details .content .link {
  background-color: #3a62d3;
}
body[data-brand=PAC] .EventDetails .event-details .content .link {
  background-color: #5b9982;
}
body[data-brand=SAC] .EventDetails .event-details .content .link {
  background-color: #ed1d24;
}
.EventDetails .event-details .content .link:hover {
  text-decoration: none;
}
body[data-brand=DIST] .EventDetails .event-details .content .link:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .EventDetails .event-details .content .link:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .EventDetails .event-details .content .link:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .EventDetails .event-details .content .link:hover {
  background-color: #182878;
}
body[data-brand=PAC] .EventDetails .event-details .content .link:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .EventDetails .event-details .content .link:hover {
  background-color: #9a1519;
}

.College-Landing__hero .Header-hero {
  height: 700px;
}
.College-Landing__hero .Header-hero::before {
  background: linear-gradient(180deg, #111 0%, rgba(17, 17, 17, 0) 58.5%, rgba(17, 17, 17, 0) 100%);
  z-index: -1;
}
.College-Landing__hero .Header-hero .hero-container {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 0;
}
.College-Landing__hero .Header-hero .image {
  z-index: -2;
}
.College-Landing__hero .Header-hero .overlayNoOverlay, .College-Landing__hero .Header-hero .overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.College-Landing__hero .Header-hero .search {
  max-width: 100%;
  margin-bottom: 180px;
}
.College-Landing__hero .Header-hero .search .home-search-button {
  padding: 12px;
  background: #EDB01D;
  border: 1px solid #E1E1E1;
  border-left: none;
  border-radius: 0 8px 8px 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  right: -1px;
  top: -1px;
}
.College-Landing__hero .Header-hero .search .home-search-button:hover {
  cursor: pointer;
  background: #FCC84A;
}
@media screen and (max-width: 1023px) {
  .College-Landing__hero .Header-hero .search {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 750px) {
  .College-Landing__hero .Header-hero .overlay:after {
    content: "";
    height: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .College-Landing__hero .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 850px) {
  .College-Landing__hero .Header-hero .overlay:after {
    content: "";
    height: 95px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .College-Landing__hero .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.College-Landing__hero .Header-hero .hero-container {
  height: 100%;
}
@media screen and (max-width: 1232px) {
  .College-Landing__hero .Header-hero .hero-container {
    padding: 20px 18px 16px;
  }
}
.College-Landing__hero .Header-hero .hero-container .title-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 100%;
}
.College-Landing__hero .Header-hero .hero-container .title-container .title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.College-Landing__hero .Header-hero .hero-container .title-container .title .line-one, .College-Landing__hero .Header-hero .hero-container .title-container .title .line-two {
  font-size: 56px;
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.36);
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -2.24px;
  letter-spacing: -0.14rem;
}
@media screen and (max-width: 1023px) {
  .College-Landing__hero .Header-hero .hero-container .title-container .title .line-one, .College-Landing__hero .Header-hero .hero-container .title-container .title .line-two {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.College-Landing__hero .Header-hero .hero-container .title-container .CtaLink {
  padding: 0;
  margin: 0;
}
.College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a {
  color: #fff;
}
body[data-brand=DIST] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a {
  background-color: #245f9b;
}
body[data-brand=NLC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a {
  background-color: #568118;
}
body[data-brand=NVC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a {
  background-color: #713e94;
}
body[data-brand=SPC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a {
  background-color: #4c806d;
}
body[data-brand=SAC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a {
  background-color: #c9362f;
}
body[data-brand=DIST] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a:hover {
  background-color: #182878;
}
body[data-brand=PAC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a:hover {
  background-color: #9a1519;
}
.College-Landing__hero .Header-hero .hero-container .title-container .CtaLink a svg path {
  fill: #fff;
}
.College-Landing__hero .Header-hero .hero-tagline {
  font-size: 20px;
  font-size: 1.25rem;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.96), 0px 0px 25px rgba(0, 0, 0, 0.6), 0px 10px 10px rgba(0, 0, 0, 0.24);
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .College-Landing__hero .Header-hero .hero-tagline {
    font-size: 16px;
    font-size: 1rem;
  }
}

.College-landing-page .Header.Nav-isClosed {
  border-bottom: 0;
}
.College-landing-page .stories {
  position: relative;
  width: 100%;
  padding: 66px 0 56px;
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories {
    padding: 32px 0 56px;
  }
}
.College-landing-page .stories__title {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .stories__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.College-landing-page .stories__desc p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  max-width: 700px;
  line-height: 1.5;
  margin-bottom: 32px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .stories__desc p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .College-landing-page .stories__desc p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.College-landing-page .stories__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 492px) 1fr;
      grid-template-columns: minmax(0, 492px) 1fr;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .stories__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
.College-landing-page .stories__featured {
  -ms-grid-column: 1;
      grid-column: 1;
}
.College-landing-page .stories__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-left: 32px;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .stories__list {
    margin-left: 0;
  }
}
.College-landing-page .stories__featured-news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.College-landing-page .stories__featured-news-item:hover {
  text-decoration: none;
}
.College-landing-page .stories__featured-news-item:hover .stories__featured-news-item__title {
  color: #2b71b8;
}
.College-landing-page .stories__featured-news-item__date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
}
.College-landing-page .stories__featured-news-item__img {
  border: 1px solid #CCC;
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
.College-landing-page .stories__featured-news-item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.College-landing-page .stories__featured-news-item__title {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories__featured-news-item__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.College-landing-page .stories__featured-news-item__desc {
  overflow: hidden;
  color: #4F4F4F;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories__featured-news-item__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.College-landing-page .stories__news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 16px 0;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories__news-item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 0;
  }
}
.College-landing-page .stories__news-item:hover {
  text-decoration: none;
}
.College-landing-page .stories__news-item:hover .stories__news-item__title {
  color: #2b71b8;
}
.College-landing-page .stories__news-item__img {
  border: 1px solid #CCC;
  border-radius: 8px;
  width: 100%;
  max-width: 144px;
  object-fit: cover;
  aspect-ratio: 16/10;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories__news-item__img {
    max-width: 100%;
  }
}
.College-landing-page .stories__news-item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories__news-item__content {
    gap: 16px;
  }
}
.College-landing-page .stories__news-item__date {
  display: none;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories__news-item__date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
  }
}
.College-landing-page .stories__news-item__title {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  transition: 0.3s ease color;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories__news-item__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.College-landing-page .stories__news-item__desc {
  overflow: hidden;
  color: #4F4F4F;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories__news-item__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.College-landing-page .stories__button-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #CCC;
  margin-top: 54px;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories__button-container {
    margin-top: 24px;
  }
}
.College-landing-page .stories__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  color: #2b71b8;
  background-color: #F3F3F3;
  transition: 0.3s ease background-color;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.College-landing-page .stories__button svg path {
  fill: #2b71b8;
  transition: 0.3s ease all;
}
.College-landing-page .stories__button:hover {
  background-color: #EDEDED;
  text-decoration: none;
  color: #1e4f81;
}
.College-landing-page .stories__button:hover svg path {
  fill: #1e4f81;
}
.College-landing-page .stories .more-stories {
  position: absolute;
  right: 0;
  bottom: 130px;
  padding: 0 55px 0 0;
  margin-right: 20px;
  font-weight: normal;
  font-family: "din-2014", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  color: #2d2d2d;
  transition: 0.3s all;
}
@media screen and (max-width: 1399px) {
  .College-landing-page .stories .more-stories {
    position: relative;
    bottom: auto;
    right: auto;
    display: table;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .College-landing-page .stories .more-stories {
    z-index: 5;
  }
}
.College-landing-page .stories .more-stories:hover {
  text-decoration: none;
}
.College-landing-page .stories .more-stories:hover .chevron {
  right: -10px;
}
body[data-brand=DIST] .College-landing-page .stories .more-stories:hover .chevron path {
  fill: #1e4f81;
}
body[data-brand=NLC] .College-landing-page .stories .more-stories:hover .chevron path {
  fill: #416f06;
}
body[data-brand=NVC] .College-landing-page .stories .more-stories:hover .chevron path {
  fill: #60357e;
}
body[data-brand=SPC] .College-landing-page .stories .more-stories:hover .chevron path {
  fill: #182878;
}
body[data-brand=PAC] .College-landing-page .stories .more-stories:hover .chevron path {
  fill: #01766e;
}
body[data-brand=SAC] .College-landing-page .stories .more-stories:hover .chevron path {
  fill: #9a1519;
}
@media screen and (max-width: 749px) {
  .College-landing-page .stories .more-stories {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
  }
}
.College-landing-page .stories .more-stories .chevron {
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  bottom: 0;
  transition: 0.3s all;
}
.College-landing-page .stories .more-stories .chevron svg {
  height: 18px;
  width: 10px;
}
body[data-brand=DIST] .College-landing-page .stories .more-stories .chevron svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .College-landing-page .stories .more-stories .chevron svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .College-landing-page .stories .more-stories .chevron svg path {
  fill: #90499c;
}
body[data-brand=SPC] .College-landing-page .stories .more-stories .chevron svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .College-landing-page .stories .more-stories .chevron svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .College-landing-page .stories .more-stories .chevron svg path {
  fill: #ed1d24;
}
.College-landing-page .Reshaping {
  position: relative;
  color: #1D1D1D;
  padding: 56px 0;
  overflow: hidden;
}
.College-landing-page .Reshaping .title-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
  max-width: 798px;
}
.College-landing-page .Reshaping .title {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 40px;
  font-size: 2.5rem;
  padding: 0;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .Reshaping .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.College-landing-page .Reshaping .desc p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
  color: #4F4F4F;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .College-landing-page .Reshaping .desc p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22.4px;
    line-height: 1.4rem;
  }
}
.College-landing-page .Reshaping .main-area {
  position: relative;
  z-index: 1;
}
.College-landing-page .Reshaping .image-gallery {
  margin: 56px 0;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .Reshaping .image-gallery {
    margin: 32px 0;
  }
}
.College-landing-page .Reshaping .image-gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25.82%, rgba(0, 0, 0, 0.6) 52.72%);
  z-index: 10;
}
.College-landing-page .Reshaping .image-gallery .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto !important;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.no-flexbox .College-landing-page .Reshaping .image-gallery .list li {
  float: left;
}
@media screen and (min-width: 1024px) {
  .College-landing-page .Reshaping .image-gallery .list li {
    width: 184px;
  }
}
.College-landing-page .Reshaping .image-gallery .list li .thumbnail {
  aspect-ratio: 5/4;
  max-height: 150px;
  width: inherit;
  transition: 0.3s all;
  display: block;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.College-landing-page .Reshaping .image-gallery .list li .thumbnail.video {
  position: relative;
  z-index: 1;
}
.College-landing-page .Reshaping .image-gallery .list li .play-icon {
  height: 30%;
  width: 30%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/Static/dist/img/play.svg);
  background-size: cover;
  opacity: 0.77;
}
.College-landing-page .Reshaping .lower-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .Reshaping .lower-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.College-landing-page .Reshaping .cta-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-right: 32px;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .Reshaping .cta-content {
    max-width: 100%;
    margin-right: 0;
    gap: 16px;
  }
}
.College-landing-page .Reshaping .cta-content__title {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  letter-spacing: -0.06rem;
}
.College-landing-page .Reshaping .cta-content__desc {
  color: #4F4F4F;
  text-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.04);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.College-landing-page .Reshaping .cta-content__btn-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 499px) {
  .College-landing-page .Reshaping .cta-content__btn-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.College-landing-page .Reshaping .cta-content__primary-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 4px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .College-landing-page .Reshaping .cta-content__primary-btn {
  background-color: #245f9b;
}
body[data-brand=NLC] .College-landing-page .Reshaping .cta-content__primary-btn {
  background-color: #568118;
}
body[data-brand=NVC] .College-landing-page .Reshaping .cta-content__primary-btn {
  background-color: #713e94;
}
body[data-brand=SPC] .College-landing-page .Reshaping .cta-content__primary-btn {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .College-landing-page .Reshaping .cta-content__primary-btn {
  background-color: #4c806d;
}
body[data-brand=SAC] .College-landing-page .Reshaping .cta-content__primary-btn {
  background-color: #c9362f;
}
.College-landing-page .Reshaping .cta-content__primary-btn:hover {
  text-decoration: none;
}
body[data-brand=DIST] .College-landing-page .Reshaping .cta-content__primary-btn:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .College-landing-page .Reshaping .cta-content__primary-btn:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .College-landing-page .Reshaping .cta-content__primary-btn:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .College-landing-page .Reshaping .cta-content__primary-btn:hover {
  background-color: #182878;
}
body[data-brand=PAC] .College-landing-page .Reshaping .cta-content__primary-btn:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .College-landing-page .Reshaping .cta-content__primary-btn:hover {
  background-color: #9a1519;
}
@media screen and (max-width: 499px) {
  .College-landing-page .Reshaping .cta-content__primary-btn {
    width: 100%;
  }
}
.College-landing-page .Reshaping .cta-content__secondary-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  border: 1px solid #1E4F81;
  transition: 0.3s ease all;
}
.College-landing-page .Reshaping .cta-content__secondary-btn svg path {
  fill: #2B71B8;
  transition: 0.3s ease all;
}
.College-landing-page .Reshaping .cta-content__secondary-btn:hover {
  color: #fff;
  border: 1px solid #1E4F81;
  background: #1E4F81;
  text-decoration: none;
}
.College-landing-page .Reshaping .cta-content__secondary-btn:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 499px) {
  .College-landing-page .Reshaping .cta-content__secondary-btn {
    width: 100%;
  }
}
.College-landing-page .Reshaping .button-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}
.College-landing-page .Reshaping .options-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 749px) {
  .College-landing-page .Reshaping .options-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.College-landing-page .Reshaping .options-content__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #EDEDED;
  background: #F9F9F9;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.College-landing-page .Reshaping .options-content__title {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 749px) {
  .College-landing-page .Reshaping .options-content__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.College-landing-page .Reshaping .options-content__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.College-landing-page .Reshaping .options-content__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #2b71b8;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  transition: 0.3s ease all;
}
.College-landing-page .Reshaping .options-content__link svg path {
  fill: #2b71b8;
  transition: 0.3s ease all;
}
@media screen and (max-width: 749px) {
  .College-landing-page .Reshaping .options-content__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.College-landing-page .Reshaping .options-content__link:hover {
  color: #1e4f81;
  text-decoration: none;
}
.College-landing-page .Reshaping .options-content__link:hover svg path {
  fill: #1e4f81;
}
@media screen and (max-width: 1399px) {
  .College-landing-page .Content-slider {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .College-landing-page .Content-slider {
    padding-bottom: 50px;
  }
}
.College-landing-page .events {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  padding-bottom: 25px;
}
.College-landing-page .events__main-title {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .events__main-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.College-landing-page .events__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(0, 492px);
      grid-template-columns: 1fr minmax(0, 492px);
  gap: 20px;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .events__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .College-landing-page .events__spotlight {
    -ms-grid-row: 1;
        grid-row: 1;
  }
}
.College-landing-page .events__upcoming-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 32px;
}
@media screen and (max-width: 1023px) {
  .College-landing-page .events__upcoming-list {
    padding-left: 0;
    -ms-grid-row: 2;
        grid-row: 2;
  }
}
.College-landing-page .events__upcoming-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.College-landing-page .events__upcoming-item__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 749px) {
  .College-landing-page .events__upcoming-item__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
.College-landing-page .events__upcoming-item__event-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  row-gap: 16px;
}
.College-landing-page .events__upcoming-item__date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  border: 1px solid rgba(204, 204, 204, 0.7);
  border-radius: 4px;
  grid-row: 1/-1;
}
@media screen and (max-width: 749px) {
  .College-landing-page .events__upcoming-item__date {
    -ms-grid-row: 1;
        grid-row: 1;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.College-landing-page .events__upcoming-item__month {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  line-height: 0.625rem;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
}
.College-landing-page .events__upcoming-item__day {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  line-height: 1.125rem;
}
.College-landing-page .events__upcoming-item__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.College-landing-page .events__upcoming-item__link:hover {
  text-decoration: none;
}
.College-landing-page .events__upcoming-item__link:hover .events__upcoming-item__title {
  color: #2b71b8;
}
.College-landing-page .events__upcoming-item__title {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  transition: 0.3s ease color;
}
.College-landing-page .events__upcoming-item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.College-landing-page .events__upcoming-item__time, .College-landing-page .events__upcoming-item__location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Open Sans", sans-serif;
  color: #4F4F4F;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
}
.College-landing-page .events__upcoming-item__time svg, .College-landing-page .events__upcoming-item__location svg {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}
.College-landing-page .events__upcoming-item__time svg path, .College-landing-page .events__upcoming-item__location svg path {
  fill: #4F4F4F;
}
.College-landing-page .events__button-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #CCC;
  margin-top: 54px;
}
@media screen and (max-width: 749px) {
  .College-landing-page .events__button-container {
    margin-top: 24px;
  }
}
.College-landing-page .events__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  color: #2b71b8;
  background-color: #F3F3F3;
  transition: 0.3s ease background-color;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.College-landing-page .events__button svg path {
  fill: #2b71b8;
  transition: 0.3s ease all;
}
.College-landing-page .events__button:hover {
  background-color: #EDEDED;
  text-decoration: none;
  color: #1e4f81;
}
.College-landing-page .events__button:hover svg path {
  fill: #1e4f81;
}
.College-landing-page .events__spotlight-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  position: relative;
}
.College-landing-page .events__spotlight-item:hover {
  text-decoration: none;
}
.College-landing-page .events__spotlight-item__date {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px;
  padding: 6px;
  gap: 2px;
  border-radius: 4px;
  background: #111;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.College-landing-page .events__spotlight-item__month {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  line-height: 0.625rem;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
}
.College-landing-page .events__spotlight-item__day {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 0 2px;
}
.College-landing-page .events__spotlight-item__img {
  border: 1px solid #CCC;
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
.College-landing-page .events__spotlight-item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.College-landing-page .events__spotlight-item__lower-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  .College-landing-page .events__spotlight-item__lower-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.College-landing-page .events__spotlight-item__title {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 749px) {
  .College-landing-page .events__spotlight-item__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.College-landing-page .events__spotlight-item__desc {
  overflow: hidden;
  color: #4F4F4F;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .College-landing-page .events__spotlight-item__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.College-landing-page .events__spotlight-item__time, .College-landing-page .events__spotlight-item__location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Open Sans", sans-serif;
  color: #4F4F4F;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
}
.College-landing-page .events__spotlight-item__time svg, .College-landing-page .events__spotlight-item__location svg {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}
.College-landing-page .events__spotlight-item__time svg path, .College-landing-page .events__spotlight-item__location svg path {
  fill: #4F4F4F;
}

.Overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.8;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.Overlay[data-state=off] {
  visibility: hidden;
  opacity: 0;
}

.Overlay[data-state=on] {
  opacity: 0.8;
}

.CustomModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1400px;
  padding: 100px;
  margin: 0 auto;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1399px) {
  .CustomModal {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1023px) {
  .CustomModal {
    padding: 50px;
  }
}

.CustomModal[data-state=off] {
  visibility: hidden;
  opacity: 0;
  left: -5000px;
}

.Image-gallery-modal {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden;
  padding: 100px 100px 150px 100px;
}
.Image-gallery-modal .Close {
  position: absolute;
  top: 26px;
  right: 100px;
}
@media screen and (max-width: 1023px) {
  .Image-gallery-modal .Close {
    top: 13px;
    right: 50px;
  }
}
.Image-gallery-modal .Close svg {
  height: 48px;
  width: 48px;
}
@media screen and (max-width: 1023px) {
  .Image-gallery-modal .Close svg {
    height: 24px;
    width: 24px;
  }
}
.Image-gallery-modal .Close svg polygon {
  fill: #edb01d;
  transition: 0.3s all;
}
.Image-gallery-modal .Close svg polygon:hover {
  fill: #fff;
}
.Image-gallery-modal .next,
.Image-gallery-modal .prev {
  position: absolute;
  top: calc(50% - 33px);
  height: 67px;
  display: block;
  transition: 0.3s all;
}
@media screen and (max-width: 1023px) {
  .Image-gallery-modal .next,
.Image-gallery-modal .prev {
    height: 33px;
    top: calc(50% - 16px);
  }
}
.Image-gallery-modal .next svg,
.Image-gallery-modal .prev svg {
  height: 67px;
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .Image-gallery-modal .next svg,
.Image-gallery-modal .prev svg {
    height: 33px;
    width: 20px;
  }
}
.Image-gallery-modal .next svg path,
.Image-gallery-modal .prev svg path {
  transition: 0.3s all;
  fill: #fff;
}
.Image-gallery-modal .next:hover svg path,
.Image-gallery-modal .prev:hover svg path {
  fill: #edb01d;
}
.Image-gallery-modal .next {
  right: 30px;
}
@media screen and (max-width: 1023px) {
  .Image-gallery-modal .next {
    right: 15px;
  }
}
.Image-gallery-modal .next:hover {
  right: 20px;
}
@media screen and (max-width: 1023px) {
  .Image-gallery-modal .next:hover {
    right: 5px;
  }
}
.Image-gallery-modal .prev {
  left: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .Image-gallery-modal .prev {
    left: 15px;
  }
}
.Image-gallery-modal .prev:hover {
  left: 20px;
}
@media screen and (max-width: 1023px) {
  .Image-gallery-modal .prev:hover {
    left: 5px;
  }
}
.Image-gallery-modal .content-wrap .lightbox-gallery {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-bottom: 56.2333333%;
}
.Image-gallery-modal .content-wrap .lightbox-gallery li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 1s all;
}
.Image-gallery-modal .content-wrap .lightbox-gallery li.active {
  opacity: 1;
}
.Image-gallery-modal .content-wrap .lightbox-gallery li.animate {
  transition: 0.5s all ease-in-out;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.Image-gallery-modal .content-wrap .lightbox-gallery li.animate.right {
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
  opacity: 0;
}
.Image-gallery-modal .content-wrap .lightbox-gallery li.animate.left {
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  opacity: 0;
}
.Image-gallery-modal .content-wrap .lightbox-gallery li .image,
.Image-gallery-modal .content-wrap .lightbox-gallery li video {
  width: 100%;
}
.Image-gallery-modal .content-wrap .lightbox-gallery li video {
  position: relative;
  z-index: 1;
}
.Image-gallery-modal .content-wrap .lightbox-gallery li .caption {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  color: red;
  color: #fff;
  background: #0c0c0c;
  padding: 45px;
  position: absolute;
  top: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .Image-gallery-modal .content-wrap .lightbox-gallery li .caption {
    padding: 15px;
  }
}
.Image-gallery-modal .content-wrap .lightbox-gallery li .caption .text {
  width: 100%;
  max-width: 860px;
  display: block;
  max-height: 72px;
  overflow-y: auto;
}

.DirectoryChoices {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d2d2d2;
  font-family: "din-2014", sans-serif;
}
.DirectoryChoices .browseDirectory {
  margin-bottom: 10px;
}
.DirectoryChoices .selectLabel {
  margin: 0 10px 5px 0;
  color: #444444;
}
.DirectoryChoices .fakeTextbox {
  display: inline-block;
  max-width: 410px;
  width: 100%;
}
@media screen and (max-width: 499px) {
  .DirectoryChoices .selectLabel {
    display: block;
  }
}

.DirectoryResults {
  margin: 0 0 30px;
}
.DirectoryResults .letter {
  padding: 20px 0 5px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}
.DirectoryResults .result {
  margin: 0 0 23px;
}
.DirectoryResults .result:after {
  content: "";
  display: table;
  clear: both;
}
.DirectoryResults .name {
  margin: 5px 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "din-2014", sans-serif;
}
.DirectoryResults .name a {
  text-decoration: none;
}
body[data-brand=DIST] .DirectoryResults .name a {
  color: #245f9b;
}
body[data-brand=NLC] .DirectoryResults .name a {
  color: #568118;
}
body[data-brand=NVC] .DirectoryResults .name a {
  color: #713e94;
}
body[data-brand=SPC] .DirectoryResults .name a {
  color: #2c4aa0;
}
body[data-brand=PAC] .DirectoryResults .name a {
  color: #4c806d;
}
body[data-brand=SAC] .DirectoryResults .name a {
  color: #c9362f;
}
.DirectoryResults .name a:hover {
  text-decoration: underline;
}
body[data-brand=DIST] .DirectoryResults .name a:hover {
  color: #2d2d2d;
}
body[data-brand=NLC] .DirectoryResults .name a:hover {
  color: #2d2d2d;
}
body[data-brand=NVC] .DirectoryResults .name a:hover {
  color: #2d2d2d;
}
body[data-brand=SPC] .DirectoryResults .name a:hover {
  color: #2d2d2d;
}
body[data-brand=PAC] .DirectoryResults .name a:hover {
  color: #2d2d2d;
}
body[data-brand=SAC] .DirectoryResults .name a:hover {
  color: #2d2d2d;
}
.DirectoryResults .title {
  margin: 0 0 5px;
}
body[data-brand=DIST] .DirectoryResults .email {
  color: #1e4f81;
}
body[data-brand=NLC] .DirectoryResults .email {
  color: #416f06;
}
body[data-brand=NVC] .DirectoryResults .email {
  color: #60357e;
}
body[data-brand=SPC] .DirectoryResults .email {
  color: #182878;
}
body[data-brand=PAC] .DirectoryResults .email {
  color: #01766e;
}
body[data-brand=SAC] .DirectoryResults .email {
  color: #9a1519;
}
body[data-brand=DIST] .DirectoryResults .email:hover {
  color: #2d2d2d;
}
body[data-brand=NLC] .DirectoryResults .email:hover {
  color: #2d2d2d;
}
body[data-brand=NVC] .DirectoryResults .email:hover {
  color: #2d2d2d;
}
body[data-brand=SPC] .DirectoryResults .email:hover {
  color: #2d2d2d;
}
body[data-brand=PAC] .DirectoryResults .email:hover {
  color: #2d2d2d;
}
body[data-brand=SAC] .DirectoryResults .email:hover {
  color: #2d2d2d;
}
.DirectoryResults .vDivider {
  color: #2d2d2d;
}
@media screen and (max-width: 499px) {
  .DirectoryResults .title {
    margin: 0 0 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .DirectoryResults .vDivider {
    display: none;
  }
  .DirectoryResults .dept,
.DirectoryResults .office,
.DirectoryResults .email {
    display: block;
  }
}
@media screen and (min-width: 500px) {
  .DirectoryResults .resultImg {
    float: left;
    width: 100px;
    margin: 7px 15px 0 0;
  }
  .DirectoryResults .resultInfo {
    float: left;
    width: calc(100% - 115px);
  }
}

.DirectoryDetail .contact {
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
}
.DirectoryDetail .label {
  font-weight: 400;
}
.DirectoryDetail .photo {
  width: 200px;
  height: 250px;
}
.DirectoryDetail .photo img {
  max-width: 100%;
}
.DirectoryDetail .about {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 499px) {
  .DirectoryDetail .photo {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 500px) {
  .DirectoryDetail .contactWrapper {
    overflow: hidden;
  }
  .DirectoryDetail .photo {
    float: left;
    margin-right: 30px;
  }
  .DirectoryDetail .contact {
    float: left;
    width: calc(100% - 230px);
  }
  .DirectoryDetail .item {
    margin-bottom: 5px;
  }
}

.ErrorPage__Container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
}
@media screen and (min-width: 750px) {
  .ErrorPage__Container {
    min-height: 500px;
  }
}
@media screen and (max-width: 1232px) {
  .ErrorPage__Container {
    padding: 18px 18px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .ErrorPage__Container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ErrorPage__Container::after {
  display: none;
}
.ErrorPage__image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-area: img;
}
.ErrorPage__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 35%) 1fr;
      grid-template-columns: minmax(0, 35%) 1fr;
  -webkit-column-gap: 32px;
          column-gap: 32px;
  grid-template-areas: "img title" "img p" "img search";
}
.ErrorPage__content h1 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 800;
  line-height: 57.6px;
  line-height: 3.6rem;
  letter-spacing: -1.92px;
  letter-spacing: -0.12rem;
  max-width: 615px;
  padding: 0;
  margin-bottom: 18px;
  grid-area: title;
}
.ErrorPage__content p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 0;
  margin-bottom: 28px;
  grid-area: p;
}
@media screen and (max-width: 749px) {
  .ErrorPage__content p {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .ErrorPage__content {
    -webkit-column-gap: 18px;
            column-gap: 18px;
    grid-template-areas: "img title" "p p" "search search";
  }
  .ErrorPage__content h1 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 700;
    letter-spacing: -0.96px;
    letter-spacing: -0.06rem;
    line-height: 120%;
  }
}
.ErrorPage__search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 100%;
  padding: 8px;
  grid-area: search;
}
@media screen and (max-width: 749px) {
  .ErrorPage__search {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.ErrorPage__search .search-params {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.ErrorPage__search .or-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border: 1px solid #efefef;
  color: #000;
  border-radius: 99px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22.4px;
  line-height: 1.4rem;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  padding: 5px 8px;
}
.ErrorPage__search .search-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 10px;
  top: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 24px;
  height: 24px;
  transition: 0.3s all;
}
.ErrorPage__search input {
  width: 100%;
  background-color: #EDEDED;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  color: #2d2d2d;
  width: 100%;
  height: 48px;
  line-height: 48px;
  line-height: 3rem;
  padding: 12px 42px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  border: 0;
}
.ErrorPage__search input::-webkit-input-placeholder {
  color: #2d2d2d;
}
.ErrorPage__search input:-ms-input-placeholder {
  color: #2d2d2d;
}
.ErrorPage__search input::placeholder {
  color: #2d2d2d;
}
@media screen and (max-width: 749px) {
  .ErrorPage__search input {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ErrorPage__search .button-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
.ErrorPage__search .button-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ErrorPage__search .button-wrapper ul li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .ErrorPage__search .button-wrapper ul {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .ErrorPage__search .button-wrapper {
    max-width: 100%;
  }
}
.ErrorPage__search .button-wrapper.text-link a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #2B71B8;
  color: white;
  transition: 0.3s ease all;
}
.ErrorPage__search .button-wrapper.text-link a:hover {
  background-color: #1E4F81;
  text-decoration: none;
}
@media screen and (max-width: 749px) {
  .ErrorPage__search .button-wrapper.text-link a {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ErrorPage__search .select-search-type {
  display: block;
  height: 31px;
  background-image: url(/Static/dist/img/icon-check-hollow-circle_amber.svg);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
.ErrorPage__search .button-wrapper.active .select-search-type {
  background-image: url(/Static/dist/img/icon-check-circle_amber.svg);
}
.ErrorPage__search .select-search-type input[type=radio] {
  display: none;
}
.ErrorPage__search .select-search-type .radio-text {
  padding: 0 0 0 45px;
  line-height: 31px;
  line-height: 1.9375rem;
}
.ErrorPage__search button,
.ErrorPage__search .home-search-button {
  border: 0;
  padding: 12px;
  position: absolute;
  right: 0;
  max-height: 100%;
  background: #EDB01D;
  border: 1px solid #E1E1E1;
  border-left: none;
  border-radius: 0 8px 8px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s all;
}
.ErrorPage__search button .icon,
.ErrorPage__search .home-search-button .icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/Static/dist/img/arrow-right-dark.svg);
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.ErrorPage__search button .icon .mobile-only,
.ErrorPage__search .home-search-button .icon .mobile-only {
  display: none;
}
.ErrorPage__search button:hover,
.ErrorPage__search .home-search-button:hover {
  cursor: pointer;
  background: #FCC84A;
}
body[data-brand=DIST] .ErrorPage {
  background: radial-gradient(100% 100% at 50% 100%, rgba(43, 113, 184, 0.1) 0%, rgba(43, 113, 184, 0) 100%), #FFF;
}

.EventDetail {
  margin-bottom: 50px;
  border-bottom: 1px solid #d2d2d2;
}
.EventDetail .date,
.EventDetail .time,
.EventDetail .location,
.EventDetail .categories {
  font-size: 14px;
  font-size: 0.875rem;
  color: #444;
  padding-bottom: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
}
.EventDetail .date strong,
.EventDetail .time strong,
.EventDetail .location strong,
.EventDetail .categories strong {
  font-weight: 400;
}
.EventDetail .categories {
  padding: 0 0 15px;
}
.EventDetail .category-list {
  display: inline;
  margin: 0;
  padding: 0;
}
.EventDetail .category-list > li {
  display: inline-block;
}

.events-main__hero {
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.events-main__hero-info {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1208px;
  width: 100%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 15;
  right: 50%;
  bottom: 0;
  padding: 0 0 24px;
}
@media screen and (max-width: 1232px) {
  .events-main__hero-info {
    padding: 0 18px 18px;
  }
}
.events-main__hero-title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 24px;
  padding: 0;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.36);
}
@media screen and (max-width: 1023px) {
  .events-main__hero-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.events-main__hero-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
  .events-main__hero-time {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 749px) {
  .events-main__hero-time {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.events-main__hero-time .date {
  margin-left: 12px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  padding: 0;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.36);
}
@media screen and (max-width: 1023px) {
  .events-main__hero-time .date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.events-main__hero-time .date:after {
  content: "•";
  margin: 0 12px;
}
body[data-brand=DIST] .events-main__hero-time .date:after {
  color: #2b71b8;
}
body[data-brand=NLC] .events-main__hero-time .date:after {
  color: #789f3e;
}
body[data-brand=NVC] .events-main__hero-time .date:after {
  color: #90499c;
}
body[data-brand=SPC] .events-main__hero-time .date:after {
  color: #3a62d3;
}
body[data-brand=PAC] .events-main__hero-time .date:after {
  color: #5b9982;
}
body[data-brand=SAC] .events-main__hero-time .date:after {
  color: #ed1d24;
}
@media screen and (max-width: 749px) {
  .events-main__hero-time .date:after {
    content: "";
  }
}
.events-main__hero-time .time {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .events-main__hero-time .time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 749px) {
  .events-main__hero-time .time {
    width: 100%;
    margin-left: 36px;
  }
}
.events-main__hero-time .date-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 749px) {
  .events-main__hero-time .date-wrapper {
    width: 100%;
  }
}
.events-main__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .events-main__bottom {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.events-main__locations {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.events-main__locations .location {
  padding: 0;
}
.events-main__locations .location a, .events-main__locations .location, .events-main__locations .location p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  width: 100%;
  padding: 0;
  margin-left: 12px;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.36);
}
@media screen and (max-width: 1023px) {
  .events-main__locations .location a, .events-main__locations .location, .events-main__locations .location p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.events-main__categories {
  position: relative;
  width: 100%;
}
.events-main__categories-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1023px) {
  .events-main__categories-list {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 18px;
    margin: 0 -18px;
  }
  .events-main__categories-list:after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(38, 38, 38, 0.8) 0%, rgba(38, 38, 38, 0) 91.3%);
  }
}
.events-main__categories-item {
  color: #2d2d2d;
  background-color: #e1e1e1;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}
.events-main__categories-item:first-child {
  color: #fff;
}
body[data-brand=DIST] .events-main__categories-item:first-child {
  background-color: #1e4f81;
}
body[data-brand=NLC] .events-main__categories-item:first-child {
  background-color: #416f06;
}
body[data-brand=NVC] .events-main__categories-item:first-child {
  background-color: #60357e;
}
body[data-brand=SPC] .events-main__categories-item:first-child {
  background-color: #182878;
}
body[data-brand=PAC] .events-main__categories-item:first-child {
  background-color: #01766e;
}
body[data-brand=SAC] .events-main__categories-item:first-child {
  background-color: #9a1519;
}
.events-main__container {
  max-width: 1208px;
  margin: 0 auto;
}
@media screen and (max-width: 1232px) {
  .events-main__container {
    padding: 0 18px;
  }
}

.events-main__categories-item.more-item {
  background-color: #e0e0e0;
  cursor: pointer;
  display: none;
}

/* change to visibility hidden */
.dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  border: 1px solid var(--BG---Med, #e1e1e1);
  box-shadow: 0px 10px 1 5px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 8px;
  margin-top: 8px;
  z-index: 100;
}
.dropdown .dropdown-item {
  display: block;
  padding: 4px 12px;
  background-color: #e1e1e1;
  border-radius: 99px;
  color: #2d2d2d;
  font-weight: 700;
  line-height: 140%;
  font-size: 12px;
  font-size: 0.75rem;
  white-space: nowrap;
}

.general-main {
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .general-main {
    padding-bottom: 48px;
  }
}
.general-main .rotating-banner {
  position: relative;
  width: 100%;
}
.general-main .rotating-banner .banner-title {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  right: 50%;
  bottom: 0;
  color: #fff;
  max-width: 1208px;
  width: 100%;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  margin: 0 auto;
  padding-bottom: 32px;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  z-index: 9;
}
@media screen and (max-width: 1232px) {
  .general-main .rotating-banner .banner-title {
    padding: 18px;
  }
}
@media screen and (max-width: 749px) {
  .general-main .rotating-banner .banner-title {
    font-size: 42px;
    font-size: 2.625rem;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    right: auto;
    max-width: 50%;
  }
}
@media screen and (max-width: 1232px) {
  .general-main .rotating-banner .banner-title.has-slides {
    padding: 0 18px 48px;
  }
}
.general-main .rotating-banner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 41.5%, #111 100%);
}
@media screen and (min-width: 1024px) {
  .general-main .grid-container {
    -ms-grid-columns: 34% 66%;
        grid-template-columns: 34% 66%;
  }
  .general-main .grid-container.noSidebar {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1232px) {
  .general-main .grid-container {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  .general-main .grid-container {
    grid-template-areas: "Sidebar" "Breadcrumbs" "TwoColWrapper" "DZ_4" "DZ_1";
    padding: 0;
  }
}
.general-main .page-title {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -2.24px;
  letter-spacing: -0.14rem;
  padding-bottom: 28px;
}
@media screen and (max-width: 1023px) {
  .general-main .page-title {
    font-size: 42px;
    font-size: 2.625rem;
    padding-bottom: 24px;
  }
}
.general-main .rightCol {
  padding: 0;
}
.general-main .TwoColWrapper .WidgetAccordion .icon, .general-main .TwoColWrapper .WidgetEvents .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 16px;
}
.general-main .TwoColWrapper .WidgetAccordion .icon:before, .general-main .TwoColWrapper .WidgetEvents .icon:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #ccc;
  width: calc(50% - 10px);
  left: 0;
}
.general-main .TwoColWrapper .WidgetAccordion .icon:after, .general-main .TwoColWrapper .WidgetEvents .icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #ccc;
  width: calc(50% - 10px);
  right: 0;
}
.general-main .TwoColWrapper .sidebar-dropzone-mobile .WidgetAccordion .icon, .general-main .TwoColWrapper .sidebar-dropzone-mobile .WidgetEvents .icon {
  display: none;
}

.NavBar {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .TwoColWrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .TwoColWrapper .Sidebar {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .TwoColWrapper .Sidebar-dropzone {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .TwoColWrapper .rightCol {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .TwoColWrapper .DZ_4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 1024px) {
  .TwoColWrapper .DZ_4 {
    clear: both;
  }
}

@media screen and (max-width: 749px) {
  body[data-template=generalTemplate] .Main .Header-hero {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 750px) {
  body[data-template=generalTemplate] .Main .Header-hero .overlay:after {
    content: "";
    height: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body[data-template=generalTemplate] .Main .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 850px) {
  body[data-template=generalTemplate] .Main .Header-hero .overlay:after {
    content: "";
    height: 95px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body[data-template=generalTemplate] .Main .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
body[data-template=generalTemplate] .Main .Header-hero .Container {
  top: 50%;
  height: 100%;
  z-index: 10;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container {
  height: 100%;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .title {
  top: 0;
  margin-top: calc(25% - 25px);
  line-height: 96px;
  line-height: 6rem;
  padding: 0 0 10px;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .title .line-one,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .title .line-two {
  display: block;
}
@media screen and (min-width: 750px) {
  body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .title .line-one,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .title .line-two {
    background: rgba(25, 25, 25, 0.74);
    padding: 0 15px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1399px) {
  body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .title {
    line-height: 76px;
    line-height: 4.75rem;
  }
}
@media screen and (max-width: 1023px) {
  body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .title {
    line-height: 56px;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .title {
    line-height: 1.3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hero-tagline {
    padding: 10px 0 0;
  }
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn {
  border-radius: 3px;
  padding: 2px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(25, 25, 25, 0.84);
  transition: 0.3s all;
}
@media screen and (min-width: 750px) {
  body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn ul,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn span,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn span {
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0 16px 0 12px;
  white-space: nowrap;
  display: none;
  background: transparent;
  font-weight: 400;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn:before,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn:before {
  display: none;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn .icon,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn .icon {
  height: 18px;
  width: 18px;
  transition: 0.3s all;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn .icon svg,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn .icon svg {
  height: inherit;
  width: inherit;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn:hover,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn:hover {
  padding: 3px;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn:hover .icon,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn:hover .icon {
  height: 34px;
  width: 34px;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn:hover span,
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn:hover span {
  display: block;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .hide-btn {
  right: -50px;
  top: -11px;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn {
  bottom: 35px;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn.active {
  padding: 3px;
}
body[data-template=generalTemplate] .Main .Header-hero .Container .title-container .show-btn.active span {
  display: block;
}
body[data-template=generalTemplate] .Main .Header-hero .hero-tagline {
  padding: 28px 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 750px) {
  body[data-template=generalTemplate] .Main .Header-hero .hero-tagline {
    background: rgba(25, 25, 25, 0.74);
  }
}
body[data-template=generalTemplate] .Main .TwoColWrapper:not(.noSidebar) .rightCol .Header-hero .Container .title-container .title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
body[data-template=generalTemplate] .Main .TwoColWrapper:not(.noSidebar) .rightCol .Header-hero .hero-tagline {
  font-size: 16px;
  font-size: 1rem;
}

body[data-template=homeTemplate],
.Home-page {
  background-color: #fff;
}
@media screen and (max-width: 1399px) {
  body[data-template=homeTemplate] .Content-slider,
.Home-page .Content-slider {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  body[data-template=homeTemplate] .Content-slider,
.Home-page .Content-slider {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  body[data-template=homeTemplate] .Header.Nav-isOpen .CallToAction,
.Home-page .Header.Nav-isOpen .CallToAction {
    margin-bottom: 168px;
  }
}
@media screen and (max-width: 1023px) {
  body[data-template=homeTemplate] .Header .LogoBar .logo img,
.Home-page .Header .LogoBar .logo img {
    height: 72px;
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  body[data-template=homeTemplate] .Header .SiteSearch,
.Home-page .Header .SiteSearch {
    right: 179px;
  }
  body[data-template=homeTemplate] .Header .LogoBar,
.Home-page .Header .LogoBar {
    height: 88px;
    top: 35px;
  }
  body[data-template=homeTemplate] .Header .LogoBar .logo img,
.Home-page .Header .LogoBar .logo img {
    height: 88px;
    width: 317px;
  }
  body[data-template=homeTemplate] .Header .MegaMenu .column,
.Home-page .Header .MegaMenu .column {
    width: 50%;
    padding: 0 20px;
  }
  body[data-template=homeTemplate] .Header .MegaMenu .innerMenu li,
.Home-page .Header .MegaMenu .innerMenu li {
    padding: 0;
  }
  body[data-template=homeTemplate] .Header .MegaMenu .innerMenu a,
.Home-page .Header .MegaMenu .innerMenu a {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    margin: 5px 0 35px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 950px) {
  body[data-template=homeTemplate] .Header .MegaMenu .innerMenu a,
.Home-page .Header .MegaMenu .innerMenu a {
    margin: 5px 0 20px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 830px) {
  body[data-template=homeTemplate] .Header .MegaMenu .innerMenu a,
.Home-page .Header .MegaMenu .innerMenu a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  body[data-template=homeTemplate] .Header-hero .Container,
.Home-page .Header-hero .Container {
    top: 58%;
  }
}
@media screen and (min-width: 1400px) {
  body[data-template=homeTemplate] .Header-hero .Container,
.Home-page .Header-hero .Container {
    top: calc(55% - 25px);
  }
}
body[data-template=homeTemplate] .Home-happenings,
.Home-page .Home-happenings {
  background-color: #fff;
  width: 100%;
  padding: 56px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .Home-happenings.no-load-more,
.Home-page .Home-happenings.no-load-more {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .Home-happenings,
.Home-page .Home-happenings {
    padding: 20px 0 0;
  }
}
body[data-template=homeTemplate] .Home-happenings .title-block,
.Home-page .Home-happenings .title-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  body[data-template=homeTemplate] .Home-happenings .title-block,
.Home-page .Home-happenings .title-block {
    gap: 24px;
  }
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .Home-happenings .title-block,
.Home-page .Home-happenings .title-block {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body[data-template=homeTemplate] .Home-happenings .title-block .title h2,
.Home-page .Home-happenings .title-block .title h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.96px;
  letter-spacing: -0.06rem;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  body[data-template=homeTemplate] .Home-happenings .title-block .title h2,
.Home-page .Home-happenings .title-block .title h2 {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
body[data-template=homeTemplate] .Home-happenings .title-block .links,
.Home-page .Home-happenings .title-block .links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1399px) {
  body[data-template=homeTemplate] .Home-happenings .title-block .links,
.Home-page .Home-happenings .title-block .links {
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .Home-happenings .title-block .links,
.Home-page .Home-happenings .title-block .links {
    width: 100%;
  }
}
body[data-template=homeTemplate] .Home-happenings .title-block .links .list,
.Home-page .Home-happenings .title-block .links .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .Home-happenings .title-block .links .list,
.Home-page .Home-happenings .title-block .links .list {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    width: 100%;
  }
}
body[data-template=homeTemplate] .Home-happenings .title-block .links .list li,
.Home-page .Home-happenings .title-block .links .list li {
  display: block;
}
body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a,
.Home-page .Home-happenings .title-block .links .list li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.75rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
body[data-brand=DIST] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a,
body[data-brand=DIST] .Home-page .Home-happenings .title-block .links .list li a {
  color: #2b71b8;
}
body[data-brand=NLC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a,
body[data-brand=NLC] .Home-page .Home-happenings .title-block .links .list li a {
  color: #789f3e;
}
body[data-brand=NVC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a,
body[data-brand=NVC] .Home-page .Home-happenings .title-block .links .list li a {
  color: #90499c;
}
body[data-brand=SPC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a,
body[data-brand=SPC] .Home-page .Home-happenings .title-block .links .list li a {
  color: #3a62d3;
}
body[data-brand=PAC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a,
body[data-brand=PAC] .Home-page .Home-happenings .title-block .links .list li a {
  color: #5b9982;
}
body[data-brand=SAC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a,
body[data-brand=SAC] .Home-page .Home-happenings .title-block .links .list li a {
  color: #ed1d24;
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a,
.Home-page .Home-happenings .title-block .links .list li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a:hover,
.Home-page .Home-happenings .title-block .links .list li a:hover {
  text-decoration: none;
  transition: 0.3s ease all;
}
body[data-brand=DIST] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a:hover,
body[data-brand=DIST] .Home-page .Home-happenings .title-block .links .list li a:hover {
  color: #1e4f81;
}
body[data-brand=NLC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a:hover,
body[data-brand=NLC] .Home-page .Home-happenings .title-block .links .list li a:hover {
  color: #416f06;
}
body[data-brand=NVC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a:hover,
body[data-brand=NVC] .Home-page .Home-happenings .title-block .links .list li a:hover {
  color: #60357e;
}
body[data-brand=SPC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a:hover,
body[data-brand=SPC] .Home-page .Home-happenings .title-block .links .list li a:hover {
  color: #182878;
}
body[data-brand=PAC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a:hover,
body[data-brand=PAC] .Home-page .Home-happenings .title-block .links .list li a:hover {
  color: #01766e;
}
body[data-brand=SAC] body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a:hover,
body[data-brand=SAC] .Home-page .Home-happenings .title-block .links .list li a:hover {
  color: #9a1519;
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .Home-happenings .title-block .links .list li a,
.Home-page .Home-happenings .title-block .links .list li a {
    line-height: 16px;
    line-height: 1rem;
    padding: 12px 4px;
  }
}
body[data-template=homeTemplate] .Home-happenings__bottom,
.Home-page .Home-happenings__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #CCC;
}
body[data-template=homeTemplate] .Home-happenings__bottom-list-item,
.Home-page .Home-happenings__bottom-list-item {
  list-style-type: none;
}
@media screen and (max-width: 1023px) {
  body[data-template=homeTemplate] .Home-happenings__bottom,
.Home-page .Home-happenings__bottom {
    margin-bottom: 40px;
    margin-top: 12px;
  }
}
body[data-template=homeTemplate] .Home-happenings__bottom__button,
.Home-page .Home-happenings__bottom__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  background-color: #F3F3F3;
  transition: 0.3s ease background-color;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  line-height: 16px;
  line-height: 1rem;
}
body[data-brand=DIST] body[data-template=homeTemplate] .Home-happenings__bottom__button,
body[data-brand=DIST] .Home-page .Home-happenings__bottom__button {
  color: #2b71b8;
}
body[data-brand=NLC] body[data-template=homeTemplate] .Home-happenings__bottom__button,
body[data-brand=NLC] .Home-page .Home-happenings__bottom__button {
  color: #789f3e;
}
body[data-brand=NVC] body[data-template=homeTemplate] .Home-happenings__bottom__button,
body[data-brand=NVC] .Home-page .Home-happenings__bottom__button {
  color: #90499c;
}
body[data-brand=SPC] body[data-template=homeTemplate] .Home-happenings__bottom__button,
body[data-brand=SPC] .Home-page .Home-happenings__bottom__button {
  color: #3a62d3;
}
body[data-brand=PAC] body[data-template=homeTemplate] .Home-happenings__bottom__button,
body[data-brand=PAC] .Home-page .Home-happenings__bottom__button {
  color: #5b9982;
}
body[data-brand=SAC] body[data-template=homeTemplate] .Home-happenings__bottom__button,
body[data-brand=SAC] .Home-page .Home-happenings__bottom__button {
  color: #ed1d24;
}
body[data-template=homeTemplate] .Home-happenings__bottom__button svg path,
.Home-page .Home-happenings__bottom__button svg path {
  transition: 0.3s ease all;
}
body[data-brand=DIST] body[data-template=homeTemplate] .Home-happenings__bottom__button svg path,
body[data-brand=DIST] .Home-page .Home-happenings__bottom__button svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] body[data-template=homeTemplate] .Home-happenings__bottom__button svg path,
body[data-brand=NLC] .Home-page .Home-happenings__bottom__button svg path {
  fill: #789f3e;
}
body[data-brand=NVC] body[data-template=homeTemplate] .Home-happenings__bottom__button svg path,
body[data-brand=NVC] .Home-page .Home-happenings__bottom__button svg path {
  fill: #90499c;
}
body[data-brand=SPC] body[data-template=homeTemplate] .Home-happenings__bottom__button svg path,
body[data-brand=SPC] .Home-page .Home-happenings__bottom__button svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] body[data-template=homeTemplate] .Home-happenings__bottom__button svg path,
body[data-brand=PAC] .Home-page .Home-happenings__bottom__button svg path {
  fill: #5b9982;
}
body[data-brand=SAC] body[data-template=homeTemplate] .Home-happenings__bottom__button svg path,
body[data-brand=SAC] .Home-page .Home-happenings__bottom__button svg path {
  fill: #ed1d24;
}
body[data-template=homeTemplate] .Home-happenings__bottom__button:hover,
.Home-page .Home-happenings__bottom__button:hover {
  background-color: #EDEDED;
  text-decoration: none;
}
body[data-brand=DIST] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover,
body[data-brand=DIST] .Home-page .Home-happenings__bottom__button:hover {
  color: #1e4f81;
}
body[data-brand=NLC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover,
body[data-brand=NLC] .Home-page .Home-happenings__bottom__button:hover {
  color: #416f06;
}
body[data-brand=NVC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover,
body[data-brand=NVC] .Home-page .Home-happenings__bottom__button:hover {
  color: #60357e;
}
body[data-brand=SPC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover,
body[data-brand=SPC] .Home-page .Home-happenings__bottom__button:hover {
  color: #182878;
}
body[data-brand=PAC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover,
body[data-brand=PAC] .Home-page .Home-happenings__bottom__button:hover {
  color: #01766e;
}
body[data-brand=SAC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover,
body[data-brand=SAC] .Home-page .Home-happenings__bottom__button:hover {
  color: #9a1519;
}
body[data-brand=DIST] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover svg path,
body[data-brand=DIST] .Home-page .Home-happenings__bottom__button:hover svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover svg path,
body[data-brand=NLC] .Home-page .Home-happenings__bottom__button:hover svg path {
  fill: #416f06;
}
body[data-brand=NVC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover svg path,
body[data-brand=NVC] .Home-page .Home-happenings__bottom__button:hover svg path {
  fill: #60357e;
}
body[data-brand=SPC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover svg path,
body[data-brand=SPC] .Home-page .Home-happenings__bottom__button:hover svg path {
  fill: #182878;
}
body[data-brand=PAC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover svg path,
body[data-brand=PAC] .Home-page .Home-happenings__bottom__button:hover svg path {
  fill: #01766e;
}
body[data-brand=SAC] body[data-template=homeTemplate] .Home-happenings__bottom__button:hover svg path,
body[data-brand=SAC] .Home-page .Home-happenings__bottom__button:hover svg path {
  fill: #9a1519;
}
body[data-template=homeTemplate] .content-glider-container,
.Home-page .content-glider-container {
  position: relative;
}
body[data-template=homeTemplate] .content-glider .slick-slider, body[data-template=homeTemplate] .content-glider #slick,
.Home-page .content-glider .slick-slider,
.Home-page .content-glider #slick {
  padding: 0;
  list-style: none;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: visible;
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .content-glider .slick-slider, body[data-template=homeTemplate] .content-glider #slick,
.Home-page .content-glider .slick-slider,
.Home-page .content-glider #slick {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 0;
  }
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-track, body[data-template=homeTemplate] .content-glider #slick .slick-track,
.Home-page .content-glider .slick-slider .slick-track,
.Home-page .content-glider #slick .slick-track {
  overflow: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide, body[data-template=homeTemplate] .content-glider .slick-slider li, body[data-template=homeTemplate] .content-glider #slick .slick-slide, body[data-template=homeTemplate] .content-glider #slick li,
.Home-page .content-glider .slick-slider .slick-slide,
.Home-page .content-glider .slick-slider li,
.Home-page .content-glider #slick .slick-slide,
.Home-page .content-glider #slick li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  max-height: 550px;
  border: 1px solid #2c4aa033;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.DIST, body[data-template=homeTemplate] .content-glider .slick-slider li.DIST, body[data-template=homeTemplate] .content-glider #slick .slick-slide.DIST, body[data-template=homeTemplate] .content-glider #slick li.DIST,
.Home-page .content-glider .slick-slider .slick-slide.DIST,
.Home-page .content-glider .slick-slider li.DIST,
.Home-page .content-glider #slick .slick-slide.DIST,
.Home-page .content-glider #slick li.DIST {
  background: radial-gradient(100% 100% at 50% 100%, rgba(43, 113, 184, 0.1) 0%, rgba(43, 113, 184, 0) 100%), #FFF;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.DIST:before, body[data-template=homeTemplate] .content-glider .slick-slider li.DIST:before, body[data-template=homeTemplate] .content-glider #slick .slick-slide.DIST:before, body[data-template=homeTemplate] .content-glider #slick li.DIST:before,
.Home-page .content-glider .slick-slider .slick-slide.DIST:before,
.Home-page .content-glider .slick-slider li.DIST:before,
.Home-page .content-glider #slick .slick-slide.DIST:before,
.Home-page .content-glider #slick li.DIST:before {
  content: "DIST";
  position: absolute;
  top: -8px;
  left: 11px;
  padding: 5px 8px;
  background: #245f9b;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  color: #fff;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.SPC, body[data-template=homeTemplate] .content-glider .slick-slider li.SPC, body[data-template=homeTemplate] .content-glider #slick .slick-slide.SPC, body[data-template=homeTemplate] .content-glider #slick li.SPC,
.Home-page .content-glider .slick-slider .slick-slide.SPC,
.Home-page .content-glider .slick-slider li.SPC,
.Home-page .content-glider #slick .slick-slide.SPC,
.Home-page .content-glider #slick li.SPC {
  border: 1px solid rgba(44, 74, 160, 0.2);
  background: radial-gradient(100% 100% at 50% 100%, rgba(38, 51, 123, 0.1) 0%, rgba(38, 51, 123, 0) 100%), #FFF;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.SPC:before, body[data-template=homeTemplate] .content-glider .slick-slider li.SPC:before, body[data-template=homeTemplate] .content-glider #slick .slick-slide.SPC:before, body[data-template=homeTemplate] .content-glider #slick li.SPC:before,
.Home-page .content-glider .slick-slider .slick-slide.SPC:before,
.Home-page .content-glider .slick-slider li.SPC:before,
.Home-page .content-glider #slick .slick-slide.SPC:before,
.Home-page .content-glider #slick li.SPC:before {
  content: "SPC";
  position: absolute;
  top: -8px;
  left: 11px;
  padding: 5px 8px;
  background: #2c4aa0;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  color: #fff;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.PAC, body[data-template=homeTemplate] .content-glider .slick-slider li.PAC, body[data-template=homeTemplate] .content-glider #slick .slick-slide.PAC, body[data-template=homeTemplate] .content-glider #slick li.PAC,
.Home-page .content-glider .slick-slider .slick-slide.PAC,
.Home-page .content-glider .slick-slider li.PAC,
.Home-page .content-glider #slick .slick-slide.PAC,
.Home-page .content-glider #slick li.PAC {
  border: 1px solid rgba(1, 118, 110, 0.2);
  background: radial-gradient(100% 100% at 50% 100%, rgba(0, 149, 131, 0.1) 0%, rgba(0, 149, 131, 0) 100%), #FFF;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.PAC:before, body[data-template=homeTemplate] .content-glider .slick-slider li.PAC:before, body[data-template=homeTemplate] .content-glider #slick .slick-slide.PAC:before, body[data-template=homeTemplate] .content-glider #slick li.PAC:before,
.Home-page .content-glider .slick-slider .slick-slide.PAC:before,
.Home-page .content-glider .slick-slider li.PAC:before,
.Home-page .content-glider #slick .slick-slide.PAC:before,
.Home-page .content-glider #slick li.PAC:before {
  content: "PAC";
  position: absolute;
  top: -8px;
  left: 11px;
  padding: 5px 8px;
  background: #007360;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  color: #fff;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.NVC, body[data-template=homeTemplate] .content-glider .slick-slider li.NVC, body[data-template=homeTemplate] .content-glider #slick .slick-slide.NVC, body[data-template=homeTemplate] .content-glider #slick li.NVC,
.Home-page .content-glider .slick-slider .slick-slide.NVC,
.Home-page .content-glider .slick-slider li.NVC,
.Home-page .content-glider #slick .slick-slide.NVC,
.Home-page .content-glider #slick li.NVC {
  border: 1px solid rgba(151, 71, 255, 0.2);
  background: radial-gradient(100% 100% at 50% 100%, rgba(93, 44, 133, 0.1) 0%, rgba(93, 44, 133, 0) 100%), #FFF;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.NVC:before, body[data-template=homeTemplate] .content-glider .slick-slider li.NVC:before, body[data-template=homeTemplate] .content-glider #slick .slick-slide.NVC:before, body[data-template=homeTemplate] .content-glider #slick li.NVC:before,
.Home-page .content-glider .slick-slider .slick-slide.NVC:before,
.Home-page .content-glider .slick-slider li.NVC:before,
.Home-page .content-glider #slick .slick-slide.NVC:before,
.Home-page .content-glider #slick li.NVC:before {
  content: "NVC";
  position: absolute;
  top: -8px;
  left: 11px;
  padding: 5px 8px;
  background: #713e94;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  color: #fff;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.SAC, body[data-template=homeTemplate] .content-glider .slick-slider li.SAC, body[data-template=homeTemplate] .content-glider #slick .slick-slide.SAC, body[data-template=homeTemplate] .content-glider #slick li.SAC,
.Home-page .content-glider .slick-slider .slick-slide.SAC,
.Home-page .content-glider .slick-slider li.SAC,
.Home-page .content-glider #slick .slick-slide.SAC,
.Home-page .content-glider #slick li.SAC {
  border: 1px solid rgba(201, 54, 47, 0.2);
  background: radial-gradient(100% 100% at 50% 100%, rgba(209, 50, 56, 0.1) 0%, rgba(209, 50, 56, 0) 100%), #FFF;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.SAC:before, body[data-template=homeTemplate] .content-glider .slick-slider li.SAC:before, body[data-template=homeTemplate] .content-glider #slick .slick-slide.SAC:before, body[data-template=homeTemplate] .content-glider #slick li.SAC:before,
.Home-page .content-glider .slick-slider .slick-slide.SAC:before,
.Home-page .content-glider .slick-slider li.SAC:before,
.Home-page .content-glider #slick .slick-slide.SAC:before,
.Home-page .content-glider #slick li.SAC:before {
  content: "SAC";
  position: absolute;
  top: -8px;
  left: 11px;
  padding: 5px 8px;
  background: #c9362f;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  color: #fff;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.NLC, body[data-template=homeTemplate] .content-glider .slick-slider li.NLC, body[data-template=homeTemplate] .content-glider #slick .slick-slide.NLC, body[data-template=homeTemplate] .content-glider #slick li.NLC,
.Home-page .content-glider .slick-slider .slick-slide.NLC,
.Home-page .content-glider .slick-slider li.NLC,
.Home-page .content-glider #slick .slick-slide.NLC,
.Home-page .content-glider #slick li.NLC {
  border: 1px solid #E8F4CA;
  background: radial-gradient(100% 100% at 50% 100%, rgba(100, 178, 70, 0.1) 0%, rgba(100, 178, 70, 0) 100%);
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-slide.NLC:before, body[data-template=homeTemplate] .content-glider .slick-slider li.NLC:before, body[data-template=homeTemplate] .content-glider #slick .slick-slide.NLC:before, body[data-template=homeTemplate] .content-glider #slick li.NLC:before,
.Home-page .content-glider .slick-slider .slick-slide.NLC:before,
.Home-page .content-glider .slick-slider li.NLC:before,
.Home-page .content-glider #slick .slick-slide.NLC:before,
.Home-page .content-glider #slick li.NLC:before {
  content: "NLC";
  position: absolute;
  top: -8px;
  left: 11px;
  padding: 5px 8px;
  background: #568118;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  color: #fff;
}
body[data-template=homeTemplate] .content-glider .slick-slider__image, body[data-template=homeTemplate] .content-glider #slick__image,
.Home-page .content-glider .slick-slider__image,
.Home-page .content-glider #slick__image {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 1023px) {
  body[data-template=homeTemplate] .content-glider .slick-slider__image, body[data-template=homeTemplate] .content-glider #slick__image,
.Home-page .content-glider .slick-slider__image,
.Home-page .content-glider #slick__image {
    aspect-ratio: 16/10;
    max-height: 191px;
  }
}
body[data-template=homeTemplate] .content-glider .slick-slider__content, body[data-template=homeTemplate] .content-glider #slick__content,
.Home-page .content-glider .slick-slider__content,
.Home-page .content-glider #slick__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
}
body[data-template=homeTemplate] .content-glider .slick-slider__content-title, body[data-template=homeTemplate] .content-glider #slick__content-title,
.Home-page .content-glider .slick-slider__content-title,
.Home-page .content-glider #slick__content-title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  padding: 0;
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .content-glider .slick-slider__content-title, body[data-template=homeTemplate] .content-glider #slick__content-title,
.Home-page .content-glider .slick-slider__content-title,
.Home-page .content-glider #slick__content-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body[data-template=homeTemplate] .content-glider .slick-slider__content-info span, body[data-template=homeTemplate] .content-glider #slick__content-info span,
.Home-page .content-glider .slick-slider__content-info span,
.Home-page .content-glider #slick__content-info span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  /* 142.857% */
}
body[data-template=homeTemplate] .content-glider .slick-slider__content-date, body[data-template=homeTemplate] .content-glider #slick__content-date,
.Home-page .content-glider .slick-slider__content-date,
.Home-page .content-glider #slick__content-date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-template=homeTemplate] .content-glider .slick-slider__content-location, body[data-template=homeTemplate] .content-glider #slick__content-location,
.Home-page .content-glider .slick-slider__content-location,
.Home-page .content-glider #slick__content-location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-template=homeTemplate] .content-glider .slick-slider__content-icon, body[data-template=homeTemplate] .content-glider #slick__content-icon,
.Home-page .content-glider .slick-slider__content-icon,
.Home-page .content-glider #slick__content-icon {
  margin-right: 10px;
}
body[data-template=homeTemplate] .content-glider .slick-slider__content-desc, body[data-template=homeTemplate] .content-glider #slick__content-desc,
.Home-page .content-glider .slick-slider__content-desc,
.Home-page .content-glider #slick__content-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
body[data-template=homeTemplate] .content-glider .slick-slider__content-btn, body[data-template=homeTemplate] .content-glider #slick__content-btn,
.Home-page .content-glider .slick-slider__content-btn,
.Home-page .content-glider #slick__content-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 24px;
  margin-top: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  color: #fff;
  background-color: #2B71B8;
  border-radius: 4px;
  transition: 0.3s ease all;
}
body[data-template=homeTemplate] .content-glider .slick-slider__content-btn svg, body[data-template=homeTemplate] .content-glider #slick__content-btn svg,
.Home-page .content-glider .slick-slider__content-btn svg,
.Home-page .content-glider #slick__content-btn svg {
  height: 16px;
  width: 16px;
}
body[data-template=homeTemplate] .content-glider .slick-slider__content-btn:hover, body[data-template=homeTemplate] .content-glider #slick__content-btn:hover,
.Home-page .content-glider .slick-slider__content-btn:hover,
.Home-page .content-glider #slick__content-btn:hover {
  text-decoration: none;
  background-color: #1E4F81;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-dots, body[data-template=homeTemplate] .content-glider #slick .slick-dots,
.Home-page .content-glider .slick-slider .slick-dots,
.Home-page .content-glider #slick .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  margin: 32px auto;
  left: auto;
  bottom: auto;
  gap: 24px;
}
@media screen and (max-width: 499px) {
  body[data-template=homeTemplate] .content-glider .slick-slider .slick-dots, body[data-template=homeTemplate] .content-glider #slick .slick-dots,
.Home-page .content-glider .slick-slider .slick-dots,
.Home-page .content-glider #slick .slick-dots {
    display: none;
  }
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-dots li, body[data-template=homeTemplate] .content-glider #slick .slick-dots li,
.Home-page .content-glider .slick-slider .slick-dots li,
.Home-page .content-glider #slick .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-dots li button, body[data-template=homeTemplate] .content-glider #slick .slick-dots li button,
.Home-page .content-glider .slick-slider .slick-dots li button,
.Home-page .content-glider #slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  width: 16px;
  background-color: #E1E1E1;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
  border-radius: 8px;
}
body[data-template=homeTemplate] .content-glider .slick-slider .slick-dots li.slick-active button, body[data-template=homeTemplate] .content-glider #slick .slick-dots li.slick-active button,
.Home-page .content-glider .slick-slider .slick-dots li.slick-active button,
.Home-page .content-glider #slick .slick-dots li.slick-active button {
  background-color: #2C4AA0;
  border: none;
  box-shadow: none;
  width: 60px;
}
body[data-template=homeTemplate] .Footer .logo img,
.Home-page .Footer .logo img {
  height: 110px;
  width: 396px;
}
@media screen and (max-width: 749px) {
  body[data-template=homeTemplate] .Footer .logo img,
.Home-page .Footer .logo img {
    height: 70px;
    width: 357px;
  }
}

.Main {
  display: block;
}

.rotating-banner {
  position: relative;
  width: 100%;
}
.rotating-banner .banner-title {
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  position: absolute;
  right: 50%;
  bottom: 0;
  color: #fff;
  max-width: 1208px;
  width: 100%;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  margin: 0 auto;
  padding-bottom: 32px;
  z-index: 9;
}
@media screen and (max-width: 1232px) {
  .rotating-banner .banner-title {
    padding: 0 18px 18px;
  }
}
@media screen and (max-width: 749px) {
  .rotating-banner .banner-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1232px) {
  .rotating-banner .banner-title.has-slides {
    padding: 0 18px 48px;
  }
}
.rotating-banner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 41.5%, #111 100%);
}

.main-view__hero {
  position: relative;
  width: 100%;
}
.main-view__title {
  position: absolute;
  right: 50%;
  bottom: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -2.24px;
  letter-spacing: -0.14rem;
  max-width: 1208px;
  width: 100%;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  margin: 0 auto;
  padding-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .main-view__title {
    font-size: 42px;
    font-size: 2.625rem;
    padding: 18px;
  }
}
.main-view__body-title {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -2.24px;
  letter-spacing: -0.14rem;
}
@media screen and (max-width: 1023px) {
  .main-view__body-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 749px) {
  body[data-template=mainTemplate] .Main .Header-hero {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 749px) {
  body[data-template=mainTemplate] .Main .Header-hero .overlay {
    background: rgba(25, 25, 25, 0.74);
  }
}
@media screen and (min-width: 750px) {
  body[data-template=mainTemplate] .Main .Header-hero .overlay:after {
    content: "";
    height: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body[data-template=mainTemplate] .Main .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 850px) {
  body[data-template=mainTemplate] .Main .Header-hero .overlay:after {
    content: "";
    height: 95px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body[data-template=mainTemplate] .Main .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
body[data-template=mainTemplate] .Main .Header-hero .Container {
  top: 50%;
  height: 100%;
  z-index: 10;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container {
  height: 100%;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .title {
  top: 0;
  margin-top: calc(25% - 25px);
  line-height: 96px;
  line-height: 6rem;
  padding: 0 0 10px;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .title .line-one,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .title .line-two {
  display: block;
}
@media screen and (min-width: 750px) {
  body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .title .line-one,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .title .line-two {
    background: rgba(25, 25, 25, 0.74);
    padding: 0 15px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1399px) {
  body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .title {
    line-height: 76px;
    line-height: 4.75rem;
  }
}
@media screen and (max-width: 1023px) {
  body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .title {
    line-height: 56px;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .title {
    line-height: 1.3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hero-tagline {
    padding: 10px 0 0;
  }
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn {
  border-radius: 3px;
  padding: 2px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(25, 25, 25, 0.84);
  transition: 0.3s all;
}
@media screen and (min-width: 750px) {
  body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn ul,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn span,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn span {
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0 16px 0 12px;
  white-space: nowrap;
  display: none;
  background: transparent;
  font-weight: 400;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn:before,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn:before {
  display: none;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn .icon,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn .icon {
  height: 18px;
  width: 18px;
  transition: 0.3s all;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn .icon svg,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn .icon svg {
  height: inherit;
  width: inherit;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn:hover,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn:hover {
  padding: 3px;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn:hover .icon,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn:hover .icon {
  height: 34px;
  width: 34px;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn:hover span,
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn:hover span {
  display: block;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .hide-btn {
  right: -50px;
  top: -11px;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn {
  bottom: 35px;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn.active {
  padding: 3px;
}
body[data-template=mainTemplate] .Main .Header-hero .Container .title-container .show-btn.active span {
  display: block;
}
body[data-template=mainTemplate] .Main .Header-hero .hero-tagline {
  padding: 28px 15px;
}
@media screen and (min-width: 750px) {
  body[data-template=mainTemplate] .Main .Header-hero .hero-tagline {
    background: rgba(25, 25, 25, 0.74);
  }
}
body[data-template=mainTemplate] .Main .rightCol .Header-hero .Container .title-container .title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
body[data-template=mainTemplate] .Main .rightCol .Header-hero .hero-tagline {
  font-size: 16px;
  font-size: 1rem;
}

.news-main__hero {
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.news-main__hero-info {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1208px;
  width: 100%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 15;
  right: 50%;
  bottom: 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 1232px) {
  .news-main__hero-info {
    padding: 0 18px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .news-main__hero-info {
    padding: 18px;
  }
}
.news-main__hero-title {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 12px;
  padding: 0;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.36);
}
@media screen and (max-width: 1023px) {
  .news-main__hero-title {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: -1.6px;
    letter-spacing: -0.1rem;
  }
}
.news-main__date {
  color: #E5EEF9;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  padding: 0;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.36);
}
.news-main__date:after {
  content: "•";
  margin: 0 12px;
}
body[data-brand=DIST] .news-main__date:after {
  color: #2b71b8;
}
body[data-brand=NLC] .news-main__date:after {
  color: #789f3e;
}
body[data-brand=NVC] .news-main__date:after {
  color: #90499c;
}
body[data-brand=SPC] .news-main__date:after {
  color: #3a62d3;
}
body[data-brand=PAC] .news-main__date:after {
  color: #5b9982;
}
body[data-brand=SAC] .news-main__date:after {
  color: #ed1d24;
}
@media screen and (max-width: 1023px) {
  .news-main__date {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.6px;
    letter-spacing: -0.0375rem;
  }
  .news-main__date:after {
    content: "";
  }
}
.news-main__author {
  color: #E5EEF9;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  padding: 0;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.36);
}
@media screen and (max-width: 1023px) {
  .news-main__author {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.6px;
    letter-spacing: -0.0375rem;
  }
}
.news-main__hero-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .news-main__hero-bottom {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-main__container {
  max-width: 1208px;
  margin: 0 auto;
}
@media screen and (max-width: 1232px) {
  .news-main__container {
    padding: 0 18px;
  }
}
.news-main__content {
  max-width: 800px;
}

@media screen and (max-width: 1232px) {
  .news-container {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  .news-container {
    padding: 0;
  }
}
.news-container__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1023px) {
  .news-container__title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .news-container__title {
    display: none;
  }
}
.news-container__title.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .news-container__title.mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-container .side-nav__heading a {
  color: #2D2D2D !important;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 1023px) {
  .news-container .side-nav__heading a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.news-container .side-nav__sub-list a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1023px) {
  .news-container .side-nav__sub-list a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.news-container .WidgetNews-header h3 {
  display: none;
}
.news-container .WidgetNews-header .filter {
  position: absolute;
  top: 16px;
  right: 0;
  padding-right: calc((100% - 1208px) / 2);
}
@media screen and (max-width: 1232px) {
  .news-container .WidgetNews-header .filter {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .news-container .WidgetNews-header .filter {
    position: relative;
    top: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 749px) {
  .news-container .WidgetNews-header .filter {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .news-container .WidgetNews-header .filterBy {
    width: 100%;
  }
}
.news-container .breadcrumbs-container {
  margin: 25px 0;
}
@media screen and (max-width: 1023px) {
  .news-container .breadcrumbs-container {
    margin: 0;
  }
}
.news-container .WidgetNews-articles .thumb a {
  min-width: 144px;
}
.news-container .WidgetNews-articles .title a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .news-container .WidgetNews-articles .title a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.non-academic-general {
  display: block;
}
.non-academic-general h1 {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 749px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 749px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .overlay {
    background: rgba(25, 25, 25, 0.74);
  }
}
@media screen and (min-width: 750px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .overlay:after {
    content: "";
    height: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 850px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .overlay:after {
    content: "";
    height: 95px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container {
  top: 50%;
  height: 100%;
  z-index: 10;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container {
  height: 100%;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .title {
  top: 0;
  margin-top: calc(25% - 25px);
  line-height: 96px;
  line-height: 6rem;
  padding: 0 0 10px;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .title .line-one,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .title .line-two {
  display: block;
}
@media screen and (min-width: 750px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .title .line-one,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .title .line-two {
    background: rgba(25, 25, 25, 0.74);
    padding: 0 15px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1399px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .title {
    line-height: 76px;
    line-height: 4.75rem;
  }
}
@media screen and (max-width: 1023px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .title {
    line-height: 56px;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .title {
    line-height: 1.3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hero-tagline {
    padding: 10px 0 0;
  }
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn {
  border-radius: 3px;
  padding: 2px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(25, 25, 25, 0.84);
  transition: 0.3s all;
}
@media screen and (min-width: 750px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn ul,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn span,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn span {
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0 16px 0 12px;
  white-space: nowrap;
  display: none;
  background: transparent;
  font-weight: 400;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn:before,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn:before {
  display: none;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn .icon,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn .icon {
  height: 18px;
  width: 18px;
  transition: 0.3s all;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn .icon svg,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn .icon svg {
  height: inherit;
  width: inherit;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn:hover,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn:hover {
  padding: 3px;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn:hover .icon,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn:hover .icon {
  height: 34px;
  width: 34px;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn:hover span,
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn:hover span {
  display: block;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .hide-btn {
  right: -50px;
  top: -11px;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn {
  bottom: 35px;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn.active {
  padding: 3px;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .Container .title-container .show-btn.active span {
  display: block;
}
body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .hero-tagline {
  padding: 28px 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 750px) {
  body[data-template=nonAcademicGeneralTemplate] .Main .Header-hero .hero-tagline {
    background: rgba(25, 25, 25, 0.74);
  }
}
body[data-template=nonAcademicGeneralTemplate] .Main .TwoColWrapper:not(.noSidebar) .rightCol .Header-hero .Container .title-container .title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
body[data-template=nonAcademicGeneralTemplate] .Main .TwoColWrapper:not(.noSidebar) .rightCol .Header-hero .hero-tagline {
  font-size: 16px;
  font-size: 1rem;
}

.NonAcademicMain.grid-container {
  -ms-grid-columns: 76% 24%;
      grid-template-columns: 76% 24%;
  grid-template-areas: "DZ_1 DZ_1" "Breadcrumbs Breadcrumbs" "TwoColWrapper Sidebar" "DZ_4 DZ_4";
}
@media screen and (max-width: 1023px) {
  .NonAcademicMain.grid-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template-areas: "DZ_1" "Sidebar" "Breadcrumbs" "TwoColWrapper" "DZ_4";
  }
}
.NonAcademicMain.grid-container .TwoColWrapper .rightCol {
  padding: 0;
}
.NonAcademicMain.grid-container .Sidebar {
  padding: 0 0 0 28px;
}
@media screen and (max-width: 1023px) {
  .NonAcademicMain.grid-container .Sidebar {
    padding: 0;
  }
}
.NonAcademicMain .page-title {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -2.24px;
  letter-spacing: -0.14rem;
}
@media screen and (max-width: 1023px) {
  .NonAcademicMain .page-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 749px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 749px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .overlay {
    background: rgba(25, 25, 25, 0.74);
  }
}
@media screen and (min-width: 750px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .overlay:after {
    content: "";
    height: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body[data-template=nonAcademicMainTemplate] .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 850px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .overlay:after {
    content: "";
    height: 95px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body[data-template=nonAcademicMainTemplate] .Header-hero .overlay:before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container {
  top: 50%;
  height: 100%;
  z-index: 10;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container {
  height: 100%;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .title {
  top: 0;
  margin-top: calc(25% - 25px);
  line-height: 96px;
  line-height: 6rem;
  padding: 0 0 10px;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .title .line-one,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .title .line-two {
  display: block;
}
@media screen and (min-width: 750px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .title .line-one,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .title .line-two {
    background: rgba(25, 25, 25, 0.74);
    padding: 0 15px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1399px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .title {
    line-height: 76px;
    line-height: 4.75rem;
  }
}
@media screen and (max-width: 1023px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .title {
    line-height: 56px;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 499px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .title {
    line-height: 1.3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hero-tagline {
    padding: 10px 0 0;
  }
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn {
  border-radius: 3px;
  padding: 2px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(25, 25, 25, 0.84);
  transition: 0.3s all;
}
@media screen and (min-width: 750px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn ul,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn span,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn span {
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0 16px 0 12px;
  white-space: nowrap;
  display: none;
  background: transparent;
  font-weight: 400;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn:before,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn:before {
  display: none;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn .icon,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn .icon {
  height: 18px;
  width: 18px;
  transition: 0.3s all;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn .icon svg,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn .icon svg {
  height: inherit;
  width: inherit;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn:hover,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn:hover {
  padding: 3px;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn:hover .icon,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn:hover .icon {
  height: 34px;
  width: 34px;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn:hover span,
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn:hover span {
  display: block;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .hide-btn {
  right: -50px;
  top: -11px;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn {
  bottom: 35px;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn.active {
  padding: 3px;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .Container .title-container .show-btn.active span {
  display: block;
}
body[data-template=nonAcademicMainTemplate] .Header-hero .hero-tagline {
  padding: 28px 15px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 750px) {
  body[data-template=nonAcademicMainTemplate] .Header-hero .hero-tagline {
    background: rgba(25, 25, 25, 0.74);
  }
}

.ProgramDetail-intro {
  margin: 0 0 20px;
  padding: 20px 0;
  border-top: 1px solid #dcd3db;
  border-bottom: 1px solid #dcd3db;
}
.ProgramDetail-intro:after {
  content: "";
  display: table;
  clear: both;
}
.ProgramDetail-intro .info {
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
}
.ProgramDetail-intro .info strong {
  font-weight: 400;
}
.ProgramDetail-intro .actions a {
  width: 230px;
}
.ProgramDetail-intro .actions a:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 499px) {
  .ProgramDetail-intro .actions a {
    width: auto;
  }
}
@media screen and (max-width: 749px) {
  .ProgramDetail-intro {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 750px) {
  .ProgramDetail-intro .info {
    float: left;
    width: 66.25%;
    padding: 0 20px 0 0;
  }
  .ProgramDetail-intro .actions {
    float: right;
    width: 33.75%;
  }
  .ProgramDetail-intro .actions a {
    float: right;
  }
}

.ProgramDetail-Container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  .ProgramDetail-Container {
    gap: 32px;
  }
}

.ProgramDetail-hero-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}

.ProgramDetail-content {
  margin: 0 0 25px;
}
.ProgramDetail-content .related-links-block {
  padding: 40px 0;
  background-color: #fff;
}
.ProgramDetail-content .related-links-block__cards {
  -webkit-column-gap: 12px;
          column-gap: 12px;
}
.ProgramDetail-content table {
  table-layout: auto;
}
@media screen and (max-width: 749px) {
  .ProgramDetail-content table > tbody > tr > td {
    display: block;
    width: 100% !important;
  }
}
.ProgramDetail-content .featured-media-block {
  background-color: #fff;
  padding: 0;
  gap: 48px;
}
.ProgramDetail-content .featured-media-block .featured-media-block__info h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-content-full > * {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.ProgramDetail-hero-container {
  position: relative;
  color: #fff;
}
.ProgramDetail-hero-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ProgramDetail-hero-container .ProgramDetail-info {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-top: 94px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 588px;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .ProgramDetail-hero-container .ProgramDetail-info {
    padding: 18px 0;
    box-sizing: border-box;
  }
}
.ProgramDetail-hero-container * {
  color: inherit;
}
.ProgramDetail-hero-container .ProgramDetail-image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.ProgramDetail-hero-container .ProgramDetail__title,
.ProgramDetail-hero-container .ProgramDetail__subtitle {
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.ProgramDetail-hero-container .ProgramDetail__title {
  font-family: "din-2014", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-hero-container .ProgramDetail__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 8px;
  }
}
.ProgramDetail-hero-container .ProgramDetail__subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-hero-container .ProgramDetail__subtitle {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.ProgramDetail-hero-container .ProgramDetail-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-hero-container .ProgramDetail-actions {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ProgramDetail-hero-container .ProgramDetail-actions .primary-button, .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=submit], .EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=submit],
.ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms button[type=submit],
.EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions button[type=submit],
.ProgramDetail-hero-container .ProgramDetail-actions .secondary-button,
.ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset],
.EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border-radius: 4px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-hero-container .ProgramDetail-actions .primary-button:not(:last-child), .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=submit]:not(:last-child), .EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=submit]:not(:last-child),
.ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms button[type=submit]:not(:last-child),
.EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions button[type=submit]:not(:last-child),
.ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:not(:last-child),
.ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:not(:last-child),
.EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:not(:last-child) {
    margin-bottom: 16px;
  }
}
.ProgramDetail-hero-container .ProgramDetail-actions .primary-button svg, .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=submit] svg, .EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=submit] svg,
.ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms button[type=submit] svg,
.EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions button[type=submit] svg,
.ProgramDetail-hero-container .ProgramDetail-actions .secondary-button svg,
.ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset] svg,
.EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset] svg {
  margin-left: 10px;
}
.ProgramDetail-hero-container .ProgramDetail-actions .secondary-button, .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset], .EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset] {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  padding: 0;
  transition: 0.3s ease color;
}
.ProgramDetail-hero-container .ProgramDetail-actions .secondary-button svg path, .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset] svg path, .EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset] svg path {
  fill: currentColor;
}
.ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:hover, .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:hover, .EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:hover {
  background-color: transparent;
  border-color: transparent;
}
body[data-brand=DIST] .ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:hover, body[data-brand=DIST] .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:hover, .EPiServerForms body[data-brand=DIST] .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:hover, body[data-brand=NLC] .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:hover, .EPiServerForms body[data-brand=NLC] .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:hover {
  color: #789f3e;
}
body[data-brand=NVC] .ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:hover, body[data-brand=NVC] .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:hover, .EPiServerForms body[data-brand=NVC] .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:hover {
  color: #90499c;
}
body[data-brand=SPC] .ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:hover, body[data-brand=SPC] .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:hover, .EPiServerForms body[data-brand=SPC] .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:hover, body[data-brand=PAC] .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:hover, .EPiServerForms body[data-brand=PAC] .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:hover {
  color: #5b9982;
}
body[data-brand=SAC] .ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:hover, body[data-brand=SAC] .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:hover, .EPiServerForms body[data-brand=SAC] .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:hover {
  color: #ed1d24;
}
.ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:not(:first-child), .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:not(:first-child), .EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:not(:first-child) {
  margin-left: 32px;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-hero-container .ProgramDetail-actions .secondary-button:not(:first-child), .ProgramDetail-hero-container .ProgramDetail-actions .EPiServerForms input[type=reset]:not(:first-child), .EPiServerForms .ProgramDetail-hero-container .ProgramDetail-actions input[type=reset]:not(:first-child) {
    margin-left: 0;
  }
}

.ProgramDetail-career-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.ProgramDetail-career-links a {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transform: background-color 0.3s ease;
      -ms-transform: background-color 0.3s ease;
          transform: background-color 0.3s ease;
  transition: 0.3s ease all;
}
.ProgramDetail-career-links a.active, .ProgramDetail-career-links a:hover {
  background-color: #F3F3F3;
  text-decoration: none;
}
body[data-brand=DIST] .ProgramDetail-career-links a.active, body[data-brand=DIST] .ProgramDetail-career-links a:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .ProgramDetail-career-links a.active, body[data-brand=NLC] .ProgramDetail-career-links a:hover {
  color: #789f3e;
}
body[data-brand=NVC] .ProgramDetail-career-links a.active, body[data-brand=NVC] .ProgramDetail-career-links a:hover {
  color: #90499c;
}
body[data-brand=SPC] .ProgramDetail-career-links a.active, body[data-brand=SPC] .ProgramDetail-career-links a:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .ProgramDetail-career-links a.active, body[data-brand=PAC] .ProgramDetail-career-links a:hover {
  color: #5b9982;
}
body[data-brand=SAC] .ProgramDetail-career-links a.active, body[data-brand=SAC] .ProgramDetail-career-links a:hover {
  color: #ed1d24;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-career-links {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ProgramDetail-job-info {
  margin-top: 50px;
  padding: 16px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-job-info {
    margin-top: 20px;
    border-bottom: none;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.ProgramDetail-career-contents {
  margin-top: 20px;
}

.ProgramDetail-career-content {
  display: none;
  padding-bottom: 20px;
}
.ProgramDetail-career-content.active {
  display: block;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-career-content {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ProgramDetail-career-content .ProgramDetail-table {
  width: 100%;
  font-family: "din-2014", sans-serif;
}
.ProgramDetail-career-content .ProgramDetail-table tr {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-career-content .ProgramDetail-table tr {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ProgramDetail-career-content .ProgramDetail-table__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 1.25rem;
  padding-bottom: 8px;
  text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-career-content .ProgramDetail-table__title {
    padding-bottom: 4px;
  }
}
.ProgramDetail-career-content .ProgramDetail-table__info {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 1.25rem;
  padding-bottom: 0;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-career-content .ProgramDetail-table__info {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.ProgramDetail-career-description {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 10.32px;
  line-height: 0.645rem;
  font-weight: 600;
}

.ProgramDetail-grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 64px;
  -ms-grid-columns: minmax(0, 350px) 2fr;
      grid-template-columns: minmax(0, 350px) 2fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-template-areas: "breadcrumbs breadcrumbs" "left-content right-content" "full-content full-content";
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-grid .side-nav {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-template-areas: "left-content" "sidebar" "breadcrumbs" "right-content" "full-content";
  }
  .ProgramDetail-grid .TwoColWrapper {
    padding: 0 20px;
  }
}
.ProgramDetail-grid .ProgramDetail-intro {
  grid-area: intro;
}
.ProgramDetail-grid .ProgramDetail-left-content {
  grid-area: left-content;
}
.ProgramDetail-grid .breadcrumbs-container {
  grid-area: breadcrumbs;
}
.ProgramDetail-grid .ProgramDetail-content {
  grid-area: right-content;
}
.ProgramDetail-grid .ProgramDetail-content-full {
  grid-area: full-content;
}
.ProgramDetail-grid .sidebar-desktop {
  display: block;
}
.ProgramDetail-grid .sidebar-mobile {
  display: none;
  grid-area: sidebar;
}
.ProgramDetail-grid .Sidebar {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-grid .sidebar-mobile {
    display: block;
  }
  .ProgramDetail-grid .sidebar-desktop {
    display: none;
  }
}

.ProgramDetail-intro {
  width: 100%;
  max-width: 355px;
  padding: 20px 24px;
  border-radius: 4px;
  border: 1px solid #ededed;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media screen and (max-width: 1023px) {
  .ProgramDetail-intro {
    border-style: none;
    padding: 20px 0 0 0;
  }
}
.ProgramDetail-intro .info p {
  padding-bottom: 0;
}
.ProgramDetail-intro .info .program-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 1.25rem;
}
.ProgramDetail-intro .info .program-info {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
}
.ProgramDetail-intro .info .program-info:not(:last-child) {
  margin-bottom: 4px;
}

.ProgramLookup {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  -webkit-column-gap: 52px;
          column-gap: 52px;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-template-areas: "breadcrumbs breadcrumbs" "title-filters-desktop body" "title-filters-desktop results" ". results";
}
@media screen and (max-width: 1023px) {
  .ProgramLookup {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template-areas: "sidenav" "breadcrumbs" "title" "body" "filters" "results";
  }
  .ProgramLookup .breadcrumbs-container, .ProgramLookup .TwoColWrapper {
    padding: 0 18px;
  }
}
.ProgramLookup .breadcrumbs-wrapper {
  grid-area: breadcrumbs;
}
.ProgramLookup .ProgramLookup-mainbody {
  grid-area: body;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ProgramLookup .ProgramLookup-mainbody p {
  color: #4F4F4F;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 0;
  margin-bottom: 26px;
}
@media screen and (max-width: 1023px) {
  .ProgramLookup .ProgramLookup-mainbody p {
    margin-bottom: 16px;
  }
}
.ProgramLookup .ProgramLookup-title {
  grid-area: title;
  margin-bottom: 24px;
}
.ProgramLookup .ProgramLookup-title.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .ProgramLookup .ProgramLookup-title {
    margin-bottom: 16px;
  }
  .ProgramLookup .ProgramLookup-title.mobile {
    display: block;
  }
}
.ProgramLookup .ProgramLookup-filters {
  grid-area: filters;
}
.ProgramLookup .ProgramLookup-filters.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .ProgramLookup .ProgramLookup-filters {
    display: block;
  }
  .ProgramLookup .ProgramLookup-filters.mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.ProgramLookup__title-filters-desktop {
  grid-area: title-filters-desktop;
}
@media screen and (max-width: 1023px) {
  .ProgramLookup__title-filters-desktop {
    display: none;
  }
}
.ProgramLookup .ProgramLookup-sidenav {
  grid-area: sidenav;
  -ms-grid-row: span 2;
      grid-row: span 2;
}
.ProgramLookup .ProgramLookup-sidenav.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .ProgramLookup .ProgramLookup-sidenav {
    -ms-grid-row: auto;
        grid-row: auto;
    margin: 0 -20px;
  }
  .ProgramLookup .ProgramLookup-sidenav.mobile {
    display: block;
  }
}
.ProgramLookup .ProgramLookup-sidenav .side-nav__list-item {
  border-bottom: none;
}
.ProgramLookup .ProgramLookup-sidenav .side-nav__list-item a {
  font-family: "Open Sans", sans-serif;
  color: #4F4F4F;
  padding: 6px 0;
}
.ProgramLookup .ProgramLookup-results {
  grid-area: results;
}
.ProgramLookup .ProgramLookup-filters-label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
@media screen and (min-width: 1024px) {
  .ProgramLookup {
    max-width: 1208px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .ProgramLookup .WidgetRotatingBanner {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .ProgramLookup .WidgetAccordion {
    margin-bottom: 0;
  }
  .ProgramLookup .sidebar-dropzone-mobile {
    display: block;
  }
  .ProgramLookup .Sidebar .Sidebar-dropzone {
    display: none;
  }
}
.ProgramLookup__search-input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  position: relative;
  margin-bottom: 24px;
}
.ProgramLookup__search-input-label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 749px) {
  .ProgramLookup__search-input-label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ProgramLookup__search-input input[type=text] {
  width: 100%;
  padding: 12px 12px 12px 48px;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.ProgramLookup__search-input .submit {
  position: absolute;
  bottom: 12px;
  left: 12px;
  height: 24px;
  width: 24px;
  background: transparent url(/Static/dist/img/search-icon.svg) no-repeat 0 0;
  background-size: contain;
  border: 0;
}

.ProgramLookup-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .ProgramLookup-filters {
    margin-bottom: 28px;
  }
}
.ProgramLookup-filters select::-ms-expand {
  display: none;
}
.ProgramLookup-filters .programLevel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.ProgramLookup-filters .programLevel__label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 749px) {
  .ProgramLookup-filters .programLevel__label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ProgramLookup-filters .programLevel__dropdown {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #6B7280;
  padding: 12px;
  width: 100%;
  background-image: url(/Static/dist/img/chevron-down-mini-grey.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ProgramLookup-filters .programLevel__dropdown option {
  color: #000;
}
.ProgramLookup-filters .programLevel__dropdown option:hover {
  background-color: green !important;
}
.ProgramLookup-filters .programLevel__dropdown:hover {
  cursor: pointer;
}
.ProgramLookup-filters .programType {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.ProgramLookup-filters .programType__label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 749px) {
  .ProgramLookup-filters .programType__label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ProgramLookup-filters .programType__dropdown {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #6B7280;
  padding: 12px;
  width: 100%;
  background-image: url(/Static/dist/img/chevron-down-mini-grey.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ProgramLookup-filters .programType__dropdown option {
  color: #000;
}
.ProgramLookup-filters .programType__dropdown:hover {
  cursor: pointer;
}
.ProgramLookup-filters .programSchool {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.ProgramLookup-filters .programSchool__label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 749px) {
  .ProgramLookup-filters .programSchool__label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ProgramLookup-filters .programSchool__dropdown {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #6B7280;
  padding: 12px;
  width: 100%;
  background-image: url(/Static/dist/img/chevron-down-mini-grey.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ProgramLookup-filters .programSchool__dropdown option {
  color: #000;
}
.ProgramLookup-filters .programSchool__dropdown:hover {
  cursor: pointer;
}
.ProgramLookup-filters .programInstitute {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.ProgramLookup-filters .programInstitute__label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 749px) {
  .ProgramLookup-filters .programInstitute__label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ProgramLookup-filters .programInstitute__dropdown {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #6B7280;
  padding: 12px;
  width: 100%;
  background-image: url(/Static/dist/img/chevron-down-mini-grey.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ProgramLookup-filters .programInstitute__dropdown option {
  color: #000;
}
.ProgramLookup-filters .programInstitute__dropdown:hover {
  cursor: pointer;
}
.ProgramLookup-filters fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
}
.ProgramLookup-filters .ui-selectmenu-button.ui-button {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .ProgramLookup-filters {
    margin: 5px 0 15px;
  }
  .ProgramLookup-filters .row {
    margin: 0 0 15px;
  }
  .ProgramLookup-filters .buttonGroup {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .ProgramLookup-filters .mobile-only {
    display: none;
  }
}

.ProgramLookup-title {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.92px;
  letter-spacing: -0.12rem;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .ProgramLookup-title {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
    letter-spacing: -0.06rem;
  }
}

.ProgramLookup-results .programList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  margin-bottom: 42px;
}
.ProgramLookup-results .programList > :not(:last-child) {
  border-bottom: 1px solid #E1E1E1;
}
.ProgramLookup-results .program {
  transition: background-color 0.3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 16px 12px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .ProgramLookup-results .program {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 12px;
  }
}
.ProgramLookup-results .program h2 {
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}
.ProgramLookup-results .program .brand {
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: grey;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.ProgramLookup-results .program .urls {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.ProgramLookup-results .program .urls a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px;
  color: #2b71b8;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  transition: 0.3s ease color;
  position: relative;
}
.ProgramLookup-results .program .urls a:hover {
  text-decoration: none;
  color: #1e4f81;
}
.ProgramLookup-results .program .urls a:before {
  content: "";
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.ProgramLookup-results .program .urls a.DIST:before {
  background-image: url(/Static/dist/img/calendar/district.svg);
}
.ProgramLookup-results .program .urls a.NVC:before {
  background-image: url(/Static/dist/img/calendar/NVC.svg);
}
.ProgramLookup-results .program .urls a.NLC:before {
  background-image: url(/Static/dist/img/calendar/NLC.svg);
}
.ProgramLookup-results .program .urls a.SPC:before {
  background-image: url(/Static/dist/img/calendar/SPC.svg);
}
.ProgramLookup-results .program .urls a.PAC:before {
  background-image: url(/Static/dist/img/calendar/PAC.svg);
}
.ProgramLookup-results .program .urls a.SAC:before {
  background-image: url(/Static/dist/img/calendar/SAC.svg);
}
@media screen and (max-width: 749px) {
  .ProgramLookup-results .program .urls {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
  }
}
body[data-brand=DIST] .ProgramLookup-results .program:hover {
  background-color: rgba(30, 79, 129, 0.05);
}
body[data-brand=NLC] .ProgramLookup-results .program:hover {
  background-color: rgba(30, 79, 129, 0.05);
}
body[data-brand=NVC] .ProgramLookup-results .program:hover {
  background-color: rgba(30, 79, 129, 0.05);
}
body[data-brand=SPC] .ProgramLookup-results .program:hover {
  background-color: rgba(30, 79, 129, 0.05);
}
body[data-brand=PAC] .ProgramLookup-results .program:hover {
  background-color: rgba(30, 79, 129, 0.05);
}
body[data-brand=SAC] .ProgramLookup-results .program:hover {
  background-color: rgba(30, 79, 129, 0.05);
}
body[data-brand=DIST] .ProgramLookup-results .program:hover.NVC {
  background-color: rgba(96, 53, 126, 0.05);
}
body[data-brand=NLC] .ProgramLookup-results .program:hover.NVC {
  background-color: rgba(96, 53, 126, 0.05);
}
body[data-brand=NVC] .ProgramLookup-results .program:hover.NVC {
  background-color: rgba(96, 53, 126, 0.05);
}
body[data-brand=SPC] .ProgramLookup-results .program:hover.NVC {
  background-color: rgba(96, 53, 126, 0.05);
}
body[data-brand=PAC] .ProgramLookup-results .program:hover.NVC {
  background-color: rgba(96, 53, 126, 0.05);
}
body[data-brand=SAC] .ProgramLookup-results .program:hover.NVC {
  background-color: rgba(96, 53, 126, 0.05);
}
body[data-brand=DIST] .ProgramLookup-results .program:hover.NLC {
  background-color: rgba(65, 111, 6, 0.05);
}
body[data-brand=NLC] .ProgramLookup-results .program:hover.NLC {
  background-color: rgba(65, 111, 6, 0.05);
}
body[data-brand=NVC] .ProgramLookup-results .program:hover.NLC {
  background-color: rgba(65, 111, 6, 0.05);
}
body[data-brand=SPC] .ProgramLookup-results .program:hover.NLC {
  background-color: rgba(65, 111, 6, 0.05);
}
body[data-brand=PAC] .ProgramLookup-results .program:hover.NLC {
  background-color: rgba(65, 111, 6, 0.05);
}
body[data-brand=SAC] .ProgramLookup-results .program:hover.NLC {
  background-color: rgba(65, 111, 6, 0.05);
}
body[data-brand=DIST] .ProgramLookup-results .program:hover.SPC {
  background-color: rgba(24, 40, 120, 0.05);
}
body[data-brand=NLC] .ProgramLookup-results .program:hover.SPC {
  background-color: rgba(24, 40, 120, 0.05);
}
body[data-brand=NVC] .ProgramLookup-results .program:hover.SPC {
  background-color: rgba(24, 40, 120, 0.05);
}
body[data-brand=SPC] .ProgramLookup-results .program:hover.SPC {
  background-color: rgba(24, 40, 120, 0.05);
}
body[data-brand=PAC] .ProgramLookup-results .program:hover.SPC {
  background-color: rgba(24, 40, 120, 0.05);
}
body[data-brand=SAC] .ProgramLookup-results .program:hover.SPC {
  background-color: rgba(24, 40, 120, 0.05);
}
body[data-brand=DIST] .ProgramLookup-results .program:hover.PAC {
  background-color: rgba(1, 118, 110, 0.05);
}
body[data-brand=NLC] .ProgramLookup-results .program:hover.PAC {
  background-color: rgba(1, 118, 110, 0.05);
}
body[data-brand=NVC] .ProgramLookup-results .program:hover.PAC {
  background-color: rgba(1, 118, 110, 0.05);
}
body[data-brand=SPC] .ProgramLookup-results .program:hover.PAC {
  background-color: rgba(1, 118, 110, 0.05);
}
body[data-brand=PAC] .ProgramLookup-results .program:hover.PAC {
  background-color: rgba(1, 118, 110, 0.05);
}
body[data-brand=SAC] .ProgramLookup-results .program:hover.PAC {
  background-color: rgba(1, 118, 110, 0.05);
}
body[data-brand=DIST] .ProgramLookup-results .program:hover.SAC {
  background-color: rgba(154, 21, 25, 0.05);
}
body[data-brand=NLC] .ProgramLookup-results .program:hover.SAC {
  background-color: rgba(154, 21, 25, 0.05);
}
body[data-brand=NVC] .ProgramLookup-results .program:hover.SAC {
  background-color: rgba(154, 21, 25, 0.05);
}
body[data-brand=SPC] .ProgramLookup-results .program:hover.SAC {
  background-color: rgba(154, 21, 25, 0.05);
}
body[data-brand=PAC] .ProgramLookup-results .program:hover.SAC {
  background-color: rgba(154, 21, 25, 0.05);
}
body[data-brand=SAC] .ProgramLookup-results .program:hover.SAC {
  background-color: rgba(154, 21, 25, 0.05);
}
.ProgramLookup-results .loadingResults {
  padding: 16px 0;
}
.ProgramLookup-results .noResults p {
  padding: 16px 0;
}
.ProgramLookup-results .noResults .secondary-button, .ProgramLookup-results .noResults .EPiServerForms input[type=reset], .EPiServerForms .ProgramLookup-results .noResults input[type=reset] {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 749px) {
  .ProgramLookup-results {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 750px) {
  .ProgramLookup-results .row:after {
    content: "";
    display: table;
    clear: both;
  }
}

.SearchTemplate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 40px;
}
.SearchTemplate .search {
  -ms-grid-column: span 9;
      grid-column: span 9;
}
.SearchTemplate .other-results {
  margin-top: 128px;
  -ms-grid-column: span 3;
      grid-column: span 3;
  gap: 16px;
}
.SearchTemplate .other-results__title {
  color: #2d2d2d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 22.97px;
  line-height: 1.43563rem;
  margin-bottom: 0;
  padding: 0;
}
.SearchTemplate .other-results .search__item-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.SearchTemplate .other-results .search__item-link {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.SearchTemplate .other-results__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  gap: 12px;
  margin-top: 8px;
}
.SearchTemplate .other-results__link a {
  transition: 0.3s ease all;
}
body[data-brand=DIST] .SearchTemplate .other-results__link a {
  color: #1e4f81;
}
body[data-brand=NLC] .SearchTemplate .other-results__link a {
  color: #416f06;
}
body[data-brand=NVC] .SearchTemplate .other-results__link a {
  color: #60357e;
}
body[data-brand=SPC] .SearchTemplate .other-results__link a {
  color: #182878;
}
body[data-brand=PAC] .SearchTemplate .other-results__link a {
  color: #01766e;
}
body[data-brand=SAC] .SearchTemplate .other-results__link a {
  color: #9a1519;
}
.SearchTemplate .other-results__link svg path {
  transition: 0.3s ease all;
}
body[data-brand=DIST] .SearchTemplate .other-results__link svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .SearchTemplate .other-results__link svg path {
  fill: #416f06;
}
body[data-brand=NVC] .SearchTemplate .other-results__link svg path {
  fill: #60357e;
}
body[data-brand=SPC] .SearchTemplate .other-results__link svg path {
  fill: #182878;
}
body[data-brand=PAC] .SearchTemplate .other-results__link svg path {
  fill: #01766e;
}
body[data-brand=SAC] .SearchTemplate .other-results__link svg path {
  fill: #9a1519;
}
.SearchTemplate .other-results__link:hover a {
  text-decoration: none;
}
body[data-brand=DIST] .SearchTemplate .other-results__link:hover a {
  color: #2b71b8;
}
body[data-brand=NLC] .SearchTemplate .other-results__link:hover a {
  color: #789f3e;
}
body[data-brand=NVC] .SearchTemplate .other-results__link:hover a {
  color: #90499c;
}
body[data-brand=SPC] .SearchTemplate .other-results__link:hover a {
  color: #3a62d3;
}
body[data-brand=PAC] .SearchTemplate .other-results__link:hover a {
  color: #5b9982;
}
body[data-brand=SAC] .SearchTemplate .other-results__link:hover a {
  color: #ed1d24;
}
body[data-brand=DIST] .SearchTemplate .other-results__link:hover svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .SearchTemplate .other-results__link:hover svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .SearchTemplate .other-results__link:hover svg path {
  fill: #90499c;
}
body[data-brand=SPC] .SearchTemplate .other-results__link:hover svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .SearchTemplate .other-results__link:hover svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .SearchTemplate .other-results__link:hover svg path {
  fill: #ed1d24;
}
@media screen and (max-width: 1023px) {
  .SearchTemplate {
    gap: 0;
  }
  .SearchTemplate .search {
    -ms-grid-column: span 12;
        grid-column: span 12;
  }
  .SearchTemplate .other-results {
    margin-top: 0;
    margin-bottom: 32px;
    -ms-grid-column: span 12;
        grid-column: span 12;
  }
}

.search {
  padding-top: 32px;
  margin-bottom: 50px;
  font-family: "din-2014", sans-serif;
}
.search__input-wrapper {
  position: relative;
  max-width: 520px;
  width: 100%;
}
.search__input {
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 8px 8px 8px 40px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
  line-height: 1.375rem;
  color: #2d2d2d;
}
.search__input-label {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 8px 12px;
  top: 2px;
}
.search__input-submit {
  display: none;
  position: absolute;
  top: 9px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
}
.search__input-submit svg path {
  fill: #2D2D2D;
}
.search__input-submit_active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search__results-text {
  color: #4f4f4f;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: left;
  margin: 20px 0;
}
.search__tabs-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}
.search__tab {
  border-radius: 4px;
  padding: 0;
}
.search__tab a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 16.34px;
  line-height: 1.02125rem;
  transition: 0.3s all ease;
}
body[data-brand=DIST] .search__tab a {
  color: #1e4f81;
}
body[data-brand=NLC] .search__tab a {
  color: #416f06;
}
body[data-brand=NVC] .search__tab a {
  color: #60357e;
}
body[data-brand=SPC] .search__tab a {
  color: #182878;
}
body[data-brand=PAC] .search__tab a {
  color: #01766e;
}
body[data-brand=SAC] .search__tab a {
  color: #9a1519;
}
.search__tab a_active {
  color: #fff !important;
}
body[data-brand=DIST] .search__tab a_active {
  background-color: #1e4f81;
}
body[data-brand=NLC] .search__tab a_active {
  background-color: #416f06;
}
body[data-brand=NVC] .search__tab a_active {
  background-color: #60357e;
}
body[data-brand=SPC] .search__tab a_active {
  background-color: #182878;
}
body[data-brand=PAC] .search__tab a_active {
  background-color: #01766e;
}
body[data-brand=SAC] .search__tab a_active {
  background-color: #9a1519;
}
.search__tab a:hover {
  color: #fff !important;
}
body[data-brand=DIST] .search__tab a:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .search__tab a:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .search__tab a:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .search__tab a:hover {
  background-color: #182878;
}
body[data-brand=PAC] .search__tab a:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .search__tab a:hover {
  background-color: #9a1519;
}
.search__tab-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  border-radius: 4px;
  border: none;
  background: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 16.34px;
  line-height: 1.02125rem;
  transition: 0.3s all ease;
}
body[data-brand=DIST] .search__tab-btn {
  color: #1e4f81;
}
body[data-brand=NLC] .search__tab-btn {
  color: #416f06;
}
body[data-brand=NVC] .search__tab-btn {
  color: #60357e;
}
body[data-brand=SPC] .search__tab-btn {
  color: #182878;
}
body[data-brand=PAC] .search__tab-btn {
  color: #01766e;
}
body[data-brand=SAC] .search__tab-btn {
  color: #9a1519;
}
.search__tab-btn_active {
  color: #fff !important;
}
body[data-brand=DIST] .search__tab-btn_active {
  background-color: #1e4f81;
}
body[data-brand=NLC] .search__tab-btn_active {
  background-color: #416f06;
}
body[data-brand=NVC] .search__tab-btn_active {
  background-color: #60357e;
}
body[data-brand=SPC] .search__tab-btn_active {
  background-color: #182878;
}
body[data-brand=PAC] .search__tab-btn_active {
  background-color: #01766e;
}
body[data-brand=SAC] .search__tab-btn_active {
  background-color: #9a1519;
}
.search__tab-btn:hover {
  color: #fff !important;
}
body[data-brand=DIST] .search__tab-btn:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .search__tab-btn:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .search__tab-btn:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .search__tab-btn:hover {
  background-color: #182878;
}
body[data-brand=PAC] .search__tab-btn:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .search__tab-btn:hover {
  background-color: #9a1519;
}
.search__tabs-mobile-btn {
  display: none;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  background: #f3f3f3;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 16px 18px;
  margin: 0;
  width: 100%;
  transition: all 0.3s ease;
}
body[data-brand=DIST] .search__tabs-mobile-btn {
  color: #1e4f81;
}
body[data-brand=NLC] .search__tabs-mobile-btn {
  color: #416f06;
}
body[data-brand=NVC] .search__tabs-mobile-btn {
  color: #60357e;
}
body[data-brand=SPC] .search__tabs-mobile-btn {
  color: #182878;
}
body[data-brand=PAC] .search__tabs-mobile-btn {
  color: #01766e;
}
body[data-brand=SAC] .search__tabs-mobile-btn {
  color: #9a1519;
}
.header-m__college-links_open .search__tabs-mobile-btn {
  border-radius: 4px 4px 0 0;
}
body[data-brand=DIST] .search__tabs-mobile-btn svg g path {
  fill: #1e4f81;
}
body[data-brand=NLC] .search__tabs-mobile-btn svg g path {
  fill: #416f06;
}
body[data-brand=NVC] .search__tabs-mobile-btn svg g path {
  fill: #60357e;
}
body[data-brand=SPC] .search__tabs-mobile-btn svg g path {
  fill: #182878;
}
body[data-brand=PAC] .search__tabs-mobile-btn svg g path {
  fill: #01766e;
}
body[data-brand=SAC] .search__tabs-mobile-btn svg g path {
  fill: #9a1519;
}
.search__top-result-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 22.97px;
  line-height: 1.43563rem;
  color: #2d2d2d;
  margin-bottom: 20px;
  padding: 0;
}
.search__top-results {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 20px;
  margin-bottom: 32px;
  width: 100%;
}
.search .card__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  padding: 24px;
  transition: 0.3s ease all;
}
.search .card__wrapper img {
  display: none;
}
.search .card__wrapper:hover {
  box-shadow: 0px 1px 2px 0px #0000000f, 0px 1px 3px 0px #0000001a;
  text-decoration: none;
}
body[data-brand=DIST] .search .card__wrapper:hover .card__title {
  color: #2b71b8;
}
body[data-brand=NLC] .search .card__wrapper:hover .card__title {
  color: #789f3e;
}
body[data-brand=NVC] .search .card__wrapper:hover .card__title {
  color: #90499c;
}
body[data-brand=SPC] .search .card__wrapper:hover .card__title {
  color: #3a62d3;
}
body[data-brand=PAC] .search .card__wrapper:hover .card__title {
  color: #5b9982;
}
body[data-brand=SAC] .search .card__wrapper:hover .card__title {
  color: #ed1d24;
}
body[data-brand=DIST] .search .card__wrapper:hover .card__link {
  color: #2b71b8;
}
body[data-brand=NLC] .search .card__wrapper:hover .card__link {
  color: #789f3e;
}
body[data-brand=NVC] .search .card__wrapper:hover .card__link {
  color: #90499c;
}
body[data-brand=SPC] .search .card__wrapper:hover .card__link {
  color: #3a62d3;
}
body[data-brand=PAC] .search .card__wrapper:hover .card__link {
  color: #5b9982;
}
body[data-brand=SAC] .search .card__wrapper:hover .card__link {
  color: #ed1d24;
}
body[data-brand=DIST] .search .card__wrapper:hover .card__link svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .search .card__wrapper:hover .card__link svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .search .card__wrapper:hover .card__link svg path {
  fill: #90499c;
}
body[data-brand=SPC] .search .card__wrapper:hover .card__link svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .search .card__wrapper:hover .card__link svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .search .card__wrapper:hover .card__link svg path {
  fill: #ed1d24;
}
.search .card__info {
  font-family: "Open Sans", sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 16px;
}
.search .card__title {
  font-family: "Open Sans", sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0;
  color: #2d2d2d;
  transition: 0.3s ease all;
}
.search .card__title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.search .card__desc {
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  line-height: 1rem;
  color: #2d2d2d;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.search .card__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 8px 0;
  margin-top: auto;
  width: -webkit-fit-content;
  width: fit-content;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .search .card__link {
  color: #1e4f81;
}
body[data-brand=NLC] .search .card__link {
  color: #416f06;
}
body[data-brand=NVC] .search .card__link {
  color: #60357e;
}
body[data-brand=SPC] .search .card__link {
  color: #182878;
}
body[data-brand=PAC] .search .card__link {
  color: #01766e;
}
body[data-brand=SAC] .search .card__link {
  color: #9a1519;
}
.search .card__link svg {
  width: 20px;
}
body[data-brand=DIST] .search .card__link svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .search .card__link svg path {
  fill: #416f06;
}
body[data-brand=NVC] .search .card__link svg path {
  fill: #60357e;
}
body[data-brand=SPC] .search .card__link svg path {
  fill: #182878;
}
body[data-brand=PAC] .search .card__link svg path {
  fill: #01766e;
}
body[data-brand=SAC] .search .card__link svg path {
  fill: #9a1519;
}
.search .card__tag {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 12px;
  line-height: 0.75rem;
  padding: 4px 8px;
  border-radius: 99px;
  min-width: -webkit-max-content;
  min-width: max-content;
}
.search .card__tag.hide-ACD {
  background-color: #e5eef9;
  color: #1e4f81;
}
.search .card__tag.hide-NLC {
  background-color: #e8f4ca;
  color: #416f06;
}
.search .card__tag.hide-NVC {
  background-color: #f3ecfb;
  color: #60357e;
}
.search .card__tag.hide-PAC {
  background-color: #e5f9f7;
  color: #01766e;
}
.search .card__tag.hide-SPC {
  background-color: #daecff;
  color: #182878;
}
.search .card__tag.hide-SAC {
  background-color: #fbdfdf;
  color: #9a1519;
}
.search__results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.search__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.search__item-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.search__item-tag {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 12px;
  line-height: 0.75rem;
  padding: 4px 8px;
  border-radius: 99px;
}
.search__item-tag.hide-ACD {
  background-color: #e5eef9;
  color: #1e4f81;
}
.search__item-tag.hide-NLC {
  background-color: #e8f4ca;
  color: #416f06;
}
.search__item-tag.hide-NVC {
  background-color: #f3ecfb;
  color: #60357e;
}
.search__item-tag.hide-PAC {
  background-color: #e5f9f7;
  color: #01766e;
}
.search__item-tag.hide-SPC {
  background-color: #daecff;
  color: #182878;
}
.search__item-tag.hide-SAC {
  background-color: #fbdfdf;
  color: #9a1519;
}
.search__item-link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 22.97px;
  line-height: 1.43563rem;
  transition: all 0.3s ease;
}
body[data-brand=DIST] .search__item-link {
  color: #1e4f81;
}
body[data-brand=NLC] .search__item-link {
  color: #416f06;
}
body[data-brand=NVC] .search__item-link {
  color: #60357e;
}
body[data-brand=SPC] .search__item-link {
  color: #182878;
}
body[data-brand=PAC] .search__item-link {
  color: #01766e;
}
body[data-brand=SAC] .search__item-link {
  color: #9a1519;
}
.search__item-link:hover {
  text-decoration: underline;
}
body[data-brand=DIST] .search__item-link:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .search__item-link:hover {
  color: #789f3e;
}
body[data-brand=NVC] .search__item-link:hover {
  color: #90499c;
}
body[data-brand=SPC] .search__item-link:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .search__item-link:hover {
  color: #5b9982;
}
body[data-brand=SAC] .search__item-link:hover {
  color: #ed1d24;
}
.search__item-desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  color: #2d2d2d;
}
.search__pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
.search__pagination-input {
  height: 32px;
  width: 32px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 16px;
  line-height: 1rem;
  background: none;
  border-radius: 4px;
  border: none;
  transition: 0.3s all ease;
}
.search__pagination-input_active {
  font-weight: 500;
}
body[data-brand=DIST] .search__pagination-input_active {
  background-color: #e5eef9;
}
body[data-brand=NLC] .search__pagination-input_active {
  background-color: #e8f4ca;
}
body[data-brand=NVC] .search__pagination-input_active {
  background-color: #f3ecfb;
}
body[data-brand=SPC] .search__pagination-input_active {
  background-color: #daecff;
}
body[data-brand=PAC] .search__pagination-input_active {
  background-color: #e5f9f7;
}
body[data-brand=SAC] .search__pagination-input_active {
  background-color: #fbdfdf;
}
.search__pagination-input:hover {
  font-weight: 500;
}
body[data-brand=DIST] .search__pagination-input:hover {
  background-color: #e5eef9;
}
body[data-brand=NLC] .search__pagination-input:hover {
  background-color: #e8f4ca;
}
body[data-brand=NVC] .search__pagination-input:hover {
  background-color: #f3ecfb;
}
body[data-brand=SPC] .search__pagination-input:hover {
  background-color: #daecff;
}
body[data-brand=PAC] .search__pagination-input:hover {
  background-color: #e5f9f7;
}
body[data-brand=SAC] .search__pagination-input:hover {
  background-color: #fbdfdf;
}
.search__pagination-prev {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  padding: 6px;
  border-radius: 4px;
  background: none;
  border: none;
  transition: background 0.3s ease;
}
.search__pagination-prev svg {
  width: 20px;
}
body[data-brand=DIST] .search__pagination-prev svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .search__pagination-prev svg path {
  fill: #416f06;
}
body[data-brand=NVC] .search__pagination-prev svg path {
  fill: #60357e;
}
body[data-brand=SPC] .search__pagination-prev svg path {
  fill: #182878;
}
body[data-brand=PAC] .search__pagination-prev svg path {
  fill: #01766e;
}
body[data-brand=SAC] .search__pagination-prev svg path {
  fill: #9a1519;
}
body[data-brand=DIST] .search__pagination-prev:hover {
  background-color: #e5eef9;
}
body[data-brand=NLC] .search__pagination-prev:hover {
  background-color: #e8f4ca;
}
body[data-brand=NVC] .search__pagination-prev:hover {
  background-color: #f3ecfb;
}
body[data-brand=SPC] .search__pagination-prev:hover {
  background-color: #daecff;
}
body[data-brand=PAC] .search__pagination-prev:hover {
  background-color: #e5f9f7;
}
body[data-brand=SAC] .search__pagination-prev:hover {
  background-color: #fbdfdf;
}
.search__pagination-next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  padding: 6px;
  border-radius: 4px;
  background: none;
  border: none;
  transition: background 0.3s ease;
}
.search__pagination-next svg {
  width: 20px;
}
body[data-brand=DIST] .search__pagination-next svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .search__pagination-next svg path {
  fill: #416f06;
}
body[data-brand=NVC] .search__pagination-next svg path {
  fill: #60357e;
}
body[data-brand=SPC] .search__pagination-next svg path {
  fill: #182878;
}
body[data-brand=PAC] .search__pagination-next svg path {
  fill: #01766e;
}
body[data-brand=SAC] .search__pagination-next svg path {
  fill: #9a1519;
}
body[data-brand=DIST] .search__pagination-next:hover {
  background-color: #e5eef9;
}
body[data-brand=NLC] .search__pagination-next:hover {
  background-color: #e8f4ca;
}
body[data-brand=NVC] .search__pagination-next:hover {
  background-color: #f3ecfb;
}
body[data-brand=SPC] .search__pagination-next:hover {
  background-color: #daecff;
}
body[data-brand=PAC] .search__pagination-next:hover {
  background-color: #e5f9f7;
}
body[data-brand=SAC] .search__pagination-next:hover {
  background-color: #fbdfdf;
}
.search .showingResults {
  margin: 30px 0 0;
}
.search .resultsNotFound {
  margin: 30px 0 0;
}
@media screen and (max-width: 749px) {
  .search {
    padding-top: 16px;
  }
  .search__input-wrapper {
    max-width: 100%;
  }
  .search__results-text {
    margin: 16px 0;
  }
  .search__top-result-title {
    margin-bottom: 12px;
  }
  .search__top-results {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 12px;
  }
  .search__tabs-group {
    display: none;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    background: #f3f3f3;
    margin: 0;
    border-radius: 0 0 4px 4px;
  }
  .search__tabs-group_open {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search__tabs-group .search__tab-btn, .search__tabs-group a {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px;
    line-height: 1.25rem;
    color: #2d2d2d !important;
  }
  .search__tabs-group .search__tab-btn:hover, .search__tabs-group a:hover {
    color: #2d2d2d !important;
    background-color: transparent !important;
  }
  .search__tabs-group .search__tab-btn_active, .search__tabs-group a_active {
    color: #2d2d2d !important;
    background-color: transparent !important;
  }
  .search__tabs-group .search__tab-btn_active:hover, .search__tabs-group a_active:hover {
    color: #2d2d2d !important;
    background-color: transparent !important;
  }
  .search__results .search__tab-btn, .search__results a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .search__tabs-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 20px;
  }
  .search__tabs-mobile-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search__tabs-mobile-btn svg {
    transition: all 0.3s ease;
  }
  .search__tabs-mobile-btn_open {
    border-radius: 4px 4px 0 0;
  }
  .search__tabs-mobile-btn_open svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.Sitemap {
  padding: 15px 0 50px;
}
.Sitemap h1 {
  padding: 0 0 25px;
}
.Sitemap a {
  color: #3a3a3a;
  text-decoration: none;
}
.Sitemap a:hover {
  color: #0072bc;
  text-decoration: underline;
}
.Sitemap h3 {
  padding: 0 0 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "din-2014", sans-serif;
}
body[data-brand=DIST] .Sitemap h3 {
  color: #949494;
}
body[data-brand=NLC] .Sitemap h3 {
  color: #949494;
}
body[data-brand=NVC] .Sitemap h3 {
  color: #949494;
}
body[data-brand=SPC] .Sitemap h3 {
  color: #949494;
}
body[data-brand=PAC] .Sitemap h3 {
  color: #949494;
}
body[data-brand=SAC] .Sitemap h3 {
  color: #949494;
}
.Sitemap h3 a {
  color: #0062a1;
}
.Sitemap h3 a:hover {
  color: #0072bc;
}
.Sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.Sitemap ul li {
  padding: 0 0 20px 0;
}
.Sitemap ul ul {
  padding: 0 0 0 25px;
}
.Sitemap ul ul li {
  padding: 0 0 3px;
}
.Sitemap ul ul ul {
  padding-top: 5px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 750px) {
  .Sitemap {
    padding: 0 0 50px;
  }
  .Sitemap:after {
    content: "";
    display: table;
    clear: both;
  }
  .Sitemap .col {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
  }
  .Sitemap .col:last-child {
    margin: 0;
  }
}

body[data-brand=DIST] .home-hero-search {
  border-color: #245f9b;
}
body[data-brand=NLC] .home-hero-search {
  border-color: #568118;
}
body[data-brand=NVC] .home-hero-search {
  border-color: #713e94;
}
body[data-brand=SPC] .home-hero-search {
  border-color: #2c4aa0;
}
body[data-brand=PAC] .home-hero-search {
  border-color: #4c806d;
}
body[data-brand=SAC] .home-hero-search {
  border-color: #c9362f;
}
@media screen and (max-width: 499px) {
  .home-hero-search {
    padding: 30px 0;
  }
}
.home-hero-search .title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .home-hero-search .title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 499px) {
  .home-hero-search .title {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 25px;
  }
}
.home-hero-search .sub-text {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px;
  line-height: 1.5;
}
.home-hero-search input[type=text] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  line-height: 60px;
  line-height: 3.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-align: center;
  width: 100%;
  max-width: 852px;
  margin: 0 0 25px;
  border-width: 2px;
  border-color: #acacac;
  border-style: solid;
  padding: 0 15px;
  overflow: hidden;
}
.no-flexbox .home-hero-search input[type=text] {
  display: table;
  margin: 0 auto 25px;
}
@media screen and (max-width: 749px) {
  .home-hero-search input[type=text] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 auto 10px;
  }
  body[data-brand=DIST] .home-hero-search input[type=text] {
    border-color: #2b71b8;
  }
  body[data-brand=NLC] .home-hero-search input[type=text] {
    border-color: #789f3e;
  }
  body[data-brand=NVC] .home-hero-search input[type=text] {
    border-color: #90499c;
  }
  body[data-brand=SPC] .home-hero-search input[type=text] {
    border-color: #3a62d3;
  }
  body[data-brand=PAC] .home-hero-search input[type=text] {
    border-color: #5b9982;
  }
  body[data-brand=SAC] .home-hero-search input[type=text] {
    border-color: #ed1d24;
  }
}
@media screen and (max-width: 499px) {
  .home-hero-search input[type=text] {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.home-hero-search .btn-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 auto 75px;
}
.no-flexbox .home-hero-search .btn-block {
  display: table;
  width: 71%;
  margin: 0 auto 75px;
}
.no-flexbox .home-hero-search .btn-block .submit-search,
.no-flexbox .home-hero-search .btn-block .or {
  float: left;
}
@media screen and (max-width: 749px) {
  .home-hero-search .btn-block {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
}
.home-hero-search .btn-block .submit-search {
  width: 100%;
  max-width: 400px;
  border: 2px solid;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  text-align: center;
  padding: 0 15px;
  height: 78px;
  line-height: 74px;
  line-height: 4.625rem;
  color: #fff;
  transition: 0.3s all;
}
body[data-brand=DIST] .home-hero-search .btn-block .submit-search {
  border-color: #245f9b;
}
body[data-brand=NLC] .home-hero-search .btn-block .submit-search {
  border-color: #568118;
}
body[data-brand=NVC] .home-hero-search .btn-block .submit-search {
  border-color: #713e94;
}
body[data-brand=SPC] .home-hero-search .btn-block .submit-search {
  border-color: #2c4aa0;
}
body[data-brand=PAC] .home-hero-search .btn-block .submit-search {
  border-color: #4c806d;
}
body[data-brand=SAC] .home-hero-search .btn-block .submit-search {
  border-color: #c9362f;
}
body[data-brand=DIST] .home-hero-search .btn-block .submit-search {
  background-color: #245f9b;
}
body[data-brand=NLC] .home-hero-search .btn-block .submit-search {
  background-color: #568118;
}
body[data-brand=NVC] .home-hero-search .btn-block .submit-search {
  background-color: #713e94;
}
body[data-brand=SPC] .home-hero-search .btn-block .submit-search {
  background-color: #2c4aa0;
}
body[data-brand=PAC] .home-hero-search .btn-block .submit-search {
  background-color: #4c806d;
}
body[data-brand=SAC] .home-hero-search .btn-block .submit-search {
  background-color: #c9362f;
}
.home-hero-search .btn-block .submit-search:hover {
  color: #2d2d2d;
  text-decoration: none;
}
body[data-brand=DIST] .home-hero-search .btn-block .submit-search:hover {
  border-color: #2b71b8;
}
body[data-brand=NLC] .home-hero-search .btn-block .submit-search:hover {
  border-color: #789f3e;
}
body[data-brand=NVC] .home-hero-search .btn-block .submit-search:hover {
  border-color: #90499c;
}
body[data-brand=SPC] .home-hero-search .btn-block .submit-search:hover {
  border-color: #3a62d3;
}
body[data-brand=PAC] .home-hero-search .btn-block .submit-search:hover {
  border-color: #5b9982;
}
body[data-brand=SAC] .home-hero-search .btn-block .submit-search:hover {
  border-color: #ed1d24;
}
body[data-brand=DIST] .home-hero-search .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=NLC] .home-hero-search .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=NVC] .home-hero-search .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=SPC] .home-hero-search .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=PAC] .home-hero-search .btn-block .submit-search:hover {
  background-color: white;
}
body[data-brand=SAC] .home-hero-search .btn-block .submit-search:hover {
  background-color: white;
}
@media screen and (min-width: 750px) {
  .home-hero-search .btn-block .submit-search {
    float: left;
  }
}
@media screen and (max-width: 749px) {
  .home-hero-search .btn-block .submit-search {
    height: 48px;
    line-height: 44px;
    line-height: 2.75rem;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  body[data-brand=DIST] .home-hero-search .btn-block .submit-search {
    border-color: #2b71b8;
  }
  body[data-brand=NLC] .home-hero-search .btn-block .submit-search {
    border-color: #789f3e;
  }
  body[data-brand=NVC] .home-hero-search .btn-block .submit-search {
    border-color: #90499c;
  }
  body[data-brand=SPC] .home-hero-search .btn-block .submit-search {
    border-color: #3a62d3;
  }
  body[data-brand=PAC] .home-hero-search .btn-block .submit-search {
    border-color: #5b9982;
  }
  body[data-brand=SAC] .home-hero-search .btn-block .submit-search {
    border-color: #ed1d24;
  }
  body[data-brand=DIST] .home-hero-search .btn-block .submit-search {
    background-color: #2b71b8;
  }
  body[data-brand=NLC] .home-hero-search .btn-block .submit-search {
    background-color: #789f3e;
  }
  body[data-brand=NVC] .home-hero-search .btn-block .submit-search {
    background-color: #90499c;
  }
  body[data-brand=SPC] .home-hero-search .btn-block .submit-search {
    background-color: #3a62d3;
  }
  body[data-brand=PAC] .home-hero-search .btn-block .submit-search {
    background-color: #5b9982;
  }
  body[data-brand=SAC] .home-hero-search .btn-block .submit-search {
    background-color: #ed1d24;
  }
}
.home-hero-search .btn-block .or {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "din-2014", sans-serif;
  margin: 0 15px;
  line-height: 78px;
  line-height: 4.875rem;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 749px) {
  .home-hero-search .btn-block .or {
    display: none;
  }
}
.home-hero-search .browse-btn {
  font-family: "din-2014", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  padding: 0 55px 0 0;
  margin: 0 auto;
  display: table;
  position: relative;
  color: #2d2d2d;
  transition: 0.3s all;
}
.home-hero-search .browse-btn:hover {
  text-decoration: none;
}
.home-hero-search .browse-btn:hover .chevron {
  right: -10px;
}
body[data-brand=DIST] .home-hero-search .browse-btn:hover .chevron path {
  fill: #1e4f81;
}
body[data-brand=NLC] .home-hero-search .browse-btn:hover .chevron path {
  fill: #416f06;
}
body[data-brand=NVC] .home-hero-search .browse-btn:hover .chevron path {
  fill: #60357e;
}
body[data-brand=SPC] .home-hero-search .browse-btn:hover .chevron path {
  fill: #182878;
}
body[data-brand=PAC] .home-hero-search .browse-btn:hover .chevron path {
  fill: #01766e;
}
body[data-brand=SAC] .home-hero-search .browse-btn:hover .chevron path {
  fill: #9a1519;
}
@media screen and (max-width: 749px) {
  .home-hero-search .browse-btn {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
  }
}
.home-hero-search .browse-btn .chevron {
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  bottom: 0;
  transition: 0.3s all;
}
.home-hero-search .browse-btn .chevron svg {
  height: 18px;
  width: 10px;
}
body[data-brand=DIST] .home-hero-search .browse-btn .chevron svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .home-hero-search .browse-btn .chevron svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .home-hero-search .browse-btn .chevron svg path {
  fill: #90499c;
}
body[data-brand=SPC] .home-hero-search .browse-btn .chevron svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .home-hero-search .browse-btn .chevron svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .home-hero-search .browse-btn .chevron svg path {
  fill: #ed1d24;
}

.PDF-search-block .search-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 24px;
  border-bottom: 1px solid #D7D7D7;
}
.PDF-search-block .search-container .input-wrapper {
  padding-right: 12px;
}
.PDF-search-block .search-container .input-wrapper .search-box input {
  box-sizing: border-box;
}
.PDF-search-block .search-container .input-wrapper .search-box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  padding: 5px;
  border: none;
  background: transparent;
  transition: 0.3s all;
}
.PDF-search-block .search-container .input-wrapper .search-box button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background-size: 20px 20px;
  background-image: url(/Static/dist/img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.PDF-search-block .search-container .filter-wrapper {
  padding-left: 12px;
}
.PDF-search-block .search-container .filter-wrapper .filter-select select {
  -webkit-appearance: none;
}
.PDF-search-block .search-container .filter-wrapper .filter-select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: url(/Static/dist/img/chevron-down.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.PDF-search-block .search-container .input-wrapper, .PDF-search-block .search-container .filter-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.PDF-search-block .search-container .input-wrapper .label, .PDF-search-block .search-container .filter-wrapper .label {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
.PDF-search-block .search-container .input-wrapper .search-box, .PDF-search-block .search-container .input-wrapper .filter-select, .PDF-search-block .search-container .filter-wrapper .search-box, .PDF-search-block .search-container .filter-wrapper .filter-select {
  position: relative;
  margin-top: auto;
}
.PDF-search-block .search-container .input-wrapper .search-box input, .PDF-search-block .search-container .input-wrapper .search-box select, .PDF-search-block .search-container .input-wrapper .filter-select input, .PDF-search-block .search-container .input-wrapper .filter-select select, .PDF-search-block .search-container .filter-wrapper .search-box input, .PDF-search-block .search-container .filter-wrapper .search-box select, .PDF-search-block .search-container .filter-wrapper .filter-select input, .PDF-search-block .search-container .filter-wrapper .filter-select select {
  width: 100%;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 15px;
}
@media screen and (max-width: 499px) {
  .PDF-search-block .search-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .PDF-search-block .search-container .input-wrapper, .PDF-search-block .search-container .filter-wrapper {
    padding: 0;
    margin-top: 16px;
  }
}
.PDF-search-block .pdf-container {
  margin-top: 16px;
  border: 1px solid rgba(44, 100, 149, 0.4);
}
.PDF-search-block .pdf-container .pdf {
  border-bottom: 1px solid rgba(44, 100, 149, 0.4);
  padding: 12px 30px;
}
.PDF-search-block .pdf-container .pdf:last-child {
  border-bottom: none;
}
.PDF-search-block .pdf-container .pdf a {
  color: #2C6495;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-word;
  display: block;
}
.PDF-search-block .pdf-container .pdf.tier-two {
  padding-left: 60px;
}
.PDF-search-block .pdf-container .pdf.tier-three {
  padding-left: 90px;
}
.PDF-search-block .pagination:before {
  content: "";
  display: block;
  height: 16px;
  border-bottom: 1px solid #D7D7D7;
}
.PDF-search-block .pagination ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  padding: 24px 0 0 0;
  margin: 0;
}
.PDF-search-block .pagination ul .item {
  display: block;
  width: 33px;
  height: 36px;
  text-align: center;
  margin-right: 12px;
  border: 1px solid #1E4F81;
  background-color: #1E4F81;
}
.PDF-search-block .pagination ul .item a {
  display: block;
  padding-top: 5px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.PDF-search-block .pagination ul .item.selected {
  background-color: #fff;
}
.PDF-search-block .pagination ul .item.selected a {
  color: #1E4F81;
}
.PDF-search-block .pagination ul .item.next a {
  background-image: url(/Static/dist/img/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
}
.PDF-search-block .pagination ul .item.prev a {
  background-image: url(/Static/dist/img/chevron-left-white.svg);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
}

@media screen and (max-width: 329px) {
  .grid-layout > .grid-frame-short {
    font-size: 1rem !important;
  }
  .grid-layout > .grid-frame-long {
    font-size: 0.8rem !important;
  }
}
.grid-layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 475px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  margin-bottom: 30px;
  gap: 24px;
  width: auto;
  height: 124px;
  background: #1E4F81;
  color: #FFFFFF;
  font-family: din-2014, sans-serif;
}

.grid-frame-short {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  gap: 4px;
  height: 40px;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.grid-frame-short .text {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 20.48px;
  line-height: 1.28rem;
  text-align: left;
  padding-bottom: 3px;
}

.row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0px;
}

.col {
  display: table-cell;
}

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

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

.progressbar-overlay {
  background: #FFFFFF;
  height: 8px;
  border-radius: 8px;
}

.progressbar-value {
  background: #EDB01D;
  height: 8px;
  border-radius: 8px;
}

.pad-2 {
  padding: 2px 2px 2px 2px;
}

.contact-block {
  padding: 48px;
  border-width: 1px 0;
  border-style: solid;
  border-image-slice: 1;
  margin-top: 32px;
  margin-bottom: 32px;
}
body[data-brand=DIST] .contact-block {
  border-image-source: linear-gradient(270deg, rgba(35, 104, 175, 0) 8.26%, rgba(35, 104, 175, 0.4) 48.11%, rgba(35, 104, 175, 0) 91.28%);
}
body[data-brand=NLC] .contact-block {
  border-image-source: linear-gradient(270deg, rgba(100, 178, 70, 0) 0%, rgba(100, 178, 70, 0.4) 48%, rgba(100, 178, 70, 0) 100%);
}
body[data-brand=NVC] .contact-block {
  border-image-source: linear-gradient(270deg, rgba(93, 44, 133, 0) 0%, rgba(93, 44, 133, 0.4) 48%, rgba(93, 44, 133, 0) 100%);
}
body[data-brand=PAC] .contact-block {
  border-image-source: linear-gradient(270deg, rgba(0, 149, 131, 0) 0%, rgba(0, 149, 131, 0.4) 48%, rgba(0, 149, 131, 0) 100%);
}
body[data-brand=SPC] .contact-block {
  border-image-source: linear-gradient(270deg, rgba(52, 71, 174, 0) 0%, rgba(52, 71, 174, 0.4) 48%, rgba(52, 71, 174, 0) 100%);
}
body[data-brand=SAC] .contact-block {
  border-image-source: linear-gradient(270deg, rgba(209, 50, 56, 0) 0%, rgba(209, 50, 56, 0.4) 48%, rgba(209, 50, 56, 0) 100%);
}
.contact-block__title {
  color: #2d2d2d;
  font-family: "din-2014", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 40px;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 24px;
}
.contact-block__table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact-block__table tbody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.contact-block__table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #ededed;
}
.contact-block__table-row:last-child {
  border-bottom: none;
}
.contact-block__table-row p {
  padding: 0;
}
.contact-block__col {
  text-align: left;
}
.contact-block__col-3 {
  text-align: right;
}
.contact-block__email {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
  transition: 0.3s ease color;
}
body[data-brand=DIST] .contact-block__email {
  color: #2b71b8;
}
body[data-brand=NLC] .contact-block__email {
  color: #789f3e;
}
body[data-brand=NVC] .contact-block__email {
  color: #90499c;
}
body[data-brand=SPC] .contact-block__email {
  color: #3a62d3;
}
body[data-brand=PAC] .contact-block__email {
  color: #5b9982;
}
body[data-brand=SAC] .contact-block__email {
  color: #ed1d24;
}
.contact-block__email:hover {
  text-decoration: none;
}
body[data-brand=DIST] .contact-block__email:hover {
  color: #1e4f81;
}
body[data-brand=NLC] .contact-block__email:hover {
  color: #416f06;
}
body[data-brand=NVC] .contact-block__email:hover {
  color: #60357e;
}
body[data-brand=SPC] .contact-block__email:hover {
  color: #182878;
}
body[data-brand=PAC] .contact-block__email:hover {
  color: #01766e;
}
body[data-brand=SAC] .contact-block__email:hover {
  color: #9a1519;
}
.contact-block__name {
  color: #2d2d2d;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  line-height: 1.5rem;
}
.contact-block__tel, .contact-block__body {
  color: #2d2d2d;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.5rem;
}
.contact-block__tel {
  transition: 0.3s ease color;
}
.contact-block__tel:hover {
  text-decoration: none;
}
body[data-brand=DIST] .contact-block__tel:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .contact-block__tel:hover {
  color: #789f3e;
}
body[data-brand=NVC] .contact-block__tel:hover {
  color: #90499c;
}
body[data-brand=SPC] .contact-block__tel:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .contact-block__tel:hover {
  color: #5b9982;
}
body[data-brand=SAC] .contact-block__tel:hover {
  color: #ed1d24;
}
@media screen and (max-width: 749px) {
  .contact-block {
    padding: 32px 24px;
  }
  .contact-block__title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 32px;
    line-height: 2rem;
    text-align: left;
    padding: 0;
  }
  .contact-block__table-row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    padding: 16px 0;
  }
  .contact-block__col-3 {
    text-align: left;
  }
}

.full-width-callout {
  background: #f9f9f9;
  margin-bottom: 32px;
}
.full-width-callout__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1209px;
  margin: 0 auto;
  padding: 116px;
}
.full-width-callout__wrapper.Left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.full-width-callout__wrapper.Left .full-width-callout__heading,
.full-width-callout__wrapper.Left .full-width-callout__subheading {
  text-align: left;
}
.full-width-callout__wrapper.Left .full-width-callout__buttons {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.full-width-callout__wrapper.Center .full-width-callout__heading,
.full-width-callout__wrapper.Center .full-width-callout__subheading {
  text-align: center;
}
.full-width-callout__wrapper.Center .full-width-callout__buttons {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.full-width-callout__heading {
  width: 100%;
  font-family: "din-2014", sans-serif;
  color: #2d2d2d;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 8px;
  padding: 0;
  text-align: center;
}
.full-width-callout__subheading {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
  text-align: center;
}
.full-width-callout__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.full-width-callout__buttons .button-wrapper.first a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  border-radius: 4px;
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .full-width-callout__buttons .button-wrapper.first a {
  background-color: #2b71b8;
}
body[data-brand=NLC] .full-width-callout__buttons .button-wrapper.first a {
  background-color: #789f3e;
}
body[data-brand=NVC] .full-width-callout__buttons .button-wrapper.first a {
  background-color: #90499c;
}
body[data-brand=SPC] .full-width-callout__buttons .button-wrapper.first a {
  background-color: #3a62d3;
}
body[data-brand=PAC] .full-width-callout__buttons .button-wrapper.first a {
  background-color: #5b9982;
}
body[data-brand=SAC] .full-width-callout__buttons .button-wrapper.first a {
  background-color: #ed1d24;
}
.full-width-callout__buttons .button-wrapper.first a:hover {
  text-decoration: none;
}
body[data-brand=DIST] .full-width-callout__buttons .button-wrapper.first a:hover {
  background-color: #1e4f81;
}
body[data-brand=NLC] .full-width-callout__buttons .button-wrapper.first a:hover {
  background-color: #416f06;
}
body[data-brand=NVC] .full-width-callout__buttons .button-wrapper.first a:hover {
  background-color: #60357e;
}
body[data-brand=SPC] .full-width-callout__buttons .button-wrapper.first a:hover {
  background-color: #182878;
}
body[data-brand=PAC] .full-width-callout__buttons .button-wrapper.first a:hover {
  background-color: #01766e;
}
body[data-brand=SAC] .full-width-callout__buttons .button-wrapper.first a:hover {
  background-color: #9a1519;
}
.full-width-callout__buttons .button-wrapper.last a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 32px 10px 16px;
  border-radius: 4px;
  background: none;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  position: relative;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .full-width-callout__buttons .button-wrapper.last a {
  color: #2b71b8;
}
body[data-brand=NLC] .full-width-callout__buttons .button-wrapper.last a {
  color: #789f3e;
}
body[data-brand=NVC] .full-width-callout__buttons .button-wrapper.last a {
  color: #90499c;
}
body[data-brand=SPC] .full-width-callout__buttons .button-wrapper.last a {
  color: #3a62d3;
}
body[data-brand=PAC] .full-width-callout__buttons .button-wrapper.last a {
  color: #5b9982;
}
body[data-brand=SAC] .full-width-callout__buttons .button-wrapper.last a {
  color: #ed1d24;
}
.full-width-callout__buttons .button-wrapper.last a:after {
  content: "";
  position: absolute;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  width: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(/Static/dist/img/arrow-long-right.svg);
          mask-image: url(/Static/dist/img/arrow-long-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: 0.3s ease all;
}
body[data-brand=DIST] .full-width-callout__buttons .button-wrapper.last a:after {
  background-color: #2b71b8;
}
body[data-brand=NLC] .full-width-callout__buttons .button-wrapper.last a:after {
  background-color: #789f3e;
}
body[data-brand=NVC] .full-width-callout__buttons .button-wrapper.last a:after {
  background-color: #90499c;
}
body[data-brand=SPC] .full-width-callout__buttons .button-wrapper.last a:after {
  background-color: #3a62d3;
}
body[data-brand=PAC] .full-width-callout__buttons .button-wrapper.last a:after {
  background-color: #5b9982;
}
body[data-brand=SAC] .full-width-callout__buttons .button-wrapper.last a:after {
  background-color: #ed1d24;
}
.full-width-callout__buttons .button-wrapper.last a:hover {
  text-decoration: none;
}
body[data-brand=DIST] .full-width-callout__buttons .button-wrapper.last a:hover {
  color: #1e4f81;
}
body[data-brand=NLC] .full-width-callout__buttons .button-wrapper.last a:hover {
  color: #416f06;
}
body[data-brand=NVC] .full-width-callout__buttons .button-wrapper.last a:hover {
  color: #60357e;
}
body[data-brand=SPC] .full-width-callout__buttons .button-wrapper.last a:hover {
  color: #182878;
}
body[data-brand=PAC] .full-width-callout__buttons .button-wrapper.last a:hover {
  color: #01766e;
}
body[data-brand=SAC] .full-width-callout__buttons .button-wrapper.last a:hover {
  color: #9a1519;
}
body[data-brand=DIST] .full-width-callout__buttons .button-wrapper.last a:hover:after {
  background-color: #1e4f81;
}
body[data-brand=NLC] .full-width-callout__buttons .button-wrapper.last a:hover:after {
  background-color: #416f06;
}
body[data-brand=NVC] .full-width-callout__buttons .button-wrapper.last a:hover:after {
  background-color: #60357e;
}
body[data-brand=SPC] .full-width-callout__buttons .button-wrapper.last a:hover:after {
  background-color: #182878;
}
body[data-brand=PAC] .full-width-callout__buttons .button-wrapper.last a:hover:after {
  background-color: #01766e;
}
body[data-brand=SAC] .full-width-callout__buttons .button-wrapper.last a:hover:after {
  background-color: #9a1519;
}
@media screen and (max-width: 749px) {
  .full-width-callout__wrapper {
    padding: 96px 72px;
  }
  .full-width-callout__heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38.26px;
    line-height: 2.39125rem;
    text-align: left;
  }
  .full-width-callout__subheading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24.51px;
    line-height: 1.53188rem;
    text-align: left;
    overflow-wrap: anywhere;
  }
  .full-width-callout__buttons {
    text-align: left;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 499px) {
  .full-width-callout__wrapper {
    padding: 32px 18px;
  }
  .full-width-callout__heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38.26px;
    line-height: 2.39125rem;
  }
  .full-width-callout__subheading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24.51px;
    line-height: 1.53188rem;
  }
}

.featured-media-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f9f9f9;
  gap: 72px;
  padding: 56px 72px;
}
.featured-media-block__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-media-block__info h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .featured-media-block__info h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38.28px;
    line-height: 2.3925rem;
  }
}
.featured-media-block .WidgetVideo {
  margin: 0;
}
.featured-media-block .WidgetVideo .name {
  width: 0;
  height: 0;
}
.featured-media-block .WidgetVideo .thumb {
  margin: 0;
}
.featured-media-block__media {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 412px;
  width: 100%;
}
.featured-media-block__media img {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .featured-media-block__media {
    max-width: none;
  }
}
.featured-media-block__media .ratio-16-9 {
  aspect-ratio: 16/9;
}
.featured-media-block__media .ratio-3-2 {
  aspect-ratio: 3/2;
}
.featured-media-block__media .ratio-1-1 {
  aspect-ratio: 1;
}
.featured-media-block .ratio-video-16-9 img {
  aspect-ratio: 16/9;
}
.featured-media-block .ratio-video-3-2 img {
  aspect-ratio: 3/2;
}
.featured-media-block .ratio-video-1-1 img {
  aspect-ratio: 1;
}
@media screen and (min-width: 750px) {
  .featured-media-block.Left {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .featured-media-block.Right {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 749px) {
  .featured-media-block {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 32px 18px;
    gap: 24px;
  }
  .featured-media-block__info {
    width: 100%;
  }
  .featured-media-block__media {
    width: 100%;
  }
  .featured-media-block__media img {
    width: 100%;
  }
}

.Promise-landing-page .featured-media-block__info h3 {
  color: #2D2D2D;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 1023px) {
  .Promise-landing-page .featured-media-block__info h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.Promise-landing-page .featured-media-block__info p {
  color: #4F4F4F;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .Promise-landing-page .featured-media-block__info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.on-page-alert {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 4px;
  margin-bottom: 20px;
}
body[data-brand=DIST] .on-page-alert {
  color: #1e4f81;
}
body[data-brand=NLC] .on-page-alert {
  color: #416f06;
}
body[data-brand=NVC] .on-page-alert {
  color: #60357e;
}
body[data-brand=SPC] .on-page-alert {
  color: #182878;
}
body[data-brand=PAC] .on-page-alert {
  color: #01766e;
}
body[data-brand=SAC] .on-page-alert {
  color: #9a1519;
}
.on-page-alert svg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 16px;
}
body[data-brand=DIST] .on-page-alert svg path {
  fill: #2b71b8;
}
body[data-brand=NLC] .on-page-alert svg path {
  fill: #789f3e;
}
body[data-brand=NVC] .on-page-alert svg path {
  fill: #90499c;
}
body[data-brand=SPC] .on-page-alert svg path {
  fill: #3a62d3;
}
body[data-brand=PAC] .on-page-alert svg path {
  fill: #5b9982;
}
body[data-brand=SAC] .on-page-alert svg path {
  fill: #ed1d24;
}
.on-page-alert p {
  font-family: "din-2014", sans-serif;
  padding: 0;
}
.on-page-alert a {
  text-decoration: underline;
}
body[data-brand=DIST] .on-page-alert a {
  color: #1e4f81;
}
body[data-brand=NLC] .on-page-alert a {
  color: #416f06;
}
body[data-brand=NVC] .on-page-alert a {
  color: #60357e;
}
body[data-brand=SPC] .on-page-alert a {
  color: #182878;
}
body[data-brand=PAC] .on-page-alert a {
  color: #01766e;
}
body[data-brand=SAC] .on-page-alert a {
  color: #9a1519;
}
body[data-brand=DIST] .on-page-alert a:hover {
  color: #2b71b8;
}
body[data-brand=NLC] .on-page-alert a:hover {
  color: #789f3e;
}
body[data-brand=NVC] .on-page-alert a:hover {
  color: #90499c;
}
body[data-brand=SPC] .on-page-alert a:hover {
  color: #3a62d3;
}
body[data-brand=PAC] .on-page-alert a:hover {
  color: #5b9982;
}
body[data-brand=SAC] .on-page-alert a:hover {
  color: #ed1d24;
}
body[data-brand=DIST] .on-page-alert {
  background-color: #e5eef9;
}
body[data-brand=NLC] .on-page-alert {
  background-color: #e8f4ca;
}
body[data-brand=NVC] .on-page-alert {
  background-color: #f3ecfb;
}
body[data-brand=PAC] .on-page-alert {
  background-color: #e5f9f7;
}
body[data-brand=SPC] .on-page-alert {
  background-color: #daecff;
}
body[data-brand=SAC] .on-page-alert {
  background-color: #fbdfdf;
}
@media screen and (max-width: 749px) {
  .on-page-alert {
    margin-bottom: 24px;
  }
}

.related-links-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 72px 56px;
  background: #f9f9f9;
}
.related-links-block__heading {
  font-family: "din-2014", sans-serif;
  color: #2d2d2d;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 40px;
  line-height: 2.5rem;
  text-align: left;
  padding: 0;
  margin-bottom: 8px;
  width: 75%;
}
.related-links-block__heading + .related-links-block__cards {
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .related-links-block__heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38.28px;
    line-height: 2.3925rem;
  }
}
.related-links-block__sub-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 21.79px;
  line-height: 1.36188rem;
  text-align: left;
  padding: 0;
  width: 75%;
}
.related-links-block__sub-heading + .related-links-block__cards {
  margin-top: 32px;
}
.related-links-block__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 32px;
          column-gap: 32px;
}
.related-links-block .card__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  transition: box-shadow 0.3s ease;
}
.related-links-block .card__wrapper img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.related-links-block .card__wrapper:hover {
  box-shadow: 0px 4px 6px -2px #0000000d, 0px 10px 15px -3px #0000001a;
  text-decoration: none;
}
body[data-brand=DIST] .related-links-block .card__wrapper:hover .card__title {
  color: #1e4f81;
}
body[data-brand=NLC] .related-links-block .card__wrapper:hover .card__title {
  color: #416f06;
}
body[data-brand=NVC] .related-links-block .card__wrapper:hover .card__title {
  color: #60357e;
}
body[data-brand=SPC] .related-links-block .card__wrapper:hover .card__title {
  color: #182878;
}
body[data-brand=PAC] .related-links-block .card__wrapper:hover .card__title {
  color: #01766e;
}
body[data-brand=SAC] .related-links-block .card__wrapper:hover .card__title {
  color: #9a1519;
}
.related-links-block .card__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 24px;
}
.related-links-block .card__title {
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 0;
  color: #2d2d2d;
  transition: color 0.3s ease;
}
.related-links-block .card__desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0;
  color: #2d2d2d;
}
.related-links-block .card__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 8px 0;
  width: -webkit-fit-content;
  width: fit-content;
}
body[data-brand=DIST] .related-links-block .card__link {
  color: #1e4f81;
}
body[data-brand=NLC] .related-links-block .card__link {
  color: #416f06;
}
body[data-brand=NVC] .related-links-block .card__link {
  color: #60357e;
}
body[data-brand=SPC] .related-links-block .card__link {
  color: #182878;
}
body[data-brand=PAC] .related-links-block .card__link {
  color: #01766e;
}
body[data-brand=SAC] .related-links-block .card__link {
  color: #9a1519;
}
.related-links-block .card__link svg {
  width: 20px;
}
body[data-brand=DIST] .related-links-block .card__link svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .related-links-block .card__link svg path {
  fill: #416f06;
}
body[data-brand=NVC] .related-links-block .card__link svg path {
  fill: #60357e;
}
body[data-brand=SPC] .related-links-block .card__link svg path {
  fill: #182878;
}
body[data-brand=PAC] .related-links-block .card__link svg path {
  fill: #01766e;
}
body[data-brand=SAC] .related-links-block .card__link svg path {
  fill: #9a1519;
}
@media screen and (max-width: 1023px) {
  .related-links-block__cards {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .related-links-block__heading {
    width: 100%;
  }
  .related-links-block__subheading {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .related-links-block {
    padding: 32px 18px;
  }
}

.marketing-header {
  padding: 24px 0 16px;
}
@media screen and (max-width: 749px) {
  .marketing-header {
    padding: 12px 0 0;
  }
}
.marketing-header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 749px) {
  .marketing-header__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    row-gap: 4px;
    grid-template-areas: "logo button" "links links";
  }
}
.marketing-header__container::after {
  display: none;
}
.marketing-header__logo {
  grid-area: logo;
  height: 40px;
  width: auto;
}
.marketing-header__logo img {
  height: inherit;
  width: inherit;
}
@media screen and (max-width: 749px) {
  .marketing-header__logo {
    height: auto;
    width: 134px;
  }
}
.marketing-header__utility-links {
  grid-area: links;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  margin-left: auto;
  gap: 20px;
}
.marketing-header__utility-links__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
}
@media screen and (max-width: 749px) {
  .marketing-header__utility-links__item {
    padding: 0;
  }
}
.marketing-header__utility-links__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-size: 1rem;
  color: #2b71b8;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  transition: 0.3s ease all;
}
@media screen and (max-width: 749px) {
  .marketing-header__utility-links__link {
    padding: 10px 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.marketing-header__utility-links__link:hover {
  text-decoration: none;
  color: #1e4f81;
}
.marketing-header__utility-links__link svg {
  height: 16px;
  width: 16px;
  min-width: -webkit-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 749px) {
  .marketing-header__utility-links {
    margin: auto 0;
  }
}
.marketing-header__cta-button {
  grid-area: button;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 16px;
  margin-left: 20px;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  background: #2b71b8;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  text-transform: none;
  transition: 0.3s ease all;
}
.marketing-header__cta-button svg path {
  fill: #fff;
}
@media screen and (max-width: 749px) {
  .marketing-header__cta-button {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: auto;
  }
}
.marketing-header__cta-button:hover {
  color: #fff;
  background: #1e4f81;
  box-shadow: none;
  text-decoration: none;
}

.marketing-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  padding: 56px 0;
}
@media screen and (max-width: 749px) {
  .marketing-main {
    gap: 36px;
  }
}
.marketing-main .featured-media-block__info h3 {
  color: #2D2D2D;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  letter-spacing: -0.06rem;
}
.marketing-main .featured-media-block__info p {
  font-family: "Open Sans", sans-serif;
  color: #2D2D2D;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
}

.marketing-footer {
  border-top: 1px solid #e1e1e1;
  background: radial-gradient(100% 100% at 50% 100%, rgba(43, 113, 184, 0.1) 0%, rgba(43, 113, 184, 0) 100%), #fff;
}
.marketing-footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px 0 40px;
}
@media screen and (max-width: 1232px) {
  .marketing-footer__container {
    padding: 64px 16px 40px;
  }
}
@media screen and (max-width: 749px) {
  .marketing-footer__container {
    border-top: none;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.marketing-footer__container::after {
  display: none;
}
.marketing-footer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 749px) {
  .marketing-footer__content {
    gap: 24px;
  }
}
.marketing-footer__content-lower {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  .marketing-footer__content-lower {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.marketing-footer__logo {
  height: 60px;
  width: auto;
  margin-right: auto;
}
.marketing-footer__logo img {
  height: inherit;
  width: inherit;
}
.marketing-footer__copyright {
  color: #2D2D2D;
  font-family: "din-2014", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 16px;
  line-height: 1rem;
}
@media screen and (max-width: 749px) {
  .marketing-footer__nav-and-social {
    margin-top: 32px;
  }
}
.marketing-footer__nav-and-social__icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.marketing-footer__nav-and-social__icons a svg {
  height: 32px;
  width: 32px;
}
body[data-brand=DIST] .marketing-footer__nav-and-social__icons a svg path {
  fill: #1e4f81;
}
body[data-brand=NLC] .marketing-footer__nav-and-social__icons a svg path {
  fill: #416f06;
}
body[data-brand=NVC] .marketing-footer__nav-and-social__icons a svg path {
  fill: #60357e;
}
body[data-brand=SPC] .marketing-footer__nav-and-social__icons a svg path {
  fill: #182878;
}
body[data-brand=PAC] .marketing-footer__nav-and-social__icons a svg path {
  fill: #01766e;
}
body[data-brand=SAC] .marketing-footer__nav-and-social__icons a svg path {
  fill: #9a1519;
}

.rfi-hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.rfi-hero__background {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .rfi-hero__background {
    height: 365px;
  }
}
.rfi-hero__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  width: 100%;
}
.rfi-hero__content.left {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 749px) {
  .rfi-hero__content.left {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.rfi-hero__content.right {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 749px) {
  .rfi-hero__content.right {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.rfi-hero__content::after {
  display: none;
}
@media screen and (max-width: 749px) {
  .rfi-hero__content {
    gap: 12px;
    padding: 0 12px;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.rfi-hero__form {
  position: relative;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper {
  background: #262626;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms .Form__Title {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms .Form__Description {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms .Form__Element__Caption {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=text],
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=url],
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=number],
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms textarea {
  background: #4F4F4F;
  border: 1px solid #3D3D3D;
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=text]::-webkit-input-placeholder,
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=url]::-webkit-input-placeholder,
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=number]::-webkit-input-placeholder,
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms textarea::-webkit-input-placeholder {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=text]:-ms-input-placeholder,
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=url]:-ms-input-placeholder,
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=number]:-ms-input-placeholder,
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms textarea:-ms-input-placeholder {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=text]::placeholder,
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=url]::placeholder,
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms input[type=number]::placeholder,
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms textarea::placeholder {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms select {
  background: #4F4F4F;
  border: 1px solid #3D3D3D;
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms select::-webkit-input-placeholder {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms select:-ms-input-placeholder {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms select::placeholder {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms select option:disabled {
  color: #fff;
}
.rfi-hero__form.dark .rfi-hero__form-wrapper .EPiServerForms .FormChoice label {
  color: #fff;
}
.rfi-hero__form-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -75%;
  background: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border-top: 8px solid #EDB01D;
  padding: 32px 40px;
}
@media screen and (max-width: 749px) {
  .rfi-hero__form-wrapper {
    margin-top: 0;
    padding: 20px 24px;
  }
}
.rfi-hero__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.rfi-hero__info:only-child {
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (max-width: 749px) {
  .rfi-hero__info {
    padding: 12px 0;
  }
}
.rfi-hero__title {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .rfi-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.rfi-hero__description {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 749px) {
  .rfi-hero__description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.rfi-hero .EPiServerForms .Form__MainBody > section {
  padding: 0;
}
.rfi-hero .EPiServerForms .Form__Title {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 749px) {
  .rfi-hero .EPiServerForms .Form__Title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.rfi-hero .EPiServerForms .Form__Description {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 749px) {
  .rfi-hero .EPiServerForms .Form__Description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.rfi-hero .EPiServerForms .Form__MainBody {
  margin: 24px 0 0;
}
.rfi-hero .EPiServerForms .Form__Element__Caption {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 749px) {
  .rfi-hero .EPiServerForms .Form__Element__Caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.rfi-hero .EPiServerForms fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.cta-with-input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
}
.cta-with-input__title {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 749px) {
  .cta-with-input__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.cta-with-input__description {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 749px) {
  .cta-with-input__description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.cta-with-input__content {
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.cta-with-input__content:only-child {
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.cta-with-input__form {
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  background: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border-top: 8px solid #EDB01D;
  padding: 32px 40px;
}
.cta-with-input__form.dark {
  background: #262626;
}
.cta-with-input__form.dark .EPiServerForms .Form__Title {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms .Form__Description {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms .Form__Element__Caption {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms input[type=text],
.cta-with-input__form.dark .EPiServerForms input[type=url],
.cta-with-input__form.dark .EPiServerForms input[type=number],
.cta-with-input__form.dark .EPiServerForms textarea {
  background: #4F4F4F;
  border: 1px solid #3D3D3D;
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms input[type=text]::-webkit-input-placeholder,
.cta-with-input__form.dark .EPiServerForms input[type=url]::-webkit-input-placeholder,
.cta-with-input__form.dark .EPiServerForms input[type=number]::-webkit-input-placeholder,
.cta-with-input__form.dark .EPiServerForms textarea::-webkit-input-placeholder {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms input[type=text]:-ms-input-placeholder,
.cta-with-input__form.dark .EPiServerForms input[type=url]:-ms-input-placeholder,
.cta-with-input__form.dark .EPiServerForms input[type=number]:-ms-input-placeholder,
.cta-with-input__form.dark .EPiServerForms textarea:-ms-input-placeholder {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms input[type=text]::placeholder,
.cta-with-input__form.dark .EPiServerForms input[type=url]::placeholder,
.cta-with-input__form.dark .EPiServerForms input[type=number]::placeholder,
.cta-with-input__form.dark .EPiServerForms textarea::placeholder {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms select {
  background: #4F4F4F;
  border: 1px solid #3D3D3D;
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms select::-webkit-input-placeholder {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms select:-ms-input-placeholder {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms select::placeholder {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms select option:disabled {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms .FormChoice label {
  color: #fff;
}
.cta-with-input__form.dark .EPiServerForms fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.cta-with-input.left {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 749px) {
  .cta-with-input.left {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta-with-input.right {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 749px) {
  .cta-with-input.right {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta-with-input::after {
  display: none;
}
@media screen and (max-width: 749px) {
  .cta-with-input {
    gap: 12px;
    padding: 0 12px;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cta-with-input .EPiServerForms .Form__MainBody > section {
  padding: 0;
}
.cta-with-input .EPiServerForms .Form__Title {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
}
.cta-with-input .EPiServerForms .Form__Description {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.cta-with-input .EPiServerForms .Form__MainBody {
  margin: 24px 0 0;
}
.cta-with-input .EPiServerForms .Form__Element__Caption {
  font-family: "Open Sans", sans-serif;
}

.institutes-hero {
  height: 395px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 749px) {
  .institutes-hero {
    height: 366px;
  }
}
.institutes-hero__content {
  padding-bottom: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .institutes-hero__content {
    padding-bottom: 12px;
  }
}
.institutes-hero__title {
  font-family: "Open Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -2.24px;
  letter-spacing: -0.14rem;
  color: #fff;
  padding-bottom: 20px;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.36);
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .institutes-hero__title {
    max-width: 220px;
    letter-spacing: -1.6px;
    letter-spacing: -0.1rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.institutes-hero__subheading {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  max-width: 594px;
  width: 100%;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.96), 0px 0px 25px rgba(0, 0, 0, 0.6), 0px 10px 10px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 749px) {
  .institutes-hero__subheading {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 160%;
  }
}

.institutes-CTA-block {
  background-color: #f3f3f3;
  padding-top: 106px;
  padding-bottom: 116px;
}
@media screen and (max-width: 749px) {
  .institutes-CTA-block {
    padding-top: 46px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 749px) {
  .institutes-CTA-block .Container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.institutes-CTA-block__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
  color: #1d1d1d;
  padding-bottom: 0;
  margin-bottom: 28px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 749px) {
  .institutes-CTA-block__title {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 32px;
    letter-spacing: -0.96px;
    letter-spacing: -0.06rem;
  }
}
.institutes-CTA-block__subheading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  margin-bottom: 28px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 749px) {
  .institutes-CTA-block__subheading {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.6px;
    letter-spacing: -0.0375rem;
    margin-bottom: 32px;
  }
}
.institutes-CTA-block__card-container {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 299px))[3];
      grid-template-columns: repeat(3, minmax(0, 299px));
  gap: 18px;
  padding-left: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 749px) {
  .institutes-CTA-block__card-container {
    -ms-grid-columns: (minmax(0, 100%))[1];
        grid-template-columns: repeat(1, minmax(0, 100%));
    gap: 12px;
  }
}
.institutes-CTA-block .cta-card {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  height: 100%;
  text-decoration: none;
  transition: all 300ms ease-in;
}
.institutes-CTA-block .cta-card:hover {
  transition: all 300ms ease-in;
  background: radial-gradient(100% 100% at 50% 100%, rgba(43, 113, 184, 0.1) 0%, rgba(43, 113, 184, 0) 100%), #fff;
}
.institutes-CTA-block .cta-card:hover .cta-card__card-arrow {
  opacity: 1;
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
  transition: all 300ms ease-in;
}
.institutes-CTA-block .cta-card__card-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.institutes-CTA-block .cta-card__card-icon {
  height: 32px;
  width: 32px;
  background-color: #e1e1e1;
  border-radius: 50%;
  margin-right: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.institutes-CTA-block .cta-card__card-icon svg {
  height: 20px;
  width: 20px;
}
.institutes-CTA-block .cta-card__card-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  width: 100%;
}
.institutes-CTA-block .cta-card__card-arrow {
  height: 20px;
  width: 20px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.institutes-CTA-block .cta-card__card-arrow svg {
  width: 100%;
}
.institutes-CTA-block .cta-card #__CTA-title {
  color: black;
}
.institutes-CTA-block .cta-card__card-desc {
  color: black;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 0;
  opacity: 0.8;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  /* autoprefixer: off */
}
@media screen and (max-width: 749px) {
  .institutes-CTA-block .cta-card__card-desc {
    display: block;
    height: auto;
  }
}

.marketing-slider-block__header-container {
  margin-bottom: 44px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .marketing-slider-block__header-container {
    margin-bottom: 24px;
  }
}
.marketing-slider-block__header-container .marketing-slider-block__title {
  color: #000;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .marketing-slider-block__header-container .marketing-slider-block__title {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: -1.2px;
    letter-spacing: -0.075rem;
  }
}
.marketing-slider-block__header-container .marketing-slider-block__sub-heading {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .marketing-slider-block__header-container .marketing-slider-block__sub-heading {
    font-size: 16px;
    font-size: 1rem;
  }
}
.marketing-slider-block .marketing-slider-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[12];
      grid-template-columns: repeat(12, minmax(0, 1fr));
  -ms-grid-rows: 1;
      grid-template-rows: 1;
}
@media screen and (max-width: 1023px) {
  .marketing-slider-block .marketing-slider-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.marketing-slider-block .marketing-slider-item__image-container {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 9;
  -ms-grid-row: 1;
      grid-row: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  height: 597px;
}
@media screen and (max-width: 1023px) {
  .marketing-slider-block .marketing-slider-item__image-container {
    height: 252px;
    width: 100%;
  }
}
.marketing-slider-block .marketing-slider-item__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marketing-slider-block .marketing-slider-item__item-info-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.marketing-slider-block .marketing-slider-item__item-info {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -ms-grid-column: 8;
      grid-column-start: 8;
  grid-column-end: 13;
  -ms-grid-row: 1;
      grid-row: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 40px;
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: white;
  border-top: 8px solid #edb01d;
}
@media screen and (max-width: 1023px) {
  .marketing-slider-block .marketing-slider-item__item-info {
    position: relative;
    max-width: 92%;
    bottom: 0;
    top: 100%;
    -webkit-transform: translateY(-16%);
        -ms-transform: translateY(-16%);
            transform: translateY(-16%);
    right: 0;
  }
}
.marketing-slider-block .marketing-slider-item__item-info .marketing-slider-item__item-info-title {
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .marketing-slider-block .marketing-slider-item__item-info .marketing-slider-item__item-info-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    letter-spacing: -0.03rem;
  }
}
.marketing-slider-block .marketing-slider-item__item-info .marketing-slider-item__item-info-description {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .marketing-slider-block .marketing-slider-item__item-info .marketing-slider-item__item-info-description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 160%;
  }
}
.marketing-slider-block .marketing-slider-item__item-link {
  height: -webkit-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 12px 24px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #2b71b8;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.marketing-slider-block .marketing-slider-item__item-link:hover {
  background-color: #1e4f81;
}
@media screen and (max-width: 1023px) {
  .marketing-slider-block .marketing-slider-item__item-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.marketing-slider-block .marketing-slider-item__item-link svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.marketing-slider-block .marketing-slider-item__item-link svg path {
  fill: #e5eef9;
}
.marketing-slider-block #marketing-slider {
  padding: 0;
  overflow: hidden;
}
.marketing-slider-block #marketing-slider .slick-list {
  overflow: hidden;
  margin: 0 -16px;
}
.marketing-slider-block #marketing-slider .slick-list .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.marketing-slider-block #marketing-slider .slick-list .slick-track .slick__slide {
  padding-right: 8px;
  margin-right: 16px;
  margin-left: 16px;
  list-style-type: none;
}
.marketing-slider-block #marketing-slider .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  margin: 32px auto;
  left: auto;
  bottom: auto;
  gap: 24px;
  padding: 0;
}
.marketing-slider-block #marketing-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.marketing-slider-block #marketing-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  width: 16px;
  background-color: #E1E1E1;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.marketing-slider-block #marketing-slider .slick-dots li.slick-active button {
  background-color: #2C4AA0;
  border: none;
  box-shadow: none;
  width: 60px;
}
@media screen and (max-width: 749px) {
  .marketing-slider-block #marketing-slider .slick-dots {
    margin: 0px 0;
  }
}

.tuition-est-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #2b71b8;
  background: radial-gradient(100% 100% at 50% 100%, rgba(43, 113, 184, 0.1) 0%, rgba(43, 113, 184, 0) 100%), #fff;
  overflow-x: hidden;
}
@media screen and (max-width: 749px) {
  .tuition-est-block {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
  }
}
.tuition-est-block__title {
  color: #1d1d1d !important;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  letter-spacing: -0.06rem;
  padding: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.tuition-est-block__residency-title {
  color: #1d1d1d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__residency-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__residency-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .tuition-est-block__residency-options {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.tuition-est-block__residency-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tuition-est-block__yesno-title {
  color: #1d1d1d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__yesno-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__yesno-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.tuition-est-block__yesno-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tuition-est-block__credit-hours {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tuition-est-block__credit-hours-title {
  color: #1d1d1d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__credit-hours-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__credit-hours-caption {
  color: #1d1d1d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}
.tuition-est-block__credit-hours-numbers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding: 8px 24px 8px 8px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  margin-top: 16px;
  max-width: 600px;
}
.tuition-est-block__credit-hours-numbers .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tuition-est-block__credit-hours-input {
  max-width: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 160%;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  -webkit-appearance: none;
  appearance: none;
}
.tuition-est-block__credit-hours-input::-webkit-inner-spin-button, .tuition-est-block__credit-hours-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__credit-hours-input {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__credit-hours-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: #13273e;
  border-radius: 4px;
  outline: none;
  margin: 10px 0;
}
.tuition-est-block__credit-hours-slider::-webkit-slider-runnable-track {
  background: #13273e;
  height: 2px;
  border-radius: 4px;
}
.tuition-est-block__credit-hours-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background: #edb01d;
  border: 2px solid #13273e;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, transform 0.2s, border-color 0.3s;
  transition: background-color 0.3s, transform 0.2s, border-color 0.3s, -webkit-transform 0.2s;
}
.tuition-est-block__credit-hours-slider::-moz-range-track {
  background: black;
  height: 8px;
  border-radius: 4px;
}
.tuition-est-block__credit-hours-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #edb01d;
  border: 2px solid #13273e;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, transform 0.2s, border-color 0.3s;
  transition: background-color 0.3s, transform 0.2s, border-color 0.3s, -webkit-transform 0.2s;
}
.tuition-est-block__tuition-breakdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  border: 1px solid #2b71b8;
  border-radius: 8px;
  margin-top: 32px;
}
.tuition-est-block__tuition-breakdown-header {
  color: #1d1d1d !important;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__tuition-breakdown-header {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tuition-est-block__tuition-breakdown-disclaimer p {
  color: #1d1d1d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}
.tuition-est-block__totals {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #2b71b8;
}
.tuition-est-block__totals-label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__totals-label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tuition-est-block__totals-price {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__totals-price {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tuition-est-block__cost-savings {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .tuition-est-block__cost-savings {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 12px;
  }
}
.tuition-est-block__cost-savings-help-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #2b71b8;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
}
.tuition-est-block__cost-savings-help-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tuition-est-block__cost-savings-help-text ul li {
  padding: 0;
  margin: 0;
}
.tuition-est-block__cost-savings-help-text ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 4px;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__cost-savings-help-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__cost-savings-amount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.tuition-est-block__cost-savings-price {
  color: #007360;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__cost-savings-price {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tuition-est-block__cost-savings-label {
  color: #007360;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__cost-savings-label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__semester-costs-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.tuition-est-block__semester-costs-item {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px 12px 4px 4px;
}
.tuition-est-block__semester-costs-item svg {
  transition: 0.3s ease all;
}
.tuition-est-block__semester-costs-item.active svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tuition-est-block__semester-costs-title {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__semester-costs-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tuition-est-block__semester-costs-title-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__semester-costs-title-wrapper {
    gap: 4px;
  }
}
.tuition-est-block__semester-costs-fee {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__semester-costs-fee {
    font-size: 16px;
    font-size: 1rem;
  }
}
.tuition-est-block__semester-costs-fees {
  overflow: hidden;
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.tuition-est-block__semester-costs-fees-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 12px 4px 44px;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__semester-costs-fees-item {
    padding: 4px 12px 4px 32px;
  }
}
.tuition-est-block__semester-costs-fees-name {
  color: #4f4f4f;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__semester-costs-fees-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__semester-costs-fees-price {
  color: #4f4f4f;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__semester-costs-fees-price {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__cta-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 749px) {
  .tuition-est-block__cta-buttons {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tuition-est-block__cta-buttons ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tuition-est-block__cta-buttons ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.tuition-est-block__cta-buttons ul:only-child {
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
.tuition-est-block__cta-buttons-primary a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  color: #fff;
  background-color: #2b71b8;
  border: 1px solid #2b71b8;
  border-radius: 4px;
  padding: 12px 24px;
  width: 100%;
  transition: 0.3s ease all;
}
.tuition-est-block__cta-buttons-primary a:hover {
  background-color: #1e4f81;
  border: 1px solid #1e4f81;
  text-decoration: none;
}
.tuition-est-block__cta-buttons-primary a:after {
  content: url(/Static/dist/img/arrow-right-white.svg);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__cta-buttons-primary a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__cta-buttons-secondary a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 16px;
  line-height: 1rem;
  color: #1e4f81;
  padding: 12px 24px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #1e4f81;
  transition: 0.3s ease all;
}
.tuition-est-block__cta-buttons-secondary a:hover {
  text-decoration: none;
  color: #fff;
  background: #1e4f81;
}
.tuition-est-block__cta-buttons-secondary a:hover:after {
  content: url(/Static/dist/img/arrow-right-white.svg);
}
.tuition-est-block__cta-buttons-secondary a:after {
  content: url(/Static/dist/img/arrow-right-blue.svg);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1023px) {
  .tuition-est-block__cta-buttons-secondary a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.tuition-est-block__popup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.tuition-est-block__popup-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #E1E1E1;
  background: #FFF;
  color: #262626;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  white-space: normal;
  max-width: min(90vw, 300px);
  width: -webkit-max-content;
  width: max-content;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transition: opacity 0.2s ease-in-out;
  overflow-wrap: break-word;
}
@media screen and (max-width: 749px) {
  .tuition-est-block__cost-savings-help-text .tuition-est-block__popup-text {
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
    left: auto;
    right: -20%;
  }
}
.tuition-est-block__popup:hover .tuition-est-block__popup-text {
  visibility: visible;
  opacity: 1;
}
.tuition-est-block input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #1D1D1D;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.tuition-est-block input[type=radio]:hover {
  border-color: #0056b3;
}
.tuition-est-block input[type=radio]:checked {
  background-color: #fff;
  border: 5px solid #2B71B8;
  box-shadow: inset 0 0 0 4px #fff;
}
.tuition-est-block input[type=radio]:focus-visible {
  outline: 2px solid #0056b3;
}

.programs-content {
  padding-top: 38px;
  padding-bottom: 56px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 594px))[2];
      grid-template-columns: repeat(2, minmax(0, 594px));
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .programs-content {
    -ms-grid-columns: (minmax(0, 100%))[1];
        grid-template-columns: repeat(1, minmax(0, 100%));
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12;
  }
}
.programs-content .program-highlights-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 1px solid;
  border-radius: 8px;
  padding: 32px 38px;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block {
    padding: 16px 20px;
  }
}
.programs-content .program-highlights-block.DIST .program-highlights-block__programs-apply-button, .programs-content .program-highlights-block.SAC .program-highlights-block__programs-apply-button, .programs-content .program-highlights-block.SPC .program-highlights-block__programs-apply-button, .programs-content .program-highlights-block.NLC .program-highlights-block__programs-apply-button, .programs-content .program-highlights-block.NVC .program-highlights-block__programs-apply-button, .programs-content .program-highlights-block.PAC .program-highlights-block__programs-apply-button {
  text-decoration: none;
}
.programs-content .program-highlights-block.DIST {
  border-color: #e5eef9;
  background: radial-gradient(100% 100% at 50% 100%, rgba(43, 113, 184, 0.1) 0%, rgba(43, 113, 184, 0) 100%), #fff;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__card-title {
  color: #1e4f81;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__program-tab {
  transition: all 300ms ease-in-out;
  background-color: transparent;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__program-tab:hover {
  background-color: #e5eef9;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__program-tab.active {
  color: #1e4f81;
  background-color: #e5eef9;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__programs-button {
  background-color: #2b71b8;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__programs-button svg .path-1,
.programs-content .program-highlights-block.DIST .program-highlights-block__programs-button svg .path-2 {
  fill: #e5eef9;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__programs-button:hover {
  background-color: #1e4f81;
  cursor: pointer;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__programs-apply-button ul li a {
  border-color: #2b71b8;
  color: #1e4f81;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__programs-apply-button ul li a:after {
  content: url(/Static/src/img/mini-arrow-right-blue.svg);
}
.programs-content .program-highlights-block.DIST .program-highlights-block__programs-apply-button ul li a:hover {
  background-color: #1e4f81;
  cursor: pointer;
  color: white;
}
.programs-content .program-highlights-block.DIST .program-highlights-block__programs-apply-button ul li a:hover:after {
  content: url(/Static/src/img/mini-arrow-right-white.svg);
}
.programs-content .program-highlights-block.DIST .trending-job-link:after {
  content: url(/Static/src/img/large-arrow-right-blue.svg);
}
.programs-content .program-highlights-block.DIST .program-highlights-block__program-stat-loader {
  background-color: #e5eef9;
}
.programs-content .program-highlights-block.SAC {
  border-color: #fbdfdf;
  background: radial-gradient(100% 100% at 50% 100%, rgba(209, 50, 56, 0.1) 0%, rgba(209, 50, 56, 0) 100%), #fff;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__card-title {
  color: #9a1519;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__program-tab {
  transition: all 300ms ease-in-out;
  background-color: transparent;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__program-tab:hover {
  background-color: #fbdfdf;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__program-tab.active {
  color: #9a1519;
  background-color: #fbdfdf;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__programs-button {
  background-color: #c9362f;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__programs-button svg .path-1,
.programs-content .program-highlights-block.SAC .program-highlights-block__programs-button svg .path-2 {
  fill: #e5eef9;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__programs-button:hover {
  background-color: #9a1519;
  cursor: pointer;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__programs-apply-button ul li a {
  color: #9a1519;
  border-color: #c9362f;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__programs-apply-button ul li a:after {
  content: url(/Static/src/img/mini-arrow-right-red.svg);
}
.programs-content .program-highlights-block.SAC .program-highlights-block__programs-apply-button ul li a:hover {
  background-color: #9a1519;
  cursor: pointer;
  color: white;
}
.programs-content .program-highlights-block.SAC .program-highlights-block__programs-apply-button ul li a:hover:after {
  content: url(/Static/src/img/mini-arrow-right-white.svg);
}
.programs-content .program-highlights-block.SAC .trending-job-link:after {
  content: url(/Static/src/img/large-arrow-right-red.svg);
}
.programs-content .program-highlights-block.SAC .program-highlights-block__program-stat-loader {
  background-color: #fbdfdf;
}
.programs-content .program-highlights-block.SPC {
  border-color: #daecff;
  background: radial-gradient(100% 100% at 50% 100%, rgba(38, 51, 123, 0.1) 0%, rgba(38, 51, 123, 0) 100%), #fff;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__card-title {
  color: #182878;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__program-tab {
  transition: all 300ms ease-in-out;
  background-color: transparent;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__program-tab:hover {
  background-color: #daecff;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__program-tab.active {
  color: #2c4aa0;
  background-color: #daecff;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__programs-button {
  background-color: #2c4aa0;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__programs-button svg .path-1,
.programs-content .program-highlights-block.SPC .program-highlights-block__programs-button svg .path-2 {
  fill: #e5eef9;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__programs-button:hover {
  background-color: #182878;
  cursor: pointer;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__programs-apply-button ul li a {
  color: #182878;
  border-color: #2c4aa0;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__programs-apply-button ul li a:after {
  content: url(/Static/src/img/mini-arrow-right-dark-blue.svg);
}
.programs-content .program-highlights-block.SPC .program-highlights-block__programs-apply-button ul li a:hover {
  background-color: #182878;
  cursor: pointer;
  color: white;
}
.programs-content .program-highlights-block.SPC .program-highlights-block__programs-apply-button ul li a:hover:after {
  content: url(/Static/src/img/mini-arrow-right-white.svg);
}
.programs-content .program-highlights-block.SPC .trending-job-link:after {
  content: url(/Static/src/img/large-arrow-right-dark-blue.svg);
}
.programs-content .program-highlights-block.SPC .program-highlights-block__program-stat-loader {
  background-color: #daecff;
}
.programs-content .program-highlights-block.PAC {
  border-color: #daecff;
  background: radial-gradient(100% 100% at 50% 100%, rgba(0, 149, 131, 0.1) 0%, rgba(0, 149, 131, 0) 100%), #fff;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__card-title {
  color: #01766e;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__program-tab {
  transition: all 300ms ease-in-out;
  background-color: transparent;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__program-tab:hover {
  background-color: #e5f9f7;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__program-tab.active {
  color: #01766e;
  background-color: #e5f9f7;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__programs-button {
  background-color: #4c806d;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__programs-button svg .path-1,
.programs-content .program-highlights-block.PAC .program-highlights-block__programs-button svg .path-2 {
  fill: #e5eef9;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__programs-button:hover {
  background-color: #01766e;
  cursor: pointer;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__programs-apply-button ul li a {
  color: #01766e;
  border-color: #4c806d;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__programs-apply-button ul li a:after {
  content: url(/Static/src/img/mini-arrow-right-light-green.svg);
}
.programs-content .program-highlights-block.PAC .program-highlights-block__programs-apply-button ul li a:hover {
  background-color: #01766e;
  cursor: pointer;
  color: white;
}
.programs-content .program-highlights-block.PAC .program-highlights-block__programs-apply-button ul li a:hover:after {
  content: url(/Static/src/img/mini-arrow-right-white.svg);
}
.programs-content .program-highlights-block.PAC .trending-job-link:after {
  content: url(/Static/src/img/large-arrow-right-light-green.svg);
}
.programs-content .program-highlights-block.PAC .program-highlights-block__program-stat-loader {
  background-color: #e5f9f7;
}
.programs-content .program-highlights-block.NVC {
  border-color: #daecff;
  background: radial-gradient(100% 100% at 50% 100%, rgba(93, 44, 133, 0.1) 0%, rgba(93, 44, 133, 0) 100%), #fff;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__card-title {
  color: #60357e;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__program-tab {
  transition: all 300ms ease-in-out;
  background-color: transparent;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__program-tab:hover {
  background-color: #f3ecfb;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__program-tab.active {
  color: #713e94;
  background-color: #f3ecfb;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__programs-button {
  background-color: #713e94;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__programs-button svg .path-1,
.programs-content .program-highlights-block.NVC .program-highlights-block__programs-button svg .path-2 {
  fill: #f3ecfb;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__programs-button:hover {
  background-color: #60357e;
  cursor: pointer;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__programs-apply-button ul li a {
  color: #60357e;
  border-color: #713e94;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__programs-apply-button ul li a:after {
  content: url(/Static/src/img/mini-arrow-right-purple.svg);
}
.programs-content .program-highlights-block.NVC .program-highlights-block__programs-apply-button ul li a:hover {
  background-color: #60357e;
  cursor: pointer;
  color: white;
}
.programs-content .program-highlights-block.NVC .program-highlights-block__programs-apply-button ul li a:hover:after {
  content: url(/Static/src/img/mini-arrow-right-white.svg);
}
.programs-content .program-highlights-block.NVC .trending-job-link:after {
  content: url(/Static/src/img/large-arrow-right-purple.svg);
}
.programs-content .program-highlights-block.NVC .program-highlights-block__program-stat-loader {
  background-color: #f3ecfb;
}
.programs-content .program-highlights-block.NLC {
  border-color: #daecff;
  background: radial-gradient(100% 100% at 50% 100%, rgba(100, 178, 70, 0.1) 0%, rgba(100, 178, 70, 0) 100%), #fff;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__card-title {
  color: #416f06;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__program-tab {
  transition: all 300ms ease-in-out;
  background-color: transparent;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__program-tab:hover {
  background-color: #e8f4ca;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__program-tab.active {
  color: #416f06;
  background-color: #e8f4ca;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__programs-button {
  background-color: #568118;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__programs-button svg .path-1,
.programs-content .program-highlights-block.NLC .program-highlights-block__programs-button svg .path-2 {
  fill: #e8f4ca;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__programs-button:hover {
  background-color: #416f06;
  cursor: pointer;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__programs-button a {
  text-decoration: none;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__programs-apply-button ul li a {
  color: #416f06;
  border-color: #568118;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__programs-apply-button ul li a:after {
  content: url(/Static/src/img/mini-arrow-right-bright-green.svg);
}
.programs-content .program-highlights-block.NLC .program-highlights-block__programs-apply-button ul li a:hover {
  background-color: #416f06;
  cursor: pointer;
  color: white;
}
.programs-content .program-highlights-block.NLC .program-highlights-block__programs-apply-button ul li a:hover:after {
  content: url(/Static/src/img/mini-arrow-right-white.svg);
}
.programs-content .program-highlights-block.NLC .trending-job-link:after {
  content: url(/Static/src/img/large-arrow-right-bright-green.svg);
}
.programs-content .program-highlights-block.NLC .program-highlights-block__program-stat-loader {
  background-color: #e8f4ca;
}
.programs-content .program-highlights-block__card-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
.programs-content .program-highlights-block__card-title {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  letter-spacing: -0.06rem;
  padding-bottom: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__card-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: -0.48px;
    letter-spacing: -0.03rem;
  }
}
.programs-content .program-highlights-block__card-subheading {
  font-size: 16px;
  font-size: 1rem;
  color: #4f4f4f;
  font-weight: 400;
  line-height: 160%;
  text-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.04);
}
.programs-content .program-highlights-block__program-title {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
  padding-bottom: 0;
  margin-bottom: 24px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__program-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: -0.48px;
    letter-spacing: -0.03rem;
    line-height: 140%;
  }
}
.programs-content .program-highlights-block__program-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .programs-content .program-highlights-block__program-tabs {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
}
.programs-content .program-highlights-block__program-tab {
  color: #000000;
  opacity: 0.6;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  padding: 8px 12px;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: fit-content;
  text-align: start;
  border: none;
}
.programs-content .program-highlights-block__program-tab.active {
  padding: 8px 12px;
  opacity: 1;
}
.programs-content .program-highlights-block__program-tab:hover {
  cursor: pointer;
}
.programs-content .program-highlights-block__program-stat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__program-stat {
    margin-bottom: 20px;
  }
}
.programs-content .program-highlights-block__program-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__program-info {
    margin-bottom: 20px;
  }
}
.programs-content .program-highlights-block__stat {
  display: -ms-grid;
  display: grid;
}
.programs-content .program-highlights-block__stat .text {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 160%;
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__stat .text {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 140%;
  }
}
.programs-content .program-highlights-block__stat .calculation {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  letter-spacing: -0.03rem;
  font-size: 24px;
  font-size: 1.5rem;
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__stat .calculation {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    letter-spacing: -0.6px;
    letter-spacing: -0.0375rem;
  }
}
.programs-content .program-highlights-block__buttons-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  min-height: 42px;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__buttons-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    gap: 8px;
  }
}
.programs-content .program-highlights-block__programs-button {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  transition: all 200ms ease-in-out;
  color: #fff;
}
.programs-content .program-highlights-block__programs-button svg {
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__programs-button {
    width: 100%;
  }
}
.programs-content .program-highlights-block__programs-apply-button {
  width: 50%;
}
.programs-content .program-highlights-block__programs-apply-button ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.programs-content .program-highlights-block__programs-apply-button ul li {
  list-style: none;
}
.programs-content .program-highlights-block__programs-apply-button ul li a {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 100%;
  padding: 12px 16px;
  border: 1px solid;
  border-radius: 4px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.programs-content .program-highlights-block__programs-apply-button ul li a:after {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__programs-apply-button {
    width: 100%;
  }
}
.programs-content .program-highlights-block__trending-jobs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 126px;
  width: 100%;
}
.programs-content .program-highlights-block__trending-jobs .trending-job-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 160%;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
}
.programs-content .program-highlights-block__trending-jobs .trending-job-link:last-child {
  border-bottom: none;
}
.programs-content .program-highlights-block__trending-jobs .trending-job-link:after {
  height: 20px;
  width: 20px;
  margin-left: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.programs-content .program-highlights-block__program-stat-loader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  width: 100%;
  border-radius: 8px;
  opacity: 0.75;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .programs-content .program-highlights-block__program-stat-loader {
    margin-bottom: 16px;
  }
}
.programs-content .program-highlights-block__program-stat-loader span {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  #institutes-plan-page .Container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#institutes-plan-page .full-width-callout {
  margin-bottom: 0;
}
#institutes-plan-page .full-width-callout__heading {
  text-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.04);
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.6px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 1023px) {
  #institutes-plan-page .full-width-callout__heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
#institutes-plan-page .full-width-callout__subheading {
  text-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.04);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  #institutes-plan-page .full-width-callout__subheading {
    font-size: 16px;
    font-size: 1rem;
  }
}
#institutes-plan-page .full-width-callout.dark {
  background: url(/Static/src/img/dark-camo-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#institutes-plan-page .full-width-callout.dark .full-width-callout__heading {
  color: #fff;
}
#institutes-plan-page .full-width-callout.dark .full-width-callout__subheading {
  color: #fff;
}
#institutes-plan-page .steps-block-cta {
  padding: 85px 0 93px;
}
@media screen and (max-width: 1023px) {
  #institutes-plan-page .steps-block-cta {
    padding: 12px 0 36px;
  }
}
#institutes-plan-page .HTML-block {
  padding: 28px 0 28px 0;
}

.quote-block {
  border-radius: 4px;
  padding: 56px;
}
@media screen and (max-width: 1023px) {
  .quote-block {
    padding: 32px 16px;
  }
}
.quote-block p {
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
.quote-block__description {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32.68px;
  line-height: 2.0425rem;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .quote-block__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 27.24px;
    line-height: 1.7025rem;
    margin-bottom: 16px;
    font-weight: 600;
  }
}
.quote-block__name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
}
.quote-block__subheading {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 400;
}
.quote-block.bg-img .quote-block__description q {
  color: #FFFFFF;
}
.quote-block.bg-img .quote-block__name {
  color: #EDEDED;
}
.quote-block.bg-img .quote-block__subheading {
  color: #EDEDED;
}

body[data-brand=DIST] .quote-block {
  background: radial-gradient(140.7% 140.7% at 50.06% 0%, rgba(36, 95, 155, 0.1) 0%, rgba(36, 95, 155, 0) 100%);
}
body[data-brand=DIST] .quote-block * {
  color: #1e4f81;
}

body[data-brand=NLC] .quote-block {
  background: radial-gradient(140.7% 140.7% at 50.06% 0%, rgba(86, 129, 24, 0.1) 0%, rgba(86, 129, 24, 0) 100%);
}
body[data-brand=NLC] .quote-block * {
  color: #416f06;
}

body[data-brand=NVC] .quote-block {
  background: radial-gradient(140.7% 140.7% at 50.06% 0%, rgba(113, 62, 148, 0.1) 0%, rgba(113, 62, 148, 0) 100%);
}
body[data-brand=NVC] .quote-block * {
  color: #60357e;
}

body[data-brand=SPC] .quote-block {
  background: radial-gradient(140.7% 140.7% at 50.06% 0%, rgba(44, 74, 160, 0.1) 0%, rgba(44, 74, 160, 0) 100%);
}
body[data-brand=SPC] .quote-block * {
  color: #182878;
}

body[data-brand=PAC] .quote-block {
  background: radial-gradient(140.7% 140.7% at 50.06% 0%, rgba(76, 128, 109, 0.1) 0%, rgba(76, 128, 109, 0) 100%);
}
body[data-brand=PAC] .quote-block * {
  color: #01766e;
}

body[data-brand=SAC] .quote-block {
  background: radial-gradient(140.7% 140.7% at 50.06% 0%, rgba(201, 54, 47, 0.1) 0%, rgba(201, 54, 47, 0) 100%);
}
body[data-brand=SAC] .quote-block * {
  color: #9a1519;
}
