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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body:not(.maintenance-page) main, body:not(.path-frontpage):not(.ela-simulation) .region-header .menu--main--wrapper, .path-frontpage #block-portal-classy-main-menu, .maintenance-page main, .header__stripe__inner, .path-frontpage .region-secondary-header, footer, #block-exitsimulation {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 65rem) {
  body:not(.maintenance-page) main, body:not(.path-frontpage):not(.ela-simulation) .region-header .menu--main--wrapper, .path-frontpage #block-portal-classy-main-menu, .maintenance-page main, .header__stripe__inner, .path-frontpage .region-secondary-header, footer, #block-exitsimulation {
    max-width: 63rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.menu-toggle__line1, .menu-toggle__line2, .menu-toggle__line3 {
  display: block;
  height: 4px;
  width: 28px;
  background-color: white;
  -webkit-transition: 250ms ease-in-out all;
  transition: 250ms ease-in-out all;
  position: absolute;
}

.alert-base, .alert-base--red, #messages .messages div.cool-messages.messages--error, .alert--red, .user-status-tag--danger, .alert-base--yellow, #messages .messages div.cool-messages.messages--warning, .alert--yellow, .user-status-tag, .user-status-tag--warning, .alert-base--green, #messages .messages div.cool-messages.messages--info, #messages .messages div.cool-messages.messages--status, .alert--green, .user-status-tag--success, .alert {
  position: relative;
}
.alert-base:after, .alert-base--red:after, #messages .messages div.cool-messages.messages--error:after, .alert--red:after, .user-status-tag--danger:after, .alert-base--yellow:after, #messages .messages div.cool-messages.messages--warning:after, .alert--yellow:after, .user-status-tag:after, .user-status-tag--warning:after, .alert-base--green:after, #messages .messages div.cool-messages.messages--info:after, #messages .messages div.cool-messages.messages--status:after, .alert--green:after, .user-status-tag--success:after, .alert:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill='%23d55e00' d='M10.5 3.059 1.907 17.941h17.186L10.5 3.059z'/%3E%3Cpath d='M9.505 15.398c0-.355.096-.604.289-.747.192-.142.429-.214.706-.214.27 0 .502.072.694.214.194.143.29.392.29.747 0 .34-.096.585-.29.735-.192.15-.424.226-.694.226-.277 0-.514-.075-.706-.226-.193-.15-.29-.395-.29-.735Zm1.69-1.933H9.816l-.29-5.521h1.957l-.29 5.521Z' fill='%23fff'/%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
}
.alert-base .context, .alert-base--red .context, #messages .messages div.cool-messages.messages--error .context, .alert--red .context, .user-status-tag--danger .context, .alert-base--yellow .context, #messages .messages div.cool-messages.messages--warning .context, .alert--yellow .context, .user-status-tag .context, .user-status-tag--warning .context, .alert-base--green .context, #messages .messages div.cool-messages.messages--info .context, #messages .messages div.cool-messages.messages--status .context, .alert--green .context, .user-status-tag--success .context, .alert .context {
  padding: 0px;
}
.alert-base .context:before, .alert-base--red .context:before, #messages .messages div.cool-messages.messages--error .context:before, .alert--red .context:before, .user-status-tag--danger .context:before, .alert-base--yellow .context:before, #messages .messages div.cool-messages.messages--warning .context:before, .alert--yellow .context:before, .user-status-tag .context:before, .user-status-tag--warning .context:before, .alert-base--green .context:before, #messages .messages div.cool-messages.messages--info .context:before, #messages .messages div.cool-messages.messages--status .context:before, .alert--green .context:before, .user-status-tag--success .context:before, .alert .context:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='svg-icon' style='width: 1em; height: 1em;vertical-align: middle;fill: currentColor;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M948.6 131.1l-67.2-67.2-380.6 380.7L142.6 86.3l-67.2 67.2 358.2 361.3L75.4 873l67.2 67.2 358.2-361.3 380.6 380.7 67.2-67.2L568 511.8z' /%3E%3C/svg%3E");
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}

.alert, .alert--red, .user-status-tag--danger, .alert--yellow, .user-status-tag, .user-status-tag--warning, .alert--green, .user-status-tag--success {
  padding: 20px;
  position: relative;
  display: inline-block;
  width: auto;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #000000;
  background-color: #cce5ff;
  border-color: #b8daff;
  border-top-color: #b8daff;
  border-right-color: #b8daff;
  border-bottom-color: #b8daff;
  border-left-color: #b8daff;
}
.alert a, .alert--red a, .user-status-tag--danger a, .alert--yellow a, .user-status-tag a, .user-status-tag--warning a, .alert--green a, .user-status-tag--success a {
  font-weight: bold;
}

.alert-base--green, #messages .messages div.cool-messages.messages--info, #messages .messages div.cool-messages.messages--status, .alert--green, .user-status-tag--success {
  padding: 20px 40px 20px 90px;
  background-color: #ddf1d5;
  border-color: #c3e6cb;
  background-image: none;
}
.alert-base--green:after, #messages .messages div.cool-messages.messages--info:after, #messages .messages div.cool-messages.messages--status:after, .alert--green:after, .user-status-tag--success:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Ccircle cx='10.5' cy='10.5' r='7.886' fill='%2353821a'/%3E%3Cpath d='M9.17 14.184a.404.404 0 0 1-.037-.037l-2.771-3.04a.5.5 0 0 1 0-.662l.603-.661a.4.4 0 0 1 .602 0l1.867 2.048 3.999-4.387a.4.4 0 0 1 .603 0l.603.661a.503.503 0 0 1 0 .662l-4.904 5.379a.4.4 0 0 1-.564.037Z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.alert-base--yellow, #messages .messages div.cool-messages.messages--warning, .alert--yellow, .user-status-tag, .user-status-tag--warning {
  padding: 20px 40px 20px 90px;
  background-color: #fff1cc;
  border-color: #ffeeba;
  background-image: none;
}
.alert-base--yellow:after, #messages .messages div.cool-messages.messages--warning:after, .alert--yellow:after, .user-status-tag:after, .user-status-tag--warning:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill='%23d55e00' d='M10.5 3.059 1.907 17.941h17.186L10.5 3.059z'/%3E%3Cpath d='M9.505 15.398c0-.355.096-.604.289-.747.192-.142.429-.214.706-.214.27 0 .502.072.694.214.194.143.29.392.29.747 0 .34-.096.585-.29.735-.192.15-.424.226-.694.226-.277 0-.514-.075-.706-.226-.193-.15-.29-.395-.29-.735Zm1.69-1.933H9.816l-.29-5.521h1.957l-.29 5.521Z' fill='%23fff'/%3E%3C/svg%3E");
}

.alert-base--red, #messages .messages div.cool-messages.messages--error, .alert--red, .user-status-tag--danger {
  padding: 20px 40px 20px 90px;
  background-color: #f3d8d8;
  border-color: #f5c6cb;
  background-image: none;
}
.alert-base--red:after, #messages .messages div.cool-messages.messages--error:after, .alert--red:after, .user-status-tag--danger:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill='%23c40000' d='M13.838 2.442H7.162l-4.72 4.72v6.676l4.72 4.72h6.676l4.72-4.72V7.162l-4.72-4.72z'/%3E%3Cpath d='M9.423 14.172c0-.383.104-.653.313-.807.208-.155.463-.232.764-.232.292 0 .543.077.752.232.209.154.313.424.313.807 0 .368-.104.633-.313.796-.209.163-.46.244-.752.244a1.2 1.2 0 0 1-.764-.244c-.209-.163-.313-.428-.313-.796Zm1.829-2.091H9.761l-.313-5.976h2.117l-.313 5.976Z' fill='%23fff'/%3E%3C/svg%3E");
}

/**
 * @file
 * Throbber.
 */
.ajax-progress {
  display: inline-block;
  padding: 1px 5px 2px 5px;
}

[dir=rtl] .ajax-progress {
  float: right;
}

.ajax-progress-throbber {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  z-index: 99999;
}

.ajax-progress-throbber .throbber {
  padding: 1rem;
  border-radius: 5px;
  height: 6rem;
  width: 6rem;
  display: block;
  background: rgba(0, 0, 0, 0.85) url(../images/throbber-active.svg) no-repeat center center;
}

.ajax-progress-throbber .message {
  display: inline;
  padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
  margin: 0 2px;
}

.ajax-progress-bar {
  width: 16em;
}

/* Full screen throbber */
.ajax-progress-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 48.5%;
  /* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
  left: 49%;
  /* LTR */
  width: 24px;
  height: 24px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #232323;
  background-image: url(../../../../misc/loading-small.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

[dir=rtl] .ajax-progress-fullscreen {
  right: 49%;
  left: auto;
}

.accordion__panel {
  margin-left: calc(2rem + 0.5rem);
  display: block;
  overflow: hidden;
  -webkit-transition: visibility 500ms ease-in-out, max-height 500ms ease-in-out, opacity 500ms ease-in-out;
  transition: visibility 500ms ease-in-out, max-height 500ms ease-in-out, opacity 500ms ease-in-out;
  height: auto;
  /* magic number for max-height = enough height */
  visibility: visible;
}
.accordion__panel > *:first-child {
  margin-top: 0.5rem;
}
.accordion__panel[aria-hidden=true] {
  display: block;
  height: 0;
  visibility: hidden;
}
.accordion__panel[aria-hidden=true] .link--file::before {
  height: 0;
}
.accordion__panel__footer {
  font-size: 1rem;
  line-height: 1.5;
}

.accordion__header {
  display: block;
  position: relative;
  background-color: transparent;
  border: inherit;
  border-radius: inherit;
  color: inherit;
  text-align: left;
  padding: 0;
  line-height: inherit;
  overflow-wrap: break-word;
  word-wrap: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  padding-left: calc(2rem + 0.5rem);
  font-family: "Barlow", Arial, sans-serif;
}
.accordion__header:hover, .accordion__header:active, .accordion__header:focus {
  background-color: transparent;
  color: #0959AE;
}
.accordion__header:before {
  content: "";
  height: 27px;
  width: 27px;
  background-color: #0959AE;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-top: 2px;
  margin-left: calc((2rem + 0.5rem) * -1);
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='27' height='27'%3E%3Crect x='6.242' y='11.484' width='14.516' height='4.032' rx='.605' fill='%23fff'/%3E%3C/svg%3E");
}
.accordion__header:after {
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  content: "";
  display: block;
  position: absolute;
  margin-top: 2px;
  height: 27px;
  width: 27px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='27' height='27'%3E%3Crect x='6.242' y='11.484' width='14.516' height='4.032' rx='.605' fill='%23fff'/%3E%3C/svg%3E");
}
.accordion__header[aria-expanded=true]:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

h2.accordion__title {
  margin-bottom: 0.5rem;
}
.accordion + .accordion h2.accordion__title {
  margin-top: 1rem;
}
h2.accordion__title .accordion__header:before, h2.accordion__title .accordion__header:after {
  margin-top: 8px;
}

.accordion--nested .accordion__header {
  padding-left: 2rem;
  font-weight: 400;
}
.accordion--nested .accordion__header:before {
  content: "";
  height: 24px;
  width: 24px;
  background-color: #0959AE;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-top: 2px;
  margin-left: -2rem;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='27' height='27'%3E%3Crect x='6.242' y='11.484' width='14.516' height='4.032' rx='.605' fill='%23fff'/%3E%3C/svg%3E");
}
.accordion--nested .accordion__header:after {
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  content: "";
  display: block;
  position: absolute;
  margin-top: 2px;
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  left: 0;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='27' height='27'%3E%3Crect x='6.242' y='11.484' width='14.516' height='4.032' rx='.605' fill='%23fff'/%3E%3C/svg%3E");
}
.accordion--nested .accordion__header[aria-expanded=true]:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion--nested .accordion__panel {
  margin-left: 2rem;
}

.block--shaded {
  background-color: #eeeeee;
  padding: 1rem;
  color: black;
}
@media (min-width: 48rem) {
  .block--shaded {
    padding: 1rem 1.5rem;
  }
}
.block--shaded h2 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-bottom: 0.5rem;
}
@media (min-width: 30rem) {
  .block--shaded h2 {
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}
.block--shaded .field p:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px dotted #018181;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}
.breadcrumb li::before {
  content: " > ";
  vertical-align: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.comment-wrapper .indented {
  background-repeat: no-repeat;
  margin-left: 0;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 30rem) {
  .comment-wrapper .indented {
    padding-left: 1rem;
  }
}
.comment-wrapper .comment {
  margin-bottom: 2rem;
}
.comment-wrapper .comment h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
@media (min-width: 30rem) {
  .comment-wrapper .comment h3 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.comment-wrapper .comment footer {
  margin-left: 0;
  margin-right: 0;
}
.comment-wrapper .indented .comment {
  margin-top: 1rem;
  background-color: #eeeeee;
  padding: 0.5rem 1rem;
}
.comment-wrapper .links.inline li:first-of-type {
  padding-left: 0;
}
.comment-wrapper mark {
  background-color: transparent;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

#messages, #console {
  margin: 0 !important;
  padding: 0 !important;
}

#messages-box {
  margin: 4px 0 !important;
  position: relative;
  width: 100%;
}
#messages-box.fixed {
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
}
#messages-box .messages:last-of-type div.cool-messages {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.29);
}

#messages .messages {
  margin: 0 !important;
  padding: 0 0 0;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 60vw;
}
#messages .messages div.cool-messages {
  background-repeat: no-repeat;
  background-position: 10px 17px;
  padding: 0 0 0 1rem;
}
#messages .messages div.cool-messages:last-of-type {
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.29);
}
#messages .messages div.cool-messages .context {
  padding: 10px 20px;
  background-repeat: no-repeat;
  position: relative;
}
#messages .messages div.cool-messages .context:before {
  content: "x";
  float: right;
  color: black;
  cursor: pointer;
  z-index: 99999;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
}
#messages .messages div.cool-messages p {
  margin: 0;
  margin-bottom: 1rem;
  max-width: inherit;
}
#messages .messages div.cool-messages p:last-of-type {
  margin-bottom: 0;
}
#messages .messages div.cool-messages.messages--error {
  background-color: rgba(243, 216, 216, 0.98);
  border-color: #BB4648;
  color: #000000;
}
#messages .messages div.cool-messages.messages--error:after {
  top: 10px;
}
#messages .messages div.cool-messages.messages--info {
  background-color: rgba(217, 236, 236, 0.98);
  border-color: #018181;
  padding-left: 0;
  color: #000000;
}
#messages .messages div.cool-messages.messages--info:after {
  top: 10px;
}
#messages .messages div.cool-messages.messages--status {
  background-color: rgba(221, 241, 213, 0.98);
  border-color: #ddf1d5;
  color: #000000;
}
#messages .messages div.cool-messages.messages--status:after {
  top: 10px;
}
#messages .messages div.cool-messages.messages--warning {
  background-color: rgba(255, 241, 204, 0.98);
  border-color: #882D0A;
  color: #000000;
}
#messages .messages div.cool-messages.messages--warning:after {
  top: 10px;
}

pre.backtrace {
  overflow: auto;
  max-height: 75vh;
}

#messages .messages.messages--modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 100vh;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}
#messages .messages.messages--modal .cool-messages {
  max-width: 600px;
  width: 100%;
}

details {
  border: none;
  padding: 0;
  margin-top: 0;
}
details summary {
  list-style-type: none;
  margin-left: 30px;
  padding: 0;
}
details summary .accordion__icon {
  position: absolute;
  margin-top: 2px;
  margin-left: -30px;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}
details summary .accordion__icon * {
  -webkit-transition: fill 250ms ease-in-out, stroke-width 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: fill 250ms ease-in-out, stroke-width 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: fill 250ms ease-in-out, transform 250ms ease-in-out, stroke-width 250ms ease-in-out;
  transition: fill 250ms ease-in-out, transform 250ms ease-in-out, stroke-width 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
details summary .accordion__icon .circle {
  fill: #0959AE;
}
.accordion__header:hover details summary .accordion__icon .circle, .accordion__header:focus details summary .accordion__icon .circle, .accordion__header:active details summary .accordion__icon .circle {
  fill: black;
}
details summary .accordion__icon .minus {
  fill: none;
  stroke: #fff;
  stroke-linecap: square;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
details summary .accordion__icon .plus {
  fill: none;
  stroke: #fff;
  stroke-linecap: square;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
details summary:-webkit-details-marker, details summary:marker {
  display: none;
}
details[open] .accordion__icon .plus {
  stroke-width: 0;
}
details .field__item {
  margin-top: 5px;
  margin-left: 30px;
}

.ui-dialog .ui-dialog-titlebar {
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ui-dialog .ui-dialog-titlebar:before, .ui-dialog .ui-dialog-titlebar:after {
  content: none;
}
.ui-dialog .ui-dialog-title {
  font-size: 1.75rem;
  line-height: 1.2857142857;
}
@media (min-width: 30rem) {
  .ui-dialog .ui-dialog-title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.ui-dialog .ui-dialog-titlebar-close {
  position: inherit;
  margin: inherit;
  padding: inherit;
  left: 0;
  top: 0;
  right: 0;
}

.node--type-private-group-discussion-topic .node__meta {
  margin-left: 0;
  margin-bottom: 1rem;
}

@media (min-width: 0) and (max-width: 29.9375rem) {
  .view-private-group-content table thead {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
  .view-private-group-content table table, .view-private-group-content table table, .view-private-group-content table td, .view-private-group-content table tr, .view-private-group-content table th, .view-private-group-content table tbody, .view-private-group-content table caption {
    max-width: 100%;
    display: block;
    border: none;
  }
  .view-private-group-content table tr {
    padding: 0.5rem 0;
  }
  .view-private-group-content table .views-field-title {
    font-weight: bold;
  }
  .view-private-group-content table .views-field-created:before {
    content: "Post date:";
    font-weight: bold;
  }
  .view-private-group-content table .views-field-comment-count:before {
    content: "# of Comments:";
    font-weight: bold;
  }
  .view-private-group-content table .views-field-last-comment-timestamp:before {
    content: "Last comment time:";
    font-weight: bold;
  }
}
@media (min-width: 48rem) and (max-width: 63.6875rem) {
  .view-private-group-content table thead {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
  .view-private-group-content table table, .view-private-group-content table table, .view-private-group-content table td, .view-private-group-content table tr, .view-private-group-content table th, .view-private-group-content table tbody, .view-private-group-content table caption {
    max-width: 100%;
    display: block;
    border: none;
  }
  .view-private-group-content table tr {
    padding: 0.5rem 0;
  }
  .view-private-group-content table .views-field-title {
    font-weight: bold;
  }
  .view-private-group-content table .views-field-created:before {
    content: "Post date:";
    font-weight: bold;
  }
  .view-private-group-content table .views-field-comment-count:before {
    content: "# of Comments:";
    font-weight: bold;
  }
  .view-private-group-content table .views-field-last-comment-timestamp:before {
    content: "Last comment time:";
    font-weight: bold;
  }
}

.js .ela--accordion {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px;
  grid-template-columns: 1fr 24px;
  grid-template-row: auto 1fr;
      grid-template-areas: "one two" "three three";
  margin-bottom: 1rem;
}
.js .ela--accordion .accordion__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: one;
}
.js .ela--accordion .accordion__panel {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: three;
}
.js .ela--accordion .ela__step-status {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: two;
  background-color: #e4e4e4;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  align-self: flex-start;
  margin-top: 1rem;
  -ms-grid-column-align: end;
      justify-self: end;
}
.js .ela--accordion .ela__step-status span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.js .ela--accordion .ela__step-status--complete {
  background-color: #96BB90;
}
body:not(.user-logged-in) .js .ela--accordion .ela__step-status {
  display: none;
}
.js .ela--accordion--comingsoon .accordion__header {
  font-weight: 600;
  color: #949494;
}
.js .ela--accordion--comingsoon .accordion__header:before {
  background-color: #949494;
}
.js .ela--accordion--comingsoon .accordion__header:hover {
  background-color: transparent;
  outline: none;
}

.exam-take-form legend {
  margin-bottom: 0.5rem;
}

.ela-sim__begin {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 375px;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
  height: 173px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ela-sim__begin:after {
  background-image: url("../images/ela-sim-thumb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 30rem) {
  .ela-sim__begin {
    height: 261px;
  }
}
.ela-sim__begin__inner {
  display: block;
  font-weight: bold;
  background-color: rgba(9, 89, 174, 0.95);
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  color: white;
  text-align: center;
  padding: 10px 15px;
  max-width: 75%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 30rem) {
  .ela-sim__begin__inner {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.ela-sim__begin:hover, .ela-sim__begin:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  outline: none;
}
.ela-sim__begin:hover .ela-sim__begin__inner, .ela-sim__begin:focus .ela-sim__begin__inner {
  background-color: #FFF99F;
  color: black;
}

body.ela-simulation.user-logged-in {
  background-color: #202020;
  color: white;
}
body.ela-simulation.user-logged-in .dialog-off-canvas-main-canvas a {
  color: #64B4FF;
}
body.ela-simulation.user-logged-in .dialog-off-canvas-main-canvas a:visited {
  color: #64B4FF;
}
body.ela-simulation.user-logged-in .dialog-off-canvas-main-canvas a:focus {
  color: #64B4FF;
}
body.ela-simulation.user-logged-in .dialog-off-canvas-main-canvas a:hover {
  color: #64B4FF;
}
body.ela-simulation.user-logged-in .dialog-off-canvas-main-canvas a:active {
  color: #64B4FF;
}
body.ela-simulation.user-logged-in .dialog-off-canvas-main-canvas a.selected {
  color: #BE8AC7;
}
body.ela-simulation.user-logged-in .dialog-off-canvas-main-canvas a.selected:hover, body.ela-simulation.user-logged-in .dialog-off-canvas-main-canvas a.selected:focus {
  color: #64B4FF;
}
body.ela-simulation.user-logged-in .ui-dialog a:visited:not(:focus) {
  color: #0959AE;
}
body.ela-simulation.user-logged-in #skip-link {
  width: 100%;
  margin-bottom: 1rem;
  display: none;
}
@media (min-width: 42.5rem) {
  body.ela-simulation.user-logged-in #skip-link {
    display: block;
  }
}
body.ela-simulation.user-logged-in header[role=banner] {
  height: 260px;
  background-image: none;
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.95)), to(#202020)), url("../images/inner-hero_sim.jpg");
  background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.95) 0%, #202020 100%), url("../images/inner-hero_sim.jpg");
  background-image: linear-gradient(to bottom, rgba(32, 32, 32, 0.95) 0%, #202020 100%), url("../images/inner-hero_sim.jpg");
}
body.ela-simulation.user-logged-in .header__stripe {
  background-color: rgba(0, 0, 0, 0.9);
}
body.ela-simulation.user-logged-in .header__stripe .header__title {
  color: white;
}
body.ela-simulation.user-logged-in .header__logo {
  padding: 1rem;
}
body.ela-simulation.user-logged-in .header__logo img {
  max-width: 112px;
}
body.ela-simulation.user-logged-in .header__title {
  margin-left: 112px;
}
@media (min-width: 30rem) {
  body.ela-simulation.user-logged-in .header__title {
    margin-left: 212px;
  }
}
body.ela-simulation.user-logged-in main {
  margin-top: -4rem !important;
  z-index: 0;
  position: relative;
  display: block !important;
}
body.ela-simulation.user-logged-in .region-content {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 42.5625rem) {
  body.ela-simulation.user-logged-in .region-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.ela-simulation.user-logged-in .region-content #block-portal-classy-page-title {
  width: 100%;
}
body.ela-simulation.user-logged-in .region-content #block-summary {
  color: white;
  max-width: 18.75rem;
  margin-right: 2rem;
  background-color: #3D3E3D;
}
body.ela-simulation.user-logged-in .region-content #block-summary .nav-item {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
body.ela-simulation.user-logged-in .region-content #block-portal-classy-content {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.ela-simulation.user-logged-in .qa-notes {
  border-bottom: dashed #949494 1px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body.ela-simulation.user-logged-in .qa-message-title {
  color: #ffbf00;
}

#block-exitsimulation {
  text-align: right;
  margin-top: 1rem;
  line-height: 1;
}
body:not(.user-logged-in) #block-exitsimulation {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ela-simulation header[role=banner] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.95)), to(#202020)), url("../images/inner-hero_sim_2x.jpg");
    background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.95) 0%, #202020 100%), url("../images/inner-hero_sim_2x.jpg");
    background-image: linear-gradient(to bottom, rgba(32, 32, 32, 0.95) 0%, #202020 100%), url("../images/inner-hero_sim_2x.jpg");
  }
}
.sim-arrow a svg {
  width: 20px;
  height: auto;
  padding-top: 3px;
}
.sim-arrow a svg path {
  -webkit-transition: fill 250ms ease-in-out;
  transition: fill 250ms ease-in-out;
}
.sim-arrow a:hover svg path, .sim-arrow a:focus svg path {
  fill: black;
}
.sim-arrow.sim-item-links__prev svg {
  margin-right: 0.5rem;
}
.sim-arrow.sim-item-links__next svg {
  margin-left: 0.5rem;
}

.sim-item-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: dashed #949494 1px;
  padding-bottom: 1rem;
}
.sim-item-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sim-item-links__next {
  text-align: right;
}

.sim-nav {
  margin-top: 0;
}
.sim-nav li {
  list-style-type: none;
}
.sim-nav li:before {
  content: "";
  display: inline-block;
  background-color: #949494;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-left: -30px;
  position: absolute;
  margin-top: 7px;
}
.sim-nav li.responded:before {
  background-color: #96BB90;
}
.sim-nav li.current a {
  font-weight: 600;
  color: white;
}
.sim-nav li.current a:focus, .sim-nav li.current a:hover {
  color: black;
}
.sim-nav li.current:before {
  background-color: white;
}
.sim-nav li.incorrect:before {
  background-color: #D24A4A;
}

.nav-option {
  display: block;
}

.sim-item-options {
  padding-left: 0;
}
.sim-item-options a {
  display: inline-block;
}
.sim-item-options li {
  list-style: none;
  margin-bottom: 1rem;
}
.sim-item-options .sim-option-title {
  font-weight: 600;
}

.sim-nav-indicator-help:after {
  content: "";
  display: inline-block;
  background-color: #949494;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sim-nav-indicator-help__incorrect:after {
  background-color: #D24A4A;
}

.sim-status {
  font-size: 0.85em;
  color: #666666;
  margin-bottom: 1rem;
}

#toggle-summary {
  display: none;
}

@media screen and (max-width: 42.5rem) {
  #toggle-summary {
    display: inline-block;
  }

  #toggle-summary.toggle-summary__open {
    position: fixed;
    top: 1rem;
    z-index: 11;
  }

  .toggle-summary__wrapper {
    height: 40px;
    margin-bottom: 1rem;
  }

  #block-summary {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 10;
    padding-top: 5rem;
    -webkit-transition: left 200ms ease-in-out;
    transition: left 200ms ease-in-out;
  }
  #block-summary .block-summary__wrapper {
    display: none;
  }
  #block-summary.block-summary__open {
    left: 0;
  }
  #block-summary.block-summary__open .block-summary__wrapper {
    display: block;
  }
}
.block-summary__wrapper {
  max-height: 95%;
  overflow: auto;
  position: relative;
}

.vocabulary-faqs .field--name-description {
  font-style: italic;
}

.faq__question {
  font-weight: 600;
}
.faq__answer {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

#views-exposed-form-custom-taxonomy-term-page-4 .form--inline, #views-exposed-form-custom-taxonomy-term-page-5 .form--inline, #views-exposed-form-custom-taxonomy-term-page-8 .form--inline, #views-exposed-form-custom-taxonomy-term-page-9 .form--inline, #views-exposed-form-state-reviews-page-1 .form--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#views-exposed-form-custom-taxonomy-term-page-4 .form-type-textfield, #views-exposed-form-custom-taxonomy-term-page-5 .form-type-textfield, #views-exposed-form-custom-taxonomy-term-page-8 .form-type-textfield, #views-exposed-form-custom-taxonomy-term-page-9 .form-type-textfield, #views-exposed-form-state-reviews-page-1 .form-type-textfield {
  margin-top: 0;
}

.file {
  background-position: left 4px;
}

.file-table {
  margin-bottom: 2rem;
}
.file-table caption a {
  float: right;
  font-weight: 400;
}
@media (min-width: 0) and (max-width: 29.9375rem) {
  .file-table thead {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
  .file-table table, .file-table table, .file-table td, .file-table tr, .file-table th, .file-table tbody, .file-table caption {
    max-width: 100%;
    display: block;
    border: none;
  }
  .file-table tr {
    padding: 0.5rem 0;
  }
  .file-table .views-field-field-spf-encrypted-file {
    font-weight: bold;
  }
  .file-table .views-field-filesize:before {
    content: "File size:";
    font-weight: bold;
  }
  .file-table .views-field-name:before {
    content: "Uploaded by:";
    font-weight: bold;
  }
  .file-table .views-field-created-1:before {
    content: "Uploaded on:";
    font-weight: bold;
  }
}
@media (min-width: 48rem) and (max-width: 63.6875rem) {
  .file-table thead {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
  .file-table table, .file-table table, .file-table td, .file-table tr, .file-table th, .file-table tbody, .file-table caption {
    max-width: 100%;
    display: block;
    border: none;
  }
  .file-table tr {
    padding: 0.5rem 0;
  }
  .file-table .views-field-field-spf-encrypted-file {
    font-weight: bold;
  }
  .file-table .views-field-filesize:before {
    content: "File size:";
    font-weight: bold;
  }
  .file-table .views-field-name:before {
    content: "Uploaded by:";
    font-weight: bold;
  }
  .file-table .views-field-created-1:before {
    content: "Uploaded on:";
    font-weight: bold;
  }
}

.node-private-file-edit-form details summary {
  margin-left: 0;
}
.node-private-file-edit-form details .details-wrapper {
  padding: 0;
}
.node-private-file-edit-form td {
  padding: 1rem;
}
@media (min-width: 0) and (max-width: 29.9375rem) {
  .node-private-file-edit-form thead {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
  .node-private-file-edit-form table, .node-private-file-edit-form table, .node-private-file-edit-form td, .node-private-file-edit-form tr, .node-private-file-edit-form th, .node-private-file-edit-form tbody, .node-private-file-edit-form caption {
    max-width: 100%;
    display: block;
    border: none;
  }
  .node-private-file-edit-form tr {
    padding: 0.5rem 0;
  }
  .node-private-file-edit-form td {
    padding: 0.5rem 1rem;
  }
  .node-private-file-edit-form tr {
    padding: 1rem 0;
  }
  .node-private-file-edit-form input.form-text {
    width: 100%;
  }
  .node-private-file-edit-form .form-managed-file .form-type-textfield {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}

footer {
  font-size: 1rem;
  line-height: 1.5;
}

.region-footer {
  border-top: 1px solid #949494;
  padding-top: 0.5rem;
  margin: 2rem 0;
}
.region-footer .footer__copyright {
  padding-bottom: 0.5rem;
}
.region-footer ul.menu {
  margin: 0;
}
.region-footer ul.menu li.menu-item {
  padding-top: 0;
  padding-bottom: 0.5rem;
}

@media (min-width: 53rem) {
  .region-footer .footer__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .region-footer ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .region-footer ul.menu li.menu-item {
    padding-top: 0;
  }
  .region-footer ul.menu li.menu-item:before {
    content: "|";
    padding: 0 0.5rem;
  }
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: calc(24/20);
  padding: calc(0.5rem - 1px) 1rem calc(0.5rem + 1px);
  background-color: #0959AE;
  border: 0;
  color: white;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  font-weight: 600;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  margin: 0;
}
.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus, input[type=button]:hover, input[type=button]:active, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background-color: #5C2865;
  color: white;
}
.button:visited:not(:hover), button:visited:not(:hover), input[type=button]:visited:not(:hover), input[type=reset]:visited:not(:hover), input[type=submit]:visited:not(:hover) {
  background-color: #0959AE;
  color: white;
}
.button[disabled=disabled], button[disabled=disabled], input[type=button][disabled=disabled], input[type=reset][disabled=disabled], input[type=submit][disabled=disabled] {
  opacity: 25%;
}
.button[disabled=disabled]:hover, button[disabled=disabled]:hover, input[type=button][disabled=disabled]:hover, input[type=reset][disabled=disabled]:hover, input[type=submit][disabled=disabled]:hover {
  background-color: #0959AE;
}

button.secondary, .button.secondary, input[type=reset] {
  background-color: #666666;
}

.button--danger {
  background-color: #BB4648;
}

.button + .button {
  margin-left: 0.5rem;
}

.form-text, .form-search, .form-email, input[type=search] {
  padding: calc(0.5rem - 2px) 0.5rem calc(0.5rem);
  line-height: calc(24/20);
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: 1px solid #949494;
  background-color: white;
  border-radius: 0;
  max-width: 100%;
}
.form-text + .description, .form-search + .description, .form-email + .description, input[type=search] + .description {
  margin-top: 0.25rem;
}
.form-text[disabled=disabled], .form-search[disabled=disabled], .form-email[disabled=disabled], input[type=search][disabled=disabled] {
  color: #8f8f8f;
  background-color: #f5f5f5;
}

label {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  margin-bottom: 0.5rem;
}
label.option {
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  border: 2px #373737 solid;
  height: 16px;
  width: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: text-top;
}
input[type=radio]:checked {
  background-color: white;
}
input[type=radio]:checked:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #373737;
  border-radius: 50%;
}
input[type=radio][disabled=disabled] {
  border-color: #949494;
}
input[type=radio][disabled=disabled]:checked:after {
  background-color: #949494;
}
input[type=radio] + label {
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: radio;
       -moz-appearance: radio;
            appearance: radio;
  }
  input[type=radio] + label {
    vertical-align: middle;
  }
}
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px #373737 solid;
  height: 16px;
  width: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  position: relative;
  vertical-align: top;
}
input[type=checkbox]:checked {
  background-color: #373737;
  border-color: #373737;
}
input[type=checkbox]:checked:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3.73609,8.82325.16108,4.90082a.64572.64572,0,0,1,0-.85341L.93888,3.194a.51625.51625,0,0,1,.77783,0L4.125,5.83631,9.28329.17674a.51628.51628,0,0,1,.77783,0l.7778.85341a.64572.64572,0,0,1,0,.85341l-6.325,6.93971a.51625.51625,0,0,1-.77782,0Z' id='a'/%3E%3C/defs%3E%3Cuse fill='%23FFF' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  width: 13px;
  height: 13px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 1px;
}
input[type=checkbox] + label {
  vertical-align: middle;
}
input[type=checkbox][disabled=disabled] {
  border-color: #949494;
}
input[type=checkbox][disabled=disabled]:checked {
  background-color: #949494;
  border-color: #949494;
}

.form-type-radio, .form-type-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-type-radio input, .form-type-checkbox input {
  margin-top: 7px;
  margin-right: 0.5rem;
}

.js .dropbutton {
  background-color: #eeeeee;
  border: 0;
}
.js .dropbutton a {
  color: #373737;
}
.js .dropbutton a:visited {
  color: #373737;
}
.js .dropbutton a:focus {
  color: #373737;
}
.js .dropbutton a:hover {
  color: #373737;
}
.js .dropbutton a:active {
  color: #373737;
}
.js .dropbutton a:hover {
  background-color: #e4e4e4;
}
.js .dropbutton .dropbutton-action:not(.secondary-action) a {
  padding-right: 2rem;
}
.js .dropbutton .dropbutton-toggle {
  background-color: #eeeeee;
  width: 32px;
}
.js .dropbutton .dropbutton-toggle .dropbutton-arrow {
  position: inherit;
  top: inherit;
  right: inherit;
  display: inherit;
  overflow: inherit;
  width: inherit;
  height: inherit;
  margin-top: inherit;
  border-width: inherit;
  border-style: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  line-height: inherit;
  background-image: url("../images/down_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 12px;
}
.js .dropbutton .dropbutton-toggle button:hover {
  background-color: #e4e4e4;
}
.js .dropbutton li {
  margin-bottom: 0;
}
.js .dropbutton-wrapper {
  border: 0;
}
.js .dropbutton-multiple .dropbutton-widget {
  background-color: #eeeeee;
  padding-right: 24px;
  border-color: #949494;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: calc(0.5rem - 2px) 2rem calc(0.5rem) calc(0.5rem);
  line-height: calc(24/20);
  border: none;
  background-color: #eeeeee;
  position: relative;
  background-image: url("../images/down_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 0;
  font-size: inherit;
  max-width: 100%;
}
select.full-width {
  width: 100%;
}
select::-ms-expand {
  display: none;
}
select:hover {
  background-color: #e4e4e4;
}
select[disabled=disabled] {
  opacity: 0.35;
}
select[disabled=disabled]:hover {
  background-color: #e4e4e4;
}

input.form-file {
  max-width: 100%;
}

.details--no-collapse summary {
  cursor: default;
}
.details--no-collapse details:not([open]) .details-wrapper {
  display: block;
}

.user-form label {
  font-size: 1.5rem;
}
.user-form .form-required:after {
  display: none;
}
.user-form .description a {
  white-space: nowrap;
}
.user-form .form-item-pass .description {
  margin-top: 1rem;
}
.user-form .form-item-pass-pass2 {
  margin-top: 1rem;
}

@media (min-width: 0) and (max-width: 47.9375rem) {
  .path-frontpage main {
    margin-top: 0;
  }
}
.path-frontpage .block--home-intro-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.path-frontpage #search-block-form {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .path-frontpage #search-block-form {
    margin-top: 1.5rem;
  }
}
@media (min-width: 60rem) {
  .path-frontpage #search-block-form {
    margin-top: 2rem;
  }
}
@media (min-width: 48rem) {
  .path-frontpage .region-secondary-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .path-frontpage .region-secondary-header .block--home-intro-text {
    max-width: 50%;
    width: 430px;
    position: relative;
    z-index: 10;
    background-color: white;
    margin-top: -100%;
  }
  .path-frontpage .region-secondary-header .block--home-intro-text p {
    padding: 1rem 1.5rem 0;
    margin-bottom: 0;
  }
  .path-frontpage .region-secondary-header #block-searchform {
    max-width: 50%;
    width: 417px;
  }
}

.u--spacing-bottom {
  margin-bottom: 1rem;
}

.flag-subscribe-group {
  margin-bottom: 1rem;
}

header[role=banner] {
  background-image: url("../images/hand-stack.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 336px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header[role=banner] {
    background-image: url("../images/hand-stack_2x.jpg");
  }
}
@media (min-width: 37.5rem) {
  header[role=banner] {
    border: 1px solid white;
    border-width: 1rem 1rem 0;
  }
}

.header__stripe {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 63rem) and (max-width: 66.9375rem) {
  body:not(.path-frontpage) .header__stripe__inner {
    margin-left: 1rem;
    margin-right: 1rem;
    width: inherit;
  }
}
body:not(.path-frontpage) .header__stripe__inner a:hover {
  outline: none;
}
.header__title {
  color: #424242;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  margin-left: 6.75rem;
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 22rem) {
  .header__title {
    line-height: 1.1;
    font-size: 8vw;
  }
}
@media screen and (min-width: 22rem) and (max-width: 350px) {
  .header__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 22rem) and (min-width: 550px) {
  .header__title {
    font-size: 44px;
  }
}
@media (min-width: 469.5652173913px) {
  .header__title {
    margin-left: 23vw;
  }
}
@media (min-width: 30rem) {
  .header__title {
    margin-left: calc(23vw + 1.5rem);
  }
}
@media (min-width: 37.5rem) {
  .header__title {
    margin-left: calc(23vw + 2.5rem);
  }
}
@media (min-width: 48rem) {
  body:not(.path-frontpage) .header__title {
    text-align: right;
    margin-left: auto;
  }
}
.header__subtitle {
  font-weight: 400;
  display: block;
  font-size: calc(1em - 4px);
  font-family: "Barlow", Arial, sans-serif;
}
@media (min-width: 48rem) {
  body:not(.path-frontpage) .header__subtitle {
    display: inline;
  }
}
.header__logo {
  background-color: white;
  padding: 1rem;
  display: inline-block;
  margin-left: -1rem;
  position: absolute;
}
.header__logo img {
  max-width: 6.75rem;
  z-index: 0;
  position: relative;
}
@media (min-width: 22rem) {
  .header__logo img {
    width: 23vw;
    height: auto;
    min-width: 108px;
    max-width: 181px;
  }
}
@media (min-width: 30rem) {
  .header__logo {
    margin-left: 0;
  }
}
@media (min-width: 37.5rem) {
  .header__logo {
    padding: 1.5rem;
  }
}

.path-frontpage li.menu-item--home {
  display: none;
}
.path-frontpage header[role=banner] {
  background-image: url("../images/hand-stack.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 1rem;
  min-height: 322px;
  -webkit-transition: 250ms ease-in-out min-height;
  transition: 250ms ease-in-out min-height;
  border: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .path-frontpage header[role=banner] {
    background-image: url("../images/hand-stack_2x.jpg");
  }
}
@media (min-width: 48rem) {
  .path-frontpage header[role=banner] {
    min-height: 500px;
  }
}
@media (min-width: 60rem) {
  .path-frontpage header[role=banner] {
    min-height: 630px;
  }
}
@media (min-width: 63.75rem) {
  .path-frontpage header[role=banner] {
    height: 50vh;
    min-height: 450px;
    max-height: 800px;
  }
}
.path-frontpage .header__stripe {
  background-color: rgba(1, 129, 129, 0.9);
}
.path-frontpage .header__title {
  color: white;
}
@media (min-width: 22rem) {
  .path-frontpage .header__title {
    line-height: 1.1;
    font-size: 8vw;
  }
}
@media screen and (min-width: 22rem) and (max-width: 350px) {
  .path-frontpage .header__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 22rem) and (min-width: 800px) {
  .path-frontpage .header__title {
    font-size: 64px;
  }
}
@media (min-width: 63.75rem) {
  .path-frontpage .header__title {
    text-align: right;
    margin-left: auto;
  }
}
@media (min-width: 63.75rem) {
  .path-frontpage .header__subtitle {
    display: inline;
  }
}
.path-frontpage .header__logo {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.29);
  margin-top: -1rem;
}
@media (min-width: 22rem) {
  .path-frontpage .header__logo img {
    max-width: 229px;
  }
}
.path-frontpage .header__logo:after {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__logo img {
    height: auto;
    width: auto;
    max-width: 23vw;
    max-height: inherit;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 48rem), (-ms-high-contrast: none) and (min-width: 48rem) {
  .header__logo img {
    max-width: 181px;
  }
}
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-widget {
  font-family: inherit;
}

.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
}

.ui-button .ui-icon.ui-icon-closethick {
  background-image: none;
  height: 20px;
  margin: inherit;
}
.ui-button .ui-icon.ui-icon-closethick:before {
  content: "x";
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0;
  color: black;
  cursor: pointer;
  z-index: 99999;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
}

button.ui-button:focus, button.ui-button:focus-visible {
  outline: none;
}
button.ui-button:focus .ui-icon, button.ui-button:focus-visible .ui-icon {
  background-color: rgba(255, 249, 159, 0.65);
  outline: solid 5px rgba(255, 249, 159, 0.65);
}

a, button.link {
  text-decoration: none;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, outline 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out, outline 250ms ease-in-out;
  color: #0959AE;
}
a:visited, button.link:visited {
  color: #5C2865;
}
a:focus, button.link:focus {
  color: #0959AE;
}
a:hover, button.link:hover {
  color: #0959AE;
}
a:active, button.link:active {
  color: #0959AE;
}
a:hover, a:active, a:focus, button.link:hover, button.link:active, button.link:focus {
  text-decoration: underline;
}

svg.ext,
svg.mailto {
  padding-right: 0;
  padding-left: 1px;
}

.link--file {
  margin-left: 36px;
  margin-bottom: 0.5rem;
}
.link--file:before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  margin-top: 4px;
  margin-left: -36px;
}
.link--file.mime--wordprocessing:before {
  background-image: url(../images/mime-icon_wordprocessing.svg);
  background-repeat: no-repeat;
}
.link--file.mime--spreadsheet:before {
  background-image: url(../images/mime-icon_spreadsheet.svg);
  background-repeat: no-repeat;
}
.link--file.mime--pdf:before {
  background-image: url(../images/mime-icon_pdf.svg);
  background-repeat: no-repeat;
}
.link--file.mime--binary:before {
  background-image: url(../images/mime-icon_binary.svg);
  background-repeat: no-repeat;
}
.link--file.mime--web-link:before {
  background-image: url(../images/link.svg);
  background-repeat: no-repeat;
}

.link-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: calc(24/20);
  padding: calc(0.5rem - 1px) 1rem calc(0.5rem + 1px);
  background-color: #0959AE;
  border: 0;
  color: white;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  font-weight: 600;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  margin: 0;
}
.link-button:hover, .link-button:active, .link-button:focus {
  background-color: #5C2865;
  color: white;
}
.link-button:visited:not(:hover) {
  background-color: #0959AE;
  color: white;
}
.link-button[disabled=disabled] {
  opacity: 25%;
}
.link-button[disabled=disabled]:hover {
  background-color: #0959AE;
}
.link-button:hover, .link-button:active, .link-button:focus {
  text-decoration: none;
}

img {
  width: 100%;
}

audio, video {
  width: 100%;
}

video {
  height: auto;
}

article.media {
  margin-bottom: 1.5rem;
}
article.media .field--name-name {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.maintenance-page main {
  margin-top: 2rem;
  max-width: 45rem;
}

@media (min-width: 30rem) {
  .media-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .media-block__media {
    min-width: 165px;
  }
  .media-block picture {
    display: block;
    margin-right: 1.5rem;
    max-width: 141px;
  }
}
.media-block.views-row {
  margin-bottom: 2rem;
}
.media-block h2, .media-block h3, .media-block h4 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 30rem) {
  .media-block h2, .media-block h3, .media-block h4 {
    margin-top: 0;
  }
}

body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a, body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-toggle-icon, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a {
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: white;
}
body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a:visited, body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-toggle-icon:visited, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a:visited {
  color: white;
}
body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a:focus, body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-toggle-icon:focus, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a:focus {
  color: black;
}
body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a:hover, body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-toggle-icon:hover, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a:hover {
  color: black;
}
body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a:active, body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-toggle-icon:active, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a:active {
  color: black;
}
body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a:focus, body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-toggle-icon:focus, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a:focus, body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a:hover, body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-toggle-icon:hover, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a:hover {
  outline: none;
  text-decoration: none;
  background-color: white;
}
body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a.is-active, body:not(.path-frontpage):not(.ela-simulation) .is-active.responsive-menu-toggle-icon, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a.is-active {
  background-color: white;
  color: black;
}
body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a.is-active:focus, body:not(.path-frontpage):not(.ela-simulation) .is-active.responsive-menu-toggle-icon:focus, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a.is-active:focus, body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item a.is-active:hover, body:not(.path-frontpage):not(.ela-simulation) .is-active.responsive-menu-toggle-icon:hover, body:not(.path-frontpage):not(.ela-simulation) .mm-listitem a.is-active:hover {
  background-color: #949494;
}

/* Animate menu icon (lines). */
.menu-toggle {
  width: 1.75rem;
  height: 1.5rem;
  top: 2px;
  font-size: 0.875rem;
  position: relative;
}
a:hover .menu-toggle__line1, a:focus .menu-toggle__line1 {
  background-color: black;
}
.mm-wrapper_opening .menu-toggle__line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  width: 26px;
  left: 2px;
}
a:hover .mm-wrapper_opening .menu-toggle__line1 {
  background-color: white;
}
.menu-toggle__line2 {
  top: 9px;
}
a:hover .menu-toggle__line2, a:focus .menu-toggle__line2 {
  background-color: black;
}
.mm-wrapper_opening .menu-toggle__line2 {
  background-color: transparent;
  width: 0;
}
.menu-toggle__line3 {
  top: 18px;
}
a:hover .menu-toggle__line3, a:focus .menu-toggle__line3 {
  background-color: black;
}
.mm-wrapper_opening .menu-toggle__line3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  width: 26px;
  left: 2px;
}
a:hover .mm-wrapper_opening .menu-toggle__line3 {
  background-color: white;
}
.menu-toggle__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-toggle__label {
  margin-left: 0.75rem;
}

.menu--secondary-menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.menu--secondary-menu .menu .menu-item {
  padding-top: 0;
  margin-bottom: 1.5rem;
}
.menu--secondary-menu .menu .menu-item a {
  color: #424242;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.menu--secondary-menu .menu .menu-item a span {
  padding-left: 1rem;
  line-height: 1;
}
.menu--secondary-menu .menu .menu-item a:hover, .menu--secondary-menu .menu .menu-item a:focus {
  text-decoration: none;
}
@media (min-width: 60rem) {
  .menu--secondary-menu .menu .menu-item a {
    font-size: 1.75rem;
    line-height: 1.2857142857;
    height: 4.5rem;
  }
  .menu--secondary-menu .menu .menu-item a:before {
    height: 4.5rem;
  }
}
.menu--secondary-menu .menu .menu-item a.nav-link--logistics {
  background-color: #CAECEC;
}
.menu--secondary-menu .menu .menu-item a.nav-link--logistics:before {
  background-color: #53AAA9;
  content: "";
  background-image: url("../images/ctanav_logistics.svg");
  height: 100%;
  width: 80px;
  display: inline-block;
  background-size: 54px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 250ms ease-in-out background-color;
  transition: 250ms ease-in-out background-color;
}
.menu--secondary-menu .menu .menu-item a.nav-link--logistics:hover, .menu--secondary-menu .menu .menu-item a.nav-link--logistics:focus {
  background-color: #dff4f4;
  outline: none;
}
.menu--secondary-menu .menu .menu-item a.nav-link--logistics:hover:before, .menu--secondary-menu .menu .menu-item a.nav-link--logistics:focus:before {
  background-color: #326665;
}
.menu--secondary-menu .menu .menu-item a.nav-link--reviews {
  background-color: #CAECEC;
}
.menu--secondary-menu .menu .menu-item a.nav-link--reviews:before {
  background-color: #53AAA9;
  content: "";
  background-image: url("../images/ctanav_reviews.svg");
  height: 100%;
  width: 80px;
  display: inline-block;
  background-size: 54px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 250ms ease-in-out background-color;
  transition: 250ms ease-in-out background-color;
}
.menu--secondary-menu .menu .menu-item a.nav-link--reviews:hover, .menu--secondary-menu .menu .menu-item a.nav-link--reviews:focus {
  background-color: #dff4f4;
  outline: none;
}
.menu--secondary-menu .menu .menu-item a.nav-link--reviews:hover:before, .menu--secondary-menu .menu .menu-item a.nav-link--reviews:focus:before {
  background-color: #326665;
}
.menu--secondary-menu .menu .menu-item a.nav-link--groups {
  background-color: #CAECEC;
}
.menu--secondary-menu .menu .menu-item a.nav-link--groups:before {
  background-color: #53AAA9;
  content: "";
  background-image: url("../images/ctanav_groups.svg");
  height: 100%;
  width: 80px;
  display: inline-block;
  background-size: 54px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 250ms ease-in-out background-color;
  transition: 250ms ease-in-out background-color;
}
.menu--secondary-menu .menu .menu-item a.nav-link--groups:hover, .menu--secondary-menu .menu .menu-item a.nav-link--groups:focus {
  background-color: #dff4f4;
  outline: none;
}
.menu--secondary-menu .menu .menu-item a.nav-link--groups:hover:before, .menu--secondary-menu .menu .menu-item a.nav-link--groups:focus:before {
  background-color: #326665;
}
.menu--secondary-menu .menu .menu-item a.nav-link--contact {
  background-color: #CAECEC;
}
.menu--secondary-menu .menu .menu-item a.nav-link--contact:before {
  background-color: #53AAA9;
  content: "";
  background-image: url("../images/ctanav_contact.svg");
  height: 100%;
  width: 80px;
  display: inline-block;
  background-size: 54px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 250ms ease-in-out background-color;
  transition: 250ms ease-in-out background-color;
}
.menu--secondary-menu .menu .menu-item a.nav-link--contact:hover, .menu--secondary-menu .menu .menu-item a.nav-link--contact:focus {
  background-color: #dff4f4;
  outline: none;
}
.menu--secondary-menu .menu .menu-item a.nav-link--contact:hover:before, .menu--secondary-menu .menu .menu-item a.nav-link--contact:focus:before {
  background-color: #326665;
}
.menu--secondary-menu .menu .menu-item:last-child {
  margin-bottom: 0;
}

body:not(.path-frontpage):not(.ela-simulation) .mm-wrapper {
  background-color: white;
}
body:not(.path-frontpage):not(.ela-simulation) .mm-panel {
  background-color: #018181;
}
body:not(.path-frontpage):not(.ela-simulation) .mm-listitem:after {
  display: none;
}
body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-block-wrapper {
  display: none;
}
body:not(.path-frontpage):not(.ela-simulation) .mm-page,
body:not(.path-frontpage):not(.ela-simulation) .mm-wrapper_background body {
  background-color: #ffffff;
}
body:not(.path-frontpage):not(.ela-simulation) .mm-navbar__title {
  text-align: left;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}
body:not(.path-frontpage):not(.ela-simulation) .mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical,
body:not(.path-frontpage):not(.ela-simulation) .mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical {
  margin-left: 0;
}
body:not(.path-frontpage):not(.ela-simulation) .mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page,
body:not(.path-frontpage):not(.ela-simulation) .mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page {
  padding-left: 240px;
  padding-left: 15rem;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu > li {
  display: inline-block;
  position: relative;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu > li ul ul {
  left: 13.75em;
  top: 0;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu ul .fly-left ul {
  left: -13.75em;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu > li > a {
  display: block;
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.35em;
  padding-left: 1em;
  background-color: #fff;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu > li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 13.75em;
  list-style: none;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu li.sfHover > ul,
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu li:hover > ul {
  display: block;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu li li {
  position: relative;
  float: left;
  width: 100%;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu > li > li:hover > ul,
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu > li > li.sfHover > ul {
  display: block;
}
body:not(.path-frontpage):not(.ela-simulation) .horizontal-menu > li li > a {
  display: block;
  position: relative;
  padding-top: 0.25em;
  padding-right: 1em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  text-transform: none;
}
body:not(.path-frontpage):not(.ela-simulation) .off-canvas-wrapper {
  display: block;
}
body:not(.path-frontpage):not(.ela-simulation) .no-js .off-canvas-wrapper {
  display: none;
}
@media (min-width: 48rem) {
  body:not(.path-frontpage):not(.ela-simulation) nav.responsive-menu-block-wrapper {
    display: block;
  }
  body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-toggle-wrapper.responsive-menu-toggle {
    display: none;
  }
}
body:not(.path-frontpage):not(.ela-simulation) #mm-blocker {
  background: rgba(0, 0, 0, 0);
}
body:not(.path-frontpage):not(.ela-simulation) .mm-wrapper_opening #mm-blocker {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background 1s ease 0.3s;
  transition: background 1s ease 0.3s;
}
body:not(.path-frontpage):not(.ela-simulation) .mm-wrapper_opening #page {
  border-left: 1px solid #ccc;
}
body:not(.path-frontpage):not(.ela-simulation) .mm-panel a {
  border-bottom: none;
}
body:not(.path-frontpage):not(.ela-simulation) ul.menu.mm-listview a.is-active {
  color: black;
}
body:not(.path-frontpage):not(.ela-simulation) ul.menu.mm-listview a.is-active:hover, body:not(.path-frontpage):not(.ela-simulation) ul.menu.mm-listview a.is-active:focus {
  background-color: #949494;
}
body:not(.path-frontpage):not(.ela-simulation) .mm-panel a:hover {
  border: none;
}
body:not(.path-frontpage):not(.ela-simulation) ul.menu.mm-listview {
  padding-left: 0;
  margin-left: 0;
}
body:not(.path-frontpage):not(.ela-simulation) .responsive-menu-toggle-icon {
  margin-left: -1rem;
}
body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
}
body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu .menu-item {
  padding-top: 0;
}
@media (min-width: 0) and (max-width: 47.9375rem) {
  body:not(.path-frontpage):not(.ela-simulation) .menu--main .menu {
    display: none;
  }
}
body:not(.path-frontpage):not(.ela-simulation) .region-header .menu--main {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(1, 129, 129, 0.9);
}
@media (min-width: 63rem) and (max-width: 66.9375rem) {
  body:not(.path-frontpage):not(.ela-simulation) .region-header .menu--main--wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
    width: inherit;
  }
}
body:not(.path-frontpage):not(.ela-simulation) .region-header ul.menu {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 47.9375rem) {
  body:not(.path-frontpage):not(.ela-simulation) .menu--secondary-menu {
    display: none;
  }
}

.path-frontpage #block-portal-classy-main-menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item {
  padding-top: 0;
  margin-bottom: 1.5rem;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources {
  background-color: #A23170;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources:hover, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources:focus {
  background-color: #611d43;
  outline: none;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources:before {
  background-color: #A23170;
  content: "";
  background-image: url("../images/ctanav_resources.jpg");
  height: 4rem;
  width: 80px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources:before {
    background-image: url("../images/ctanav_resources_2x.jpg");
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/ctanav_resources.jpg");
    background-image: url("../images/ctanav_resources.jpg");
    background-position: center;
    -webkit-transition: background-size 2s ease-in-out;
    transition: background-size 2s ease-in-out;
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources:before {
    display: none;
  }
}
@media (min-width: 48rem) and (-webkit-min-device-pixel-ratio: 2), (min-width: 48rem) and (min-resolution: 192dpi) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources {
    background-image: url("../images/ctanav_resources_2x.jpg");
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources span {
    background-color: rgba(162, 49, 112, 0.9);
    padding: calc(1rem * .75) 1rem;
    width: 100%;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources:hover span, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources:focus span {
    background-color: #611d43;
  }
}
@media (min-width: 53rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources {
    background-size: 120%;
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources:hover, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--resources:focus {
    background-size: 130%;
  }
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning {
  background-color: #882D0A;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning:hover, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning:focus {
  background-color: #521b06;
  outline: none;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning:before {
  background-color: #882D0A;
  content: "";
  background-image: url("../images/ctanav_e-learning.jpg");
  height: 4rem;
  width: 80px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning:before {
    background-image: url("../images/ctanav_e-learning_2x.jpg");
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/ctanav_e-learning.jpg");
    background-image: url("../images/ctanav_e-learning.jpg");
    background-position: center;
    -webkit-transition: background-size 2s ease-in-out;
    transition: background-size 2s ease-in-out;
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning:before {
    display: none;
  }
}
@media (min-width: 48rem) and (-webkit-min-device-pixel-ratio: 2), (min-width: 48rem) and (min-resolution: 192dpi) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning {
    background-image: url("../images/ctanav_e-learning_2x.jpg");
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning span {
    background-color: rgba(136, 45, 10, 0.9);
    padding: calc(1rem * .75) 1rem;
    width: 100%;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning:hover span, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning:focus span {
    background-color: #521b06;
  }
}
@media (min-width: 53rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning {
    background-size: 120%;
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning:hover, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--e-learning:focus {
    background-size: 130%;
  }
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq {
  background-color: #35689F;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq:hover, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq:focus {
  background-color: #203e5f;
  outline: none;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq:before {
  background-color: #35689F;
  content: "";
  background-image: url("../images/ctanav_faq.jpg");
  height: 4rem;
  width: 80px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq:before {
    background-image: url("../images/ctanav_faq_2x.jpg");
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/ctanav_faq.jpg");
    background-image: url("../images/ctanav_faq.jpg");
    background-position: center;
    -webkit-transition: background-size 2s ease-in-out;
    transition: background-size 2s ease-in-out;
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq:before {
    display: none;
  }
}
@media (min-width: 48rem) and (-webkit-min-device-pixel-ratio: 2), (min-width: 48rem) and (min-resolution: 192dpi) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq {
    background-image: url("../images/ctanav_faq_2x.jpg");
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq span {
    background-color: rgba(53, 104, 159, 0.9);
    padding: calc(1rem * .75) 1rem;
    width: 100%;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq:hover span, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq:focus span {
    background-color: #203e5f;
  }
}
@media (min-width: 53rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq {
    background-size: 120%;
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq:hover, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--faq:focus {
    background-size: 130%;
  }
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms {
  background-color: #5C2865;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms:hover, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms:focus {
  background-color: #37183d;
  outline: none;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms:before {
  background-color: #5C2865;
  content: "";
  background-image: url("../images/ctanav_oms.jpg");
  height: 4rem;
  width: 80px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms:before {
    background-image: url("../images/ctanav_oms_2x.jpg");
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/ctanav_oms.jpg");
    background-image: url("../images/ctanav_oms.jpg");
    background-position: center;
    -webkit-transition: background-size 2s ease-in-out;
    transition: background-size 2s ease-in-out;
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms:before {
    display: none;
  }
}
@media (min-width: 48rem) and (-webkit-min-device-pixel-ratio: 2), (min-width: 48rem) and (min-resolution: 192dpi) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms {
    background-image: url("../images/ctanav_oms_2x.jpg");
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms span {
    background-color: rgba(92, 40, 101, 0.9);
    padding: calc(1rem * .75) 1rem;
    width: 100%;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
  }
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms:hover span, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms:focus span {
    background-color: #37183d;
  }
}
@media (min-width: 53rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms {
    background-size: 120%;
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms:hover, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a.nav-link--oms:focus {
    background-size: 130%;
  }
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a {
  color: white;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a span {
  padding-left: 1rem;
  line-height: 1;
}
.path-frontpage #block-portal-classy-main-menu .menu .menu-item a:hover, .path-frontpage #block-portal-classy-main-menu .menu .menu-item a:focus {
  text-decoration: none;
}
@media (min-width: 48rem) {
  .path-frontpage #block-portal-classy-main-menu .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item {
    margin-bottom: 0;
    width: calc(25% - 0.75rem);
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a {
    height: 232px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 60rem) {
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item {
    width: calc(25% - 1.125rem);
  }
  .path-frontpage #block-portal-classy-main-menu .menu .menu-item a {
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}

.block--shaded.block-menu ul.menu {
  margin-left: 0;
  margin-top: 0;
}
.block--shaded.block-menu li.menu-item {
  padding-top: 0;
  margin-bottom: 0.5rem;
}
.block--shaded.block-menu .menu-item--collapsed {
  list-style-type: none;
  list-style-image: none;
}

.cfsr-sso-fips-oms .form-actions, .cfsr-sso-fips-r3-oms .form-actions, .cfsr-sso-fips-r4-oms .form-actions, .resources .form-actions, .ela-form .form-actions, .faq .form-actions {
  margin-top: 2rem;
  margin-bottom: 3rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 37.5rem) and (max-width: 48rem) {
  .cfsr-sso-fips-oms .form-actions, .cfsr-sso-fips-r3-oms .form-actions, .cfsr-sso-fips-r4-oms .form-actions, .resources .form-actions, .ela-form .form-actions, .faq .form-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 60rem) {
  .cfsr-sso-fips-oms .form-actions, .cfsr-sso-fips-r3-oms .form-actions, .cfsr-sso-fips-r4-oms .form-actions, .resources .form-actions, .ela-form .form-actions, .faq .form-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cfsr-sso-fips-oms .form-actions__block, .cfsr-sso-fips-r3-oms .form-actions__block, .cfsr-sso-fips-r4-oms .form-actions__block, .resources .form-actions__block, .ela-form .form-actions__block, .faq .form-actions__block {
  background-color: #eeeeee;
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 22rem) and (max-width: 37.5rem) {
  .cfsr-sso-fips-oms .form-actions__block, .cfsr-sso-fips-r3-oms .form-actions__block, .cfsr-sso-fips-r4-oms .form-actions__block, .resources .form-actions__block, .ela-form .form-actions__block, .faq .form-actions__block {
    margin-bottom: 2rem;
  }
}
@media (min-width: 37.5rem) and (max-width: 48rem) {
  .cfsr-sso-fips-oms .form-actions__block, .cfsr-sso-fips-r3-oms .form-actions__block, .cfsr-sso-fips-r4-oms .form-actions__block, .resources .form-actions__block, .ela-form .form-actions__block, .faq .form-actions__block {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 48rem) and (max-width: 60rem) {
  .cfsr-sso-fips-oms .form-actions__block, .cfsr-sso-fips-r3-oms .form-actions__block, .cfsr-sso-fips-r4-oms .form-actions__block, .resources .form-actions__block, .ela-form .form-actions__block, .faq .form-actions__block {
    margin-bottom: 2rem;
  }
}
@media (min-width: 60rem) {
  .cfsr-sso-fips-oms .form-actions__block, .cfsr-sso-fips-r3-oms .form-actions__block, .cfsr-sso-fips-r4-oms .form-actions__block, .resources .form-actions__block, .ela-form .form-actions__block, .faq .form-actions__block {
    width: calc(50% - 0.75rem);
  }
}
.cfsr-sso-fips-oms .form-actions__block p, .cfsr-sso-fips-r3-oms .form-actions__block p, .cfsr-sso-fips-r4-oms .form-actions__block p, .resources .form-actions__block p, .ela-form .form-actions__block p, .faq .form-actions__block p {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.cfsr-sso-fips-oms .form-actions__block input, .cfsr-sso-fips-r3-oms .form-actions__block input, .cfsr-sso-fips-r4-oms .form-actions__block input, .resources .form-actions__block input, .ela-form .form-actions__block input, .faq .form-actions__block input {
  margin-bottom: 1rem;
}

.form-actions__block--oms3, .form-actions__block--oms4, .form-actions__block--oms4-practice {
  position: relative;
  overflow: clip;
}
.form-actions__block--oms3 > *, .form-actions__block--oms4 > *, .form-actions__block--oms4-practice > * {
  z-index: 15;
}
.form-actions__block--oms3:after, .form-actions__block--oms4:after, .form-actions__block--oms4-practice:after {
  font-size: 13em;
  position: absolute;
  z-index: 10;
  right: -15px;
  font-weight: 600;
  bottom: -36px;
  line-height: 1;
}

.form-actions__block--oms3:after {
  color: #b8c1cd;
  content: "3";
}

.form-actions__block--oms4:after {
  color: #a6d3d3;
  content: "4";
}

.form-actions__block--oms4--practice:after, .form-actions__block--oms3--practice:after {
  color: #dadada;
}

.path-resources .views-row[aria-hidden=true] {
  margin-bottom: 0.5rem;
}
.path-resources .views-row:last-child article {
  margin-bottom: 2rem;
}

.field--name-field-resource-description {
  margin-bottom: 1rem;
}
.field--name-field-resource-description p:last-of-type {
  margin-bottom: 0;
}

hr {
  border-bottom: 1px solid #949494;
  border-top: 0;
}
hr.hr--padded {
  margin: 1.5rem 0 1rem;
}

#search-block-form label:after {
  content: none;
}

.search-block-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.search-block-form .form-type-search {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 48rem) {
  body.path-frontpage .search-block-form .form-type-search {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search-block-form .form-type-search label {
  color: #BB4648;
  text-transform: uppercase;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-bottom: 0.5rem;
  display: block;
}
.search-block-form .form-search {
  padding: 1rem;
  width: 100%;
  border-color: #e4e4e4;
  background-color: #e4e4e4;
}
@media (min-width: 30rem) {
  .search-block-form .form-search {
    border: none;
  }
}
.search-block-form .search-form__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-block-form .search-form__button .button-label__text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.search-block-form .search-form__button .button-label__icon {
  fill: white;
  margin-top: 6px;
}
.search-block-form .search-form__button {
  height: 3.5rem;
  display: block;
}

#block-searchform-2 {
  margin-bottom: 1.5rem;
}

table {
  width: 100%;
}
table th,
table td {
  display: block;
  padding: 0.5rem 1rem;
  display: table-cell;
  border-left: #fff solid 2px;
  border-right: #fff solid 2px;
  font-size: 16px;
}
table th:first-of-type,
table td:first-of-type {
  border-left: 0;
}
table th:last-of-type,
table td:last-of-type {
  border-right: 0;
}
table th + td:first-of-type,
table thead td + th:first-of-type {
  border-left: #fff solid 2px;
}
table thead th,
table thead td {
  display: none;
  display: table-cell;
  background-color: #35689F;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}
table thead th a, table thead th a:visited,
table thead td a,
table thead td a:visited {
  color: white;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table thead th a:hover, table thead th a:focus,
table thead td a:hover,
table thead td a:focus {
  color: black;
}
table th, table thead td {
  font-weight: 600;
}
table tbody tr:nth-child(odd) {
  background-color: #e4e4e4;
  border: none;
}
table tbody tr:nth-child(even) {
  background-color: #eeeeee;
  border: none;
}
table caption {
  text-align: left;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
  margin-bottom: 0.5rem;
}
table select, table select:hover {
  background-color: white;
}

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}

.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px/50% 0 0 50%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.75);
          box-shadow: -5px 0 10px rgba(0, 0, 0, 0.75);
  content: "";
}

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto;
}

.scrollable > div::-webkit-scrollbar {
  height: 12px;
}

.scrollable > div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #eeeeee;
}

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #949494;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  table thead th a, table thead td a {
    text-decoration: underline;
  }
}
.tablesort--desc {
  background-image: url(../images/twistie-up.svg);
}

.tablesort--asc {
  background-image: url(../images/twistie-down.svg);
}

table .draggable > td:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 0;
}
table .draggable > td:first-of-type input.form-text {
  width: 100%;
}
table .draggable .handle {
  width: 22px;
  height: 22px;
}
table .draggable a.tabledrag-handle {
  margin-left: 0;
  margin-right: 4px;
}
table .draggable a.tabledrag-handle .handle {
  width: 40px;
  height: 44px;
  margin: 0;
  background-position: 0 4px;
}
table .draggable.drag {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.29);
  position: relative;
  z-index: 9999;
  background-color: #CBD9E6;
}
table .draggable.drag td {
  background-color: #CBD9E6;
}

.touchevents .draggable .menu-item__link {
  padding: 0;
}
@media (min-width: 30rem) {
  .touchevents .draggable td {
    padding: 0.5rem 1rem;
  }
}

.tabledrag-toggle-weight-wrapper {
  margin-bottom: 0.5rem;
}

/* barlow-regular - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/portal_classy/fonts/barlow-v4-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Barlow Regular"), local("Barlow-Regular"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-regular.woff2") format("woff2"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-regular.woff") format("woff"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-regular.ttf") format("truetype"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-regular.svg#Barlow") format("svg");
  /* Legacy iOS */
}
/* barlow-italic - latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  src: url("/themes/custom/portal_classy/fonts/barlow-v4-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Barlow Italic"), local("Barlow-Italic"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-italic.eot?#iefix") format("embedded-opentype"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-italic.woff2") format("woff2"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-italic.woff") format("woff"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-italic.ttf") format("truetype"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-italic.svg#Barlow") format("svg");
  /* Legacy iOS */
}
/* barlow-600 - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Barlow SemiBold"), local("Barlow-SemiBold"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600.eot?#iefix") format("embedded-opentype"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600.woff2") format("woff2"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600.woff") format("woff"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600.ttf") format("truetype"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600.svg#Barlow") format("svg");
  /* Legacy iOS */
}
/* barlow-600italic - latin */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  src: url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local("Barlow SemiBold Italic"), local("Barlow-SemiBoldItalic"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600italic.eot?#iefix") format("embedded-opentype"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600italic.woff2") format("woff2"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600italic.woff") format("woff"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600italic.ttf") format("truetype"), url("/themes/custom/portal_classy/fonts/barlow-v4-latin-600italic.svg#Barlow") format("svg");
  /* Legacy iOS */
}
/* barlow-semi-condensed-regular - latin */
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Barlow Semi Condensed Regular"), local("BarlowSemiCondensed-Regular"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-regular.woff2") format("woff2"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-regular.woff") format("woff"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-regular.ttf") format("truetype"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-regular.svg#BarlowSemiCondensed") format("svg");
  /* Legacy iOS */
}
/* barlow-semi-condensed-italic - latin */
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Barlow Semi Condensed Italic"), local("BarlowSemiCondensed-Italic"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-italic.eot?#iefix") format("embedded-opentype"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-italic.woff2") format("woff2"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-italic.woff") format("woff"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-italic.ttf") format("truetype"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-italic.svg#BarlowSemiCondensed") format("svg");
  /* Legacy iOS */
}
/* barlow-semi-condensed-600 - latin */
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Barlow Semi Condensed SemiBold"), local("BarlowSemiCondensed-SemiBold"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600.eot?#iefix") format("embedded-opentype"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600.woff2") format("woff2"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600.woff") format("woff"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600.ttf") format("truetype"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600.svg#BarlowSemiCondensed") format("svg");
  /* Legacy iOS */
}
/* barlow-semi-condensed-600italic - latin */
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: italic;
  font-weight: 600;
  src: url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local("Barlow Semi Condensed SemiBold Italic"), local("BarlowSemiCondensed-SemiBoldItalic"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600italic.eot?#iefix") format("embedded-opentype"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600italic.woff2") format("woff2"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600italic.woff") format("woff"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600italic.ttf") format("truetype"), url("/themes/custom/portal_classy/fonts/barlow-semi-condensed-v5-latin-600italic.svg#BarlowSemiCondensed") format("svg");
  /* Legacy iOS */
}
body {
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #373737;
}
@media (min-width: 30rem) {
  body {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

b, strong {
  font-weight: 600;
}

h1 {
  font-family: "Barlow Semi Condensed", Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  max-width: 45rem;
  font-weight: 600;
  margin-top: 0;
}

p + h2, ul + h2, ol + h2, p + h3, ul + h3, ol + h3, p + h4, ul + h4, ol + h4 {
  margin-top: 2rem;
}

p + h5 {
  margin-top: 1.5rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  margin-bottom: 1rem;
}
@media (min-width: 30rem) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

h2 {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  margin-bottom: 1rem;
}
@media (min-width: 30rem) {
  h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-bottom: 0.5rem;
}
@media (min-width: 30rem) {
  h3 {
    font-size: 1.625rem;
    line-height: 1.3076923077;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
@media (min-width: 30rem) {
  h4 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-bottom: 0.5rem;
}
@media (min-width: 30rem) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul, ol {
  padding-left: 2rem;
}

li {
  margin-bottom: 0.5rem;
}

@media (min-width: 48rem) {
  li {
    max-width: 45rem;
    margin-bottom: 0.5rem;
  }

  p {
    max-width: 45rem;
  }
}
dt {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: bold;
  display: block;
}
@media (min-width: 30rem) {
  dt {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

dd {
  margin-left: 0;
  margin-bottom: 2rem;
  display: block;
}

.u-text-allcaps {
  text-transform: uppercase;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-italic {
  font-style: italic;
}

.u-text-fs1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.u-text-fs2 {
  font-size: 2.25rem;
  line-height: 1.2222222222;
}

.u-text-fs3 {
  font-size: 2rem;
  line-height: 1.25;
}

.u-text-fs4 {
  font-size: 1.75rem;
  line-height: 1.2857142857;
}

.u-text-fs5 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

.u-text-fs6 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.u-text-fs7 {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.u-text-fs8 {
  font-size: 1rem;
  line-height: 1.5;
}

.block-user-login-block .form-text, .block-tfa-user-login-block .form-text {
  width: 100%;
}
.block-user-login-block li, .block-tfa-user-login-block li {
  list-style: none;
  margin-left: 0;
}

.user-log-updates-list {
  margin: 0px;
}
.user-log-updates-list li {
  margin: 0px;
}

.user-status-tag:after {
  top: 10px;
}
.user-status-tag--vertically-centered:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.user-status-tag + .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}
.user-status-tag--danger {
  width: 100%;
}
.user-status-tag--warning {
  width: 100%;
}
.user-status-tag--success {
  width: 100%;
}

.view-header {
  margin-bottom: 2rem;
}
.view-header p:last-of-type {
  margin-bottom: 0;
}

.views-row {
  margin-bottom: 1rem;
}
.views-row + h3, .views-row + h2 {
  margin-top: 2rem;
}

.views-row:not(:first-of-type) > h3, .views-row:not(:first-of-type) > h2, .views-row:not(:first-of-type) > article > h3, .views-row:not(:first-of-type) > article > h2 {
  margin-top: 2rem;
}

.path-webform main {
      grid-template-areas: "one one" "two three";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.path-webform .layout-sidebar-first, .path-webform .layout-sidebar-second {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after, input[type=search] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body:not(.maintenance-page) main {
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  body:not(.maintenance-page) main {
    display: -ms-grid;
    display: grid;
    gap: 0 2rem;
    -ms-grid-columns: minmax(10px, 747px) 2rem minmax(10px, 300px);
    grid-template-columns: minmax(10px, 747px) minmax(10px, 300px);
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
        grid-template-areas: "one two" "one three";
  }
  body:not(.maintenance-page) main > .accordion__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body:not(.maintenance-page) main > .accordion__panel {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  body:not(.maintenance-page) main > .ela__step-status {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
body:not(.maintenance-page) main .layout-content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: one;
}
body:not(.maintenance-page) main .layout-sidebar-first {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: two;
}
body:not(.maintenance-page) main .layout-sidebar-second {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: three;
}
@media (min-width: 48rem) {
  body:not(.maintenance-page) main > .layout-content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body:not(.maintenance-page) main > .layout-sidebar-first {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body:not(.maintenance-page) main > .layout-sidebar-second {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.layout-content .block:not(.block-page-title-block), .region-sidebar-first .block:not(.block-page-title-block), .region-sidebar-second .block:not(.block-page-title-block) {
  margin-bottom: 1.5rem;
}

.u-layout-mb-half-space {
  margin-bottom: 0.5rem;
}

.u-layout-mb-space {
  margin-bottom: 1rem;
}

.u-layout-mt-half-space {
  margin-top: 0.5rem;
}

.u-layout-mt-space {
  margin-top: 1rem;
}

.u-layout-mt-double-space {
  margin-top: 2rem;
}

body.path-resources header[role=banner] {
  background-image: url("../images/inner-hero_resources.jpg");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.path-resources header[role=banner] {
    background-image: url("../images/inner-hero_resources_2x.jpg");
  }
}
body.path-resources .region-header .menu--main {
  background-color: rgba(162, 49, 112, 0.9);
}
body.path-resources header {
  background-position: 76% 50%;
}

body.path-e-learning header[role=banner] {
  background-image: url("../images/inner-hero_e-learning.jpg");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.path-e-learning header[role=banner] {
    background-image: url("../images/inner-hero_e-learning_2x.jpg");
  }
}
body.path-e-learning .region-header .menu--main {
  background-color: rgba(136, 45, 10, 0.9);
}

body.path-osri-faq header[role=banner] {
  background-image: url("../images/inner-hero_faq.jpg");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.path-osri-faq header[role=banner] {
    background-image: url("../images/inner-hero_faq_2x.jpg");
  }
}
body.path-osri-faq .region-header .menu--main {
  background-color: rgba(53, 104, 159, 0.9);
}
body.path-osri-faq header {
  background-position: 61% 50%;
}

body.path-oms header[role=banner] {
  background-image: url("../images/inner-hero_oms.jpg");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body.path-oms header[role=banner] {
    background-image: url("../images/inner-hero_oms_2x.jpg");
  }
}
body.path-oms .region-header .menu--main {
  background-color: rgba(92, 40, 101, 0.9);
}
body.path-oms header {
  background-position: 84% 50%;
}

/* autoprefixer grid: autoplace */
