/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./src/app/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.btn {
  display: inline-block;
  margin: 0;
  border: 2px solid #007398;
  background-color: #007398;
  color: #fff;
  padding: 5px 16px;
  height: 40px;
  font-size: 18px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:hover, .btn:focus {
  cursor: pointer;
  border: 2px solid #e9711c;
  background-color: #e9711c;
}

.btn-link {
  color: #007398;
  text-decoration: underline;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-arrow .icon-chevron-left,
.btn-arrow .icon-chevron-right {
  fill: white;
  margin-bottom: -2px;
}
.btn-arrow .icon-chevron-left {
  margin-right: 8px;
}
.btn-arrow .icon-chevron-right {
  margin-left: 8px;
  margin-right: -8px;
}

@-webkit-keyframes icon-spinner-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes icon-spinner-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.icon-spinner > rect {
  -webkit-animation: icon-spinner-anim 0.5s linear infinite;
          animation: icon-spinner-anim 0.5s linear infinite;
}
.icon-spinner > rect:nth-of-type(2) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.icon-spinner > rect:nth-of-type(3) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.icon-spinner > rect:nth-of-type(4) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.icon-spinner > rect:nth-of-type(5) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.icon-spinner > rect:nth-of-type(6) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.icon-spinner > rect:nth-of-type(7) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.icon-spinner > rect:nth-of-type(8) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.icon-spinner > rect:nth-of-type(9) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.LoadingSpinner {
  position: relative;
  margin: 10px auto;
  width: 20px;
  height: 20px;
}
.LoadingSpinner .double-bounce1,
.LoadingSpinner .double-bounce2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
  opacity: 0.6;
  border-radius: 50%;
  background-color: #333;
  width: 100%;
  height: 100%;
}
.LoadingSpinner .double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.els-form-checkbox {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 34px;
  margin-top: 20px;
}

.els-form-checkbox-input {
  opacity: 0;
  position: absolute;
}

.els-form-checkbox-label {
  color: #505050;
  font-size: 15px;
  margin-left: 5px;
}

.els-form-checkbox-input:focus + .els-form-checkbox-visual {
  border-color: #505050;
}

.els-form-checkbox-visual {
  background-color: #fff;
  border: 2px solid #b9b9b9;
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  margin-left: -32px;
  position: relative;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  vertical-align: middle;
  width: 20px;
}
.els-form-checkbox-visual:after {
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  content: "";
  display: inline-block;
  height: 0;
  left: 3px;
  position: absolute;
  top: 3px;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
  border-width: 10px 10px 0 0;
}

.els-form-checkbox-input:checked + .els-form-checkbox-visual:after {
  border-color: #e9711c #e9711c #fff #fff;
}

.els-form-radio-button {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 32px;
}
.els-form-radio-button .els-form-radio-input {
  opacity: 0;
  position: absolute;
}
.els-form-radio-button .els-form-radio-label {
  color: #505050;
  font-size: 18px;
  margin-left: 5px;
}
.els-form-radio-button .els-form-radio-input:focus + .els-form-radio-visual {
  border-color: #505050;
}
.els-form-radio-button .els-form-radio-visual {
  background-color: #fff;
  border: 2px solid #b9b9b9;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  margin-right: 8px;
  margin-left: -32px;
  position: relative;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  vertical-align: middle;
  width: 24px;
}
.els-form-radio-button .els-form-radio-visual:after {
  background-color: #fff;
  border-color: #fff;
  border-style: solid;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0;
  left: 4px;
  position: absolute;
  top: 4px;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 0;
  border-width: 0;
}
.els-form-radio-button .els-form-radio-input:checked + .els-form-radio-visual:after {
  border-color: #e9711c #e9711c #e9711c #e9711c;
  border-width: 6px 6px 6px 6px;
}

.error-actions li {
  list-style: disc;
}

.sso-router, .wayfless-url-router, .idp-router {
  width: 100%;
  z-index: 1;
  color: #fff;
}
.sso-router .hidden, .wayfless-url-router .hidden, .idp-router .hidden {
  display: none;
}
.sso-router .loading-spinner, .wayfless-url-router .loading-spinner, .idp-router .loading-spinner {
  padding-top: 276px;
  padding-bottom: 312px;
  text-align: center;
}
.sso-router .redirect-message-container, .wayfless-url-router .redirect-message-container, .idp-router .redirect-message-container {
  padding-top: 192px;
  padding-bottom: 256px;
  width: 100%;
  color: #fff;
}
.sso-router .redirect-message-container .redirect-message-box, .wayfless-url-router .redirect-message-container .redirect-message-box, .idp-router .redirect-message-container .redirect-message-box {
  width: 600px;
  line-height: 1.56;
  margin: auto auto auto auto;
  background-color: #fff;
  color: #505050;
  border-top: 2px solid #e9711c;
  padding: 25px 32px 18px;
  -webkit-box-shadow: 0 0 0 16px rgba(220, 220, 220, 0.6);
          box-shadow: 0 0 0 16px rgba(220, 220, 220, 0.6);
  font-family: inherit;
  font-size: 18px;
}
.sso-router .redirect-message-container .redirect-message-box .redirect-message-title, .wayfless-url-router .redirect-message-container .redirect-message-box .redirect-message-title, .idp-router .redirect-message-container .redirect-message-box .redirect-message-title {
  margin-bottom: 8px;
  line-height: 1.48;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 27px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.sso-router, .wayfless-url-router, .idp-router {
  width: 100%;
  z-index: 1;
  color: #fff;
}
.sso-router .hidden, .wayfless-url-router .hidden, .idp-router .hidden {
  display: none;
}
.sso-router .loading-spinner, .wayfless-url-router .loading-spinner, .idp-router .loading-spinner {
  padding-top: 276px;
  padding-bottom: 312px;
  text-align: center;
}
.sso-router .redirect-message-container, .wayfless-url-router .redirect-message-container, .idp-router .redirect-message-container {
  padding-top: 192px;
  padding-bottom: 256px;
  width: 100%;
  color: #fff;
}
.sso-router .redirect-message-container .redirect-message-box, .wayfless-url-router .redirect-message-container .redirect-message-box, .idp-router .redirect-message-container .redirect-message-box {
  width: 600px;
  line-height: 1.56;
  margin: auto auto auto auto;
  background-color: #fff;
  color: #505050;
  border-top: 2px solid #e9711c;
  padding: 25px 32px 18px;
  -webkit-box-shadow: 0 0 0 16px rgba(220, 220, 220, 0.6);
          box-shadow: 0 0 0 16px rgba(220, 220, 220, 0.6);
  font-family: inherit;
  font-size: 18px;
}
.sso-router .redirect-message-container .redirect-message-box .redirect-message-title, .wayfless-url-router .redirect-message-container .redirect-message-box .redirect-message-title, .idp-router .redirect-message-container .redirect-message-box .redirect-message-title {
  margin-bottom: 8px;
  line-height: 1.48;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 27px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.translucentContainer {
  background-color: rgba(220, 220, 220, 0.5);
  padding: 16px;
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 785px) {
  .translucentContainer {
    display: block;
    width: 416px;
  }
}
@media (max-width: 512px) {
  .translucentContainer {
    padding: 0;
  }
}

.translucentContainerTop {
  background-color: rgba(220, 220, 220, 0.5);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 0;
  max-width: 848px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 785px) {
  .translucentContainerTop {
    display: block;
    width: 416px;
  }
}
@media (max-width: 512px) {
  .translucentContainerTop {
    padding: 0;
  }
}

html {
  /* NOTE
    'font-smoothing' has to be prefixed manually as it is not part of the CSS spec
    and autoprefixer does not support it
  */
  -webkit-font-smoothing: antialiased;
}

.chooseorg .test {
  color: #fff;
}
.chooseorg .chooseorg-container {
  padding-top: 125px;
  padding-bottom: 147px;
  background-color: #1B4853;
  background-size: cover;
  width: 100%;
  z-index: 1;
  color: #fff;
}
@media (max-width: 512px) {
  .chooseorg .chooseorg-container {
    padding: 0 0 50px 0;
    background: none;
    color: initial;
  }
}
.chooseorg .chooseorg-container .chooseorg-box {
  width: 512px;
  min-height: 544px;
  margin: auto auto auto auto;
  background-color: #fff;
  color: rgb(50, 50, 50);
  border-top: 2px solid #e9711c;
  padding: 25px 32px 55px;
  -webkit-box-shadow: 0 0 0 16px rgba(220, 220, 220, 0.6);
          box-shadow: 0 0 0 16px rgba(220, 220, 220, 0.6);
  font-family: inherit;
}
@media (max-width: 512px) {
  .chooseorg .chooseorg-container .chooseorg-box {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
  }
}
.chooseorg .chooseorg-container .chooseorg-box .chooseorg-title {
  margin-bottom: 8px;
  line-height: 40px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 27px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}
.chooseorg .chooseorg-container .chooseorg-box .error-container .error-message {
  margin: 10px 0;
  color: rgb(200, 55, 39);
  font-size: 15px;
}
.chooseorg .chooseorg-container .chooseorg-box .error-container button {
  margin: 10px 0;
}

.chooseorg-form .chooseorg-description p {
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  margin-top: 20px;
  color: #505050;
}
.chooseorg-form .please-select-one-or p {
  margin-top: 30px;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}
.chooseorg-form .els-remember-me-checkbox {
  margin: 16px 0;
}
.chooseorg-form .chooseorg-submit {
  margin-bottom: 55px;
  margin-top: 67px;
}
.chooseorg-form .chooseorg-submit .btn {
  margin-right: 0;
  width: 140px;
  float: right;
  height: 40px;
  font-size: 1.15rem;
}

.chooseorg-options {
  font-size: 15px;
  font-size: 0.95rem;
  margin: 25px 0;
}
.chooseorg-options .chooseorg-option-container {
  margin-bottom: 10px;
}

html {
  /* NOTE
    'font-smoothing' has to be prefixed manually as it is not part of the CSS spec
    and autoprefixer does not support it
  */
  -webkit-font-smoothing: antialiased;
}

.login-option .login-option-container {
  padding: 0 0 50px 0;
  background: none;
  width: 100%;
  z-index: 1;
}
@media (min-width: 512px) {
  .login-option .login-option-container {
    padding-top: 50px;
    padding-bottom: 80px;
    background: url("https://id.elsevier.com/assets/images/SD/page.jpg") no-repeat;
    background-size: cover;
  }
}
.login-option .login-option-container .login-option-box {
  width: 100%;
  margin: 0;
  padding: 32px;
  position: relative;
  background-color: #fff;
}
.login-option .login-option-container .login-option-box .institution-login-option {
  margin-bottom: 32px;
}
.login-option .login-option-container .login-option-box .login-option-text-container {
  margin-left: 80px;
}
.login-option .login-option-container .login-option-box h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
.login-option .login-option-container .login-option-box .login-icon {
  width: 60px;
  height: 60px;
  float: left;
}
.login-option .login-option-container .login-option-box .login-option-header {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 48em) {
  .login-option .login-option-container .login-option-box .login-option-header {
    height: 56px;
  }
}
.login-option .login-option-container .login-option-box .additional-link {
  font-size: 16px;
  line-height: 24px;
}
.login-option .login-option-container .login-option-box .login-option-text {
  font-size: 14px;
  line-height: 22px;
}
.login-option .login-option-container .login-option-box .link-button {
  font-size: 18px;
  width: 100%;
}
.login-option .login-option-container .login-option-box .link-button-primary {
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.login-option .login-option-container .login-option-box .link-button-primary .icon-pdf-multicolor {
  height: 21px;
  margin-bottom: 4px;
  margin-right: 16px;
}
.login-option .login-option-container .login-option-box .inst-icon {
  padding: 4px 14px 3px 0;
  margin: 6px 14px 0 0;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.5);
  height: 31px;
  width: 40px;
  float: left;
}
@media (min-width: 513px) {
  .login-option .login-option-container .login-option-box {
    width: 513px;
    margin: auto;
  }
  .login-option .login-option-container .login-option-box .link-button, .login-option .login-option-container .login-option-box .additional-link {
    margin-left: 80px;
    width: 317px;
  }
}
@media (min-width: 48em) {
  .login-option .login-option-container .login-option-box {
    width: 750px;
  }
  .login-option .login-option-container .login-option-box h2 {
    margin-bottom: 16px;
  }
  .login-option .login-option-container .login-option-box .institution-login-option {
    padding-right: 24px;
    margin-bottom: 0px;
  }
  .login-option .login-option-container .login-option-box .individual-login-option {
    padding-left: 24px;
  }
  .login-option .login-option-container .login-option-box .login-option-text-container {
    margin-left: 0px;
    margin-top: 8px;
  }
  .login-option .login-option-container .login-option-box .login-option-text {
    line-height: 27px;
  }
  .login-option .login-option-container .login-option-box .login-icon {
    width: 100%;
    height: 128px;
    margin: auto;
    float: none;
  }
  .login-option .login-option-container .login-option-box .link-button, .login-option .login-option-container .login-option-box .additional-link {
    margin-left: 0px;
    width: 100%;
  }
}

@font-face {
  font-family: "NexusSerif";
  src: url("/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NexusSerif";
  src: url("/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "NexusSerif";
  src: url("/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-Italic.woff") format("woff");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexusSerif";
  src: url("/shared-assets/3/fonts/nexus/1.0/serif/NexusSerifWebPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexusSans";
  src: url("/shared-assets/3/fonts/nexus/1.0/sans/NexusSansWebPro-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NexusSans";
  src: url("/shared-assets/3/fonts/nexus/1.0/sans/NexusSansWebPro-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "NexusSans";
  src: url("/shared-assets/3/fonts/nexus/1.0/sans/NexusSansWebPro-Italic.woff") format("woff");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexusSans";
  src: url("/shared-assets/3/fonts/nexus/1.0/sans/NexusSansWebPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.focused, .switch-input:focus + .switch-check, .switch-input:focus-visible + .switch-check, .switch-input:focus-within + .switch-check, .tabs-control:enabled button:focus-visible, .tabs-control:enabled a:focus-visible, .tab[aria-disabled=false] button:focus-visible, .tab[aria-disabled=false] a:focus-visible, .highlight-on-focus:focus-visible, .highlight-on-focus-and-hover button:focus-visible, .highlight-on-focus-and-hover a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #eb6500 !important;
}

.highlight-on-focus-and-hover {
  -webkit-transition: border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, border-bottom-color 0.3s;
  transition: box-shadow 0.3s, border-bottom-color 0.3s;
  transition: box-shadow 0.3s, border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  border-bottom: 1px solid #2e2e2e;
}
.highlight-on-focus-and-hover button, .highlight-on-focus-and-hover a {
  outline: none;
}
.highlight-on-focus-and-hover:hover {
  -webkit-box-shadow: 0px -4px 0 -1px #eb6500 inset !important;
          box-shadow: 0px -4px 0 -1px #eb6500 inset !important;
  border-collapse: separate;
  border-bottom: 1px solid #eb6500 !important;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border-radius: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
  border-radius: 0;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

wbr:after {
  content: "​";
}

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

abbr[title],
dfn[title] {
  cursor: help;
}

u,
ins {
  text-decoration: none;
}

ins {
  border-bottom: 1px solid;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 1.25rem;
  line-height: 1.4;
}

body {
  font-family: NexusSans, Arial, Helvetica, Lucida Sans Unicode, Microsoft Sans Serif, Segoe UI Symbol, STIXGeneral, Cambria Math, Arial Unicode MS, sans-serif;
  color: #2e2e2e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  width: 100%;
  margin: 0 auto;
}

.grid:before, .row:before, .grid:after, .row:after {
  content: " ";
  display: table;
}
.grid:after, .row:after {
  clear: both;
}

.grid img {
  width: auto;
  max-width: 100%;
  height: auto;
}

[class*=col-] {
  float: left;
  width: 100%;
  min-height: 1px;
}

.gutters.row {
  margin-left: -8px;
  margin-right: -8px;
}
.gutters > [class*=col-], .gutters > [class*=" col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

@media only screen and (min-width: 20em) {
  .col-xs-1, .row > .col-xs-1 {
    width: 4.1666666667%;
  }
  .col-xs-2, .row > .col-xs-2 {
    width: 8.3333333333%;
  }
  .col-xs-3, .row > .col-xs-3 {
    width: 12.5%;
  }
  .col-xs-4, .row > .col-xs-4 {
    width: 16.6666666667%;
  }
  .col-xs-5, .row > .col-xs-5 {
    width: 20.8333333333%;
  }
  .col-xs-6, .row > .col-xs-6 {
    width: 25%;
  }
  .col-xs-7, .row > .col-xs-7 {
    width: 29.1666666667%;
  }
  .col-xs-8, .row > .col-xs-8 {
    width: 33.3333333333%;
  }
  .col-xs-9, .row > .col-xs-9 {
    width: 37.5%;
  }
  .col-xs-10, .row > .col-xs-10 {
    width: 41.6666666667%;
  }
  .col-xs-11, .row > .col-xs-11 {
    width: 45.8333333333%;
  }
  .col-xs-12, .row > .col-xs-12 {
    width: 50%;
  }
  .col-xs-13, .row > .col-xs-13 {
    width: 54.1666666667%;
  }
  .col-xs-14, .row > .col-xs-14 {
    width: 58.3333333333%;
  }
  .col-xs-15, .row > .col-xs-15 {
    width: 62.5%;
  }
  .col-xs-16, .row > .col-xs-16 {
    width: 66.6666666667%;
  }
  .col-xs-17, .row > .col-xs-17 {
    width: 70.8333333333%;
  }
  .col-xs-18, .row > .col-xs-18 {
    width: 75%;
  }
  .col-xs-19, .row > .col-xs-19 {
    width: 79.1666666667%;
  }
  .col-xs-20, .row > .col-xs-20 {
    width: 83.3333333333%;
  }
  .col-xs-21, .row > .col-xs-21 {
    width: 87.5%;
  }
  .col-xs-22, .row > .col-xs-22 {
    width: 91.6666666667%;
  }
  .col-xs-23, .row > .col-xs-23 {
    width: 95.8333333333%;
  }
  .col-xs-24, .row > .col-xs-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 36em) {
  .col-sm-1, .row > .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2, .row > .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3, .row > .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4, .row > .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5, .row > .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6, .row > .col-sm-6 {
    width: 25%;
  }
  .col-sm-7, .row > .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8, .row > .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9, .row > .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10, .row > .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11, .row > .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12, .row > .col-sm-12 {
    width: 50%;
  }
  .col-sm-13, .row > .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14, .row > .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15, .row > .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16, .row > .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17, .row > .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18, .row > .col-sm-18 {
    width: 75%;
  }
  .col-sm-19, .row > .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20, .row > .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21, .row > .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22, .row > .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23, .row > .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24, .row > .col-sm-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .col-md-1, .row > .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2, .row > .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3, .row > .col-md-3 {
    width: 12.5%;
  }
  .col-md-4, .row > .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5, .row > .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6, .row > .col-md-6 {
    width: 25%;
  }
  .col-md-7, .row > .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8, .row > .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9, .row > .col-md-9 {
    width: 37.5%;
  }
  .col-md-10, .row > .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11, .row > .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12, .row > .col-md-12 {
    width: 50%;
  }
  .col-md-13, .row > .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14, .row > .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15, .row > .col-md-15 {
    width: 62.5%;
  }
  .col-md-16, .row > .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17, .row > .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18, .row > .col-md-18 {
    width: 75%;
  }
  .col-md-19, .row > .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20, .row > .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21, .row > .col-md-21 {
    width: 87.5%;
  }
  .col-md-22, .row > .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23, .row > .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24, .row > .col-md-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 62em) {
  .col-lg-1, .row > .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2, .row > .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3, .row > .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4, .row > .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5, .row > .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6, .row > .col-lg-6 {
    width: 25%;
  }
  .col-lg-7, .row > .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8, .row > .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9, .row > .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10, .row > .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11, .row > .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12, .row > .col-lg-12 {
    width: 50%;
  }
  .col-lg-13, .row > .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14, .row > .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15, .row > .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16, .row > .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17, .row > .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18, .row > .col-lg-18 {
    width: 75%;
  }
  .col-lg-19, .row > .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20, .row > .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21, .row > .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22, .row > .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23, .row > .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24, .row > .col-lg-24 {
    width: 100%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-1, .row > .col-xl-1 {
    width: 4.1666666667%;
  }
  .col-xl-2, .row > .col-xl-2 {
    width: 8.3333333333%;
  }
  .col-xl-3, .row > .col-xl-3 {
    width: 12.5%;
  }
  .col-xl-4, .row > .col-xl-4 {
    width: 16.6666666667%;
  }
  .col-xl-5, .row > .col-xl-5 {
    width: 20.8333333333%;
  }
  .col-xl-6, .row > .col-xl-6 {
    width: 25%;
  }
  .col-xl-7, .row > .col-xl-7 {
    width: 29.1666666667%;
  }
  .col-xl-8, .row > .col-xl-8 {
    width: 33.3333333333%;
  }
  .col-xl-9, .row > .col-xl-9 {
    width: 37.5%;
  }
  .col-xl-10, .row > .col-xl-10 {
    width: 41.6666666667%;
  }
  .col-xl-11, .row > .col-xl-11 {
    width: 45.8333333333%;
  }
  .col-xl-12, .row > .col-xl-12 {
    width: 50%;
  }
  .col-xl-13, .row > .col-xl-13 {
    width: 54.1666666667%;
  }
  .col-xl-14, .row > .col-xl-14 {
    width: 58.3333333333%;
  }
  .col-xl-15, .row > .col-xl-15 {
    width: 62.5%;
  }
  .col-xl-16, .row > .col-xl-16 {
    width: 66.6666666667%;
  }
  .col-xl-17, .row > .col-xl-17 {
    width: 70.8333333333%;
  }
  .col-xl-18, .row > .col-xl-18 {
    width: 75%;
  }
  .col-xl-19, .row > .col-xl-19 {
    width: 79.1666666667%;
  }
  .col-xl-20, .row > .col-xl-20 {
    width: 83.3333333333%;
  }
  .col-xl-21, .row > .col-xl-21 {
    width: 87.5%;
  }
  .col-xl-22, .row > .col-xl-22 {
    width: 91.6666666667%;
  }
  .col-xl-23, .row > .col-xl-23 {
    width: 95.8333333333%;
  }
  .col-xl-24, .row > .col-xl-24 {
    width: 100%;
  }
}
.move-left {
  float: left;
  left: 0;
}

.move-right {
  float: right;
  right: 0;
}

.move-top {
  position: absolute;
  top: 0;
}

.move-bottom {
  position: absolute;
  bottom: 0;
}

.move-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.move-middle.move-center {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.move-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.move-center.move-middle {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.stretch, .modal-overlay, .tap-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tap-area {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

h5 {
  font-weight: bold;
}

h1.alt-xl {
  font-size: 28px;
  font-size: 1.4rem;
  line-height: 1.333;
}

h1 {
  font-size: 28px;
  font-size: 1.4rem;
  line-height: 1.333;
  color: #505050;
}

h2 {
  font-size: 24px;
  font-size: 1.2rem;
  line-height: 1.333;
  color: #505050;
}

h3 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.333;
}

h4 {
  font-size: 18px;
  font-size: 0.9rem;
  line-height: 1.4;
}

h5 {
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.4;
}

@media only screen and (min-width: 36em) {
  h1.alt-xl {
    font-size: 42px;
    font-size: 2.1rem;
    line-height: 1.333;
    color: #505050;
  }
  h1 {
    font-size: 36px;
    font-size: 1.8rem;
    line-height: 1.333;
    color: #505050;
  }
  h2 {
    font-size: 30px;
    font-size: 1.5rem;
    line-height: 1.333;
    color: #505050;
  }
  h3 {
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 1.333;
    color: #505050;
  }
  h4 {
    font-size: 20px;
    font-size: 1rem;
    line-height: 1.4;
  }
  h5 {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.4;
  }
}
.hor-line {
  border-bottom: 0.1rem solid #dcdcdc;
}

.hor-line-top {
  border-top: 0.1rem solid #dcdcdc;
}

.branded ul {
  list-style: none;
  margin: 0.5em 0;
}
.branded ul > li {
  padding-left: 1.6em;
}
.branded ul > li::before {
  margin: 0.45em 0 0 -1em;
  content: "";
  display: block;
  float: left;
  width: 0.35em;
  height: 0.35em;
  background-color: #ff6c00;
  border-radius: 50%;
}
.branded ol {
  list-style-type: none;
  margin: 0.5em 0;
  counter-reset: item;
}
.branded ol > li {
  padding-left: 1.7em;
  counter-increment: item;
}
.branded ol > li::before {
  margin: 0.25em 0 0 -1.4em;
  content: counter(item, decimal) ".";
  display: block;
  float: left;
  color: #ff6c00;
  font-size: 0.8em;
  font-weight: bold;
}

.list-tags {
  margin-left: 0;
  padding-left: 0;
}

.list-tags-item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-tags-item::after {
  content: ", ";
}

.list-tags-item:last-child::after {
  content: "";
}

.branded a {
  color: #007398;
  -webkit-transition: color 0.3s ease, border-bottom-color 0.3s ease;
  -o-transition: color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.branded a:link, .branded a:visited {
  color: #007398;
  border-bottom: 2px solid transparent;
}
.branded a:active, .branded a:focus, .branded a:hover {
  cursor: pointer;
  color: #2e2e2e;
  border-bottom-color: #ff6c00;
}

.container, .panel, .panel-s, .panel-l, .panel-m {
  position: relative;
  overflow: auto;
}

.panel, .panel-s, .panel-l, .panel-m {
  background: #f5f5f5;
  overflow: auto;
}
.panel.trasparent, .trasparent.panel-s, .trasparent.panel-l, .trasparent.panel-m {
  background: 0;
}
.panel:not(.panel-s):not(.panel-l):not(.panel-m):not(.panel-m):not(.panel-l), .panel-s:not(.panel-s):not(.panel-l):not(.panel-m):not(.panel-m):not(.panel-l), .panel-l:not(.panel-s):not(.panel-l):not(.panel-m):not(.panel-m):not(.panel-l), .panel-m:not(.panel-s):not(.panel-l):not(.panel-m):not(.panel-m):not(.panel-l) {
  padding: 32px;
}

.panel-s, .panel-l, .panel-m {
  padding: 16px;
}

.panel-m {
  padding: 32px;
}

.panel-l {
  padding: 48px;
}

.list-item:first-child {
  padding-top: 0;
}

.list-item:last-child {
  padding-bottom: 0;
}

.button-alternative {
  background-color: transparent;
  border: none;
  text-decoration: none;
  font-family: inherit;
  display: inline-block;
}
.button-alternative svg.icon {
  border: 2px solid;
  height: 40px;
  width: 40px;
  padding: 6px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, fill 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s, fill 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, fill 0.3s;
  vertical-align: middle;
}
.button-alternative-text {
  margin: 0 0.5em;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  vertical-align: middle;
  text-align: center;
  color: #2e2e2e;
}
.button-alternative-primary:not(.on-dark-background) svg.icon {
  background-color: #007398;
  border-color: #007398;
  fill: #fff;
}
.button-alternative-secondary:not(.on-dark-background) svg.icon {
  background-color: #fff;
  border-color: #007398;
  fill: currentColor;
}
.button-alternative-tertiary:not(.on-dark-background) svg.icon {
  border-color: #737373;
  background-color: #fff;
  fill: currentColor;
}
.button-alternative:hover, .button-alternative:focus-visible {
  cursor: pointer;
}
.button-alternative:disabled {
  cursor: default;
}
.button-alternative:hover:not(:disabled):not(.on-dark-background) svg.icon, .button-alternative:active:not(:disabled):not(.on-dark-background) svg.icon {
  background-color: #fff;
  border: 2px solid #eb6500;
  fill: #2e2e2e;
}
.button-alternative:hover:not(:disabled):not(.on-dark-background) .button-alternative-text, .button-alternative:active:not(:disabled):not(.on-dark-background) .button-alternative-text {
  border-bottom: 2px solid #eb6500;
  color: #2e2e2e;
}
.button-alternative:focus-visible:not(:disabled):not(.on-dark-background) {
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}
.button-alternative-primary:disabled:not(.on-dark-background) svg.icon {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  fill: #fff;
}
.button-alternative-secondary:disabled svg.icon, .button-alternative-tertiary:disabled svg.icon {
  background-color: #fff;
  border-color: #b9b9b9;
  fill: #b9b9b9;
}
.button-alternative:disabled .button-alternative-text {
  color: #b9b9b9;
}
.button-alternative.on-dark-background:not(:disabled) {
  background: none;
  border-color: #fff;
  color: #fff;
  outline-color: #fff;
}
.button-alternative.on-dark-background:not(:disabled) .button-alternative-text {
  color: #fff;
}
.button-alternative.on-dark-background:not(:disabled) svg.icon {
  fill: #fff;
}
.button-alternative.on-dark-background:not(:disabled):hover:not(:disabled) svg.icon, .button-alternative.on-dark-background:not(:disabled):active:not(:disabled) svg.icon {
  background-color: #fff;
  fill: #2e2e2e;
}
.button-alternative.on-dark-background:not(:disabled):hover:not(:disabled) .button-alternative-text, .button-alternative.on-dark-background:not(:disabled):active:not(:disabled) .button-alternative-text {
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
}
.button-alternative.on-dark-background:not(:disabled):focus-visible:not(:disabled) {
  outline: 2px solid #fff;
  outline-offset: 1px;
}
.button-alternative.on-dark-background:disabled {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
  outline-color: #b9b9b9;
}
.button-alternative.on-dark-background:disabled svg.icon {
  fill: #b9b9b9;
}

.button-alternative.small-alternative {
  line-height: 24px;
  font-size: 16px;
}
.button-alternative.small-alternative svg.icon {
  height: 32px;
  width: 32px;
  padding: 4px;
}

.button-alternative.medium-alternative {
  line-height: 28px;
  font-size: 20px;
}
.button-alternative.medium-alternative svg.icon {
  height: 40px;
  width: 40px;
  padding: 6px;
}

.button-alternative.large-alternative {
  line-height: 32px;
  font-size: 24px;
}
.button-alternative.large-alternative svg.icon {
  height: 48px;
  width: 48px;
  padding: 8px;
}

.button-alternative.responsive-alternative {
  line-height: 24px;
  font-size: 16px;
}
.button-alternative.responsive-alternative svg.icon {
  height: 32px;
  width: 32px;
  padding: 4px;
}
@media only screen and (min-width: 48em) {
  .button-alternative.responsive-alternative {
    line-height: 28px;
    font-size: 20px;
  }
  .button-alternative.responsive-alternative svg.icon {
    height: 40px;
    width: 40px;
    padding: 6px;
  }
}
@media only screen and (min-width: 62em) {
  .button-alternative.responsive-alternative {
    line-height: 32px;
    font-size: 24px;
  }
  .button-alternative.responsive-alternative svg.icon {
    height: 48px;
    width: 48px;
    padding: 8px;
  }
}

.anchor {
  color: #007398;
  -webkit-transition: color 0.3s ease, border-bottom-color 0.3s ease;
  -o-transition: color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.anchor:active {
  color: #2e2e2e;
}
.anchor:active:hover .anchor-text {
  border-bottom: 2px solid #eb6500;
}
.anchor:focus-visible {
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}
.anchor:hover {
  color: #2e2e2e;
}
.anchor:hover .anchor-text {
  border-bottom: 2px solid #eb6500;
}
.anchor svg.icon {
  fill: currentColor;
  vertical-align: middle;
}
.anchor svg.icon:first-child {
  margin-right: 0.5rem;
}
.anchor svg.icon:last-child {
  margin-left: 0.5rem;
}
.anchor svg.icon:only-child {
  margin: 0;
}
.anchor-text {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}
.anchor-external-link::after {
  content: " ↗";
  opacity: 0.6;
  speak: none;
}
.anchor-has-inherit-color {
  color: inherit;
}
.anchor-has-background-color:active, .anchor-has-background-color:hover {
  cursor: pointer;
  color: inherit;
}
.anchor-has-background-color:active .anchor-text, .anchor-has-background-color:hover .anchor-text {
  border-bottom: 2px solid currentColor;
}
.anchor-has-background-color:focus-visible {
  outline: 2px solid currentColor;
}
.anchor-has-colored-icon svg.icon {
  fill: #007398;
}
.anchor-has-colored-icon:active svg.icon, .anchor-has-colored-icon:focus-visible svg.icon, .anchor-has-colored-icon:hover svg.icon {
  fill: #eb6500;
}
.anchor[aria-disabled=true] {
  cursor: default;
  color: #b9b9b9 !important;
}
.anchor[aria-disabled=true] svg.icon {
  fill: #b9b9b9 !important;
}
.anchor[aria-disabled=true] .anchor-text {
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.anchor[aria-disabled=true]:active, .anchor[aria-disabled=true]:focus-visible, .anchor[aria-disabled=true]:hover {
  outline: none;
}
.anchor[aria-disabled=true]:active .anchor-text, .anchor[aria-disabled=true]:focus-visible .anchor-text, .anchor[aria-disabled=true]:hover .anchor-text {
  border-bottom: none;
}
.anchor-navigation {
  color: #2e2e2e;
}
.anchor-paragraph {
  color: #0c7dbb;
}
.anchor-paragraph:focus-visible {
  color: #0c7dbb;
}
.anchor-paragraph:focus-visible:hover {
  color: #2e2e2e;
}
.anchor-alternative .anchor-text {
  color: #2e2e2e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor), to(currentColor));
  background-image: -o-linear-gradient(currentColor 0, currentColor 100%);
  background-image: linear-gradient(currentColor 0, currentColor 100%);
  background-position: 0 calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.anchor-alternative:hover .anchor-text, .anchor-alternative:active .anchor-text {
  background-image: none;
}

.button-link {
  background-color: transparent;
  border: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: inherit;
}
.button-link svg.icon {
  fill: currentColor;
}
.button-link:active, .button-link:hover {
  color: #2e2e2e;
  cursor: pointer;
}
.button-link:active .button-link-text, .button-link:hover .button-link-text {
  border-bottom: 2px solid #eb6500;
}
.button-link:active svg.icon, .button-link:hover svg.icon {
  fill: #eb6500;
}
.button-link:focus-visible {
  outline: 2px solid #eb6500;
  outline-offset: 2px;
}
.button-link:focus-visible:hover .button-link-text {
  border-bottom: 2px solid #eb6500;
}
.button-link:focus-visible:hover svg.icon {
  fill: #eb6500;
}
.button-link:disabled {
  color: #b9b9b9;
  cursor: default;
}
.button-link:disabled .button-link-text {
  border-bottom: none;
}
.button-link:disabled svg.icon {
  fill: currentColor;
}
.button-link svg.icon {
  fill: #007398;
  vertical-align: middle;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.button-link svg.icon.animate {
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s;
  transition: fill 0.3s ease, -webkit-transform 0.3s;
  -o-transition: fill 0.3s ease, transform 0.3s;
  transition: fill 0.3s ease, transform 0.3s;
  transition: fill 0.3s ease, transform 0.3s, -webkit-transform 0.3s;
}
.button-link svg.icon:first-child {
  margin-right: 8px;
}
.button-link svg.icon:last-child {
  margin-left: 8px;
}
.button-link svg.icon:only-child {
  margin: 0;
}
.button-link-text {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom-color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease;
  transition: border-bottom-color 0.3s ease;
  vertical-align: middle;
}
.button-link-primary {
  color: #2e2e2e;
}
.button-link-secondary {
  color: #007398;
}

.checkbox {
  vertical-align: middle;
}

.checkbox-label {
  font-size: 1rem;
}
.checkbox-label:hover .checkbox-check {
  border: 2px solid #2e2e2e;
}
.is-disabled .checkbox-label:hover .checkbox-check {
  border-color: #b9b9b9;
}
.is-disabled .checkbox-label {
  color: #b9b9b9;
}

.checkbox-input {
  opacity: 0;
  position: absolute;
}
.checkbox-input:focus-visible + .checkbox-check {
  border: 2px solid #737373;
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}
.checkbox-input:checked + .checkbox-check::after {
  border-color: #eb6500 #eb6500 #fff #fff;
}
.is-disabled .checkbox-input:checked + .checkbox-check::after {
  border-color: #b9b9b9;
}
.checkbox-input:checked + .checkbox-check.partial::after {
  border-color: #fff #eb6500 #fff #fff;
}
.is-disabled .checkbox-input:checked + .checkbox-check.partial::after {
  border-color: #fff #b9b9b9 #fff #fff;
}

.checkbox-check {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: border ease 0.3s;
  -o-transition: border ease 0.3s;
  transition: border ease 0.3s;
  border: 2px solid #737373;
  background-color: #fff;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.checkbox-check::after {
  display: inline-block;
  position: relative;
  vertical-align: top;
  left: 4px;
  top: 4px;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-width: 12px 12px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
}
.checkbox-check.checkbox-label-indent {
  vertical-align: top;
  margin-right: -30px;
}
.is-disabled .checkbox-check {
  cursor: default;
  border: 2px solid #b9b9b9;
}

.checkbox-label-value {
  margin-left: 8px;
  cursor: pointer;
  min-height: 24px;
}
.checkbox-label-value.checkbox-label-indent {
  display: inline-block;
  margin-left: 38px;
  margin-right: -30px;
}
.is-disabled .checkbox-label-value {
  cursor: default;
}

.checkbox-small {
  line-height: 0.8rem;
}
.checkbox-small.checkbox-label-value {
  font-size: 0.8rem;
  margin-left: 8px;
  line-height: 1.1rem;
  min-height: 20px;
  vertical-align: middle;
}
.checkbox-small.checkbox-label-value.checkbox-label-indent {
  display: inline-block;
  margin-left: 38px;
}
.checkbox-small.checkbox-check {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.checkbox-small.checkbox-check::after {
  top: 2px;
  left: 2px;
  border-width: 12px 12px 0 0;
}

.checkbox-medium {
  line-height: 1rem;
}
.checkbox-medium.checkbox-label-value {
  font-size: 1rem;
  margin-left: 10px;
  line-height: 1.3rem;
  min-height: 24px;
  vertical-align: middle;
}
.checkbox-medium.checkbox-label-value.checkbox-label-indent {
  display: inline-block;
  margin-left: 40px;
}
.checkbox-medium.checkbox-check {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.checkbox-medium.checkbox-check::after {
  top: 4px;
  left: 4px;
  border-width: 12px 12px 0 0;
}

.checkbox-large {
  line-height: 1.2rem;
}
.checkbox-large.checkbox-label-value {
  font-size: 1.2rem;
  margin-left: 12px;
  line-height: 1.6rem;
  min-height: 28px;
  vertical-align: middle;
}
.checkbox-large.checkbox-label-value.checkbox-label-indent {
  display: inline-block;
  margin-left: 42px;
}
.checkbox-large.checkbox-check {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.checkbox-large.checkbox-check::after {
  top: 4px;
  left: 4px;
  border-width: 15.96px 15.96px 0 0;
}

@media only screen and (min-width: 36em) {
  .checkbox-responsive {
    line-height: 0.8rem;
  }
  .checkbox-responsive.checkbox-label-value {
    font-size: 0.8rem;
    margin-left: 8px;
    line-height: 1.1rem;
    min-height: 20px;
    vertical-align: middle;
  }
  .checkbox-responsive.checkbox-label-value.checkbox-label-indent {
    display: inline-block;
    margin-left: 38px;
  }
  .checkbox-responsive.checkbox-check {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .checkbox-responsive.checkbox-check::after {
    top: 2px;
    left: 2px;
    border-width: 12px 12px 0 0;
  }
}
@media only screen and (min-width: 48em) {
  .checkbox-responsive {
    line-height: 1rem;
  }
  .checkbox-responsive.checkbox-label-value {
    font-size: 1rem;
    margin-left: 10px;
    line-height: 1.3rem;
    min-height: 24px;
    vertical-align: middle;
  }
  .checkbox-responsive.checkbox-label-value.checkbox-label-indent {
    display: inline-block;
    margin-left: 40px;
  }
  .checkbox-responsive.checkbox-check {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .checkbox-responsive.checkbox-check::after {
    top: 4px;
    left: 4px;
    border-width: 12px 12px 0 0;
  }
}
@media only screen and (min-width: 62em) {
  .checkbox-responsive {
    line-height: 1.2rem;
  }
  .checkbox-responsive.checkbox-label-value {
    font-size: 1.2rem;
    margin-left: 12px;
    line-height: 1.6rem;
    min-height: 28px;
    vertical-align: middle;
  }
  .checkbox-responsive.checkbox-label-value.checkbox-label-indent {
    display: inline-block;
    margin-left: 42px;
  }
  .checkbox-responsive.checkbox-check {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .checkbox-responsive.checkbox-check::after {
    top: 4px;
    left: 4px;
    border-width: 15.96px 15.96px 0 0;
  }
}

.tab-list {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  -webkit-box-shadow: 0px -1px #2e2e2e inset;
          box-shadow: 0px -1px #2e2e2e inset;
}

.tab {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
}
.tab a:link, .tab a:visited {
  text-decoration: none;
  color: inherit;
}
.tab[aria-disabled=false] {
  -webkit-transition: border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, border-bottom-color 0.3s;
  transition: box-shadow 0.3s, border-bottom-color 0.3s;
  transition: box-shadow 0.3s, border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  border-bottom: 1px solid #2e2e2e;
}
.tab[aria-disabled=false] button, .tab[aria-disabled=false] a {
  outline: none;
}
.tab[aria-disabled=false]:hover {
  -webkit-box-shadow: 0px -4px 0 -1px #eb6500 inset !important;
          box-shadow: 0px -4px 0 -1px #eb6500 inset !important;
  border-collapse: separate;
  border-bottom: 1px solid #eb6500 !important;
}
.tab[aria-disabled=false].tab-is-selected {
  -webkit-transition: border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, border-bottom-color 0.3s;
  transition: box-shadow 0.3s, border-bottom-color 0.3s;
  transition: box-shadow 0.3s, border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0px -4px 0 -1px #2e2e2e inset;
          box-shadow: 0px -4px 0 -1px #2e2e2e inset;
  border-collapse: separate;
}
.tab[aria-disabled=true] {
  cursor: default;
  border-bottom: 1px solid #2e2e2e;
}
.tab[aria-disabled=true] button {
  outline: none;
}
.tab[aria-disabled=true] .tab-title {
  color: #b9b9b9;
}

.tab-title {
  height: 2rem;
  padding: 0.1rem 0.8rem 0;
  font-family: inherit;
  display: block;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
.tab-title.tab-title-link {
  height: 1.8rem;
}

.tab-panel {
  display: none;
}
.tab-panel.tab-panel-is-selected, .tab-panel.tab-panel-force-rendered {
  display: block;
}

.tabs-container {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 4px;
}
.tabs-container .tabs-container-underline {
  inset: 0 1.65rem 1em 1.65rem;
  position: absolute;
  -webkit-box-shadow: 0px -1px #2e2e2e inset;
          box-shadow: 0px -1px #2e2e2e inset;
}

.tablist-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-list[class*=responsive-to-] {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (min-width: 20em) {
  .tab-list.responsive-to-xs {
    white-space: normal;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .tablist-container.responsive-to-xs {
    padding: 0;
  }
  .responsive-to-xs .tabs-control {
    display: none;
  }
}
@media only screen and (min-width: 36em) {
  .tab-list.responsive-to-sm {
    white-space: normal;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .tablist-container.responsive-to-sm {
    padding: 0;
  }
  .responsive-to-sm .tabs-control {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .tab-list.responsive-to-md {
    white-space: normal;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .tablist-container.responsive-to-md {
    padding: 0;
  }
  .responsive-to-md .tabs-control {
    display: none;
  }
}
@media only screen and (min-width: 62em) {
  .tab-list.responsive-to-lg {
    white-space: normal;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .tablist-container.responsive-to-lg {
    padding: 0;
  }
  .responsive-to-lg .tabs-control {
    display: none;
  }
}
@media only screen and (min-width: 75em) {
  .tab-list.responsive-to-xl {
    white-space: normal;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .tablist-container.responsive-to-xl {
    padding: 0;
  }
  .responsive-to-xl .tabs-control {
    display: none;
  }
}
.tabs-control {
  background-color: #fff;
  padding: 0.4rem;
  height: 2rem;
  width: 1.75rem;
  margin-top: 0.25rem;
}
.tabs-control:enabled {
  -webkit-transition: border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, border-bottom-color 0.3s;
  transition: box-shadow 0.3s, border-bottom-color 0.3s;
  transition: box-shadow 0.3s, border-bottom-color 0.3s, -webkit-box-shadow 0.3s;
  border-bottom: 1px solid #2e2e2e;
  border: 0;
}
.tabs-control:enabled button, .tabs-control:enabled a {
  outline: none;
}
.tabs-control:enabled:hover {
  -webkit-box-shadow: 0px -4px 0 -1px #eb6500 inset !important;
          box-shadow: 0px -4px 0 -1px #eb6500 inset !important;
  border-collapse: separate;
  border-bottom: 1px solid #eb6500 !important;
}
.tabs-control svg.icon.tabs-control-icon {
  margin: 0 4px;
}

.accordion-container .accordion-panel-title {
  display: block;
  width: 100%;
  background-color: transparent;
  font-family: inherit;
  padding-right: 2rem;
  border-bottom: 2px solid transparent;
  position: relative;
  border: 0;
  cursor: pointer;
}
.accordion-container .accordion-panel-title span, .accordion-container .accordion-panel-title h4 {
  color: #2e2e2e;
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.accordion-container .accordion-panel-title:hover span, .accordion-container .accordion-panel-title:hover h4, .accordion-container .accordion-panel-title:active span, .accordion-container .accordion-panel-title:active h4 {
  border-bottom: 2px #eb6500 solid;
}
.accordion-container .accordion-panel-title:hover .accordion-icon, .accordion-container .accordion-panel-title:active .accordion-icon {
  fill: #eb6500;
}
.accordion-container .accordion-panel-title:focus-visible {
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}
.accordion-container .accordion-panel {
  list-style: none;
  max-width: none;
  border-bottom: 2px solid #dcdcdc;
}
.accordion-container .accordion-panel:first-child {
  border-top: 2px solid #dcdcdc;
}
.accordion-container .accordion-panel > button[aria-expanded=true] > span {
  border-bottom: 2px #eb6500 solid;
}
.accordion-container .accordion-icon {
  position: absolute;
  right: 0.3rem;
  top: 0.8rem;
  fill: #007398;
}
.accordion-container .accordion-icon.navigate-up {
  fill: #007398;
}
.accordion-container .accordion-icon.navigate-up:hover {
  fill: #eb6500;
}

.pagination :last-child {
  margin-right: 0;
}
.pagination :first-child {
  margin-left: 0;
}
.pagination-pages-label {
  color: #2e2e2e;
}

.current-page {
  border-bottom: 2px solid #000000;
}

.button {
  border: 2px solid;
  display: inline-block;
  font-family: inherit;
  height: 40px;
  line-height: 28px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  max-width: 250px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media only screen and (min-width: 36em) {
  .button {
    max-width: 100%;
  }
}
.button svg.icon {
  fill: currentColor;
  vertical-align: middle;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  height: 36px;
  width: 36px;
  padding: 6px;
}
.button svg.icon.animate {
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s;
  transition: fill 0.3s ease, -webkit-transform 0.3s;
  -o-transition: fill 0.3s ease, transform 0.3s;
  transition: fill 0.3s ease, transform 0.3s;
  transition: fill 0.3s ease, transform 0.3s, -webkit-transform 0.3s;
}
.button svg.icon:first-child {
  margin: 0 0 0 -0.5em;
}
.button svg.icon:last-child {
  margin: 0 -0.5em 0 0;
}
.button svg.icon:only-child {
  margin: 0 -0.5em;
}
.button-text:not(.on-dark-background) {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom-color 0.3s ease, color 0.3s;
  -o-transition: border-bottom-color 0.3s ease, color 0.3s;
  transition: border-bottom-color 0.3s ease, color 0.3s;
  vertical-align: middle;
}
.button-primary:not(.on-dark-background) {
  background-color: #007398;
  border-color: #007398;
  color: #fff;
}
.button-primary:hover:not(:disabled):not(.on-dark-background), .button-primary:active:not(.on-dark-background) {
  border-color: #eb6500;
  background-color: #fff;
}
.button-primary:focus-visible:not(:disabled):not(.on-dark-background) {
  background-color: #007398;
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}
.button-primary:focus-visible:not(:disabled):not(.on-dark-background):hover, .button-primary:focus-visible:not(:disabled):not(.on-dark-background):active {
  background-color: #fff;
}
.button-primary:hover:not(:disabled):not(.on-dark-background) svg.icon, .button-primary:active:not(.on-dark-background) svg.icon {
  fill: #2e2e2e;
}
.button-primary:focus-visible:not(:disabled):not(.on-dark-background) svg.icon {
  fill: #fff;
}
.button-primary:focus-visible:not(:disabled):not(.on-dark-background):hover svg.icon, .button-primary:focus-visible:not(:disabled):not(.on-dark-background):active svg.icon {
  fill: #2e2e2e;
}
.button-primary:hover:not(:disabled):not(.on-dark-background) .button-text, .button-primary:active:not(.on-dark-background) .button-text {
  color: #2e2e2e;
}
.button-primary:focus-visible:not(:disabled):not(.on-dark-background) .button-text {
  color: #fff;
}
.button-primary:focus-visible:not(:disabled):not(.on-dark-background):hover .button-text, .button-primary:focus-visible:not(:disabled):not(.on-dark-background):active .button-text {
  color: #2e2e2e;
}
.button-primary:disabled:not(.on-dark-background) {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.button-primary:disabled:not(.on-dark-background) svg.icon {
  fill: #fff;
}
.button-primary:disabled:not(.on-dark-background) .button-text, .button-primary:disabled:not(.on-dark-background) .button-text {
  color: #fff;
}
.button-secondary:not(.on-dark-background) {
  background-color: #fff;
  border-color: #007398;
  color: #2e2e2e;
}
.button-secondary:not(.on-dark-background) svg.icon {
  fill: #2e2e2e;
}
.button-secondary:hover:not(:disabled):not(.on-dark-background), .button-secondary:active:not(.on-dark-background) {
  border-color: #eb6500;
  color: #2e2e2e;
  background-color: #fff;
}
.button-secondary:hover:not(:disabled):not(.on-dark-background) svg.icon, .button-secondary:active:not(.on-dark-background) svg.icon {
  fill: #2e2e2e;
}
.button-secondary:focus-visible:not(:disabled):not(.on-dark-background) {
  border-color: #007398;
  background-color: #fff;
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}
.button-secondary:focus-visible:not(:disabled):not(.on-dark-background):hover {
  background-color: #fff;
  border-color: #eb6500;
}
.button-secondary:focus-visible:not(:disabled):not(.on-dark-background):hover svg.icon {
  fill: #2e2e2e;
}
.button-secondary:disabled:not(.on-dark-background) {
  background-color: #fff;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.button-secondary:disabled:not(.on-dark-background) svg.icon {
  fill: #b9b9b9;
}
.button-tertiary:not(.on-dark-background):not(.on-dark-background) {
  background-color: #fff;
  border-color: #737373;
  color: #2e2e2e;
}
.button-tertiary:not(.on-dark-background):not(.on-dark-background) svg.icon {
  fill: #2e2e2e;
}
.button-tertiary:hover:not(:disabled):not(.on-dark-background), .button-tertiary:active:not(.on-dark-background) {
  border-color: #eb6500;
  color: #2e2e2e;
  background-color: #fff;
}
.button-tertiary:hover:not(:disabled):not(.on-dark-background) svg.icon, .button-tertiary:active:not(.on-dark-background) svg.icon {
  fill: #2e2e2e;
}
.button-tertiary:focus-visible:not(:disabled):not(.on-dark-background) {
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}
.button-tertiary:focus-visible:not(:disabled):not(.on-dark-background):hover {
  background-color: #fff;
  border-color: #eb6500;
}
.button-tertiary:focus-visible:not(:disabled):not(.on-dark-background):hover svg.icon {
  fill: #2e2e2e;
}
.button-tertiary:disabled:not(.on-dark-background) {
  background-color: #fff;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.button-tertiary:disabled:not(.on-dark-background) svg.icon {
  fill: #b9b9b9;
}
.button-warning:not(.on-dark-background) {
  background-color: #c83727;
  border-color: #c83727;
  color: #fff;
}
.button-warning:hover:not(.on-dark-background) {
  border-color: #c83727;
  background-color: #fff;
}
.button-warning:hover:not(.on-dark-background) svg.icon {
  fill: #2e2e2e;
}
.button-warning:hover:not(:disabled):not(.on-dark-background) .button-text {
  color: #2e2e2e;
}
.button-warning:focus-visible:not(:disabled):not(.on-dark-background) .button-text {
  color: #fff;
}
.button-warning:focus-visible:not(:disabled):not(.on-dark-background) {
  background-color: #c83727;
  outline: 2px solid #c83727;
  outline-offset: 1px;
}
.button-warning:focus-visible:not(:disabled):not(.on-dark-background) svg.icon {
  fill: #fff;
}
.button-warning:focus-visible:not(:disabled):not(.on-dark-background):hover, .button-warning:focus-visible:not(:disabled):not(.on-dark-background):active {
  background-color: #fff;
}
.button-warning:focus-visible:not(:disabled):not(.on-dark-background):hover .button-text, .button-warning:focus-visible:not(:disabled):not(.on-dark-background):active .button-text {
  color: #2e2e2e;
}
.button-warning:focus-visible:not(:disabled):not(.on-dark-background):hover svg.icon, .button-warning:focus-visible:not(:disabled):not(.on-dark-background):active svg.icon {
  fill: #2e2e2e;
}
.button-warning:disabled:not(.on-dark-background) {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.button-warning:disabled:not(.on-dark-background) svg.icon {
  fill: #fff;
}
.button-anchor {
  border-color: transparent;
  background-color: transparent;
  color: #2e2e2e;
}
.button-anchor svg.icon {
  fill: #007398;
}
.button-anchor:disabled {
  color: #b9b9b9;
}
.button-anchor:disabled svg.icon {
  fill: #b9b9b9;
}
.button-anchor:hover:not(:disabled) svg.icon {
  fill: #eb6500;
}
.button-anchor:hover:not(:disabled) .button-text {
  border-bottom: 2px solid #eb6500;
}
.button-anchor:focus-visible:not(:disabled) {
  outline: 2px solid #eb6500;
}
.button.on-dark-background:not(:disabled) {
  background: none;
  border-color: #fff;
  color: #fff;
  outline-color: #fff;
}
.button.on-dark-background:not(:disabled) .button-text {
  color: #fff;
}
.button.on-dark-background:not(:disabled) svg.icon {
  fill: #fff;
}
.button.on-dark-background:not(:disabled):hover:not(:disabled), .button.on-dark-background:not(:disabled):active:not(:disabled) {
  background-color: #fff;
}
.button.on-dark-background:not(:disabled):hover:not(:disabled) .button-text, .button.on-dark-background:not(:disabled):active:not(:disabled) .button-text {
  color: #2e2e2e;
}
.button.on-dark-background:not(:disabled):hover:not(:disabled) svg.icon, .button.on-dark-background:not(:disabled):active:not(:disabled) svg.icon {
  fill: #2e2e2e;
}
.button.on-dark-background:not(:disabled):focus-visible:not(:disabled) {
  outline: 2px solid #fff;
  outline-offset: 1px;
}
.button.on-dark-background:disabled {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
  outline-color: #b9b9b9;
}
.button.on-dark-background:disabled svg.icon {
  fill: #b9b9b9;
}
.button:hover, .button:focus-visible {
  cursor: pointer;
}
.button:disabled {
  cursor: default;
}

.small {
  height: 32px;
  line-height: 24px;
  padding: 0 8px;
  font-size: 16px;
}
.small svg.icon {
  height: 28px;
  width: 28px;
  padding: 4px;
}
.small svg.icon:first-child {
  margin: 0 0 0 -8px;
}
.small svg.icon:last-child {
  margin: 0 -8px 0 0;
}
.small svg.icon:only-child {
  margin: 0 -8px;
}

.medium {
  height: 40px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 20px;
}
.medium svg.icon {
  height: 36px;
  width: 36px;
  padding: 6px;
}
.medium svg.icon:first-child {
  margin: 0 0 0 -10px;
}
.medium svg.icon:last-child {
  margin: 0 -10px 0 0;
}
.medium svg.icon:only-child {
  margin: 0 -10px;
}

.large {
  height: 48px;
  line-height: 32px;
  padding: 0 14px;
  font-size: 24px;
}
.large svg.icon {
  height: 44px;
  width: 44px;
  padding: 8px;
}
.large svg.icon:first-child {
  margin: 0 0 0 -12px;
}
.large svg.icon:last-child {
  margin: 0 -12px 0 0;
}
.large svg.icon:only-child {
  margin: 0 -12px;
}

.responsive {
  height: 32px;
  line-height: 24px;
  padding: 0 8px;
  font-size: 16px;
}
.responsive svg.icon {
  height: 28px;
  width: 28px;
  padding: 4px;
}
.responsive svg.icon:first-child {
  margin: 0 0 0 -8px;
}
.responsive svg.icon:last-child {
  margin: 0 -8px 0 0;
}
.responsive svg.icon:only-child {
  margin: 0 -8px;
}
@media only screen and (min-width: 48em) {
  .responsive {
    height: 40px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 20px;
  }
  .responsive svg.icon {
    height: 36px;
    width: 36px;
    padding: 6px;
  }
  .responsive svg.icon:first-child {
    margin: 0 0 0 -10px;
  }
  .responsive svg.icon:last-child {
    margin: 0 -10px 0 0;
  }
  .responsive svg.icon:only-child {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 62em) {
  .responsive {
    height: 48px;
    line-height: 32px;
    padding: 0 14px;
    font-size: 24px;
  }
  .responsive svg.icon {
    height: 44px;
    width: 44px;
    padding: 8px;
  }
  .responsive svg.icon:first-child {
    margin: 0 0 0 -12px;
  }
  .responsive svg.icon:last-child {
    margin: 0 -12px 0 0;
  }
  .responsive svg.icon:only-child {
    margin: 0 -12px;
  }
}

@keyframes icon-spinner-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.icon-spinner > rect {
  -webkit-animation: icon-spinner-anim 0.4s linear 0s infinite;
          animation: icon-spinner-anim 0.4s linear 0s infinite;
}
.icon-spinner > rect:nth-of-type(2) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.icon-spinner > rect:nth-of-type(3) {
  -webkit-animation-delay: -0.35s;
          animation-delay: -0.35s;
}
.icon-spinner > rect:nth-of-type(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.icon-spinner > rect:nth-of-type(5) {
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}
.icon-spinner > rect:nth-of-type(6) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.icon-spinner > rect:nth-of-type(7) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
.icon-spinner > rect:nth-of-type(8) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.icon-spinner > rect:nth-of-type(9) {
  -webkit-animation-delay: -0.05s;
          animation-delay: -0.05s;
}
.icon-spinner > rect:nth-of-type(10) {
  -webkit-animation: none;
          animation: none;
}

.modal {
  border: 0.8rem solid rgba(220, 220, 220, 0.85);
  min-width: 14.4rem;
}
.modal:active, .modal:focus, .modal:hover {
  outline: 0;
}
.modal-content {
  border-top: 2px solid #eb6500;
}
.modal-close-button {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: currentColor;
  width: 1.6em;
  height: 1.6em;
  padding: 0;
}
.modal-close-button .button-text {
  height: 1.4em;
  width: 1.4em;
}
.modal-close-button-icon {
  height: 1.2em !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 1.2em !important;
  fill: #2e2e2e !important;
}
.modal-overlay {
  background-color: rgba(115, 115, 115, 0.85);
  z-index: 1000;
  position: fixed;
}

.text-input {
  min-height: 4.5em;
}
.text-input .text-input-container {
  position: relative;
  min-height: 2em;
}
.text-input-label {
  font-size: 0.7rem;
  line-height: 1.5;
  font-size: 0.7rem;
  color: #2e2e2e;
  margin: 0;
  display: block;
}
.text-input-tip, .text-input-hint, .text-input-error-message {
  font-size: 0.7rem;
  line-height: 1.8em;
  position: absolute;
}
.text-input-field {
  top: 20px;
  color: #2e2e2e;
  display: inline-block;
  padding: 1px 8px 0;
  height: 2em;
  font-size: 20px;
  outline: 0;
  -webkit-transition: border-bottom 0.4s ease-out;
  -o-transition: border-bottom 0.4s ease-out;
  transition: border-bottom 0.4s ease-out;
  width: 100%;
  font-family: inherit;
  border-color: #2e2e2e;
  border-style: solid;
  border-width: 1px 1px 2px;
}
.text-input-field.borderless {
  border: none;
}
.text-input-field:focus-visible ~ .text-input-clear, .text-input-field:hover ~ .text-input-clear {
  display: block;
}
.text-input-field:focus-visible, .text-input-field:hover {
  color: #2e2e2e;
  border-color: #2e2e2e;
  border-width: 2px;
  padding-left: 7px;
}
.text-input-field:focus-visible {
  outline-color: #eb6500;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  background-color: transparent;
}
.text-input-field:disabled {
  border-bottom: 2px dotted #dcdcdc;
  background-color: transparent;
  color: #b9b9b9;
}
.text-input-field:disabled + .text-input-label {
  color: #b9b9b9;
  cursor: default;
}
.text-input-field::-ms-clear {
  display: none;
}
.text-input-field-with-clear {
  padding-right: 24px;
}
.text-input-error {
  border-width: 2px;
  border-color: #c83727;
  background: #FFF0E4;
}
.text-input-error:hover {
  border-color: #c83727;
}
.text-input-error:hover, .text-input-error:focus-visible {
  padding-left: 8px;
  padding-top: 1px;
}
.text-input-clear {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  margin-right: 8px;
}
.text-input-clear .icon {
  margin: 0 !important;
}
.text-input-clear:hover, .text-input-clear:focus-visible {
  display: block;
}
.text-input-tip {
  font-style: italic;
  color: #2e2e2e;
}
.text-input-error-message {
  color: #c83727;
}
.text-input-hint {
  color: #2e2e2e;
}

.search-input {
  min-height: 4.5em;
}
.search-input .search-input-container {
  position: relative;
  min-height: 2em;
  line-height: 0.8rem;
}
.search-input-label {
  font-size: 0.7rem;
  line-height: 1.5;
  font-size: 0.7rem;
  color: #2e2e2e;
  margin: 0;
  display: block;
}
.search-input-tip, .search-input-hint, .search-input-error-message {
  font-size: 0.7rem;
  line-height: 1.5em;
  position: relative;
}
.search-input-field {
  border: none;
  top: 20px;
  color: #2e2e2e;
  display: inline-block;
  padding: 1px 8px 0;
  min-height: 2em;
  font-size: 20px;
  outline: none;
  -webkit-transition: border-bottom 0.4s ease-out;
  -o-transition: border-bottom 0.4s ease-out;
  transition: border-bottom 0.4s ease-out;
  width: 100%;
  font-family: inherit;
  border-color: #969696 #969696 #2e2e2e;
  border-style: solid;
  border-width: 1px 1px 2px;
}
.search-input-field:focus-visible ~ .search-input-clear, .search-input-field:hover ~ .search-input-clear {
  display: block;
}
.search-input-field:focus-visible ~ .search-input-hint {
  display: block;
}
.search-input-field:hover, .search-input-field:focus-visible {
  color: #2e2e2e;
  border-color: #2e2e2e;
  border-width: 2px;
  padding-left: 7px;
  padding-top: 0px;
}
.search-input-field:focus-visible {
  outline-color: #eb6500;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  background-color: transparent;
}
.search-input-field:disabled {
  border-bottom: 2px dotted #dcdcdc;
  background-color: transparent;
  color: #b9b9b9;
}
.search-input-field:disabled + .search-input-label {
  color: #b9b9b9;
  cursor: default;
}
.search-input-field::-ms-clear {
  display: none;
}
.search-input-field-with-clear {
  padding-right: 24px;
}
.search-input-error {
  border-width: 2px;
  border-color: #c83727;
  background: #FFF0E4;
}
.search-input-error:hover {
  border-color: #c83727;
}
.search-input-error:hover, .search-input-error:focus-visible {
  padding-left: 8px;
  padding-top: 1px;
}
.search-input-clear {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  margin-right: 8px;
}
.search-input-clear .icon {
  margin: 0 !important;
}
.search-input-clear:hover, .search-input-clear:focus-visible {
  display: block;
}
.search-input-tip {
  font-style: italic;
  color: #2e2e2e;
}
.search-input-error-message {
  color: #c83727;
}
.search-input-hint {
  color: #2e2e2e;
}

.alert {
  background-color: transparent;
  clear: both;
}
.alert-text {
  display: inline-block;
  margin-left: 40px;
  padding-top: 3px;
  color: #2e2e2e;
}

.alert-icon-box {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 4px;
  vertical-align: top;
  margin-right: -32px;
}

.popover {
  position: relative;
  display: inline-block;
}

.popover-content {
  position: absolute;
  margin-top: 16px;
  z-index: 9999;
  padding: 16px;
  border: 1px solid #969696;
  border-top: transparent;
  background: rgba(235, 235, 235, 0.85);
}
.popover-content.popover-align-left {
  -webkit-box-shadow: 7px -9px 0px -7px #eb6500;
          box-shadow: 7px -9px 0px -7px #eb6500;
  left: 0;
}
.popover-content.popover-align-left.popover-align-left:before {
  content: "";
  position: absolute;
  left: -1px;
  background-position: left top;
  border-left: 1px solid #969696;
  top: -15px;
  background-image: -o-linear-gradient(225deg, transparent 11px, #eb6500 11px, #eb6500 13px, rgba(235, 235, 235, 0.85) 13px);
  background-image: linear-gradient(225deg, transparent 11px, #eb6500 11px, #eb6500 13px, rgba(235, 235, 235, 0.85) 13px);
  width: 17px;
  height: 15px;
}
.popover-content.popover-align-right {
  -webkit-box-shadow: -7px -9px 0px -7px #eb6500;
          box-shadow: -7px -9px 0px -7px #eb6500;
  right: 0;
}
.popover-content.popover-align-right.popover-align-right:before {
  content: "";
  position: absolute;
  right: -1px;
  background-position: left top;
  border-right: 1px solid #969696;
  top: -15px;
  background-image: -o-linear-gradient(315deg, transparent 11px, #eb6500 11px, #eb6500 13px, rgba(235, 235, 235, 0.85) 13px);
  background-image: linear-gradient(135deg, transparent 11px, #eb6500 11px, #eb6500 13px, rgba(235, 235, 235, 0.85) 13px);
  width: 17px;
  height: 15px;
}

.popover-content-inner {
  background: #fff;
}
.popover-content-inner .popover-children {
  padding: 32px 16px;
}

.popover-button-close {
  border-bottom: 2px solid transparent;
  margin: 4px 4px 0 0;
  padding-top: 2px !important;
  width: 40px;
  height: 40px;
}
.popover-button-close svg.icon {
  fill: #2e2e2e !important;
}
.popover-button-close:hover {
  fill: #2e2e2e;
  border-bottom: 2px solid #eb6500;
}

.badge-warning, .badge-success, .badge-info {
  display: inline-block;
  font-weight: normal;
  border-radius: 10px;
  line-height: 0 !important;
}

.badge-sm {
  font-size: 10px;
  font-size: 0.5rem;
  line-height: 2.8;
  padding: 8px 5px;
}

.badge-md {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 2;
  padding: 10px 7px;
}

.badge-info {
  color: #000000;
  background: #44c6f4;
}

.badge-success {
  color: #fff;
  background: #29a61b;
}

.badge-warning {
  color: #fff;
  background: #c83727;
}

.show-more-icon {
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.show-more-icon.active {
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -ms-transform: scale(-1);
}

.is-truncated-content {
  overflow: hidden;
  position: relative;
  line-height: 1.4em;
  max-height: 4.2em;
  margin-right: -1em;
  padding-right: 1em;
}
.is-truncated-content:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.is-truncated-content:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.switch-label:hover .switch-check {
  border-color: #2e2e2e;
}
.is-disabled .switch-label:hover .switch-check {
  border-color: #b9b9b9;
}
.is-disabled .switch-label {
  color: #b9b9b9;
}

.switch-input {
  opacity: 0;
  position: absolute;
}
.switch-input:focus + .switch-check, .switch-input:focus-visible + .switch-check, .switch-input:focus-within + .switch-check {
  border-color: #2e2e2e;
}
.switch-input:hover + .switch-check {
  border-color: #2e2e2e;
}
.switch-input:checked + .switch-check::after {
  left: 4px;
  top: 3px;
  border-width: 7.0588235294px;
  border-color: #eb6500;
  -webkit-transform: translateX(22px);
      -ms-transform: translateX(22px);
          transform: translateX(22px);
}
.is-disabled .switch-input:checked + .switch-check::after {
  border-color: #b9b9b9;
}

.switch-check {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: border ease 0.3s;
  -o-transition: border ease 0.3s;
  transition: border ease 0.3s;
  border: 2px solid #737373;
  border-radius: 12px;
  background-color: #fff;
  width: 48px;
  height: 24px;
  line-height: 24px;
}
.switch-check::after {
  display: inline-block;
  position: relative;
  vertical-align: top;
  left: 0.4em;
  top: 0.3em;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: border-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: border-color 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, border-color 0.4s ease;
  transition: transform 0.4s ease, border-color 0.4s ease;
  transition: transform 0.4s ease, border-color 0.4s ease, -webkit-transform 0.4s ease;
  border-radius: 50%;
  border-width: 4.7058823529px;
  border-style: solid;
  border-color: #b9b9b9;
  background-color: #b9b9b9;
  content: "";
}
.switch-check.switch-label-indent {
  vertical-align: top;
  margin-right: -30px;
}
.is-disabled .switch-check {
  cursor: default;
  border-color: #b9b9b9;
}

.switch-label-value {
  margin-left: 8px;
  cursor: pointer;
  font-size: 1rem;
  vertical-align: middle;
}
.switch-label-value.switch-label-indent {
  display: inline-block;
  margin-left: 38px;
  margin-right: -30px;
}
.is-disabled .switch-label-value {
  cursor: default;
}

.switch-small .switch-label-value {
  font-size: 0.8rem;
}
.switch-small .switch-check {
  width: 40px;
  height: 20px;
  line-height: 20px;
}
.switch-small .switch-check::after {
  top: 4px;
  left: 6px;
  border-width: 4px;
}
.switch-small .switch-input:checked + .switch-check::after {
  -webkit-transform: translateX(16px) !important;
      -ms-transform: translateX(16px) !important;
          transform: translateX(16px) !important;
  top: 0.15em;
  left: 0.32em;
  border-width: 5.6px;
}

.input-dropdown-button-active, .input-dropdown .input-dropdown-button-enabled.options-visible, .input-dropdown .input-dropdown-button-enabled:hover, .input-dropdown-enabled:hover .input-dropdown-button {
  border-color: #eb6500 !important;
}
.input-dropdown-button-active svg, .input-dropdown .input-dropdown-button-enabled.options-visible svg, .input-dropdown .input-dropdown-button-enabled:hover svg, .input-dropdown-enabled:hover .input-dropdown-button svg {
  border-color: #eb6500 !important;
}

.input-dropdown {
  min-height: 72px;
  padding-top: 8px;
}
.input-dropdown-enabled:focus {
  outline: 2px solid #eb6500;
  outline-offset: 2px;
}
.input-dropdown .dropdown-input-row {
  border-bottom: 2px solid #b9b9b9;
  height: 64px;
}
.input-dropdown .dropdown-input-row.options-visible {
  border-bottom-color: #eb6500;
}
.input-dropdown .hidden-input {
  float: left;
  width: calc(100% - 40px);
}
.input-dropdown .hidden-input .text-input-field {
  padding-left: 0;
}
.input-dropdown .hidden-input-enabled .text-input-field {
  outline: none;
  cursor: pointer;
}
.input-dropdown .hidden-input-disabled .text-input-field:disabled {
  border-bottom: none;
}
.input-dropdown .options-list-container {
  position: relative;
  visibility: hidden;
}
.input-dropdown .options-list-container.isVisible {
  visibility: visible;
}
.input-dropdown .options-list {
  position: absolute;
  margin: 0;
  border: 1px solid #969696;
  border-top: none;
  background: #ffffff;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.input-dropdown .options-list .option-item {
  cursor: pointer;
  padding: 8px;
  height: 40px;
  list-style: none;
  font-size: 0.8rem;
  font-weight: 300;
}
.input-dropdown .options-list .option-item:focus, .input-dropdown .options-list .option-item:focus-within, .input-dropdown .options-list .option-item:focus-visible {
  outline: none;
}
.input-dropdown .options-list .option-item .options-item-text {
  -webkit-transition: color 0.3s ease, border-bottom-color 0.3s ease;
  -o-transition: color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  border-bottom: 2px solid transparent;
}
.input-dropdown .options-list .option-item:hover .options-item-text, .input-dropdown .options-list .option-item.isCurrent .options-item-text {
  border-bottom: 2px solid #eb6500;
  color: #2e2e2e;
}
.input-dropdown .input-dropdown-button {
  position: relative;
  top: 24px;
  width: 32px;
  height: 32px;
  background-color: #fff;
}
.input-dropdown .input-dropdown-button-enabled {
  cursor: pointer;
}
.input-dropdown-fancy {
  margin: 0 -16px -16px;
  border: none;
  background: #ebebeb;
  padding: 8px 16px 0 16px;
}
.input-dropdown-fancy.options-visible {
  border: 1px solid #969696;
  border-bottom: 0;
}
.input-dropdown-fancy.options-visible .options-list-container .options-list {
  margin-left: -17px;
  background: #ebebeb;
  padding: 16px;
  padding-top: 0;
  width: calc(100% + 34px);
  border: 1px solid #969696;
  border-top: none;
}
.input-dropdown-fancy.options-visible .options-list-container .options-list .option-item {
  background: #fff;
}
.input-dropdown-fancy .text-input-container input {
  background: transparent;
}

.link-button {
  border: 2px solid;
  display: inline-block;
  font-family: inherit;
  height: 40px;
  font-size: 20px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  max-width: 250px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
}
@media only screen and (min-width: 36em) {
  .link-button {
    max-width: 100%;
  }
}
.link-button svg.icon {
  fill: currentColor;
  vertical-align: middle;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  height: 36px;
  width: 36px;
  padding: 6px;
}
.link-button svg.icon.animate {
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s;
  transition: fill 0.3s ease, -webkit-transform 0.3s;
  -o-transition: fill 0.3s ease, transform 0.3s;
  transition: fill 0.3s ease, transform 0.3s;
  transition: fill 0.3s ease, transform 0.3s, -webkit-transform 0.3s;
}
.link-button svg.icon:first-child {
  margin: 0 0 0 -0.5em;
}
.link-button svg.icon:last-child {
  margin: 0 -0.5em 0 0;
}
.link-button svg.icon:only-child {
  margin: 0 -0.5em;
}
.link-button-text:not(.on-dark-background) {
  vertical-align: middle;
}
.link-button-primary:not(.on-dark-background) {
  background-color: #007398;
  border-color: #007398;
  color: #fff;
}
.link-button-secondary:not(.on-dark-background) {
  background-color: #fff;
  border-color: #007398;
  color: #2e2e2e;
}
.link-button-secondary:not(.on-dark-background) svg.icon {
  fill: #2e2e2e;
}
.link-button-tertiary:not(.on-dark-background) {
  background-color: #fff;
  border-color: #737373;
  color: #2e2e2e;
}
.link-button-tertiary:not(.on-dark-background) svg.icon {
  fill: #2e2e2e;
}
.link-button.on-dark-background {
  background: none;
  border-color: #fff;
  color: #fff;
  outline-color: #fff;
}
.link-button.on-dark-background svg.icon {
  fill: #fff;
}
.link-button-warning {
  background-color: #c83727;
  border-color: #c83727;
  color: #fff;
}
.link-button-warning:focus-visible {
  outline: 2px solid #c83727 !important;
  outline-offset: 1px;
}
.link-button:hover, .link-button:active {
  color: #2e2e2e;
  background-color: #fff;
  background: #fff;
}
.link-button:hover:not(.on-dark-background), .link-button:active:not(.on-dark-background) {
  border-color: #eb6500;
}
.link-button:hover.on-dark-background, .link-button:active.on-dark-background {
  border-color: #fff;
}
.link-button:hover svg.icon, .link-button:active svg.icon {
  fill: #2e2e2e;
}
.link-button:focus-visible:not(.on-dark-background) {
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}
.link-button:focus-visible.on-dark-background {
  outline: 2px solid #fff;
  outline-offset: 1px;
}
.link-button:hover, .link-button:focus-visible {
  cursor: pointer;
}

.link-button.small {
  height: 32px;
  padding: 0 8px;
  font-size: 16px;
  line-height: 32px;
}
.link-button.small svg.icon {
  height: 28px;
  width: 28px;
  padding: 4px;
}
.link-button.small svg.icon:first-child {
  margin: 0 0 0 -8px;
}
.link-button.small svg.icon:last-child {
  margin: 0 -8px 0 0;
}
.link-button.small svg.icon:only-child {
  margin: 0 -8px;
}

.link-button.medium {
  height: 40px;
  padding: 0 10px;
  font-size: 20px;
}
.link-button.medium svg.icon {
  height: 36px;
  width: 36px;
  padding: 6px;
}
.link-button.medium svg.icon:first-child {
  margin: 0 0 0 -10px;
}
.link-button.medium svg.icon:last-child {
  margin: 0 -10px 0 0;
}
.link-button.medium svg.icon:only-child {
  margin: 0 -10px;
}

.link-button.large {
  height: 48px;
  padding: 0 14px;
  font-size: 24px;
  line-height: 45px;
}
.link-button.large svg.icon {
  height: 44px;
  width: 44px;
  padding: 8px;
}
.link-button.large svg.icon:first-child {
  margin: 0 0 0 -12px;
}
.link-button.large svg.icon:last-child {
  margin: 0 -12px 0 0;
}
.link-button.large svg.icon:only-child {
  margin: 0 -12px;
}

.link-button.responsive {
  height: 32px;
  padding: 0 8px;
  font-size: 16px;
  line-height: 32px;
}
.link-button.responsive svg.icon {
  height: 28px;
  width: 28px;
  padding: 4px;
}
.link-button.responsive svg.icon:first-child {
  margin: 0 0 0 -8px;
}
.link-button.responsive svg.icon:last-child {
  margin: 0 -8px 0 0;
}
.link-button.responsive svg.icon:only-child {
  margin: 0 -8px;
}
@media only screen and (min-width: 48em) {
  .link-button.responsive {
    height: 40px;
    padding: 0 10px;
    font-size: 20px;
  }
  .link-button.responsive svg.icon {
    height: 36px;
    width: 36px;
    padding: 6px;
  }
  .link-button.responsive svg.icon:first-child {
    margin: 0 0 0 -10px;
  }
  .link-button.responsive svg.icon:last-child {
    margin: 0 -10px 0 0;
  }
  .link-button.responsive svg.icon:only-child {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 62em) {
  .link-button.responsive {
    height: 48px;
    padding: 0 14px;
    font-size: 24px;
    line-height: 45px;
  }
  .link-button.responsive svg.icon {
    height: 44px;
    width: 44px;
    padding: 8px;
  }
  .link-button.responsive svg.icon:first-child {
    margin: 0 0 0 -12px;
  }
  .link-button.responsive svg.icon:last-child {
    margin: 0 -12px 0 0;
  }
  .link-button.responsive svg.icon:only-child {
    margin: 0 -12px;
  }
}

.with-loading-state svg.icon.icon-spinner {
  vertical-align: middle;
  margin: 0;
}
.with-loading-state.is-complete-default {
  background-color: #29a61b;
  border-color: #29a61b;
}
.with-loading-state.is-active {
  cursor: default;
}

.u-padding-0 {
  padding: 0px !important;
}

.u-margin-0 {
  margin: 0px !important;
}

.u-padding-0-ver {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-margin-0-ver {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-padding-0-hor {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.u-margin-0-hor {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.u-padding-0-top {
  padding-top: 0px !important;
}

.u-margin-0-top {
  margin-top: 0px !important;
}

.u-padding-0-right {
  padding-right: 0px !important;
}

.u-margin-0-right {
  margin-right: 0px !important;
}

.u-padding-0-bottom {
  padding-bottom: 0px !important;
}

.u-margin-0-bottom {
  margin-bottom: 0px !important;
}

.u-padding-0-left {
  padding-left: 0px !important;
}

.u-margin-0-left {
  margin-left: 0px !important;
}

.u-padding-xs {
  padding: 8px !important;
}

.u-margin-xs {
  margin: 8px !important;
}

.u-padding-xs-ver {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-margin-xs-ver {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-padding-xs-hor {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.u-margin-xs-hor {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.u-padding-xs-top {
  padding-top: 8px !important;
}

.u-margin-xs-top {
  margin-top: 8px !important;
}

.u-padding-xs-right {
  padding-right: 8px !important;
}

.u-margin-xs-right {
  margin-right: 8px !important;
}

.u-padding-xs-bottom {
  padding-bottom: 8px !important;
}

.u-margin-xs-bottom {
  margin-bottom: 8px !important;
}

.u-padding-xs-left {
  padding-left: 8px !important;
}

.u-margin-xs-left {
  margin-left: 8px !important;
}

.u-padding-s {
  padding: 16px !important;
}

.u-margin-s {
  margin: 16px !important;
}

.u-padding-s-ver {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-margin-s-ver {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-padding-s-hor {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.u-margin-s-hor {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.u-padding-s-top {
  padding-top: 16px !important;
}

.u-margin-s-top {
  margin-top: 16px !important;
}

.u-padding-s-right {
  padding-right: 16px !important;
}

.u-margin-s-right {
  margin-right: 16px !important;
}

.u-padding-s-bottom {
  padding-bottom: 16px !important;
}

.u-margin-s-bottom {
  margin-bottom: 16px !important;
}

.u-padding-s-left {
  padding-left: 16px !important;
}

.u-margin-s-left {
  margin-left: 16px !important;
}

.u-padding-m {
  padding: 24px !important;
}

.u-margin-m {
  margin: 24px !important;
}

.u-padding-m-ver {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-margin-m-ver {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-padding-m-hor {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.u-margin-m-hor {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.u-padding-m-top {
  padding-top: 24px !important;
}

.u-margin-m-top {
  margin-top: 24px !important;
}

.u-padding-m-right {
  padding-right: 24px !important;
}

.u-margin-m-right {
  margin-right: 24px !important;
}

.u-padding-m-bottom {
  padding-bottom: 24px !important;
}

.u-margin-m-bottom {
  margin-bottom: 24px !important;
}

.u-padding-m-left {
  padding-left: 24px !important;
}

.u-margin-m-left {
  margin-left: 24px !important;
}

.u-padding-l {
  padding: 32px !important;
}

.u-margin-l {
  margin: 32px !important;
}

.u-padding-l-ver {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-margin-l-ver {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-padding-l-hor {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.u-margin-l-hor {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.u-padding-l-top {
  padding-top: 32px !important;
}

.u-margin-l-top {
  margin-top: 32px !important;
}

.u-padding-l-right {
  padding-right: 32px !important;
}

.u-margin-l-right {
  margin-right: 32px !important;
}

.u-padding-l-bottom {
  padding-bottom: 32px !important;
}

.u-margin-l-bottom {
  margin-bottom: 32px !important;
}

.u-padding-l-left {
  padding-left: 32px !important;
}

.u-margin-l-left {
  margin-left: 32px !important;
}

.u-padding-xl {
  padding: 40px !important;
}

.u-margin-xl {
  margin: 40px !important;
}

.u-padding-xl-ver {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-margin-xl-ver {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-padding-xl-hor {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.u-margin-xl-hor {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.u-padding-xl-top {
  padding-top: 40px !important;
}

.u-margin-xl-top {
  margin-top: 40px !important;
}

.u-padding-xl-right {
  padding-right: 40px !important;
}

.u-margin-xl-right {
  margin-right: 40px !important;
}

.u-padding-xl-bottom {
  padding-bottom: 40px !important;
}

.u-margin-xl-bottom {
  margin-bottom: 40px !important;
}

.u-padding-xl-left {
  padding-left: 40px !important;
}

.u-margin-xl-left {
  margin-left: 40px !important;
}

.u-padding-xxl {
  padding: 48px !important;
}

.u-margin-xxl {
  margin: 48px !important;
}

.u-padding-xxl-ver {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-margin-xxl-ver {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-padding-xxl-hor {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.u-margin-xxl-hor {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.u-padding-xxl-top {
  padding-top: 48px !important;
}

.u-margin-xxl-top {
  margin-top: 48px !important;
}

.u-padding-xxl-right {
  padding-right: 48px !important;
}

.u-margin-xxl-right {
  margin-right: 48px !important;
}

.u-padding-xxl-bottom {
  padding-bottom: 48px !important;
}

.u-margin-xxl-bottom {
  margin-bottom: 48px !important;
}

.u-padding-xxl-left {
  padding-left: 48px !important;
}

.u-margin-xxl-left {
  margin-left: 48px !important;
}

@media only screen and (min-width: 20em) {
  .u-padding-0-from-xs {
    padding: 0px !important;
  }
  .u-margin-0-from-xs {
    margin: 0px !important;
  }
  .u-padding-0-ver-from-xs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-margin-0-ver-from-xs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-padding-0-hor-from-xs {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .u-margin-0-hor-from-xs {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .u-padding-0-top-from-xs {
    padding-top: 0px !important;
  }
  .u-margin-0-top-from-xs {
    margin-top: 0px !important;
  }
  .u-padding-0-right-from-xs {
    padding-right: 0px !important;
  }
  .u-margin-0-right-from-xs {
    margin-right: 0px !important;
  }
  .u-padding-0-bottom-from-xs {
    padding-bottom: 0px !important;
  }
  .u-margin-0-bottom-from-xs {
    margin-bottom: 0px !important;
  }
  .u-padding-0-left-from-xs {
    padding-left: 0px !important;
  }
  .u-margin-0-left-from-xs {
    margin-left: 0px !important;
  }
  .u-padding-xs-from-xs {
    padding: 8px !important;
  }
  .u-margin-xs-from-xs {
    margin: 8px !important;
  }
  .u-padding-xs-ver-from-xs {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-margin-xs-ver-from-xs {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-padding-xs-hor-from-xs {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .u-margin-xs-hor-from-xs {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .u-padding-xs-top-from-xs {
    padding-top: 8px !important;
  }
  .u-margin-xs-top-from-xs {
    margin-top: 8px !important;
  }
  .u-padding-xs-right-from-xs {
    padding-right: 8px !important;
  }
  .u-margin-xs-right-from-xs {
    margin-right: 8px !important;
  }
  .u-padding-xs-bottom-from-xs {
    padding-bottom: 8px !important;
  }
  .u-margin-xs-bottom-from-xs {
    margin-bottom: 8px !important;
  }
  .u-padding-xs-left-from-xs {
    padding-left: 8px !important;
  }
  .u-margin-xs-left-from-xs {
    margin-left: 8px !important;
  }
  .u-padding-s-from-xs {
    padding: 16px !important;
  }
  .u-margin-s-from-xs {
    margin: 16px !important;
  }
  .u-padding-s-ver-from-xs {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-margin-s-ver-from-xs {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-padding-s-hor-from-xs {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .u-margin-s-hor-from-xs {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .u-padding-s-top-from-xs {
    padding-top: 16px !important;
  }
  .u-margin-s-top-from-xs {
    margin-top: 16px !important;
  }
  .u-padding-s-right-from-xs {
    padding-right: 16px !important;
  }
  .u-margin-s-right-from-xs {
    margin-right: 16px !important;
  }
  .u-padding-s-bottom-from-xs {
    padding-bottom: 16px !important;
  }
  .u-margin-s-bottom-from-xs {
    margin-bottom: 16px !important;
  }
  .u-padding-s-left-from-xs {
    padding-left: 16px !important;
  }
  .u-margin-s-left-from-xs {
    margin-left: 16px !important;
  }
  .u-padding-m-from-xs {
    padding: 24px !important;
  }
  .u-margin-m-from-xs {
    margin: 24px !important;
  }
  .u-padding-m-ver-from-xs {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-margin-m-ver-from-xs {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-padding-m-hor-from-xs {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .u-margin-m-hor-from-xs {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .u-padding-m-top-from-xs {
    padding-top: 24px !important;
  }
  .u-margin-m-top-from-xs {
    margin-top: 24px !important;
  }
  .u-padding-m-right-from-xs {
    padding-right: 24px !important;
  }
  .u-margin-m-right-from-xs {
    margin-right: 24px !important;
  }
  .u-padding-m-bottom-from-xs {
    padding-bottom: 24px !important;
  }
  .u-margin-m-bottom-from-xs {
    margin-bottom: 24px !important;
  }
  .u-padding-m-left-from-xs {
    padding-left: 24px !important;
  }
  .u-margin-m-left-from-xs {
    margin-left: 24px !important;
  }
  .u-padding-l-from-xs {
    padding: 32px !important;
  }
  .u-margin-l-from-xs {
    margin: 32px !important;
  }
  .u-padding-l-ver-from-xs {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-margin-l-ver-from-xs {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-padding-l-hor-from-xs {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .u-margin-l-hor-from-xs {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .u-padding-l-top-from-xs {
    padding-top: 32px !important;
  }
  .u-margin-l-top-from-xs {
    margin-top: 32px !important;
  }
  .u-padding-l-right-from-xs {
    padding-right: 32px !important;
  }
  .u-margin-l-right-from-xs {
    margin-right: 32px !important;
  }
  .u-padding-l-bottom-from-xs {
    padding-bottom: 32px !important;
  }
  .u-margin-l-bottom-from-xs {
    margin-bottom: 32px !important;
  }
  .u-padding-l-left-from-xs {
    padding-left: 32px !important;
  }
  .u-margin-l-left-from-xs {
    margin-left: 32px !important;
  }
  .u-padding-xl-from-xs {
    padding: 40px !important;
  }
  .u-margin-xl-from-xs {
    margin: 40px !important;
  }
  .u-padding-xl-ver-from-xs {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-margin-xl-ver-from-xs {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-padding-xl-hor-from-xs {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .u-margin-xl-hor-from-xs {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .u-padding-xl-top-from-xs {
    padding-top: 40px !important;
  }
  .u-margin-xl-top-from-xs {
    margin-top: 40px !important;
  }
  .u-padding-xl-right-from-xs {
    padding-right: 40px !important;
  }
  .u-margin-xl-right-from-xs {
    margin-right: 40px !important;
  }
  .u-padding-xl-bottom-from-xs {
    padding-bottom: 40px !important;
  }
  .u-margin-xl-bottom-from-xs {
    margin-bottom: 40px !important;
  }
  .u-padding-xl-left-from-xs {
    padding-left: 40px !important;
  }
  .u-margin-xl-left-from-xs {
    margin-left: 40px !important;
  }
  .u-padding-xxl-from-xs {
    padding: 48px !important;
  }
  .u-margin-xxl-from-xs {
    margin: 48px !important;
  }
  .u-padding-xxl-ver-from-xs {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-ver-from-xs {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-hor-from-xs {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .u-margin-xxl-hor-from-xs {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .u-padding-xxl-top-from-xs {
    padding-top: 48px !important;
  }
  .u-margin-xxl-top-from-xs {
    margin-top: 48px !important;
  }
  .u-padding-xxl-right-from-xs {
    padding-right: 48px !important;
  }
  .u-margin-xxl-right-from-xs {
    margin-right: 48px !important;
  }
  .u-padding-xxl-bottom-from-xs {
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-bottom-from-xs {
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-left-from-xs {
    padding-left: 48px !important;
  }
  .u-margin-xxl-left-from-xs {
    margin-left: 48px !important;
  }
}
@media only screen and (min-width: 36em) {
  .u-padding-0-from-sm {
    padding: 0px !important;
  }
  .u-margin-0-from-sm {
    margin: 0px !important;
  }
  .u-padding-0-ver-from-sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-margin-0-ver-from-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-padding-0-hor-from-sm {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .u-margin-0-hor-from-sm {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .u-padding-0-top-from-sm {
    padding-top: 0px !important;
  }
  .u-margin-0-top-from-sm {
    margin-top: 0px !important;
  }
  .u-padding-0-right-from-sm {
    padding-right: 0px !important;
  }
  .u-margin-0-right-from-sm {
    margin-right: 0px !important;
  }
  .u-padding-0-bottom-from-sm {
    padding-bottom: 0px !important;
  }
  .u-margin-0-bottom-from-sm {
    margin-bottom: 0px !important;
  }
  .u-padding-0-left-from-sm {
    padding-left: 0px !important;
  }
  .u-margin-0-left-from-sm {
    margin-left: 0px !important;
  }
  .u-padding-xs-from-sm {
    padding: 8px !important;
  }
  .u-margin-xs-from-sm {
    margin: 8px !important;
  }
  .u-padding-xs-ver-from-sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-margin-xs-ver-from-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-padding-xs-hor-from-sm {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .u-margin-xs-hor-from-sm {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .u-padding-xs-top-from-sm {
    padding-top: 8px !important;
  }
  .u-margin-xs-top-from-sm {
    margin-top: 8px !important;
  }
  .u-padding-xs-right-from-sm {
    padding-right: 8px !important;
  }
  .u-margin-xs-right-from-sm {
    margin-right: 8px !important;
  }
  .u-padding-xs-bottom-from-sm {
    padding-bottom: 8px !important;
  }
  .u-margin-xs-bottom-from-sm {
    margin-bottom: 8px !important;
  }
  .u-padding-xs-left-from-sm {
    padding-left: 8px !important;
  }
  .u-margin-xs-left-from-sm {
    margin-left: 8px !important;
  }
  .u-padding-s-from-sm {
    padding: 16px !important;
  }
  .u-margin-s-from-sm {
    margin: 16px !important;
  }
  .u-padding-s-ver-from-sm {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-margin-s-ver-from-sm {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-padding-s-hor-from-sm {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .u-margin-s-hor-from-sm {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .u-padding-s-top-from-sm {
    padding-top: 16px !important;
  }
  .u-margin-s-top-from-sm {
    margin-top: 16px !important;
  }
  .u-padding-s-right-from-sm {
    padding-right: 16px !important;
  }
  .u-margin-s-right-from-sm {
    margin-right: 16px !important;
  }
  .u-padding-s-bottom-from-sm {
    padding-bottom: 16px !important;
  }
  .u-margin-s-bottom-from-sm {
    margin-bottom: 16px !important;
  }
  .u-padding-s-left-from-sm {
    padding-left: 16px !important;
  }
  .u-margin-s-left-from-sm {
    margin-left: 16px !important;
  }
  .u-padding-m-from-sm {
    padding: 24px !important;
  }
  .u-margin-m-from-sm {
    margin: 24px !important;
  }
  .u-padding-m-ver-from-sm {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-margin-m-ver-from-sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-padding-m-hor-from-sm {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .u-margin-m-hor-from-sm {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .u-padding-m-top-from-sm {
    padding-top: 24px !important;
  }
  .u-margin-m-top-from-sm {
    margin-top: 24px !important;
  }
  .u-padding-m-right-from-sm {
    padding-right: 24px !important;
  }
  .u-margin-m-right-from-sm {
    margin-right: 24px !important;
  }
  .u-padding-m-bottom-from-sm {
    padding-bottom: 24px !important;
  }
  .u-margin-m-bottom-from-sm {
    margin-bottom: 24px !important;
  }
  .u-padding-m-left-from-sm {
    padding-left: 24px !important;
  }
  .u-margin-m-left-from-sm {
    margin-left: 24px !important;
  }
  .u-padding-l-from-sm {
    padding: 32px !important;
  }
  .u-margin-l-from-sm {
    margin: 32px !important;
  }
  .u-padding-l-ver-from-sm {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-margin-l-ver-from-sm {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-padding-l-hor-from-sm {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .u-margin-l-hor-from-sm {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .u-padding-l-top-from-sm {
    padding-top: 32px !important;
  }
  .u-margin-l-top-from-sm {
    margin-top: 32px !important;
  }
  .u-padding-l-right-from-sm {
    padding-right: 32px !important;
  }
  .u-margin-l-right-from-sm {
    margin-right: 32px !important;
  }
  .u-padding-l-bottom-from-sm {
    padding-bottom: 32px !important;
  }
  .u-margin-l-bottom-from-sm {
    margin-bottom: 32px !important;
  }
  .u-padding-l-left-from-sm {
    padding-left: 32px !important;
  }
  .u-margin-l-left-from-sm {
    margin-left: 32px !important;
  }
  .u-padding-xl-from-sm {
    padding: 40px !important;
  }
  .u-margin-xl-from-sm {
    margin: 40px !important;
  }
  .u-padding-xl-ver-from-sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-margin-xl-ver-from-sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-padding-xl-hor-from-sm {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .u-margin-xl-hor-from-sm {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .u-padding-xl-top-from-sm {
    padding-top: 40px !important;
  }
  .u-margin-xl-top-from-sm {
    margin-top: 40px !important;
  }
  .u-padding-xl-right-from-sm {
    padding-right: 40px !important;
  }
  .u-margin-xl-right-from-sm {
    margin-right: 40px !important;
  }
  .u-padding-xl-bottom-from-sm {
    padding-bottom: 40px !important;
  }
  .u-margin-xl-bottom-from-sm {
    margin-bottom: 40px !important;
  }
  .u-padding-xl-left-from-sm {
    padding-left: 40px !important;
  }
  .u-margin-xl-left-from-sm {
    margin-left: 40px !important;
  }
  .u-padding-xxl-from-sm {
    padding: 48px !important;
  }
  .u-margin-xxl-from-sm {
    margin: 48px !important;
  }
  .u-padding-xxl-ver-from-sm {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-ver-from-sm {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-hor-from-sm {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .u-margin-xxl-hor-from-sm {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .u-padding-xxl-top-from-sm {
    padding-top: 48px !important;
  }
  .u-margin-xxl-top-from-sm {
    margin-top: 48px !important;
  }
  .u-padding-xxl-right-from-sm {
    padding-right: 48px !important;
  }
  .u-margin-xxl-right-from-sm {
    margin-right: 48px !important;
  }
  .u-padding-xxl-bottom-from-sm {
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-bottom-from-sm {
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-left-from-sm {
    padding-left: 48px !important;
  }
  .u-margin-xxl-left-from-sm {
    margin-left: 48px !important;
  }
}
@media only screen and (min-width: 48em) {
  .u-padding-0-from-md {
    padding: 0px !important;
  }
  .u-margin-0-from-md {
    margin: 0px !important;
  }
  .u-padding-0-ver-from-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-margin-0-ver-from-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-padding-0-hor-from-md {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .u-margin-0-hor-from-md {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .u-padding-0-top-from-md {
    padding-top: 0px !important;
  }
  .u-margin-0-top-from-md {
    margin-top: 0px !important;
  }
  .u-padding-0-right-from-md {
    padding-right: 0px !important;
  }
  .u-margin-0-right-from-md {
    margin-right: 0px !important;
  }
  .u-padding-0-bottom-from-md {
    padding-bottom: 0px !important;
  }
  .u-margin-0-bottom-from-md {
    margin-bottom: 0px !important;
  }
  .u-padding-0-left-from-md {
    padding-left: 0px !important;
  }
  .u-margin-0-left-from-md {
    margin-left: 0px !important;
  }
  .u-padding-xs-from-md {
    padding: 8px !important;
  }
  .u-margin-xs-from-md {
    margin: 8px !important;
  }
  .u-padding-xs-ver-from-md {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-margin-xs-ver-from-md {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-padding-xs-hor-from-md {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .u-margin-xs-hor-from-md {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .u-padding-xs-top-from-md {
    padding-top: 8px !important;
  }
  .u-margin-xs-top-from-md {
    margin-top: 8px !important;
  }
  .u-padding-xs-right-from-md {
    padding-right: 8px !important;
  }
  .u-margin-xs-right-from-md {
    margin-right: 8px !important;
  }
  .u-padding-xs-bottom-from-md {
    padding-bottom: 8px !important;
  }
  .u-margin-xs-bottom-from-md {
    margin-bottom: 8px !important;
  }
  .u-padding-xs-left-from-md {
    padding-left: 8px !important;
  }
  .u-margin-xs-left-from-md {
    margin-left: 8px !important;
  }
  .u-padding-s-from-md {
    padding: 16px !important;
  }
  .u-margin-s-from-md {
    margin: 16px !important;
  }
  .u-padding-s-ver-from-md {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-margin-s-ver-from-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-padding-s-hor-from-md {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .u-margin-s-hor-from-md {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .u-padding-s-top-from-md {
    padding-top: 16px !important;
  }
  .u-margin-s-top-from-md {
    margin-top: 16px !important;
  }
  .u-padding-s-right-from-md {
    padding-right: 16px !important;
  }
  .u-margin-s-right-from-md {
    margin-right: 16px !important;
  }
  .u-padding-s-bottom-from-md {
    padding-bottom: 16px !important;
  }
  .u-margin-s-bottom-from-md {
    margin-bottom: 16px !important;
  }
  .u-padding-s-left-from-md {
    padding-left: 16px !important;
  }
  .u-margin-s-left-from-md {
    margin-left: 16px !important;
  }
  .u-padding-m-from-md {
    padding: 24px !important;
  }
  .u-margin-m-from-md {
    margin: 24px !important;
  }
  .u-padding-m-ver-from-md {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-margin-m-ver-from-md {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-padding-m-hor-from-md {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .u-margin-m-hor-from-md {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .u-padding-m-top-from-md {
    padding-top: 24px !important;
  }
  .u-margin-m-top-from-md {
    margin-top: 24px !important;
  }
  .u-padding-m-right-from-md {
    padding-right: 24px !important;
  }
  .u-margin-m-right-from-md {
    margin-right: 24px !important;
  }
  .u-padding-m-bottom-from-md {
    padding-bottom: 24px !important;
  }
  .u-margin-m-bottom-from-md {
    margin-bottom: 24px !important;
  }
  .u-padding-m-left-from-md {
    padding-left: 24px !important;
  }
  .u-margin-m-left-from-md {
    margin-left: 24px !important;
  }
  .u-padding-l-from-md {
    padding: 32px !important;
  }
  .u-margin-l-from-md {
    margin: 32px !important;
  }
  .u-padding-l-ver-from-md {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-margin-l-ver-from-md {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-padding-l-hor-from-md {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .u-margin-l-hor-from-md {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .u-padding-l-top-from-md {
    padding-top: 32px !important;
  }
  .u-margin-l-top-from-md {
    margin-top: 32px !important;
  }
  .u-padding-l-right-from-md {
    padding-right: 32px !important;
  }
  .u-margin-l-right-from-md {
    margin-right: 32px !important;
  }
  .u-padding-l-bottom-from-md {
    padding-bottom: 32px !important;
  }
  .u-margin-l-bottom-from-md {
    margin-bottom: 32px !important;
  }
  .u-padding-l-left-from-md {
    padding-left: 32px !important;
  }
  .u-margin-l-left-from-md {
    margin-left: 32px !important;
  }
  .u-padding-xl-from-md {
    padding: 40px !important;
  }
  .u-margin-xl-from-md {
    margin: 40px !important;
  }
  .u-padding-xl-ver-from-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-margin-xl-ver-from-md {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-padding-xl-hor-from-md {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .u-margin-xl-hor-from-md {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .u-padding-xl-top-from-md {
    padding-top: 40px !important;
  }
  .u-margin-xl-top-from-md {
    margin-top: 40px !important;
  }
  .u-padding-xl-right-from-md {
    padding-right: 40px !important;
  }
  .u-margin-xl-right-from-md {
    margin-right: 40px !important;
  }
  .u-padding-xl-bottom-from-md {
    padding-bottom: 40px !important;
  }
  .u-margin-xl-bottom-from-md {
    margin-bottom: 40px !important;
  }
  .u-padding-xl-left-from-md {
    padding-left: 40px !important;
  }
  .u-margin-xl-left-from-md {
    margin-left: 40px !important;
  }
  .u-padding-xxl-from-md {
    padding: 48px !important;
  }
  .u-margin-xxl-from-md {
    margin: 48px !important;
  }
  .u-padding-xxl-ver-from-md {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-ver-from-md {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-hor-from-md {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .u-margin-xxl-hor-from-md {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .u-padding-xxl-top-from-md {
    padding-top: 48px !important;
  }
  .u-margin-xxl-top-from-md {
    margin-top: 48px !important;
  }
  .u-padding-xxl-right-from-md {
    padding-right: 48px !important;
  }
  .u-margin-xxl-right-from-md {
    margin-right: 48px !important;
  }
  .u-padding-xxl-bottom-from-md {
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-bottom-from-md {
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-left-from-md {
    padding-left: 48px !important;
  }
  .u-margin-xxl-left-from-md {
    margin-left: 48px !important;
  }
}
@media only screen and (min-width: 62em) {
  .u-padding-0-from-lg {
    padding: 0px !important;
  }
  .u-margin-0-from-lg {
    margin: 0px !important;
  }
  .u-padding-0-ver-from-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-margin-0-ver-from-lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-padding-0-hor-from-lg {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .u-margin-0-hor-from-lg {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .u-padding-0-top-from-lg {
    padding-top: 0px !important;
  }
  .u-margin-0-top-from-lg {
    margin-top: 0px !important;
  }
  .u-padding-0-right-from-lg {
    padding-right: 0px !important;
  }
  .u-margin-0-right-from-lg {
    margin-right: 0px !important;
  }
  .u-padding-0-bottom-from-lg {
    padding-bottom: 0px !important;
  }
  .u-margin-0-bottom-from-lg {
    margin-bottom: 0px !important;
  }
  .u-padding-0-left-from-lg {
    padding-left: 0px !important;
  }
  .u-margin-0-left-from-lg {
    margin-left: 0px !important;
  }
  .u-padding-xs-from-lg {
    padding: 8px !important;
  }
  .u-margin-xs-from-lg {
    margin: 8px !important;
  }
  .u-padding-xs-ver-from-lg {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-margin-xs-ver-from-lg {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-padding-xs-hor-from-lg {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .u-margin-xs-hor-from-lg {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .u-padding-xs-top-from-lg {
    padding-top: 8px !important;
  }
  .u-margin-xs-top-from-lg {
    margin-top: 8px !important;
  }
  .u-padding-xs-right-from-lg {
    padding-right: 8px !important;
  }
  .u-margin-xs-right-from-lg {
    margin-right: 8px !important;
  }
  .u-padding-xs-bottom-from-lg {
    padding-bottom: 8px !important;
  }
  .u-margin-xs-bottom-from-lg {
    margin-bottom: 8px !important;
  }
  .u-padding-xs-left-from-lg {
    padding-left: 8px !important;
  }
  .u-margin-xs-left-from-lg {
    margin-left: 8px !important;
  }
  .u-padding-s-from-lg {
    padding: 16px !important;
  }
  .u-margin-s-from-lg {
    margin: 16px !important;
  }
  .u-padding-s-ver-from-lg {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-margin-s-ver-from-lg {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-padding-s-hor-from-lg {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .u-margin-s-hor-from-lg {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .u-padding-s-top-from-lg {
    padding-top: 16px !important;
  }
  .u-margin-s-top-from-lg {
    margin-top: 16px !important;
  }
  .u-padding-s-right-from-lg {
    padding-right: 16px !important;
  }
  .u-margin-s-right-from-lg {
    margin-right: 16px !important;
  }
  .u-padding-s-bottom-from-lg {
    padding-bottom: 16px !important;
  }
  .u-margin-s-bottom-from-lg {
    margin-bottom: 16px !important;
  }
  .u-padding-s-left-from-lg {
    padding-left: 16px !important;
  }
  .u-margin-s-left-from-lg {
    margin-left: 16px !important;
  }
  .u-padding-m-from-lg {
    padding: 24px !important;
  }
  .u-margin-m-from-lg {
    margin: 24px !important;
  }
  .u-padding-m-ver-from-lg {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-margin-m-ver-from-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-padding-m-hor-from-lg {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .u-margin-m-hor-from-lg {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .u-padding-m-top-from-lg {
    padding-top: 24px !important;
  }
  .u-margin-m-top-from-lg {
    margin-top: 24px !important;
  }
  .u-padding-m-right-from-lg {
    padding-right: 24px !important;
  }
  .u-margin-m-right-from-lg {
    margin-right: 24px !important;
  }
  .u-padding-m-bottom-from-lg {
    padding-bottom: 24px !important;
  }
  .u-margin-m-bottom-from-lg {
    margin-bottom: 24px !important;
  }
  .u-padding-m-left-from-lg {
    padding-left: 24px !important;
  }
  .u-margin-m-left-from-lg {
    margin-left: 24px !important;
  }
  .u-padding-l-from-lg {
    padding: 32px !important;
  }
  .u-margin-l-from-lg {
    margin: 32px !important;
  }
  .u-padding-l-ver-from-lg {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-margin-l-ver-from-lg {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-padding-l-hor-from-lg {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .u-margin-l-hor-from-lg {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .u-padding-l-top-from-lg {
    padding-top: 32px !important;
  }
  .u-margin-l-top-from-lg {
    margin-top: 32px !important;
  }
  .u-padding-l-right-from-lg {
    padding-right: 32px !important;
  }
  .u-margin-l-right-from-lg {
    margin-right: 32px !important;
  }
  .u-padding-l-bottom-from-lg {
    padding-bottom: 32px !important;
  }
  .u-margin-l-bottom-from-lg {
    margin-bottom: 32px !important;
  }
  .u-padding-l-left-from-lg {
    padding-left: 32px !important;
  }
  .u-margin-l-left-from-lg {
    margin-left: 32px !important;
  }
  .u-padding-xl-from-lg {
    padding: 40px !important;
  }
  .u-margin-xl-from-lg {
    margin: 40px !important;
  }
  .u-padding-xl-ver-from-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-margin-xl-ver-from-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-padding-xl-hor-from-lg {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .u-margin-xl-hor-from-lg {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .u-padding-xl-top-from-lg {
    padding-top: 40px !important;
  }
  .u-margin-xl-top-from-lg {
    margin-top: 40px !important;
  }
  .u-padding-xl-right-from-lg {
    padding-right: 40px !important;
  }
  .u-margin-xl-right-from-lg {
    margin-right: 40px !important;
  }
  .u-padding-xl-bottom-from-lg {
    padding-bottom: 40px !important;
  }
  .u-margin-xl-bottom-from-lg {
    margin-bottom: 40px !important;
  }
  .u-padding-xl-left-from-lg {
    padding-left: 40px !important;
  }
  .u-margin-xl-left-from-lg {
    margin-left: 40px !important;
  }
  .u-padding-xxl-from-lg {
    padding: 48px !important;
  }
  .u-margin-xxl-from-lg {
    margin: 48px !important;
  }
  .u-padding-xxl-ver-from-lg {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-ver-from-lg {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-hor-from-lg {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .u-margin-xxl-hor-from-lg {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .u-padding-xxl-top-from-lg {
    padding-top: 48px !important;
  }
  .u-margin-xxl-top-from-lg {
    margin-top: 48px !important;
  }
  .u-padding-xxl-right-from-lg {
    padding-right: 48px !important;
  }
  .u-margin-xxl-right-from-lg {
    margin-right: 48px !important;
  }
  .u-padding-xxl-bottom-from-lg {
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-bottom-from-lg {
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-left-from-lg {
    padding-left: 48px !important;
  }
  .u-margin-xxl-left-from-lg {
    margin-left: 48px !important;
  }
}
@media only screen and (min-width: 75em) {
  .u-padding-0-from-xl {
    padding: 0px !important;
  }
  .u-margin-0-from-xl {
    margin: 0px !important;
  }
  .u-padding-0-ver-from-xl {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-margin-0-ver-from-xl {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-padding-0-hor-from-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .u-margin-0-hor-from-xl {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .u-padding-0-top-from-xl {
    padding-top: 0px !important;
  }
  .u-margin-0-top-from-xl {
    margin-top: 0px !important;
  }
  .u-padding-0-right-from-xl {
    padding-right: 0px !important;
  }
  .u-margin-0-right-from-xl {
    margin-right: 0px !important;
  }
  .u-padding-0-bottom-from-xl {
    padding-bottom: 0px !important;
  }
  .u-margin-0-bottom-from-xl {
    margin-bottom: 0px !important;
  }
  .u-padding-0-left-from-xl {
    padding-left: 0px !important;
  }
  .u-margin-0-left-from-xl {
    margin-left: 0px !important;
  }
  .u-padding-xs-from-xl {
    padding: 8px !important;
  }
  .u-margin-xs-from-xl {
    margin: 8px !important;
  }
  .u-padding-xs-ver-from-xl {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-margin-xs-ver-from-xl {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-padding-xs-hor-from-xl {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .u-margin-xs-hor-from-xl {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .u-padding-xs-top-from-xl {
    padding-top: 8px !important;
  }
  .u-margin-xs-top-from-xl {
    margin-top: 8px !important;
  }
  .u-padding-xs-right-from-xl {
    padding-right: 8px !important;
  }
  .u-margin-xs-right-from-xl {
    margin-right: 8px !important;
  }
  .u-padding-xs-bottom-from-xl {
    padding-bottom: 8px !important;
  }
  .u-margin-xs-bottom-from-xl {
    margin-bottom: 8px !important;
  }
  .u-padding-xs-left-from-xl {
    padding-left: 8px !important;
  }
  .u-margin-xs-left-from-xl {
    margin-left: 8px !important;
  }
  .u-padding-s-from-xl {
    padding: 16px !important;
  }
  .u-margin-s-from-xl {
    margin: 16px !important;
  }
  .u-padding-s-ver-from-xl {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-margin-s-ver-from-xl {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-padding-s-hor-from-xl {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .u-margin-s-hor-from-xl {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .u-padding-s-top-from-xl {
    padding-top: 16px !important;
  }
  .u-margin-s-top-from-xl {
    margin-top: 16px !important;
  }
  .u-padding-s-right-from-xl {
    padding-right: 16px !important;
  }
  .u-margin-s-right-from-xl {
    margin-right: 16px !important;
  }
  .u-padding-s-bottom-from-xl {
    padding-bottom: 16px !important;
  }
  .u-margin-s-bottom-from-xl {
    margin-bottom: 16px !important;
  }
  .u-padding-s-left-from-xl {
    padding-left: 16px !important;
  }
  .u-margin-s-left-from-xl {
    margin-left: 16px !important;
  }
  .u-padding-m-from-xl {
    padding: 24px !important;
  }
  .u-margin-m-from-xl {
    margin: 24px !important;
  }
  .u-padding-m-ver-from-xl {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-margin-m-ver-from-xl {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-padding-m-hor-from-xl {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .u-margin-m-hor-from-xl {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .u-padding-m-top-from-xl {
    padding-top: 24px !important;
  }
  .u-margin-m-top-from-xl {
    margin-top: 24px !important;
  }
  .u-padding-m-right-from-xl {
    padding-right: 24px !important;
  }
  .u-margin-m-right-from-xl {
    margin-right: 24px !important;
  }
  .u-padding-m-bottom-from-xl {
    padding-bottom: 24px !important;
  }
  .u-margin-m-bottom-from-xl {
    margin-bottom: 24px !important;
  }
  .u-padding-m-left-from-xl {
    padding-left: 24px !important;
  }
  .u-margin-m-left-from-xl {
    margin-left: 24px !important;
  }
  .u-padding-l-from-xl {
    padding: 32px !important;
  }
  .u-margin-l-from-xl {
    margin: 32px !important;
  }
  .u-padding-l-ver-from-xl {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-margin-l-ver-from-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-padding-l-hor-from-xl {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .u-margin-l-hor-from-xl {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .u-padding-l-top-from-xl {
    padding-top: 32px !important;
  }
  .u-margin-l-top-from-xl {
    margin-top: 32px !important;
  }
  .u-padding-l-right-from-xl {
    padding-right: 32px !important;
  }
  .u-margin-l-right-from-xl {
    margin-right: 32px !important;
  }
  .u-padding-l-bottom-from-xl {
    padding-bottom: 32px !important;
  }
  .u-margin-l-bottom-from-xl {
    margin-bottom: 32px !important;
  }
  .u-padding-l-left-from-xl {
    padding-left: 32px !important;
  }
  .u-margin-l-left-from-xl {
    margin-left: 32px !important;
  }
  .u-padding-xl-from-xl {
    padding: 40px !important;
  }
  .u-margin-xl-from-xl {
    margin: 40px !important;
  }
  .u-padding-xl-ver-from-xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-margin-xl-ver-from-xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-padding-xl-hor-from-xl {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .u-margin-xl-hor-from-xl {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .u-padding-xl-top-from-xl {
    padding-top: 40px !important;
  }
  .u-margin-xl-top-from-xl {
    margin-top: 40px !important;
  }
  .u-padding-xl-right-from-xl {
    padding-right: 40px !important;
  }
  .u-margin-xl-right-from-xl {
    margin-right: 40px !important;
  }
  .u-padding-xl-bottom-from-xl {
    padding-bottom: 40px !important;
  }
  .u-margin-xl-bottom-from-xl {
    margin-bottom: 40px !important;
  }
  .u-padding-xl-left-from-xl {
    padding-left: 40px !important;
  }
  .u-margin-xl-left-from-xl {
    margin-left: 40px !important;
  }
  .u-padding-xxl-from-xl {
    padding: 48px !important;
  }
  .u-margin-xxl-from-xl {
    margin: 48px !important;
  }
  .u-padding-xxl-ver-from-xl {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-ver-from-xl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-hor-from-xl {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .u-margin-xxl-hor-from-xl {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .u-padding-xxl-top-from-xl {
    padding-top: 48px !important;
  }
  .u-margin-xxl-top-from-xl {
    margin-top: 48px !important;
  }
  .u-padding-xxl-right-from-xl {
    padding-right: 48px !important;
  }
  .u-margin-xxl-right-from-xl {
    margin-right: 48px !important;
  }
  .u-padding-xxl-bottom-from-xl {
    padding-bottom: 48px !important;
  }
  .u-margin-xxl-bottom-from-xl {
    margin-bottom: 48px !important;
  }
  .u-padding-xxl-left-from-xl {
    padding-left: 48px !important;
  }
  .u-margin-xxl-left-from-xl {
    margin-left: 48px !important;
  }
}
.u-clr-orange {
  color: #eb6500 !important;
}

.u-clr-blue {
  color: #007398 !important;
}

.u-clr-info-blue {
  color: #009ece !important;
}

.u-clr-red {
  color: #c83727 !important;
}

.u-clr-green {
  color: #29a61b !important;
}

.u-light-theme .u-clr-orange {
  color: #ff6c00 !important;
}
.u-light-theme .u-clr-blue {
  color: #007398 !important;
}
.u-light-theme .u-clr-info-blue {
  color: #009ece !important;
}
.u-light-theme .u-clr-red {
  color: #c83727 !important;
}
.u-light-theme .u-clr-green {
  color: #29a61b !important;
}

.u-dark-theme .u-clr-orange {
  color: #ff8200 !important;
}
.u-dark-theme .u-clr-blue {
  color: #44c6f4 !important;
}
.u-dark-theme .u-clr-info-blue {
  color: #44c6f4 !important;
}
.u-dark-theme .u-clr-red {
  color: #ff6a5a !important;
}
.u-dark-theme .u-clr-green {
  color: #53b848 !important;
}

.u-clr-white {
  color: #fff !important;
}

.u-clr-black {
  color: #000000 !important;
}

.u-clr-grey1 {
  color: #f5f5f5 !important;
}

.u-clr-grey2 {
  color: #ebebeb !important;
}

.u-clr-grey3 {
  color: #dcdcdc !important;
}

.u-clr-grey4 {
  color: #b9b9b9 !important;
}

.u-clr-grey5 {
  color: #969696 !important;
}

.u-clr-grey6 {
  color: #737373 !important;
}

.u-clr-grey7 {
  color: #505050 !important;
}

.u-clr-grey8 {
  color: #2e2e2e !important;
}

.u-bg-orange {
  background-color: #eb6500 !important;
}

.u-bg-blue {
  background-color: #007398 !important;
}

.u-bg-info-blue {
  background-color: #009ece !important;
}

.u-bg-red {
  background-color: #c83727 !important;
}

.u-bg-warning-red {
  background-color: #c83727 !important;
}

.u-bg-green {
  background-color: #29a61b !important;
}

.u-light-theme .u-bg-orange {
  background-color: #ff6c00 !important;
}
.u-light-theme .u-bg-blue {
  background-color: #007398 !important;
}
.u-light-theme .u-bg-red {
  background-color: #c83727 !important;
}
.u-light-theme .u-bg-green {
  background-color: #29a61b !important;
}

.u-dark-theme .u-bg-orange {
  background-color: #ff8200 !important;
}
.u-dark-theme .u-bg-blue {
  background-color: #44c6f4 !important;
}
.u-dark-theme .u-bg-red {
  background-color: #ff6a5a !important;
}
.u-dark-theme .u-bg-green {
  background-color: #53b848 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-black {
  background-color: #000000 !important;
}

.u-bg-grey1 {
  background-color: #f5f5f5 !important;
}

.u-bg-grey2 {
  background-color: #ebebeb !important;
}

.u-bg-grey3 {
  background-color: #dcdcdc !important;
}

.u-bg-grey4 {
  background-color: #b9b9b9 !important;
}

.u-bg-grey5 {
  background-color: #969696 !important;
}

.u-bg-grey6 {
  background-color: #737373 !important;
}

.u-bg-grey7 {
  background-color: #505050 !important;
}

.u-bg-grey8 {
  background-color: #2e2e2e !important;
}

.u-fill-orange {
  fill: #ff6c00 !important;
}

.u-fill-blue {
  fill: #007398 !important;
}

.u-fill-red {
  fill: #c83727 !important;
}

.u-fill-green {
  fill: #29a61b !important;
}

.u-fill-white {
  fill: #fff !important;
}

.u-fill-black {
  fill: #000000 !important;
}

.u-fill-grey1 {
  fill: #f5f5f5 !important;
}

.u-fill-grey2 {
  fill: #ebebeb !important;
}

.u-fill-grey3 {
  fill: #dcdcdc !important;
}

.u-fill-grey4 {
  fill: #b9b9b9 !important;
}

.u-fill-grey5 {
  fill: #969696 !important;
}

.u-fill-grey6 {
  fill: #737373 !important;
}

.u-fill-grey7 {
  fill: #505050 !important;
}

.u-fill-grey8 {
  fill: #2e2e2e !important;
}

.u-font-serif {
  font-family: NexusSerif, Georgia, Times New Roman, Times, STIXGeneral, Cambria Math, Lucida Sans Unicode, Microsoft Sans Serif, Segoe UI Symbol, Arial Unicode MS, serif !important;
}

.u-font-sans {
  font-family: NexusSans, Arial, Helvetica, Lucida Sans Unicode, Microsoft Sans Serif, Segoe UI Symbol, STIXGeneral, Cambria Math, Arial Unicode MS, sans-serif !important;
}

.text-xs, .switch-small {
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 1.57;
}

.text-s, .switch {
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5;
}

.text-m, .alert-text {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.4;
}

.text-l {
  font-size: 24px;
  font-size: 1.2rem;
  line-height: 1.33;
  color: #505050;
}

.text-xl {
  font-size: 36px;
  font-size: 1.8rem;
  line-height: 1.33;
  color: #505050;
}

.u-h1-alt {
  font-size: 28px !important;
  font-size: 1.4rem !important;
  line-height: 1.333 !important;
  font-weight: normal !important;
  color: #505050;
}

.u-h1 {
  font-size: 28px !important;
  font-size: 1.4rem !important;
  line-height: 1.333 !important;
  font-weight: normal !important;
  color: #505050;
}

.u-h2 {
  font-size: 24px !important;
  font-size: 1.2rem !important;
  line-height: 1.333 !important;
  font-weight: normal !important;
  color: #505050;
}

.u-h3 {
  font-size: 20px !important;
  font-size: 1rem !important;
  line-height: 1.333 !important;
  font-weight: normal !important;
}

.u-h4 {
  font-size: 18px !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  font-weight: normal !important;
}

.u-h5 {
  font-size: 16px !important;
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  font-weight: bold !important;
}

@media only screen and (min-width: 36em) {
  .u-h1-alt {
    font-size: 42px !important;
    font-size: 2.1rem !important;
    line-height: 1.333 !important;
    font-weight: normal !important;
    color: #505050;
  }
  .u-h1 {
    font-size: 36px !important;
    font-size: 1.8rem !important;
    line-height: 1.333 !important;
    font-weight: normal !important;
    color: #505050;
  }
  .u-h2 {
    font-size: 30px !important;
    font-size: 1.5rem !important;
    line-height: 1.333 !important;
    font-weight: normal !important;
    color: #505050;
  }
  .u-h3 {
    font-size: 24px !important;
    font-size: 1.2rem !important;
    line-height: 1.333 !important;
    font-weight: normal !important;
    color: #505050;
  }
  .u-h4 {
    font-size: 20px !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    font-weight: normal !important;
  }
  .u-h5 {
    font-size: 16px !important;
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    font-weight: bold !important;
  }
}
.u-text-light {
  font-weight: 100;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

.u-text\+\+ {
  font-size: larger !important;
}

.u-text-- {
  font-size: smaller !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-justify {
  text-align: justify !important;
}

.u-text-truncate {
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
}

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

.u-text-normal {
  font-style: normal !important;
}

.u-text-oblique {
  font-style: oblique !important;
}

.u-display-none {
  display: none !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline {
  display: inline !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-position-absolute {
  position: absolute;
}

.u-position-relative {
  position: relative;
}

.u-position-initial {
  position: initial;
}

.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.u-hide {
  display: none !important;
}

.u-hide-visually {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  border: 0 !important;
}

.u-hide-visually-focusable:active, .u-hide-visually-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

@media only screen and (min-width: 20em) {
  .u-clear-both-from-xs {
    clear: both !important;
  }
}

@media only screen and (min-width: 36em) {
  .u-clear-both-from-sm {
    clear: both !important;
  }
}

@media only screen and (min-width: 48em) {
  .u-clear-both-from-md {
    clear: both !important;
  }
}

@media only screen and (min-width: 62em) {
  .u-clear-both-from-lg {
    clear: both !important;
  }
}

@media only screen and (min-width: 75em) {
  .u-clear-both-from-xl {
    clear: both !important;
  }
}

@media only screen and (min-width: 20em) {
  .u-clear-none-from-xs {
    clear: none !important;
  }
}

@media only screen and (min-width: 36em) {
  .u-clear-none-from-sm {
    clear: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .u-clear-none-from-md {
    clear: none !important;
  }
}

@media only screen and (min-width: 62em) {
  .u-clear-none-from-lg {
    clear: none !important;
  }
}

@media only screen and (min-width: 75em) {
  .u-clear-none-from-xl {
    clear: none !important;
  }
}

@media only screen and (min-width: 20em) {
  .u-float-left-from-xs {
    float: left !important;
  }
}

@media only screen and (min-width: 36em) {
  .u-float-left-from-sm {
    float: left !important;
  }
}

@media only screen and (min-width: 48em) {
  .u-float-left-from-md {
    float: left !important;
  }
}

@media only screen and (min-width: 62em) {
  .u-float-left-from-lg {
    float: left !important;
  }
}

@media only screen and (min-width: 75em) {
  .u-float-left-from-xl {
    float: left !important;
  }
}

@media only screen and (min-width: 20em) {
  .u-float-right-from-xs {
    float: right !important;
  }
}

@media only screen and (min-width: 36em) {
  .u-float-right-from-sm {
    float: right !important;
  }
}

@media only screen and (min-width: 48em) {
  .u-float-right-from-md {
    float: right !important;
  }
}

@media only screen and (min-width: 62em) {
  .u-float-right-from-lg {
    float: right !important;
  }
}

@media only screen and (min-width: 75em) {
  .u-float-right-from-xl {
    float: right !important;
  }
}

.u-flip-vertically {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.u-show-from-xs {
  display: none !important;
}
@media only screen and (min-width: 20em) {
  .u-show-from-xs {
    display: block !important;
  }
}

.u-show-from-sm {
  display: none !important;
}
@media only screen and (min-width: 36em) {
  .u-show-from-sm {
    display: block !important;
  }
}

.u-show-from-md {
  display: none !important;
}
@media only screen and (min-width: 48em) {
  .u-show-from-md {
    display: block !important;
  }
}

.u-show-from-lg {
  display: none !important;
}
@media only screen and (min-width: 62em) {
  .u-show-from-lg {
    display: block !important;
  }
}

.u-show-from-xl {
  display: none !important;
}
@media only screen and (min-width: 75em) {
  .u-show-from-xl {
    display: block !important;
  }
}

.u-show-inline-from-xs {
  display: none !important;
}
@media only screen and (min-width: 20em) {
  .u-show-inline-from-xs {
    display: inline !important;
  }
}

.u-show-inline-from-sm {
  display: none !important;
}
@media only screen and (min-width: 36em) {
  .u-show-inline-from-sm {
    display: inline !important;
  }
}

.u-show-inline-from-md {
  display: none !important;
}
@media only screen and (min-width: 48em) {
  .u-show-inline-from-md {
    display: inline !important;
  }
}

.u-show-inline-from-lg {
  display: none !important;
}
@media only screen and (min-width: 62em) {
  .u-show-inline-from-lg {
    display: inline !important;
  }
}

.u-show-inline-from-xl {
  display: none !important;
}
@media only screen and (min-width: 75em) {
  .u-show-inline-from-xl {
    display: inline !important;
  }
}

@media only screen and (min-width: 20em) {
  .u-hide-from-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 36em) {
  .u-hide-from-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 48em) {
  .u-hide-from-md {
    display: none !important;
  }
}

@media only screen and (min-width: 62em) {
  .u-hide-from-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 75em) {
  .u-hide-from-xl {
    display: none !important;
  }
}

.u-show-only-to-print {
  visibility: hidden;
}

@media print {
  .u-hide-from-print {
    visibility: hidden;
  }
  .u-show-only-to-print {
    visibility: visible;
  }
  .u-remove-if-print {
    display: none;
  }
}
@media not print {
  .u-remove-if-not-print {
    display: none;
  }
}
.u-highlight {
  background-color: #FADFCC;
  border: 1px solid #E6651B;
}

@media only screen and (max-width: 992px) {
  .u-no-scroll {
    position: fixed;
    overflow: hidden;
  }
}
/*------------------------------------*\
    #ANIMATION
\*------------------------------------*/
@-webkit-keyframes gh-mobile-menu {
  0% {
    right: -320px;
  }
  1% {
    right: -300px;
  }
  99% {
    right: -20px;
  }
  100% {
    right: 0;
  }
}
@keyframes gh-mobile-menu {
  0% {
    right: -320px;
  }
  1% {
    right: -300px;
  }
  99% {
    right: -20px;
  }
  100% {
    right: 0;
  }
}
.u-max-lib-height {
  height: 48px;
}

.u-max-lib-dimensions-mobile {
  height: 60px;
  width: 234px;
}

.gh-move-to-spine > .anchor:hover {
  cursor: pointer;
  color: #323232 !important;
}

.button-link {
  -webkit-transition: border-bottom-color 0.3s ease, color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease, color 0.3s ease;
  transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

.icon-help,
.icon-search {
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex-center-ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 20em) {
  .u-flex-center-from-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 36em) {
  .u-flex-center-from-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 48em) {
  .u-flex-center-from-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 62em) {
  .u-flex-center-from-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 75em) {
  .u-flex-center-from-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 20em) {
  .u-flex-center-ver-from-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 36em) {
  .u-flex-center-ver-from-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 48em) {
  .u-flex-center-ver-from-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 62em) {
  .u-flex-center-ver-from-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 75em) {
  .u-flex-center-ver-from-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.u-list-reset {
  list-style: none;
  padding-left: 0 !important;
}

.u-width-full {
  width: 100%;
}

.u-img-responsive {
  max-width: 100%;
}

.u-options-list {
  list-style: none;
  padding-left: 0 !important;
}

.u-options-list li + li {
  margin-top: 8px;
}

.u-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70;
}

.u-overlay.mobile-menu-overlay {
  background-color: rgba(235, 235, 235, 0.85);
}

.u-max-lib-height {
  height: 48px;
}

.u-max-lib-dimensions-mobile {
  height: 60px;
  width: 234px;
}

.gh-move-to-spine > .anchor:hover {
  cursor: pointer;
  color: #323232 !important;
}

.button-link {
  -webkit-transition: border-bottom-color 0.3s ease, color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease, color 0.3s ease;
  transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

.icon-help,
.icon-search {
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.gh-avatar {
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background: #505050 no-repeat center/cover;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: height 0.2s, width 0.2s;
  -o-transition: height 0.2s, width 0.2s;
  transition: height 0.2s, width 0.2s;
}

.gh-avatar.gh-md {
  width: 48px;
  height: 48px;
}

.gh-avatar.gh-sm {
  width: 40px;
  height: 40px;
}

.gh-avatar.gh-xs {
  width: 32px;
  height: 32px;
}

.gh-avatar:hover {
  cursor: pointer;
}

.gh-user-initials {
  padding-top: 4px;
}

.u-display-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

#gh-branding {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 1;
  margin-right: 64px;
  text-decoration: none;
}

#gh-branding .gh-logo {
  -webkit-transition: height 0.3s, width 0.3s;
  -o-transition: height 0.3s, width 0.3s;
  transition: height 0.3s, width 0.3s;
  height: 48px;
  width: 54px;
}

#gh-branding .gh-logo.gh-logo-only, #gh-branding .gh-logo svg {
  height: 54px;
}

#gh-branding .gh-logo.gh-logo-wordmark, #gh-branding .gh-logo svg {
  height: 64px;
}

#gh-branding .gh-logo + .gh-wordmark {
  margin-left: 16px;
}

#gh-branding h1 {
  color: #eb6500;
  font-size: 24px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  font-weight: 500;
  margin-top: 4px;
  margin-left: 16px;
  -webkit-transition: font-size 0.3s, margin-left 0.3s;
  -o-transition: font-size 0.3s, margin-left 0.3s;
  transition: font-size 0.3s, margin-left 0.3s;
}

#gh-branding .gh-wordmark {
  -webkit-transition: height 0.3s, margin 0.3s, width 0.3s;
  -o-transition: height 0.3s, margin 0.3s, width 0.3s;
  transition: height 0.3s, margin 0.3s, width 0.3s;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

#gh-branding .gh-wordmark.gh-elsevier-wordmark {
  height: 14px !important;
}

#gh-branding:hover, #gh-branding:focus {
  border-bottom: none;
}

#gh-branding:focus {
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}

#gh-mob-inst-cnt .gh-inst-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 16px;
}

.gh-lib-banner {
  -webkit-transition: height 0.3s, width 0.3s, margin-left 0.3s;
  -o-transition: height 0.3s, width 0.3s, margin-left 0.3s;
  transition: height 0.3s, width 0.3s, margin-left 0.3s;
  overflow: hidden;
}

.gh-lib-banner.gh-lb-legacy {
  margin-left: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 234px;
  max-height: 60px;
  font-size: 14px;
  font-size: 0.7rem;
  line-height: 2;
}

.gh-lib-banner.gh-lb-legacy .gh-lb-info {
  line-height: 1;
  border: 2px solid transparent !important;
}

.gh-lib-banner.gh-lb-legacy .gh-lb-info:focus-within {
  border: 2px solid #eb6500 !important;
}

.gh-lib-banner.gh-lb-legacy .gh-lb-info .gh-lb-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gh-lib-banner.gh-lb-legacy .gh-lb-info .gh-lb-message > a:focus, .gh-lib-banner.gh-lb-legacy .gh-lb-info .gh-lb-message > a:focus > .anchor-text {
  outline: none !important;
}

.gh-lib-banner.gh-lb-dominant {
  -webkit-transition: height 0.3s, padding 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, padding 0.3s, -webkit-transform 0.3s;
  -o-transition: height 0.3s, padding 0.3s, transform 0.3s;
  transition: height 0.3s, padding 0.3s, transform 0.3s;
  transition: height 0.3s, padding 0.3s, transform 0.3s, -webkit-transform 0.3s;
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gh-lib-banner.gh-lb-dominant img {
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  height: 48px;
}

.gh-lib-banner .gh-il-placeholder {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  background-color: #505050;
  background-position: center;
}

.gh-nav-cnt {
  position: relative;
  width: 77%;
}

.gh-nav-cnt .gh-nav-links-container-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}

.gh-nav-cnt .gh-nav-links-container-h nav + nav {
  margin-left: 64px;
  margin-right: 32px;
}

@media only screen and (max-width: 720px) {
  .gh-nav-cnt.search-visible {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1120px) {
  .gh-nav-cnt.search-visible {
    height: 48px;
  }
}
@media only screen and (max-width: getBreakpointDownValue(48em)) {
  .gh-nav-cnt .gh-nav-utilities {
    margin-left: 0;
  }
}
.gh-nav-cnt .gh-nav-h {
  z-index: 1;
  float: left;
}

.gh-nav .gh-nav-item:before {
  content: none !important;
}

.gh-nav .gh-nav-item .gh-icon {
  max-width: initial !important;
}

.gh-nav .gh-nav-action {
  position: relative;
  color: #2e2e2e;
}

.gh-nav .gh-nav-action .gh-icon {
  margin: 0 !important;
}

.gh-nav .gh-nav-action:focus, .gh-nav .gh-nav-action:hover {
  color: #2e2e2e;
}

.gh-nav-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  overflow: visible;
  -webkit-transition: margin-left 0.4s ease;
  -o-transition: margin-left 0.4s ease;
  transition: margin-left 0.4s ease;
}

.gh-nav-h > .gh-nav-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gh-nav-h > .gh-nav-list > .gh-nav-item + .gh-nav-item {
  padding-left: 32px;
  -webkit-transition: padding-left 0.2s;
  -o-transition: padding-left 0.2s;
  transition: padding-left 0.2s;
}

.gh-nav-h.gh-nav-links > .gh-nav-list > .gh-nav-item {
  line-height: 26px;
}

.gh-nav-h.gh-nav-utilities > .gh-nav-list > .gh-nav-item + .gh-nav-item {
  padding-left: 8px;
}

.gh-nav .gh-icon-btn:active, .gh-nav .gh-icon-btn:hover, .gh-nav .gh-icon-btn:focus {
  color: #eb6500 !important;
}

.gh-nav .gh-icon-btn:active .gh-icon, .gh-nav .gh-icon-btn:hover .gh-icon, .gh-nav .gh-icon-btn:focus .gh-icon {
  fill: #eb6500 !important;
}

.gh-nav .gh-icon-btn .gh-icon {
  -webkit-transition: height 0.3s, width 0.3s;
  -o-transition: height 0.3s, width 0.3s;
  transition: height 0.3s, width 0.3s;
}

.gh-nav-v {
  margin: 32px 16px 0;
}

.gh-nav-v > ul > li {
  margin: 0 0 16px 0;
}

.gh-nav-v > ul > li.gh-has-dd {
  margin-bottom: 32px;
}

.gh-nav-v > ul > li:not(.gh-has-dd) + li.gh-has-dd {
  margin-top: 32px;
}

.gh-search-cnt {
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  position: relative;
  background-color: #ffffff;
  z-index: 101;
  left: -2px;
  width: 100%;
}

@media only screen and (max-width: getBreakpointDownValue(48em)) {
  .gh-search-cnt {
    top: 0;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
  }
}
@media only screen and (max-width: 1120px) {
  .gh-search-cnt .search-bar-icon {
    height: 20px !important;
  }
  .gh-search-cnt .search-bar-icon.icon-cross {
    margin-top: 4px !important;
  }
}
@media only screen and (max-width: 992px) {
  .gh-search-cnt .search-bar-icon.icon-search {
    margin-top: 0;
  }
}
.gh-search-cnt .gh-nav-search-icon {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: getBreakpointDownValue(48em)) {
  .gh-search-cnt .gh-nav-search-icon {
    left: 16px;
  }
}
.gh-search-cnt .gh-search-keyword {
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
}

.gh-search-cnt .gh-search-keyword .gh-search-input-field {
  height: 46px;
  padding: 8px 24px 0 32px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  border: none;
  border-bottom: 2px solid #dcdcdc;
  outline: 0;
  width: 100%;
  font-family: inherit;
}

.gh-search-cnt .gh-search-keyword .gh-search-input-field:hover, .gh-search-cnt .gh-search-keyword .gh-search-input-field:focus {
  border-color: #505050;
}

@media only screen and (max-width: getBreakpointDownValue(48em)) {
  .gh-search-cnt .gh-search-keyword .gh-search-input-field {
    padding: 0 40px 0 48px;
  }
}
@media only screen and (max-width: 1120px) {
  .gh-search-cnt .gh-search-keyword .gh-search-input-field {
    height: 42px;
    padding: 16px 24px 0 32px;
    font-size: 16px;
  }
}
.gh-search-cnt .gh-search-keyword:hover .search-input-clear, .gh-search-cnt .gh-search-keyword #search-input:focus ~ .search-input-clear {
  display: block !important;
}

.gh-search-cnt .gh-search-keyword .search-input-clear {
  top: 13px;
  right: 0;
  border: none;
  background: none;
}

.gh-search-cnt .gh-search-keyword .search-input-clear:hover {
  cursor: pointer;
}

.gh-search-cnt .gh-search-keyword .search-input-clear:focus {
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}

@media only screen and (max-width: getBreakpointDownValue(48em)) {
  .gh-search-cnt .gh-search-keyword .search-input-clear {
    right: 16px;
  }
}
.gh-search-cnt .gh-search-keyword .search-input-clear .gh-icon {
  fill: #505050;
}

#gh-alerts-dd:not(.gh-is-empty) .gh-ppvr-cnt-inner, #gh-cart-dd:not(.gh-is-empty) .gh-ppvr-cnt-inner {
  width: 420px;
}

#gh-alerts-dd.gh-is-empty .gh-ppvr-cnt-inner, #gh-cart-dd.gh-is-empty .gh-ppvr-cnt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
}

#gh-alerts-dd.gh-is-empty .gh-ppvr-cnt-inner .gh-icon, #gh-cart-dd.gh-is-empty .gh-ppvr-cnt-inner .gh-icon {
  fill: #b9b9b9;
}

#gh-alerts-dd.gh-is-empty .gh-ppvr-cnt-inner .gh-lbl, #gh-cart-dd.gh-is-empty .gh-ppvr-cnt-inner .gh-lbl {
  white-space: nowrap;
}

.gh-nav-content-container {
  padding-top: 4px;
}

.gh-search-toggle > .anchor {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.gh-nav-help-icon {
  display: inline-block;
}

.gh-nav-help-icon:focus svg {
  fill: #eb6500 !important;
}

.gh-nav-help-icon svg.icon {
  fill: #505050;
}

.gh-nav-help-icon-hide {
  display: none;
}

.gh-nav-help-icon.gh-help-popover-btn-open svg.icon {
  fill: #eb6500;
}

#popover-content-gh-help-icon-popover {
  margin-top: 22px;
}

#popover-content-gh-help-icon-popover .popover-children {
  padding: 28px 16px 12px 16px !important;
}

#gh-main-cnt .gh-profile-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gh-profile-cnt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}

@media only screen and (min-width: 48em) {
  #gh-profile-cnt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#gh-profile-cnt .gh-ppvr-trigger button {
  font-family: inherit;
}

#gh-profile-cnt .gh-ppvr-cnt-inner {
  padding: 16px 16px 28px !important;
}

#gh-profile-cnt .gh-ppvr-cnt-inner .gh-dd-nav .gh-nav-item {
  white-space: nowrap;
}

#gh-profile-cnt .gh-ppvr-trigger button {
  font-family: inherit;
  border: none;
}

#gh-signin-btn,
#gh-cta-btn,
#gh-corpsignin-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

#gh-signin-btn .gh-icon,
#gh-cta-btn .gh-icon,
#gh-corpsignin-btn .gh-icon {
  margin: 0 !important;
}

#gh-signin-btn.gh-icon-btn,
#gh-cta-btn.gh-icon-btn,
#gh-corpsignin-btn.gh-icon-btn {
  padding: 10px;
  margin-left: 12px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

#gh-signin-btn.gh-icon-btn:active .gh-icon, #gh-signin-btn.gh-icon-btn:hover .gh-icon, #gh-signin-btn.gh-icon-btn:focus .gh-icon,
#gh-cta-btn.gh-icon-btn:active .gh-icon,
#gh-cta-btn.gh-icon-btn:hover .gh-icon,
#gh-cta-btn.gh-icon-btn:focus .gh-icon,
#gh-corpsignin-btn.gh-icon-btn:active .gh-icon,
#gh-corpsignin-btn.gh-icon-btn:hover .gh-icon,
#gh-corpsignin-btn.gh-icon-btn:focus .gh-icon {
  fill: #eb6500 !important;
}

.gh-nav-cnt + #gh-signin-btn {
  margin-left: 10px;
}

.gh-user-info {
  color: #505050;
}

.gh-user-info .gh-user-email {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%;
}

.gh-user-info .gh-user-fname {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.gh-user-info.gh-mobile {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gh-user-info.gh-mobile .gh-user-email {
  max-width: 100%;
}

.gh-dd-nav {
  list-style: none;
  padding-left: 0 !important;
}

.gh-dd-nav .gh-nav-item {
  color: #505050;
}

.gh-dd-nav .gh-nav-item + .gh-nav-item {
  margin-top: 16px;
}

.gh-dd-nav .gh-nav-item .gh-has-badge {
  margin-right: 16px;
}

.gh-dd-actions {
  white-space: nowrap;
  text-align: center;
}

.gh-dd-actions a {
  display: inline-block;
}

.gh-dd-actions a + button {
  margin-left: 16px;
}

.gh-dd-actions a:first-child:nth-last-child(1) {
  width: 100%;
}

.gh-user-icon {
  line-height: inherit;
}

.gh-user-icon .button-link-text {
  -webkit-transition: 0ms !important;
  -o-transition: 0ms !important;
  transition: 0ms !important;
}

.gh-user-icon .gh-user-name {
  border-bottom: 2px solid transparent !important;
  -webkit-transition: border-bottom-color 0.3s ease, color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease, color 0.3s ease;
  transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

.gh-user-icon:active, .gh-user-icon:hover, .gh-user-icon.gh-user-popover-btn-open {
  outline-offset: 2px !important;
  cursor: pointer !important;
}

.gh-user-icon:active .button-link-text, .gh-user-icon:hover .button-link-text, .gh-user-icon.gh-user-popover-btn-open .button-link-text {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  -webkit-transition: 0ms !important;
  -o-transition: 0ms !important;
  transition: 0ms !important;
}

.gh-user-icon:active .gh-avatar, .gh-user-icon:hover .gh-avatar, .gh-user-icon.gh-user-popover-btn-open .gh-avatar {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #eb6500 !important;
}

.gh-user-icon:active .gh-user-name, .gh-user-icon:hover .gh-user-name, .gh-user-icon.gh-user-popover-btn-open .gh-user-name {
  border-bottom: 2px solid #eb6500 !important;
  -webkit-transition: border-bottom-color 0.3s ease, color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease, color 0.3s ease;
  transition: border-bottom-color 0.3s ease, color 0.3s ease;
}

#gh-profile-dropdown .popover-content-inner {
  width: 320px;
}

.gh-dd-actions a:hover {
  text-decoration: none;
}

#gh-mobile-menu {
  width: auto;
}

#gh-mobile-menu #gh-drawer {
  background-color: #ffffff;
}

#gh-mobile-menu .gh-nav-cnt.show-scopus {
  height: 120px;
}

#gh-mobile-menu .gh-nav-action, #gh-mobile-menu .gh-dh-opt {
  color: #2e2e2e;
}

#gh-mobile-menu .gh-avatar, #gh-mobile-menu .gh-lib-banner .gh-il-placeholder {
  background-color: #505050;
}

#gh-mobile-menu .gh-hamburger {
  fill: #505050;
}

#gh-mobile-menu .gh-hamburger .button-link svg {
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

#gh-mobile-menu .gh-hamburger .button-link:active svg, #gh-mobile-menu .gh-hamburger .button-link:focus svg, #gh-mobile-menu .gh-hamburger .button-link:hover svg {
  fill: #eb6500 !important;
}

#gh-mobile-menu .gh-dh-profile .gh-user-email {
  color: #505050;
}

#gh-drawer {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 380px;
  top: 0;
  z-index: 1000;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 380px) {
  #gh-drawer {
    max-width: 100%;
  }
}
#gh-drawer.gh-is-expanded {
  right: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#gh-drawer-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 48px;
  font-size: 16px;
  color: white;
}

#gh-drawer-header .button-link {
  font-size: 16px !important;
}

#gh-drawer-header:hover, #gh-drawer-header:focus, #gh-drawer-header:active {
  color: #eb6500;
}

#gh-drawer-header .gh-hamburger:first-child:nth-last-child(1) {
  position: absolute;
  right: 16px;
  top: 16px;
}

#gh-drawer-header .gh-hamburger svg {
  max-width: none !important;
}

#gh-drawer-header .gh-dh-opt {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#gh-drawer-header .gh-dh-opt p {
  font-size: 16px !important;
}

#gh-drawer-header .gh-dh-opt .gh-dh-profile {
  width: 85%;
}

#gh-drawer-header .gh-dh-opt .gh-dh-actions {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gh-drawer .gh-nav h2 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.4;
}

#gh-inst-icon-btn {
  height: 40px;
  width: 40px;
}

#gh-inst-icon-btn:focus {
  outline: 2px solid #eb6500;
  outline-offset: 1px;
}

#gh-inst-icon-btn.gh-icon-btn {
  background-color: transparent;
  border: none;
  font-family: inherit;
}

#gh-inst-icon-btn.gh-icon-btn .gh-inst-icon {
  fill: #505050;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

#gh-inst-icon-btn.gh-icon-btn .gh-inst-icon:active, #gh-inst-icon-btn.gh-icon-btn .gh-inst-icon:hover, #gh-inst-icon-btn.gh-icon-btn .gh-inst-icon:focus {
  fill: #eb6500;
  cursor: pointer;
}

#gh-inst-icon-btn.gh-icon-btn.gh-has-institution {
  background-color: #505050;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

#gh-inst-icon-btn.gh-icon-btn.gh-has-institution .gh-inst-icon {
  fill: #ffffff;
}

#gh-inst-icon-btn.gh-icon-btn.gh-has-institution:active, #gh-inst-icon-btn.gh-icon-btn.gh-has-institution:hover, #gh-inst-icon-btn.gh-icon-btn.gh-has-institution:focus, #gh-inst-icon-btn.gh-icon-btn.gh-has-institution.gh-inst-popover-btn-open {
  background-color: #eb6500;
  cursor: pointer;
}

.gh-nav-help-content {
  list-style-type: none;
  margin-bottom: 16px;
  width: 340px;
}

@media screen and (max-width: 380px) {
  .gh-nav-help-content {
    width: 300px;
  }
}
.gh-nav-help-anchor {
  font-size: 20px;
  text-decoration: none;
  color: #2e2e2e;
}

.search-button-link > .search-input-fallback-link {
  display: none;
}

@media only screen and (max-width: 1350px) {
  .search-button-link > .search-input-fallback-link {
    display: inline-block;
  }
}
.search-button-link svg.icon:not(:hover) {
  fill: #505050;
}

.search-button-link > .anchor {
  margin-left: 24px;
}

.search-button-link > .link-button {
  margin-left: 24px;
  margin-right: -16px !important;
  vertical-align: text-bottom;
  color: #2e2e2e !important;
}

@media only screen and (max-width: 1350px) {
  .search-button-link > .link-button {
    display: none;
  }
}
.search-button-link > .link-button .icon {
  vertical-align: middle;
  fill: #2e2e2e !important;
}

.search-button-link > .link-button.search-button-outline {
  background-color: #ffffff;
  border: 1px solid #737373;
  border-bottom: 2px solid #2e2e2e;
  color: #505050 !important;
  margin-right: 0;
}

.search-button-link > .link-button.search-button-outline .link-button-text {
  margin-right: 2px !important;
  border-right: 1px solid #737373;
  padding: 0 30px 0 0 !important;
  line-height: 40px;
}

.search-button-link > .link-button.search-button-outline .link-button-text::after {
  content: " ScienceDirect";
}

@media only screen and (max-width: 1440px) {
  .search-button-link > .link-button.search-button-outline .link-button-text::after {
    content: "...";
  }
}
.search-button-link > .link-button.search-button-outline .icon {
  fill: #007398 !important;
}

.search-button-link > .link-button.search-button-outline:hover {
  outline: 2px solid #2e2e2e;
  outline-offset: -2px;
}

.search-button-link > .link-button.search-button-outline:hover .link-button-text {
  color: #2e2e2e;
  border-right: 1px solid #2e2e2e;
}

#gh-main-cnt {
  -webkit-transition: padding 0.3s, height 0.3s;
  -o-transition: padding 0.3s, height 0.3s;
  transition: padding 0.3s, height 0.3s;
  height: 80px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#gh-cnt {
  width: 100%;
  background: white;
  font-family: NexusSans, Arial, Helvetica, Lucida Sans Unicode, Microsoft Sans Serif, Segoe UI Symbol, STIXGeneral, Cambria Math, Arial Unicode MS, sans-serif !important;
  color: #505050;
  position: relative;
}

#gh-cnt #gh-mobile-menu {
  display: none;
}

@media only screen and (max-width: 1120px) {
  #gh-cnt .gh-nav-h + .gh-nav-h {
    margin-left: 48px !important;
  }
  #gh-cnt .gh-nav-h > .gh-nav-list > .gh-nav-item + .gh-nav-item {
    padding-left: 24px;
  }
  #gh-cnt .gh-nav-h.gh-nav-utilities > .gh-nav-list > .gh-nav-item + .gh-nav-item {
    padding-left: 2px;
  }
  #gh-cnt .gh-nav-cnt + #gh-signin-btn {
    margin-left: 2px;
  }
  #gh-cnt #gh-profile-cnt {
    margin-left: 24px !important;
  }
  #gh-cnt #gh-profile-cnt .gh-avatar.gh-sm {
    height: 32px;
    width: 32px;
  }
  #gh-cnt #gh-profile-cnt .gh-avatar.gh-sm svg {
    height: 20px !important;
  }
  #gh-cnt #gh-main-cnt > .gh-icon-btn svg {
    height: 20px !important;
  }
  #gh-cnt #gh-main-cnt .gh-profile-container > .button {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
    height: 32px;
    margin-left: 24px !important;
  }
  #gh-cnt #gh-main-cnt #gh-inst-icon-btn {
    height: 32px;
    width: 32px;
  }
  #gh-cnt #gh-main-cnt #gh-inst-icon-btn svg {
    height: 20px;
  }
  #gh-cnt #gh-main-cnt .gh-profile-container > .link-button,
#gh-cnt #gh-main-cnt .search-button-link > .link-button {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
    height: 32px;
    margin-left: 24px !important;
  }
  #gh-cnt .gh-nav-h + .gh-nav-h {
    margin-left: 32px !important;
  }
  #gh-cnt .gh-nav-h > .gh-nav-list > .gh-nav-item {
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 1.5555555556;
  }
  #gh-cnt .gh-nav-h > .gh-nav-list > .gh-nav-item .gh-icon-btn svg {
    height: 20px !important;
  }
  #gh-cnt #gh-mobile-menu {
    display: block !important;
  }
  #gh-cnt .gh-move-to-spine {
    display: none !important;
  }
  #gh-cnt.gh-reduce-v-space #gh-profile-cnt {
    margin-left: 24px !important;
  }
  #gh-cnt.gh-reduce-v-space #gh-profile-cnt .gh-avatar.gh-sm {
    height: 32px;
    width: 32px;
  }
  #gh-cnt.gh-reduce-v-space #gh-profile-cnt .gh-avatar.gh-sm svg {
    height: 20px !important;
  }
  #gh-cnt.gh-reduce-v-space #gh-main-cnt {
    height: 48px;
  }
  #gh-cnt.gh-reduce-v-space #gh-main-cnt .gh-profile-container > .button {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
    height: 32px;
    margin-left: 24px !important;
  }
  #gh-cnt.gh-reduce-v-space #gh-main-cnt #gh-inst-icon-btn {
    height: 32px;
    width: 32px;
  }
  #gh-cnt.gh-reduce-v-space #gh-main-cnt #gh-inst-icon-btn svg {
    height: 20px;
  }
  #gh-cnt.gh-reduce-v-space #gh-main-cnt .gh-profile-container > .link-button,
#gh-cnt.gh-reduce-v-space #gh-main-cnt .search-button-link > .link-button {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
    height: 32px;
    margin-left: 24px !important;
  }
  #gh-cnt.gh-reduce-v-space #gh-main-cnt .gh-nav-h > .gh-nav-list > .gh-nav-item .gh-icon-btn svg {
    height: 20px !important;
  }
  #gh-cnt.gh-reduce-v-space #gh-main-cnt #gh-mobile-menu .gh-hamburger svg {
    width: 32px !important;
  }
  #gh-cnt.gh-reduce-v-space .gh-lib-banner.gh-lb-legacy {
    height: 0;
    width: 0;
    margin-left: 0;
  }
  @supports (-ms-high-contrast: none) {
    #gh-cnt.gh-reduce-v-space .gh-lib-banner.gh-lb-legacy {
      width: 0;
    }
  }
  #gh-cnt.gh-reduce-v-space .gh-lib-banner.gh-lb-dominant {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #gh-cnt.gh-reduce-v-space .gh-lib-banner.gh-lb-dominant img {
    height: 0 !important;
  }
  #gh-cnt.gh-reduce-v-space #gh-branding .gh-logo, #gh-cnt.gh-reduce-v-space #gh-branding svg {
    height: 32px !important;
  }
  #gh-cnt.gh-reduce-v-space #gh-branding h1 {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
    margin-left: 8px;
  }
  #gh-cnt.gh-reduce-v-space #gh-branding .gh-wordmark {
    margin-left: 0 !important;
    height: 15px !important;
  }
  @supports not (-ms-high-contrast: none) {
    #gh-cnt.gh-reduce-v-space #gh-branding .gh-wordmark {
      width: auto;
    }
  }
  #gh-cnt.gh-reduce-v-space #gh-branding .gh-wordmark.gh-elsevier-wordmark, #gh-cnt.gh-reduce-v-space #gh-branding .gh-wordmark svg {
    height: 9px !important;
  }
  #gh-cnt.gh-reduce-v-space .gh-search-cnt {
    top: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #gh-cnt #gh-main-cnt > .gh-help-button {
    display: none;
  }
  #gh-cnt #gh-profile-cnt {
    margin-left: 24px !important;
  }
  #gh-cnt #gh-profile-cnt .gh-avatar.gh-sm {
    height: 32px;
    width: 32px;
  }
  #gh-cnt #gh-profile-cnt .gh-avatar.gh-sm svg {
    height: 20px !important;
  }
  #gh-cnt #gh-main-cnt {
    height: 48px;
  }
  #gh-cnt #gh-main-cnt .gh-profile-container > .button {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
    height: 32px;
    margin-left: 24px !important;
  }
  #gh-cnt #gh-main-cnt #gh-inst-icon-btn {
    height: 32px;
    width: 32px;
  }
  #gh-cnt #gh-main-cnt #gh-inst-icon-btn svg {
    height: 20px;
  }
  #gh-cnt #gh-main-cnt .gh-profile-container > .link-button,
#gh-cnt #gh-main-cnt .search-button-link > .link-button {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
    height: 32px;
    margin-left: 24px !important;
  }
  #gh-cnt #gh-main-cnt .gh-nav-h > .gh-nav-list > .gh-nav-item .gh-icon-btn svg {
    height: 20px !important;
  }
  #gh-cnt #gh-main-cnt #gh-mobile-menu .gh-hamburger svg {
    width: 32px !important;
  }
  #gh-cnt .gh-lib-banner.gh-lb-legacy {
    height: 0;
    width: 0;
    margin-left: 0;
  }
  @supports (-ms-high-contrast: none) {
    #gh-cnt .gh-lib-banner.gh-lb-legacy {
      width: 0;
    }
  }
  #gh-cnt .gh-lib-banner.gh-lb-dominant {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #gh-cnt .gh-lib-banner.gh-lb-dominant img {
    height: 0 !important;
  }
  #gh-cnt #gh-branding .gh-logo, #gh-cnt #gh-branding svg {
    height: 32px !important;
  }
  #gh-cnt #gh-branding h1 {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 1.75;
    margin-left: 8px;
  }
  #gh-cnt #gh-branding .gh-wordmark {
    margin-left: 0 !important;
    height: 15px !important;
  }
  @supports not (-ms-high-contrast: none) {
    #gh-cnt #gh-branding .gh-wordmark {
      width: auto;
    }
  }
  #gh-cnt #gh-branding .gh-wordmark.gh-elsevier-wordmark, #gh-cnt #gh-branding .gh-wordmark svg {
    height: 9px !important;
  }
  #gh-cnt .gh-search-cnt {
    top: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #gh-cnt .search-bar-icon {
    height: 20px !important;
    margin-top: 4px;
  }
  #gh-cnt #gh-branding {
    margin-right: 0 !important;
  }
  #gh-cnt .gh-search-cnt {
    margin-left: 16px;
  }
  #gh-cnt .gh-nav-utilities.gh-nav-h {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 720px) {
  #gh-cnt #gh-branding.search-bar-visible,
#gh-cnt #gh-mobile-menu.search-bar-visible {
    display: none !important;
  }
  #gh-cnt .gh-search-cnt {
    margin: 0;
    padding-right: 0;
  }
}
/* $use-fonts: false to remove duplication of @font-face rules from sd-ui*/
.els-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 36em) {
  .els-footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* Utility classes for teams to apply flex to their pages, to stick the footer to the bottom of the page */
.sd-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}

.sd-flex-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

/* Main footer styles */
.els-footer {
  border-top: 0.1rem solid #eb6500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}

@media only screen and (min-width: 48em) {
  .els-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.els-footer-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media print {
  .els-footer {
    border-top: 0.1rem solid #dcdcdc;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    page-break-before: avoid;
    -webkit-column-break-before: avoid;
       -moz-column-break-before: avoid;
            break-before: avoid-page;
    page-break-inside: avoid;
    break-inside: avoid-page;
  }
  .els-footer-content > p {
    font-size: 8pt;
    line-height: 1.5;
  }
}

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