@charset "UTF-8";
/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
:root {
  --breakXs: 520px;
  --breakSm: 768px;
  --breakMd: 900px;
  --break: 1100px;
  --breakLg: 1400px;
  --breakXl: 1700px;
}

/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
.sg-example > *:last-child, .sg-example > *:last-child > *:last-child, .sg-example > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fefefe;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
.table .table {
  background-color: #fefefe;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fefefe;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fefefe;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(254, 254, 254, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(254, 254, 254, 0.075);
}

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}
@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered {
    border: 0;
  }
}
@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}
@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fefefe;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
  z-index: 99;
  margin-top: -1px;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fefefe !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fefefe !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #48596E;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body.noScroll {
  height: 100vh;
  overflow: hidden;
}

.contentWrap {
  overflow: hidden;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
}

.container--md {
  max-width: 900px;
}

fieldset {
  margin-bottom: 0.375rem;
}
fieldset > *:last-child {
  margin-bottom: 0;
}

legend {
  display: block;
  font-size: 1.25rem;
}
legend.formLabel {
  margin-bottom: 1rem;
}

.formFooter {
  border-top: 1px solid #dfe0e2;
  padding-top: 0.75rem;
}

.formBlock, .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5625rem;
}
.formBlock.is-errored, .form-field.is-errored {
  color: red;
}
.formBlock.formBlock--inline, .form-field.formBlock--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
  vertical-align: top;
}

.formLabel, .control-label {
  margin-bottom: 0.25rem;
  font-size: 15px;
  line-height: 1.4;
}
.formLabel.formLabel--hasTools, .control-label.formLabel--hasTools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.formError, .field-validation-error {
  font-size: 14px;
  color: red;
  margin-top: 0.25rem;
  font-style: italic;
}

.formNote, .explanation-text {
  font-size: 14px;
  line-height: 1.25;
  color: #989ba0;
  margin-top: 0.25rem;
}

.formInput, .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  border: 1px solid #dfe0e2;
  border-radius: 6px;
  font-size: 1rem;
  background-color: #fefefe;
  line-height: 1.4;
}
.formInput:focus, .form-control:focus {
  outline: none;
  border-color: #80bdff;
  -webkit-box-shadow: 1px 1px 0 0 #80bdff;
          box-shadow: 1px 1px 0 0 #80bdff;
}
.is-errored .formInput, .is-errored .form-control {
  border-color: red;
}
.is-errored .formInput:focus, .is-errored .form-control:focus {
  -webkit-box-shadow: 1px 1px 0 0 red;
          box-shadow: 1px 1px 0 0 red;
}
.formInput--sm, .form-control--sm {
  padding: 0.25rem 0.5rem;
}
.formInput::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #a7aaae;
  opacity: 1;
}
.formInput::-moz-placeholder, .form-control::-moz-placeholder {
  color: #a7aaae;
  opacity: 1;
}
.formInput:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #a7aaae;
  opacity: 1;
}
.formInput::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #a7aaae;
  opacity: 1;
}
.formInput::placeholder, .form-control::placeholder {
  color: #a7aaae;
  opacity: 1;
}

select.formInput, select.form-control {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 512' width='448' height='512' style='enable-background:new 0 0 448 512;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%236F6F6F;%7d %3c/style%3e%3cpath class='st0' d='M207,381.5L12.7,187.1c-9.4-9.4-9.4-24.6,0-33.9l22.7-22.7c9.4-9.4,24.5-9.4,33.9,0l154.7,154l154.7-154 c9.4-9.3,24.5-9.3,33.9,0l22.7,22.7c9.4,9.4,9.4,24.6,0,33.9L241,381.5C231.6,390.8,216.4,390.8,207,381.5L207,381.5z'/%3e%3c/svg%3e");
  background-color: #fefefe;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 10px top 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.25rem;
}
select.formInput::-ms-expand, select.form-control::-ms-expand {
  display: none;
}
select.formInput[multiple], select.form-control[multiple] {
  background: #fefefe;
}

.formCheckbox,
.formRadio, .ktc-checkbox, .ktc-radio {
  position: relative;
}
.formCheckbox input[type=checkbox],
.formCheckbox input[type=radio],
.formRadio input[type=checkbox],
.formRadio input[type=radio], .ktc-checkbox input[type=checkbox],
.ktc-checkbox input[type=radio], .ktc-radio input[type=checkbox],
.ktc-radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.formCheckbox input[type=checkbox]:focus,
.formCheckbox input[type=radio]:focus,
.formRadio input[type=checkbox]:focus,
.formRadio input[type=radio]:focus, .ktc-checkbox input[type=checkbox]:focus,
.ktc-checkbox input[type=radio]:focus, .ktc-radio input[type=checkbox]:focus,
.ktc-radio input[type=radio]:focus {
  outline: none;
}
.formCheckbox input[type=checkbox]:focus ~ label:before,
.formCheckbox input[type=radio]:focus ~ label:before,
.formRadio input[type=checkbox]:focus ~ label:before,
.formRadio input[type=radio]:focus ~ label:before, .ktc-checkbox input[type=checkbox]:focus ~ label:before,
.ktc-checkbox input[type=radio]:focus ~ label:before, .ktc-radio input[type=checkbox]:focus ~ label:before,
.ktc-radio input[type=radio]:focus ~ label:before {
  -webkit-box-shadow: 0 0 7px #80bdff;
          box-shadow: 0 0 7px #80bdff;
}
.formCheckbox input[type=checkbox]:checked ~ label,
.formCheckbox input[type=radio]:checked ~ label,
.formRadio input[type=checkbox]:checked ~ label,
.formRadio input[type=radio]:checked ~ label, .ktc-checkbox input[type=checkbox]:checked ~ label,
.ktc-checkbox input[type=radio]:checked ~ label, .ktc-radio input[type=checkbox]:checked ~ label,
.ktc-radio input[type=radio]:checked ~ label {
  color: inherit;
}
.formCheckbox label,
.formRadio label, .ktc-checkbox label, .ktc-radio label {
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.formCheckbox label:before,
.formRadio label:before, .ktc-checkbox label:before, .ktc-radio label:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: "";
  width: 16px;
  height: 16px;
  line-height: 14px;
  border: 1px solid #cccdd0;
  margin-right: 0.5rem;
  display: inline-block;
}

.formCheckbox label:before, .ktc-checkbox label:before {
  border-radius: 2px;
}
.formCheckbox input[type=checkbox]:checked ~ label:before, .ktc-checkbox input[type=checkbox]:checked ~ label:before {
  content: "✓";
  background: #4caf50;
  border-color: #4caf50;
  color: #fefefe;
  text-align: center;
  font-weight: bold;
}

.formRadio label:before, .ktc-radio label:before {
  border-radius: 50%;
}
.formRadio input[type=radio]:checked ~ .formLabel, .ktc-radio input[type=radio]:checked ~ .formLabel {
  font-weight: 500;
}
.formRadio input[type=radio]:checked ~ .formLabel:before, .ktc-radio input[type=radio]:checked ~ .formLabel:before {
  border-color: #4caf50;
  background-image: radial-gradient(#4caf50, #4caf50 4px, transparent 4px);
}

.datePicker input {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADMSURBVHgBxVPBEYIwELxEHv6kBJ88KcEOBCpICVgBWgHaSCZ0QCfaAbGBxA0DM8jomMiDnUkuub3N5O4SRgMygHN+NMaclFKaZgAdg6/BN+CV8/EJn1prBQJ29Bmx413c6GBFUVRwlo6kADDGzpskSVqstxSOlNP/iJeIKXITcm5gygBdjZyzXowKd1LKh2sHvRdOf2nbs9fN/FeceB/Hr9ssynk9cTTdoDgCRpAn1rs2y/O8g9VoTesrwqM6wOwjLG4QVsN384VG/OUFFQNHYIASOCQAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
}

.fileUpload {
  position: relative;
}
.fileUpload label {
  display: block;
  background: #fefefe;
  color: #989ba0;
  border: 2px solid #989ba0;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}
.fileUpload label.has-focus {
  -webkit-box-shadow: 0 0 5px #80bdff;
          box-shadow: 0 0 5px #80bdff;
}
.fileUpload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.fileUpload .fileUpload-fileName {
  display: block;
  font-weight: 600;
}
.fileUpload .fileUpload-fileName .fileUpload-fileIndicator {
  opacity: 0.75;
  font-weight: normal;
}

.inlineLabel {
  position: relative;
}
.inlineLabel label {
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: calc(100% - .5rem);
  left: 0.25rem;
  line-height: 1.5;
  margin-bottom: 0;
  background: #fefefe;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.inlineLabel label.is-showing {
  opacity: 1;
}
.inlineLabel label.is-active {
  opacity: 1;
  color: #4e5054;
}
.inlineLabel input::-webkit-input-placeholder {
  color: #a7aaae;
  opacity: 1;
}
.inlineLabel input::-moz-placeholder {
  color: #a7aaae;
  opacity: 1;
}
.inlineLabel input:-ms-input-placeholder {
  color: #a7aaae;
  opacity: 1;
}
.inlineLabel input::-ms-input-placeholder {
  color: #a7aaae;
  opacity: 1;
}
.inlineLabel input::placeholder {
  color: #a7aaae;
  opacity: 1;
}

.formInput--search {
  border-radius: 0;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  background: #2f866c !important;
  border: 1px #ddd solid !important;
  text-decoration: none;
  text-transform: uppercase;
  color: #d3dfee;
  padding: 0 0 0 8px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 220px;
  margin: 0 auto;
  display: inline-block;
}
.formInput--search::-webkit-input-placeholder {
  color: #fefefe;
}
.formInput--search::-moz-placeholder {
  color: #fefefe;
}
.formInput--search:-ms-input-placeholder {
  color: #fefefe;
}
.formInput--search::-ms-input-placeholder {
  color: #fefefe;
}
.formInput--search::placeholder {
  color: #fefefe;
}
@media (min-width: 768px) {
  .formInput--search {
    width: 300px;
  }
}

.btn-search {
  background: #80b2a2 center center no-repeat !important;
  height: 40px !important;
  width: 36px;
  border: 1px #ddd solid !important;
  border-left: none !important;
  display: inline-block;
  padding: 0.55rem !important;
}
.btn-search svg {
  width: 20px;
  height: 20px;
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dl,
blockquote,
p,
address,
figure,
pre {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

/**
 * Basic typography style for copy text
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  z-index: 1;
  position: relative;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 1.8075rem;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 900px) {
  h3,
.h3 {
    font-size: 1.715625rem;
  }
}

h4,
.h4 {
  font-size: 1.516875rem;
}

h5,
.h5 {
  font-size: 1.286875rem;
}

h6,
.h6 {
  font-size: 1.203125rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.05rem;
}

p.small {
  font-size: 0.6875rem;
}
p.small sup {
  font-size: 7px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  border: 0;
  border-top: 1px solid #dfe0e2;
}

.h-colorWhite hr {
  border-top: 1px solid #fefefe;
}

.hr-50 {
  width: 50px;
}

a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #0057A8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -0.65em;
  font-size: 55%;
  line-height: 0;
}

.sup-small {
  vertical-align: baseline;
  position: relative;
  top: -1.5em;
  font-size: 35%;
  line-height: 0;
}

ul, ol {
  padding-left: 20px;
}

ul ul {
  list-style-type: disc;
}

.styled-list {
  list-style: initial;
  padding-left: 1rem;
}

.styled-list li {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  font-weight: 300;
}

.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.strong {
  font-weight: bolder;
}

.td-underline {
  text-decoration: underline;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.lh-1 {
  line-height: 1;
}

.lh-1-25 {
  line-height: 1.25;
}

.ls-05 {
  letter-spacing: 0.05rem;
}

.ls-0-1 {
  letter-spacing: 0.1rem;
}

/*
* The function below will generate color and background color classes for each color defined
* in the palettes color map within styles/scss/abstracts/base/_helpers.scss
*
* USAGE (pug):
  h1.h-colorGray700
  div.h-fillGray50
*/
.h-colorScience50 {
  color: #d1e4ff !important;
}

.h-fillScience50 {
  background-color: #d1e4ff !important;
}

.h-colorScience100 {
  color: #91bfff !important;
}

.h-fillScience100 {
  background-color: #91bfff !important;
}

.h-colorScience200 {
  color: #4d98ff !important;
}

.h-fillScience200 {
  background-color: #4d98ff !important;
}

.h-colorScience300 {
  color: #066fff !important;
}

.h-fillScience300 {
  background-color: #066fff !important;
}

.h-colorScience400 {
  color: #0058cf !important;
}

.h-fillScience400 {
  background-color: #0058cf !important;
}

.h-colorScience500 {
  color: #00419a !important;
}

.h-fillScience500 {
  background-color: #00419a !important;
}

.h-colorScience600 {
  color: #003b8c !important;
}

.h-fillScience600 {
  background-color: #003b8c !important;
}

.h-colorScience700 {
  color: #00357d !important;
}

.h-fillScience700 {
  background-color: #00357d !important;
}

.h-colorScience800 {
  color: #002e6d !important;
}

.h-fillScience800 {
  background-color: #002e6d !important;
}

.h-colorScience900 {
  color: #002250 !important;
}

.h-fillScience900 {
  background-color: #002250 !important;
}

.h-colorDiseaseState50 {
  color: #f7f7f8 !important;
}

.h-fillDiseaseState50 {
  background-color: #f7f7f8 !important;
}

.h-colorDiseaseState100 {
  color: #ebecef !important;
}

.h-fillDiseaseState100 {
  background-color: #ebecef !important;
}

.h-colorDiseaseState200 {
  color: #dfe1e5 !important;
}

.h-fillDiseaseState200 {
  background-color: #dfe1e5 !important;
}

.h-colorDiseaseState300 {
  color: #d2d5db !important;
}

.h-fillDiseaseState300 {
  background-color: #d2d5db !important;
}

.h-colorDiseaseState400 {
  color: #c8ccd3 !important;
}

.h-fillDiseaseState400 {
  background-color: #c8ccd3 !important;
}

.h-colorDiseaseState500 {
  color: #bec3cb !important;
}

.h-fillDiseaseState500 {
  background-color: #bec3cb !important;
}

.h-colorDiseaseState600 {
  color: #aab1bb !important;
}

.h-fillDiseaseState600 {
  background-color: #aab1bb !important;
}

.h-colorDiseaseState700 {
  color: #959daa !important;
}

.h-fillDiseaseState700 {
  background-color: #959daa !important;
}

.h-colorDiseaseState800 {
  color: #7f8998 !important;
}

.h-fillDiseaseState800 {
  background-color: #7f8998 !important;
}

.h-colorDiseaseState900 {
  color: #5b6472 !important;
}

.h-fillDiseaseState900 {
  background-color: #5b6472 !important;
}

.h-colorPipeline50 {
  color: #d7fff5 !important;
}

.h-fillPipeline50 {
  background-color: #d7fff5 !important;
}

.h-colorPipeline100 {
  color: #a0ffe7 !important;
}

.h-fillPipeline100 {
  background-color: #a0ffe7 !important;
}

.h-colorPipeline200 {
  color: #65ffd8 !important;
}

.h-fillPipeline200 {
  background-color: #65ffd8 !important;
}

.h-colorPipeline300 {
  color: #27ffc9 !important;
}

.h-fillPipeline300 {
  background-color: #27ffc9 !important;
}

.h-colorPipeline400 {
  color: #00f8ba !important;
}

.h-fillPipeline400 {
  background-color: #00f8ba !important;
}

.h-colorPipeline500 {
  color: #00ca97 !important;
}

.h-fillPipeline500 {
  background-color: #00ca97 !important;
}

.h-colorPipeline600 {
  color: #00b889 !important;
}

.h-fillPipeline600 {
  background-color: #00b889 !important;
}

.h-colorPipeline700 {
  color: #00a47a !important;
}

.h-fillPipeline700 {
  background-color: #00a47a !important;
}

.h-colorPipeline800 {
  color: #008f6b !important;
}

.h-fillPipeline800 {
  background-color: #008f6b !important;
}

.h-colorPipeline900 {
  color: #00694f !important;
}

.h-fillPipeline900 {
  background-color: #00694f !important;
}

.h-colorResources50 {
  color: #faedea !important;
}

.h-fillResources50 {
  background-color: #faedea !important;
}

.h-colorResources100 {
  color: #f4d3cc !important;
}

.h-fillResources100 {
  background-color: #f4d3cc !important;
}

.h-colorResources200 {
  color: #edb8ae !important;
}

.h-fillResources200 {
  background-color: #edb8ae !important;
}

.h-colorResources300 {
  color: #e69c8d !important;
}

.h-fillResources300 {
  background-color: #e69c8d !important;
}

.h-colorResources400 {
  color: #e08674 !important;
}

.h-fillResources400 {
  background-color: #e08674 !important;
}

.h-colorResources500 {
  color: #db715c !important;
}

.h-fillResources500 {
  background-color: #db715c !important;
}

.h-colorResources600 {
  color: #d65d45 !important;
}

.h-fillResources600 {
  background-color: #d65d45 !important;
}

.h-colorResources700 {
  color: #ce482e !important;
}

.h-fillResources700 {
  background-color: #ce482e !important;
}

.h-colorResources800 {
  color: #b53f28 !important;
}

.h-fillResources800 {
  background-color: #b53f28 !important;
}

.h-colorResources900 {
  color: #842e1d !important;
}

.h-fillResources900 {
  background-color: #842e1d !important;
}

.h-colorCruise50 {
  color: #f4fcfc !important;
}

.h-fillCruise50 {
  background-color: #f4fcfc !important;
}

.h-colorCruise100 {
  color: #e5f8f7 !important;
}

.h-fillCruise100 {
  background-color: #e5f8f7 !important;
}

.h-colorCruise200 {
  color: #d5f4f2 !important;
}

.h-fillCruise200 {
  background-color: #d5f4f2 !important;
}

.h-colorCruise300 {
  color: #c4f0ed !important;
}

.h-fillCruise300 {
  background-color: #c4f0ed !important;
}

.h-colorCruise400 {
  color: #b8ece9 !important;
}

.h-fillCruise400 {
  background-color: #b8ece9 !important;
}

.h-colorCruise500 {
  color: #abe9e5 !important;
}

.h-fillCruise500 {
  background-color: #abe9e5 !important;
}

.h-colorCruise600 {
  color: #8ee1dc !important;
}

.h-fillCruise600 {
  background-color: #8ee1dc !important;
}

.h-colorCruise700 {
  color: #6ed9d2 !important;
}

.h-fillCruise700 {
  background-color: #6ed9d2 !important;
}

.h-colorCruise800 {
  color: #4ed1c8 !important;
}

.h-fillCruise800 {
  background-color: #4ed1c8 !important;
}

.h-colorCruise900 {
  color: #2ca69f !important;
}

.h-fillCruise900 {
  background-color: #2ca69f !important;
}

.h-colorAllports50 {
  color: #d6f2ff !important;
}

.h-fillAllports50 {
  background-color: #d6f2ff !important;
}

.h-colorAllports100 {
  color: #9ee0ff !important;
}

.h-fillAllports100 {
  background-color: #9ee0ff !important;
}

.h-colorAllports200 {
  color: #63ceff !important;
}

.h-fillAllports200 {
  background-color: #63ceff !important;
}

.h-colorAllports300 {
  color: #24baff !important;
}

.h-fillAllports300 {
  background-color: #24baff !important;
}

.h-colorAllports400 {
  color: #00a7f4 !important;
}

.h-fillAllports400 {
  background-color: #00a7f4 !important;
}

.h-colorAllports500 {
  color: #0087c5 !important;
}

.h-fillAllports500 {
  background-color: #0087c5 !important;
}

.h-colorAllports600 {
  color: #007bb3 !important;
}

.h-fillAllports600 {
  background-color: #007bb3 !important;
}

.h-colorAllports700 {
  color: #006da0 !important;
}

.h-fillAllports700 {
  background-color: #006da0 !important;
}

.h-colorAllports800 {
  color: #00608c !important;
}

.h-fillAllports800 {
  background-color: #00608c !important;
}

.h-colorAllports900 {
  color: #004666 !important;
}

.h-fillAllports900 {
  background-color: #004666 !important;
}

.h-colorCasablanca50 {
  color: #fef3e7 !important;
}

.h-fillCasablanca50 {
  background-color: #fef3e7 !important;
}

.h-colorCasablanca100 {
  color: #fce2c6 !important;
}

.h-fillCasablanca100 {
  background-color: #fce2c6 !important;
}

.h-colorCasablanca200 {
  color: #fad0a3 !important;
}

.h-fillCasablanca200 {
  background-color: #fad0a3 !important;
}

.h-colorCasablanca300 {
  color: #f8bd7e !important;
}

.h-fillCasablanca300 {
  background-color: #f8bd7e !important;
}

.h-colorCasablanca400 {
  color: #f7af62 !important;
}

.h-fillCasablanca400 {
  background-color: #f7af62 !important;
}

.h-colorCasablanca500 {
  color: #f5a146 !important;
}

.h-fillCasablanca500 {
  background-color: #f5a146 !important;
}

.h-colorCasablanca600 {
  color: #f4932b !important;
}

.h-fillCasablanca600 {
  background-color: #f4932b !important;
}

.h-colorCasablanca700 {
  color: #f2840d !important;
}

.h-fillCasablanca700 {
  background-color: #f2840d !important;
}

.h-colorCasablanca800 {
  color: #d4740b !important;
}

.h-fillCasablanca800 {
  background-color: #d4740b !important;
}

.h-colorCasablanca900 {
  color: #9b5508 !important;
}

.h-fillCasablanca900 {
  background-color: #9b5508 !important;
}

.h-colorGray50 {
  color: #f2f2f3 !important;
}

.h-fillGray50 {
  background-color: #f2f2f3 !important;
}

.h-colorGray100 {
  color: #dfe0e2 !important;
}

.h-fillGray100 {
  background-color: #dfe0e2 !important;
}

.h-colorGray200 {
  color: #cccdd0 !important;
}

.h-fillGray200 {
  background-color: #cccdd0 !important;
}

.h-colorGray300 {
  color: #b7b9bd !important;
}

.h-fillGray300 {
  background-color: #b7b9bd !important;
}

.h-colorGray400 {
  color: #a7aaae !important;
}

.h-fillGray400 {
  background-color: #a7aaae !important;
}

.h-colorGray500 {
  color: #989ba0 !important;
}

.h-fillGray500 {
  background-color: #989ba0 !important;
}

.h-colorGray600 {
  color: #898d93 !important;
}

.h-fillGray600 {
  background-color: #898d93 !important;
}

.h-colorGray700 {
  color: #797d83 !important;
}

.h-fillGray700 {
  background-color: #797d83 !important;
}

.h-colorGray800 {
  color: #6a6e73 !important;
}

.h-fillGray800 {
  background-color: #6a6e73 !important;
}

.h-colorGray900 {
  color: #4e5054 !important;
}

.h-fillGray900 {
  background-color: #4e5054 !important;
}

.h-colorSuccess50 {
  color: #e8f5e8 !important;
}

.h-fillSuccess50 {
  background-color: #e8f5e8 !important;
}

.h-colorSuccess100 {
  color: #c7e7c8 !important;
}

.h-fillSuccess100 {
  background-color: #c7e7c8 !important;
}

.h-colorSuccess200 {
  color: #a5d8a7 !important;
}

.h-fillSuccess200 {
  background-color: #a5d8a7 !important;
}

.h-colorSuccess300 {
  color: #81c883 !important;
}

.h-fillSuccess300 {
  background-color: #81c883 !important;
}

.h-colorSuccess400 {
  color: #66bc69 !important;
}

.h-fillSuccess400 {
  background-color: #66bc69 !important;
}

.h-colorSuccess500 {
  color: #4caf50 !important;
}

.h-fillSuccess500 {
  background-color: #4caf50 !important;
}

.h-colorSuccess600 {
  color: #459f49 !important;
}

.h-fillSuccess600 {
  background-color: #459f49 !important;
}

.h-colorSuccess700 {
  color: #3e8e41 !important;
}

.h-fillSuccess700 {
  background-color: #3e8e41 !important;
}

.h-colorSuccess800 {
  color: #367c39 !important;
}

.h-fillSuccess800 {
  background-color: #367c39 !important;
}

.h-colorSuccess900 {
  color: #285b2a !important;
}

.h-fillSuccess900 {
  background-color: #285b2a !important;
}

.h-colorWarning50 {
  color: #fffce6 !important;
}

.h-fillWarning50 {
  background-color: #fffce6 !important;
}

.h-colorWarning100 {
  color: #fff9c2 !important;
}

.h-fillWarning100 {
  background-color: #fff9c2 !important;
}

.h-colorWarning200 {
  color: #fff59d !important;
}

.h-fillWarning200 {
  background-color: #fff59d !important;
}

.h-colorWarning300 {
  color: #fff176 !important;
}

.h-fillWarning300 {
  background-color: #fff176 !important;
}

.h-colorWarning400 {
  color: #ffee58 !important;
}

.h-fillWarning400 {
  background-color: #ffee58 !important;
}

.h-colorWarning500 {
  color: #ffeb3B !important;
}

.h-fillWarning500 {
  background-color: #ffeb3B !important;
}

.h-colorWarning600 {
  color: #ffe81f !important;
}

.h-fillWarning600 {
  background-color: #ffe81f !important;
}

.h-colorWarning700 {
  color: #fee400 !important;
}

.h-fillWarning700 {
  background-color: #fee400 !important;
}

.h-colorWarning800 {
  color: #dfc800 !important;
}

.h-fillWarning800 {
  background-color: #dfc800 !important;
}

.h-colorWarning900 {
  color: #a39300 !important;
}

.h-fillWarning900 {
  background-color: #a39300 !important;
}

.h-colorDanger50 {
  color: #fee7e5 !important;
}

.h-fillDanger50 {
  background-color: #fee7e5 !important;
}

.h-colorDanger100 {
  color: #fcc5c1 !important;
}

.h-fillDanger100 {
  background-color: #fcc5c1 !important;
}

.h-colorDanger200 {
  color: #faa19b !important;
}

.h-fillDanger200 {
  background-color: #faa19b !important;
}

.h-colorDanger300 {
  color: #f77b72 !important;
}

.h-fillDanger300 {
  background-color: #f77b72 !important;
}

.h-colorDanger400 {
  color: #f65f54 !important;
}

.h-fillDanger400 {
  background-color: #f65f54 !important;
}

.h-colorDanger500 {
  color: #f44336 !important;
}

.h-fillDanger500 {
  background-color: #f44336 !important;
}

.h-colorDanger600 {
  color: #f32b1d !important;
}

.h-fillDanger600 {
  background-color: #f32b1d !important;
}

.h-colorDanger700 {
  color: #e51b0d !important;
}

.h-fillDanger700 {
  background-color: #e51b0d !important;
}

.h-colorDanger800 {
  color: #c9180b !important;
}

.h-fillDanger800 {
  background-color: #c9180b !important;
}

.h-colorDanger900 {
  color: #931208 !important;
}

.h-fillDanger900 {
  background-color: #931208 !important;
}

.h-colorWhite {
  color: #fefefe !important;
}

.h-fillWhite {
  background: #fefefe !important;
}

.h-colorBlack {
  color: #000 !important;
}

.h-fillBlack {
  background: #000 !important;
}

.h-strip-ul {
  list-style: none !important;
  padding-left: 0 !important;
}

.h-colorCruise {
  color: #abe9e5 !important;
}

.h-colorsanJuan {
  color: #334A71 !important;
}

.h-colorEndeavour {
  color: #0057A8 !important;
}

.h-colorFiord {
  color: #48596E !important;
}

.h-colorDeepCerulean {
  color: #006DB7 !important;
}

.h-colorMint {
  color: #9de5df !important;
}

.h-colorSanJuan {
  color: #334A71 !important;
}

.h-colorCerulean {
  color: #00abe9;
}

.h-colorBlack {
  color: #000;
}

.hr-colorText {
  color: #000 !important;
  border-color: #48596E;
}

.no-scroll {
  overflow: hidden;
}

.textLower {
  text-transform: lowercase !important;
}

.textUpper {
  text-transform: uppercase !important;
}

.fontBold {
  font-weight: bold !important;
}

.mb-2-5 {
  margin-bottom: 0.75rem !important;
}

.mb-8 {
  margin-bottom: 6.5rem;
}

.mb-10px {
  margin-bottom: 0.625rem;
}

.pt-contact {
  padding-top: 100px;
}

.pb-contact {
  padding-bottom: 200px;
}

.section-pad {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-header-buffer {
  padding-top: 5.5rem;
}
@media (min-width: 900px) {
  .pt-header-buffer {
    padding-top: 7.5rem;
  }
}

.pt-header-buffer-2 {
  padding-top: 4rem;
}
@media (min-width: 900px) {
  .pt-header-buffer-2 {
    padding-top: 7.5rem;
  }
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.w-61 {
  width: 61px !important;
}

.w-80 {
  width: 80px !important;
}

.w-110 {
  width: 110px !important;
}

.w-77 {
  width: 77px;
}

.w-33 {
  width: 33px;
}

.w-24 {
  width: 24px;
}

.w-full {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .mw-xl-255 {
    min-width: 255px;
  }
}

@media (min-width: 768px) {
  .pt-special {
    padding-top: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .mw-xl-228 {
    min-width: 228px;
  }
}

@media (min-width: 900px) {
  .mb-md-35 {
    margin-bottom: 2.1875rem !important;
  }
}

.vh-100 {
  height: calc(100vh - 83px) !important;
}

.h-102 {
  height: 102px;
}

.h-target {
  height: 122px;
}
@media (min-width: 768px) {
  .h-target {
    height: 122px;
  }
}
@media (min-width: 900px) {
  .h-target {
    height: 132px;
  }
}
@media (min-width: 1400px) {
  .h-target {
    height: 142px;
  }
}

.h-f-domain {
  height: 190px;
}

@media (max-width: 991px) {
  .hold-130-md {
    width: 130px;
  }
}

.relative {
  position: relative;
}

.row.gutter-4 {
  margin-right: -4px;
  margin-left: -4px;
}

.gutter-4 [class^=col] {
  padding-right: 4px;
  padding-left: 4px;
}

.row.gutter-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.gutter-5 [class^=col] {
  padding-right: 5px;
  padding-left: 5px;
}

.h-mt-headerHeight {
  margin-top: 103px;
}

.h-allow-break {
  word-break: break-all;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-violetEggplant {
  list-style: none;
}
.list-violetEggplant li:before {
  content: "•";
  color: #94167d;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

.list-inline.list-violetEggplant li {
  padding-left: 25px;
}

hr.h-colorVioletEggplant {
  border-top: 1px solid #94167d;
}

.border-md-left {
  position: relative;
}
.border-md-left:before {
  width: 1px;
  height: 100%;
  background: #94167d;
  top: 0;
  left: -15px;
  display: block;
  position: absolute;
}
@media (min-width: 900px) {
  .border-md-left:before {
    content: "";
  }
}

.shadow-endeavour {
  text-shadow: 0px 3px 30px #0057A8;
}

.h-sup25 {
  font-size: 25% !important;
  top: -2.2em;
}

.is-hidden {
  display: none !important;
}

.h-min-height-container {
  min-height: auto;
}
@media only screen and (min-height: 400px) {
  .h-min-height-container {
    min-height: 100px;
  }
}
@media only screen and (min-height: 550px) {
  .h-min-height-container {
    min-height: 200px;
  }
}
@media only screen and (min-height: 650px) {
  .h-min-height-container {
    min-height: 300px;
  }
}
@media only screen and (min-height: 750px) {
  .h-min-height-container {
    min-height: 400px;
  }
}

.list-dash {
  list-style-type: none;
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.list-dash:before {
  content: "–";
  position: absolute;
  left: -18px;
  font-size: 1.25rem;
  line-height: 17px;
}

@media (max-width: 900px) {
  .bg-100-mobile {
    width: 100%;
  }
}

.no-break {
  word-break: keep-all;
}

.arrowToNextSection {
  position: relative;
}
.arrowToNextSection:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  margin-left: -20px;
}
.arrowToNextSection.bg-cornflowerBlue:after {
  border-top: 20px solid #164fac;
}
.arrowToNextSection.bg-pictonBlue:after {
  border-top: 20px solid #379eec;
}
.arrowToNextSection.bg-keppel:after {
  border-top: 20px solid #44afa8;
}

@media (min-width: 1200px) {
  .flex-xl-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}

.headerMain {
  position: absolute;
  width: 100%;
  z-index: 9999;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04417c+0,04417c+48,04417c+100&1+0,0.5+73,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#04417c), color-stop(48%, rgba(4, 65, 124, 0.67)), color-stop(73%, rgba(4, 65, 124, 0.5)), to(rgba(4, 65, 124, 0)));
  background: linear-gradient(to bottom, #04417c 0%, rgba(4, 65, 124, 0.67) 48%, rgba(4, 65, 124, 0.5) 73%, rgba(4, 65, 124, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#04417c", endColorstr="#0004417c",GradientType=0 );
  /* IE6-9 */
}

.headerMain-logo {
  z-index: 9;
}

.headerMain-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0 8px 0;
}
@media (min-width: 900px) {
  .headerMain-layout {
    padding: 1rem 0 1.5rem 0;
  }
}

.headerMain-logoImage {
  max-height: 40px;
}
@media (min-width: 768px) {
  .headerMain-logoImage {
    max-height: 36px;
  }
}
@media (min-width: 992px) {
  .headerMain-logoImage {
    max-height: 48px;
  }
}

.headerMain-navToggle {
  margin: 0 1rem 0 0;
  padding: 0;
  border: 0;
}
@media (min-width: 900px) {
  .headerMain-navToggle {
    display: none;
  }
}
.headerMain-navToggle:hover {
  background-color: transparent;
}
.headerMain-navToggle:focus {
  outline: 0;
}
.headerMain-navToggle .headerMain-navToggle-holder {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
}
.headerMain-navToggle.is-open .headerMain-navToggle-holder span {
  display: none;
}
.headerMain-navToggle.is-open .headerMain-navToggle-holder span:first-child {
  -webkit-transform: translateY(0.125rem) rotate(-45deg);
          transform: translateY(0.125rem) rotate(-45deg);
  -webkit-animation: navToggle3 0.25s linear;
          animation: navToggle3 0.25s linear;
}
@-webkit-keyframes navToggle3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.125rem) rotate(-45deg);
            transform: translateY(0.125rem) rotate(-45deg);
  }
}
@keyframes navToggle3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.125rem) rotate(-45deg);
            transform: translateY(0.125rem) rotate(-45deg);
  }
}
.headerMain-navToggle.is-open .headerMain-navToggle-holder span:nth-child(2) {
  width: 0;
  -webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.headerMain-navToggle.is-open .headerMain-navToggle-holder span:last-child {
  -webkit-transform: translateY(-0.125rem) rotate(45deg);
          transform: translateY(-0.125rem) rotate(45deg);
  -webkit-animation: navToggle4 0.25s linear;
          animation: navToggle4 0.25s linear;
}
@-webkit-keyframes navToggle4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.125rem) rotate(45deg);
            transform: translateY(-0.125rem) rotate(45deg);
  }
}
@keyframes navToggle4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.125rem) rotate(45deg);
            transform: translateY(-0.125rem) rotate(45deg);
  }
}
.headerMain-navToggle.is-open .headerMain-navToggle-holder:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url(/img/content-images/icons/icon-close.svg);
}
.headerMain-navToggle .headerMain-navToggle-holder span {
  width: 1.75rem;
  height: 0.125rem;
  background-color: #fefefe;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.headerMain-navToggle .headerMain-navToggle-holder span:first-child {
  -webkit-transform: translateY(-0.35rem) rotate(0deg);
          transform: translateY(-0.35rem) rotate(0deg);
  -webkit-animation: navToggle1 0.25s linear;
          animation: navToggle1 0.25s linear;
}
@-webkit-keyframes navToggle1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.35rem) rotate(0deg);
            transform: translateY(-0.35rem) rotate(0deg);
  }
}
@keyframes navToggle1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.35rem) rotate(0deg);
            transform: translateY(-0.35rem) rotate(0deg);
  }
}
.headerMain-navToggle .headerMain-navToggle-holder span:last-child {
  -webkit-transform: translateY(0.35rem) rotate(0deg);
          transform: translateY(0.35rem) rotate(0deg);
  -webkit-animation: navToggle2 0.25s linear;
          animation: navToggle2 0.25s linear;
}
@-webkit-keyframes navToggle2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.35rem) rotate(0deg);
            transform: translateY(0.35rem) rotate(0deg);
  }
}
@keyframes navToggle2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.35rem) rotate(0deg);
            transform: translateY(0.35rem) rotate(0deg);
  }
}

.headerMain-nav {
  position: fixed;
  top: 0;
  left: -100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: #0057A8;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
@media (min-width: 900px) {
  .headerMain-nav {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding-right: 0.9375rem;
    background-color: transparent;
    min-height: 63px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.headerMain-nav.is-open {
  left: 0;
}

.headerMain-navMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 70px;
}
.headerMain-navMain > li {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.headerMain-navMain > li:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media (min-width: 900px) {
  .headerMain-navMain {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .headerMain-navMain > li {
    padding: 0 0.75rem;
  }
  .headerMain-navMain > li:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: none;
  }
}

.headerMain-navLink-holder:after {
  content: "";
  height: 1px;
  background: #fefefe;
  width: calc(100% - 4.375rem);
  display: block;
  margin: 0 auto;
}
.headerMain-navLink-holder:first-child:before {
  content: "";
  height: 1px;
  background: #fefefe;
  width: calc(100% - 4.375rem);
  display: block;
  margin: 0 auto;
}
.headerMain-navLink-holder:last-child {
  border-bottom: none;
}
.headerMain-navLink-holder:last-child:after {
  display: none;
}
.headerMain-navLink-holder:hover .headerMain-navSub {
  display: block;
}
@media (min-width: 900px) {
  .headerMain-navLink-holder:before {
    display: none;
  }
  .headerMain-navLink-holder:after {
    display: none;
  }
  .headerMain-navLink-holder:first-child:before {
    display: none;
  }
}

.headerMain-navLink {
  position: relative;
  display: block;
  padding: 1rem 2.1875rem;
  color: #fefefe;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.0625rem;
}
.headerMain-navLink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0.9375rem;
  background: #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  opacity: 0;
  background: #fff;
}
.headerMain-navLink:hover, .headerMain-navLink.is-active {
  color: #fefefe;
  text-decoration: none;
}
@media (min-width: 900px) {
  .headerMain-navLink {
    padding: 0.5rem;
  }
  .headerMain-navLink:before {
    top: -1.5375rem;
  }
  .headerMain-navLink:hover, .headerMain-navLink.is-active {
    color: #fefefe;
    text-decoration: none;
  }
  .headerMain-navLink:hover:before, .headerMain-navLink.is-active:before {
    width: 100%;
    opacity: 0.25;
    background: #fff !important;
  }
}

.headerMain-navSub {
  display: block;
  width: 100%;
  left: 0;
  list-style: none;
  padding: 0 2.1875rem 1rem 2.1875rem;
}
@media (max-width: 900px) {
  .headerMain-navSub.temp-hide {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .headerMain-navSub {
    display: none;
    padding-top: 10px;
    position: absolute;
    text-align: right;
    padding: 0 7.35rem 1rem 2.1875rem;
  }
}
@media (min-width: 900px) {
  .headerMain-navSub.is-active {
    display: block;
  }
}
@media (min-width: 900px) {
  .headerMain-navSub li {
    display: inline-block;
    margin-left: 34px;
  }
  .headerMain-navSub li:first-child {
    margin-left: 0;
  }
}
.headerMain-navSub a {
  color: #fefefe;
  font-size: 13px;
  font-weight: 500;
}
.headerMain-navSub a.is-active {
  font-weight: 900;
}
.headerMain-navSub a:hover {
  text-decoration: none;
}
.temp-hide {
  display: none !important;
}

.headerLanding {
  background: #007cc2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #007cc2), color-stop(100%, #095d8c), color-stop(101%, #095d8c));
  background: linear-gradient(to bottom, #007cc2 29%, #095d8c 100%, #095d8c 101%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007cc2", endColorstr="#095d8c",GradientType=0 );
  /* IE6-9 */
}

.headerLanding-logo {
  z-index: 9;
}

.headerLanding-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .headerLanding-layout {
    padding-top: 1.5rem;
    padding-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.headerLanding-logoImage {
  max-height: 40px;
}
@media (min-width: 768px) {
  .headerLanding-logoImage {
    max-height: 36px;
  }
}
@media (min-width: 1200px) {
  .headerLanding-logoImage {
    max-height: 48px;
  }
}

.headerLanding-navToggle {
  margin: 0 1rem 0 0;
  padding: 0;
  border: 0;
  z-index: 9;
}
@media (min-width: 1200px) {
  .headerLanding-navToggle {
    display: none;
  }
}
.headerLanding-navToggle:hover {
  background-color: transparent;
}
.headerLanding-navToggle:focus {
  outline: 0;
}
.headerLanding-navToggle .headerLanding-navToggle-holder {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
}
.headerLanding-navToggle.is-open .headerLanding-navToggle-holder span {
  display: none;
}
.headerLanding-navToggle.is-open .headerLanding-navToggle-holder span:first-child {
  -webkit-transform: translateY(0.125rem) rotate(-45deg);
          transform: translateY(0.125rem) rotate(-45deg);
  -webkit-animation: navToggle3 0.25s linear;
          animation: navToggle3 0.25s linear;
}
@keyframes navToggle3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.125rem) rotate(-45deg);
            transform: translateY(0.125rem) rotate(-45deg);
  }
}
.headerLanding-navToggle.is-open .headerLanding-navToggle-holder span:nth-child(2) {
  width: 0;
  -webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.headerLanding-navToggle.is-open .headerLanding-navToggle-holder span:last-child {
  -webkit-transform: translateY(-0.125rem) rotate(45deg);
          transform: translateY(-0.125rem) rotate(45deg);
  -webkit-animation: navToggle4 0.25s linear;
          animation: navToggle4 0.25s linear;
}
@keyframes navToggle4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.125rem) rotate(45deg);
            transform: translateY(-0.125rem) rotate(45deg);
  }
}
.headerLanding-navToggle.is-open .headerLanding-navToggle-holder:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url(/img/content-images/icons/icon-close.svg);
}
.headerLanding-navToggle .headerLanding-navToggle-holder span {
  width: 1.75rem;
  height: 0.125rem;
  background-color: #fefefe;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.headerLanding-navToggle .headerLanding-navToggle-holder span:first-child {
  -webkit-transform: translateY(-0.35rem) rotate(0deg);
          transform: translateY(-0.35rem) rotate(0deg);
  -webkit-animation: navToggle1 0.25s linear;
          animation: navToggle1 0.25s linear;
}
@keyframes navToggle1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.35rem) rotate(0deg);
            transform: translateY(-0.35rem) rotate(0deg);
  }
}
.headerLanding-navToggle .headerLanding-navToggle-holder span:last-child {
  -webkit-transform: translateY(0.35rem) rotate(0deg);
          transform: translateY(0.35rem) rotate(0deg);
  -webkit-animation: navToggle2 0.25s linear;
          animation: navToggle2 0.25s linear;
}
@keyframes navToggle2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.35rem) rotate(0deg);
            transform: translateY(0.35rem) rotate(0deg);
  }
}

.headerLanding-nav {
  position: fixed;
  top: 0;
  left: -100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  z-index: 3;
}
@media (min-width: 1200px) {
  .headerLanding-nav {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding-right: 0.9375rem;
    background-color: transparent;
  }
}
.headerLanding-nav.is-open {
  left: 0;
}

.headerLanding-navMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 69px;
  overflow-y: auto;
  background: #fefefe;
}
@media (min-width: 1200px) {
  .headerLanding-navMain {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3%;
    overflow-y: initial;
    background: none;
  }
}

@media (min-width: 1200px) {
  .headerLanding-navLink-holder {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (min-width: 1200px) {
  .headerLanding-navLink-holder:hover .headerLanding-navSub {
    display: block;
  }
}
@media (max-width: 1199px) {
  .headerLanding-navLink-holder.is-open .headerLanding-navSub {
    display: block;
  }
}
.headerLanding-navLink-holder.is-open .headerLanding-navLink {
  border-color: #fefefe;
}
.headerLanding-navLink-holder.is-open .headerLanding-navLink:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.headerLanding-navLink {
  position: relative;
  display: block;
  padding: 1rem 4rem 1rem 2.1875rem;
  color: #0057A8;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.0625rem;
  background-color: #fefefe;
  border-bottom: 1px solid #0057A8;
}
.headerLanding-navLink:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  width: 0;
  height: 0;
  border-top: 0.65rem solid transparent;
  border-bottom: 0.65rem solid transparent;
  border-left: 0.65rem solid #0057A8;
  margin-top: -0.65rem;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
.headerLanding-navLink:hover, .headerLanding-navLink.is-active {
  color: #0057A8;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .headerLanding-navLink {
    display: block;
    border: none;
    background: none;
    color: #fefefe;
    padding: 0.75rem 1rem 1.5rem 1rem;
    text-align: center;
  }
  .headerLanding-navLink:after {
    display: none;
  }
  .headerLanding-navLink:before {
    content: "";
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0.9375rem;
    background: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    opacity: 0;
    height: 8px;
  }
  .headerLanding-navLink:before {
    bottom: 0rem;
  }
  .headerLanding-navLink:hover, .headerLanding-navLink.is-active {
    color: #fefefe;
    text-decoration: none;
  }
  .headerLanding-navLink:hover:before, .headerLanding-navLink.is-active:before {
    width: 100%;
    opacity: 0.25;
    background: #fff !important;
  }
}

.headerLanding-navSub {
  display: none;
  width: 100%;
  left: 0;
  list-style: none;
  padding: 1rem 2.1875rem;
  background: #fefefe;
  border-bottom: 1px solid #0057A8;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
@media (max-width: 1400px) {
  .headerLanding-navSub.temp-hide {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .headerLanding-navSub {
    padding-top: 10px;
    position: absolute;
    text-align: center;
    padding: 3rem 1rem;
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .headerLanding-navSub.is-active {
    display: block;
  }
}
@media (min-width: 1200px) {
  .headerLanding-navSub li {
    display: inline-block;
    margin-left: 34px;
  }
  .headerLanding-navSub li:first-child {
    margin-left: 0;
  }
}
.headerLanding-navSub a {
  font-size: 13px;
  font-weight: 500;
}
.headerLanding-navSub a.is-active {
  font-weight: 900;
}
.headerLanding-navSub a:hover {
  text-decoration: none;
}
.temp-hide {
  display: none !important;
}

@media (min-width: 992px) {
  .headerLanding-navSubLink-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.headerLanding-navSubLink {
  display: block;
  margin: 1.85rem auto;
  width: 320px;
  height: 170px;
  padding: 1rem;
  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;
  text-align: left;
}
@media (min-width: 576px) {
  .headerLanding-navSubLink {
    width: 340px;
    height: 194px;
    padding: 1rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .headerLanding-navSubLink {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .headerLanding-navSubLink {
    padding: 0.75rem 1.25rem;
    margin: 1rem;
  }
}
.headerLanding-navSubLink h6 {
  font-weight: bold;
  font-size: 1rem;
}

.headerLanding-navSubLink-1 {
  background-image: url("/img/template-images/subnav/AmgenOncology-medical.jpg");
  background-size: cover;
  color: #fefefe;
}
.headerLanding-navSubLink-1:hover {
  color: #fefefe;
}

.headerLanding-navSubLink-2 {
  background-image: url("/img/template-images/subnav/AmgenAssist360-com.jpg");
  background-size: cover;
  color: #fefefe;
}
.headerLanding-navSubLink-2:hover {
  color: #fefefe;
}

.headerLanding-navSubLink-3 {
  background-image: url("/img/template-images/subnav/AmgenTherapyLocator-com.jpg");
  background-size: cover;
  color: #fefefe;
}
.headerLanding-navSubLink-3:hover {
  color: #fefefe;
}

.headerLanding-navSubLink-4 {
  background-image: url("/img/template-images/subnav/BreakAwayFromCancer-com.jpg");
  background-size: cover;
}
.headerLanding-navSubLink-5 {
  background-image: url("/img/template-images/subnav/Empowered_Health.jpg");
  background-size: cover;
  color: #fefefe;
}
.headerLanding-navSubLink-5:hover {
  color: #fefefe;
}

.headerLanding-navSubLink-6 {
  background-image: url("/img/template-images/subnav/AmgenMedInfo-com.jpg");
  background-size: cover;
  color: #fefefe;
}
.headerLanding-navSubLink-6:hover {
  color: #fefefe;
}

.headerLanding-navSubLink-7 {
  background-image: url("/img/template-images/subnav/Amgen-com.jpg");
  background-size: cover;
  color: #fefefe;
}
.headerLanding-navSubLink-7:hover {
  color: #fefefe;
}

.headerLanding-navSubLink-8 {
  background-image: url("/img/template-images/subnav/Careers-Amgen-com.jpg");
  background-size: cover;
  color: #fefefe;
}
.headerLanding-navSubLink-8:hover {
  color: #fefefe;
}

.footerMain {
  position: relative;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #fefefe;
  z-index: 998;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1100px) {
  .footerMain {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.footerMain-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;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .footerMain-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1100px) {
  .footerMain-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footerMain-brand {
  margin-bottom: 2rem;
}
.footerMain-brand img {
  max-height: 1.5625rem;
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .footerMain-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1100px) {
  .footerMain-brand {
    margin-bottom: 0;
  }
}
.footerMain-social:last-child img {
  margin-right: 0;
}
.footerMain-nav {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footerMain-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 1100px) {
  .footerMain-nav {
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
.footerMain-navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 1.25rem;
  list-style: none;
}
@media (min-width: 768px) {
  .footerMain-navItems {
    padding-left: 0;
    padding-right: 0;
  }
}
.footerMain-navItem {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.footerMain-navLink {
  color: #4e5054;
  font-size: 0.8125rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .footerMain-copyright {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
@media (min-width: 1100px) {
  .footerMain-copyright {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.footerMain-copyright p {
  margin-bottom: 0;
  font-size: 0.8125rem;
  text-align: center;
}
@media (min-width: 1100px) {
  .footerMain-copyright p {
    text-align: right;
  }
}

.slide .footerMain {
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.landingFooterMain {
  position: relative;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #fefefe;
  z-index: 998;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1100px) {
  .landingFooterMain {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.landingFooterMain-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;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1100px) {
  .landingFooterMain-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1100px) {
  .landingFooterMain-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.landingFooterMain-brand {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}
.landingFooterMain-brand img {
  max-height: 1.5625rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .landingFooterMain-brand {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 auto;
            flex: 2 0 auto;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1100px) {
  .landingFooterMain-brand {
    margin-bottom: 0;
    width: auto;
  }
}
.landingFooterMain-brand .landingFooterMain-logo {
  margin-right: 1.25rem;
}
.landingFooterMain-social img {
  max-width: 1.5625rem;
}
.landingFooterMain-social:last-child img {
  margin-right: 0;
}
.landingFooterMain-nav {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .landingFooterMain-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (min-width: 1100px) {
  .landingFooterMain-nav {
    margin-bottom: 0;
    margin-left: 1rem;
    -webkit-box-flex: 2;
        -ms-flex: 2 0 auto;
            flex: 2 0 auto;
  }
}
.landingFooterMain-navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0 1.25rem;
  list-style: none;
}
@media (min-width: 768px) {
  .landingFooterMain-navItems {
    padding-left: 0;
    padding-right: 0;
  }
}
.landingFooterMain-navItem {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.landingFooterMain-navLink {
  color: #4e5054;
  font-size: 0.8125rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .landingFooterMain-copyright {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 100%;
            flex: 2 0 100%;
  }
}
@media (min-width: 1100px) {
  .landingFooterMain-copyright {
    -webkit-box-flex: 4;
        -ms-flex: 4 0 auto;
            flex: 4 0 auto;
  }
}
.landingFooterMain-copyright p {
  margin-bottom: 0;
  font-size: 0.8125rem;
  text-align: center;
}
@media (min-width: 1100px) {
  .landingFooterMain-copyright p {
    text-align: right;
  }
}

.slide .landingFooterMain {
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.slide {
  position: relative;
  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;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.slide-hero {
  width: 100%;
  z-index: 99;
}
.slide-intro {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fefefe;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
}
.slide-intro {
  font-size: 21px;
}
@media screen and (min-width: 320px) {
  .slide-intro {
    font-size: calc(21px + 5 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .slide-intro {
    font-size: 26px;
  }
}
.slide-instructions {
  position: relative;
  margin-top: 0.625rem;
  padding: 0 0 15px 0;
  color: #fefefe;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  opacity: 0.6;
}
.slide-btns {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 900px) {
  .slide-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slide .btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 0.5rem 0.5rem;
  min-width: 260px;
}

.slide-title-1 {
  font-size: 53px;
  line-height: 50px;
  color: #fefefe;
  padding: 140px 0 0px 0;
  letter-spacing: 1.9px;
  text-shadow: -4px -4px 12px rgba(0, 0, 0, 0);
}
@media (min-width: 900px) {
  .slide-title-1 {
    font-size: 7rem;
    line-height: 87px;
  }
}

.slide-intro-1 {
  font-size: 35px;
  color: #fefefe;
  font-weight: 700;
  padding: 0 0 0px 0;
  letter-spacing: 1.9px;
  text-shadow: -4px -4px 12px rgba(0, 0, 0, 0);
  line-height: 1;
  margin-top: 30px;
}
@media (min-width: 900px) {
  .slide-intro-1 {
    font-size: 35px;
    padding-left: 146px;
  }
}

.slide-intro {
  margin-bottom: 1.875rem;
}
@media (min-width: 900px) {
  .slide-intro {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 900px) {
  .slide-intro-1-1 {
    position: relative;
    left: -18px;
  }
}

@media (max-width: 900px) {
  .slide-intro-1-2 {
    position: relative;
    left: -14px;
  }
}

@media (max-width: 900px) {
  .slide-intro-1-3 {
    position: relative;
    left: 90px;
    display: block;
  }
}

.slide-title-2 {
  font-size: 52px;
  line-height: 56px;
  color: #fefefe;
  padding: 30px 0 0px 0;
  text-shadow: -4px -4px 12px rgba(0, 0, 0, 0);
  font-weight: 300;
  margin-top: 25%;
}
@media (min-width: 992px) {
  .slide-title-2 {
    margin-top: 0;
    margin-bottom: 55px;
    font-size: 100px;
    line-height: 107px;
    font-weight: 300;
  }
}
@media (min-width: 1400px) {
  .slide-title-2 {
    font-size: 7rem;
    line-height: 107px;
    font-weight: 300;
    margin-top: 0;
  }
}

.slide-intro-2 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 18px 5px;
  color: #fefefe;
}
@media (min-width: 900px) {
  .slide-intro-2 {
    font-size: 1.35rem;
    line-height: 33px;
  }
}

.slide-title-3 {
  margin-top: -68px;
  font-size: 52px;
  line-height: 50px;
  color: #00abe9;
  padding: 0 0 0px 0;
  letter-spacing: 1.6px;
  text-shadow: -4px -4px 12px rgba(0, 0, 0, 0);
  font-weight: 300;
}
@media (min-width: 900px) {
  .slide-title-3 {
    font-size: 108px;
    line-height: 97px;
    margin-top: 0px;
  }
}
@media (min-width: 1400px) {
  .slide-title-3 {
    margin-top: -50px;
  }
}
@media only screen and (max-height: 700px) {
  .slide-title-3 {
    font-size: 53px;
    line-height: 50px;
  }
}

.slide-intro-3 {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  letter-spacing: 1.4px;
  text-shadow: -4px -4px 12px rgba(0, 0, 0, 0);
}
@media (min-width: 1400px) {
  .slide-intro-3 {
    font-size: 1.75rem;
    line-height: 70px;
  }
}
@media only screen and (max-height: 730px) {
  .slide-intro-3 {
    font-size: 1.75rem;
    line-height: 30px;
  }
}

.slide-intro-4 {
  margin-top: 50px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  padding: 260px 0 0px 0;
  letter-spacing: 1px;
  text-shadow: -4px -4px 12px rgba(0, 0, 0, 0);
}
@media (min-width: 900px) {
  .slide-intro-4 {
    font-size: 1.35rem;
    line-height: 33px;
  }
}
@media (min-width: 1400px) {
  .slide-intro-4 {
    padding-top: 350px;
  }
}
@media only screen and (max-height: 875px) {
  .slide-intro-4 {
    padding-top: 190px;
  }
}
@media only screen and (max-height: 730px) {
  .slide-intro-4 {
    padding-top: 160px;
  }
}
@media only screen and (max-height: 690px) {
  .slide-intro-4 {
    padding-top: 150px;
  }
}
@media only screen and (max-height: 625px) {
  .slide-intro-4 {
    padding-top: 120px;
  }
}

.slide-title-4 {
  font-size: 53px;
  line-height: 50px;
  color: #fefefe;
  text-shadow: rgba(0, 0, 0, 0) -4px -4px 12px;
  padding: 30px 0px 0px;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .slide-title-4 {
    font-size: 7rem;
    line-height: 107px;
  }
}

.btn-slide {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: white;
  display: block;
  letter-spacing: 0.2em;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  -o-border-image: initial;
     border-image: initial;
  padding: 2px 30px 2px;
  margin: 0px auto 0px;
  display: inline-block;
  text-transform: uppercase;
}
.btn-slide:hover {
  color: white;
  text-decoration: none;
}

.btn-slide-postion {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -96px;
  z-index: 2;
}

.slide-krasImage {
  width: 220px;
}
@media (min-width: 900px) {
  .slide-krasImage {
    width: auto;
  }
}

@media only screen and (max-width: 26.25em) and (max-height: 568px) {
  .slide-hero-mobile-shift {
    margin-bottom: 145px;
  }
  .slide-hero-mobile-shift .slide-title {
    text-shadow: 0px 0px 17px #0057A8;
  }
}
@media only screen and (max-width: 26.25em) and (max-height: 668px) {
  .slide-hero-mobile-shift {
    margin-bottom: 145px;
  }
  .slide-hero-mobile-shift .slide-title {
    text-shadow: 0px 0px 17px #0057A8;
  }
}
@media only screen and (max-width: 26.25em) and (max-height: 813px) {
  .slide-hero-mobile-shift {
    margin-bottom: 195px;
  }
  .slide-hero-mobile-shift .slide-title {
    text-shadow: 0px 0px 17px #0057A8;
  }
}

.fp-slidesNav ul li a span {
  background: white !important;
}

.fp-slidesNav span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slides-container #fp-nav ul li, .slides-container .fp-slidesNav ul li {
  display: inline-block;
  width: 40px;
  height: 8px;
  margin: 0px;
  position: relative;
}
@media (min-width: 900px) {
  .slides-container #fp-nav ul li, .slides-container .fp-slidesNav ul li {
    width: 80px;
  }
}

.slides-container #fp-nav ul li a span, .slides-container .fp-slidesNav ul li a span {
  border-radius: 0;
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 40px;
  border: 0;
  background: #333;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 900px) {
  .slides-container #fp-nav ul li a span, .slides-container .fp-slidesNav ul li a span {
    width: 80px;
  }
}

.slides-container #fp-nav ul li a.active span, .slides-container #fp-nav ul li:hover a.active span, .slides-container .fp-slidesNav ul li a.active span, .slides-container .fp-slidesNav ul li:hover a.active span {
  height: 8px;
  width: 40px;
  margin: 0;
  border-radius: 0;
  margin-top: -3px;
}
@media (min-width: 900px) {
  .slides-container #fp-nav ul li a.active span, .slides-container #fp-nav ul li:hover a.active span, .slides-container .fp-slidesNav ul li a.active span, .slides-container .fp-slidesNav ul li:hover a.active span {
    width: 80px;
  }
}

.slides-container .fp-nav ul li:hover a span, .slides-container .fp-slidesNav ul li:hover a span {
  width: 40px;
  height: 8px;
  margin: 0;
  margin-top: -3px;
}
@media (min-width: 900px) {
  .slides-container .fp-nav ul li:hover a span, .slides-container .fp-slidesNav ul li:hover a span {
    width: 80px;
  }
}

.fp-slidesNav.fp-bottom {
  left: 50% !important;
  margin-left: -80px !important;
  bottom: 50px !important;
}
@media (min-width: 900px) {
  .fp-slidesNav.fp-bottom {
    margin-left: -160px !important;
  }
}

.fp-controlArrow {
  top: auto !important;
  bottom: 53px !important;
  left: 50% !important;
  z-index: 5 !important;
}

.fp-controlArrow.fp-prev {
  margin-left: 100px;
}
@media (min-width: 900px) {
  .fp-controlArrow.fp-prev {
    margin-left: 176px;
  }
}

.fp-controlArrow.fp-next {
  margin-left: 135px;
}
@media (min-width: 900px) {
  .fp-controlArrow.fp-next {
    margin-left: 208px;
  }
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  background: url("/img/content-images/icons/icon-prev.svg");
  background-repeat: no-repeat;
}

.fp-controlArrow.fp-next {
  right: 15px;
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  background: url("/img/content-images/icons/icon-next.svg");
  background-repeat: no-repeat;
}

.slide-counter {
  position: absolute;
  color: #fefefe;
  top: -2px;
  left: -60px;
  letter-spacing: 0.02rem;
}

.headerMainSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 1rem;
}
@media (max-width: 900px) {
  .headerMainSearch {
    background: #00367B;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 900px) {
  .headerMainSearch {
    border: transparent solid 1px;
  }
  .headerMainSearch.is-open {
    border: white solid 1px;
  }
}

.headerMainSearch-input {
  display: inline-block;
  -webkit-transition: width 0.25s linear 0.25s;
  transition: width 0.25s linear 0.25s;
  padding-left: 15px;
  position: relative;
  z-index: -1;
}
@media (max-width: 900px) {
  .headerMainSearch-input {
    width: 100%;
  }
  .headerMainSearch-input.is-open {
    position: static;
    z-index: 2;
  }
}
@media (min-width: 900px) {
  .headerMainSearch-input {
    color: #fefefe;
    width: 0;
    background: transparent;
    border-color: transparent;
  }
  .headerMainSearch-input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fefefe;
    opacity: 1;
    /* Firefox */
  }
  .headerMainSearch-input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fefefe;
    opacity: 1;
    /* Firefox */
  }
  .headerMainSearch-input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fefefe;
    opacity: 1;
    /* Firefox */
  }
  .headerMainSearch-input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fefefe;
    opacity: 1;
    /* Firefox */
  }
  .headerMainSearch-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fefefe;
    opacity: 1;
    /* Firefox */
  }
  .headerMainSearch-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fefefe;
  }
  .headerMainSearch-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fefefe;
  }
  .headerMainSearch-input.is-open {
    width: 140px;
    position: static;
    z-index: 2;
  }
}

.headerMainSearch-toggle {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.headerMainSearch-toggle figure {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .headerMainSearch-toggle {
    position: absolute;
    right: 22px;
  }
  .headerMainSearch-toggle svg path {
    fill: #0057A8;
  }
}

.headerMain-nav.is-open .headerMainSearch-input {
  z-index: 0;
}

.btn-tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-tab {
  color: #deeee9;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  background: #4cab8a;
  border: #deeee9 1px solid;
  border-bottom: none;
  max-width: 290px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  margin: 0 3px;
  font-weight: 600;
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .btn-tab {
    width: 20%;
    margin: 0 5px;
  }
}
.btn-tab.is-selected, .btn-tab.is-parent-selected {
  background: #ededed;
  color: #48596e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-trigger {
  cursor: pointer;
}

.tabs-content a {
  color: #e4eaf2;
}
.tabs-content a:hover {
  text-decoration: none;
  color: #e4eaf2;
}

.tabs-contentItem {
  display: none;
  padding: 2rem 1rem;
}
.tabs-contentItem > *:last-child {
  margin-bottom: 0;
}
.tabs-contentItem.is-open {
  display: block;
}
.tabs-contentItem.is-opening {
  -webkit-animation: 1s tabs;
          animation: 1s tabs;
}

.tabs-accordionTrigger {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 1px;
  padding: 0.5rem;
  background-color: #f2f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.tabs-accordionTrigger:after {
  content: "+";
}
.tabs-accordionTrigger.is-selected {
  background-color: #989ba0;
  color: #fefefe;
}
.tabs-accordionTrigger.is-selected:after {
  content: "-";
}
@media (min-width: 768px) {
  .tabs-accordionTrigger {
    display: none;
  }
}

@media (min-width: 768px) {
  .tabs--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs--column .tabs-triggerList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-bottom-width: 0;
  }
  .tabs--column .tabs-contentItem {
    padding: 0.5rem 0 1rem 2rem;
  }
}
.tabs--accordion .tabs-triggerList {
  display: none;
}
@media (min-width: 768px) {
  .tabs--accordion .tabs-triggerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@-webkit-keyframes tabs {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tabs {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg-regalBlue {
  background-color: #00367B;
}

.bg-resolutionBlue {
  background-color: #00387F;
}

.bg-paleSky {
  background-color: #6e7b87;
}

.bg-geyser {
  background-color: #D6DDE5;
}

.bg-cruise {
  background-color: #abe9e5;
}

.bg-shuttleGray {
  background-color: #576470;
}

.bg-iron {
  background-color: #D5DADE;
}

.bg-hippieBlue {
  background-color: #5e87b4;
}

.bg-hitGray {
  background-color: #a0aeb3;
}

.bg-pipeGreen {
  background-color: #0b654a;
}

.bg-pipeGreen2 {
  background-color: #0f6a48;
}

.bg-endeavour {
  background-color: #0057A8;
}

.bg-shipCove {
  background-color: #6787b0;
}

.bg-jacksonsPurple {
  background-color: #292499;
}

.bg-jacksonsPurple2 {
  background-color: #322ea6;
  z-index: -2;
}

.bg-cornflowerBlue {
  background-color: #164fac;
}

.bg-pictonBlue {
  background-color: #379eec;
}

.bg-keppel {
  background-color: #44afa8;
}

.bg-salem {
  background-color: #17a541;
}

.bg-matrix {
  background-color: #b96152;
}

.bg-potPourri {
  background-color: #f1ddd8;
}

.bg-chatelle {
  background-color: #b8afc6;
}

.bg-meteorite {
  background: #391d66;
}

.bg-meteorite-gradient {
  background: #391d66;
  background: -webkit-gradient(linear, left top, left bottom, from(#391d66), color-stop(68%, #391d66), to(#281352));
  background: linear-gradient(180deg, #391d66 0%, #391d66 68%, #281352 100%);
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.bg--science, .bg--targets {
  background-image: url("/img/template-images/bg-modalities.jpg");
}
.bg--diseaseState {
  background: #bec3cb;
}
.bg--pipeline {
  background: #00ca97;
}
.bg--home {
  background-image: url("/img/template-images/home_page_v2-2.jpg");
  background-position: top center;
}
.bg--about {
  background-image: url("/img/template-images/mobile_home_tile_about.jpg");
  background-position: center center;
}
@media (min-width: 768px) {
  .bg--about {
    background-image: url("/img/template-images/desktop_home_tile_about.jpg");
  }
}
.bg--aboutShallow {
  background-image: url("/img/template-images/mobile_home_tile_about.jpg");
  background-position: center center;
}
@media (min-width: 768px) {
  .bg--aboutShallow {
    background-image: url("/img/template-images/desktop_home_tile_about-2.jpg");
  }
}
.bg--contact {
  background-image: url("/img/template-images/bg-contact.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg--mrd-new {
  background-image: url("/img/template-images/mobile_MRD_01.jpg");
}
@media (min-width: 900px) {
  .bg--mrd-new {
    background-image: url("/img/template-images/desktop_MRD_01.jpg");
  }
}
.bg--itp {
  background-image: url("/img/template-images/bg-itp.jpg");
}
.bg--cic {
  background-image: url("/img/template-images/bg-cic.jpg");
}
.bg--ctf {
  background-image: url("/img/template-images/bg-ctf.jpg");
}
.bg--bite-main {
  background-image: url("/img/template-images/BiTE_Main-mobile.jpg");
  background-size: 250%;
}
@media (min-width: 359px) {
  .bg--bite-main {
    background-position-y: 24%;
  }
}
@media (min-width: 768px) {
  .bg--bite-main {
    background-position-y: 22%;
  }
}
@media (min-width: 900px) {
  .bg--bite-main {
    background-size: 230%;
    background-image: url("/img/template-images/BiTE_Main.jpg");
    background-position: center center;
  }
}
@media (min-width: 1400px) {
  .bg--bite-main {
    background-size: 220%;
  }
}
@media (min-width: 1700px) {
  .bg--bite-main {
    background-size: 200%;
  }
}
@media (min-width: 2000px) {
  .bg--bite-main {
    background-size: 180%;
  }
}
@media (min-width: 2300px) {
  .bg--bite-main {
    background-size: 150%;
  }
}
@media (min-width: 2500px) {
  .bg--bite-main {
    background-size: 130%;
  }
}

.bg-videoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform-style: preserve-3d;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  /*cover video background */
}
.slide .bg-video {
  position: absolute;
  z-index: -1;
}

.bg-video2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  /*cover video background */
  z-index: -1;
}

.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.bg-image-fullpage {
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  /*cover image background */
  -o-object-position: center center;
     object-position: center center;
  z-index: -1;
}

.bg-position-top {
  -o-object-position: top center;
     object-position: top center;
}

.bg-image-mobile {
  display: inline-block;
}
@media (min-width: 768px) {
  .bg-image-mobile {
    display: none;
  }
}

.bg-image-desktop {
  display: none;
}
@media (min-width: 768px) {
  .bg-image-desktop {
    display: inline-block;
  }
}

.bg-gray-bottom:before {
  content: "";
  width: 100%;
  height: 20%;
  background: #d5dade;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5dade), to(#a0aeb3));
  background: linear-gradient(to bottom, #d5dade 0%, #a0aeb3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5dade", endColorstr="#a0aeb3", GradientType=0);
  position: absolute;
  bottom: 0;
}

.bg-greenGradient {
  background: #15a571;
  background: -webkit-gradient(linear, left top, left bottom, from(#15a571), to(#016740));
  background: linear-gradient(180deg, #15a571 0%, #016740 100%);
}

.bg-image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.bg-object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}

@media only screen and (max-height: 730px) {
  .bg-object-fit--desk {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.bg-object-fit--mobile {
  -o-object-position: center;
     object-position: center;
}

.gradientBall-jacksonsPurple:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #504ee4 0%, #292499 54%, #292499 100%);
}

.bg-kras-video {
  width: 100%;
  margin: auto;
}
@media (min-width: 530px) {
  .bg-kras-video {
    top: 20px;
  }
}
@media (min-width: 560px) {
  .bg-kras-video {
    top: 50px;
  }
}
@media (min-width: 580px) {
  .bg-kras-video {
    top: 90px;
  }
}
@media (min-width: 630px) {
  .bg-kras-video {
    top: 120px;
  }
}
@media (min-width: 768px) {
  .bg-kras-video {
    top: 190px;
  }
}
@media (min-width: 830px) {
  .bg-kras-video {
    top: 200px;
  }
}
@media (min-width: 840px) {
  .bg-kras-video {
    top: 210px;
  }
}
@media (min-width: 992px) {
  .bg-kras-video {
    top: 0;
  }
}

@media (max-width: 768px) {
  .bg-pipeline-mobile {
    left: -50%;
  }
}

/* BUTTONS
========================================================================== */
/*
* We usually like to keep away from nesting/over specificity, but since we are including input types here
* as well as classes we need to so all styles are available to those input types as well
*/
.btn,
button,
input[type=submit],
input[type=button],
input[type=reset] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  background-color: transparent;
  border: 1px solid #fefefe;
  border-radius: 0;
  color: #fefefe;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  /* VARIANTS
  ========================================================================== */
  /*
    * These buttons will fill the width of their container.
    */
  /*
   * This button inherits font and other aspects of it's parent naturally
   */
  /* SIZES
   ========================================================================== */
  /*
    * Button size modifiers.
    */
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  text-decoration: none;
  color: #fefefe;
  background: #8b8e94;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
button.disabled,
button[disabled],
fieldset[disabled] button,
input[type=submit].disabled,
input[type=submit][disabled],
fieldset[disabled] input[type=submit],
input[type=button].disabled,
input[type=button][disabled],
fieldset[disabled] input[type=button],
input[type=reset].disabled,
input[type=reset][disabled],
fieldset[disabled] input[type=reset] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}
.btn.btn--science, .btn.btn--diseaseState, .btn.btn--pipeline, .btn.btn--resources, .btn.btn--about, .btn.btn--about2,
button.btn--science,
button.btn--diseaseState,
button.btn--pipeline,
button.btn--resources,
button.btn--about,
button.btn--about2,
input[type=submit].btn--science,
input[type=submit].btn--diseaseState,
input[type=submit].btn--pipeline,
input[type=submit].btn--resources,
input[type=submit].btn--about,
input[type=submit].btn--about2,
input[type=button].btn--science,
input[type=button].btn--diseaseState,
input[type=button].btn--pipeline,
input[type=button].btn--resources,
input[type=button].btn--about,
input[type=button].btn--about2,
input[type=reset].btn--science,
input[type=reset].btn--diseaseState,
input[type=reset].btn--pipeline,
input[type=reset].btn--resources,
input[type=reset].btn--about,
input[type=reset].btn--about2 {
  width: 100%;
  width: 16.25rem;
  height: 2.5rem;
  font-size: 1rem;
}
.btn.btn--resources2,
button.btn--resources2,
input[type=submit].btn--resources2,
input[type=button].btn--resources2,
input[type=reset].btn--resources2 {
  border-bottom: 0;
  width: 100%;
  width: 11rem;
  padding: 0.35rem;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .btn.btn--resources2,
button.btn--resources2,
input[type=submit].btn--resources2,
input[type=button].btn--resources2,
input[type=reset].btn--resources2 {
    width: 16.875rem;
  }
}
.btn.btn--science,
button.btn--science,
input[type=submit].btn--science,
input[type=button].btn--science,
input[type=reset].btn--science {
  background: rgba(0, 69, 141, 0.4);
}
.btn.btn--science:hover,
button.btn--science:hover,
input[type=submit].btn--science:hover,
input[type=button].btn--science:hover,
input[type=reset].btn--science:hover {
  background-color: rgba(0, 65, 154, 0.8);
}
.btn.btn--diseaseState,
button.btn--diseaseState,
input[type=submit].btn--diseaseState,
input[type=button].btn--diseaseState,
input[type=reset].btn--diseaseState {
  background-color: rgba(133, 143, 158, 0.5);
}
.btn.btn--diseaseState:hover,
button.btn--diseaseState:hover,
input[type=submit].btn--diseaseState:hover,
input[type=button].btn--diseaseState:hover,
input[type=reset].btn--diseaseState:hover {
  background-color: rgba(162, 169, 180, 0.8);
}
.btn.btn--pipeline,
button.btn--pipeline,
input[type=submit].btn--pipeline,
input[type=button].btn--pipeline,
input[type=reset].btn--pipeline {
  background-color: rgba(0, 151, 113, 0.5);
  width: 260px;
}
.btn.btn--pipeline:hover,
button.btn--pipeline:hover,
input[type=submit].btn--pipeline:hover,
input[type=button].btn--pipeline:hover,
input[type=reset].btn--pipeline:hover {
  background-color: rgba(0, 126, 94, 0.8);
}
.btn.btn--resources,
button.btn--resources,
input[type=submit].btn--resources,
input[type=button].btn--resources,
input[type=reset].btn--resources {
  background-color: rgba(218, 109, 88, 0.5);
  width: 260px;
}
.btn.btn--resources:hover,
button.btn--resources:hover,
input[type=submit].btn--resources:hover,
input[type=button].btn--resources:hover,
input[type=reset].btn--resources:hover {
  background-color: rgba(192, 67, 42, 0.8);
}
.btn.btn--resources2,
button.btn--resources2,
input[type=submit].btn--resources2,
input[type=button].btn--resources2,
input[type=reset].btn--resources2 {
  background-color: #DA8270;
}
.btn.btn--resources2:hover,
button.btn--resources2:hover,
input[type=submit].btn--resources2:hover,
input[type=button].btn--resources2:hover,
input[type=reset].btn--resources2:hover {
  background-color: #f1ddd8;
  color: #48596E;
}
.btn.btn--about,
button.btn--about,
input[type=submit].btn--about,
input[type=button].btn--about,
input[type=reset].btn--about {
  background: rgba(0, 69, 141, 0.4);
}
.btn.btn--about:hover,
button.btn--about:hover,
input[type=submit].btn--about:hover,
input[type=button].btn--about:hover,
input[type=reset].btn--about:hover {
  background-color: rgba(0, 65, 154, 0.8);
}
.btn.btn--about2,
button.btn--about2,
input[type=submit].btn--about2,
input[type=button].btn--about2,
input[type=reset].btn--about2 {
  background: #BFC7DD;
  color: #48596E;
  cursor: auto;
}
.btn.btn--secondary,
button.btn--secondary,
input[type=submit].btn--secondary,
input[type=button].btn--secondary,
input[type=reset].btn--secondary {
  color: #576470;
  border: 1px solid #6e7b87;
  background: #cbd0d8;
}
.btn.btn--secondary:hover,
button.btn--secondary:hover,
input[type=submit].btn--secondary:hover,
input[type=button].btn--secondary:hover,
input[type=reset].btn--secondary:hover {
  background: transparent;
}
.btn.btn--secondary:hover:after,
button.btn--secondary:hover:after,
input[type=submit].btn--secondary:hover:after,
input[type=button].btn--secondary:hover:after,
input[type=reset].btn--secondary:hover:after {
  opacity: 1;
}
.btn.btn--reverse,
button.btn--reverse,
input[type=submit].btn--reverse,
input[type=button].btn--reverse,
input[type=reset].btn--reverse {
  background: #8b8e94;
}
.btn.btn--reverse:hover,
button.btn--reverse:hover,
input[type=submit].btn--reverse:hover,
input[type=button].btn--reverse:hover,
input[type=reset].btn--reverse:hover {
  background-color: transparent;
}
.btn.btn--ghost,
button.btn--ghost,
input[type=submit].btn--ghost,
input[type=button].btn--ghost,
input[type=reset].btn--ghost {
  color: inherit;
  background: transparent;
  position: relative;
}
.btn.btn--ghost:hover,
button.btn--ghost:hover,
input[type=submit].btn--ghost:hover,
input[type=button].btn--ghost:hover,
input[type=reset].btn--ghost:hover {
  color: inherit;
  background: transparent;
}
.btn.btn--ghost:after,
button.btn--ghost:after,
input[type=submit].btn--ghost:after,
input[type=button].btn--ghost:after,
input[type=reset].btn--ghost:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid;
  border-radius: 6px;
}
.btn.btn--full,
button.btn--full,
input[type=submit].btn--full,
input[type=button].btn--full,
input[type=reset].btn--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.btn .btn--full + .btn--full,
button .btn--full + .btn--full,
input[type=submit] .btn--full + .btn--full,
input[type=button] .btn--full + .btn--full,
input[type=reset] .btn--full + .btn--full {
  margin-top: 0.25rem;
}
.btn.btn--natural,
button.btn--natural,
input[type=submit].btn--natural,
input[type=button].btn--natural,
input[type=reset].btn--natural {
  padding-right: 0.5em;
  padding-left: 0.5em;
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
}
.btn.btn--xsm,
button.btn--xsm,
input[type=submit].btn--xsm,
input[type=button].btn--xsm,
input[type=reset].btn--xsm {
  font-size: 12px;
  padding: 0.25rem 0.75rem;
}
.btn.btn--sm,
button.btn--sm,
input[type=submit].btn--sm,
input[type=button].btn--sm,
input[type=reset].btn--sm {
  font-size: 14px;
  padding: 0.5rem 1rem;
}

/*end .btn*/
.caption-link {
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: white;
  font-weight: 600;
}
.caption-link:hover {
  text-decoration: none;
  color: #fefefe;
}

.btn-group .btn {
  margin: auto 10px;
}
.btn-group .btn-small {
  min-width: 130px;
}

.btn-small {
  font-size: 14px;
  color: #fefefe;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  height: 32px;
  display: inline-block;
  line-height: 18px;
  text-transform: uppercase;
  padding: 6px 12px 8px 12px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin: 0 3px 5px 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.dropdown {
  position: static;
}
@media (min-width: 768px) {
  .dropdown {
    position: relative;
  }
}

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #fefefe;
}
.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-item {
    padding: 20px 1.5rem;
  }
}
@media (min-width: 768px) {
  .dropdown-menu {
    text-align: center;
    width: calc(100% - 10px);
    margin-left: 0;
  }
}

.dropdown-menu-resources {
  background: #E6968F;
}
@media (max-width: 991px) {
  .dropdown-menu-resources {
    -webkit-transform: translate3d(0px, 32px, 0px) !important;
            transform: translate3d(0px, 32px, 0px) !important;
  }
}
.dropdown-menu-resources .dropdown-item {
  color: #fefefe;
  border-bottom: 1px solid #fefefe;
  cursor: pointer;
}
.dropdown-menu-resources .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu-resources .dropdown-item:hover {
  background-color: #f1ddd8;
  color: #48596E;
}

.btn-matisse {
  background: #2066A9;
  border: #fefefe solid 1px;
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 400;
  display: inline-block;
}
@media (min-width: 768px) {
  .btn-matisse {
    min-width: 400px;
  }
}

.btn-windsor {
  background: #560e8e;
  border: #fefefe solid 1px;
  color: #fefefe;
  text-transform: uppercase;
  min-width: 300px;
  display: inline-block;
}
@media (min-width: 768px) {
  .btn-windsor {
    min-width: 400px;
  }
}

.btn.btn-blue {
  background: #1a64ab;
  border: 1px solid #8bb0d4;
  color: white;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
}

.footnote {
  font-size: 0.75rem;
  line-height: 14px;
  color: #fff;
  font-weight: 500;
}

.fake-bullet {
  padding-left: 20px;
  position: relative;
  margin-left: -19px;
}
@media (min-width: 768px) {
  .fake-bullet {
    padding-left: 0;
    margin-left: 0;
  }
}
.fake-bullet .bullet {
  position: absolute;
  left: 0;
  text-align: right;
  top: 4px;
  width: 20px;
}
@media (min-width: 768px) {
  .fake-bullet .bullet {
    left: -20px;
  }
}
.fake-bullet span.bullet {
  top: 0;
}

#wrap {
  opacity: 0;
}

#showcase {
  width: 100%;
  height: 380px;
  padding: 0;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #showcase {
    height: 430px;
  }
}
@media (min-width: 900px) {
  #showcase {
    height: 500px;
  }
}
#showcase #labels {
  top: 100%;
}
#showcase-title1, #showcase-title2, #showcase-title3 {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 0.5;
}
#showcase-title1, #showcase-title3 {
  display: none;
}
@media (min-width: 768px) {
  #showcase-title1, #showcase-title3 {
    display: inline-block;
    top: -60px;
  }
}
@media (min-width: 900px) {
  #showcase-title1, #showcase-title3 {
    top: -80px;
  }
}
#showcase-title1 {
  text-align: left;
}
#showcase-title2 {
  width: 100%;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  opacity: 1;
}
@media (min-width: 768px) {
  #showcase-title2 {
    width: 33%;
  }
}
#showcase-title3 {
  text-align: right;
}

#showcase img {
  opacity: 1;
  cursor: pointer;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#showcase img.thirty {
  width: 30%;
}

#showcase img.twentyfive {
  width: 25%;
}

#showcase img.twenty {
  width: 20%;
}

#item-title {
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-family: "lato", HelveticaNeue-Light;
  font-weight: 300;
}

.nav {
  display: none;
}

#showcase {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-height: 820px) {
  #showcase {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -70px;
  }

  #labels {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -50px;
  }

  p#item-title {
    margin-top: -90px;
  }

  .cic-interior-old .banner-content {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media only screen and (max-height: 690px) {
  #showcase {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -90px;
  }

  #labels {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin-top: -100px;
  }

  p#item-title {
    margin-top: -90px;
  }

  .cic-interior-old .banner-content {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media only screen and (max-height: 600px) {
  #showcase {
    -webkit-transform: scale(0.6) !important;
            transform: scale(0.6) !important;
  }
}
@media only screen and (max-height: 560px) {
  #showcase {
    -webkit-transform: scale(0.5) !important;
            transform: scale(0.5) !important;
  }
}
table th {
  font-weight: 700;
  padding: 14px 10px 1px 0;
}
table td,
table th {
  border-bottom: 1px solid #000;
  font-size: 0.8125rem;
}
table td {
  padding: 14px 10px 14px 0;
}
table a {
  font-weight: 500;
}
table ul {
  padding-left: 0;
}
table .result a {
  font-weight: 900;
  color: #e4eaf2;
  text-transform: none;
  text-decoration: none;
}
table .result a:hover {
  text-decoration: underline;
}

.h-colorWhite table td,
.h-colorWhite table th {
  color: #e4eaf2;
  border-bottom: 1px solid #fefefe;
}
.h-colorWhite table td {
  text-transform: none;
}

.table-style-3 td, .table-style-3 th {
  text-align: center;
}
.table-style-3 td:first-child, .table-style-3 th:first-child {
  text-align: left;
}
.table-style-3 thead tr th:first-child {
  width: 60%;
}

.table-style-2 thead tr th:first-child {
  width: 39%;
}
.table-style-2 ul {
  list-style-type: none;
}

.w-39 {
  width: 39%;
}

.table-index thead th {
  width: 20%;
}
.table-index thead th:nth-child(2) {
  width: 60%;
}
.table-index tr th,
.table-index tr td {
  border-right: 1px solid #D6DDE5;
  font-size: 16px;
  font-weight: bold;
}
.table-index tr th:last-child,
.table-index tr td:last-child {
  border-right: 0;
}
.table-index tr.indent th,
.table-index tr.indent td {
  font-size: 14px;
  font-weight: normal;
}
.table-index tr.indent th {
  padding-left: 30px;
}
.table-index tr.indent td:nth-child(2) {
  padding-left: 40px;
}
.table-index tr.indent--levelTwo th {
  padding-left: 60px;
}
.table-index tr.indent--levelTwo td:nth-child(2) {
  padding-left: 80px;
}
.table-index td {
  border-bottom: 0;
}

/*
table.data-table {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: transparent;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	max-width: 900px;
	font-size: 14px;
	line-height: 18px;
	td, th {
		border-bottom: 1px solid #FFFFFF;
		padding: 14px 1px;
	}
	th {
		text-transform: uppercase;
	}
	tbody {
		td {
			color: #FFFFFF;
		}
	}
	tfoot {
		td {
			font-size: 14px;
		}
		.links {
			text-align: right;
			a {
				display: inline-block;
				background: #1C6EA4;
				color: #e4eaf2;
				padding: 2px 8px;
				border-radius: 5px;
			}
		}
	}
}

*/
.splash {
  position: relative;
  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;
  width: 100vw;
  height: 100vh;
}
@media (min-width: 520px) {
  .splash {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .splash {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (min-width: 900px) {
  .splash {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.splash-hero {
  width: 100%;
  z-index: 99;
}
.splash-intro {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fefefe;
  line-height: 1.125;
  text-align: center;
  z-index: 1;
}
.splash-intro {
  font-size: 21px;
}
@media screen and (min-width: 320px) {
  .splash-intro {
    font-size: calc(21px + 5 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .splash-intro {
    font-size: 26px;
  }
}
@media (min-width: 900px) {
  .splash-intro {
    line-height: 1.5;
  }
}
.splash-instructions {
  position: relative;
  margin-top: 0.625rem;
  padding: 0 0 15px 0;
  color: #fefefe;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  opacity: 0.6;
}
.splash-btns {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 520px) {
  .splash-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.splash .btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 0.5rem 0.5rem;
}

.spin-container {
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .spin-container {
    width: 350px !important;
    height: 350px !important;
  }
}
.pt-page-hero-std {
  padding-top: 150px;
}

.pb-page-hero-std {
  padding-bottom: 70px;
}

.p-home-hero {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
@media (min-width: 900px) {
  .p-home-hero {
    padding-top: 14rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .p-home-hero {
    padding-top: 19rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1700px) {
  .p-home-hero {
    padding-top: 23rem;
    padding-bottom: 3rem;
  }
}

.hero {
  position: relative;
  padding-top: 9.375rem;
  padding-bottom: 3.125rem;
  z-index: 1;
}
.hero--resources {
  background: #db715c;
}
.hero .resources--bg0 {
  position: absolute;
  top: -15%;
  right: -13%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media (min-width: 768px) {
  .hero .resources--bg0 {
    top: -25%;
  }
}
@media (min-width: 900px) {
  .hero .resources--bg0 {
    right: -9%;
  }
}
@media (min-width: 1100px) {
  .hero .resources--bg0 {
    right: -7%;
  }
}
@media (min-width: 1400px) {
  .hero .resources--bg0 {
    right: -6%;
  }
}
.hero-title {
  margin-bottom: 1.875rem;
  color: #fefefe;
  font-size: 3rem;
  line-height: 1.75;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 4rem;
  }
}
.hero-jumpLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 0.625rem;
  list-style: none;
}
.hero-jumpLink {
  margin-left: 0.625rem;
}
.hero-jumpLink:nth-child(4):after, .hero-jumpLink:nth-child(6):after {
  content: "|";
}
.hero-jumpLink:last-child:after {
  display: none;
}
.hero-jumpLink:after {
  margin: 0 0 0 0.625rem;
  color: #fefefe;
  content: "|";
}
.hero-jumpLink > a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-transform: uppercase;
}

.step-arrow {
  padding-bottom: 2.75rem;
}

.step-arrow p {
  font-size: 0.875rem;
  line-height: 18px;
}

.step-arrow:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0px;
  background: url(/img/content-images/icon-arrow-down.svg) no-repeat;
  height: 35px;
  width: 55px;
}

@media only screen and (min-width: 768px) {
  .step-arrow {
    padding-bottom: 0;
    padding-right: 3rem;
  }

  .step-arrow:before {
    content: "";
    position: absolute;
    left: auto;
    right: 10px;
    top: 20px;
    background: url(/img/content-images/icon-arrow-right.svg) no-repeat;
    height: 55px;
    width: 35px;
  }
}
.hide-arrow:before {
  display: none;
}

.pillBox {
  background: #456a94;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
  line-height: normal;
  height: 60px;
  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;
  margin-bottom: 10px;
  padding: 3px;
  font-weight: normal;
  font-size: 13px;
}

@media (min-width: 768px) {
  .pillBox {
    font-size: 14px;
  }
}
a.pillBox {
  color: white;
}

a.pillBox:hover {
  color: white;
}

.thumbnaillNav {
  position: fixed;
  background: #fefefe;
  z-index: 999;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 1rem;
  font-weight: 500;
}
@media (min-width: 900px) {
  .thumbnaillNav {
    position: relative;
    background: none;
  }
}

.thumbnaillNav-trigger {
  text-align: left;
  letter-spacing: 0;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 900px) {
  .thumbnaillNav-trigger {
    display: none;
  }
}
.thumbnaillNav-trigger:before {
  content: "";
  background-image: url(/img/template-images/arrow-up.png);
  width: 73px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.thumbnaillNav-trigger.is-open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footerMain.has-thumbnaillNav {
  padding-bottom: 60px;
}
@media (min-width: 900px) {
  .footerMain.has-thumbnaillNav {
    padding-bottom: 1.75rem;
  }
}

.thumbnaillNav-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
@media (min-width: 900px) {
  .thumbnaillNav-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.thumbnaillNav-nav.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thumbnaillNav-item {
  width: 61px;
  display: block;
}
.thumbnaillNav-item.active .thumbnaillNav-link img {
  opacity: 1;
}

.thumbnaillNav-link .thumbnaillNav-linkLabel {
  visibility: hidden;
}
.thumbnaillNav-link img {
  opacity: 0.4;
}
.thumbnaillNav-link.active img {
  opacity: 1;
}
.thumbnaillNav-link:hover {
  text-decoration: none;
}
.thumbnaillNav-link:hover .thumbnaillNav-linkLabel {
  visibility: visible;
  text-decoration: none;
}
.thumbnaillNav-link:hover img {
  opacity: 1;
}

.thumbnaillNav-linkLabel {
  top: 57px;
  left: 50%;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
}

.active .thumbnaillNav-linkLabel {
  visibility: visible;
}

.referenceMain-toggle {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}
.referenceMain-toggle:after {
  content: "▼";
  font-size: 0.875rem;
}
.referenceMain-toggle.is-open:after {
  content: "▲";
}

.referenceMain-noToggle {
  font-weight: 600;
  text-transform: uppercase;
}

.referenceMain-content {
  display: none;
  font-size: 0.75rem;
}
.referenceMain-content.is-open {
  display: block;
}

.resources-item {
  border: 1px solid #fefefe;
  background: #ce7464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  min-height: 158px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.resources-item:hover, .resources-item:focus {
  text-decoration: none;
  outline: none;
}
.resources-item:hover .resources-itemHover, .resources-item:focus .resources-itemHover {
  top: 0;
  outline: -webkit-focus-ring-color auto 0px;
}

#krasextrapopup {
  min-height: 200px;
}

.resources-itemHover {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.resources-itemHover:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url(/img/content-images/icons/download-icon.svg) no-repeat;
  height: 19px;
  width: 19px;
}

.no-download-icon:before {
  content: none;
}

.resources-itemIcon {
  height: 56px;
  width: 56px;
  margin-right: 1rem;
  z-index: 0;
}

.resources-itemContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 20px 15px 20px 20px;
}
.resources-itemContent .resources-itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resources-itemContent h3 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: 0.03rem;
}
.resources-itemContent p {
  font-size: 0.875rem;
  line-height: 1.45;
  text-align: left;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05rem;
  padding-top: 5px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .resources-itemContent p {
    line-height: 1.2;
    padding-top: 0;
  }
}

.mediaCard {
  position: relative;
  color: white;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 8rem;
  display: block;
}
.mediaCard:before, .mediaCard:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #fefefe;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mediaCard:before {
  top: 0;
}
.mediaCard:after {
  bottom: 0;
}
.mediaCard.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.mediaCard:hover {
  text-decoration: none;
  color: white;
}

.mediaCard-title {
  font-size: 1.875rem;
}

.mediaCard-label {
  font-size: 0.75rem;
}

a.media:hover {
  text-decoration: none;
}

.mediaQuote {
  padding: 15px;
}

.mediaQuote-title {
  font-size: 1.875rem;
  letter-spacing: 0.02rem;
}

.mediaQuote--leftBorder {
  border-left: 1px solid #0057A8;
}
@media (max-width: 900px) {
  .mediaQuote--leftBorder {
    border-left: none;
  }
}
@media (max-width: 900px) {
  .mediaQuote--leftBorder:before {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 22%;
    height: 63%;
    border-left: 1px solid gray;
  }
}

@media (max-width: 900px) {
  .h-colorEndeavour:before {
    border-left: 1px solid #0057A8;
  }
}

@media (max-width: 900px) {
  .h-colorSanJuan:before {
    border-left: 1px solid #334A71;
  }
}

.learn-about {
  font-weight: bold;
  height: 52px;
  padding: 0px 0 0 37px;
  background: url(/img/content-images/icon-learn.png) top left no-repeat;
}

.search-ct {
  font-weight: bold;
  height: 42px;
  padding: 5px 0 0 37px !important;
  background: url(/img/content-images/icon-search.png) top left no-repeat;
}

.download-info {
  font-weight: bold;
  height: 46px;
  padding: 4px 0 0 37px !important;
  background: url(/img/content-images/icon-download.png) top left no-repeat;
}

.media-body-cta {
  font-size: 1.028125rem;
  line-height: normal;
}

.media-title-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.media-title-image {
  height: 34px;
}

.media-preTitle {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.media-title {
  margin-bottom: 1rem;
}

.domainImage {
  height: 190px;
}
@media (min-width: 900px) {
  .domainImage {
    position: absolute;
    height: 210px;
  }
}

.media-resource {
  width: 30%;
}
@media (min-width: 900px) {
  .media-resource {
    width: 120px;
  }
}
@media (min-width: 1400px) {
  .media-resource {
    width: 166px;
  }
}

.mobile-cell-wall {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 768px) {
  .mobile-cell-wall {
    display: none;
  }
}

.targetsMain {
  display: none;
  width: 85%;
  max-width: 1400px;
  margin: 20px auto 0;
  background: url("/img/content-images/targets/target-bg.png") top center no-repeat;
  background-size: contain;
  border-collapse: collapse;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  text-align: left;
  overflow: hidden;
}
@media (min-width: 768px) {
  .targetsMain {
    display: table;
    margin-top: 2rem;
  }
}
@media (min-width: 900px) {
  .targetsMain {
    margin-top: 0rem;
  }
}
@media (min-width: 1400px) {
  .targetsMain {
    margin-top: 0rem;
  }
}
@media only screen and (max-height: 690px) {
  .targetsMain {
    width: 80%;
  }
}
@media only screen and (max-height: 580px) {
  .targetsMain {
    width: 60%;
  }
}
@media only screen and (max-height: 470px) {
  .targetsMain {
    width: 40%;
  }
}
@media only screen and (max-height: 770px) {
  .targetsMain {
    margin-top: 2rem;
  }
}
.targetsMain:hover {
  cursor: pointer;
}
.targetsMain td, .targetsMain th {
  padding: 0px 0px;
  border-bottom: 0;
}

table td img {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

table td img:hover {
  cursor: pointer;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mobile-targets-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 50px;
  margin: 50px auto 0;
  padding: 0 17px;
  text-align: center;
}
@media only screen and (min-width: 520px) {
  .mobile-targets-list {
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-targets-list {
    display: none;
  }
}
.mobile-targets-list .targets-row {
  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;
  width: 100%;
  height: auto;
  height: 30px;
}
.mobile-targets-list .targets-row .targets-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.5%;
          flex: 0 0 30.5%;
  color: #fff;
  font-family: "HelveticaNeue-Medium";
  font-size: 16px;
  text-align: left;
}
.mobile-targets-list .targets-row .targets-row-inner a {
  color: #fff;
}

html.no-scroll body {
  overflow: hidden !important;
}

[data-popup-trigger] {
  cursor: pointer !important;
}

.pageWrap {
  -webkit-transition: -webkit-filter 0.25s ease-out;
  transition: -webkit-filter 0.25s ease-out;
  transition: filter 0.25s ease-out;
  transition: filter 0.25s ease-out, -webkit-filter 0.25s ease-out;
}
.pageWrap.is-blurred {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

[data-popup-trigger] {
  cursor: pointer;
}

.popup {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  transform: translateZ(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.popup-data {
  display: none;
}
.popup-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px 0;
}
.popup-content {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96%;
  max-width: 960px;
  height: auto;
  background: #fefefe;
  background-color: #cccdd0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: auto 0;
}
@media (min-width: 768px) {
  .popup-content {
    width: 96vw;
  }
}
@media (min-width: 900px) {
  .popup-content {
    width: 86vw;
  }
}
@media (min-width: 1100px) {
  .popup-content {
    width: 76vw;
  }
}
@media (min-width: 1400px) {
  .popup-content {
    width: 66vw;
  }
}
.popup-close {
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 12px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}
.popup-close:before, .popup-close:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 20px;
  background: #fefefe;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

[id^=popup_] {
  display: none;
}

.bg--regalBlue {
  background-color: #00367B;
}

.popup-content > [id^=popup_] {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 28px;
  display: block;
}
.popup-content > [id^=popup_].popup-video {
  padding: 0;
}
.popup-content > [id^=popup_] > aside {
  position: absolute;
  top: -20px;
  right: 30px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #6a6e73;
}
.popup-content > [id^=popup_] > aside a {
  margin-left: 5px;
  text-decoration: underline;
  color: #6a6e73;
}
.popup-content > [id^=popup_] h5 {
  color: #898d93;
}
.popup-content > [id^=popup_] h5 + .form {
  margin-top: 15px;
}
.popup-content > [id^=popup_] p {
  margin-bottom: 10px;
  color: #898d93;
}
.popup-content > [id^=popup_] p:last-of-type {
  margin-bottom: 20px;
}
.popup-content > [id^=popup_] .button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-content > [id^=popup_] .button {
  min-width: 100px;
  text-align: center;
  color: #898d93;
}
.popup-content > [id^=popup_] .button:before {
  color: #898d93;
}
.popup-content > [id^=popup_] .button:hover, .popup-content > [id^=popup_] .button:after {
  color: #fefefe;
}

.position-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup-product .popup-content {
  background: #e8e8e8;
  border: 3px solid gray;
  overflow: visible;
}
@media (min-width: 768px) {
  .popup-product .popup-content {
    border-radius: 16px;
  }
}
.popup-product .popup-content p {
  color: #231f20;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.popup-product .popup-content a {
  color: #007dc3;
  font-weight: 400;
  text-decoration: underline;
}
.popup-product .popup-close {
  background: gray;
  border-radius: 50%;
  padding: 1rem;
}
@media (min-width: 768px) {
  .popup-product .popup-close {
    top: -10px;
    right: -10px;
  }
}
.popup-product .popup-product-image-container {
  position: relative;
  display: block;
  max-width: 960px;
}
@media (min-width: 768px) {
  .popup-product .popup-product-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .popup-product .popup-product-image-holder {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    -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;
  }
}
.popup-product .popup-product-image {
  max-width: 50%;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .popup-product .popup-product-image {
    max-width: 100%;
  }
}

.popup-content > [id^=popup_].popup-product p {
  color: #231f20;
}

.popup-aranesp.popup-product .popup-content {
  border: 3px solid #c85a3d;
}
.popup-aranesp.popup-product .popup-close {
  background: #c85a3d;
}

.popup-blincyto.popup-product .popup-content {
  border: 3px solid #305060;
}
.popup-blincyto.popup-product .popup-close {
  background: #305060;
}

.popup-imlygic.popup-product .popup-content {
  border: 3px solid #0073ae;
}
.popup-imlygic.popup-product .popup-close {
  background: #0073ae;
}

.popup-kanjinti.popup-product .popup-content {
  border: 3px solid #6a2c91;
}
.popup-kanjinti.popup-product .popup-close {
  background: #6a2c91;
}

.popup-kyprolis.popup-product .popup-content {
  border: 3px solid #7d0049;
}
.popup-kyprolis.popup-product .popup-close {
  background: #7d0049;
}

.popup-mvasi.popup-product .popup-content {
  border: 3px solid #00b145;
}
.popup-mvasi.popup-product .popup-close {
  background: #00b145;
}

.popup-neulasta.popup-product .popup-content {
  border: 3px solid #00b6b8;
}
.popup-neulasta.popup-product .popup-close {
  background: #00b6b8;
}

.popup-neupogen.popup-product .popup-content {
  border: 3px solid #0060a9;
}
.popup-neupogen.popup-product .popup-close {
  background: #0060a9;
}

.popup-nplate.popup-product .popup-content {
  border: 3px solid #002f65;
}
.popup-nplate.popup-product .popup-close {
  background: #002f65;
}

.popup-prolia.popup-product .popup-content {
  border: 3px solid #54b948;
}
.popup-prolia.popup-product .popup-close {
  background: #54b948;
}

.popup-vectibix.popup-product .popup-content {
  border: 3px solid #0093c9;
}
.popup-vectibix.popup-product .popup-close {
  background: #0093c9;
}

.popup-xgeva.popup-product .popup-content {
  border: 3px solid #f26649;
}
.popup-xgeva.popup-product .popup-close {
  background: #f26649;
}

.splash-title {
  margin-bottom: 0;
  color: #fefefe;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.splash-title {
  font-size: 52px;
}
@media screen and (min-width: 320px) {
  .splash-title {
    font-size: calc(52px + 93 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .splash-title {
    font-size: 145px;
  }
}
@media (min-width: 900px) {
  .splash-title {
    font-size: 7rem;
  }
}

.splash-title-2 {
  margin-bottom: 0;
  color: #fefefe;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.splash-title-2 {
  font-size: 52px;
}
@media screen and (min-width: 320px) {
  .splash-title-2 {
    font-size: calc(52px + 38 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .splash-title-2 {
    font-size: 90px;
  }
}
@media only screen and (max-height: 820px) {
  .splash-title-2 {
    padding-top: 10px !important;
  }
}
@media only screen and (max-height: 690px) {
  .splash-title-2 {
    padding-top: 60px !important;
  }
}
@media only screen and (max-height: 600px) {
  .splash-title-2 {
    padding-top: 90px !important;
    font-size: 50px;
    line-height: 36px !important;
  }
}
@media only screen and (max-height: 560px) {
  .splash-title-2 {
    font-size: 40px;
    line-height: 26px !important;
  }
}

p.splash-intro {
  margin-bottom: 1.875rem;
}
@media (min-width: 900px) {
  p.splash-intro {
    margin-bottom: 3.125rem;
  }
}

.slide-title {
  margin-bottom: 0;
  color: #fefefe;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.slide-title {
  font-size: 45px;
}
@media screen and (min-width: 320px) {
  .slide-title {
    font-size: calc(45px + 100 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .slide-title {
    font-size: 145px;
  }
}

.page-title {
  color: #fefefe;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.page-title {
  font-size: 52px;
}
@media screen and (min-width: 320px) {
  .page-title {
    font-size: calc(52px + 68 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .page-title {
    font-size: 120px;
  }
}

.page-title2 {
  color: #fefefe;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.page-title2 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .page-title2 {
    font-size: calc(30px + 68 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .page-title2 {
    font-size: 98px;
  }
}

.page-title3 {
  color: #fefefe;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
.page-title3 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .page-title3 {
    font-size: calc(30px + 60 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .page-title3 {
    font-size: 90px;
  }
}
@media (min-width: 900px) {
  .page-title3 {
    font-size: 7rem;
  }
}

.page-title4 {
  color: #fefefe;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
.page-title4 {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  .page-title4 {
    font-size: calc(30px + 60 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .page-title4 {
    font-size: 90px;
  }
}
@media (min-width: 900px) {
  .page-title4 {
    font-size: 5.9375rem;
  }
}

.page-subtitle {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.title-tableHeader {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.625rem;
  display: inline-block;
  padding-bottom: 5px;
}

.title-table {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.125rem;
  border-top: 2px solid #000;
  padding-top: 12px;
}
.title-table.no-border {
  border-top: none !important;
}

.h-colorWhite .title-table {
  border-top: 2px solid #fefefe;
}

.tilte-contentHeader {
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 400;
}
@media (min-width: 900px) {
  .tilte-contentHeader {
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-weight: 400;
  }
}

.title-trials {
  margin-top: 1rem;
  margin-bottom: 6px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.title-trials {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .title-trials {
    font-size: calc(20px + 12 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  .title-trials {
    font-size: 32px;
  }
}

.title-malignancy {
  font-size: 1.875rem;
  line-height: 1.875rem;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 14px;
  min-height: 75px;
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.resources-titleMain {
  color: #fefefe;
  border-bottom: 1px #fefefe solid;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .resources-titleMain {
    font-size: 1.5rem;
    text-align: center;
  }
}

.resources-titleSecondary {
  color: #fefefe;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .resources-titleSecondary {
    font-size: 1rem;
    text-align: center;
  }
}

.bite-title {
  font-size: 2.0625rem;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .bite-title {
    font-size: 3.125rem;
  }
}

.bite-title-sub {
  font-size: 1.5rem;
  line-height: 1.25;
}

.bite-intro {
  font-size: 1.3125rem;
  margin-bottom: 9rem;
}
@media (min-width: 768px) {
  .bite-intro {
    margin-bottom: 12rem;
  }
}
@media (min-width: 900px) {
  .bite-intro {
    font-size: 2rem;
    margin-bottom: 16rem;
  }
}
@media (min-width: 1400px) {
  .bite-intro {
    margin-bottom: 20rem;
  }
}

.scroll {
  width: 46px;
  height: 30px;
  background: url(../img/content-images/home/scroll.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -24px;
  z-index: 5;
  display: block;
  cursor: pointer;
}

.paginationjs {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paginationjs-item {
  margin: 1px;
}
.paginationjs-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.75rem;
  line-height: 1;
  color: #33cccc;
}
.paginationjs-page:hover {
  color: #fefefe;
  text-decoration: none;
}
.paginationjs-page.is-disabled {
  pointer-events: none;
  color: #D5DADE;
}
.paginationjs-page.is-current {
  pointer-events: none;
  color: #334A71;
}
.paginationjs-prev, .paginationjs-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  line-height: 1;
  color: #33cccc;
}
.paginationjs-prev:before, .paginationjs-next:before {
  display: inline-block;
}
.paginationjs-prev:before {
  content: "<";
  margin-right: 0.5rem;
}
.paginationjs-next:before {
  content: ">";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0.5rem;
}
.paginationjs .is-disabled {
  color: #576470;
}

.searchResult {
  color: #334A71;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #334A71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.searchResult-heading {
  font-weight: 700;
  font-size: inherit;
}
.searchResult-link {
  color: #33cccc;
}

.pageMainSearch {
  background-color: #164fac;
  padding: 0.25rem 1rem;
  text-align: right;
}
.pageMainSearch-input {
  width: 335px;
  border-width: 0;
  border-radius: 4px;
  height: 30px;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 475.084 475.084' style='enable-background:new 0 0 475.084 475.084;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3c/g%3e%3cpath class='active-path' d='M464.524,412.846l-97.929-97.925c23.6-34.068,35.406-72.047,35.406-113.917c0-27.218-5.284-53.249-15.852-78.087 c-10.561-24.842-24.838-46.254-42.825-64.241c-17.987-17.987-39.396-32.264-64.233-42.826 C254.246,5.285,228.217,0.003,200.999,0.003c-27.216,0-53.247,5.282-78.085,15.847C98.072,26.412,76.66,40.689,58.673,58.676 c-17.989,17.987-32.264,39.403-42.827,64.241C5.282,147.758,0,173.786,0,201.004c0,27.216,5.282,53.238,15.846,78.083 c10.562,24.838,24.838,46.247,42.827,64.234c17.987,17.993,39.403,32.264,64.241,42.832c24.841,10.563,50.869,15.844,78.085,15.844 c41.879,0,79.852-11.807,113.922-35.405l97.929,97.641c6.852,7.231,15.406,10.849,25.693,10.849 c9.897,0,18.467-3.617,25.694-10.849c7.23-7.23,10.848-15.796,10.848-25.693C475.088,428.458,471.567,419.889,464.524,412.846z M291.363,291.358c-25.029,25.033-55.148,37.549-90.364,37.549c-35.21,0-65.329-12.519-90.36-37.549 c-25.031-25.029-37.546-55.144-37.546-90.36c0-35.21,12.518-65.334,37.546-90.36c25.026-25.032,55.15-37.546,90.36-37.546 c35.212,0,65.331,12.519,90.364,37.546c25.033,25.026,37.548,55.15,37.548,90.36C328.911,236.214,316.392,266.329,291.363,291.358z ' data-original='%23000000' data-old_color='%23000000' fill='%23164fac'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/*CCPA cookiesbot styles here*/
#CybotCookiebotDialog {
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0px !important;
  padding: 18px !important;
  max-width: 595px !important;
  top: 6% !important;
  overflow-y: auto !important;
  max-height: 75% !important;
  text-transform: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 20px !important;
}

#CybotCookiebotDialog::-webkit-scrollbar {
  width: 11px !important;
  border-radius: 6.5px !important;
  background-color: rgba(216, 216, 216, 0.51) !important;
}

#CybotCookiebotDialog::-webkit-scrollbar-track {
  border-radius: 6.5px !important;
}

#CybotCookiebotDialog::-webkit-scrollbar-thumb {
  border-radius: 6.5px !important;
  background-color: rgba(186, 186, 186, 0.93) !important;
}

#CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogBodyButtonAccept {
  padding-top: 12px !important;
  height: 30px !important;
  font-size: 1.5em !important;
  width: 120px !important;
  border-radius: 2px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
}

#CybotCookiebotDialogBodyButtons {
  float: right;
}

#CybotCookiebotDialogBodyButtonDetails.CybotCookiebotDialogBodyLink {
  font-size: 1.1em !important;
  position: absolute;
  left: 5%;
  font-family: "Roboto", sans-serif !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
  padding: 7px 19px 0 0 !important;
}

#CybotCookiebotDialogBodyContentText {
  margin-bottom: 30px !important;
  font-family: "Roboto", sans-serif !important;
  line-height: 1.4 !important;
  font-size: 1em !important;
  color: dimgray !important;
}

.CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
  width: 120px;
  border-radius: 2px;
}

#CybotCookiebotDialogBodyContentTitle {
  font-size: 1.3em !important;
  color: dimgray !important;
  text-transform: capitalize !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, #CybotCookiebotDialogBodyLevelDetailsButton {
  background-image: none !important;
  margin-top: 14px !important;
}

#CybotCookiebotDialogBodyButtonDecline {
  background-color: #c0c0c0 !important;
  border: 1px solid #c0c0c0 !important;
}

#CybotCookiebotDialogBodyButtonDetails.CybotCookiebotDialogBodyLink {
  color: #0063C3 !important;
  font-size: 1.1em !important;
  text-decoration: underline !important;
}

#CybotCookiebotDialogBodyButtonAccept {
  background-color: #0063C3 !important;
  border: 1px solid #0063C3 !important;
}

.CybotCookiebotDialogBodyLevelDetailsButtonExpanded, .CybotCookiebotDialogBodyLinkExpanded {
  background-image: none !important;
}

#CybotCookiebotDialogBodyButtons a, #CybotCookiebotDialogBodyButtons a:hover {
  letter-spacing: 0.07em !important;
}

a#CybotCookiebotDialogBodyButtonDetails {
  visibility: hidden !important;
}

a#CybotCookiebotDialogBodyButtonDetails:after {
  visibility: visible !important;
  content: "Settings" !important;
  font-size: 1.4em !important;
  color: #0063C3 !important;
  position: absolute !important;
  left: 0px !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
}

#CybotCookiebotDialogDetailBodyContentTabsOverview, #CybotCookiebotDialogDetailBodyContentTabsAbout {
  padding-left: 10px !important;
}

#CybotCookiebotDialog br, #CybotCookiebotDialog div, #CybotCookiebotDialog td {
  line-height: 1.4 !important;
}

a.CybotCookiebotDialogBodyButton:hover, a.CybotCookiebotDialogBodyLink:hover {
  opacity: 0.7 !important;
}

#CybotCookiebotDialogDetailBodyContentTextAbout, #CybotCookiebotDialogDetailBodyContentTextIAB, #CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails {
  font-size: 1em !important;
}

#CybotCookiebotDialogBodyContentText p {
  margin-bottom: 7px !important;
  font-size: 1em !important;
  line-height: 1.4 !important;
  font-family: inherit !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  word-break: break-word !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable {
  border: 0px !important;
}

#CybotCookiebotDialogBodyContentText p a {
  font-weight: bold !important;
}

#CybotCookiebotDialogDetailBody {
  padding-left: 5px !important;
}

#CybotCookiebotDialogDetailBodyContentTextAbout p {
  font-size: 1em !important;
  margin-bottom: 7px !important;
  font-family: inherit !important;
  color: #686666 !important;
  line-height: 1.4 !important;
}

#CybotCookiebotDialogDetailBodyContentCookieTabsNecessary .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  color: #686666 !important;
}

#CybotCookiebotDialog div:first-child[style] {
  display: none;
}

#CybotCookiebotDialogBody {
  width: 596px !important;
}

#CybotCookiebotDialogDetailFooter a {
  font-size: 1em !important;
}

#CybotCookiebotDialogDetailTableNecessary td a[target=_blank]:after {
  background-image: none !important;
}

#CybotCookiebotDialogDetailBody a[target=_blank]:after {
  background-image: none !important;
}

a#CybotCookiebotDialogDetailBodyContentTabsAbout:focus {
  outline: none !important;
}

a#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified:focus {
  outline: none !important;
}

div#CybotCookiebotDialogDetailBodyContentCookieContainerTypes a:focus {
  outline: none !important;
}

a#CybotCookiebotDialogDetailBodyContentTabsOverview:focus {
  outline: none !important;
}

#CybotCookiebotDialog table tr {
  border-bottom: 0px !important;
}

#CybotCookiebotDialogDetailTableNecessary td a {
  text-decoration: underline !important;
}

#CybotCookiebotDialogDetailFooter a {
  text-decoration: underline !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
  font-size: 12px !important;
}

#CybotCookiebotDialog table tr:nth-of-type(even) {
  background: #fff !important;
}

#CybotCookiebotDialogDetailBodyContentTextAbout {
  padding-top: 10px !important;
}

#CybotCookiebotDialogDetailBodyContentTextAbout p a {
  text-decoration: underline !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td, .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
  font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
}

/*ccpa mobile styles starts*/
@media screen and (max-width: 767px) {
  #CybotCookiebotDialogBodyContent, #CybotCookiebotDialogBody {
    width: auto !important;
  }

  #CybotCookiebotDialogBodyUnderlay {
    position: fixed !important;
  }

  #CybotCookiebotDialogBodyButtonDetails {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
    padding: 7px 7px 0 0 !important;
  }

  #CybotCookiebotDialogBody {
    width: 100% !important;
  }

  #CybotCookiebotDialogDetailBody {
    padding-left: 10px !important;
  }

  #CybotCookiebotDialogBodyButtons {
    float: none;
  }

  #CybotCookiebotDialogBodyButtonDetails.CybotCookiebotDialogBodyLink {
    position: static;
    left: 0;
    color: #0063C3 !important;
    font-size: 1em !important;
    text-decoration: underline !important;
  }

  #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogBodyButtonAccept {
    width: 100% !important;
  }

  #CybotCookiebotDialogBodyButtons {
    float: none;
  }

  #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, #CybotCookiebotDialogBodyLevelDetailsButton {
    background-position: 65% 80% !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 1.4em !important;
    background-image: none !important;
    margin-top: 15px !important;
  }

  #CybotCookiebotDialog {
    -webkit-transform-origin: 31% 20% !important;
            transform-origin: 31% 20% !important;
  }

  a#CybotCookiebotDialogBodyButtonDetails:after {
    margin-left: 26px;
    font-size: 1.325em !important;
    text-decoration: none !important;
    display: block;
    clear: both;
    position: relative !important;
    bottom: 10px;
  }

  #CybotCookiebotDialog {
    overflow-y: auto !important;
    -webkit-transform: scale(0.84) !important;
            transform: scale(0.84) !important;
    max-height: 95% !important;
    display: block;
    width: 98% !important;
    top: 7% !important;
    margin-top: 0px !important;
  }

  #CybotCookiebotDialog::-webkit-scrollbar {
    width: 11px !important;
    border-radius: 6.5px !important;
    background-color: rgba(216, 216, 216, 0.51) !important;
  }

  #CybotCookiebotDialog::-webkit-scrollbar-track {
    border-radius: 6.5px !important;
  }

  #CybotCookiebotDialog::-webkit-scrollbar-thumb {
    border-radius: 6.5px !important;
    background-color: rgba(186, 186, 186, 0.93) !important;
  }

  #CybotCookiebotDialogBodyContentText {
    font-size: 1.185em !important;
  }

  #CybotCookiebotDialogDetailBody {
    margin-top: 10px !important;
  }

  #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogBodyButtonAccept {
    padding-top: 15px !important;
    height: 35px !important;
    font-size: 1.7em !important;
    border-radius: 2px;
  }

  #CybotCookiebotDialogBodyContentText {
    margin-bottom: 20px !important;
  }

  #CybotCookiebotDialogDetailBodyContentTabs a {
    font-size: 1.4em !important;
  }

  #CybotCookiebotDialogDetailBodyContent a, #CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails, #CybotCookiebotDialogDetailBodyContentTextAbout, #CybotCookiebotDialogDetailBodyContentTextIAB {
    font-size: 1em !important;
  }
}
/*ccpa mobile styles ends*/
/*firefox mobile browser*/
@-moz-document url-prefix() {
  @media screen and (max-width: 767px) {
    #CybotCookiebotDialogBodyButtons {
      padding-left: 0px !important;
    }

    #CybotCookiebotDialogBodyButtons a {
      padding-left: 0px !important;
    }
  }
}
/*For IE Browser styles */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  a#CybotCookiebotDialogBodyButtonDetails:after {
    content: "Settings" !important;
    font-size: 1.4em !important;
    color: #0063C3 !important;
    position: absolute !important;
    top: 0px !important;
    right: 16px !important;
    bottom: 0px !important;
    background: #ffffff !important;
    text-decoration: underline !important;
  }

  a#CybotCookiebotDialogBodyButtonDetails {
    visibility: visible !important;
  }

  .CybotCookiebotDialogBodyLink#CybotCookiebotDialogBodyButtonDetails {
    font-size: 0.85em !important;
    font-weight: 400 !important;
  }

  tbody td {
    word-break: break-word !important;
    -ms-word-break: break-all !important;
  }

  #CybotCookiebotDialog {
    width: 600px !important;
  }
}
.logoList-logo {
  display: block;
  min-height: 112px;
  text-align: 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;
}
@media (min-width: 768px) {
  .logoList-logo {
    min-height: 122px;
  }
}
@media (min-width: 992px) {
  .logoList-logo {
    min-height: 132px;
  }
}

.logoList-image {
  max-width: 110px;
}
@media (min-width: 576px) {
  .logoList-image {
    max-width: 140px;
  }
}
@media (min-width: 768px) {
  .logoList-image {
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .logoList-image {
    max-width: 180px;
  }
}

/*
* We define our styleguide specific variables here as we can't anticipate the build structure for any
* given project.
* So anything core to the styleguide is encapsulated here while all of the content and examples should
* inherit from the project stylesheets/variables, etc.
*
* !!!!!! Do not style anything globally here like headings, paragraphs, etc. We want all of those things
* to inherit into the examples
*/
.sg-colorGray {
  color: #959595;
}
.sg-colorGray a {
  color: inherit;
  text-decoration: underline;
}

.sg-colorGrayLight {
  color: #cacaca;
}
.sg-colorGrayLight a {
  color: inherit;
  text-decoration: underline;
}

.sg-colorGrayLighter {
  color: #f5f5f5;
}
.sg-colorGrayLighter a {
  color: inherit;
  text-decoration: underline;
}

.sg-colorGrayLightest {
  color: #fafafa;
}
.sg-colorGrayLightest a {
  color: inherit;
  text-decoration: underline;
}

.sg-colorGrayDark {
  color: #707070;
}
.sg-colorGrayDark a {
  color: inherit;
  text-decoration: underline;
}

.sg-colorGrayDarker {
  color: #616161;
}
.sg-colorGrayDarker a {
  color: inherit;
  text-decoration: underline;
}

.sg-colorSuccess {
  color: #42be2a;
}
.sg-colorSuccess a {
  color: inherit;
  text-decoration: underline;
}

.sg-colorInfo {
  color: #5bc0de;
}
.sg-colorInfo a {
  color: inherit;
  text-decoration: underline;
}

.sg-colorWarning {
  color: #f9b106;
}
.sg-colorWarning a {
  color: inherit;
  text-decoration: underline;
}

.sg-colorDanger {
  color: #e31836;
}
.sg-colorDanger a {
  color: inherit;
  text-decoration: underline;
}

[class*=sg-icon]:before {
  display: inline-block;
  font-family: "Operator Mono SSm A", "Operator Mono SSm B", "Source Code Pro", Menlo, Consolas, Monaco, monospace;
  font-weight: bold;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.4em;
  width: calc(.7em + 10px);
  height: calc(.7em + 10px);
  line-height: 0.7em;
  border: 2px solid;
  text-align: center;
  border-radius: 50%;
  padding: 3px;
  vertical-align: 0.05em;
}

.sg-iconInfo:before {
  content: "i";
}

.sg-iconAttention:before {
  content: "!";
}

.sg {
  max-width: 1200px !important;
  margin-top: 0 !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  padding-right: 26px !important;
  padding-left: 26px !important;
  background: transparent !important;
}

.sg-topLink {
  background: rgba(67, 67, 67, 0.5);
  padding: 8px;
  position: fixed;
  top: 50%;
  right: 0;
  color: #ffffff;
  text-align: center;
  margin-top: -23px;
  text-decoration: none;
  border-radius: 2px 0 0 2px;
}
.sg-topLink:before {
  content: "↑";
  display: block;
  padding: 5px 8px;
}
.sg-topLink:after {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  height: 0;
  content: "";
  border-top: 1px dotted #ffffff;
  opacity: 0.75;
}
.sg-topLink:hover, .sg-topLink:active, .sg-topLink:focus {
  color: #ffffff;
  text-decoration: none;
  background: #434343;
}

.sg-header {
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  height: 50px;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
[class*=js-headerFixed] .sg-header {
  position: fixed;
  left: 0;
  right: 0;
}
.js-headerFixed--up .sg-header {
  top: -50px;
}
.js-headerFixed--down .sg-header, .js-navActive .sg-header {
  top: 0;
  background: rgba(0, 0, 0, 0.75);
}

.sg-headerTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
}

.sg-navToggle {
  z-index: 10;
  cursor: pointer;
  padding-right: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.15);
}
.sg-navToggle .sg-navIcon {
  width: 26px;
  height: 26px;
  position: relative;
  margin: 0 auto;
}
.sg-navToggle .sg-navPatty {
  position: absolute;
  left: 0;
  width: 26px;
  height: 3px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.67, 0.6, 1.3);
  transition: all 300ms cubic-bezier(0.17, 0.67, 0.6, 1.3);
  background: #f5f5f5;
}
.sg-navToggle .sg-navPatty:nth-child(1) {
  top: 6px;
  left: -15px;
  opacity: 0;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.sg-navToggle .sg-navPatty:nth-child(2) {
  top: 12px;
  left: -15px;
  opacity: 0;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.sg-navToggle .sg-navPatty:nth-child(3) {
  top: 18px;
  left: -15px;
  opacity: 0;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.sg-navToggle .sg-navPatty:nth-child(4) {
  top: 6px;
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.sg-navToggle .sg-navPatty:nth-child(5) {
  top: 12px;
  opacity: 1;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.sg-navToggle .sg-navPatty:nth-child(6) {
  top: 18px;
  opacity: 1;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.sg-navToggle:hover {
  background: rgba(255, 255, 255, 0.25);
}
.sg-navToggle:hover .sg-navPatty {
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
}
.sg-navToggle:hover .sg-navPatty:nth-child(1) {
  opacity: 1;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.sg-navToggle:hover .sg-navPatty:nth-child(2) {
  opacity: 1;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.sg-navToggle:hover .sg-navPatty:nth-child(3) {
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.sg-navToggle:hover .sg-navPatty:nth-child(4) {
  opacity: 0;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.sg-navToggle:hover .sg-navPatty:nth-child(5) {
  opacity: 0;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.sg-navToggle:hover .sg-navPatty:nth-child(6) {
  opacity: 0;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.sg-navToggle.js-active .sg-navPatty {
  background: #ffffff;
}
.sg-navToggle.js-active .sg-navPatty:nth-child(1) {
  opacity: 1;
  -webkit-transform: rotateZ(45deg) translate(18px, -4px);
          transform: rotateZ(45deg) translate(18px, -4px);
  margin-top: -5px;
}
.sg-navToggle.js-active .sg-navPatty:nth-child(3) {
  opacity: 1;
  -webkit-transform: rotateZ(-45deg) translate(12px, 9px);
          transform: rotateZ(-45deg) translate(12px, 9px);
  margin-top: -5px;
}
.sg-navToggle.js-active .sg-navPatty:nth-child(2), .sg-navToggle.js-active .sg-navPatty:nth-child(4), .sg-navToggle.js-active .sg-navPatty:nth-child(5), .sg-navToggle.js-active .sg-navPatty:nth-child(6) {
  opacity: 0;
}
.sg-navToggle.js-active:hover .sg-navPatty:nth-child(4), .sg-navToggle.js-active:hover .sg-navPatty:nth-child(5), .sg-navToggle.js-active:hover .sg-navPatty:nth-child(6) {
  opacity: 0;
}
.sg-navToggle.js-active.rotating .sg-navToggle {
  -webkit-animation: spin 800ms;
          animation: spin 800ms;
  -webkit-transform-origin: 50% 30%;
          transform-origin: 50% 30%;
}
.sg-navToggle.loading .sg-navPatty {
  opacity: 0 !important;
}
.sg-navToggle.loading .sg-navPatty:nth-child(5) {
  top: -11px;
  opacity: 1 !important;
  background-color: transparent;
  border: 3px solid #f5f5f5;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  -webkit-animation: spin 300ms infinite linear;
          animation: spin 300ms infinite linear;
}

.sg-mainNav {
  font-size: 14px;
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 300px;
  background: #434343;
  z-index: 999;
  padding: 0;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(-300px, 0);
          transform: translate(-300px, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
}
.js-navActive .sg-mainNav {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.sg-mainNav-item {
  position: relative;
}
.sg-mainNav-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid;
  opacity: 0.15;
}

.sg-mainNav-link {
  display: block;
  padding: 16px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.sg-mainNav-link:hover, .sg-mainNav-link:active, .sg-mainNav-link:focus {
  color: #ffffff;
  text-decoration: none;
}

span.sg-mainNav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
span.sg-mainNav-link:after {
  content: "···";
  font-size: 24px;
  font-weight: bold;
  height: 1em;
  width: 1em;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js-subActive span.sg-mainNav-link:after {
  content: "×";
  font-weight: normal;
}

.sg-mainNav-subNav {
  padding-left: 1rem;
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.js-subActive .sg-mainNav-subNav {
  opacity: 1;
  max-height: 1000px;
}

.sg-mainNav-subLink {
  color: #ffffff;
  padding: 16px;
  display: block;
}
.sg-mainNav-subLink:hover, .sg-mainNav-subLink:active, .sg-mainNav-subLink:focus {
  color: #ffffff;
  text-decoration: none;
}

.sg-pageMask {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
}
.js-navActive .sg-pageMask {
  opacity: 1;
  visibility: visible;
}

.sg-color,
.sg-size,
.sg-fontFam,
.sg-bgColor,
.sg-fontWeight {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
h1 .sg-color, h2 .sg-color, h3 .sg-color, h4 .sg-color, h5 .sg-color, h6 .sg-color,
h1 .sg-size,
h2 .sg-size,
h3 .sg-size,
h4 .sg-size,
h5 .sg-size,
h6 .sg-size,
h1 .sg-fontFam,
h2 .sg-fontFam,
h3 .sg-fontFam,
h4 .sg-fontFam,
h5 .sg-fontFam,
h6 .sg-fontFam,
h1 .sg-bgColor,
h2 .sg-bgColor,
h3 .sg-bgColor,
h4 .sg-bgColor,
h5 .sg-bgColor,
h6 .sg-bgColor,
h1 .sg-fontWeight,
h2 .sg-fontWeight,
h3 .sg-fontWeight,
h4 .sg-fontWeight,
h5 .sg-fontWeight,
h6 .sg-fontWeight {
  display: block;
  font-size: 14px;
  color: #959595;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
h1 .sg-color:before, h2 .sg-color:before, h3 .sg-color:before, h4 .sg-color:before, h5 .sg-color:before, h6 .sg-color:before,
h1 .sg-size:before,
h2 .sg-size:before,
h3 .sg-size:before,
h4 .sg-size:before,
h5 .sg-size:before,
h6 .sg-size:before,
h1 .sg-fontFam:before,
h2 .sg-fontFam:before,
h3 .sg-fontFam:before,
h4 .sg-fontFam:before,
h5 .sg-fontFam:before,
h6 .sg-fontFam:before,
h1 .sg-bgColor:before,
h2 .sg-bgColor:before,
h3 .sg-bgColor:before,
h4 .sg-bgColor:before,
h5 .sg-bgColor:before,
h6 .sg-bgColor:before,
h1 .sg-fontWeight:before,
h2 .sg-fontWeight:before,
h3 .sg-fontWeight:before,
h4 .sg-fontWeight:before,
h5 .sg-fontWeight:before,
h6 .sg-fontWeight:before {
  content: "-  ";
}

.sg-styleSection {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 4px solid #f5f5f5;
}
.sg-styleSection:last-of-type {
  border-bottom: 0;
}

.sg-styleSectionTitle {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .sg-styleSectionTitle {
    position: relative;
  }
  .sg-styleSectionTitle:before {
    content: "";
    border-bottom: 5px solid #f5f5f5;
    width: 3000px;
    height: 1px;
    display: block;
    position: absolute;
    top: 17px;
    right: 103%;
  }
  .sg-styleSectionTitle:after {
    content: "";
    background: #f5f5f5;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 9px;
    right: 102%;
    border-radius: 50%;
  }
}

.sg-subHeading {
  margin-bottom: 4rem;
}

.sg-example {
  margin-bottom: 3rem;
  border: 2px solid #f5f5f5;
  padding: 1rem;
}
.sg-example .sg-code {
  margin-top: 1rem;
  margin-right: -1rem;
  margin-bottom: -1rem !important;
  margin-left: -1rem;
}

.sg-exampleSummary {
  font-size: 13px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
  position: relative;
  opacity: 0.7;
}
.sg-exampleSummary:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 4px solid;
  opacity: 0.25;
}
.sg-exampleSummary:first-of-type {
  margin-top: 0;
}

pre.sg-code {
  font-family: "Operator Mono SSm A", "Operator Mono SSm B", "Source Code Pro", Menlo, Consolas, Monaco, monospace;
  border-radius: 0;
  border: 2px solid #f5f5f5;
  margin-bottom: 3rem;
  font-size: 13px;
  position: relative;
  display: block;
  overflow: auto;
  padding: 30px 10px 10px 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.75;
  color: #707070;
  background: #f5f5f5;
}
pre.sg-code:before {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 4px;
  left: 2px;
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: attr(rel);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff;
}

.i-code {
  display: none;
}

.demo-icon {
  font-size: 0;
  padding-top: 0.25rem;
  padding-right: 0.5rem;
}
.demo-icon:before {
  font-size: 16px;
  margin-right: 0;
}

.sg-iconItem {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sg-styleguide-colorList {
  font-size: 14px;
  list-style: none;
  padding: 0;
  text-align: center;
}
.sg-styleguide-colorList li {
  padding: 1rem 0.5rem;
  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;
}
.sg-styleguide-colorList li:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 768px) {
  .sg-styleguide-colorList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sg-styleguide-colorList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sg-styleguide-colorList li span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
  }
  .sg-styleguide-colorList li:after {
    width: 100%;
    padding-bottom: 100%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0.5rem;
  }
  .sg-styleguide-colorList li[class*="500"] {
    font-weight: bold;
  }
  .sg-styleguide-colorList li[class*="500"] span {
    color: #707070;
  }
  .sg-styleguide-colorList li[class*="500"]:before {
    content: "";
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #707070;
    margin-top: -10px;
  }
}

.sg-blockList {
  padding: 0;
  position: relative;
}
.sg-blockList ul, .sg-blockList ol {
  margin-bottom: 1rem;
}
.sg-blockList:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  border-top: 1px solid;
  opacity: 0.1;
}
.sg-blockList li {
  display: block;
  position: relative;
  padding: 9px 6px;
}
.sg-blockList li:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  border-bottom: 1px solid;
  opacity: 0.1;
}

.sg-hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #f5f5f5;
}

.sg-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

[class*=sg-col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .sg-col-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .sg-col-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .sg-col-third {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .sg-col-fourth {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.sg-p-1 {
  padding: 1rem;
}

.sg-p-2 {
  padding: 2rem;
}

.sg-p-3 {
  padding: 3rem;
}

.sg-p-4 {
  padding: 4rem;
}

.sg-p-5 {
  padding: 5rem;
}

.bg-bite-mobile {
  width: 100%;
  height: 100%;
}

.fw-nine {
  font-weight: 900;
}

.bite-slide-update h1.slide-title-3 {
  margin-bottom: 0;
}

.bite-slide-update .slide-intro-3 {
  line-height: 1;
}

.btn-cyan {
  background-color: #43AA8C;
}

.amgcodebreakico {
  opacity: 1;
  width: 100px;
  float: right;
}

@media (max-width: 899px) {
  .amgcodebreakico {
    display: none;
  }
}
@media (min-width: 768px) {
  .bite-slide-update .slide-intro-4 {
    margin-top: 150px;
  }
}
@media (min-width: 900px) {
  .bg--bite-main {
    background-size: 170%;
  }

  .bite-intro {
    margin-bottom: 20rem;
  }

  .bite-slide-update .slide-intro-4 {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .bite-slide-update .slide-intro-4 {
    margin-top: 60px;
  }
}
@media (min-width: 1400px) {
  .bite-intro {
    margin-bottom: 24rem;
  }

  .bite-slide-update .slide-intro-4 {
    margin-top: 60px;
  }
}
.bg--bite-main {
  background-size: cover;
}

@media (max-width: 549px) {
  .slide-title-3 {
    margin-top: -60px;
  }

  .slide-intro-4 {
    padding-top: 100px;
  }
}
@media (min-width: 550px) and (max-width: 899px) {
  .bg--bite-main {
    background-size: cover;
    background-image: url(/img/template-images/BiTE_Main.jpg);
    background-position: center 100%;
  }

  .bite-intro {
    margin-bottom: 8rem;
  }

  .bite-title-sub {
    margin-top: 0rem;
  }

  .bite-slide-update h1.slide-title-3 {
    margin-top: -12rem;
  }

  .slide-intro-4 {
    padding-top: 130px;
  }

  .hide-medium {
    display: none;
  }
}
@media (min-width: 550px) and (max-width: 749px) {
  .bite-title {
    margin-top: 2rem;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .bg--bite-main {
    background-size: cover;
    background-image: url(/img/template-images/BiTE_Main.jpg);
    background-position: center center;
  }

  .bite-intro {
    margin-bottom: 16rem;
  }
}
@media (min-width: 550px) and (max-width: 899px) and (orientation: landscape) {
  #bitevideo1 {
    display: none !important;
  }

  #bitevideo2 {
    display: block !important;
  }

  .slide-intro-4 {
    padding-top: 0px;
    margin-top: 0 !important;
    margin-bottom: 30px;
  }

  .bite-slide-update h1.slide-title-3 {
    margin-top: 0rem;
  }
}
img.amgcodebreakico {
  cursor: auto !important;
}

@media (max-width: 1200px) {
  .hideblock {
    display: none;
  }
}