@import url('//fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
@import url('//fonts.googleapis.com/css?family=Merriweather:300');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@400;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');
@import url('//fonts.googleapis.com/icon?family=Material+Icons');

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #053661;
  --gray-dark: #343a40;
  --primary: #085055;
  --secondary: #053661;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  /*! DEFAULT
  * --breakpoint-xs: 0;
  * --breakpoint-sm: 576px;
  * --breakpoint-md: 768px;
  * --breakpoint-lg: 992px;
  * --breakpoint-xl: 1200px;
  */
  --breakpoint-xs: 0;
  --breakpoint-sm: 0; /* mobile */
  --breakpoint-md: 600px; /* tablet */
  --breakpoint-lg: 840px; /* desktop */
  --breakpoint-xl: 1280px; /* widescreen */
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #108188;
  text-decoration: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif ;
}

a:hover {
  color: #108188;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #053661;
  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;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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"] {
  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: .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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #053661;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #053661;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 0px) {
  .container {
    /* 93.375% ratio */
    max-width: 540px;
  }
}

@media (min-width: 600px) {
  .container {
    /* 93.375% ratio */
    max-width: 560px;
  }
}

@media (min-width: 840px) {
  .container {
    /* 96.77% ratio */
    max-width: 812px;
  }
}

@media (min-width: 1280px) {
  .container {
    /* 95% ratio */
    max-width: 1216px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 0px) {
  .container, .container-sm {
    max-width: 540px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 600px) {
  .container, .container-sm, .container-md {
    max-width: 560px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 840px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 812px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1216px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.row {
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 0px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 600px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 840px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.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: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.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: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #053661;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #053661;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #053661;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #053661;
  opacity: 1;
}

.form-control::placeholder {
  color: #053661;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #053661;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 0px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #085055;
  border-color: #085055;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #085055;
  border-color: #085055;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #053661;
  border-color: #053661;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #053661;
  border-color: #053661;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #085055;
  border-color: #085055;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #085055;
  border-color: #085055;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #085055;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #085055;
  border-color: #085055;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #053661;
  border-color: #053661;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #053661;
  border-color: #053661;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #053661;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #053661;
  border-color: #053661;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #085055;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #053661;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  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;
}

.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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 0px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 600px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 840px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.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: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #085055;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #053661;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #053661;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #085055;
  background-color: #085055;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #053661;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #085055;
  background-color: #085055;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #053661;
  background-color: #e9ecef;
}

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #085055;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #085055;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #085055;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #053661;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #053661;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #085055;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

/*old value: 575.98px */
@media (max-width: 599px) { /
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 0px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

/*old value: 767.98px */
@media (max-width: 992px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

/*old value: 600px */
@media (min-width: 600px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

/*old value: 991.98px */
@media (max-width: 1279px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

/*old value: 840px then 993px */
@media (min-width: 1280px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

/*old value: 1199.98px */
@media (max-width: 1279px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

/*old value: 1280px */
@media (min-width: 1280px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 0px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #053661;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #053661;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #085055;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #085055;
  border-color: #085055;
}

.page-item.disabled .page-link {
  color: #053661;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #085055;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #053661;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}

@media (min-width: 0px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #085055;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #053661;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #085055;
  border-color: #085055;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 0px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 600px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 840px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #053661;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 0px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 840px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1216px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #085055 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #053661 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #085055 !important;
}

.border-secondary {
  border-color: #053661 !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: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 0px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 600px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 840px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !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.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -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;
  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;
  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;
  align-self: stretch !important;
}

@media (min-width: 0px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 600px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 840px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
    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;
    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;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 0px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 600px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 840px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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: 0px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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: 600px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 840px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 1280px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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: 0px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 600px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 840px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #085055 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #053661 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #053661 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    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;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 840px !important;
  }
  .container {
    min-width: 840px !important;
  }
  .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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */


@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans:300,400,600,700');
html {
  position: relative;
  min-height: 100%;
}
body {
  height: 100%;
}
.pub .loggedout {
  display: list-item;
}
.priv .loggedin {
  display: list-item;
}
.priv .login-menu #ria-dashboard {
  padding: 4px 6px;
  background-color: #8dc63f;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  color: white;
  float: left;
  display: block;
  margin-top: 9px;
}
.priv .login-menu .separator {
  display: none;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  /*background-color: #FBFBFB;*/
}
body #to-top {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 1px;
  color: #0062A6;
  background-color: transparent;
}
#impersonate-message {
  text-align: center;
  /* padding: .25em; */
  background-color: #E09434;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
h6,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
h1,
.h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  color: #053661;
}
h2,
.h2 {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}
h3,
.h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
h4,
.h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 600px) {
  h1,
  .h1 {
    font-size: 45px;
  }
  h2,
  .h2 {
    font-size: 35px;
  }
  h3,
  .h3 {
    font-size: 35px;
  }
  h4,
  .h4 {
    font-size: 26px;
  }
}
.disclosure {
  /*
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  */
  font-family: 'Open Sans', sans-serif;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.cta-text a {
  font-weight: 700;
}
.cta-text.all-text {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn {
  padding-left: 1.9em;
  padding-right: 1.9em;
}
.btn:focus {
  box-shadow: none;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: #eefafb;
  border-color: #eefafb;
  color: #FFFFFF;
  font-weight: bold;
}
.btn-primary.regular {
  line-height: 28px !important;
}
.btn-primary.tall {
  line-height: 36px !important;
}
.btn-primary:hover {
  background-color: #085055;
  border-color: #085055;
}
.btn-primary:active,
.btn-primary:focus {
  background-color: #108188 !important;
  border-color: #108188 !important;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
#mobLogin {
  display: none;
  list-style: none;
}
#mobLogin a {
  color: #212121;
}
#mobLogin a i {
  display: none;
}
p,
.p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.p-alt-16 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  margin-bottom: 1rem;
}
.p-alt-14 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
}
.p-alt-10 {
  font-size: 10px;
}
@media (max-width: 575.98px) {
  p,
  .p {
    font-size: 14px !important;
  }
}
.bg-lt-blue {
  background-color: #e8f2fa;
}
.bg-lt-green {
  background-color: #e8f2fa;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.img-fluid {
  flex-shrink: 0;
}
/*IE 11 fixes streteched images*/
.responsive-image img {
  max-width: 100%;
}
/* all except mobile portrait width */
@media (min-width: 600px) {
  a[href^="tel:"] {
    color: #333333;
    cursor: text;
  }
  a[href^="tel:"]:hover {
    text-decoration: none;
  }
}
/* mobile portrait width */
@media (max-width: 600px) {
  #to-top {
    display: none;
  }
  #to-top.show {
    display: none;
    visibility: hidden;
  }
}
/** RIA Desktop Top Nav **/
#riaheader .nav-level .nav-level {
  display: block;
}
#riaheader .top-band .all-sites-drop {
  padding-top: 14px !important;
}
#riaheader .top-band .all-sites-drop:hover {
  text-decoration: none;
}
#riaheader .top-band .all-sites-drop #allSitesDropdownMenu {
  color: #ffffff !important;
  font-size: 14px !important;
}
#riaheader .top-band .all-sites-drop #allSitesDropdownMenu:hover {
  text-decoration: none !important;
}
#riaheader .top-band .all-sites-drop .dropdown-menu.show {
  top: 11px !important;
  text-align: left;
  padding: 20px 0;
  width: max-content;
}
#riaheader .top-band .all-sites-drop .dropdown-menu.show a {
  color: #262626 !important;
  text-align: left;
  font-size: 14px !important;
  display: block;
  padding: 5px 10px;
  margin: 0 5px;
  padding-right: 8px !important;
  line-height: 34px !important;
}
#riaheader .top-band .all-sites-drop .dropdown-menu.show a:hover {
  text-decoration: none !important;
  color: #108188 !important;
}
#riaheader .top-band .topbandTitle {
  margin-left: 20px;
  color: #fff;
  padding-top: 14px;
  font-size: 14px !important;
}
#riaheader .top-band .login-menu > a {
  color: #ffffff !important;
  font-size: 14px !important;
}
#riaheader .top-band .login-menu > a:hover {
  text-decoration: none !important;
}
#riaheader .top-band .login-menu #fp-profile #loginDropdownMenu {
  margin-top: 2px;
}
#riaheader .top-band .login-menu #fp-profile #loginDropdownMenu:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
#riaheader .top-band .login-menu #fp-profile #loginDropdownMenu i {
  padding-right: 8px !important;
  line-height: 34px !important;
}
#riaheader .top-band .login-menu #fp-profile .dropdown-menu.show {
  transform: translate3d(0, 48px, 0px) !important;
}
#riaheader .top-band .login-menu #fp-profile .dropdown-menu.show a {
  color: #262626 !important;
  font-size: 14px !important;
}
#riaheader .top-band .login-menu #fp-profile .dropdown-menu.show a:hover {
  text-decoration: none !important;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item {
  padding-left: 0;
  padding-right: 0;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item a {
  color: #212121 !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: 'Montserrat' !important;
  font-size: 13px !important;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item a:hover {
  color: #108188 !important;
  text-decoration: none !important;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item a span {
  display: block;
  width: 100%;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item a span i {
  position: relative;
  font-size: 11px;
  font-weight: 300;
  top: -2px;
  margin-left: .5em;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item.dropdown.show a {
  color: #108188 !important;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li.dropdown > a {
  font-weight: bold !important;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li .item-link-parent {
  font-weight: bold;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a {
  text-transform: none;
  color: #108188 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  font-family: "Open Sans" !important;
  padding: 0 0 0  21px;
  display: block;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a:hover {
  text-decoration: underline !important;
}
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Introduction"],
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Variable Annuities"],
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Fixed & Fixed Indexed Annuities"],
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Introduction"]:hover,
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Variable Annuities"]:hover,
#riaheader > .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Fixed & Fixed Indexed Annuities"]:hover {
  font-weight: bold !important;
}
/** Mobile Nav **/
@media (max-width: 1279px) {
  #riaheader .top-band {
    display: none;
  }
  #riaheader .container .pl-main-nav .navbar-toggler {
    border: none;
    background: transparent !important;
    outline: none;
    display: block !important;
    margin-left: auto;
    margin-right: -15px;
  }
  #riaheader .container .pl-main-nav .navbar-toggler:hover {
    background: transparent !important;
    outline: none;
  }
  #riaheader .container .pl-main-nav .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    transition: all 0.2s;
    margin-top: 4px;
  }
  #riaheader .container .pl-main-nav .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  #riaheader .container .pl-main-nav .navbar-toggler .middle-bar {
    opacity: 0;
  }
  #riaheader .container .pl-main-nav .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  #riaheader .container .pl-main-nav .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
  #riaheader .container .pl-main-nav .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }
  #riaheader .container .pl-main-nav .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent {
    margin-top: 20px;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent #mobLogin {
    list-style: none;
    color: #262626 !important;
    width: 100%;
    margin-left: -30px;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent #mobLogin::before {
    content: "";
    position: absolute;
    background: #CBD2DA;
    width: 108%;
    height: 1px;
    clear: both;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent #mobLogin a {
    color: #262626 !important;
    font-size: 16px !important;
    line-height: 24px;
    padding: 16px 10px 14px 35px;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent #mobLogin a i {
    margin-bottom: 3px;
    display: inline-block;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent #mobLinks li::before {
    content: "";
    position: absolute;
    left: -10px;
    background: #CBD2DA;
    width: 102%;
    height: 1px;
    clear: both;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent #mobLinks li a {
    display: block;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item.dropdown.show {
    border-top: 1px solid #CBD2DA;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item a {
    color: #262626 !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    padding: 16px 5px 14px 20px;
    display: block;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item a span i {
    float: right;
    margin-top: 0;
    margin-left: 0;
    margin-right: 13px;
    font-size: 20px;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item a:hover {
    color: #262626 !important;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu {
    box-shadow: none;
    width: 100% !important;
    border: none;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li {
    border-bottom: 1px solid #CBD2DA;
    padding-bottom: .5em;
    /** mobile sub child **/
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li:last-child {
    border-bottom: none;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a {
    color: #262626 !important;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: normal !important;
    font-family: "Open Sans", sans-serif;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Introduction"],
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Variable Annuities"],
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Fixed Indexed Annuities"] {
    font-weight: normal !important;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a:hover,
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Introduction"]:hover,
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Variable Annuities"]:hover,
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li a[title="Fixed Indexed Annuities"]:hover {
    font-weight: normal !important;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li.cmp-navigation__item--level-1.dropdown > ul {
    width: 100% !important;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item .dropdown-menu ul li.cmp-navigation__item--level-1.dropdown > ul .cmp-navigation__item--level-2 a {
    padding-left: 60px !important;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item.dropdown.show a {
    color: #262626 !important;
    padding-left: 20px !important;
  }
}
/** top nav - interim sizes **/
@media (min-width: 993px) and (max-width: 1279px) {
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item a {
    padding: 24px 8px;
  }
  #riaheader .container .pl-main-nav #navbarSupportedContent .navbar-nav .nav-item a span i {
    float: none;
    top: -0.2em;
    position: relative;
    left: -0.2em;
  }
}
/** ria footer **/
.footer {
  padding-top: 40px;
}
.footer-nav {
  color: #262626;
  background-color: #F2F2F2;
  max-width: 1216px;
  text-align: center;
  margin: 0 auto;
}
.footer-nav .col-md-4 {
  padding-bottom: 16px;
}
.footer-nav .col-md-4 .col {
  text-align: left;
  padding: 0;
}
.footer-nav .col-md-4 .col p,
.footer-nav .col-md-4 .col a {
  padding: 8px 0;
}
.footer-nav .col-md-4 .col a {
  color: #212121 !important;
  font-size: 16px !important;
}
.footer-nav .col-md-4 .col a:hover {
  color: #212121 !important;
  text-decoration: underline;
}
.footer-nav .mb-md-4,
.footer-nav .my-md-4 {
  margin-bottom: 0 !important;
}
.footer-nav-link-group-title {
  font-weight: 700;
  font-size: 16px !important;
}
.footer-nav-link {
  color: #212121;
}
.bottomnav {
  background-color: #F2F2F2;
}
#footerbase {
  padding-bottom: 40px !important;
}
/** RIA message **/
#fp-message {
  text-align: center;
  background-color: #555;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  padding: 15px;
  z-index: 19999999;
}
#fp-message > a {
  color: #fff !important;
  font-style: normal;
  font-weight: bold !important;
}
#fp-message .remove-btn {
  cursor: pointer;
  float: right;
  margin-right: 5%;
  margin-top: 5px;
  margin-left: 2%;
}
@media (max-width: 1279px) {
  #navAltScrollspy .connectButton {
    margin: 0 auto 10px !important;
    width: 90% !important;
  }
}
/** Footer list component**/
.footer-nav-wrapper h3 {
  font-size: 16px !important;
  line-height: initial !important;
  font-weight: 700 !important;
  text-align: left;
  margin: 0;
  padding: 8px 0;
}
.footer-nav-wrapper a {
  text-decoration: none;
  color: #212121;
  font-size: 16px;
  margin: 0;
  padding: 8px 0;
}
.footer-nav-wrapper a :hover {
  color: #212121;
  text-decoration: underline;
}
/* cmp-text */
.cmp-text li {
  font-weight: 400;
}
/* breadcrumb */
.breadcrumb li a:hover {
  color: #108188 !important;
}

/* var */
/* RIA custom vars */
/* active vars */
/* Tables
---------------------------
*/
.ui-table {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
.ui-table th,
.ui-table td {
  line-height: 1.5em;
  text-align: left;
  padding: .4em .5em;
  vertical-align: top;
}
.ui-table th .ui-btn,
.ui-table td .ui-btn {
  line-height: normal;
}
.ui-table th {
  font-weight: bold;
}
.ui-table caption {
  text-align: left;
  margin-bottom: 1.4em;
  opacity: .5;
}
/* Add strokes between each row */
.table-stroke thead th {
  border-bottom: 1px solid #d6d6d6;
  /* non-RGBA fallback */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-stroke tbody th,
.table-stroke tbody td {
  border-bottom: 1px solid #e6e6e6;
  /* non-RGBA fallback  */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* Add stroke to the header and last item */
.table-stripe thead th,
.table-stripe tbody tr:last-child {
  border-bottom: 1px solid #d6d6d6;
  /* non-RGBA fallback  */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*
 Styles for the table columntoggle mode
*/
/*.ui-table-reflow td .ui-table-cell-label,
.ui-table-reflow th .ui-table-cell-label { 
	display: none;
}*/
/* Begin with the stacked presentation at narrow widths */
@media only all {
  /* Hide the table headers */
  .ui-table-reflow thead td,
  .ui-table-reflow thead th {
    display: none;
  }
  /* Show the table cells as a block level element */
  .ui-table-reflow td,
  .ui-table-reflow th {
    text-align: left;
    display: block;
  }
  /* Add a fair amount of top margin to visually separate each row when stacked */
  .ui-table-reflow tbody th {
    margin-top: 3em;
  }
  /* Make the label elements a percentage width */
  .ui-table-reflow td .ui-table-cell-label,
  .ui-table-reflow th .ui-table-cell-label {
    padding: .4em;
    min-width: 40%;
    display: inline-block;
    margin: -0.4em 1em -0.4em -0.4em;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .ui-table-reflow th .ui-table-cell-label-top,
  .ui-table-reflow td .ui-table-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: normal;
  }
}
/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 980px) {
  /* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */
  .ui-table-reflow.ui-responsive {
    /*display: table-row-group;*/
  }
  /* Show the table header rows */
  .ui-table-reflow.ui-responsive th,
  .ui-table-reflow.ui-responsive tbody th,
  .ui-table-reflow.ui-responsive tbody td,
  .ui-table-reflow.ui-responsive thead td,
  .ui-table-reflow.ui-responsive thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .ui-table-reflow.ui-responsive td .ui-table-cell-label,
  .ui-table-reflow.ui-responsive th .ui-table-cell-label {
    display: none;
  }
}
/* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/
@media (max-width: 35em) {
  .ui-table-reflow.ui-responsive td,
  .ui-table-reflow.ui-responsive th {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
}
/* Witdhdrawal Charges Fee Table */
#wthdrwlChargesFeesTable table th {
  border: none;
  border-bottom: 2px solid black;
  text-align: center;
}
#wthdrwlChargesFeesTable table th.c-year {
  display: none;
}
#wthdrwlChargesFeesTable table td {
  border: none;
  border-bottom: 1px solid black;
}
#wthdrwlChargesFeesTable table .reflowTableCont0 table td {
  border: red 1px solid;
}
@media (max-width: 992px) {
  #wthdrwlChargesFeesTable table td,
  #wthdrwlChargesFeesTable table th {
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: bottom;
  }
  #wthdrwlChargesFeesTable table tbody tr td:first-child {
    border: none;
    height: 60px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  #wthdrwlChargesFeesTable table tbody tr td:not(:first-child) {
    text-align: left;
  }
  #wthdrwlChargesFeesTable table tbody tr td:not(:first-child) b.ui-table-cell-label {
    min-width: 50%;
    border-right: 1px solid #ccc;
    padding-left: 20%;
    margin-right: 20%;
  }
  #wthdrwlChargesFeesTable table tbody tr td:not(:first-child).header-sm {
    font-size: 14px;
    word-wrap: normal;
    background-color: #999;
    color: #fff;
    padding-left: 0;
  }
  #wthdrwlChargesFeesTable table tbody tr td:not(:first-child).header-sm b {
    font-weight: 100;
    padding-left: 30px;
  }
  #wthdrwlChargesFeesTable table tbody tr td:not(:first-child).header-sm b.ui-table-cell-label {
    padding-left: 0;
    width: 10px;
    text-align: center;
    margin-right: 0;
    border-right: none;
  }
  #wthdrwlChargesFeesTable table .wthdrwl-year b {
    display: block;
  }
  /* IE10 Metro Snap View */
  @-ms-viewport {
    width: device-width;
  }
}
@media (max-width: 480px) {
  #wthdrwlChargesFeesTable table tbody tr td:not(:first-child).header-sm {
    font-size: 12px;
    word-wrap: normal;
    background-color: #999;
    color: #fff;
    padding-left: 0;
  }
  #wthdrwlChargesFeesTable table tbody tr td:not(:first-child).header-sm b {
    font-weight: 100;
  }
  #wthdrwlChargesFeesTable table tbody tr td:not(:first-child).header-sm b.ui-table-cell-label {
    padding-left: 0;
    width: 10px;
    text-align: center;
    margin-right: 0;
    border-right: none;
  }
}
/*  AWI Tables */
td,
th {
  border-radius: 0!important;
}
table {
  margin-bottom: 2em;
}
table td {
  font-size: 1em;
}
.table-one table th {
  padding: 8px;
  border-bottom: 2px solid #000000;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
}
.table-one table td {
  padding: 8px;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.table-one table tr td:first-child {
  border-bottom: 1px solid #000000;
  font-weight: 600;
  text-align: left;
}
.table-one-color table th {
  background-color: #3b5d9c;
  padding: 8px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
}
.table-one-color table tr td:first-child {
  background-color: #456cb4;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 400;
}
.table-one-color table td {
  padding: 8px;
  border-bottom: 1px solid #9a9c9e;
  border-right: 1px solid #9a9c9e;
  text-align: center;
}
.table-one-color table td:nth-child(1) {
  text-align: left;
}
.table-one-color table tr td:last-child {
  border-right: none;
}
.table-one-color table table tr:last-child td {
  border-bottom: 1px solid #000000;
}
.table-two table th {
  background-color: #3b5d9c;
  padding: 8px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  text-align: center;
  font-weight: 400;
}
.table-two table tr td:first-child {
  background-color: #456cb4;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.table-two table td {
  padding: 8px;
  border-bottom: 1px solid #9a9c9e;
  border-right: 1px solid #9a9c9e;
  text-align: center;
}
.table-two table tr td:last-child {
  border-right: none;
}
.table-three table th {
  color: #000000;
  text-align: center;
  background-color: transparent;
  border-right: none;
  border-bottom: 2px solid #000000;
  font-weight: 700;
  font-size: 1em;
  padding: 8px;
}
.table-three table td {
  font-weight: 400;
  border-bottom: 1px solid #999999;
  text-align: center;
  padding: 8px;
}
.table-three-color table th {
  color: #ffffff;
  text-align: center;
  background-color: #3b5d9c;
  border-right: 1px solid #ffffff;
  padding: 8px;
}
.table-three-color table td {
  font-weight: 400;
  border-bottom: 1px solid #999999;
  text-align: center;
  padding: 8px;
}
.table-three-color table th:last-child {
  border-right: 0;
}
#testingTableCont table th {
  background-color: #ccc;
  border: white solid 3px;
}
#testingTableCont2 table th,
#testingTableCont2 table td b.ui-table-cell-label {
  font-weight: normal;
}
/* --- Responsive Reflow Tables --- */
@media (max-width: 992px) {
  h1 {
    font-size: 2.5em;
  }
  .ui-table-reflow thead th.keep-sm {
    display: block;
  }
  .ui-table-reflow .remove-sm {
    display: none;
  }
  .ui-table-reflow .remove-lg {
    display: none;
  }
  .ui-table-cell-label,
  .table-three table td,
  .table-three-color table td {
    text-align: left;
  }
  .ui-table-cell-label-top {
    text-align: center;
  }
  .table-three table tr td .ui-table-cell-label {
    font-weight: normal;
  }
  .table-three-color table tr td:first-child {
    background-color: #3b5d9c;
    color: #fff;
    border-bottom: 1px solid #000;
  }
  .table-three-color table tr td .ui-table-cell-label {
    font-weight: normal;
  }
  .table-three table tr td:first-child,
  .table-one table tr td:first-child,
  .table-three table tr td:first-child,
  .table-one table tr td:first-child {
    padding-top: 25px;
    border-bottom: 2px solid #000;
    font-weight: bold;
  }
  .table-three table tr td:first-child .ui-table-cell-label,
  .table-one table tr td:first-child .ui-table-cell-label,
  .table-three table tr td:first-child .ui-table-cell-label,
  .table-one table tr td:first-child .ui-table-cell-label {
    font-weight: bold;
  }
  .table-two table tr td:nth-child(1) .ui-table-cell-label {
    display: none;
  }
  .table-one-color table td,
  .table-two table td {
    border-right: none;
  }
}

/** Custom Background Colors **/
.light-gray {
  background-color: #FBFBFB;
}
.dark-blue {
  background-color: #053661;
}
.teal {
  background-color: #108188 !important;
}
.lt-teal {
  background-color: #EEFAFB;
}
/** AssetList **/
div#assetList-container ul li .title-link {
  font-weight: bold;
  font-size: 18.06px;
  line-height: 28px;
  color: #262626;
  font-family: Montserrat;
}
div#assetList-container ul li .cmp-list--item-description {
  font-size: 16px;
  color: #262626;
  display: inline-block;
  line-height: 24px;
  font-family: 'Open Sans';
}
div#assetList-container ul li .cmp-list--item-form-number {
  left: 0;
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
div#assetList-container ul li .row-cont {
  background-color: #108188;
}
/** fifty-fifty **/
.fifty-fifty .align-items-center {
  -ms-flex-align: ceflex-startnter !important;
  align-items: flex-start !important;
}
.fifty-fifty .justify-content-center {
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
}
.fifty-fifty h3 {
  color: #262626;
  font-weight: bold;
  font-family: Montserrat;
  font-size: 28px;
  line-height: 40px;
}
.fifty-fifty .pcwr-richtext {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: normal;
  line-height: 24px;
  color: #262626;
}
.fifty-fifty .pcwr-richtext a {
  color: #108188;
  font-weight: normal;
}
/** icon card carousel **/
#iconCardContentCarousel .carousel-item {
  margin: 0 auto;
}
#iconCardContentCarousel .carousel-item .cta-text.all-text {
  text-transform: none;
}
/** RIA Asset List **/
#assetList-container.link-list.ria {
  background-color: #fff !important;
  border: none !important;
}
#assetList-container.link-list.ria .list-title {
  border-top: none;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 28px;
  line-height: 50px;
}
#assetList-container.link-list.ria ul li {
  border: none !important;
  box-shadow: none;
  z-index: initial;
}
#assetList-container.link-list.ria ul li.borderless:hover,
#assetList-container.link-list.ria ul li:hover {
  border: none !important;
  box-shadow: none;
  z-index: initial;
}
#assetList-container.link-list.ria ul li:last-child {
  border: none;
  box-shadow: none;
}
#assetList-container.link-list.ria ul li a.title-link {
  color: #108188;
  padding: 10px 0;
  border: none;
  font-weight: 400;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
}
#assetList-container.link-list.ria ul li a.title-link:hover {
  border: none;
  box-shadow: none;
}
#assetList-container.link-list .list-title {
  border-top: none;
}
#assetList-container.link-list li .title-link {
  padding-left: 0 !important;
}
#assetList-container.link-list li .title-link:hover {
  border: 0 !important;
}
#assetList-container.link-list li:hover,
#assetList-container.link-list li.borderless:hover {
  border: 0 !important;
}
#assetList-container.link-list li:last-child {
  border-bottom: 0 !important;
}
#assetList-container.ria {
  padding: 25px 16px !important;
}
#assetList-container.ria .list-title {
  border-top: none;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.563em;
  margin-bottom: 1em;
  color: #ffffff;
}
#assetList-container.ria li {
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
}
#assetList-container.ria li .title-link {
  margin: 16px 16px 21px;
  height: 65px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}
#assetList-container.ria li .title-link:hover {
  text-decoration: none !important;
}
#assetList-container.ria li .title-link .cmp-list--item-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #262626;
  padding: 0;
  width: 92%;
}
#assetList-container.ria li .cmp-list--item-description {
  padding: 0 16px 0;
  height: 50%;
  color: #262626;
  font-size: 1em;
}
#assetList-container.ria li .cmp-list--item-form-number {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  position: absolute;
  bottom: 16px;
  z-index: 1000;
  text-align: right;
  right: 16px;
  padding-right: 16px;
  color: #262626;
  width: 40%;
  margin-left: 60%;
}
#assetList-container.ria li .row-cont {
  background-color: #ffffff;
  border-top: none;
  padding: 16px;
  height: initial;
}
#assetList-container.ria li .row-cont .asset-download {
  padding: 0;
}
#assetList-container.ria li .row-cont .asset-download .download-link {
  font-weight: 700 !important;
  color: #108188;
  font-size: 16px;
}
#assetList-container.ria li .row-cont .asset-download .download-link:hover {
  cursor: pointer;
  text-decoration: none;
}
#assetList-container.ria li .row-cont .asset-download .download-link i {
  color: #108188;
  font-size: 16px;
}
@media (max-width: 599px) {
  #assetList-container.ria li {
    height: 180px;
  }
  #assetList-container.ria li .title-link {
    height: auto;
    border-bottom: none;
  }
  #assetList-container.ria li .cmp-list--item-description {
    display: none !important;
  }
}
/** RIA FAQ **/
.faq-certificate .panel .panel-collapse {
  padding: 20px 40px;
}
/** FIX OKTA **/
#okta-sign-in.auth-container .button-primary {
  color: #fff !important;
}
/*** Hero Image ***/
@media (max-width: 839px) {
  /** Hero Image **/
  .heroimage .plc-HeroImage {
    min-height: auto;
    padding: 24px;
  }
  .heroimage .plc-HeroImage .container {
    padding-right: 0;
    padding-left: 0;
  }
  .heroimage .plc-HeroImage .container .plc-HeroImage-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .heroimage .plc-HeroImage .container .plc-HeroImage-wrapper .plc-HeroImage-title {
    margin-bottom: 8px;
  }
  .heroimage .plc-HeroImage .container .plc-HeroImage-wrapper .plc-HeroImage-title.h1 {
    color: #053661;
  }
  .heroimage .plc-HeroImage .container .plc-HeroImage-wrapper p:first-child {
    margin-bottom: 24px;
  }
  .heroimage .plc-HeroImage .container .plc-HeroImage-wrapper.tealBG,
  .heroimage .plc-HeroImage .container .plc-HeroImage-wrapper.whiteBG {
    padding: 32px 20px;
    top: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
  }
  .heroimage .plc-HeroImage .container .plc-HeroImage-wrapper.tealBG .h3,
  .heroimage .plc-HeroImage .container .plc-HeroImage-wrapper.whiteBG .h3 {
    font-size: 35px !important;
  }
  .heroimage .plc-HeroImage.width-full {
    padding: 0;
  }
}
@media (min-width: 840px) and (max-width: 1279px) {
  .whiteBG.col-md-6,
  .tealBG.col-md-6 {
    max-width: 100%;
    top: 25% !important;
    transform: none !important;
  }
}
/** accordion **/
#accordion .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  line-height: initial;
}
.panel .panel-heading .panel-title a {
  color: #262626 !important;
  font-weight: 700 !important;
}
.panel .panel-body {
  padding: 20px 25px;
}
/** Fix to Dashboard Tiles Mobile Conflict AEM Grid with Bootstrap **/
@media (max-width: 1247px) {
  .aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container > ul > li > a {
    max-width: none !important;
  }
}
@media (max-width: 1024px) {
  .aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 {
    max-width: none !important;
  }
}
@media (max-width: 480px) {
  .aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 {
    max-width: none !important;
  }
  .aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container {
    max-width: none !important;
  }
}
/** padding **/
.pad10 {
  padding: 10px;
}
.pad20 {
  padding: 20px;
}
.margin-bottom-10 {
  margin-bottom: 0.625em;
}
.margin-bottom-20 {
  margin-bottom: 1.25em;
}
.margin-bottom-30 {
  margin-bottom: 1.75em;
}
.margin-bottom-40 {
  margin-bottom: 2.5em;
}
.margin-bottom-50 {
  margin-bottom: 3.125em;
}
.margin-top-10 {
  margin-top: 0.625em;
}
.margin-top-20 {
  margin-top: 1.25em;
}
.margin-top-30 {
  margin-top: 1.75em;
}
.margin-top-40 {
  margin-top: 2.5em;
}
.margin-top-50 {
  margin-top: 3.125em;
}
.padding-bottom-10 {
  padding-bottom: 0.625em;
}
.padding-bottom-20 {
  padding-bottom: 1.25em;
}
.padding-bottom-30 {
  padding-bottom: 1.75em;
}
.padding-bottom-40 {
  padding-bottom: 2.5em;
}
.padding-bottom-50 {
  padding-bottom: 3.125em;
}
.padding-top-10 {
  padding-top: 0.625em;
}
.padding-top-20 {
  padding-top: 1.25em;
}
.padding-top-30 {
  padding-top: 1.75em;
}
.padding-top-40 {
  padding-top: 2.5em;
}
.padding-top-50 {
  padding-top: 3.125em;
}
/** footnote **/
.footnote {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 11.57px;
  line-height: 16px;
  color: #5C5C5C;
}
.footnote p,
.footnote b,
.footnote a,
.footnote i,
.footnote sub,
.footnote sup {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 11.57px;
  line-height: 16px;
  color: #5C5C5C;
}
#app-state-forms select {
  background: url(../../../content/dam/paclife/rsd/annuities/images/website-elements/dd_arrow_whtbk.png) no-repeat 98% 50% #ffffff;
  display: inline;
  width: 80%;
  padding: 5px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  line-height: 20px;
  zoom: 1;
}
.lt-blue-bg-80 {
  background: linear-gradient(to bottom, #e8f2fa 75%, #ffffff 75%);
}
.lt-teal-bg-80 {
  background: linear-gradient(to bottom, #eefafb 75%, #ffffff 75%);
}
.lt-blue-bg-70 {
  background: linear-gradient(to bottom, #e8f2fa 70%, #ffffff 70%);
}
.lt-teal-bg-70 {
  background: linear-gradient(to bottom, #eefafb 70%, #ffffff 70%);
}
.lt-blue-bg-60 {
  background: linear-gradient(to bottom, #e8f2fa 60%, #ffffff 60%);
}
.lt-teal-bg-60 {
  background: linear-gradient(to bottom, #eefafb 60%, #ffffff 60%);
}
.lt-blue-bg-50 {
  background: linear-gradient(to bottom, #e8f2fa 50%, #ffffff 50%);
}
.lt-teal-bg-50 {
  background: linear-gradient(to bottom, #eefafb 50%, #ffffff 50%);
}
/** Breadcrumbs and Logo alignment **/
/** old value 992px  **/
@media (min-width: 1280px) {
  .pl-main-nav,
  .breadcrumb {
    margin-left: -16px !important;
  }
}

/*animations*/

/******************
* Bounce in right *
*******************/


.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 
.slow{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slower{
     -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slowest{
     -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}

/* Added by Andy Meetan */
.delay-1ms{
    -webkit-animation-delay:0.1s;
    -moz-animation-delay:0.1s;
    -o-animation-delay:0.1s;
    animation-delay:0.1s;
}

.delay-250 {
    -webkit-animation-delay:0.25s;
    -moz-animation-delay:0.25s;
    -o-animation-delay:0.25s;
    animation-delay:0.25s;
}
.delay-500 {
    -webkit-animation-delay:0.5s;
    -moz-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}
.delay-750 {
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
    -o-animation-delay:0.75s;
    animation-delay:0.75s;
}
.delay-1000 {
    -webkit-animation-delay:1.0s;
    -moz-animation-delay:1.0s;
    -o-animation-delay:1.0s;
    animation-delay:1.0s;
}
.delay-1250 {
    -webkit-animation-delay:1.25s;
    -moz-animation-delay:1.25s;
    -o-animation-delay:1.25s;
    animation-delay:1.25s;
}
.delay-1500 {
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    -o-animation-delay:1.5s;
    animation-delay:1.5s;
}
.delay-1650 {
    -webkit-animation-delay:1.65s;
    -moz-animation-delay:1.65s;
    -o-animation-delay:1.65s;
    animation-delay:1.65s;
}
.delay-1750 {
    -webkit-animation-delay:1.75s;
    -moz-animation-delay:1.75s;
    -o-animation-delay:1.75s;
    animation-delay:1.75s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-2750 {
    -webkit-animation-delay:2.75s;
    -moz-animation-delay:2.75s;
    -o-animation-delay:2.75s;
    animation-delay:2.75s;
}

.delay-3000 {
    -webkit-animation-delay:3.0s;
    -moz-animation-delay:3.0s;
    -o-animation-delay:3.0s;
    animation-delay:3.0s;
}
.delay-3500 {
    -webkit-animation-delay:3.5s;
    -moz-animation-delay:3.5s;
    -o-animation-delay:3.5s;
    animation-delay:3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn{
    opacity:0;
}

.lightSpeedInRight, .lightSpeedInLeft{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn.go { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(400px); 
    } 
    60% { 
        
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        transform: translateX(400px); 
    } 
    60% { 
        
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        transform: translateX(0); 
    } 
} 


.bounceInRight.go { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateX(30px); 
    } 
    80% { 
        -webkit-transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        transform: translateX(-400px); 
    } 
    60% { 
       
        transform: translateX(30px); 
    } 
    80% { 
        transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateX(0); 
    } 
} 

.bounceInLeft.go { 
    -webkit-animation-name: bounceInLeft; 
    animation-name: bounceInLeft; 
}

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(-30px); 
    } 
    80% { 
        -webkit-transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        transform: translateY(400px); 
    } 
    60% { 
       
        transform: translateY(-30px); 
    } 
    80% { 
        transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInUp.go { 
    -webkit-animation-name: bounceInUp; 
    animation-name: bounceInUp; 
}


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(30px); 
    } 
    80% { 
        -webkit-transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        transform: translateY(-400px); 
    } 
    60% { 
       
        transform: translateY(30px); 
    } 
    80% { 
        transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInDown.go { 
    -webkit-animation-name: bounceInDown; 
    animation-name: bounceInDown; 
}


/**********
* Fade In *
**********/ 
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
}
.fadeIn{
    opacity:0;
}
.fadeIn.go { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}


/**********
* Fade In Custom*
**********/ 
@-webkit-keyframes fadeInCustom{ 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
} 
@keyframes fadeInCustom { 
    0% {opacity: 0;} 
    100% {opacity: 1;  
        display:block;} 
}
.fadeInCustom{
    opacity:0;
}
.fadeInCustom.go { 
    -webkit-animation-name: fadeInCustom; 
    animation-name: fadeInCustom; 
}

/**********
* Grow in *
***********/

@-webkit-keyframes growIn { 
    0% { 
        -webkit-transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.2); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
        opacity:1;
    } 
} 
@keyframes growIn { 
    0% { 
        transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        transform: scale(1.2); 
        
    } 
    100% { 
        transform: scale(1); 
        opacity:1;
    } 
} 
.growIn { 

    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
.growIn.go{
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

/********
* Shake *
********/
@-webkit-keyframes shake { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} 
} 
@keyframes shake { 
    0%, 100% {transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {transform: translateX(10px);} 
} 
.shake.go { 
    -webkit-animation-name: shake; 
    animation-name: shake; 
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp { 
    0%, 100% {-webkit-transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);} 
} 
@keyframes shakeUp { 
    0%, 100% {transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {transform: translateY(10px);} 
} 
.shakeUp.go { 
    -webkit-animation-name: shakeUp; 
    animation-name: shakeUp; 
}

/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft{ 
    opacity: 0; 
    -webkit-transform: translateX(-400px); 
    transform: translateX(-400px);
}
.fadeInLeft.go { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}



/*************
* FadeInLeftBig *
*************/

@-webkit-keyframes fadeInLeftBig { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-550px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeftBig { 
    0% { 
        opacity: 0; 
        transform: translateX(-550px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeftBig{ 
    opacity: 0; 
    -webkit-transform: translateX(-550px); 
    transform: translateX(-550px);
}
.fadeInLeftBig.go { 
    -webkit-animation-name: fadeInLeftBig; 
    animation-name: fadeInLeftBig; 
}



/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight{ 
    opacity: 0; 
    -webkit-transform: translateX(400px); 
    transform: translateX(400px);
}
.fadeInRight.go { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}

/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRightBig { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(580px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRightBig { 
    0% { 
        opacity: 0; 
        transform: translateX(580px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRightBig{ 
    opacity: 0; 
    -webkit-transform: translateX(580px); 
    transform: translateX(580px);
}
.fadeInRightBig.go { 
    -webkit-animation-name: fadeInRightBig; 
    animation-name: fadeInRightBig; 
}



/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUp{ 
    opacity: 0; 
    -webkit-transform: translateY(400px); 
    transform: translateY(400px);
}
.fadeInUp.go { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDown{ 
    opacity: 0; 
    -webkit-transform: translateY(-400px); 
    transform: translateY(-400px);
}
.fadeInDown.go { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateIn.go { 
    -webkit-animation-name: rotateIn; 
    animation-name: rotateIn; 
}

/*****************
* rotateInUpLeft *
*****************/

@-webkit-keyframes rotateInUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpLeft.go { 
    -webkit-animation-name: rotateInUpLeft; 
    animation-name: rotateInUpLeft; 
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownLeft.go { 
    -webkit-animation-name: rotateInDownLeft; 
    animation-name: rotateInDownLeft; 
}

/******************
* rotateInUpRight *
*******************/

@-webkit-keyframes rotateInUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpRight.go { 
    -webkit-animation-name: rotateInUpRight; 
    animation-name: rotateInUpRight; 
}

/********************
* rotateInDownRight *
********************/

@-webkit-keyframes rotateInDownRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownRight.go { 
    -webkit-animation-name: rotateInDownRight; 
    animation-name: rotateInDownRight; 
}

/*********
* rollIn *
**********/

@-webkit-keyframes rollIn { 
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } 
} 
@keyframes rollIn { 
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); } 
} 
.rollIn.go { 
    -webkit-animation-name: rollIn; 
    animation-name: rollIn; 
}

/*********
* wiggle *
**********/

@-webkit-keyframes wiggle { 
    0% { -webkit-transform: skewX(9deg); } 
    10% { -webkit-transform: skewX(-8deg); } 
    20% { -webkit-transform: skewX(7deg); } 
    30% { -webkit-transform: skewX(-6deg); } 
    40% { -webkit-transform: skewX(5deg); } 
    50% { -webkit-transform: skewX(-4deg); } 
    60% { -webkit-transform: skewX(3deg); } 
    70% { -webkit-transform: skewX(-2deg); } 
    80% { -webkit-transform: skewX(1deg); } 
    90% { -webkit-transform: skewX(0deg); } 
    100% { -webkit-transform: skewX(0deg); } 
} 
@keyframes wiggle { 
    0% { transform: skewX(9deg); } 
    10% { transform: skewX(-8deg); } 
    20% { transform: skewX(7deg); } 
    30% { transform: skewX(-6deg); } 
    40% { transform: skewX(5deg); } 
    50% { transform: skewX(-4deg); } 
    60% { transform: skewX(3deg); } 
    70% { transform: skewX(-2deg); } 
    80% { transform: skewX(1deg); } 
    90% { transform: skewX(0deg); } 
    100% { transform: skewX(0deg); } 
} 
.wiggle.go { 
    -webkit-animation-name: wiggle; 
    animation-name: wiggle; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

/********
* swing *
*********/

@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing.go { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}

/*******
* tada *
********/

@-webkit-keyframes tada { 
    0% {-webkit-transform: scale(1);} 
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 
    100% {-webkit-transform: scale(1) rotate(0);} 
} 
@keyframes tada { 
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
} 
.tada.go { 
    -webkit-animation-name: tada; 
    animation-name: tada; 
}

/*********
* wobble *
**********/

@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(20%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(10%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 
.wobble.go { 
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
}

/********
* pulse *
*********/

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse.go { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight { 
   0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInRight { 
    0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInRight.go { 
    -webkit-animation-name: lightSpeedInRight; 
    animation-name: lightSpeedInRight; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft { 
   0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInLeft { 
    0% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInLeft.go { 
    -webkit-animation-name: lightSpeedInLeft; 
    animation-name: lightSpeedInLeft; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 


/*******
* Flip *
*******/
@-webkit-keyframes flip { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0); 
        -webkit-animation-timing-function: ease-out; 
    } 
    40% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        -webkit-animation-timing-function: ease-out; 
    } 
    50% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
    80% { 
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95); 
        -webkit-animation-timing-function: ease-in; 
    } 
    100% { 
        -webkit-transform: perspective(400px) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
}
@keyframes flip { 
    0% { 
        transform: perspective(400px) rotateY(0); 
        animation-timing-function: ease-out; 
    } 
    40% { 
        transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        animation-timing-function: ease-out; 
    } 
    50% { 
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        animation-timing-function: ease-in; 
    } 
    80% { 
        transform: perspective(400px) rotateY(360deg) scale(.95); 
        animation-timing-function: ease-in; 
    } 
    100% { 
        transform: perspective(400px) scale(1); 
        animation-timing-function: ease-in; 
    } 
} 
.flip.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flip; 
    backface-visibility: visible !important; 
    animation-name: flip; 
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInX { 
    0% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInX.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInX; 
    backface-visibility: visible !important; 
    animation-name: flipInX; 
}

/**********
* flipInY *
**********/

@-webkit-keyframes flipInY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInY { 
    0% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
.flipInY.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInY; 
    backface-visibility: visible !important; 
    animation-name: flipInY; 
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut { 
    0% { 
        -webkit-transform: scale(1); 
    } 
    25% { 
        -webkit-transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 
} 
@keyframes bounceOut { 
    0% { 
        transform: scale(1); 
    } 
    25% { 
        transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        transform: scale(.3); 
    } 
} 
.bounceOut.goAway { 
    -webkit-animation-name: bounceOut; 
    animation-name: bounceOut; 
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes bounceOutUp { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.bounceOutUp.goAway { 
    -webkit-animation-name: bounceOutUp; 
    animation-name: bounceOutUp; 
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes bounceOutDown { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.bounceOutDown.goAway { 
    -webkit-animation-name: bounceOutDown; 
    animation-name: bounceOutDown; 
}


/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes bounceOutLeft { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.bounceOutLeft.goAway { 
    -webkit-animation-name: bounceOutLeft; 
    animation-name: bounceOutLeft; 
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes bounceOutRight { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.bounceOutRight.goAway { 
    -webkit-animation-name: bounceOutRight; 
    animation-name: bounceOutRight; 
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
@keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
.fadeOut.goAway { 
    -webkit-animation-name: fadeOut; 
    animation-name: fadeOut; 
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.fadeOutUp.goAway { 
    -webkit-animation-name: fadeOutUp; 
    animation-name: fadeOutUp; 
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.fadeOutDown.goAway { 
    -webkit-animation-name: fadeOutDown; 
    animation-name: fadeOutDown; 
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.fadeOutLeft.goAway { 
    -webkit-animation-name: fadeOutLeft; 
    animation-name: fadeOutLeft; 
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.fadeOutRight.goAway { 
    -webkit-animation-name: fadeOutRight; 
    animation-name: fadeOutRight; 
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutX { 
    0% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
.flipOutX.goAway { 
    -webkit-animation-name: flipOutX; 
    -webkit-backface-visibility: visible !important; 
    animation-name: flipOutX; 
    backface-visibility: visible !important; 
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutY { 
    0% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
.flipOutY { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipOutY; 
    backface-visibility: visible !important; 
    animation-name: flipOutY; 
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutRight { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
.lightSpeedOutRight.goAway { 
    -webkit-animation-name: lightSpeedOutRight; 
    animation-name: lightSpeedOutRight; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 


/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutLeft { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
.lightSpeedOutLeft.goAway { 
    -webkit-animation-name: lightSpeedOutLeft; 
    animation-name: lightSpeedOutLeft; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 

} 

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOut { 
    0% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
.rotateOut.goAway { 
    -webkit-animation-name: rotateOut; 
    animation-name: rotateOut; 
}


/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -transform-origin: left bottom; 
        -transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpLeft.goAway { 
    -webkit-animation-name: rotateOutUpLeft; 
    animation-name: rotateOutUpLeft; 
}

/************
* rotateOutDownLeft *
*************/

@-webkit-keyframes rotateOutDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutDownLeft.goAway { 
    -webkit-animation-name: rotateOutDownLeft; 
    animation-name: rotateOutDownLeft; 
}
/************
* rotateOutUpRight *
*************/

@-webkit-keyframes rotateOutUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpRight.goAway { 
    -webkit-animation-name: rotateOutUpRight; 
    animation-name: rotateOutUpRight; 
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(100%) rotate(120deg); 
    } 
} 
@keyframes rollOut { 
    0% { 
        opacity: 1; 
        transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(100%) rotate(120deg); 
    } 
} 
.rollOut.goAway { 
    -webkit-animation-name: rollOut; 
    animation-name: rollOut; 
}
/*****************
* Short Animations
*******************/

/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUpShort { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUpShort{
    opacity: 0; 
    -webkit-transform: translateY(20px); 
    transform: translateY(20px); 
}
.fadeInUpShort.go { 
    -webkit-animation-name: fadeInUpShort; 
    animation-name: fadeInUpShort; 
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDownShort { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDownShort{
    opacity: 0; 
    -webkit-transform: translateY(-20px); 
    transform: translateY(-20px); 
}
.fadeInDownShort.go { 
    -webkit-animation-name: fadeInDownShort; 
    animation-name: fadeInDownShort; 
}
/*********************
* fadeInDownHalfShort
*********************/
@-webkit-keyframes fadeInDownHalfShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-40px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDownHalfShort { 
    0% { 
        opacity: 0; 
        transform: translateY(-40px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDownHalfShort{
    opacity: 0; 
    -webkit-transform: translateY(-40px); 
    transform: translateY(-40px); 
}
.fadeInDownHalfShort.go { 
    -webkit-animation-name: fadeInDownHalfShort; 
    animation-name: fadeInDownHalfShort; 
}

/*********************
* fadeInDownHalfShort
*********************/
@-webkit-keyframes fadeInDownHalfVeryShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDownHalfVeryShort { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDownHalfVeryShort{
    opacity: 0; 
    -webkit-transform: translateY(-20px); 
    transform: translateY(-20px); 
}
.fadeInDownHalfVeryShort.go { 
    -webkit-animation-name: fadeInDownHalfVeryShort; 
    animation-name: fadeInDownHalfVeryShort; 
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRightShort { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRightShort { 
    opacity: 0; 
    -webkit-transform: translateX(20px);  
    transform: translateX(20px); 
}
.fadeInRightShort.go { 
    -webkit-animation-name: fadeInRightShort; 
    animation-name: fadeInRightShort; 
}

/*********************
* fadeInRightHalfShort 
*********************/
@-webkit-keyframes fadeInRightHalfShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(40px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRightHalfShort { 
    0% { 
        opacity: 0; 
        transform: translateX(40px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRightHalfShort { 
    opacity: 0; 
    -webkit-transform: translateX(40px);  
    transform: translateX(40px); 
}
.fadeInRightHalfShort.go { 
    -webkit-animation-name: fadeInRightHalfShort; 
    animation-name: fadeInRightHalfShort; 
}


/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeftShort { 
    0% { 
        opacity: 0; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeftShort { 
    opacity: 0; 
    -webkit-transform: translateX(-20px);  
    transform: translateX(-20px); 
}
.fadeInLeftShort.go { 
    -webkit-animation-name: fadeInLeftShort; 
    animation-name: fadeInLeftShort; 
}

/*********************
* fadeInLeftHalfShort 
*********************/
@-webkit-keyframes fadeInLeftHalfShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-40px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeftHalfShort { 
    0% { 
        opacity: 0; 
        transform: translateX(-40px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeftHalfShort { 
    opacity: 0; 
    -webkit-transform: translateX(-40px);  
    transform: translateX(-40px); 
}
.fadeInLeftHalfShort.go { 
    -webkit-animation-name: fadeInLeftHalfShort; 
    animation-name: fadeInLeftHalfShort; 
}
/* Custome */


.animateUncover {
    background-color: #F8F8F8;
    position: absolute;
    width: 100%;
    right:0;
    left:0;
    top:0;
    bottom:0;
    animation: animate_fade_out_background 0.5s linear 0.5s forwards;
}

/*******************************************/

/******** Card Animate from left to right ****************/


.animate-uncover-with-offset-parent{
    position: relative;
	width: 100%;
	left : 0px;
	right: auto;
    overflow: hidden;
    transform: translateX(-100%);
    transform-origin: left ;
}
.animate-uncover-with-offset-parent.go{
    animation:card_left_to_right 0.5s linear forwards;
}
@keyframes card_left_to_right {
    0%   { transform: translateX(-100%);}
    25% {transform: translateX(-75%);}
    50% {transform: translateX(-50%);}
    75% {transform: translateX(-25%);}
    100% { transform: translateX(0%);}
}
/************* image left to right **************/

.animated.animate-image{
    opacity: 0.2;
}

.animate-image.go{
    transform: translateX(-50%); 
    animation: animate-image-left-to-right 0.5s linear 0.5s forwards;
}
@keyframes animate-image-left-to-right {
    0%   { 
        opacity: 0.2;
        transform: translateX(-50%);
    }
    25%  { 
        opacity: 0.4;
        transform: translateX(-37.5%);
    }
    50%   { 
        opacity: 0.6;
        transform: translateX(-25%);
    }
    75%   { 
        opacity: 0.8;
        transform: translateX(-12.5%);
    }
    100% { 
        opacity: 1;
        transform: translateX(0);
    }
}
/*****************************************/


/**************** Right to Left **************/
.animate-uncover-with-offset-parent-from-right{

    position: relative;
	width: 100%;
    left : auto;
	right: 0;
    overflow: hidden;
    transform: translateX(100%);
    transform-origin: right ;

}
.animate-uncover-with-offset-parent-from-right.go{
    animation:card_right_to_left 0.5s linear forwards;
}
@keyframes card_right_to_left {
    0%   { transform: translateX(100%);}
    25% {transform: translateX(75%);}
    50% {transform: translateX(50%);}
    75%{transform: translateX(25%);}
    100% { transform: translateX(0%);}
}
 /* image right to left */

 .animated.animate-image-from-right{
     opacity: 0.2;
 }

.animate-image-from-right.go{
    transform: translateX(50%); 
    animation: animate-image-right-to-left 0.5s linear 0.5s forwards;
}
@keyframes animate-image-right-to-left {
    0%   { 
        opacity: 0.2;
        transform: translateX(50%);
    }
    25%{
        opacity: 0.4;
        transform: translateX(37.5%);
    }
    50%{
        opacity: 0.6;
        transform: translateX(25%);
    }
    75%{
        opacity: 0.8;
        transform: translateX(12.5%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/********************************************/


/***************** Top to Bottom **************/
.animate-uncover-with-offset-parent-from-top{
    position: relative;
	width: 100%;
    height: 100%;
    top:0;
    bottom: auto;
    overflow: hidden;
    transform: translateY(-100%);
    transform-origin: top ;
}
.animate-uncover-with-offset-parent-from-top.go{
    animation:card_top_to_bottom 0.5s linear forwards;
}
@keyframes card_top_to_bottom {
    0%   { transform: translateY(-100%);}
    25%   { transform: translateY(-75%);}
    50%   { transform: translateY(-50%);}
    75%   { transform: translateY(-25%);}
    100% { transform: translateY(0%);}
}
/******************* image top to bottom ***************/

.animated.animate-image-from-top{
    opacity: 0.2;
}

.animated.animate-image-from-top.go{
    transform: translateY(-50%); 
    animation: animate-image-top-to-bottom 0.5s linear 0.5s forwards;
}
@keyframes animate-image-top-to-bottom {
    0%   {
        opacity: 0.2;
         transform: translateY(-50%);
    }
    25%   {
        opacity: 0.4;
         transform: translateY(-37.5%);
    }
    50%   {
        opacity: 0.6;
         transform: translateY(-25%);
    }
    75%   {
        opacity: 0.8;
         transform: translateY(-12.5%);
    }
    100% { 
        opacity: 1;
        transform: translateY(0);
    }
}

/***************************************************/

.animateUncoverWithOffSet {
    background-color: #F8F8F8;
	transition: all 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    right:0;
    left:0;
    top:0;
    bottom:0;
}
.animateUncoverWithOffSet.go {
      animation: animate_fade_out_background 0.5s linear 0.5s forwards;
      
}
.animateUncoverParent {
    background-color :white;
    position: absolute;
    width: 100%;
    right:0;
    left:0;
    top:0;
    bottom:0;
    animation: animate_fade_out_background 0.5s linear  forwards;
}

.parent-uncover-wrapper-from-left{
    max-width: 0%;    
    position: absolute;
    background: #fff;
    height: 100%;
    left :0;
}


.parent-uncover-wrapper-from-right{
    max-width: 0%;     
    position: absolute;
    background: #fff;
    height: 100%;
    right:0;
    
} 

.parent-uncover-wrapper-from-top{
    position: relative;
    background: #fff;
    width: 100%;
    height: 0%;
    top:0;
}

.animate-fade-out-top-background{

    background-color: #F8F8F8;
    position: absolute;
    height: 100%;
    width: 100%;
    right:0;
    left:0;
    top:0;
    bottom:0;

}


.animate-fade-out-top-background.go{
    animation: animate_fade_out_top_background 0.5s linear 0.5s forwards;

}



/*********************/
.parent-uncover-wrapper-from-left.go {
    animation: animate_uncover_parent-with-max-width 0.5s linear forwards;
}
.parent-uncover-wrapper-from-right.go {
    animation: animate_uncover_parent-with-max-width 0.5s linear forwards;
}
.parent-uncover-wrapper-from-top.go {
    animation: animate_uncover_parent-with-max-height 0.5s linear forwards;
}



.animateUncoverParent.go {
    animation: animate_uncover_parent 0.5s linear forwards;
}

.animateUncoverfromLeft {
  left: auto;
}
.animateUncoverfromRight {
  right: auto;
}
.animateUncoverfromTop {
  top: auto;
}
.animateUncoverfromBottom {
  bottom: auto;
}

@keyframes animate_fade_out_background{
    0%{
        width: 100%;
    }
    25%{
        width: 75%;
    }
    50%{
        width: 50%;
    }
    100%{
        width: 0%;
    }
}

@keyframes animate_fade_out_top_background{
    0%{
        height: 100%;
    }
    25%{
        height: 75%;
    }
    50%{
        height: 50%;
    }
    100%{
        height: 0%;
    }
}



@keyframes  animate_uncover_parent{

    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
    
}
@keyframes animate_uncover_parent-with-max-width{

    0%{
        max-width: 0%;
    }
    100%{
        max-width: 100%;
    }
    
}

@keyframes animate_uncover_parent-with-max-height{

    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
    
}

/* progress bar */


.loading-bar {
    height: 6px;
    width: 100%;
    margin-bottom: 1.4rem;

}
.progress-bar {
    height: 100%;
    width: 0%;
    background: #409be9;
}
.progress-bar.go{
    animation: progress-animation 0.5s linear 1s forwards;
    transition: all 0.5s ease-in-out;
}
@keyframes progress-animation {
    0% {width: 0%;}
    100% {width: 10%;}
    
}

.fadeInForQoute.go { 
    -webkit-animation-name: fadeInForQoute; 
    animation-name: fadeInForQoute; 
}

.animated {
    opacity: 1;
}
.annuities-animating-numbers .animating-numbers-number-label {
  text-transform: capitalize;
}

.hlheader #fp-contactLink {
  float: left;
  padding: 14px 10px;
}
.hlheader .loggedout,
.hlheader .loggedin {
  display: none;
}
.hlheader .loggedin button {
  background: transparent !important;
  border: none;
  margin-top: 8px;
}
.hlheader .loggedin button:after {
  display: none;
}
.hlheader .dropdown-toggle::after {
  display: none;
}
.hlheader .show > .btn-secondary.dropdown-toggle {
  background-color: unset;
  border-color: unset;
  box-shadow: unset;
}
.hlheader .login-menu .dropdown-menu > a {
  margin: 0 5px;
  font-weight: 400;
  display: block;
  color: #000;
  padding: 5px 10px;
}
.hlheader .login-menu .separator {
  color: #FFF;
  float: left;
  padding: 11px 10px;
}
@media (max-width: 992px) {
  .hlheader .login-menu #fp-login {
    display: none;
  }
  .hlheader .login-menu #fp-profile {
    display: none;
  }
}
@media (min-width: 993px) {
  .pub .hlheader #fp-login.loggedout {
    display: flex;
  }
  .priv .hlheader #fp-profile.loggedin {
    display: flex;
  }
}

@import url('//fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
.hlheader .pl-mobile-menu-btn.collapsed i:before {
  content: "menu";
}
.hlheader .pl-mobile-menu-btn i:before {
  content: "close";
}
.hlheader #allSitesSSA {
  white-space: nowrap;
}
.hlheader #allSitesSSA ul {
  margin-bottom: 0px;
}
.hlheader #allSitesSSA li:hover {
  background-color: #ebebeb;
  text-decoration: underline;
}
.hlheader .dropdown-menu {
  display: none;
  border-radius: 0px;
  text-align: center;
  /*.dropdown-menu .show*/
}
.hlheader .dropdown-menu > ul {
  list-style: none;
  padding-left: 0;
}
.hlheader .dropdown-menu > ul > li {
  text-align: left;
  /*custom dropdown for About*/
}
.hlheader .dropdown-menu > ul > li > span {
  max-width: 360px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
  line-height: 1.29;
  margin-top: .5rem;
  margin-bottom: .7rem;
}
.hlheader .dropdown-menu > ul > li > a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #001b36;
  padding: 3px 10px !important;
}
.hlheader .dropdown-menu > ul > li > a > i {
  visibility: hidden;
}
.hlheader .dropdown-menu > ul > li > ul {
  width: 270px;
  list-style: none;
  padding-left: 0px;
}
.hlheader .dropdown-menu > ul > li > ul > li {
  margin-bottom: .5rem;
}
.hlheader .dropdown-menu > ul > li > ul > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 14px !important;
  color: #0084f8;
}
.hlheader .dropdown-menu > ul > li > ul > li > ul {
  list-style: none;
  display: list-item;
  padding-left: 10px;
}
.hlheader .dropdown-menu > ul > li > ul > li > ul > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  color: #0084f8;
}
.hlheader .dropdown-menu > ul > li .hide-img {
  display: none !important;
}
.hlheader .dropdown-menu > ul > li:only-child > img {
  float: left;
  margin-right: 2rem;
}
.hlheader .dropdown-menu > ul > li:only-child > span {
  max-width: 848px;
}
.hlheader .dropdown-menu.show > ul {
  list-style: none;
}
.hlheader .dropdown-menu.show > ul > li > a:hover {
  display: block;
  text-decoration: none;
  color: #005bac;
  transition: color .4s;
  /*Animation to enlarge L1 text when user hovers over. not currently being used
							transform-origin:left top;
							transform: scale(1.04,1.04);
							transition: width .1s, height .15s, transform .15s;
							transition-timing-function: ease-in;*/
}
.hlheader .dropdown-menu.show > ul > li > ul > li {
  color: #ffffff;
}
.hlheader .dropdown-menu.show > ul > li > ul > li:hover {
  color: #0084f8;
  /*for animation that slides L3 link to the right and adds a bullet on hover [1/2]
								 list-style:circle;*/
  transition: .3s;
}
.hlheader .dropdown-menu.show > ul > li > ul > li > a:hover {
  color: #005bac;
  transition: color .4s;
  text-decoration: none;
  /*for animation that slides L3 link to the right and adds a bullet on hover [2/2]
									transform: translate(5px,0px);
									transition: .3s;*/
}
.hlheader .dropdown-menu.show > ul > li > ul > li > ul > li:hover a {
  color: #005bac;
  text-decoration: none;
}
.hlheader .dropdown-menu.show > ul > li:only-child > ul {
  display: flex;
  -webkit-flex-flow: wrap column;
  flex-flow: wrap column;
  max-height: 130px;
}
.hlheader .dropdown-menu.show > ul > li:only-child > a:hover {
  display: inline-block;
}
.hlheader .dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
.hlheader nav {
  min-height: 80px;
}
.hlheader nav .hl-mobile-menu-btn.collapsed i:before {
  content: "menu";
}
.hlheader nav .hl-mobile-menu-btn i:before {
  content: "close";
}
.hlheader nav .navbar {
  padding: 0 1rem;
}
.hlheader nav .navbar-nav {
  padding: 0;
}
.hlheader nav .navbar-nav > .nav-item > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #001b36;
  padding: 24px;
}
.hlheader nav .navbar-nav > .nav-item > a .caret-dropdown {
  display: none;
}
.hlheader nav .navbar-nav > .nav-item > a > i {
  font-size: 17px;
  vertical-align: bottom;
}
.hlheader nav .navbar-nav > .nav-item.dropdown.show > a {
  color: #0084f8;
}
.hlheader nav .navbar-nav > .nav-item.dropdown.show > a i:not(.nav-search-icon) {
  transform: rotateX(150deg);
}
.hlheader nav .navbar-nav > .nav-item.dropdown .nav-close-icon {
  opacity: .4;
  cursor: pointer;
  font-size: 28px;
  transition: opacity .1s linear;
}
.hlheader nav .navbar-nav > .nav-item.dropdown .nav-close-icon:hover {
  opacity: 1;
  transition: opacity .3s linear;
}
.hlheader nav .navbar-nav > .nav-item.search-nav-item .form-group-search-input {
  width: 50%;
}
.hlheader nav .navbar-nav > .nav-item.search-nav-item .nav-search-icon {
  font-size: 19px;
}
.hlheader .login-menu {
  margin-left: 20px;
}
.hlheader .login-menu.show .login-dropdown-toggle {
  color: #0084f8;
}
.hlheader .login-menu .login-dropdown-toggle {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  margin-right: 30px;
  color: #000;
}
.hlheader .login-menu .login-dropdown-toggle > i {
  padding-right: .3rem;
  line-height: 37px;
}
.hlheader .login-menu .login-dropdown-toggle > span {
  margin-top: 7px;
}
.hlheader .login-menu .login-dropdown-toggle:hover {
  text-decoration: none;
  color: #0084f8;
}
.hlheader .login-menu .dropdown-menu {
  border-top: none;
  width: 160px;
  top: 79px;
  text-align: left;
  margin-left: auto;
  margin-right: 100px;
  /*>a{
				font-family: 'Open Sans', sans-serif;
				font-weight:800;
				font-size: 14px !important;
				color:@B200;
				white-space: normal;
				&:hover{
					background-color:@B200;
					color:@white;
					-webkit-transition: background-color 500ms linear;
					-ms-transition: background-color 500ms linear;
					transition: background-color 500ms linear;
				}
				//&.dropdown-item{}
				&:not(:first-of-type) {margin-top: 5px;}
			}*/
}
.hlheader .login-menu .dropdown-menu.show {
  padding-bottom: 20px;
  padding-top: 20px;
}
.hlheader .hl-header {
  background-color: #52616b;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.hlheader .hl-header .login-menu .login-dropdown-toggle > i {
  line-height: 29px;
}
.hlheader .hl-header .container {
  max-width: unset;
}
.hlheader .hl-header .container > nav {
  min-height: 50px;
  padding: 0 10px;
}
.hlheader .hl-header .container > nav .navbar-brand > img {
  max-width: 280px;
  margin-top: -26px;
  margin-bottom: -14px;
}
.hlheader .hl-header .container > nav .navbar-nav > .nav-item > .dropdown-toggle::after {
  color: #ffffff;
}
.hlheader .hl-header .container > nav .navbar-nav > .nav-item > a {
  border-top: 3px solid #52616b;
  color: #ffffff;
  font-size: 16px;
}
.hlheader .hl-header .container > nav .navbar-nav > .nav-item > a:hover {
  border-color: #ffa500;
}
.hlheader .hl-header .container > nav .navbar-nav > .nav-item > a > i {
  font-size: 17px;
  vertical-align: bottom;
}
.hlheader .hl-header .container > nav .navbar-nav > .cmp-navigation__item--active > a {
  border-color: #ffa500;
}
.hlheader .hl-header .login-menu {
  display: none;
}
.hlheader .hl-header .login-menu .login-dropdown-toggle {
  color: #ffffff;
}
.hlheader .hl-header .login-menu .login-dropdown-toggle:hover {
  color: #ffffff;
}
.hlheader .hl-header .login-menu .dropdown-menu {
  border-top: none;
  width: 160px;
  top: 79px;
  text-align: left;
  margin-left: auto;
  margin-right: 100px;
}
.hlheader .hl-header .login-menu .dropdown-menu.show {
  padding-bottom: 20px;
  padding-top: 20px;
}
.hlheader .hl-header .login-menu .dropdown-menu > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 14px !important;
  color: #0084f8;
  white-space: normal;
}
.hlheader .hl-header .login-menu .dropdown-menu > a:hover {
  background-color: #0084f8;
  color: #ffffff;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.hlheader .hl-header .login-menu .dropdown-menu > a:not(:first-of-type) {
  margin-top: 5px;
}
.hlheader .prt-header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.hlheader .prt-header .top-band {
  background-color: #008ed7;
  height: 50px;
}
.hlheader .prt-header .top-band .all-sites-drop {
  display: inline;
  float: left;
  padding-top: 15px;
  font-size: 14px;
  font-weight: normal;
  color: white;
}
.hlheader .prt-header .top-band .all-sites-drop > a {
  font-style: normal;
  margin: 0 5px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.hlheader .prt-header .top-band .login-menu > a {
  padding: 8px 6px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: white;
}
.hlheader .prt-header .top-band #fp-profile button {
  color: #FFF;
}
.hlheader .prt-header nav {
  padding-left: 0;
}
.hlheader .prt-header nav .navbar-nav {
  padding: 0;
}
.hlheader .prt-header nav .navbar-nav > .nav-item .dropdown-toggle::after {
  display: none;
}
.hlheader .prt-header nav .navbar-nav > .nav-item > a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat';
}
.hlheader .prt-header nav .navbar-nav > .nav-item > a .caret-dropdown {
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
}
.hlheader .prt-header nav .navbar-nav > .nav-item > a:hover {
  color: #008ed7;
}
.hlheader .prt-header nav .navbar-nav > .nav-item.dropdown.show > a {
  color: #0084f8;
}
.hlheader .prt-header nav .navbar-nav > .nav-item.dropdown.show > a i:not(.nav-search-icon) {
  transform: rotateX(150deg);
}
.hlheader .prt-header nav .navbar-nav > .nav-item.dropdown .nav-close-icon {
  opacity: .4;
  cursor: pointer;
  font-size: 28px;
  transition: opacity .1s linear;
}
.hlheader .prt-header nav .navbar-nav > .nav-item.dropdown .nav-close-icon:hover {
  opacity: 1;
  transition: opacity .3s linear;
}
.hlheader .prt-header nav .navbar-nav > .nav-item .dropdown-menu {
  border-top: 0 !important;
  width: 230px !important;
}
.hlheader .prt-header nav .navbar-nav > .nav-item.search-nav-item .form-group-search-input {
  width: 50%;
}
.hlheader .prt-header nav .navbar-nav > .nav-item.search-nav-item .nav-search-icon {
  font-size: 19px;
}
.hlheader .prt-header nav .navbar-nav > .cmp-navigation__item--active > a {
  color: #008ed7;
}
.hlheader .ria-header {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.hlheader .ria-header .top-band {
  background-color: #004785;
  height: 50px;
}
.hlheader .ria-header .top-band .all-sites-drop {
  display: inline;
  float: left;
  padding-top: 15px;
  font-size: 14px;
  font-weight: normal;
  color: white;
}
.hlheader .ria-header .top-band .all-sites-drop > a {
  font-style: normal;
  margin: 0 5px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.hlheader .ria-header .top-band .login-menu > a {
  padding: 8px 6px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: white;
}
.hlheader .ria-header .top-band #fp-profile button {
  color: #FFF;
}
.hlheader .ria-header nav {
  padding-left: 0;
}
.hlheader .ria-header nav .navbar-nav {
  padding: 0;
}
.hlheader .ria-header nav .navbar-nav > .nav-item .dropdown-toggle::after {
  display: none;
}
.hlheader .ria-header nav .navbar-nav > .nav-item > a {
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat';
}
.hlheader .ria-header nav .navbar-nav > .nav-item > a .caret-dropdown {
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
}
.hlheader .ria-header nav .navbar-nav > .nav-item > a:hover {
  color: #108188;
}
.hlheader .ria-header nav .navbar-nav > .nav-item.dropdown.show > a {
  color: #108188;
}
.hlheader .ria-header nav .navbar-nav > .nav-item.dropdown.show > a i:not(.nav-search-icon) {
  transform: rotateX(150deg);
}
.hlheader .ria-header nav .navbar-nav > .nav-item.dropdown .nav-close-icon {
  opacity: .4;
  cursor: pointer;
  font-size: 28px;
  transition: opacity .1s linear;
}
.hlheader .ria-header nav .navbar-nav > .nav-item.dropdown .nav-close-icon:hover {
  opacity: 1;
  transition: opacity .3s linear;
}
.hlheader .ria-header nav .navbar-nav > .nav-item .dropdown-menu {
  border-top: 0 !important;
  width: 280px !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.hlheader .ria-header nav .navbar-nav > .nav-item .dropdown-menu > ul > li > a {
  color: #108188;
  font-size: 16px;
  line-height: 24px;
}
.hlheader .ria-header nav .navbar-nav > .nav-item .dropdown-menu > ul > li > a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.hlheader .ria-header nav .navbar-nav > .nav-item.search-nav-item .form-group-search-input {
  width: 50%;
}
.hlheader .ria-header nav .navbar-nav > .nav-item.search-nav-item .nav-search-icon {
  font-size: 19px;
}
.hlheader .ria-header nav .navbar-nav > .cmp-navigation__item--active > a {
  color: #108188;
}
.hlheader .ria-header .ml-auto,
.hlheader .ria-header .mx-auto {
  margin-left: auto!important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .about-flex-continer {
    height: 130px;
  }
}
@media screen and (min-width: 768px) {
  .right-nav-items {
    margin-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .pl-main-nav > .navbar-toggler {
    padding-top: 1rem;
    padding-bottom: 1.4rem;
  }
  .pl-main-nav .left-nav-items > img {
    width: 168px;
  }
  .pl-main-nav .navbar-collapse.show,
  .pl-main-nav .navbar-collapse.collapsing {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .pl-main-nav .navbar-nav {
    width: 100%;
  }
  .pl-main-nav .navbar-nav > .nav-item {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pl-main-nav .navbar-nav > .nav-item.dropdown:not(.show):before {
    content: "";
    position: absolute;
    left: 0;
    background: #CBD2DA;
    width: 100%;
    height: 1px;
    clear: both;
  }
  .pl-main-nav .navbar-nav > .nav-item.dropdown:not(.show) > a {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .pl-main-nav .navbar-nav > .nav-item.dropdown:not(.show) > a i:not(.nav-search-icon) {
    margin-right: 13px;
    font-size: 20px;
    transform: rotate(270deg);
  }
  .pl-main-nav .dropdown-menu > ul {
    padding-left: 16px;
  }
  .pl-main-nav .dropdown-menu > ul > li {
    display: block;
  }
  .pl-main-nav .dropdown-menu:not(.show) {
    display: none;
  }
  .pl-main-nav .dropdown-menu.show {
    max-height: unset;
    /*removes column height restriction for About on mobile*/
  }
  .pl-main-nav .dropdown-menu.show > ul > li:only-child > ul {
    max-height: unset;
  }
  .pl-main-nav .search-nav-toggle-btn {
    color: #000000;
  }
  .pl-main-nav .search-nav-toggle-btn:focus {
    color: #0084f8;
  }
  .pl-main-nav .search-nav-toggle-btn:focus.collapsed {
    color: black;
  }
  .pl-main-nav .search-nav-toggle-btn > i {
    font-size: 22px;
  }
  .pl-main-nav .search-nav .form-group-search-input {
    width: 100%;
    margin-bottom: -5px !important;
  }
  .pl-main-nav .search-nav .form-group-search-input input {
    border-bottom: none;
  }
  .pl-main-nav .search-nav .search-nav-close-icon {
    position: absolute;
    right: 0;
    padding-top: 10px;
    cursor: pointer;
  }
  .pl-main-nav .search-nav .nav-search-icon {
    font-size: 19px;
  }
  .pl-main-nav .search-nav:before {
    content: "";
    position: absolute;
    left: 0;
    background: #52616b;
    width: 100%;
    height: 1px;
  }
  .pl-main-nav .search-nav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #47c2b1;
    width: 100%;
    height: 2px;
  }
  .cmp-navigation__item--level-0 > div.dropdown-menu.show {
    margin-top: 0px;
    padding-top: 0px;
  }
  .cmp-navigation__item--level-0 > div.dropdown-menu.show > .cmp-navigation__group {
    margin-top: 0;
  }
  .cmp-navigation__item--level-0 > div.dropdown-menu.show > .cmp-navigation__group > li {
    padding-top: 1rem;
  }
  .cmp-navigation__item--level-0 > div.dropdown-menu.show > .cmp-navigation__group > li > a {
    font-size: 18px;
  }
  .cmp-navigation__item--level-0 > div.dropdown-menu.show > .cmp-navigation__group > li:not(:last-child):after {
    content: "";
    left: 0;
    background: #52616b;
    width: 100%;
    height: 1px;
    clear: both;
  }
  .cmp-navigation__item--level-0 > div.dropdown-menu.show > .cmp-navigation__group > li > .cmp-navigation__group {
    margin-top: .7rem;
  }
  @keyframes slidein23 {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
}
@media (max-width: 767.98px) {
  .login-menu {
    position: inherit;
  }
  .login-menu .dropdown-menu {
    width: 100%;
    top: 100%;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 992px) {
  .login-menu {
    margin-right: auto;
    height: 3rem;
    width: 100%;
  }
  .login-menu:before {
    content: "";
    position: absolute;
    left: 0;
    background: #52616b;
    width: 100%;
    height: 1px;
  }
  .login-menu .login-dropdown-toggle {
    display: flex;
    padding-top: 16px;
    margin-right: 13px;
  }
  .login-menu .login-dropdown-toggle > span > i {
    font-size: 20px;
    vertical-align: text-bottom;
  }
  .login-menu .dropdown-menu.show {
    position: absolute;
    top: 75px;
    padding-top: 10px;
    animation-duration: 1s;
    animation-name: slidein23;
  }
  .login-menu .dropdown-menu.show > a {
    margin-top: 0px;
    /*Add divider line for last item: find a financial professional*/
  }
  .login-menu .dropdown-menu.show > a:last-child {
    line-height: 3;
  }
  .login-menu .dropdown-menu.show > a:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    background: #52616b;
    width: 100%;
    height: 1px;
    clear: both;
  }
  .login-menu .dropdown-menu.show .mobile-nav-back-btn > div {
    height: 3rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 13px;
  }
  .login-menu .dropdown-menu.show .mobile-nav-back-btn > div:after {
    content: "";
    position: absolute;
    left: 0;
    background: #52616b;
    width: 100%;
    height: 1px;
    top: 42px;
  }
}
/** RIA new site **/
@media (max-width: 992px) {
  .priv #navbarSupportedContent .loggedin {
    display: block;
  }
  .priv #navbarSupportedContent .loggedout {
    display: none;
  }
  .pub #navbarSupportedContent .loggedin {
    display: none;
  }
  .pub #navbarSupportedContent .loggedout {
    display: block;
  }
}

/*
 *  Copyright
 */
.riafooter footer {
  background-color: #F2F2F2;
  color: #212121;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
}
.riafooter footer #footerbase {
  background-color: #F2F2F2;
  padding: 6px;
  padding-top: 20px;
  text-align: left;
  border-top: 1px solid #CBD2DA;
}
.riafooter footer #nav_footer {
  color: #212121;
  font-size: 16px;
  display: inline;
  padding: 0;
  list-style: none;
}
.riafooter footer #nav_footer li {
  display: inline;
  padding-right: 10px;
  margin-left: 10px;
  list-style: none;
}
.riafooter footer #nav_footer li a {
  color: #212121;
  text-decoration: underline;
}
.riafooter {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
}
/* footer mobile view */
@media (max-width: 599px) {
  .riafooter footer #nav_footer {
    padding-top: 1em;
  }
  .riafooter footer #nav_footer li {
    display: block;
    margin-top: 1em;
  }
  .riafooter #nav_footer li a {
    text-decoration: underline;
  }
  .footer-nav .col-md-4 {
    max-width: 50%;
  }
}

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 650px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 651px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
.ria-rcol-main .altaffixlist {
  display: none;
}

#cmp-placeholder {
  text-align: center;
  margin: 2% auto;
  color: #ccc;
}
.preview-modal {
  min-height: 10rem;
}
.preview-modal .prev-row {
  flex-flow: row wrap;
  justify-content: normal;
  padding: 0;
  margin: 0;
}
.preview-modal .prev-row .icon-item {
  width: 220px;
  height: 220px;
  padding: 0px 16px;
  margin: 0;
}
.preview-modal .prev-row .icon-item .img-link {
  height: 96px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-modal .prev-row .icon-item .img-link img {
  max-width: 200px;
  max-height: 96px;
}
.preview-modal .prev-row .icon-item .links-wrapper p {
  text-align: center;
}
.prev-mod .modal-dialog {
  max-width: 640px;
}
.prev-mod .modal-dialog .modal-content {
  padding: 40px;
}
.prev-mod .modal-dialog .modal-content .modal-header {
  padding: 0.5rem 1rem;
  border-bottom: none;
}
.prev-mod .modal-dialog .modal-content .modal-body p .pmod-img {
  max-height: 100px;
  max-width: 240px;
}
.prev-mod .modal-dialog .modal-content .modal-body p:not(.pmod-desc) {
  text-align: center;
}
.prev-mod .modal-dialog .modal-content .modal-footer {
  border-top: none;
  justify-content: flex-start;
}
@media (max-width: 840px) {
  .preview-modal .prev-row .icon-item {
    padding: 16px 8px;
  }
  .prev-mod .modal-dialog {
    margin: 0 64px;
  }
}
@media (max-width: 600px) {
  .preview-modal .prev-row .icon-item {
    padding: 16px 8px;
    height: 100%;
  }
  .preview-modal .prev-row .icon-item .links-wrapper {
    display: none;
  }
  .prev-mod .modal-dialog {
    margin: 0 8px;
    max-width: calc(100% - 24px);
  }
  .prev-mod .modal-dialog .modal-content {
    padding: 16px;
  }
}

.newsroom-page .newsroom-page-wrapper {
  max-width: 750px;
}
.newsroom-page .newsroom-page-wrapper .news-item {
  margin-top: 50px;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 a {
  text-decoration: none;
  transition: color .1s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 a:hover {
  color: #006ca4;
  transition: color .2s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 a:active {
  color: #004b71;
}
.newsroom-page .newsroom-page-wrapper .news-item > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  transition: color .1s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item > a:hover {
  color: #006ca4;
  transition: color .1s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item > a:active {
  color: #004b71;
}
.newsroom-page .newsroom-page-wrapper .news-item .news-item-date {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.newsroom-page .newsroom-page-wrapper .news-item .news-item-link h6 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin: 10px 0px 10px 0px;
}
.newsroom-page .newsroom-page-wrapper .news-item .news-item-body {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-toggle {
  cursor: pointer;
  padding-left: 0px;
  border-bottom: solid 2px #008ed7;
  background: url('../../../etc/designs/pcwr/default/images/icon-arrow-blue.svg') no-repeat right;
  position: sticky;
  top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 13px 15px 13px 12px;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-toggle:after {
  display: none;
}
.newsroom-page .newsroom-page-wrapper .dropdown a {
  color: #000000;
}
@media (max-width: 768px) {
  .newsroom-page .newsroom-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-menu .dropdown-item {
  margin: 0 !important;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-menu .dropdown-item:hover,
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-menu .dropdown-item:focus,
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-menu .dropdown-item:active {
  color: #108188 !important;
  text-decoration: none;
  background-color: #ffffff !important;
}

/* -----------------------
    List Component Less
-------------------------- */
/* --- icon + link view --- */
#list-container-flex {
  width: 100%;
  padding: 25px 0;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
#list-container-flex h3,
#list-container-flex h4,
#list-container-flex h5 {
  font-family: Montserrat;
}
#list-container-flex h3 {
  font-size: 25px;
  line-height: 36px;
  font-weight: bold;
}
#list-container-flex ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#list-container-flex ul li {
  clear: none;
  padding: 0;
  margin: 0;
  text-align: left;
  height: initial;
  white-space: nowrap;
  position: relative;
  box-shadow: none;
  /* &:hover {
				box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
				border: 1px solid transparent !important;
				z-index: 10;
			}
			
			&:last-child {
				border-bottom: 1px solid #c8c8c8;
			} */
}
#list-container-flex ul li span.cmp-list--item-icon {
  float: left;
  padding: 15px 25px;
  width: 50px;
  display: block;
}
#list-container-flex ul li span.cmp-list--item-icon i.fa {
  color: #999;
  font-size: 1.5em;
}
#list-container-flex ul li a {
  /* color: #108188; */
  /* padding: 15px 50px 15px 20px; */
  padding: 5px 0px 5px 0px;
  display: block;
}
#list-container-flex ul li span.cmp-list--item-email-chkbox {
  padding: 15px;
}
#list-container-flex ul li span.cmp-list--item-email-chkbox input {
  margin: 0 5px;
}
#list-container-flex ul li.borderless {
  border: none;
  padding: 0;
}
#list-container-flex ul li.borderless a {
  padding: 0;
  font-weight: 600;
  font-style: normal;
}
#list-container-flex ul li.borderless:last-child {
  border-bottom: none;
}
#list-container-flex ul li.borderless:hover {
  box-shadow: none;
  border: none;
  z-index: inherit;
}
@media only screen and (max-width: 440px) {
  #list-container li a {
    width: 60%;
    padding: 15px;
  }
}
#list-container.title-h3 > span {
  font-size: 1.5em;
  line-height: 1.15;
  font-weight: 300;
  margin: 0 0 20px 0;
  display: inline-block;
}
/* --- Sandbox View --- */
div#list-container.list-container-sandbox {
  width: 100%;
}
div#list-container.list-container-sandbox > span {
  font-size: 2.25em;
  line-height: 1.15;
  font-weight: 300;
  display: block;
  margin-bottom: 1.25em;
  margin-top: .5em !important;
  border-top: 1px solid #eee;
  padding-top: .4em;
  margin-bottom: .65em;
}
div#list-container.list-container-sandbox ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
div#list-container.list-container-sandbox ul li {
  float: left;
  width: 405px;
  border: 1px solid #c8c8c8;
  padding: 0;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-bottom: 3.5em;
  text-align: left;
  height: 320px;
}
div#list-container.list-container-sandbox ul li a.cmp-list-item-image,
div#list-container.list-container-sandbox ul li img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
div#list-container.list-container-sandbox ul li .title-link {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 600;
  margin: 1em 1.25em;
  padding: 0;
  display: block;
  width: auto;
  white-space: normal;
}
div#list-container.list-container-sandbox ul li .title-link .cmp-list--item-title {
  padding-top: 10px;
  padding-right: 12px;
  white-space: normal;
}
div#list-container.list-container-sandbox ul li .cmp-list--item-description {
  font-size: .9rem;
  color: #747373;
  padding: 1.5em 0;
  white-space: normal;
  border-top: 1px solid #c8c8c8;
  height: 12em;
  overflow: hidden;
  margin: 1.75em;
}
div#list-container.list-container-sandbox ul li .db-more-link {
  position: absolute;
  bottom: 10px;
  left: 1.75em;
}
div#list-container.list-container-sandbox.tall-sandbox li {
  height: 550px;
}
@media (max-width: 992px) {
  div#list-container.list-container-sandbox ul li {
    margin-right: 12px;
  }
}
@media (max-width: 480px) {
  div#list-container.list-container-sandbox ul li {
    width: 100%;
    display: block;
    clear: both;
  }
}
/* --- Sandbox View - Blog Sandbox --- */
div#list-container.list-container-sandbox.blog-sandbox {
  /* > span { // component title
        font-size: 22px;
        font-weight: bold;
        margin: 12px;
    }
    */
}
div#list-container.list-container-sandbox.blog-sandbox ul li {
  text-align: left;
  height: 550px;
  width: 30%;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-topic {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #45b552;
  display: inline;
  float: left;
  margin: 10px 0 10px 10px;
  width: auto;
  padding: 0;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-topic:hover {
  cursor: pointer;
  text-decoration: underline;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-published-date {
  font-size: 11px;
  font-weight: bold;
  display: inline;
  float: right;
  clear: right;
  margin: 10px 10px 10px 0;
  color: #999;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-title {
  display: block;
  clear: both;
  width: 100%;
  margin: 0;
  font-weight: 400;
  padding: 0;
  white-space: normal;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .title-link {
  width: 95%;
  margin: 10px;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-description {
  margin: 10px;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .db-more-link {
  left: 10px;
  padding-left: 0;
}
@media (max-width: 992px) {
  div#list-container.list-container-sandbox.blog-sandbox ul li {
    width: 46%;
  }
}
@media (max-width: 480px) {
  div#list-container.list-container-sandbox.blog-sandbox ul li {
    width: 100%;
  }
}
/* --- Button View --- */
div#list-container.topic-button ul {
  width: 100%;
}
div#list-container.topic-button ul li {
  width: 31%;
  display: inline;
  float: left;
  clear: none;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 60px;
  border: none;
  white-space: normal;
}
div#list-container.topic-button ul li a {
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin: 0;
  text-align: center;
  border: 1px solid #c8c8c8;
  line-height: 1;
  padding: 15px 10px 15px 10px;
}
div#list-container.topic-button ul li a span.cmp-list--item-title {
  color: #333;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: normal;
}
div#list-container.topic-button ul li a:hover {
  text-decoration: none;
  box-shadow: 0 2px 2px 2px #eeeeee;
}
@media (max-width: 992px) {
  div#list-container.topic-button ul li {
    width: 45%;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  div#list-container.topic-button ul li {
    width: 95%;
    height: auto;
    white-space: normal;
  }
  div#list-container.topic-button ul li a {
    height: auto;
  }
}
#list-container.article-main li article a {
  font-weight: normal;
  display: inline;
  width: auto;
  padding: 0;
}
#list-container.article-main ul {
  background-color: transparent;
}
#list-container.article-main ul li {
  border: 0;
  padding: 10px;
}
#list-container.article-main ul li .cmp-list--item-image {
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#list-container.article-main ul li .cmp-list--item-image img {
  width: 100%;
}
#list-container.article-main ul li .cmp-list--item-published-date {
  margin-right: 10px;
  color: #8f8f8f;
  display: inline;
  font-size: 12px;
  font-weight: 400;
}
#list-container.article-main ul li .cmp-list--item-published-date:after {
  content: "\007C";
  margin-left: 10px;
}
#list-container.article-main ul li .cmp-list--item-topic a {
  color: #8dc63f;
  display: inline;
  padding: 0;
  width: auto;
  font-size: 12px;
  font-weight: 400;
}
#list-container.article-main ul li .cmp-list--item-title-a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 0;
  width: auto;
  white-space: normal;
}
#list-container.article-main ul li .cmp-list--item-title-a:hover {
  color: #2eacf0;
  text-decoration: none;
}
#list-container.article-main ul li:last-child {
  border: 0;
}
#list-container.article-list ul {
  background-color: transparent;
  padding: 10px;
}
#list-container.article-list ul li {
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 15px;
  padding: 0;
  padding-bottom: 15px;
  display: inline-block;
}
#list-container.article-list ul li .cmp-list--item-image {
  width: 150px;
  display: block;
  padding: 0;
  float: left;
  margin-right: 20px;
}
#list-container.article-list ul li .cmp-list--item-image img {
  width: 100%;
}
#list-container.article-list ul li section {
  margin-left: 170px;
  display: block;
}
#list-container.article-list ul li .cmp-list--item-published-date {
  display: inline;
  margin-right: 10px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 400;
}
#list-container.article-list ul li .cmp-list--item-published-date:after {
  content: "\007C";
  margin-left: 10px;
}
#list-container.article-list ul li .cmp-list--item-topic a {
  width: auto;
  display: inline;
  font-weight: 400;
  font-size: 12px;
  padding: 0;
  color: #8dc63f;
  text-transform: uppercase;
}
#list-container.article-list ul li .cmp-list--item-title-a {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  display: block;
  padding: 0;
  width: 100%;
  float: left;
  white-space: normal;
}
#list-container.article-list ul li .cmp-list--item-title-a:hover {
  color: #2eacf0;
  text-decoration: none;
}
#list-container.article-list li:last-child {
  border-bottom: none;
}
@media (max-width: 1248px) {
  #articles-row .aem-Grid--default--12 > div {
    width: 100%;
  }
  #list-container.article-list ul li {
    border: 0;
    border-top: 1px solid #bdbdbd;
    margin-bottom: 15px;
    padding: 15px 0;
    width: 100%;
  }
}
@media (max-width: 440px) {
  #list-container.article-list ul {
    margin: 0 15px;
  }
  #list-container.article-list ul li .cmp-list--item-image {
    width: 100%;
    float: none;
  }
  #list-container.article-list ul li section {
    margin-left: 0;
  }
}
#list-container.products ul li {
  margin-bottom: 2em;
  padding: 1em;
}
#list-container.products ul li a {
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 0;
  white-space: normal;
}
#list-container.products ul li .cmp-list--item-description {
  white-space: normal;
}
/** ria-icons **/
.ria-icons li {
  padding: 49px 0 !important;
  border-bottom: 1px solid #CBD2DA;
}
.ria-icons li article .cmp-list--item-image {
  display: block !important;
  float: left;
}
.ria-icons li article section {
  margin-left: 100px;
}
.ria-icons li article section .cmp-list--item-title-a {
  font-family: "Montserrat" !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 40px !important;
  white-space: normal;
}
.ria-icons li article section .cmp-list--item-description {
  white-space: normal;
}
.ria-icons li:last-child {
  border-bottom: none;
}
@media (max-width: 599px) {
  .ria-icons li article .cmp-list--item-image {
    display: none !important;
  }
  .ria-icons li article section {
    margin-left: 0;
  }
  .ria-icons li:last-child {
    border-bottom: none;
  }
}

/* -----------------------
    List Component Less
-------------------------- */
/* --- icon + link view --- */
#fxlist-container.sandbox-list {
  width: 100%;
}
#fxlist-container.sandbox-list ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#fxlist-container.sandbox-list ul li {
  border: 1px solid #bdbdbd;
  /*border-bottom: 1px solid #bdbdbd;*/
  background-color: #fff;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 15px;
  /*padding-bottom: 15px;*/
  width: 38%;
  /*	display: inline-block;*/
}
#fxlist-container.sandbox-list ul li a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 10px 50px 10px 10px;
}
#fxlist-container.sandbox-list ul li section {
  display: flex;
  flex-direction: column;
}
#fxlist-container.sandbox-list ul li .cmp-list--item-image {
  width: 200px;
  display: block;
  padding: 0;
  float: left;
  margin-right: 20px;
}
#fxlist-container.sandbox-list ul li .cmp-list--item-image img {
  width: 100%;
}
#fxlist-container.sandbox-list ul li .cmp-list--item-description {
  font-size: .9rem;
  color: #747373;
  overflow: hidden;
}
#fxlist-container.sandbox-list ul li:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid transparent !important;
  z-index: 10;
}
#fxlist-container.icon-list {
  width: 100%;
}
#fxlist-container.icon-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#fxlist-container.icon-list ul li {
  margin-left: 10px;
  margin-right: 10px;
}
#fxlist-container.icon-list ul li article {
  background-color: transparent;
}
#fxlist-container.icon-list ul li section {
  display: inline;
}
#fxlist-container.icon-list ul li span.cmp-list--item-icon {
  color: #2eb3fd;
  padding: 15px 25px;
}
@media only screen and (max-width: 440px) {
  #list-container li a {
    width: 60%;
    padding: 15px;
  }
}
#list-container.title-h3 > span {
  font-size: 1.5em;
  line-height: 1.15;
  font-weight: 300;
  margin: 0 0 20px 0;
  display: inline-block;
}
/* --- Sandbox View --- */
/* --- Button View --- */
div#list-container.topic-button ul {
  width: 100%;
}
div#list-container.topic-button ul li {
  width: 31%;
  display: inline;
  float: left;
  clear: none;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 60px;
  border: none;
  white-space: normal;
}
div#list-container.topic-button ul li a {
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin: 0;
  text-align: center;
  border: 1px solid #c8c8c8;
  line-height: 1;
  padding: 15px 10px 15px 10px;
}
div#list-container.topic-button ul li a span.cmp-list--item-title {
  color: #333;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: normal;
}
div#list-container.topic-button ul li a:hover {
  text-decoration: none;
  box-shadow: 0 2px 2px 2px #eeeeee;
}
@media (max-width: 992px) {
  div#list-container.topic-button ul li {
    width: 45%;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  div#list-container.topic-button ul li {
    width: 95%;
    height: auto;
    white-space: normal;
  }
  div#list-container.topic-button ul li a {
    height: auto;
  }
}
#list-container.article-main li article a {
  font-weight: normal;
  display: inline;
  width: auto;
  padding: 0;
}
#list-container.article-main ul {
  background-color: transparent;
}
#list-container.article-main ul li {
  border: 0;
  padding: 10px;
}
#list-container.article-main ul li .cmp-list--item-image {
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#list-container.article-main ul li .cmp-list--item-image img {
  width: 100%;
}
#list-container.article-main ul li .cmp-list--item-published-date {
  margin-right: 10px;
  color: #8f8f8f;
  display: inline;
  font-size: 12px;
  font-weight: 400;
}
#list-container.article-main ul li .cmp-list--item-published-date:after {
  content: "\007C";
  margin-left: 10px;
}
#list-container.article-main ul li .cmp-list--item-topic a {
  color: #8dc63f;
  display: inline;
  padding: 0;
  width: auto;
  font-size: 12px;
  font-weight: 400;
}
#list-container.article-main ul li .cmp-list--item-title-a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 0;
  width: auto;
  white-space: normal;
}
#list-container.article-main ul li .cmp-list--item-title-a:hover {
  color: #2eacf0;
  text-decoration: none;
}
#list-container.article-main ul li:last-child {
  border: 0;
}
#fxlist-container.article-list ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#fxlist-container.article-list ul li {
  margin: 1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  width: 22.625rem;
  max-width: 22.625rem;
  min-width: 22.625rem;
  min-height: 25.625rem;
  margin-bottom: 1rem !important;
}
#fxlist-container.article-list ul li .cmp-list--item-image {
  width: 360px;
  height: auto;
  padding: 0;
}
#fxlist-container.article-list ul li .cmp-list--item-image img {
  width: 100%;
}
#fxlist-container.article-list ul li article {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
}
#fxlist-container.article-list ul li section {
  min-height: 250px;
  max-height: 250px;
  display: flex;
  padding: 1.9rem 1.9rem 0 1.9rem;
  overflow: hidden;
  flex-direction: column;
}
#fxlist-container.article-list ul li .cmp-list--item-published-date {
  display: inline;
  margin-right: 10px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 400;
}
#fxlist-container.article-list ul li .cmp-list--item-published-date:after {
  content: "\007C";
  margin-left: 10px;
}
#fxlist-container.article-list ul li .cmp-list--item-topic a {
  width: auto;
  display: inline;
  font-weight: 400;
  font-size: 12px;
  padding: 0;
  color: #8dc63f;
  text-transform: uppercase;
}
#fxlist-container.article-list ul li .cmp-list--item-title-a {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 0;
  width: 100%;
  float: left;
  white-space: normal;
}
#fxlist-container.article-list ul li .cmp-list--item-title-a:hover {
  color: #2eacf0;
  text-decoration: none;
}
#list-container.article-list li:last-child {
  border-bottom: none;
}
@media (max-width: 1248px) {
  #articles-row .aem-Grid--default--12 > div {
    width: 100%;
  }
  #list-container.article-list ul li {
    border: 0;
    border-top: 1px solid #bdbdbd;
    margin-bottom: 15px;
    padding: 15px 0;
    width: 100%;
  }
}
@media (max-width: 440px) {
  #list-container.article-list ul {
    margin: 0 15px;
  }
  #list-container.article-list ul li .cmp-list--item-image {
    width: 100%;
    float: none;
  }
  #list-container.article-list ul li section {
    margin-left: 0;
  }
}
#list-container.products ul li {
  margin-bottom: 2em;
  padding: 1em;
}
#list-container.products ul li a {
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 0;
  white-space: normal;
}
#list-container.products ul li .cmp-list--item-description {
  white-space: normal;
}

.cta-card-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(#082a47, #053661);
  padding: 88px 30px !important;
  margin-bottom: 0;
  text-align: center;
}
.cta-card-wrapper .cta-card-title {
  font-family: revert !important;
  text-transform: none;
  font-weight: revert !important;
  color: #ffffff !important;
  text-align: center !important;
}
.cta-card-wrapper .cta-card-subtitle {
  margin-top: 15px;
  color: #ffffff !important;
}
.cta-card-wrapper .cta-card-btn {
  margin-top: 25px;
}
.cta-card-wrapper .cta-card-btn .cta-text-btn {
  background-color: #8DC6F7;
  border-color: #8DC6F7;
  color: #262626 !important;
  font-weight: bold;
}
.cta-card-wrapper.bg-blue {
  background-color: #008ed7;
}
.cta-card-wrapper.bg-blue .cta-card-title,
.cta-card-wrapper.bg-blue .cta-card-subtitle {
  color: #ffffff;
}
a.cta-card-link:hover {
  text-decoration: none !important;
}
@media (max-width: 575.98px) {
  .cta-card-wrapper {
    margin-left: .5625rem;
    margin-right: .5625rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cta-card-mobile-animations-disabled .animatedParent .fadeInDownShort,
  .cta-card-mobile-animations-disabled .animatedParent .fadeInUpShort,
  .cta-card-mobile-animations-disabled .animatedParent .fadeInRightShort,
  .cta-card-mobile-animations-disabled .animatedParent .fadeInLeftShort {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
}

.cardFlip-container {
  display: grid;
  transform-style: preserve-3d;
  perspective: 40rem;
  height: 380px;
  width: 340px;
}
.cardFlip-container .cardFlip-card {
  padding: 24px 50px;
  height: 380px;
  width: 340px;
}
.cardFlip-container .cardFlip-card .card-body {
  transform-style: preserve-3d;
  transition: 0.707s transform;
  -webkit-box-flex: 1;
  flex: 1;
  height: 306px;
  width: 258px;
  position: relative;
}
.cardFlip-container .cardFlip-card:hover {
  text-decoration: none !important;
}
.cardFlip-container .cardFlip-card:hover .card-back {
  transform: rotateY(0deg);
}
.cardFlip-container .cardFlip-card:hover .card-front {
  transform: rotateY(180deg);
}
.cardFlip-container .cardFlip-card .card-front,
.cardFlip-container .cardFlip-card .card-back {
  height: 306px;
  width: 258px;
  box-sizing: border-box;
  border-radius: 3px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.707s transform;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.cardFlip-container .cardFlip-card .card-front {
  color: #000;
  transform: rotateY(0deg);
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 12px 30px 0 rgba(0, 0, 0, 0.15);
}
.cardFlip-container .cardFlip-card .card-front h4 {
  color: #108188;
  padding: 0 15%;
  text-align: center;
}
.cardFlip-container .cardFlip-card .card-front p:first-child {
  margin-top: 20%;
}
.cardFlip-container .cardFlip-card .card-front p {
  padding: 0 15%;
}
.cardFlip-container .cardFlip-card .card-back {
  transform: rotateY(-180deg);
  background-color: #108188;
  color: white;
  text-align: center;
  box-shadow: 0px 12px 30px rgba(13, 48, 74, 0.3);
  border-radius: 5px;
}
.cardFlip-container .cardFlip-card .card-back p {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  padding: 0 15%;
}
.cardFlip-container .cardFlip-card .card-back svg {
  position: absolute;
  bottom: 30px;
  left: 117px;
}
.cardFlip-container .cardFlip-card .card-back button {
  position: absolute;
  bottom: 30px;
  left: 73px;
  color: #ffffff;
  background: transparent;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}

/*
 *  Copyright
 */
.altaffixlist {
  height: 1000px;
}
#navAltScrollspy {
  background: #FBFBFB;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 16px;
  position: sticky;
  top: 5%;
}
#navAltScrollspy h5 {
  padding: 0;
}
#navAltScrollspy .nav {
  padding: 0;
}
#navAltScrollspy .nav li {
  width: 100%;
}
#navAltScrollspy .nav li a {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 4px 0px;
  border-radius: 0;
  border: none;
  color: #108188;
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
}
#navAltScrollspy .nav li a:hover {
  text-decoration: underline;
  border: none;
}
#navAltScrollspy .nav li a::after {
  display: none;
}
#navAltScrollspy .nav li.active a {
  background-color: #005EAD!important;
  color: #eeeeee;
}
#navAltScrollspy .nav.affix {
  top: 20px;
}
#navAltScrollspy .nav.affix-bottom {
  position: absolute;
}
#navAltScrollspy .connectButton {
  background: #108188;
  color: #FFF !important;
  margin: 16px 0 0;
  display: block;
  width: 100%;
  max-width: 100%;
}
#navAltScrollspy .connectButton:hover {
  background-color: #085055;
}
/* -- Tab View --*/
#tabs.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
#tabs.ui-widget .nav-tabs.ui-widget-header {
  border: none;
  background: none;
  color: inherit;
  font-weight: normal;
}
#tabs.ui-widget .nav-tabs.ui-widget-header li {
  white-space: normal;
  width: 12.5%;
  height: 65px;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  margin-right: 1.2em;
}
#tabs.ui-widget .nav-tabs.ui-widget-header li a {
  line-height: inherit;
  text-align: center;
  font-size: 16px;
  padding: .4em .1em;
  width: 100%;
  height: 100%;
}
#tabs.ui-widget .nav-tabs.ui-widget-header li a:hover,
#tabs.ui-widget .nav-tabs.ui-widget-header li a:visited {
  text-decoration: none;
  background-color: #fff;
}
#tabs.ui-widget .nav-tabs.ui-widget-header li a::after {
  border-top: 0;
}

#cmp-placeholder {
  text-align: center;
  margin: 2% auto;
  color: #ccc;
}
#accordion .panel {
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#accordion .panel .panel-heading {
  background-color: #eee;
  padding: 15px;
}
#accordion .panel .panel-title > a {
  font-weight: 600;
  text-decoration: none;
  font-size: 1em;
}
#accordion .panel .panel-title > a:hover {
  color: #21ade3;
  text-decoration: none;
}
.accordion-modal {
  min-height: 10rem;
}
.accordion-modal .accord-row {
  flex-flow: row wrap;
  justify-content: normal;
  padding: 0;
  margin: 0;
}
.accordion-modal .accord-row .icon-item {
  width: 146px;
  height: 104px;
  padding: 8px 0;
  margin: 8px;
}
.accordion-modal .accord-row .icon-item img {
  margin: 12px;
  width: 122px;
  height: 80px;
}
.accord-mod .modal-dialog {
  max-width: 640px;
}
.accord-mod .modal-dialog .modal-content {
  padding: 40px;
}
.accord-mod .modal-dialog .modal-content .modal-header {
  padding: 0;
  border-bottom: none;
}
.accord-mod .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: -1.5rem -1rem -1rem auto;
}
.accord-mod .modal-dialog .modal-content .modal-body p.amod-p-img {
  text-align: center;
}
.accord-mod .modal-dialog .modal-content .modal-body p.amod-p-img .amod-img {
  max-height: 100px;
  max-width: 240px;
}
.accord-mod .modal-dialog .modal-content .modal-body p.amod-title {
  font-weight: 700;
  text-align: center;
}
.accord-mod .modal-dialog .modal-content .modal-footer {
  border-top: none;
  justify-content: flex-start;
}
.accord-mod .modal-dialog .modal-content .modal-footer p {
  width: 100%;
}
@media (max-width: 840px) {
  .accordion-modal .accord-row .icon-item {
    padding: 16px 8px;
  }
  .accord-mod .modal-dialog {
    margin: 0 64px;
  }
}
@media (max-width: 600px) {
  .accordion-modal .accord-row .icon-item {
    padding: 16px 8px;
    height: 100%;
  }
  .accordion-modal .accord-row .icon-item .links-wrapper {
    display: none;
  }
  .accord-mod .modal-dialog {
    margin: 0 8px;
    max-width: calc(100% - 24px);
  }
  .accord-mod .modal-dialog .modal-content {
    padding: 16px;
  }
  .accord-mod .modal-dialog .modal-content .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('vendors/font-awesome/resources/fontawesome-webfont.eot?v=4.4.0');
  src: url('vendors/font-awesome/resources/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('vendors/font-awesome/resources/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('vendors/font-awesome/resources/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('vendors/font-awesome/resources/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('vendors/font-awesome/resources/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.blogHeaderCol {
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blogHeaderTopic {
  font-size: 12px;
  text-align: center;
  color: #539B49;
  text-decoration: none;
  opacity: 1;
  margin: 20px 0 10px 0;
  font-weight: bold;
}
.blogHeaderTopicLink {
  color: #539B49;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.blogHeaderTopicLink:hover {
  font-weight: 700;
  text-decoration: none;
}
.blogHeaderTitle {
  font-size: 45px;
  text-align: center;
  margin: 0 0 20px 0;
}
.blogHeaderRow {
  margin: 0 -15px 50px -15px;
}
.blogDate {
  text-align: center;
  font-size: 12px;
  min-width: fit-content;
}
.blogAuthor {
  text-align: center;
  font-size: 12px;
  min-width: fit-content;
}
.blogAuthorLink {
  text-decoration: none;
  color: #272727;
  font-weight: normal;
}
.blogAuthorLink:hover {
  color: #21ade3;
  text-decoration: none;
}
.blogDescription {
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 50px 0;
}
.blogImageBlock {
  text-align: center;
  margin-bottom: 40px;
}
.blogImage {
  width: 100%;
  height: auto;
}

.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 24px;
}
.select-component .select-outer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media (max-width: 991px) {
  .select-component .select-outer-wrapper {
    width: 100%;
  }
}
.select-component .select-outer-wrapper .drop-title-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #8F8F8F;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18.06px;
  line-height: 28px;
  color: #108188;
}
.select-component .display-none {
  display: none !important;
}
.select-component .drop-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 44.1px;
  line-height: 56px;
  text-align: center;
  color: #262626;
  margin-bottom: 80px;
}
.select-component .remove-animation-close {
  animation: remove-drop 0.3s ease-in-out forwards !important;
}
.select-component .drop-arrow {
  transition: all 0.3s ease-in-out;
}
.select-component .animation-arrow {
  transform: rotateZ(180deg);
}
.select-component #mobile-select {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: block;
  flex-direction: column;
  padding: 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 4px 4px;
  z-index: 1;
  transform-origin: top center;
  animation: rotateX 0.3s ease-in-out forwards;
}
.select-component #mobile-select .cmp-tabs__tab {
  box-sizing: border-box;
  cursor: pointer;
  padding: 12px;
  background: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18.06px;
  line-height: 28px;
  color: #108188;
  border: none;
  text-align: left;
}
.select-component #mobile-select .cmp-tabs__tab--active {
  background: #EEFAFB;
}
.select-component #mobile-select .cmp-tabs__tab:hover {
  background: #EEFAFB;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}
.cmp-tabs {
  margin: 64px auto;
}
.cmp-tabs > h2 {
  text-align: center;
}
@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    opacity: 0.75;
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes remove-drop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}

.conciergeForm #displayErrorMessage {
  color: red;
}

/*
 *  login.less
 */
/* --- Login Component --- */
#login-container {
  min-width: 450px;
}
#login-container form {
  position: relative;
}
#login-container form .login-input {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #999;
  padding: 5px;
  font-size: 16px;
  color: #333;
}
#login-container form .login-button {
  background-color: #8DC63F;
  color: #fff;
  border: none;
}
#login-container form .login-chkbox {
  padding-left: 0;
}
#login-container form ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-padding-start: 0;
}
#login-container form ul li {
  width: 49%;
  float: left;
  clear: none;
  text-align: left;
  font-size: 13px;
  height: 30px;
}
#login-container form ul li:nth-child(odd) {
  text-align: left;
}
#login-container form ul li:nth-child(even) {
  text-align: right;
}
#login-container form ul li a {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
/* --- Floating Labels --- */
#loginUsername:focus ~ .floating-label-u,
#loginUsername:not(:focus):valid ~ .floating-label-u {
  top: -11px;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  opacity: 1;
  background: #fff;
  height: 20px;
  padding: 6px;
  padding-top: 0;
}
#loginPassword:focus ~ .floating-label-p,
#loginPassword:not(:focus):valid ~ .floating-label-p {
  top: 50px;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  opacity: 1;
  background: #fff;
  height: 20px;
  padding: 6px;
  padding-top: 0;
}
.floating-label-u,
.floating-label-p {
  position: absolute;
  left: 10px;
  pointer-events: none;
  transition: 0.3s ease all;
  color: #999;
  font-size: 14px;
}
.floating-label-u {
  top: 12px;
}
.floating-label-p {
  top: 72px;
}
/* --- Login Page Styles --- */
#loginTitle {
  margin-top: 40px;
}
#loginTitle .xtra-sm-font {
  font-size: 11px;
}
#loginTitle h2 {
  margin-top: 0;
  padding-top: 0;
  line-height: .1;
  margin-bottom: 20px;
}
.register-btn-cont a {
  text-decoration: none;
}
.register-btn-cont {
  min-width: 450px;
}
.register-btn-cont .register-button {
  width: 100%;
  height: 50px;
  background-color: #a2bbeb;
  color: #fff;
  border: none;
  font-size: 16px;
  text-align: center;
  padding-top: 12px;
}
#login-discosure {
  width: 100%;
  font-size: 11px;
  margin-top: 100px;
}
@media (max-width: 667px) {
  #login-container,
  .register-btn-cont {
    min-width: 100%;
  }
  #loginTitle {
    margin-top: 20px;
  }
  #loginTitle h2 {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  #login-container,
  .register-btn-cont {
    min-width: 220px;
  }
}


/*
 *  Copyright 
 */
.plc-HeroImage.open-sans {
  font-family: 'Open Sans', sans-serif !important;
}
.plc-HeroImage.open-sans h1,
.plc-HeroImage.open-sans h2,
.plc-HeroImage.open-sans h3,
.plc-HeroImage.open-sans h4,
.plc-HeroImage.open-sans h5,
.plc-HeroImage.open-sans h6,
.plc-HeroImage.open-sans h7,
.plc-HeroImage.open-sans .h1,
.plc-HeroImage.open-sans .h2,
.plc-HeroImage.open-sans .h3,
.plc-HeroImage.open-sans .h4,
.plc-HeroImage.open-sans .h5,
.plc-HeroImage.open-sans .h6,
.plc-HeroImage.open-sans .h7 {
  font-family: 'Open Sans', sans-serif !important;
}
.plc-HeroImage.monteserrat {
  font-family: 'Montserrat', sans-serif !important;
}
.plc-HeroImage.monteserrat h1,
.plc-HeroImage.monteserrat h2,
.plc-HeroImage.monteserrat h3,
.plc-HeroImage.monteserrat h4,
.plc-HeroImage.monteserrat h5,
.plc-HeroImage.monteserrat h6,
.plc-HeroImage.monteserrat h7,
.plc-HeroImage.monteserrat .h1,
.plc-HeroImage.monteserrat .h2,
.plc-HeroImage.monteserrat .h3,
.plc-HeroImage.monteserrat .h4,
.plc-HeroImage.monteserrat .h5,
.plc-HeroImage.monteserrat .h6,
.plc-HeroImage.monteserrat .h7 {
  font-family: 'Montserrat', sans-serif !important;
}
.plc-HeroImage {
  min-height: 460px;
  padding: 20px 0;
  margin-bottom: 64px;
  background: #555555 50% no-repeat;
  background-size: cover;
  position: relative;
  /*text-align: center;*/
  /* .plc-HeroImage-title {
		font-weight: 700 !important;
		font-size: 65px !important;
	} */
}
.plc-HeroImage .h1,
.plc-HeroImage .h3 {
  font-style: normal;
  font-size: 35px !important;
  line-height: 48px;
}
.plc-HeroImage .bar-container {
  margin-bottom: 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 150px;
}
.plc-HeroImage .bar-container .bar {
  height: 10px;
}
.plc-HeroImage .bar-container .bar1 {
  background-color: #108188;
}
.plc-HeroImage .bar-container .bar2 {
  background-color: #004785;
}
.plc-HeroImage .h3 {
  font-weight: normal;
}
.plc-HeroImage .h1 {
  font-weight: 700;
}
.plc-HeroImage .navbar {
  margin-top: 20px;
}
.plc-HeroImage-title {
  display: block;
  margin: 0 auto 20px;
  text-transform: none;
  white-space: pre-line;
  font-family: Montserrat;
}
.plc-HeroImage p {
  margin: 0 auto;
}
.plc-HeroImage-title,
.plc-HeroImage p {
  line-height: 1;
  text-shadow: 0px 0px 6px #454545;
}
.plc-HeroImage-title .btn,
.plc-HeroImage p .btn {
  text-shadow: none;
  background: #108188;
  margin-top: 20px;
}
.plc-HeroImage.heroImage-half {
  min-height: 230px;
}
.plc-HeroImage .dark-text {
  clip: ;
}
.plc-HeroImage .dark-text .plc-HeroImage-title,
.plc-HeroImage .dark-text p {
  text-shadow: none !important;
}
.plc-HeroImage .dark-text .plc-HeroImage-title {
  color: #053661;
}
.plc-HeroImage .light-text {
  color: #FFF;
}
.plc-HeroImage .description {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.plc-HeroImage .whiteBG {
  background-color: white;
  padding: 32px;
  top: 50%;
  transform: translate(0, -50%);
}
.plc-HeroImage .tealBG {
  background-color: #108188;
  padding: 32px;
  top: 50%;
  transform: translate(0, -50%);
}
.plc-HeroImage .centerBox {
  margin: 0 auto;
}
.plc-HeroImage .tealBG .h3,
.plc-HeroImage .whiteBG .h3 {
  font-size: 44px !important;
  line-height: 56px;
  font-weight: 700;
  text-shadow: none;
}
.plc-HeroImage .tealBG .h1,
.plc-HeroImage .whiteBG .h1 {
  font-family: 'Montserrat';
  font-size: 17px !important;
  line-height: 28px;
  font-weight: 700;
  text-shadow: none;
}
.plc-HeroImage .tealBG .description,
.plc-HeroImage .whiteBG .description {
  text-shadow: none;
}
.header ~ .heroimage,
.header ~ .target .heroimage {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
  overflow: visible;
}
@media (min-width: 992px) {
  .plc-HeroImage {
    text-align: left;
  }
  .plc-HeroImage .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .plc-HeroImage-wrapper {
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0px;
  }
  .plc-HeroImage-wrapper img {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .plc-HeroImage.ratio-16by9.width-full,
  .plc-HeroImage.width-full {
    padding: 180px 0 70px;
  }
}
/*
@media (max-width: 1290px) and (min-width: 990px) {
	.plc-HeroImage {
		.plc-HeroImage-wrapper {
			width: 70% !important;
		}
	}
}
*/

.conciergeForm #displayErrorMessage {
  color: red;
  text-align: center;
}
.conciergeForm #concierge_form select:required:invalid {
  color: gray;
}
.conciergeForm #concierge_form option {
  color: black;
}

/*
 *  breadcrumb.less 
 */
.cmp-breadcrumb {
  margin-left: 0;
}
.breadcrumb {
  padding: 16px 0 !important;
  margin-bottom: 0 !important;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  margin-left: 0;
  font-size: 0.875em;
  padding-top: 16px;
  padding-left: 0;
}
.breadcrumb li:first-child span.rt-angle {
  display: none;
}
.breadcrumb .breadcrumb-item::before {
  font-weight: normal !important;
}
.breadcrumb li {
  display: inline-block;
  font-style: normal;
  padding: 0;
}
.breadcrumb li li:before {
  padding: 0;
  display: none;
  font-weight: normal;
}
.breadcrumb li span.rt-angle {
  width: 20px;
  height: 20px;
  color: #333;
  margin: 0 7px;
}
.breadcrumb li a {
  font-style: normal;
  color: #272727;
  font-weight: 400;
}
.breadcrumb li a:hover {
  color: #3299CD;
  font-style: normal;
  text-decoration: none;
}
.breadcrumb .active {
  color: #272727;
  font-style: normal;
  font-weight: bold;
}

.blogHeaderCol {
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blogHeaderTopic {
  font-size: 12px;
  text-align: center;
  color: #539B49;
  text-decoration: none;
  opacity: 1;
  margin: 20px 0 10px 0;
  font-weight: bold;
}
.blogHeaderTopicLink {
  color: #539B49;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.blogHeaderTopicLink:hover {
  font-weight: 700;
  text-decoration: none;
}
.blogHeaderTitle {
  font-size: 45px;
  text-align: center;
  margin: 0 0 20px 0;
}
.blogHeaderRow {
  margin: 0 -15px 50px -15px;
}
.blogDate {
  text-align: center;
  font-size: 12px;
  min-width: fit-content;
}
.blogAuthor {
  text-align: center;
  font-size: 12px;
  min-width: fit-content;
}
.blogAuthorLink {
  text-decoration: none;
  color: #272727;
  font-weight: normal;
}
.blogAuthorLink:hover {
  color: #21ade3;
  text-decoration: none;
}
.blogDescription {
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 50px 0;
}
.blogImageBlock {
  text-align: center;
  margin-bottom: 40px;
}
.blogImage {
  width: 100%;
  height: auto;
}

.blogAuthorBlock {
  background-color: #EDF0F7;
}
.blogAuthorRow {
  padding: 5px;
  margin-right: -15px;
  margin-left: -15px;
}
.blogAuthorImageBlock {
  width: 34%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.blogAuthorImage {
  max-width: 100%;
  height: auto;
}
.blogAuthorBioBlock {
  width: 65%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 5px;
  float: left;
}
.blogAuthorRow {
  padding: 25px;
}
.blogAuthorName {
  margin-right: -15px;
  margin-left: -15px;
  font-weight: 400;
}
.authorNameLink {
  color: #272727;
  text-decoration: none;
  fint-weight: normal;
}
.authorNameLink:hover {
  color: #21ade3;
  text-decoration: none;
}
.blogAuthorDescription {
  margin-right: -15px;
  margin-left: -15px;
}
.linkedInGroup {
  margin-right: -15px;
  margin-left: -15px;
}
.linkedInLink:hover {
  text-decoration: none;
}

/* -----------------------
    Video Less
-------------------------- */
.video__container ul,
.video__container li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.video__container .d-flex {
  display: flex;
}
.video__container .d-none {
  visibility: hidden;
}
.video__container .dir-col {
  flex-direction: column;
}
.video__container .items-center {
  align-items: center;
}
.video__container .content-center {
  justify-content: center;
}
.video__container.video__container-top-spacing {
  padding-top: 4rem;
}
.video__container.video__container-bottom-spacing {
  padding-bottom: 4rem;
}
.video__container .videoComponentTitle {
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 28.22px;
  line-height: 28px;
  color: #262626;
  margin-bottom: 40px;
  margin-top: 0;
}
.video__container .titleStyling {
  color: #005ead;
  font-size: 18.06px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 700;
  margin: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .video__container .titleStyling {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}
.video__container .titleStyling.secondaryTitleStyling {
  font-size: 16px;
}
.video__container .playButton {
  position: absolute;
  color: white !important;
  background: transparent;
  border: 0px;
  outline: none;
  z-index: 10000;
  opacity: 0;
  transition: all 0.5s linear;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .playButton {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .video__container .showCarousel {
    display: none;
  }
}
.video__container .cardShadow {
  transition: all 0.5s linear;
}
@media screen and (min-width: 1024px) {
  .video__container .cardShadow:hover {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 4px 15px rgba(0, 0, 0, 0.22);
  }
  .video__container .cardShadow:hover video {
    transform: scale(1.1);
  }
  .video__container .cardShadow:hover .overlay {
    opacity: 0.5;
  }
}
.video__container .sidebar {
  display: flex;
  padding: 0rem;
}
@media screen and (max-width: 1023px) {
  .video__container .sidebar {
    display: none;
  }
}
.video__container .sidebar .player {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 30px;
}
.video__container .sidebar .player_container {
  border-radius: 4px;
  border: 1px solid transparent;
  aspect-ratio: 1.77777778;
  position: relative;
  background: #f6f7f8;
  cursor: pointer;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .sidebar .player_container {
    height: 434px;
  }
}
@media screen and (max-width: 1250px) and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .sidebar .player_container {
    height: 265px;
  }
}
.video__container .sidebar .sidebarVideoTitle {
  margin: 10px 0px 0px 0px;
  font-family: 'Montserrat';
}
.video__container .sidebar .sidebarPlayer {
  aspect-ratio: 1.77777778;
  opacity: 1;
  transition: all 1s linear;
  border-radius: 4px;
}
.video__container .sidebar .preview {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0.5rem;
  border: none;
  margin-right: 26px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-left: 2px;
}
.video__container .sidebar .preview video {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.video__container .sidebar .preview:hover {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 4px 15px rgba(0, 0, 0, 0.22);
}
.video__container .sidebar .preview:hover .titleStyling {
  position: absolute;
  transition-delay: 0s;
  opacity: 0;
  width: 50%;
}
.video__container .sidebar .preview:hover .ellipsisDesc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  opacity: 1;
  transform: translateY(0px);
  position: initial;
}
@media screen and (min-width: 1440px) {
  .video__container .sidebar .preview:hover .ellipsisDesc {
    -webkit-line-clamp: 5;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .sidebar .preview:hover .ellipsisDesc {
    display: block;
  }
}
.video__container .sidebar .preview:hover video {
  transform: scale(1.1);
}
.video__container .sidebar .preview:hover .overlay {
  opacity: 0.5;
}
.video__container .sidebar .previewVideo {
  flex: 0.4;
}
.video__container .sidebar .playIcon {
  margin-left: 2px;
}
.video__container .sidebar .details {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 0px 20px;
  flex: 1;
}
.video__container .sidebar .details p {
  padding-bottom: 0.25rem;
  -webkit-line-clamp: 4;
  transition: all 0.5s linear 0.2s;
}
@media screen and (max-width: 1024px) {
  .video__container .sidebar .details {
    font-size: 0.8rem;
  }
}
.video__container .sidebar .details span {
  font-size: 14.45px;
  transition: all 0.5s linear;
  position: absolute;
  transform: translateY(100%);
  opacity: 0;
}
.video__container .sidebar .details .onlyShimmer {
  margin: 0px;
}
.video__container .sidebar .rightPane {
  position: relative;
  width: 520px;
}
@media screen and (max-width: 1250px) {
  .video__container .sidebar .rightPane {
    width: 420px;
  }
}
.video__container .sidebar .rightPaneContent {
  overflow: auto;
  height: 100%;
  width: 100%;
  padding-top: 2px;
  position: absolute;
}
.video__container .sidebar .rightPaneContent::-webkit-scrollbar {
  width: 10px;
}
.video__container .sidebar .rightPaneContent::-webkit-scrollbar-track {
  border: 1px solid #dededd;
  border-radius: 10px;
  background: #f2f2f2;
}
.video__container .sidebar .rightPaneContent::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 16px;
  width: 6px;
}
.video__container .sidebar .videoTitle {
  margin: 0rem;
  margin-top: 0.5rem;
}
.video__container .sidebar .sideBarThumbnail {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.video__container .sidebar .videoOverlay {
  position: relative;
  width: 155px;
  height: 100px;
  background: #f5f5f5;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.video__container .sidebar .videoOverlay:hover {
  z-index: 10000;
}
.video__container .sidebar .arrow {
  position: absolute;
  text-align: center;
  width: calc(100% - 26px);
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, #ffffff 100%);
  z-index: -1;
  opacity: 0 ;
  transition: all 0.5s linear;
  cursor: pointer;
}
.video__container .sidebar .arrow i {
  font-size: 1.5em;
}
.video__container .sidebar .downArrow {
  padding-top: 10px;
  bottom: -1px;
}
.video__container .sidebar .topArrow {
  padding-bottom: 10px;
  top: 0px;
}
.video__container .sidebar .videoDesc {
  color: #737373;
  margin: 0px;
  font-size: 14.45px;
}
.video__container .theaterMode .playerContainer {
  margin-bottom: 4rem;
  padding: 0px 80px;
}
.video__container .theaterMode .carouselVideoContainer {
  background: #f6f7f8;
  aspect-ratio: 1.77777778;
  width: 100%;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  border: 1px solid transparent;
  /** Video container height for IE as aspect ratio is not supported **/
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .theaterMode .carouselVideoContainer {
    height: 650px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .video__container .theaterMode .carouselVideoContainer {
    height: 550px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .video__container .theaterMode .carouselVideoContainer {
    height: 430px;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .video__container .theaterMode .carouselVideoContainer {
    height: 350px;
  }
}
@media screen and (max-width: 600px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .video__container .theaterMode .carouselVideoContainer {
    height: 300px;
  }
}
@media screen and (max-width: 500px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .video__container .theaterMode .carouselVideoContainer {
    height: 250px;
  }
}
@media screen and (max-width: 400px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .video__container .theaterMode .carouselVideoContainer {
    height: 200px;
  }
}
.video__container .theaterMode .carouselPlayer {
  opacity: 1;
  transition: all 1s linear;
  border-radius: 4px;
  aspect-ratio: 1.77777778;
}
.video__container .theaterMode .videoText {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-family: 'Montserrat';
}
.video__container .theaterMode .videoDesc {
  color: #737373;
  text-align: center;
  min-height: 20px;
}
.video__container .theaterMode .videoGalleryTitle {
  font-weight: bold;
  font-size: 28.22px;
  line-height: 28px;
  text-align: center;
}
.video__container .theaterMode .carousel {
  margin-top: 2rem;
}
.video__container .theaterMode .carousel li {
  max-width: 350px;
}
.video__container .theaterMode .swiper::before {
  content: '';
  width: 80px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
  z-index: 50;
}
@media screen and (max-width: 1023px) {
  .video__container .theaterMode .swiper::before {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .video__container .theaterMode .swiper::before {
    content: none;
  }
}
.video__container .theaterMode .swiper::after {
  content: '';
  width: 80px;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
  z-index: 50;
}
@media screen and (max-width: 1023px) {
  .video__container .theaterMode .swiper::after {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .video__container .theaterMode .swiper::after {
    content: none;
  }
}
.video__container .theaterMode .card {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: white;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #e5e5e5;
}
.video__container .theaterMode .card video {
  transition: all 0.3s linear;
}
@media screen and (min-width: 1024px) {
  .video__container .theaterMode .card:hover .carouselThumbnailText {
    transform: translateY(0) !important;
  }
  .video__container .theaterMode .card:hover .carouselThumbnailText .carouselThumbnailTitle {
    -webkit-line-clamp: 4;
  }
  .video__container .theaterMode .card:hover .carouselThumbnailText span {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    opacity: 1;
  }
}
.video__container .theaterMode .thumbnailContainer {
  height: 225px;
  overflow: hidden;
  margin: 0px 1px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .video__container .theaterMode .thumbnailContainer {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .video__container .theaterMode .thumbnailContainer {
    height: 150px;
  }
}
.video__container .theaterMode .videoWithOverlay {
  display: flex;
  height: 150px;
  position: relative;
  background: #f5f5f5;
  z-index: 1000;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1250px) {
  .video__container .theaterMode .videoWithOverlay {
    height: 100px;
  }
}
.video__container .theaterMode .carouselThumbnailText {
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  transform: translateY(100%) translateY(-75px);
  transition: all 0.4s;
  width: 100%;
  background: white;
  z-index: 100000;
}
.video__container .theaterMode .carouselThumbnailText span {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  transition-delay: 0.3s;
  min-height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .video__container .theaterMode .carouselThumbnailText {
    transform: translateY(100%) translateY(-70px);
  }
}
@media screen and (max-width: 767px) {
  .video__container .theaterMode .carouselThumbnailText {
    transform: translateY(100%) translateY(-50px);
  }
}
.video__container .theaterMode .carouselThumbnailTitle {
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
}
.video__container .theaterMode .carouselThumbnail {
  max-height: 250px;
  width: 100%;
  transition: width 1s, height 1s;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 700px) {
  .video__container .theaterMode .carouselThumbnail {
    max-width: 14rem;
    max-height: 110px;
  }
}
@media screen and (max-width: 400px) {
  .video__container .theaterMode .carouselThumbnail {
    max-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .video__container .theaterMode .carouselButtonContainer {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .video__container .theaterMode .playerContainer {
    padding: 0 40px;
    margin-bottom: 0.75rem;
  }
  .video__container .theaterMode .videoDesc {
    font-size: 14px;
  }
  .video__container .theaterMode .videoGalleryTitle {
    font-size: 22px;
    line-height: 22px;
  }
  .video__container .theaterMode .carousel {
    margin-top: 1rem;
  }
  .video__container .theaterMode .swiper {
    margin: 0px 50px;
  }
  .video__container .theaterMode .swiper-button-next,
  .video__container .theaterMode .swiper-button-prev {
    transform: scale(0.75);
  }
  .video__container .theaterMode .swiper-button-next {
    right: -5px;
  }
  .video__container .theaterMode .swiper-button-prev {
    left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .video__container .theaterMode .playerContainer {
    padding: 0 10px;
    margin-bottom: 0.5rem;
    align-items: flex-start;
  }
  .video__container .theaterMode .videoText {
    margin-bottom: 0rem;
    margin-top: 0.75rem;
  }
  .video__container .theaterMode .videoGalleryTitle {
    font-size: 19px;
    line-height: 20px;
  }
  .video__container .theaterMode .carousel {
    margin-top: 1rem;
  }
  .video__container .theaterMode .swiper {
    margin: 0;
  }
  .video__container .theaterMode .swiper-button-next,
  .video__container .theaterMode .swiper-button-prev {
    transform: scale(0.5);
  }
  .video__container .theaterMode .titleStyling {
    font-size: 14px;
  }
  .video__container .theaterMode .videoDesc {
    font-size: 12px;
    text-align: left;
  }
  .video__container .theaterMode .card {
    max-width: 240px;
    width: 100%;
  }
  .video__container .theaterMode .carouselThumbnailText {
    padding: 0.5rem;
    line-height: 16px;
  }
  .video__container .theaterMode .swiper-button-next,
  .video__container .theaterMode .swiper-button-prev {
    position: unset;
  }
}
@media screen and (max-width: 600px) {
  .video__container .theaterMode .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video__container .theaterMode .titleStyling {
    font-size: 13px;
  }
  .video__container .theaterMode .videoText {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 500px) {
  .video__container .theaterMode .playerContainer {
    padding: 0px;
  }
}
@media screen and (max-width: 400px) {
  .video__container .theaterMode .card {
    max-width: 150px;
  }
}
.video__container .swiper {
  max-height: 300px;
  margin: 0px 80px;
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .video__container .swiper {
    height: 175px;
  }
}
@media screen and (min-width: 1251px) {
  .video__container .swiper {
    height: 250px;
  }
}
.video__container .ellipsisDesc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #737373;
  font-size: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .video__container .ellipsisDesc {
    font-size: 0.7rem;
  }
}
.video__container .ellipsis-5 {
  -webkit-line-clamp: 5;
}
.video__container .overlay {
  position: absolute;
  font-weight: 700;
  font-size: 10px;
  align-items: baseline;
  color: white;
  opacity: 0;
  height: 90px;
  width: 100%;
  transform: translate3d(0, 0, 0);
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  transition: opacity 0.5s linear;
  z-index: 1000;
}
.video__container .overlayText {
  opacity: 0;
  display: inline-block;
  margin-right: 0.25rem;
  transition: opacity 0.5s linear;
  background: #005ead;
  margin-left: 8px;
  margin-top: 8px;
  border-radius: 16px;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12.8px;
  line-height: 16px;
}
.video__container .d-show {
  display: flex;
  height: 100%;
  width: 100%;
}
.video__container .verticalSpacing {
  margin: 1rem 0rem;
}
.video__container .verticalSpacing video {
  cursor: pointer;
}
.video__container .swiper-button-next,
.video__container .swiper-button-prev {
  border: 1px solid #005ead;
  border-radius: 100px;
  color: #005ead;
  top: 40%;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .video__container .swiper-button-next,
  .video__container .swiper-button-prev {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .swiper-button-next,
  .video__container .swiper-button-prev {
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.video__container .swiper-button-next::after,
.video__container .swiper-button-prev::after {
  transform: scale(0.5);
}
.video__container .swiper-button-next:hover,
.video__container .swiper-button-prev:hover {
  background: #005ead;
  color: white !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .swiper-button-next:hover {
    background-image: url("../../plannuities/components/content/video/clientlibs/resources/RightArrowHighlight.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .swiper-button-prev:hover {
    background-image: url("../../plannuities/components/content/video/clientlibs/resources/LeftArrowHighlight.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.video__container .swiper-button-next {
  padding: 1.5rem 1.4rem 1.5rem 1.6rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .swiper-button-next {
    background-image: url("../../plannuities/components/content/video/clientlibs/resources/RightArrow.svg");
  }
}
.video__container .swiper-button-prev {
  padding: 1.5rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .video__container .swiper-button-prev {
    background-image: url("../../plannuities/components/content/video/clientlibs/resources/LeftArrow.svg");
  }
}
.video__container .o-1 {
  opacity: 1;
}
.video__container .swiper-pagination-bullet {
  margin: 0 4px;
}
.video__container .swiper-pagination {
  position: inherit;
}
@media screen and (min-width: 768px) {
  .video__container .swiper-pagination {
    display: none;
  }
}
.video__container .video-content-teal .titleStyling {
  color: #108188;
}
.video__container .video-content-teal .swiper-button-next,
.video__container .video-content-teal .swiper-button-prev {
  color: #108188;
  border: 1px solid #108188;
}
.video__container .video-content-teal .swiper-button-next:hover,
.video__container .video-content-teal .swiper-button-prev:hover {
  background: #108188;
}
.video__container .video-content-teal .overlayText {
  background: #108188;
}
.video__container .video-content-teal .swiper-pagination-bullet-active {
  background: #108188;
}
.video__container .shimmer .shimmerEffect {
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #f2f4f7 10%, #f0f0f2 20%, #f2f4f7 30%, #f6f7f8 40%, #f6f7f8 100%);
  background-size: 1500px 100%;
  z-index: 1000000;
  left: 0;
  cursor: initial;
}
@keyframes shimmer {
  from {
    background-position: -1500px 0;
  }
  to {
    background-position: 1500px 0;
  }
}
.video__container .shimmer .carouselVideoContainer .shimmerContainer,
.video__container .shimmer .player_container .shimmerContainer {
  border-radius: 4px;
}
.video__container .shimmer .shimmerContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  .video__container .shimmer .carouselVideoContainer .shimmerContainer,
  .video__container .shimmer .player_container .shimmerContainer {
    height: auto;
  }
}
.video__container .shimmer .titleStyling {
  width: 50%;
  color: transparent;
  height: 20px;
  margin-bottom: 10px;
}
.video__container .shimmer .preview .titleStyling {
  width: 100%;
}
.video__container .shimmer .ellipsisDesc {
  height: 20px;
  color: transparent;
}
.video__container .shimmer .preview {
  cursor: initial;
  pointer-events: none;
}
.video__container .shimmer .card {
  cursor: initial;
  margin: 0 10px;
  pointer-events: none;
}
.video__container .shimmer .videoDesc {
  width: 100%;
  color: transparent;
}
.video__container .shimmer video {
  pointer-events: none;
}
.video__container .shimmer .onlyShimmer {
  margin-top: 10px;
  height: 20px;
  width: 100%;
}
.video__container .shimmer .videoDesc {
  min-height: 20px;
  width: 100%;
}
.video__container .shimmer .carouselPlayer {
  opacity: 0;
}
.video__container .shimmer .sidebarPlayer {
  opacity: 0;
}

/*
 *  Copyright 
 */
.cmp-title {
  text-align: center;
  color: #363636;
}
.cmp-title h1,
.cmp-title h2 {
  text-transform: uppercase;
  margin: 20px 0 40px;
}
.cmp-title h1 + .cmp-title h1,
.cmp-title h1 + .cmp-title h2,
.cmp-title h2 + .cmp-title h1,
.cmp-title h2 + .cmp-title h2 {
  margin: -40px 0;
}
.cmp-title h4 {
  margin: 5px 0;
}

.text-card-container2 {
  padding: 64px 0;
}
.text-card-container2.white {
  background-color: #ffffff;
}
.text-card-container2.gray {
  background-color: #fbfbfb;
}
.text-card-container2.lightblue {
  background-color: #d5e4f1;
}
.text-card-container2.blue {
  background-color: #053661;
}
.text-card-container2 > h2 {
  text-align: center;
  margin: 0 auto 24px;
  color: initial;
}
.text-card-container2 > p {
  text-align: center;
  margin: 0 auto 24px;
  color: initial;
}
.text-card-container2 .text-card-wrapper2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.text-card-container2 .text-card-wrapper2.c-thin .text-card2 {
  width: 320px;
}
.text-card-container2 .text-card-wrapper2.c-standard .text-card2 {
  width: 400px;
}
.text-card-container2 .text-card-wrapper2.c-wide .text-card2 {
  width: 450px;
}
.text-card-container2 .text-card-wrapper2.c-short .text-card2 {
  height: 460px;
}
.text-card-container2 .text-card-wrapper2.c-medium .text-card2 {
  height: 540px;
}
.text-card-container2 .text-card-wrapper2.c-tall .text-card2 {
  height: 620px;
}
/*
.container-fluid{
	>h3{
		max-width:750px;
		//margin: 3rem auto 4rem auto;
		margin:6rem auto 4.5rem auto;
	}
}
@media (max-width: 575.98px) {
	.textCardContainer{
		>.container-fluid{
			>h3{padding-right: 1.5rem;padding-left: 1.5rem;}
		}
	}
}
*/

.text-card2 {
  margin: 0 8px;
  display: inline-block;
  min-width: 320px;
  max-width: 450px;
  padding: 24px;
  background-color: #ffffff;
  position: relative;
  color: initial;
  border-radius: 4px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 24px;
}
.text-card2 .texcard-icon {
  margin: 0 auto;
  display: block;
  max-height: 10%;
  margin-bottom: 16px;
}
.text-card2 h3.left-title {
  text-align: left;
}
.text-card2 h3.center-title {
  text-align: center;
}
.text-card2 h3.right-title {
  text-align: right;
}
.text-card2 .pcwr-richtext {
  text-align: left;
  overflow: hidden;
  height: 77%;
}
.text-card2 .pcwr-richtext.shorten {
  height: 65%;
}
.text-card2 .txtcard-link {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  width: unset;
}
.text-card2 .txtcard-link.txtcard-btn {
  background-color: #0D65B3;
  color: #fff;
  text-align: center;
  padding: 10 auto;
  width: unset;
  display: block;
  line-height: 2em;
}
/*
.text-card{
	max-width:525px;
	margin-bottom:3rem;
	&:first-child{margin-left:auto;}
	&:last-child{margin-right:auto;}
	h5, ul {
		margin-bottom:1.4rem;
	}
	&:only-of-type{
		max-width:750px;
		//text-align:center !important;
		margin-left:auto;
		margin-right:auto;
	}
	&:nth-child(2) {
		margin-left: 4rem;
		&:not(:last-of-type){
			max-width:330px;
		}
	}
	&:nth-last-child(3), &:nth-child(3){
		max-width:330px;
	}
	&:nth-child(3){margin-left: 4rem;}
	ul{
		list-style-image: url('../../../etc/designs/pcwr/default/images/icon-check-blue.svg');
		//padding-left: 1.25rem !important;
		//li{font-family: 'Open Sans', sans-serif;font-size: 18px;}
	}
	//ol{padding-left: 15px;li{font-family: 'Open Sans', sans-serif;font-size: 18px;}}
	
	.pcwr-richtext {
		margin-bottom: 30px;
	}
}

@media (max-width:768px){
	.text-card, .text-card:only-of-type, .text-card:nth-child(2), .text-card:nth-child(3), .text-card:nth-last-child(3) {
		max-width:90%; min-width:90%; margin-left:auto;margin-right:auto;
	}
	.text-card:only-of-type{padding-right:15px;}
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

   .text-card{
   		width:525px;
   		max-width:none;
		&:nth-child(2) {
			&:not(:last-of-type){width:330px; max-width:none;}
		}
		&:nth-last-child(3), &:nth-child(3){width:330px; max-width:none;}
		&:first-child{padding-left:50px;}
   }  
}
@media (max-width: 575.98px) {
	.text-card-wrapper{ margin-left:0; margin-right:0;}
	.text-card, .text-card:only-of-type, .text-card:nth-child(2), .text-card:nth-child(3), .text-card:nth-last-child(3),.text-card:first-child,.text-card:last-child {
		padding-left:0; padding-right:0;
		margin-left:24px;margin-right:24px;
		max-width:unset; min-width:unset;
		//ul{li{font-size:16px;}}
		//ol{li{font-size:16px;}}
	}
}

*/

#teaser-container {
  background-color: #ebebeb;
  padding: 10px 50px;
  text-align: center;
}
#teaser-container #teaser-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
#teaser-container #teaser-title {
  margin-bottom: 0;
  text-align: center;
}
#teaser-container #teaser-text {
  width: 50%;
  margin: 10px auto;
  text-align: center;
}
#teaser-container #teaser-button {
  background-color: #8DC63F;
  border: 0;
  color: #fff;
  padding: 10px 40px;
  margin: 20px 0;
}
#teaser-container #teaser-button i {
  margin: 0 10px;
}
@media (max-width: 768px) {
  #teaser-container #teaser-text {
    width: 70%;
  }
}
@media (max-width: 480px) {
  #teaser-container #teaser-text {
    width: 90%;
  }
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 24px;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem 1rem;
  cursor: pointer;
  text-align: center;
  flex-grow: 1;
  border-color: #dedede;
  font-weight: 700;
}
.cmp-tabs__tab--active {
  border-color: #0d65b3;
  border-width: 2px;
  color: #0d65b3;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}
.cmp-tabs {
  margin: 64px auto;
}
.cmp-tabs > h2 {
  text-align: center;
}
/*
*@media (max-width: 600px ) {
*    .cmp-tabs__tab {
*        width: 100%;
*    }
*}
*/
ol.zg-ol-select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 398px;
  position: relative;
}
ol.zg-ol-select li {
  display: none;
  padding: 3px 5px;
  width: 386px;
}
ol.zg-ol-select:not(.active) b {
  font-weight: normal;
}
ol.zg-ol-select li.active {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aaa;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ol.zg-ol-select.active {
  border: 1px solid #aaa;
  position: absolute;
  background-color: #FFF;
  z-index: 1;
}
ol.zg-ol-select.active li {
  border: none;
  display: block;
}
ol.zg-ol-select.active li:hover {
  background-color: #0074d9;
  color: #FFF;
}
ol.zg-ol-select.active li.active {
  background-color: #c4e0f9;
}
ol.zg-ol-select.active li.active:hover {
  background-color: #0074d9;
  color: #FFF;
}
.selected--zg-ol-select {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}
.selected--zg-ol-select.active {
  border: 1px solid #111;
  padding: 3px 5px;
}
.zg-ol-select:not(.active)::after {
  content: ' ';
  position: absolute;
  right: 7px;
  top: 3px;
  background-image: url('../../plannuities/components/content/tabs/clientlibs/site/css/chevron.svg');
  /* change path to chevron here, if needed */
  width: 20px;
  height: 20px;
  background-size: contain;
  pointer-events: none;
}
.selected--zg-ol-select.active .description {
  display: none;
}
.zg-ol-select:not(.active) li.active .description {
  display: none;
}


/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.search-facets {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: 1px solid #cacaca;
  min-height: 28px;
}
.search-facets dl {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.search-facets dl dt {
  margin: 1rem 0 .75rem 0;
  font-weight: bold;
}
.search-facets dl dd {
  margin: 0 .5rem 0 0;
  padding: 0;
  display: inline-block;
}
.search-facets button.search-facet-toggle {
  float: right;
  background: none;
  border: none;
}
.search-facets .coral-Icon--accordionDown {
  display: block;
}
.search-facets .coral-Icon--accordionUp {
  display: none;
}
.search-facets .search-facets--content {
  padding: 5px;
}
.search-facets input[type=checkbox] {
  display: none;
}
.search-facets label {
  border: solid 1px #999999;
  color: #999999;
  padding: .25rem .5rem;
  font-size: .9rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.search-facets input[type=checkbox]:checked + label {
  color: #ff6b59;
  border-color: #ff6b59;
}
.search-facets.open .coral-Icon--accordionDown {
  display: none;
}
.search-facets.open .coral-Icon--accordionUp {
  display: block;
}

/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.search-field {
  position: relative;
  width: 100%;
  /* Search Field - -Autocomplete */
}
.search-field .search-field--wrapper {
  position: relative;
}
.search-field .search-field--wrapper input[type="text"] {
  border: solid 1px #cacaca;
  font-size: 2rem;
  padding: 1rem 5rem 1rem 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.search-field .search-field--wrapper input[type="submit"] {
  position: absolute;
  top: .25rem;
  right: .25rem;
  padding: 0.75rem;
  border: 0;
  border-radius: 4px;
  background-color: #ff6b59;
  color: white;
  font-size: 2rem;
  width: auto;
}
.search-field .quick-lists {
  background-color: #ffffff;
  border: solid 1px #cacaca;
  border-top-style: dashed;
  display: none;
  left: 0;
  margin-top: -1px;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.search-field .quick-lists dl,
.search-field .quick-lists dt,
.search-field .quick-lists dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-field .quick-lists a {
  padding: 1rem;
  text-decoration: none;
  display: block;
}
.search-field .quick-lists a:hover {
  background-color: #f0f0f0;
}
.search-field .quick-lists .quick-suggestions,
.search-field .quick-lists .quick-results {
  display: none;
}
.search-field .quick-lists .quick-suggestions dt,
.search-field .quick-lists .quick-results dt {
  padding: 1rem 0 .5rem 1rem;
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  font-style: italic;
}
.search-field .quick-lists .quick-suggestions {
  background-color: #f0f0f0;
  font-size: .8rem;
  padding-bottom: 1rem;
}
.search-field .quick-lists .quick-suggestions dd {
  padding: .4rem 1rem;
  font-style: italic;
  cursor: pointer;
}
.search-field .quick-lists .quick-results a {
  padding: 1rem;
  text-decoration: none;
  display: block;
}
.search-field .quick-lists .quick-results a:hover {
  background-color: #f0f0f0;
}

/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.search-results ul,
.search-results li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results .search-stats {
  font-size: .9rem;
  font-style: italic;
  padding-right: .5rem;
}
.search-results li {
  clear: both;
}
.search-results li .info {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: .9rem;
  line-height: 1.25rem;
}
.search-results li .info h3 {
  font-size: 1.25rem;
  font-weight: normal;
  margin: .75rem 0 .5rem 0;
  padding-top: .25rem;
  word-break: normal;
}
.search-results li .info p {
  word-break: normal;
  margin-top: 0;
}
.search-results li .info p strong {
  font-weight: 600;
}
.search-results li.thumbnail {
  padding-bottom: .75rem;
  border: 0;
  border-bottom: solid 1px #ccc;
}
.search-results li.thumbnail .info {
  margin-left: 120px;
}
.search-results li.thumbnail .thumbnail {
  float: left;
  width: 100px;
  text-align: center;
  padding: 1rem 0;
  border: 0;
}
.search-results li.thumbnail .thumbnail a {
  color: #727272;
}
.search-results li.thumbnail .thumbnail a:hover {
  color: #ff6b59;
}

/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.search-pagination {
  margin: 1rem auto;
}
.search-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.search-pagination ul li {
  margin: 0 .5rem 0 0;
  padding: 0;
  display: inline-block;
}
.search-pagination input[type=radio] {
  display: none;
}
.search-pagination label {
  color: #21ade3;
  padding: .25rem .5rem;
  font-size: .9rem;
  border: 0;
  cursor: pointer;
}
.search-pagination input[type=radio]:checked + label {
  color: #fff;
  background-color: #21ade3;
}

/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.productcategory {
  margin-bottom: 3em;
}
.productcategory > div {
  background: #ebebeb;
}
.productcategory .left-container .product-category-title {
  font-weight: bold;
}
.productcategory .left-container .product-category-description {
  padding-top: 10%;
}
.productcategory .right-container .prod-list-container {
  padding: 20px;
  background: #fff;
  border: 1px solid #ebebeb;
}
.productcategory .right-container .prod-list {
  list-style-type: none;
  margin: 0;
  background-color: #fff;
  padding: 0;
}
.productcategory .right-container .prod-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.productcategory .right-container .prod-list li:last-child {
  border-bottom: 0;
}
.productcategory .right-container .prod-list-title {
  display: none;
}
.productcategory .right-container .prod-item-title {
  font-weight: bold;
}
.productcategory .right-container .prod-item-title a {
  font-style: normal;
}
@media (min-width: 768px) {
  div.prod-list-div {
    display: block;
  }
  .productcategory > div {
    background: #ebebeb;
    background: linear-gradient(to right, #ebebeb 66%, #ffffff 66%);
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .productcategory .left-container,
  .productcategory .right-container {
    padding: 30px;
  }
}

.notification_bar {
  display: flex;
  width: 100%;
  z-index: 10000000;
  align-items: center;
  padding: 1.5% 4%;
  justify-content: space-between;
  background-color: #ebebeb;
}
.notification_bar.notification_bar--disableAnimations {
  opacity: 1;
}
.notification_bar .text {
  max-width: 90%;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2%;
}
.notification_bar .text p {
  margin-bottom: 0;
  font-size: 14.45px !important;
}
.notification_bar.fade-banner {
  opacity: 0;
}
.notification_bar.show-banner {
  opacity: 1 !important;
  transition: opacity 500ms linear 0.5s;
}
.notification_bar .btn-primary {
  border-radius: 4px;
  border: 0;
}
.notification_bar .bannerButton {
  background-color: #0d65b3;
}
.notification_bar .bannerButton.bannerButton--teal {
  background-color: #108188;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .notification_bar {
    flex-direction: column;
    padding: unset;
  }
  .notification_bar .text {
    width: 100%;
    margin: 4%;
  }
  .notification_bar .bannerButton {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .notification_bar {
    padding: 2.5% 4%;
  }
}

.newsroom-page .newsroom-page-wrapper {
  max-width: 750px;
}
.newsroom-page .newsroom-page-wrapper .news-item {
  margin-top: 50px;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 {
  font-size: 16px;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 a {
  text-decoration: none;
  transition: color .1s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 a:hover {
  color: #006ca4;
  transition: color .2s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 a:active {
  color: #004b71;
}
.newsroom-page .newsroom-page-wrapper .news-item > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  transition: color .1s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item > a:hover {
  color: #006ca4;
  transition: color .1s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item > a:active {
  color: #004b71;
}
.newsroom-page .newsroom-page-wrapper .news-item .news-item-date {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin: 10px 0px 10px 0px;
}
.newsroom-page .newsroom-page-wrapper .news-item .news-item-body {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsroom-page .newsroom-page-wrapper .dropdown {
  margin: 0 auto;
  text-align: center;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-toggle {
  cursor: pointer;
  padding-left: 0px;
  border-bottom: solid 2px #008ed7;
  background: url('../../../etc/designs/pcwr/default/images/icon-arrow-blue.svg') no-repeat right;
  position: sticky;
  top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 13px 15px 13px 12px;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-toggle:after {
  display: none;
}
.newsroom-page .newsroom-page-wrapper .dropdown a {
  color: #000000;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-menu {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-menu .dropdown-item {
  display: block;
  margin: 10px 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .newsroom-page .newsroom-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* --- Default Style --- */
.modpagelist-container p {
  margin-bottom: 8px;
}
.modpagelist-container > ul li {
  margin: 0 0 8px;
}
.modpagelist-container > ul li .item-icon {
  display: none;
}
.modpagelist-container > ul li a {
  display: inline-block;
  width: 90%;
}
.modpagelist-container > ul.bullet-list .item-icon {
  font-size: 0.5em;
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}
.modpagelist-container > ul.bullet-list .item-icon i.fa {
  color: #0d65b3;
  margin-top: 8px;
}
.modpagelist-container > ul.two-col li {
  margin: 0 0 8px;
  width: 49.5%;
  float: left;
}
.modpagelist-container > ul.link-center {
  text-align: center;
}
.modpagelist-container > ul.link-right {
  text-align: right;
}
@media (max-width: 440px) {
  .modpagelist-container > ul.two-col li {
    margin: 0 0 8px;
    width: 100%;
    float: none;
  }
}

/* -----------------------
    Asset List Component Less
-------------------------- */
/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* --- Default Style --- */
.modassetlist-container h4 {
  margin-bottom: 8px;
}
.modassetlist-container p {
  margin-bottom: 8px;
}
.modassetlist-container > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.modassetlist-container > ul li {
  margin: 0 0 8px;
}
.modassetlist-container > ul li a i.fa-file-pdf-o {
  vertical-align: inherit;
}
.modassetlist-container > ul.two-col li {
  margin: 0 0 8px;
  width: 49.5%;
  float: left;
}
@media (max-width: 440px) {
  .modpagelist-container > ul.two-col li {
    margin: 0 0 8px;
    width: 100%;
    float: none;
  }
}

/*
 *  login.less
 */
/* --- Login Component --- */
#login-container {
  min-width: 450px;
}
#login-container form {
  position: relative;
}
#login-container form .login-input {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #999;
  padding: 5px;
  font-size: 16px;
  color: #333;
}
#login-container form .login-button {
  background-color: #8DC63F;
  color: #fff;
  border: none;
}
#login-container form .login-chkbox {
  padding-left: 0;
}
#login-container form ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-padding-start: 0;
}
#login-container form ul li {
  width: 49%;
  float: left;
  clear: none;
  text-align: left;
  font-size: 13px;
  height: 30px;
}
#login-container form ul li:nth-child(odd) {
  text-align: left;
}
#login-container form ul li:nth-child(even) {
  text-align: right;
}
#login-container form ul li a {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
/* --- Floating Labels --- */
#loginUsername:focus ~ .floating-label-u,
#loginUsername:not(:focus):valid ~ .floating-label-u {
  top: -11px;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  opacity: 1;
  background: #fff;
  height: 20px;
  padding: 6px;
  padding-top: 0;
}
#loginPassword:focus ~ .floating-label-p,
#loginPassword:not(:focus):valid ~ .floating-label-p {
  top: 50px;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  opacity: 1;
  background: #fff;
  height: 20px;
  padding: 6px;
  padding-top: 0;
}
.floating-label-u,
.floating-label-p {
  position: absolute;
  left: 10px;
  pointer-events: none;
  transition: 0.3s ease all;
  color: #999;
  font-size: 14px;
}
.floating-label-u {
  top: 12px;
}
.floating-label-p {
  top: 72px;
}
/* --- Login Page Styles --- */
#loginTitle {
  margin-top: 40px;
}
#loginTitle .xtra-sm-font {
  font-size: 11px;
}
#loginTitle h2 {
  margin-top: 0;
  padding-top: 0;
  line-height: .1;
  margin-bottom: 20px;
}
.register-btn-cont a {
  text-decoration: none;
}
.register-btn-cont {
  min-width: 450px;
}
.register-btn-cont .register-button {
  width: 100%;
  height: 50px;
  background-color: #a2bbeb;
  color: #fff;
  border: none;
  font-size: 16px;
  text-align: center;
  padding-top: 12px;
}
#login-discosure {
  width: 100%;
  font-size: 11px;
  margin-top: 100px;
}
@media (max-width: 667px) {
  #login-container,
  .register-btn-cont {
    min-width: 100%;
  }
  #loginTitle {
    margin-top: 20px;
  }
  #loginTitle h2 {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  #login-container,
  .register-btn-cont {
    min-width: 220px;
  }
}

/* -----------------------
    List Component Less
----------------------------- */
/* --- icon + link view --- */
#list-container {
  width: 100%;
  padding: 25px 0;
}
#list-container ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
}
#list-container ul li {
  display: inline;
  float: left;
  clear: none;
  border: 1px solid #c8c8c8;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  height: initial;
  white-space: inherit;
  position: relative;
  background-color: #fff;
  box-shadow: none;
}
#list-container ul li span.cmp-list--item-icon {
  float: left;
  padding: 15px 25px;
  width: 50px;
  display: block;
}
#list-container ul li span.cmp-list--item-icon i.fa {
  color: #999;
  font-size: 1.5em;
}
#list-container ul li a {
  font-weight: bold;
  display: inline-block;
  width: 70%;
  padding: 15px 50px 15px 20px;
}
#list-container ul li span.cmp-list--item-email-chkbox {
  padding: 15px;
}
#list-container ul li span.cmp-list--item-email-chkbox input {
  margin: 0 5px;
}
#list-container ul li .db-more-link i.fa {
  color: #21ade3;
}
#list-container ul li.borderless {
  border: none;
  padding: 0;
  margin-bottom: 16px;
}
#list-container ul li.borderless a {
  padding: 0;
  font-weight: 600;
  font-style: normal;
}
#list-container ul li.borderless:last-child {
  border-bottom: none;
}
#list-container ul li.borderless:hover {
  box-shadow: none;
  border: none;
  z-index: inherit;
}
#list-container ul li:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid transparent !important;
  z-index: 10;
}
#list-container ul li:last-child {
  border-bottom: 1px solid #c8c8c8;
}
@media only screen and (max-width: 440px) {
  #list-container li a {
    width: 60%;
    padding: 15px;
  }
}
/* --- Sandbox View --- */
div#list-container.list-container-sandbox {
  width: 100%;
}
div#list-container.list-container-sandbox ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
div#list-container.list-container-sandbox ul li {
  float: left;
  width: 405px;
  border: 1px solid #c8c8c8;
  padding: 0;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-bottom: 3.5em;
  text-align: left;
  height: 320px;
}
div#list-container.list-container-sandbox ul li a.cmp-list-item-image,
div#list-container.list-container-sandbox ul li img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
div#list-container.list-container-sandbox ul li .title-link {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 600;
  margin: 1em 1.25em;
  padding: 0;
  display: block;
  width: auto;
  white-space: normal;
}
div#list-container.list-container-sandbox ul li .title-link .cmp-list--item-title {
  padding-top: 10px;
  padding-right: 12px;
  white-space: normal;
}
div#list-container.list-container-sandbox ul li .cmp-list--item-description {
  font-size: .9rem;
  color: #747373;
  padding: 1.5em 0;
  white-space: normal;
  border-top: 1px solid #c8c8c8;
  height: 12em;
  overflow: hidden;
  margin: 1.75em;
}
div#list-container.list-container-sandbox ul li .db-more-link {
  position: absolute;
  bottom: 10px;
  left: 1.75em;
}
div#list-container.list-container-sandbox ul li .db-more-link:hover {
  color: #0057A1;
}
div#list-container.list-container-sandbox.tall-sandbox li {
  height: 550px;
}
@media (max-width: 992px) {
  div#list-container.list-container-sandbox ul li {
    margin-right: 12px;
  }
}
@media (max-width: 480px) {
  div#list-container.list-container-sandbox ul li {
    width: 100%;
    display: block;
    clear: both;
  }
}
/* --- Sandbox View - Blog Sandbox --- */
div#list-container.list-container-sandbox.blog-sandbox ul li {
  text-align: left;
  height: 550px;
  width: 30%;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-topic {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #45b552;
  display: inline;
  float: left;
  margin: 10px 0 10px 10px;
  width: auto;
  padding: 0;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-topic:hover {
  cursor: pointer;
  text-decoration: underline;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-published-date {
  font-size: 11px;
  font-weight: bold;
  display: inline;
  float: right;
  clear: right;
  margin: 10px 10px 10px 0;
  color: #999;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-title {
  display: block;
  clear: both;
  width: 100%;
  margin: 0;
  font-weight: 400;
  padding: 0;
  white-space: normal;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .title-link {
  width: 95%;
  margin: 10px;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .cmp-list--item-description {
  margin: 10px;
}
div#list-container.list-container-sandbox.blog-sandbox ul li .db-more-link {
  left: 10px;
  padding-left: 0;
}
@media (max-width: 992px) {
  div#list-container.list-container-sandbox.blog-sandbox ul li {
    width: 46%;
  }
}
@media (max-width: 480px) {
  div#list-container.list-container-sandbox.blog-sandbox ul li {
    width: 100%;
  }
}
/* --- Button View --- */
div#list-container.topic-button ul {
  width: 100%;
}
div#list-container.topic-button ul li {
  width: 31%;
  display: inline;
  float: left;
  clear: none;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 60px;
  border: none;
  white-space: normal;
}
div#list-container.topic-button ul li a {
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin: 0;
  text-align: center;
  border: 1px solid #c8c8c8;
  line-height: 1;
  padding: 15px 10px 15px 10px;
}
div#list-container.topic-button ul li a span.cmp-list--item-title {
  color: #333;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: normal;
}
div#list-container.topic-button ul li a:hover {
  text-decoration: none;
  box-shadow: 0 2px 2px 2px #eeeeee;
}
@media (max-width: 992px) {
  div#list-container.topic-button ul li {
    width: 45%;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  div#list-container.topic-button ul li {
    width: 95%;
    height: auto;
    white-space: normal;
  }
  div#list-container.topic-button ul li a {
    height: auto;
  }
}
#list-container.article-main li article a {
  font-weight: normal;
  display: inline;
  width: auto;
  padding: 0;
}
#list-container.article-main ul {
  background-color: transparent;
}
#list-container.article-main ul li {
  border: 0;
  padding: 10px;
}
#list-container.article-main ul li .cmp-list--item-image {
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#list-container.article-main ul li .cmp-list--item-image img {
  width: 100%;
}
#list-container.article-main ul li .cmp-list--item-published-date {
  margin-right: 10px;
  color: #8f8f8f;
  display: inline;
  font-size: 12px;
  font-weight: 400;
}
#list-container.article-main ul li .cmp-list--item-published-date:after {
  content: "\007C";
  margin-left: 10px;
}
#list-container.article-main ul li .cmp-list--item-topic a {
  color: #8dc63f;
  display: inline;
  padding: 0;
  width: auto;
  font-size: 12px;
  font-weight: 400;
}
#list-container.article-main ul li .cmp-list--item-title-a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 0;
  width: auto;
  white-space: normal;
}
#list-container.article-main ul li .cmp-list--item-title-a:hover {
  color: #2eacf0;
  text-decoration: none;
}
#list-container.article-main ul li:last-child {
  border: 0;
}
#list-container.article-list ul {
  background-color: transparent;
  padding: 10px;
}
#list-container.article-list ul li {
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 15px;
  padding: 0;
  padding-bottom: 15px;
  display: inline-block;
}
#list-container.article-list ul li .cmp-list--item-image {
  width: 150px;
  display: block;
  padding: 0;
  float: left;
  margin-right: 20px;
}
#list-container.article-list ul li .cmp-list--item-image img {
  width: 100%;
}
#list-container.article-list ul li section {
  margin-left: 170px;
  display: block;
}
#list-container.article-list ul li .cmp-list--item-published-date {
  display: inline;
  margin-right: 10px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 400;
}
#list-container.article-list ul li .cmp-list--item-published-date:after {
  content: "\007C";
  margin-left: 10px;
}
#list-container.article-list ul li .cmp-list--item-topic a {
  width: auto;
  display: inline;
  font-weight: 400;
  font-size: 12px;
  padding: 0;
  color: #8dc63f;
  text-transform: uppercase;
}
#list-container.article-list ul li .cmp-list--item-title-a {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 0;
  width: 100%;
  float: left;
  white-space: normal;
}
#list-container.article-list ul li .cmp-list--item-title-a:hover {
  color: #2eacf0;
  text-decoration: none;
}
#list-container.article-list li:last-child {
  border-bottom: none;
}
@media (max-width: 1248px) {
  #articles-row .aem-Grid--default--12 > div {
    width: 100%;
  }
  #list-container.article-list ul li {
    border: 0;
    border-top: 1px solid #bdbdbd;
    margin-bottom: 15px;
    padding: 15px 0;
    width: 100%;
  }
}
@media (max-width: 440px) {
  #list-container.article-list ul {
    margin: 0 15px;
  }
  #list-container.article-list ul li .cmp-list--item-image {
    width: 100%;
    float: none;
  }
  #list-container.article-list ul li section {
    margin-left: 0;
  }
}
#list-container.products ul li {
  margin-bottom: 2em;
  padding: 1em;
}
#list-container.products ul li a {
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 0;
  white-space: normal;
}
#list-container.products ul li .cmp-list--item-description {
  white-space: normal;
}
.h2,
.h3 {
  display: inline-block;
}

/*
 *  Copyright 
 */
/*
 *  Copyright 
 */
/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.pla-HeroImage.open-sans {
  font-family: 'Open Sans', sans-serif !important;
}
.pla-HeroImage.open-sans h1,
.pla-HeroImage.open-sans h2,
.pla-HeroImage.open-sans h3,
.pla-HeroImage.open-sans h4,
.pla-HeroImage.open-sans h5,
.pla-HeroImage.open-sans h6,
.pla-HeroImage.open-sans h7,
.pla-HeroImage.open-sans .h1,
.pla-HeroImage.open-sans .h2,
.pla-HeroImage.open-sans .h3,
.pla-HeroImage.open-sans .h4,
.pla-HeroImage.open-sans .h5,
.pla-HeroImage.open-sans .h6,
.pla-HeroImage.open-sans .h7 {
  font-family: 'Open Sans', sans-serif !important;
}
.pla-HeroImage.monteserrat {
  font-family: 'Montserrat', sans-serif !important;
}
.pla-HeroImage.monteserrat h1,
.pla-HeroImage.monteserrat h2,
.pla-HeroImage.monteserrat h3,
.pla-HeroImage.monteserrat h4,
.pla-HeroImage.monteserrat h5,
.pla-HeroImage.monteserrat h6,
.pla-HeroImage.monteserrat h7,
.pla-HeroImage.monteserrat .h1,
.pla-HeroImage.monteserrat .h2,
.pla-HeroImage.monteserrat .h3,
.pla-HeroImage.monteserrat .h4,
.pla-HeroImage.monteserrat .h5,
.pla-HeroImage.monteserrat .h6,
.pla-HeroImage.monteserrat .h7 {
  font-family: 'Montserrat', sans-serif !important;
}
.pla-HeroImage {
  min-height: 460px;
  padding: 20px 0;
  margin-bottom: 40px;
  background: #5c5c5c 50% no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.pla-HeroImage .navbar {
  margin-top: 20px;
}
.pla-HeroImage-title {
  display: block;
  margin: 0 auto 20px;
  text-transform: none;
  white-space: pre-line;
}
.pla-HeroImage p {
  margin: 0 auto;
}
.pla-HeroImage-title,
.pla-HeroImage p {
  line-height: 1;
  text-shadow: 0px 0px 6px #454545;
}
.pla-HeroImage-title .btn,
.pla-HeroImage p .btn {
  text-shadow: none;
}
.pla-HeroImage .pla-HeroImage-title {
  font-weight: 700 !important;
  font-size: 65px !important;
}
.pla-HeroImage.heroImage-half {
  min-height: 230px;
}
.pla-HeroImage .dark-text {
  color: #000000;
}
.pla-HeroImage .dark-text .pla-HeroImage-title,
.pla-HeroImage .dark-text p {
  text-shadow: none !important;
}
.pla-HeroImage .light-text {
  color: #ffffff;
}
.pla-HeroImage.prt-style p:not(.h3) {
  margin: 1em 0;
}
.header ~ .heroimage,
.header ~ .target .heroimage {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
  overflow: visible;
}
@media (min-width: 992px) {
  .pla-HeroImage {
    text-align: left;
  }
  .pla-HeroImage .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .pla-HeroImage-wrapper {
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 991px) {
  .pla-HeroImage.ratio-16by9.width-full,
  .pla-HeroImage.width-full {
    padding: 180px 0 70px;
  }
}
@media (max-width: 1290px) and (min-width: 990px) {
  .pla-HeroImage .pla-HeroImage-wrapper {
    width: 70% !important;
  }
}

.display-content--main {
  float: left;
  width: 100%;
  padding: 20px;
}
.display-content--main h1 {
  color: #262626;
  border-bottom: 1px solid;
  border-color: #727272;
}
.display-content--body {
  float: left;
  width: 70%;
}
.display-content--similar {
  border: dashed 1px #ccc;
  font-size: .8rem;
  padding: 10px;
  margin: 5px;
  padding-top: 5px;
  float: left;
  width: 25%;
}
.display-content--similar ul {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}
.display-content--similar ul li {
  margin: 0 .5rem 0 0;
  padding: 0;
}
.display-content--similar ul li a {
  color: #ff6b59;
}

/* -----------------------
    Dashboard List Component Less
-------------------------- */
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.purple {
  border-top-color: #7C3F8A;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.purple ul li {
  color: #7C3F8A;
  border-color: #7C3F8A;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.purple ul li a,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.purple ul li i.fa {
  color: #7C3F8A;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.list-container-childlist.purple ul li:nth-child(2) .cmp-list--item-title {
  background-color: rgba(124, 63, 138, 0.1);
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.orange {
  border-top-color: #D8A462;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.orange ul li {
  color: #D8A462;
  border-color: #D8A462;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.orange ul li a,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.orange ul li i.fa {
  color: #D8A462;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.green {
  border-top-color: #95A545;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.green ul li {
  color: #95A545;
  border-color: #95A545;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.green ul li a,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.green ul li i.fa {
  color: #95A545;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.list-container-childlist.green ul li .cmp-list--item-title {
  background-color: rgba(149, 165, 69, 0.1);
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.blue {
  border-top-color: #0067ac;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.blue ul li {
  color: #0067ac;
  border-color: #0067ac;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.blue ul li a,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.blue ul li i.fa {
  color: #0067ac;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.darkgreen {
  border-top-color: #004F51;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.darkgreen ul li {
  color: #004F51;
  border-color: #004F51;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.darkgreen ul li a,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.darkgreen ul li i.fa {
  color: #004F51;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.aqua {
  border-top-color: #008996;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.aqua ul li {
  color: #008996;
  border-color: #008996;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.aqua ul li a,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.aqua ul li i.fa {
  color: #008996;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.teal {
  border-top-color: #34b5d0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.teal ul li {
  color: #34b5d0;
  border-color: #34b5d0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.teal ul li a,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.teal ul li i.fa {
  color: #34b5d0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.red {
  border-top-color: #f0625b;
  background-color: #f29d98;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.red ul li {
  color: #f0625b;
  border-color: #f0625b;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.red ul li a,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.red ul li i.fa {
  color: #f0625b;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.gray {
  border-top-color: #b6b6b7;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.gray ul li {
  color: #b6b6b7;
  border-color: #b6b6b7;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.gray ul li a,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.gray ul li i.fa {
  color: #b6b6b7;
}
/*
#list-container.dbrd-list li.trail-commissions,
#list-container.dbrd-list li.cash-flow-calculator,
#list-container.dbrd-list li.persistency-bonus-calculator{
    display: none;
}*/
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 {
  width: 30%;
  height: 365px;
  margin-bottom: 50px;
  margin-right: 25px;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 365px;
  border: 1px #eee solid;
  border-top: #999 4px solid;
  padding-top: 10px;
  overflow-y: hidden;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container div.list-title {
  margin: 0 10%;
  font-size: 16px;
  font-weight: 600;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul {
  margin-top: 20px;
  overflow-y: auto;
  height: 90%;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul li {
  width: 90%;
  border: #999 solid 1px;
  border-radius: 4px;
  margin-bottom: 22px;
  margin-left: 5%;
  padding: 7px 10px;
  overflow: hidden;
  white-space: normal;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul li span.cmp-list--item-icon {
  padding: 0;
  width: 25px;
  margin-right: 0;
  vertical-align: middle;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul li a {
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  width: 90%;
  font-weight: 600;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul li .child-cont ul {
  width: 100%;
  margin-top: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul li .child-cont ul li {
  border: none;
  width: 100%;
  color: #333;
  font-size: 12px;
  margin: 9px;
  margin-bottom: 12px;
  margin-top: 10px;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul li .child-cont ul li a {
  color: deepskyblue;
  font-weight: bold;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul li .child-cont ul li .child-description {
  white-space: normal;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul > li:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul > li:hover li:hover {
  box-shadow: none;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul > li > a {
  vertical-align: middle;
  padding: 5px;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.list-container-childlist ul li {
  padding: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.list-container-childlist ul li .cmp-list--item-title {
  width: 100%;
  height: 35px;
  padding: 6px 9px;
  font-weight: 600;
  font-size: 14px;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container ul li i.fa {
  vertical-align: middle;
  font-size: 1em;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.dashbd-notifications {
  position: relative;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.dashbd-notifications ul {
  margin-top: 10px;
  height: 85%;
  overflow-y: auto;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.dashbd-notifications ul li {
  width: 90%;
  border: none;
  border-radius: 0;
  margin-bottom: 7px;
  padding: 5px 10px;
  padding-left: 0;
  overflow: hidden;
  white-space: normal;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.dashbd-notifications ul li a {
  line-height: normal;
  color: #2eacf0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.dashbd-notifications ul li a:hover {
  text-decoration: underline;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.dashbd-notifications ul li span.cmp-list--item-title {
  color: #2eacf0;
  line-height: .2;
  font-weight: 400;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.dashbd-notifications .db-more-link {
  color: #2eacf0;
  font-weight: 600;
  font-style: normal;
  display: inline;
  float: right;
  font-size: 12px;
  margin: 10px 20px 10px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.marketing {
  padding: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.marketing .list-title,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.marketing .cmp-list--item-title {
  display: none;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.marketing ul {
  height: 100%;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.marketing ul,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.marketing li {
  padding: 0;
  margin: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.marketing li,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.marketing img {
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.marketing .cmp-list--item-htmlinject {
  height: 356px;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler {
  padding: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler .cmp-list--item-title {
  display: none;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler #w-content {
  font-size: 80%;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler #w-content p {
  margin: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler #w-content p.email {
  word-break: break-word;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler ul {
  margin-top: 0;
  overflow-y: auto;
  height: 88%;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler li {
  border: 0;
  margin-left: 5%;
  width: 90%;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler li.my-team {
  padding: 0;
  margin: 10px 0 0 15px;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler .contacts {
  padding: 5px;
  border: 1px solid #34b5d0;
  margin-bottom: 10px;
  color: #333;
  word-wrap: break-word;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler .contacts .title {
  font-weight: 600;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.wholesaler .contacts .email a {
  width: auto;
  padding: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.appointment-status ul li .cmp-list--item-title {
  font-size: 14px;
  font-weight: 600;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.appointment-status ul li.appointment-status > .cmp-list--item-icon > i {
  margin: 10px;
  margin-right: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.appointment-status ul li:nth-child(2) {
  padding: 0;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.appointment-status ul li:nth-child(2) .cmp-list--item-title {
  width: 100%;
  height: 35px;
  background-color: rgba(0, 137, 150, 0.1);
  padding: 6px 9px;
  font-weight: bold;
  font-size: 14px;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.appointment-status ul li:nth-child(2) .cmp-list--item-htmlinject {
  height: 100%;
  font-size: 12px;
  color: #333;
  margin: 10px;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.appointment-status ul li:nth-child(2) .db-as-table {
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.appointment-status ul li:nth-child(2) .db-as-table th,
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.appointment-status ul li:nth-child(2) .db-as-table td {
  width: 31%;
  font-size: 12px;
  padding: 1px;
}
.aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container.appointment-status ul li:nth-child(2) a.db-as-more {
  color: deepskyblue;
  font-weight: bold;
  display: inline;
  float: right;
  font-size: 11px;
  margin: 10px 10px 5px 10px;
}
@media (max-width: 1247px) {
  .aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container > ul > li > a {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 {
    width: 100%;
    height: auto;
  }
  .aem-Grid.aem-Grid--default--12 > .dbtile.aem-GridColumn.aem-GridColumn--default--12 #list-container {
    height: auto;
  }
  /*
	#list-container.wholesaler ul {
		height: 300px;
	}
	*/
}

.contentfragmentlist {
  margin: 24px 0 40px;
  /* events styles */
}
.contentfragmentlist article {
  display: block;
  clear: both;
  position: relative;
  margin-bottom: 24px;
  width: 80%;
}
.contentfragmentlist article h3 {
  display: none;
}
.contentfragmentlist article dl dt {
  display: none;
}
.contentfragmentlist article dl .cmp-contentfragment__element--block-date {
  background-color: #053661;
  color: #fff;
  font-weight: normal;
  width: 100px;
  text-align: center;
  padding: 10px;
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 4px;
}
.contentfragmentlist article dl .cmp-contentfragment__element--block-date p:first-child {
  font-family: 'Montserrat';
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
}
.contentfragmentlist article dl .cmp-contentfragment__element--block-date p:last-child {
  font-weight: normal;
}
.contentfragmentlist article dl .cmp-contentfragment__element--Title dd {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 25.01px;
  line-height: 36px;
  color: #262626;
}
.contentfragmentlist article dl .cmp-contentfragment__element--full-date {
  display: none;
}
.contentfragmentlist article dl .cmp-contentfragment__element--full-date dd {
  display: inline;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}
.contentfragmentlist article dl .cmp-contentfragment__element--Time {
  display: inline;
}
.contentfragmentlist article dl .cmp-contentfragment__element--Time dd {
  display: inline;
  color: #737373;
  margin-right: 10px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}
.contentfragmentlist article dl .cmp-contentfragment__element--CE {
  display: inline;
}
.contentfragmentlist article dl .cmp-contentfragment__element--CE dd {
  display: inline;
}
.contentfragmentlist article dl .cmp-contentfragment__element--CE dd span {
  background-color: #8DC63F;
  padding: 0px 4px;
  position: static;
  border-radius: 4px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.contentfragmentlist article dl .cmp-contentfragment__element--Description {
  margin-left: 120px;
}
.contentfragmentlist article dl .cmp-contentfragment__element--webinar-link {
  text-align: right;
}
.contentfragmentlist article dl .cmp-contentfragment__element--webinar-link a {
  background-color: #0D65B3;
  color: #fff;
  padding: 8px 24px;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  transition: background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  margin-left: 32px;
}
.contentfragmentlist article dl .cmp-contentfragment__element--webinar-link a:hover {
  text-decoration: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  outline: 0;
  border-color: #0a4b85;
}
.contentfragmentlist #events {
  display: flex;
  flex-wrap: wrap;
}
.contentfragmentlist #events article {
  flex: 0 45%;
  margin-right: 16px;
}
.contentfragmentlist #events article dl {
  padding-left: 95px;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--block-date {
  background-color: transparent;
  padding: 0;
  display: block;
  box-sizing: border-box;
  box-shadow: 0;
  border-radius: 4px;
  width: 68px;
  position: absolute;
  left: 0;
  border: 2px solid #108188;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--block-date dd {
  margin-bottom: 0;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--block-date dd p {
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--block-date dd p:first-child {
  padding: 2px;
  margin: 0;
  color: #108188;
  border-bottom: 2px solid #108188;
  font-size: 16px;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--block-date dd p:last-child {
  padding: 5px;
  margin: 0;
  color: #262626;
  font-size: 25px;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--Title dd {
  font-size: 18.06px;
  line-height: 24px;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--Time dd {
  font-weight: normal;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--webinar-link {
  text-align: left;
  display: inline;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--webinar-link dd {
  display: inline;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--webinar-link dd p {
  display: inline;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--webinar-link dd p a {
  background-color: transparent;
  color: #108188;
  padding: 4px 8px 4px;
  border-radius: 4px;
  position: inherit;
  top: 0;
  transition: none;
  margin-left: 0;
  font-weight: normal;
  font-size: 16px;
}
.contentfragmentlist #events article dl .cmp-contentfragment__element--webinar-link dd p a:hover {
  text-decoration: underline;
  box-shadow: none;
  outline: 0;
  border-color: none;
  font-weight: normal;
}
@media (max-width: 600px) {
  .contentfragmentlist article {
    width: 100%;
  }
  .contentfragmentlist article dl .cmp-contentfragment__element--block-date {
    display: none;
  }
  .contentfragmentlist article dl .cmp-contentfragment__element--full-date {
    display: inline;
  }
  .contentfragmentlist article dl .cmp-contentfragment__element--full-date dd {
    border-right: 1px solid #000000;
    margin-right: 10px;
    padding-right: 10px;
  }
  .contentfragmentlist article dl .cmp-contentfragment__element--CE {
    display: block;
  }
  .contentfragmentlist article dl .cmp-contentfragment__element--CE dd {
    display: block;
  }
  .contentfragmentlist article dl .cmp-contentfragment__element--Description {
    margin-left: 0;
  }
  .contentfragmentlist article dl .cmp-contentfragment__element--webinar-link {
    text-align: left;
  }
  .contentfragmentlist article dl .cmp-contentfragment__element--webinar-link a {
    position: relative;
    margin-left: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .contentfragmentlist #events article {
    flex: 1 1 100%;
  }
  .contentfragmentlist #events article dl {
    padding-left: 0;
  }
  .contentfragmentlist #events article dl .cmp-contentfragment__element--block-date {
    display: inline;
    position: relative;
    float: none;
    border: 0;
    text-align: left;
    margin: 0;
  }
  .contentfragmentlist #events article dl .cmp-contentfragment__element--block-date dd {
    margin-bottom: 5px;
    padding: 3px;
    background-color: #eeeeee;
  }
  .contentfragmentlist #events article dl .cmp-contentfragment__element--block-date dd p,
  .contentfragmentlist #events article dl .cmp-contentfragment__element--block-date dd p:first-child,
  .contentfragmentlist #events article dl .cmp-contentfragment__element--block-date dd p:last-child {
    display: inline;
    color: #108188;
    font-family: 'Open Sans';
    font-size: 16px;
    margin: 0;
    border: 0;
    font-weight: bold;
  }
  .contentfragmentlist #events article dl .cmp-contentfragment__element--block-date dd p:first-child {
    margin-right: -0.5em;
  }
  .contentfragmentlist #events article dl .cmp-contentfragment__element--Title dd {
    margin-bottom: 8px;
  }
}

/*
 *  clientlogin.less
 */
/* --- Client Login Component --- */
#login-container.myaccount {
  min-width: 450px;
  background-color: #EBEBEB;
  padding: 40px;
}
#login-container.myaccount form {
  position: relative;
}
#login-container.myaccount form .login-input {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #999;
  padding: 5px;
  font-size: 16px;
  color: #333;
}
#login-container.myaccount form .login-button {
  background-color: #8DC63F;
  color: #fff;
  border: none;
}
#login-container.myaccount form ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-padding-start: 0;
}
#login-container.myaccount form ul li {
  width: 80%;
  float: left;
  clear: none;
  text-align: left;
  font-size: 13px;
  height: 30px;
}
#login-container.myaccount form ul li a {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.animate-rating-circle {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col .rating-circle {
  background: #24c5cf;
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  opacity: 0.8;
  transform: scale(0.1);
  transition: transform 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col .rating-circle .rating-text {
  font-weight: 700;
  font-family: 'Montserrat';
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col .rating-circle-medium {
  height: 85px;
  width: 85px;
  font-size: 35px;
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col .rating-circle-small {
  height: 60px;
  width: 60px;
  font-size: 25px;
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col .rating-circle-large {
  height: 120px;
  width: 120px;
  font-size: 50px;
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col .rating-circle-1 {
  background: #24c5cf;
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col .rating-dec {
  font-weight: 700;
  font-size: 16px;
  opacity: 0;
}
.circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col .rating-dec-1 {
  color: #24c5cf;
}
@media screen and (max-width: 576px) {
  .circular-ratings-component .circular-outer-wrapper .circle-inner-wrapper .circle-col {
    width: 100%;
  }
}

.annuities-pie-chart .Pie-chart-main-wrapper {
  position: relative;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .pie-chart-outer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .pie-chart-outer-wrapper .pie-chart-inner-wrapper {
  height: 230px;
  width: 230px;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .pie-chart-outer-wrapper .pie-chart-content-wrapper {
  position: static;
  transform: none;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .pie-chart-outer-wrapper .pie-chart-content-wrapper .chart-text-second-value {
  margin-top: 0;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con ul {
  list-style: none;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li {
  display: flex;
  margin-bottom: 4px;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li span {
  display: inline-block;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li .chart-legend {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-top: 5px;
}
.annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li .chart-legend-label-text {
  width: 200px;
  line-height: 25px;
}
.annuities-pie-chart .Pie-chart-main-wrapper .pie-chart-content-wrapper {
  width: 300px;
  text-align: center;
  margin-top: 2%;
}
.annuities-pie-chart .Pie-chart-main-wrapper .pie-chart-content-wrapper .chart-text-second-value {
  font-family: Montserrat;
  font-style: normal;
  font-size: 1rem ;
  font-weight: bold;
}
.annuities-pie-chart.pie-chart-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.annuities-pie-chart.pie-chart-right {
  display: flex;
  justify-content: flex-end;
  align-items: right;
}
.annuities-pie-chart .center-Bar-Label {
  align-items: center;
}
.annuities-pie-chart .fadeInForQoute {
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper {
    gap: 10px !important;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .pie-chart-outer-wrapper {
    height: fit-content;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .pie-chart-outer-wrapper .pie-chart-inner-wrapper {
    height: 150px !important;
    width: 150px !important ;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con ul {
    padding: 0;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li {
    margin-bottom: 0;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li .chart-legend-label-text {
    width: 100px  !important;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .pie-chart-content-wrapper {
    width: 156px !important;
  }
}
@media screen and (max-width: 768px) {
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper {
    width: 100%;
    gap: 30px;
    justify-content: center;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .pie-chart-outer-wrapper {
    height: fit-content;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con ul {
    padding: 0;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li .chart-legend {
    margin-right: 10px;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li .chart-legend-label-text {
    font-size: 20px ;
    width: 300px ;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .pie-chart-content-wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper {
    width: 100%;
    justify-content: center;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .pie-chart-outer-wrapper {
    height: fit-content;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con ul {
    padding: 0;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li .chart-legend {
    margin-right: 10px;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .content-wrapper .legend-con li .chart-legend-label-text {
    font-size: 23px;
    font-weight: 500;
    width: 400px ;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .pie-chart-content-wrapper {
    width: 400px ;
  }
  .annuities-pie-chart .Pie-chart-main-wrapper .pie-chart-content-wrapper .chart-text-second-value {
    font-size: 20px ;
  }
}
@media screen and (max-width: 1199px) {
  .pie-chart-center {
    justify-content: center;
  }
  .pie-chart-right {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 414px) and (max-width: 737px) and (orientation: landscape) {
  .Pie-chart-main-wrapper .content-wrapper .pie-chart-inner-wrapper {
    height: 250px !important  ;
    width: 250px !important  ;
  }
}
@-webkit-keyframes fadeInForQoute {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeInForQoute {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.bar-chart-component.annuities-bar-chart {
  margin: auto;
}
.bar-chart-component.annuities-bar-chart #barCharts {
  width: 100%;
  margin-top: 40px;
}
.bar-chart-component.annuities-bar-chart #barCharts .bar-chart-title {
  text-transform: capitalize;
  text-align: center;
}
.bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart-bar-inner-wrapper {
  display: flex !important;
}
.bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart {
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper {
  text-align: left;
  min-height: 100px;
}
.bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper .bar-chart-heading {
  text-transform: capitalize;
  color: #0d65b3;
  font-size: 20px !important;
  font-weight: 700;
}
.bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-bar-wrapper .bar-chart-bar {
  height: 20px;
  margin-right: 10px;
  border-radius: 0 15px 15px 0;
  width: 0px;
}
.bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-bar-wrapper .bar-chart-bar-label {
  color: #000000;
  font-family: 'Montserrat';
  font-weight: 700;
}
.bar-chart-component.annuities-bar-chart #barCharts .displayclass-bar {
  opacity: 0;
}
.bar-chart-component.annuities-bar-chart #barCharts .padding-two-bar {
  padding-left: 11% !important;
  padding-right: 10% !important;
}
.bar-chart-component.annuities-bar-chart #barCharts .bar-chart-bar-value {
  line-height: 1;
}
.bar-chart-component.annuities-bar-chart #barCharts .padding-three-bar {
  padding-left: 10.5% !important;
  padding-right: 8% !important;
}
@media screen and (max-width: 576px) {
  .bar-chart-component.annuities-bar-chart #barCharts .bar-chart-title {
    margin-bottom: 15px;
  }
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper {
    max-width: 90%;
    margin: auto;
    flex-wrap: wrap !important;
  }
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart {
    min-width: 340px;
  }
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper {
    text-align: left;
    min-height: 0 ;
  }
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper .bar-chart-heading {
    text-transform: capitalize;
    color: #21ade3;
  }
}
@media screen and (max-width: 768px) {
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper {
    flex-wrap: nowrap;
  }
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart {
    flex: 1;
  }
}
@media screen and (min-width: 414px) and (max-width: 737px) and (orientation: landscape) {
  .bar-chart-component.annuities-bar-chart {
    margin: auto;
  }
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart {
    flex: 1;
    min-width: 230px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bar-chart-component.annuities-bar-chart #barCharts .bar-chart-title {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper .bar-chart-heading,
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper .bar-chart-sub-heading {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-bar-wrapper .bar-chart-bar-value {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .bar-chart-component.annuities-bar-chart #barCharts .bar-charts-wrapper .bar-chart .bar-chart-bar-wrapper .bar-chart-bar-label {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
}

/*
 *  Copyright 
 */
.pla-Carousel {
  margin-bottom: 75px;
}
.pla-Carousel-indicators {
  bottom: -50px;
}
.pla-Carousel-inner > .pla-Carousel-item {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50%;
}

/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.button .button-container.btn-left {
  text-align: left;
}
.button .button-container.btn-center {
  text-align: center;
}
.button .button-container.btn-right {
  text-align: right;
}
.button .button-container .btn-primary {
  text-align: center;
  border: 0;
  min-width: 10em;
  /* padding: 0.75em 1.25em; */
  font-size: 0.875em;
  border-radius: 4px;
  line-height: normal;
  margin-right: 0;
}
.button .button-container .btn-primary:after {
  display: none;
}
.button .button-container .btn-primary:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.button .button-container .green {
  background-color: #8dc63f;
  color: #FBFBFB;
}
.button .button-container .blue {
  background-color: #0d65b3;
  color: #FBFBFB;
}
.button .button-container .blue:hover {
  box-shadow: none;
  color: #FBFBFB;
  background-color: #004785;
}
.button .button-container .blue:active {
  box-shadow: none;
  color: #FBFBFB;
  background-color: #053661;
}
.button .button-container .blue:focus {
  background-color: #0d65b3;
  color: #FBFBFB;
  border: 2px solid rgba(255, 255, 255, 0.01);
  box-shadow: 0px 0px 1px 2px rgba(13, 101, 179, 0.5);
}
.button .button-container .lt-blue {
  background-color: #8DC6F7;
  color: #082A47;
}
.button .button-container .lt-blue:hover {
  box-shadow: none;
  color: #082A47;
  background-color: #BBDDFA;
}
.button .button-container .lt-blue:active {
  box-shadow: none;
  color: #082A47;
  background-color: #E9F2FA;
}
.button .button-container .lt-blue:focus {
  background-color: #8DC6F7;
  color: #082A47;
  border: 2px solid rgba(255, 255, 255, 0.01);
  box-shadow: 0px 0px 1px 2px rgba(83, 165, 237, 0.9);
}
.button .button-container .blue-outline {
  background-color: transparent;
  border: 1px solid #0D65B3;
  color: #0D65B3;
}
.button .button-container .blue-outline:hover {
  box-shadow: none;
  color: #FBFBFB;
  background-color: #004785;
}
.button .button-container .blue-outline:active {
  box-shadow: none;
  color: #FBFBFB;
  background-color: #053661;
}
.button .button-container .blue-outline:focus {
  color: #0d65b3;
  background: rgba(255, 255, 255, 0.01);
  border: 2px solid rgba(255, 255, 255, 0.01);
  box-shadow: 0px 0px 1px 2px rgba(13, 101, 179, 0.5);
}
.button .button-container .lt-blue-outline {
  background-color: transparent;
  border: 1px solid #E8F2FA;
  color: #E8F2FA;
}
.button .button-container .lt-blue-outline:hover {
  box-shadow: none;
  color: #004785;
  background-color: #BBDDFA;
}
.button .button-container .lt-blue-outline:active {
  box-shadow: none;
  color: #082A47;
  background-color: #E8F2FA;
}
.button .button-container .lt-blue-outline:focus {
  color: #FBFBFB;
  background: rgba(255, 255, 255, 0.01);
  border: 2px solid rgba(255, 255, 255, 0.01);
  box-shadow: 0px 0px 1px 2px rgba(83, 165, 237, 0.9);
}
.button .button-container .teal {
  background-color: #108188;
  border: 1px solid #108188;
  color: #FBFBFB;
}
.button .button-container .teal:hover {
  box-shadow: none;
  color: #FBFBFB;
  background-color: #0C6B71;
}
.button .button-container .teal:active {
  box-shadow: none;
  color: #FBFBFB;
  background-color: #085055;
}
.button .button-container .teal:focus {
  color: #FBFBFB;
  background: #108188;
  border: 2px solid rgba(255, 255, 255, 0.01);
  box-shadow: 0px 0px 1px 2px rgba(13, 101, 179, 0.5);
}
.button .button-container .teal-outline {
  background-color: #ffffff;
  border: 1px solid #108188;
  color: #108188;
}
.button .button-container .teal-outline:hover {
  box-shadow: none;
  color: #FBFBFB;
  background-color: #0C6B71;
}
.button .button-container .teal-outline:active {
  box-shadow: none;
  color: #FBFBFB;
  background-color: #085055;
}
.button .button-container .teal-outline:focus {
  color: #108188;
  background: rgba(255, 255, 255, 0.01);
  border: 2px solid rgba(255, 255, 255, 0.01);
  box-shadow: 0px 0px 1px 2px rgba(13, 101, 179, 0.5);
}
.button .button-container .auto {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.button .button-container .full-width {
  width: 100%;
}
.button .button-container .small {
  width: 120px;
}
.button .button-container .medium {
  width: 160px;
}
.button .button-container .large {
  width: 196px;
}
.button .button-container .extra-large {
  width: 240px;
}
.button .button-container .regular {
  height: 40px;
}
.button .button-container .tall {
  height: 48px;
  line-height: 2em;
}

/*
 *  breadcrumb.less 
 */
.cmp-breadcrumb {
  margin-left: 0;
  /*
    
    & .breadcrumb {
        display: inline-block;
        min-height: 20px;
        margin-bottom: 0;
        padding: 8px 15px;
    }

     & .breadcrumb-item {
        float: none;
        display: inline-block;
        & > a {
            float: left;
            font-weight: 600;
            color: @breadcrumb-color;
        }

        & .breadcrumb-item::before {
			content: ">"
            float: left;
            color: @breadcrumb-delim-color;
        }

        &.active {
            & > a {
                color: @breadcrumb-active-color;
            }
        }
    }
   */
}
.breadcrumb {
  padding: 4px;
  margin-bottom: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  margin-left: 0;
  font-size: 0.875em;
  padding-top: 15px;
  padding-left: 0;
}
.breadcrumb li:first-child span.rt-angle {
  display: none;
}
.breadcrumb li {
  display: inline-block;
  font-style: normal;
  padding: 0;
}
.breadcrumb li li:before {
  padding: 0;
  display: none;
}
.breadcrumb li span.rt-angle {
  width: 20px;
  height: 20px;
  color: #333;
  margin: 0 7px;
}
.breadcrumb li a {
  font-style: normal;
  color: #272727;
  font-weight: 400;
}
.breadcrumb li a:hover {
  color: #3299CD;
  font-style: normal;
  text-decoration: none;
}
.breadcrumb .active {
  color: #363636;
  font-style: normal;
}

.blog-topic-dropdown {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.blog-topic-dropdown .dropdown-wrapper {
  display: table-cell;
  position: relative;
  padding-left: 15px;
}
.blog-topic-dropdown h2 {
  display: inline;
}
#option-selection .dropdown {
  display: inline-block;
}
.dropdown-menu.blog-topic-dropdown-menu {
  left: 16px;
  text-align: left;
  position: absolute;
  min-width: 210px;
  padding: 0;
}
.dropdown-menu.blog-topic-dropdown-menu li {
  padding: 14px;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
}
.dropdown-menu.blog-topic-dropdown-menu li:hover {
  background-color: #f5f5f5;
}
@media (max-width: 640px) {
  .blog-topic-dropdown {
    display: block;
  }
}

/* -----------------------
    Asset List Component Less
-------------------------- */
/*
 *  Copyright 
 */
/*
@font-size-h1: 45px; //black
@font-size-h2: 28px; //bold
@font-size-h3: 22px; //regular
@font-size-h4: 16px; //bold
@font-size-h5: 14px; //bold
*/
/*
@headings-font-weight: 700;
*/
/** Mixins **/
.border-box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.component {
  border: dashed 1px #ccc;
  border-radius: 2px;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* --- Default Style --- */
#assetList-container {
  padding: 25px 0;
}
#assetList-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #fff;
}
#assetList-container li {
  margin: 0;
  list-style-type: none;
  border: #ccc solid 1px;
  padding: 0 15px;
  white-space: nowrap;
}
#assetList-container li.borderless {
  border: none;
  padding: 0;
}
#assetList-container li > a {
  font-weight: bold;
  display: inline-block;
  width: 70%;
  padding: 15px 50px 15px 20px;
}
@media only screen and (max-width: 440px) {
  #assetList-container li > a {
    width: 60%;
    padding: 15px;
  }
}
#assetList-container li.borderless > a {
  padding: 0;
}
#assetList-container li > a:hover {
  text-decoration: underline;
}
#assetList-container li > span.cmp-list--item-icon {
  float: left;
  padding: 10px;
  width: 50px;
}
#assetList-container li > span.cmp-list--item-email-chkbox {
  padding: 15px;
}
#assetList-container input {
  margin: 0 5px;
}
#assetList-container i {
  color: #999;
}
.assetList-container-collapse {
  margin-top: 40px;
}
.assetList-container-collapse > span {
  cursor: pointer;
}
div#assetList-container {
  width: 100%;
}
div#assetList-container .no-title {
  display: none;
}
div#assetList-container .list-title {
  font-size: 2.25em;
  line-height: 1.15;
  font-weight: 300;
  display: block;
  margin-bottom: 1.25em;
  margin-top: 0.5em!important;
  border-top: 1px solid #eee;
  padding-top: 0.4em;
  margin-bottom: 0.65em;
}
div#assetList-container ul {
  width: 100%;
}
div#assetList-container ul li {
  display: inline;
  float: left;
  clear: none;
  border: 1px solid #c8c8c8;
  padding: 0;
  padding-top: 10px;
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: left;
  width: 30%;
  height: 320px;
  white-space: normal;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 405px;
}
div#assetList-container ul li a {
  width: 100%;
  margin: 0;
  padding: 0;
}
div#assetList-container ul li a:hover {
  text-decoration: none;
}
div#assetList-container ul li .title-link {
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1.5em;
  font-style: normal;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin: 0 5% 20px;
  width: 90%;
}
div#assetList-container ul li .title-link .cmp-list--item-title {
  padding: 10px 0;
}
div#assetList-container ul li .cmp-list--item-description {
  font-size: 0.85em;
  color: #747373;
  padding: 0 5% 10px;
  overflow: hidden;
  height: 120px;
}
div#assetList-container ul li .cmp-list--item-form-number {
  font-size: 0.85em;
  color: #747373;
  padding: 10px 5% 20px;
  position: absolute;
  bottom: 25px;
}
div#assetList-container ul li span.cmp-list--item-icon {
  width: auto;
  display: none;
}
div#assetList-container ul li span.cmp-list--item-icon img {
  width: auto;
}
div#assetList-container ul li .row-cont {
  width: 100%;
  background-color: #0091B3;
  height: 35px;
  margin: 0;
  border-top: #999 solid 1px;
  position: absolute;
  bottom: 0;
  color: #fff;
}
div#assetList-container ul li .row-cont span {
  display: inline;
  clear: none;
  font-size: 12px;
  padding: 10px 10px 10px 15px;
}
div#assetList-container ul li .row-cont .asset-download {
  float: left;
}
div#assetList-container ul li .row-cont .asset-download a.download-link {
  color: #fff;
  font-style: normal;
}
div#assetList-container ul li .row-cont .asset-download a.download-link i {
  color: #fff;
}
div#assetList-container ul li .row-cont .cmp-list--item-email-chkbox {
  float: right;
  color: #fff;
}
div#assetList-container ul li .row-cont .cmp-list--item-email-chkbox input {
  vertical-align: text-top;
  margin-top: -1px;
}
div#assetList-container ul li.borderless {
  border: 0;
}
div#assetList-container.link-list .no-title {
  display: none;
}
div#assetList-container.link-list li {
  display: inline;
  float: left;
  clear: none;
  border: 1px solid #c8c8c8;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  height: auto;
  white-space: nowrap;
  position: relative;
  background-color: #fff;
  box-shadow: none;
}
div#assetList-container.link-list li:last-child {
  border-bottom: 1px solid #c8c8c8;
}
div#assetList-container.link-list li:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid transparent !important;
  z-index: 10;
}
div#assetList-container.link-list li.borderless:hover {
  box-shadow: none;
  border: 0;
  z-index: initial;
}
div#assetList-container.link-list li.borderless a.title-link {
  width: 90%;
}
div#assetList-container.link-list .cmp-list--item-icon {
  float: left;
  padding: 15px 25px;
  width: 50px;
  display: block;
}
div#assetList-container.link-list .cmp-list--item-icon i {
  color: #999;
  font-size: 1.5em;
}
div#assetList-container.link-list .cmp-list--item-icon i.fa-1x,
div#assetList-container.link-list .cmp-list--item-icon i.fa-2x {
  font-size: 1.5em;
}
div#assetList-container.link-list a.title-link {
  margin: 0;
  padding: 15px 5px 15px 35px;
  display: inline-block;
  width: 70%;
  border-bottom: none;
  font-size: inherit;
}
div#assetList-container.link-list a.title-link .cmp-list--item-title {
  word-wrap: break-word;
  white-space: normal;
  padding: 0;
}
div#assetList-container.title-h3 .list-title {
  font-size: 28px;
  font-weight: 400;
}
div#assetList-container.padding-right-10 {
  padding-right: 0.625em;
}
div#assetList-container.padding-right-20 {
  padding-right: 1.25em;
}
div#assetList-container.padding-right-30 {
  padding-right: 1.75em;
}
div#assetList-container.padding-right-40 {
  padding-right: 2.5em;
}
div#assetList-container.padding-right-50 {
  padding-right: 3.125em;
}
div#assetList-container.padding-left-10 {
  padding-left: 0.625em;
}
div#assetList-container.padding-left-20 {
  padding-left: 1.25em;
}
div#assetList-container.padding-left-30 {
  padding-left: 1.75em;
}
div#assetList-container.padding-left-40 {
  padding-left: 2.5em;
}
div#assetList-container.padding-left-50 {
  padding-left: 3.125em;
}
@media (max-width: 992px) {
  div#assetList-container {
    width: 100%;
  }
  div#assetList-container ul li {
    margin-right: 12px;
  }
}
@media (max-width: 640px) {
  div#assetList-container.link-list li .cmp-list--item-icon {
    padding: 12px 8px;
    width: auto;
    display: block;
  }
  div#assetList-container.link-list li .cmp-list--item-icon i.fa,
  div#assetList-container.link-list li .cmp-list--item-icon i.fa-1x,
  div#assetList-container.link-list li .cmp-list--item-icon ifa-2x {
    font-size: 1em;
  }
  div#assetList-container.link-list li .title-link {
    margin: 0;
    padding: 15px 5px 5px 5px;
    width: 90%;
    border-bottom: 0;
    font-size: inherit;
  }
  div#assetList-container.link-list li .cmp-list--item-email-chkbox {
    display: block;
    text-align: right;
    margin-right: 15px;
  }
  div#assetList-container.padding-right-10 {
    padding-right: 0;
  }
  div#assetList-container.padding-right-20 {
    padding-right: 0;
  }
  div#assetList-container.padding-right-30 {
    padding-right: 0;
  }
  div#assetList-container.padding-right-40 {
    padding-right: 0;
  }
  div#assetList-container.padding-right-50 {
    padding-right: 0;
  }
  div#assetList-container.padding-left-10 {
    padding-left: 0;
  }
  div#assetList-container.padding-left-20 {
    padding-left: 0;
  }
  div#assetList-container.padding-left-30 {
    padding-left: 0;
  }
  div#assetList-container.padding-left-40 {
    padding-left: 0;
  }
  div#assetList-container.padding-left-50 {
    padding-left: 0;
  }
}
/* -- news -- */
#assetList-container.news li {
  padding: 20px;
}
#assetList-container.news li .news-head .cmp-list--item-date::before {
  content: "";
}
#assetList-container.news li .news-body .title-link {
  margin: 0;
}
#assetList-container.news li .news-body .cmp-list--item-description {
  padding: 0;
}
#assetList-container.news li .news-body .read-more-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
/* --- Thunbnail Style [add class "thumbnail"] --- */
/*  -- Admin forms page style --*/
.admin-forms .assetlist > div {
  padding: 1em 0;
}
.admin-forms .assetlist > div .list-forms-title-container {
  padding: 10px;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  font-weight: 600;
}
.admin-forms .assetlist > div .list-forms-title-container .list-title {
  font-size: 20px;
  width: 68%;
  display: inherit;
}
.admin-forms .assetlist > div .list-forms-title-container .list-download-form {
  font-size: 14px;
  width: 15%;
  display: inherit;
  text-align: center;
}
.admin-forms .assetlist > div .list-forms-title-container .list-email-form {
  font-size: 14px;
  width: 15%;
  display: inherit;
  text-align: center;
}
.admin-forms .assetlist > div .list-forms-title-container .cmp-list--item-form-number {
  margin-left: 10px;
  font-size: 12px;
}
.admin-forms .assetlist > div ul {
  list-style: none;
  padding: 0;
}
.admin-forms .assetlist > div ul li {
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}
.admin-forms .assetlist > div ul li .title-link {
  color: #21ade3;
}
.admin-forms .assetlist > div ul li .title-link .cmp-list--item-title {
  display: inline-block;
  width: 60%;
}
.admin-forms .assetlist > div ul li .cmp-list--item-form-number {
  font-size: 12px;
  color: #666;
  display: inline-block;
}
.admin-forms .assetlist > div ul li .row-cont {
  float: right;
  width: 30%;
}
.admin-forms .assetlist > div ul li .row-cont .asset-download {
  margin-right: 0;
  width: 50%;
  display: block;
  float: left;
  text-align: center;
}
.admin-forms .assetlist > div ul li .row-cont .asset-download .download-link {
  color: #21ade3;
}
.admin-forms .assetlist > div ul li .row-cont .cmp-list--item-email-chkbox {
  width: 50%;
  display: inline-block;
  float: right;
  text-align: center;
}
.admin-forms .assetlist > div ul li .row-cont .cmp-list--item-email-chkbox input {
  margin-right: 5px;
}
.admin-forms .assetlist > div ul li:last-child {
  border-bottom: none;
}
.admin-forms .assetlist > div#public-forms .list-forms-title-container .list-download-form {
  float: right;
}
.admin-forms .assetlist > div#public-forms ul li .row-cont .asset-download {
  float: right;
}
@media (max-width: 1024px) {
  .admin-forms div.assetlist > div ul li .title-link .cmp-list--item-title {
    display: inline-block;
    white-space: normal;
    width: 100%;
  }
  #tabs .tab-pane ul li .row-cont {
    float: right;
    text-align: right;
    margin-top: 10px;
  }
  #tabs .tab-pane ul li .cmp-list--item-form-number {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  div#assetList-container ul li {
    width: 100%;
  }
}
#tabs .admin-forms .tab-pane ul li .asset-download {
  margin-right: 0;
}
.h2,
.h3 {
  display: inline-block;
}

.annuities-animating-numbers .animating-numbers-number-wrapper {
  font-family: 'Montserrat';
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 35px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.annuities-animating-numbers .animating-numbers-number-label {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: 'Montserrat';
  line-height: 27px;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 15px;
}

/*
 *  Copyright 
 */
#navScrollspy .nav {
  margin-left: -40px;
  text-align: right;
  margin-right: 40px;
  width: 210px;
}
#navScrollspy .nav li a {
  font-size: 0.85em;
  font-weight: 600;
  text-align: right;
  width: 210px;
  padding: 4px 8px;
  border-radius: 0;
  border: none;
  color: #333333;
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
}
#navScrollspy .nav li a:hover {
  background-color: #005EAD!important;
  color: #eeeeee!important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
  border: none;
}
#navScrollspy .nav li a::after {
  display: none;
}
#navScrollspy .nav li.active a {
  background-color: #005EAD!important;
  color: #eeeeee;
}
#navScrollspy .nav.affix {
  top: 20px;
}
#navScrollspy .nav.affix-bottom {
  position: absolute;
}
/* -- Tab View --*/
#tabs.ui-widget {
  font-family: inherit;
  font-size: inherit;
}
#tabs.ui-widget .nav-tabs.ui-widget-header {
  border: none;
  background: none;
  color: inherit;
  font-weight: normal;
}
#tabs.ui-widget .nav-tabs.ui-widget-header li {
  white-space: normal;
  width: 12.5%;
  height: 65px;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  margin-right: 1.2em;
}
#tabs.ui-widget .nav-tabs.ui-widget-header li a {
  line-height: inherit;
  text-align: center;
  font-size: 16px;
  padding: .4em .1em;
  width: 100%;
  height: 100%;
}
#tabs.ui-widget .nav-tabs.ui-widget-header li a:hover,
#tabs.ui-widget .nav-tabs.ui-widget-header li a:visited {
  text-decoration: none;
  background-color: #fff;
}
#tabs.ui-widget .nav-tabs.ui-widget-header li a::after {
  border-top: 0;
}

/*Inplace cropping author view styles start*/
.inplace-image-edit-view > img[class^="cq-dd-"] {
  width: 0;
  height: 0;
}
.inplace-image-edit-view > div {
  display: none;
}
.hide-img-placeholder {
  display: none;
}
.displayOne div:first-child {
  display: block;
}
/*Inplace cropping author view styles end*/
.adaptive-image {
  position: relative;
  transition: all 0.2s;
}
.adaptive-image .adaptive-image__elm {
  opacity: 0;
  transition: all 0.2s;
  transition-delay: 0.2s;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.adaptive-image .adaptive-image__loader {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  pointer-events: none;
  z-index: 10;
  transform-origin: 50%;
  animation: adaptive-img-loader-spin 0.5s infinite linear;
  box-sizing: border-box;
  border: 4px solid #A09A9A;
  border-radius: 50%;
  border-top-color: transparent;
  transition: all 0.4s;
}
.adaptive-image--img-loaded {
  background-color: transparent;
}
.adaptive-image--img-loaded.adaptive-image .adaptive-image__loader {
  opacity: 0;
}
.adaptive-image--img-loaded.adaptive-image .adaptive-image__elm {
  opacity: 1;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.d-block-mx-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.adaptive-image--popup-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 3.5;
  color: #363636;
  clear: both;
}
@keyframes adaptive-img-loader-spin {
  100% {
    transform: rotate(360deg);
  }
}

#accordion .panel,
#accordian .panel {
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#accordion .panel .panel-heading,
#accordian .panel .panel-heading {
  background-color: #eee;
  padding: 15px;
}
#accordion .panel .panel-title > a,
#accordian .panel .panel-title > a {
  font-weight: 600;
  text-decoration: none;
  font-size: 1em;
}
#accordion .panel .panel-title > a:hover,
#accordian .panel .panel-title > a:hover {
  color: #21ade3;
  text-decoration: none;
}

.conciergeForm #displayErrorMessage {
  color: red;
}

[data-more="Hide"],
[data-login="Hide"] {
  display: none !important;
}
@keyframes animate-image-right-to-left {
  0% {
    width: 50%;
  }
  50% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
@keyframes animate-width-left-to-right {
  0% {
    width: 100%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    width: 50%;
    opacity: 0;
  }
}
@keyframes fadeInDownhShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes height_animation_nav_header {
  0% {
    height: 0;
  }
  100% {
    height: 100vh;
  }
}
@keyframes fadein_navbar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein_navbar {
  opacity: 0;
}
.show_navbar {
  opacity: 1 !important;
}
.hideNavbar {
  opacity: 0 !important;
  cursor: none;
  pointer-events: none;
  transition: 0s;
}
.search-wrapper {
  position: absolute;
  width: 600px;
  height: 48px;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  top: 22%;
}
.searchSubmit-mb {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  right: 15%;
  font-size: 4px !important;
}
.search-nav .form-group-search-input-new {
  float: right;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 4px;
}
.search-nav .form-group-search-input-new input {
  border: none;
}
.search-nav .form-group-search-input-new .input-group-text {
  background-color: white !important;
  border: none !important;
}
.search-nav .form-group-search-input-new input:focus {
  outline: none;
  box-shadow: none;
}
.search-nav .form-group-search-input-new .input-group-prepend {
  margin-right: 0;
}
.search-nav .form-group-search-input-new .input-group-prepend button {
  border-radius: 3px;
}
.search-nav .form-group-search-input-new .inputValueSearch::-ms-clear {
  display: none;
}
.search-nav .form-group-search-input-new a {
  cursor: pointer;
  margin-top: 10px;
  margin-right: 12px;
}
.search-nav .form-group-search-input-new a i {
  color: #C2C2C2;
}
.animate-dispaly-element {
  display: flex;
}
.animate-container {
  display: block;
}
.search-icon-nav {
  font-size: 19px !important;
  margin-left: -1%;
  vertical-align: sub;
}
.search-icon-clear {
  color: #C2C2C2;
  position: absolute;
  right: 3%;
}
.search-icon-history {
  vertical-align: sub;
  font-size: 19px !important;
  margin-left: -1.5%;
}
.open-searchlist {
  animation-name: fadeInDownhShort;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.search-history-ul {
  z-index: 999;
}
.search-group-item {
  border: none;
  padding: 0.4rem 1.25rem;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.searchItem {
  position: absolute;
  top: 4.5rem;
  z-index: 99;
  right: 50%;
  transform: translateX(38%);
  width: 30.2rem;
  box-shadow: 0 13px 20px 0 #00000033;
}
.historySearchItems {
  width: 100%;
  position: absolute;
  padding: 0;
  transform: translateY(-20px);
}
.historySearchItems-mb {
  position: absolute !important;
  z-index: 99;
  top: 100% !important;
  left: 0 !important;
  transform: translateX(0) !important;
  width: 100% !important;
  box-shadow: 0 13px 20px 0 #00000033 !important;
}
.search-group-item:hover {
  background-color: #eee;
}
.history-icon {
  font-size: 18px;
  margin-left: -1%;
}
.search-active {
  background-color: #eee;
}
.link-search {
  width: 100%;
  color: black;
  text-decoration: none;
}
.list-group-item a:hover {
  text-decoration: none !important;
  color: black !important;
}
@media screen and (max-width: 768px) {
  #searchNavCollapse.mobileNav.open-container {
    display: block;
    position: static !important;
    z-index: 1;
    opacity: 0;
    animation: fadein_navbar 0.5s linear 0.5s forwards;
  }
}
@media screen and (min-width: 1200px) {
  #searchNavCollapse.desktopNav.open-container {
    display: block;
    position: static !important;
  }
  #searchNavCollapse.desktopNav.open-container .form-group-search-input-new {
    animation: animate-image-right-to-left 0.5s linear forwards;
  }
  #searchNavCollapse.desktopNav.close-container .form-group-search-input-new {
    animation: animate-width-left-to-right 0.5s ease-in-out forwards;
  }
  .historySearchItems {
    opacity: 0;
  }
  .open-searchlist {
    animation-name: fadeInDownhShort;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.5s;
  }
}
/* Material Icons in top nav are hided first and then fadedIn through JS */
.topnav .material-icons.d-none-imp {
  opacity: 0;
  visibility: hidden;
  max-width: 20px;
  min-width: 17px;
}
.navbar-brand {
  min-width: 13%;
}
.search-nav-item {
  min-width: 50px;
}
@media screen and (min-width: 1200px) {
  .dropdown-menu.show .cmp-navigation__group .cmp-navigation__item .animate-line {
    padding-left: 5px !important;
    position: relative;
  }
  .dropdown-menu.show .cmp-navigation__group .cmp-navigation__item .animate-line::before,
  .dropdown-menu.show .cmp-navigation__group .cmp-navigation__item .animate-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .dropdown-menu.show .cmp-navigation__group .cmp-navigation__item .animate-line::before,
  .dropdown-menu.show .cmp-navigation__group .cmp-navigation__item .animate-line::after {
    border-left: 2px solid transparent;
    width: 0;
    height: 0;
  }
  .dropdown-menu.show .cmp-navigation__group .cmp-navigation__item .animate-line:hover::before,
  .dropdown-menu.show .cmp-navigation__group .cmp-navigation__item .animate-line:hover::after {
    width: 100%;
    height: 100%;
  }
  .dropdown-menu.show .cmp-navigation__group .cmp-navigation__item .animate-line::after {
    top: 0;
    left: 0;
  }
  .dropdown-menu.show .cmp-navigation__group .cmp-navigation__item .animate-line:hover::after {
    border-left-color: #008ed7;
    transition: height 0.25s ease-out;
  }
}
@media screen and (max-width: 768px) {
  .navbar .cmp-navigation--header {
    height: auto !important;
    animation: none !important;
  }
  .navbar .cmp-navigation--header .login-container {
    width: 100%;
  }
  .navbar .dropdown-menu.show {
    overflow: auto !important;
    height: calc(100vh - 60px) !important;
  }
  .navbar .dropdown-menu.show .cmp-navigation__group > li:not(:last-child):after {
    position: relative !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .navbar .cmp-navigation--header {
    height: auto !important;
    animation: none !important;
  }
  .navbar .cmp-navigation--header .login-container {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .cmp-navigation__item--level-0 > div.dropdown-menu.show > .cmp-navigation__group > li {
    border-top: 2px solid #d5d5d5;
    padding-left: 5% !important;
  }
}
@media screen and (max-width: 1140px) {
  .overflow-body-class {
    margin: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
  }
  .navbar .plcorp-mobile-menu-btn {
    opacity: 0;
  }
  .navbar .search-nav-toggle-btn {
    opacity: 0;
  }
  .navbar .animate-mobile-nav-button {
    animation: fadein_navbar 0.5s linear 0.5s forwards;
  }
  .navbar .cmp-navigation--header {
    height: 0;
    animation: height_animation_nav_header 0.4s linear forwards;
  }
  .navbar .cmp-navigation--header .login-container {
    width: 100%;
  }
  .navbar .dropdown-menu.show {
    overflow: auto !important;
    height: calc(100vh - 120px);
  }
  .navbar .dropdown-menu.show .cmp-navigation__group > li:not(:last-child):after {
    position: relative !important;
  }
  .navbar .cmp-navigation__item.cmp-navigation__item--level-1 {
    padding-bottom: 0;
  }
  .navbar .cmp-navigation__item--level-0 > div.dropdown-menu.show > .cmp-navigation__group > li {
    border-top: 1px solid #d5d5d5;
    padding-left: 3%;
    padding-bottom: 10px;
  }
  .navbar .cmp-navigation__item--level-0 > div.dropdown-menu.show > .cmp-navigation__group > li:last-child {
    padding-bottom: 150px;
  }
  .navbar .cmp-navigation__item--level-0 > div.dropdown-menu.show > .cmp-navigation__group {
    padding: 0;
  }
  .padding-bottom-no-chlid {
    padding-bottom: 3%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .login-menu .dropdown-menu.show .mobile-nav-back-btn > div,
  .login-menu .dropdown-menu.back-animation-dropdown .mobile-nav-back-btn > div {
    padding-top: 0.5% !important;
  }
  .height-navbar {
    height: 100vh;
    overflow: auto;
  }
  .login-menu .login-dropdown-toggle:hover {
    color: black !important;
  }
  .login-dropdown-toggle {
    outline: none;
  }
}
@media screen and (max-width: 1199px) {
  .login-menu .login-dropdown-toggle:hover {
    color: black !important;
  }
  .login-dropdown-toggle {
    outline: none;
  }
  .login-menu .dropdown-menu.show .mobile-nav-back-btn > div:after,
  .login-menu .dropdown-menu.back-animation-dropdown .mobile-nav-back-btn > div:after {
    top: 46px;
  }
  .login-menu .dropdown-menu.show .mobile-nav-back-btn > div,
  .login-menu .dropdown-menu.back-animation-dropdown .mobile-nav-back-btn > div {
    padding-top: 1%;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1199px) {
  .search-wrapper {
    right: 47%;
  }
  .historySearchItems {
    opacity: 0;
  }
  .open-searchlist {
    animation-name: fadeInDownhShort;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.5s;
  }
  .searchItem {
    transform: translateX(45%);
  }
  .navbar {
    height: 10px;
  }
  .navbar .cmp-navigation--header .login-container {
    width: 10%;
  }
  .more-menu-toggle .material-icons {
    display: inline;
  }
  #searchNavCollapse.desktopNav.open-container {
    display: block;
    position: static !important;
  }
  #searchNavCollapse.desktopNav.open-container .form-group-search-input-new {
    animation: animate-image-right-to-left 0.5s linear forwards;
  }
  #searchNavCollapse.desktopNav.close-container .form-group-search-input-new {
    animation: animate-width-left-to-right 0.5s ease-in-out forwards;
  }
}

.search-results-page .form-group-search-input {
  width: 50%;
}
.search-results-page .search-bar-width {
  width: 43.75rem;
  margin-top: 31px;
}
.search-results-page .input-group-text {
  background-color: white;
}
.search-results-page .form-input-search {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.search-results-page .form-input-search .input-group-text {
  border: none;
}
.search-results-page .form-input-search .form-control {
  border: none;
}
.search-results-page .form-input-search input:focus {
  outline: none;
  box-shadow: none;
}
.search-results-page .icon-cloud {
  position: relative;
  top: 2px;
  padding-right: 9px;
}
.search-results-page .pagination-section {
  max-width: 750px;
  border: 1px solid lightblue;
}
.search-results-page ul,
.search-results-page li {
  list-style: none;
}
.search-results-page #wrapper {
  width: 900px;
  margin: 20px auto;
}
.search-results-page .data-container {
  margin-top: 20px;
}
.search-results-page .data-container ul {
  padding: 0;
  margin: 0;
}
.search-results-page .data-container li {
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #eee;
  color: #666;
}
.search-results-page .no-result-description-text {
  font-size: 14px;
  margin-top: 16px;
}
.search-results-page .search-page-wrapper-no-results {
  max-width: 700px;
  height: 155px;
  background-color: #eee;
  padding: 22px;
  margin-top: 2rem;
}
.search-results-page .description.material-icons {
  font-size: 70px !important;
  color: lightgray;
}
.search-results-page .search-page-wrapper {
  max-width: 750px;
}
.search-results-page .search-page-wrapper .search-results-page-title {
  font-family: sans-serif;
  font-weight: 700;
}
.search-results-page .search-page-wrapper .search-results-page-subtitle {
  text-align: center;
}
.search-results-page .search-page-wrapper .search-results-index-title {
  font-size: 22px;
  font-weight: 700;
}
.search-results-page .search-page-wrapper .p-alt-16 {
  margin-bottom: 1rem !important;
}
.search-results-page .search-page-wrapper .search-results-index-title-content {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.search-results-page .search-page-wrapper .container-search-items .search-result {
  display: flex;
  margin-bottom: 5%;
  flex-direction: column;
}
.search-results-page .search-page-wrapper .container-search-items .search-result .icon-cloud {
  color: #1d58a4;
}
.search-results-page .search-page-wrapper .container-search-items .search-result > a {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .1s linear;
}
.search-results-page .search-page-wrapper .container-search-items .search-result > a h6 {
  color: #1d58a4;
}
.search-results-page .search-page-wrapper .container-search-items .search-result > a:active {
  color: #0e294d;
}
.search-results-page .search-page-wrapper .container-search-items .search-result .pl-search-result-link {
  cursor: pointer;
}
.search-results-page .search-page-wrapper .container-search-items .search-result .pl-search-result-link:hover {
  color: #154179;
  transition: color .1s linear;
}
.search-results-page .search-page-wrapper .container-search-items .search-result .pl-search-result-link-pdf {
  margin-top: 10px;
}
.search-results-page .search-result-pagination .pagination {
  margin-top: 50px;
}
.search-results-page .search-result-pagination .pagination li a {
  display: inline;
  padding-left: 1rem ! important;
  border: none;
  color: #1d58a4;
  transition: color .1s linear;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.search-results-page .search-result-pagination .pagination li a:hover {
  background-color: inherit;
  color: #154179;
  transition: color .2s linear;
}
.search-results-page .search-result-pagination .pagination li a:focus {
  box-shadow: none;
}
.search-results-page .search-result-pagination .pagination li a:active {
  color: #0e294d;
}
.search-results-page .search-result-pagination .pagination li a i {
  vertical-align: bottom;
  font-size: 22px;
}
.search-results-page .search-result-pagination .pagination li.disabled a {
  color: #979797;
}
.search-results-page .search-result-pagination .pagination li:first-child a {
  padding-left: 0px ! important;
}
.search-results-page .paginationjs .paginationjs-pages li.active > a {
  height: 27px;
  line-height: 28px;
}
.search-results-page #pagination-items li > a:hover {
  border-radius: 5px;
}
.search-results-page #pagination-items li {
  border: none;
  padding-right: 3px;
}
.search-results-page #pagination-items li.active > a {
  border-radius: 5px;
  background-color: #24c5cf !important;
  color: white;
}
.search-results-page #pagination-items li.hover > a {
  background: #24c5cf;
}
.search-results-page #pagination-items .pagination-number {
  position: relative;
  display: flex;
  float: right;
}
.search-results-page #pagination-items .pagination-number li.items-text a {
  color: lightgray;
  background-color: white;
}
.search-results-page #pagination-items .pagination-number li.items-text:hover > a {
  color: lightgray;
  background-color: white;
}
.search-results-page #pagination-items .pagination-number li {
  padding-left: 5px;
  font-size: 14px;
  color: #333;
}
.search-results-page #pagination-items .pagination-number li a {
  min-width: 30px;
  height: 28px;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  line-height: 2;
  text-align: center;
}
.search-results-page #pagination-items .pagination-number li:hover > a {
  border-radius: 5px;
  background: #eee;
}
.search-results-page #pagination-items .pagination-number li:active:hover > a {
  border-radius: 5px;
  background: #eee;
}
.search-results-page .pagination-wrapper {
  border: 1px solid #E7E7E7;
  padding: 6px 6px 6px 6px;
  height: 44px;
}
.search-history-ul {
  z-index: 999;
}
.search .search-header {
  color: #212529;
}
.historySearchItems-page {
  position: absolute;
  width: 35.4rem;
  box-shadow: 0 13px 20px 0 #00000033;
  left: 23.2rem;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper {
  display: flex;
  justify-content: center;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .animate-shimmer {
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #f2f4f7 10%, #f0f0f2 20%, #f2f4f7 30%, #f6f7f8 40%, #f6f7f8 100%);
  background-size: 1000px 100%;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .line-container-result-width {
  width: 77%;
  height: 24px;
  margin-left: 11%;
  margin-bottom: 3%;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .pagination-width {
  width: 100%;
  margin-top: 3%;
  height: 24px;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .link-container {
  display: flex;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .link-container .link-container-icon-width {
  width: 5%;
  margin-right: 1%;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .link-container .link-container-name-width {
  width: 80%;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .link-container-desc-width {
  width: 100%;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .link-container-width {
  width: 80%;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .stroke {
  height: 22px;
}
.search-results-page #shimmer-container-Search .shimmer-wrapper .line-container .info-wrapper .margin-top {
  margin-top: 5%;
}
.search-result .pdf-view {
  opacity: 0;
  visibility: hidden;
}
.search-result .pdf-img-wrapper {
  height: fit-content;
}
.search-result .pdf-img-wrapper:hover .pdf-view {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s linear;
}
.search-result .thumbnail-wrapper {
  border: 1px solid lightgray;
  box-shadow: 4px 5px 10px 0 lightgray;
  height: 100px;
}
.search-result .searchResultPdf {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.search-result .v-tooltip {
  height: 255px;
  position: absolute;
  bottom: 52px;
  left: 50%;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transform: translateX(-50%);
  white-space: normal;
}
.search-result .v-tooltip::after {
  content: '';
  position: absolute;
  left: 48%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  background-color: #ffffff;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.1);
}
.search-result .v-tooltip.modifier--content-right-bottom {
  left: 54px;
  right: auto;
  transform: translateX(30px);
  top: auto;
  bottom: 0px;
}
.search-result .v-tooltip.modifier--content-right-bottom::after {
  left: -5px;
  bottom: 45px;
  top: auto;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.search-result .v-tooltip__desc {
  height: 255px;
}
.search-result .readDesc {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat';
  color: #008ED7;
  width: fit-content;
  cursor: pointer;
}
.search-result .readDesc:hover {
  color: #005b8b;
  transition: color .4s;
  text-decoration: none;
}
.search-result .height-auto {
  max-height: 50rem !important;
  transition: max-height 0.8s cubic-bezier(0.9, 0, 0.8, 0.2) !important;
}
.search-result .show-read-more {
  text-align: justify;
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
}
@media (max-width: 613px) {
  #pagination-items .pagination-number {
    position: relative !important;
    float: none !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 10px;
  }
  .search-results-page .pagination-wrapper {
    height: 100%;
  }
  #pagination-items .paginationjs {
    display: flex;
    justify-content: center;
  }
}
.search-display-none {
  display: none;
}
.search-display-block {
  display: block;
  opacity: 0;
}
.transition-search {
  opacity: 1;
  transition: all 0.5s linear;
}
@media screen and (max-width: 576px) {
  .searchResultPdf {
    display: flex;
    flex-direction: column;
    overflow-wrap: anywhere;
    gap: 20px;
  }
  .pdf-img-wrapper {
    position: relative;
  }
  .pdf-img-wrapper .v-tooltip {
    height: 235px;
  }
  .pdf-img-wrapper .v-tooltip__desc {
    height: 235px;
  }
}
@media (max-width: 613px) {
  #pagination-items .pagination-number {
    position: relative !important;
    float: none !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 10px;
  }
  .search-results-page .pagination-wrapper {
    height: 100%;
  }
  #pagination-items .paginationjs {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pdf-img-wrapper {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .search-page-wrapper,
  #shimmer-container-Search .shimmer-wrapper .line-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #shimmer-container-Search .shimmer-wrapper .line-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .searchResultPdf {
    overflow-wrap: anywhere;
  }
}

/*for icon in nav only*/
.more-menu-toggle {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-right: 50px;
  cursor: pointer;
}
.more-menu-toggle i {
  font-size: 20px;
  vertical-align: bottom;
}
.more-menu-toggle:hover {
  color: #1d58a4;
}
.more-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /*transition out delay*/
  transition-delay: .3s;
  visibility: hidden;
}
.more-menu.more-menu-show {
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
  /* Account for horizontal padding on navbar */
  visibility: visible;
}
.more-menu.more-menu-show .more-menu-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  /* Account for horizontal padding on navbar */
  transition-delay: .3s;
  visibility: visible;
  opacity: 1 !important;
}
.more-menu .more-menu-content {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  background-color: #1d58a4;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  padding-left: 75px;
  padding-right: 75px;
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.2);
}
.more-menu .more-menu-content h6,
.more-menu .more-menu-content li {
  color: #ffffff;
  max-width: 278px;
}
.more-menu .more-menu-content h6 {
  margin-top: 35px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 20px;
}
.more-menu .more-menu-content ul {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.more-menu .more-menu-content ul > li {
  margin-bottom: 10px;
}
.more-menu .more-menu-content a {
  color: #ffffff;
}
.more-menu .more-menu-content a:hover {
  text-decoration: none;
  color: #e6e6e6;
}
.more-menu .more-menu-content a:active {
  color: #cccccc;
}
.more-menu .more-menu-content .more-menu-nav-item {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.more-menu .more-menu-content .more-menu-toggle {
  display: block;
  text-align: right;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.more-menu .more-menu-content .more-menu-toggle i {
  vertical-align: bottom;
  font-size: 20px;
}
.more-menu .more-menu-content .more-menu-share-icons {
  margin-top: 30px;
}
.more-menu .more-menu-content .more-menu-share-icons td {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .more-menu-toggle {
    margin-right: auto;
    display: block;
    padding-left: 16px;
    padding-top: 16px;
    color: #ffffff !important;
  }
  .more-menu-toggle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    background: #ffffff;
    width: 100%;
    height: 1px;
  }
  .more-menu-toggle:active,
  .more-menu-toggle:focus {
    color: #ffffff !important;
  }
  .more-menu-toggle > i {
    position: absolute;
    right: 29px;
  }
  .more-menu-toggle .toggle-label:after {
    content: "MORE";
  }
  .more-menu-show .more-menu-toggle {
    margin-bottom: 15px;
  }
  .more-menu-show .more-menu-toggle > i {
    position: absolute;
    top: 0.929rem;
    right: unset;
    left: 13px;
    transform: rotateY(180deg);
  }
  .more-menu-show .more-menu-toggle .toggle-label {
    padding-left: 20px;
  }
  .more-menu-show .more-menu-toggle .toggle-label:after {
    content: "BACK";
  }
  .more-menu {
    position: static;
    height: 0px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #1d58a4;
    margin-right: -16px;
    margin-left: -16px;
    width: 1000px;
  }
  .more-menu.more-menu-show {
    height: 100%;
    width: 100%;
    position: absolute;
    transform: translateY(75px) !important;
    -webkit-transform: translateY(75px) !important;
    animation-duration: 1s;
    animation-name: slidein;
  }
  .more-menu.more-menu-show .more-menu-content {
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* Account for horizontal padding on navbar */
    box-shadow: none;
  }
  .more-menu .more-menu-content {
    position: static;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .more-menu .more-menu-content h6 {
    max-width: unset;
    margin-top: 0;
  }
  .more-menu .more-menu-content h6:before {
    content: "";
    position: absolute;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 1px;
  }
  .more-menu .more-menu-content h6 > a {
    padding-top: 16px;
    padding-bottom: 8px;
    display: block;
  }
  .more-menu .more-menu-content ul {
    padding-top: 0;
  }
  .more-menu .more-menu-content .more-menu-nav-item {
    font-size: 14px;
  }
  @keyframes slidein {
    from {
      transform: translateY(320px);
    }
    to {
      transform: translateY(75px);
    }
  }
  @keyframes slideout {
    0% {
      transform: translateY(-200px);
    }
    100% {
      transform: translateY(0);
    }
  }
  div.show + .more-menu,
  div.collapsing + .more-menu {
    transition-delay: 0s;
    height: 100vh;
    visibility: visible;
    transform: translateY(0);
    overflow-y: hidden;
  }
  div.show + .more-menu:not(.more-menu-show),
  div.collapsing + .more-menu:not(.more-menu-show) {
    width: 1000px;
  }
  div.collapse:not(.show) + div.more-menu {
    transition-delay: 0s;
  }
  div.collapse:not(.show) + div.more-menu.more-menu-show {
    visibility: hidden;
    transition-delay: 0s;
  }
  div.collapse:not(.show) + div.more-menu.more-menu-show .more-menu-content {
    visibility: hidden;
  }
  .silde-out-animation {
    animation: slideout 1s linear forwards;
  }
}

.simple-columns-component-wrapper {
  margin-top: 50px;
  max-width: 1140px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .simple-columns-component-wrapper > div:first-child {
    padding-left: 0;
    padding-right: 30px;
  }
  .simple-columns-component-wrapper > div:last-child {
    padding-right: 0;
    padding-left: 30px;
  }
  .simple-columns-component-wrapper.simple-columns-component-wrapper-1 > div:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}

.color-offset-container.bg-deep-blue {
  background-color: #1d58a4;
}
.color-offset-container.bg-light-grey {
  background-color: #f2f2f2;
}
.color-offset-container.bg-light-grey.offset-btm {
  background: linear-gradient(360deg, #ffffff 23%, #f2f2f2 10%);
}
.color-offset-container.white.offset-btm {
  background: linear-gradient(360deg, #f2f2f2 29%, #ffffff 25%);
}
.color-offset-container.white.offset-top {
  background: linear-gradient(0deg, #ffffff 50%, #f2f2f2 50%);
}

/* -----------------------
    Video Less
-------------------------- */
.video ul,
.video li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.video video {
  max-width: 100%;
}
.pcwr-modal-video {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden !important;
}
.pcwr-modal-video .modal-dialog {
  height: 100%;
  margin: 0 auto !important;
}
.pcwr-modal-video .modal-header {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.pcwr-modal-video .modal-header .modal-title {
  color: white;
  text-transform: capitalize;
  vertical-align: baseline;
}
.pcwr-modal-video .modal-header .close {
  color: #d3d3d3;
  opacity: 1;
  font-size: 2.75rem;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  text-shadow: none;
  line-height: 0.75;
  vertical-align: baseline;
  outline: none;
}
.pcwr-modal-video .modal-body {
  position: relative;
  padding: 0;
  text-align: center!important;
}
.pcwr-modal-video .modal-content {
  border: 0;
  background-color: transparent !important;
}
.pcwr-modal-video .modal-footer {
  justify-content: space-between;
}
@media screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  .modal-header .modal-title {
    font-size: 16px !important;
  }
  .modal-header .close {
    font-size: 1rem;
  }
}

.text-hero {
  max-width: 750px;
}
@media (max-width: 575.98px) {
  .text-hero {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-fluid > h3 {
  max-width: 750px;
  margin: 6rem auto 4.5rem auto;
}
@media (max-width: 575.98px) {
  .textCardContainer > .container-fluid > h3 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.text-card {
  max-width: 525px;
  margin-bottom: 3rem;
}
.text-card:first-child {
  margin-left: auto;
}
.text-card:last-child {
  margin-right: auto;
}
.text-card ul {
  margin-bottom: 1.4rem;
}
.text-card:only-of-type {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.text-card:nth-child(2) {
  margin-left: 4rem;
}
.text-card:nth-child(2):not(:last-of-type) {
  max-width: 330px;
}
.text-card:nth-last-child(3),
.text-card:nth-child(3) {
  max-width: 330px;
}
.text-card:nth-child(3) {
  margin-left: 4rem;
}
.text-card .display-wrapper-alt.go li::before {
  content: '';
  position: absolute;
  width: 3.5px;
  height: 8.8px;
  top: 4.5px;
  left: -20.9px;
  background-color: #1D58A4;
  transform-origin: bottom;
  transform: rotate(135deg) scaleY(0);
  animation: checkMark-l1 0.5s linear 1s forwards;
}
.text-card .display-wrapper-alt.go li::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 3.5px;
  top: 17.9px;
  left: -31px;
  background-color: #1D58A4;
  transform-origin: right;
  transform: rotate(135deg) scaleX(0);
  animation: checkMark-l2 0.3s linear 1.5s forwards;
}
.text-card ul li {
  position: relative;
  list-style-type: none;
  padding-left: 5px;
}
.text-card .pcwr-richtext {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .text-card,
  .text-card:only-of-type,
  .text-card:nth-child(2),
  .text-card:nth-child(3),
  .text-card:nth-last-child(3) {
    max-width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-card:only-of-type {
    padding-right: 15px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .text-card {
    width: 525px;
    max-width: none;
  }
  .text-card:nth-child(2):not(:last-of-type) {
    width: 330px;
    max-width: none;
  }
  .text-card:nth-last-child(3),
  .text-card:nth-child(3) {
    width: 330px;
    max-width: none;
  }
  .text-card:first-child {
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .text-card-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .text-card,
  .text-card:only-of-type,
  .text-card:nth-child(2),
  .text-card:nth-child(3),
  .text-card:nth-last-child(3),
  .text-card:first-child,
  .text-card:last-child {
    padding-left: 0;
    padding-right: 0;
    margin-left: 24px;
    margin-right: 24px;
    max-width: unset;
    min-width: unset;
  }
}
@keyframes checkMark-l1 {
  to {
    transform: rotate(135deg) scaleY(1);
  }
}
@keyframes checkMark-l2 {
  to {
    transform: rotate(135deg) scaleX(1);
  }
}

.team-gallery__sub-heading {
  line-height: 24px;
  text-align: center;
  font-family: 'Open Sans';
}
.team-gallery__main {
  margin-top: 4rem;
  display: grid;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
.team-gallery__main.team-gallery__main-container-five {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 840px) and (max-width: 1199px) {
  .team-gallery__main.team-gallery__main-container-five {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width:839px) {
  .team-gallery__main.team-gallery__main-container-five {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width:599px) {
  .team-gallery__main.team-gallery__main-container-five {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-gallery__main.team-gallery__main-container-four {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 840px) and (max-width: 1199px) {
  .team-gallery__main.team-gallery__main-container-four {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width:839px) {
  .team-gallery__main.team-gallery__main-container-four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:599px) {
  .team-gallery__main.team-gallery__main-container-four {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-gallery__main.team-gallery__main-container-three {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 840px) and (max-width: 1199px) {
  .team-gallery__main.team-gallery__main-container-three {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width:839px) {
  .team-gallery__main.team-gallery__main-container-three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:599px) {
  .team-gallery__main.team-gallery__main-container-three {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-gallery__container {
  text-align: center;
  margin-bottom: 2.5rem;
  box-sizing: border-box;
  width: 22%;
  min-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width:599px) {
  .team-gallery__container.team-gallery__container--three {
    width: 100%;
  }
  .team-gallery__container.team-gallery__container--five {
    width: 100%;
  }
}
.team-gallery__avatar {
  margin-bottom: 1.5rem;
  height: 171px;
  width: 171px;
  object-fit: cover;
  border-radius: 50%;
}
.team-gallery__avatar--non-circular {
  object-fit: contain;
  border-radius: 0;
  width: 200px;
  height: 96px;
  margin-bottom: 1rem;
}
.team-gallery__name {
  color: #212529;
  text-transform: none;
}
.team-gallery__name p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.team-gallery__name a {
  text-decoration: none;
}
.team-gallery__position p {
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  overflow-wrap: break-word;
  word-break: break-word;
}
.team-gallery__modal-trigger {
  cursor: pointer;
}
.team-gallery__modal-trigger a {
  display: block;
  margin-bottom: 1rem;
}
.team-gallery__modal-trigger a:hover {
  text-decoration: underline;
}
.team-gallery__modal-image {
  text-align: center;
}
.team-gallery__modal-image img {
  vertical-align: middle;
  max-width: 240px;
  max-height: 100px;
  margin-bottom: 1.25rem;
}
.team-gallery__modal-description p {
  font-size: 16px;
}
@media screen and (max-width:599px) {
  .team-gallery__main {
    flex-direction: column;
    margin-top: 2rem;
  }
  .team-gallery__container {
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: left;
    padding-right: 0;
    padding-bottom: 1rem;
    align-items: center;
    display: flex;
    box-sizing: border-box;
  }
  .team-gallery__jc-center {
    justify-content: center;
  }
  .team-gallery__avatar {
    margin-right: 1.5rem;
    width: 83px;
    height: 83px;
    margin-bottom: 0;
  }
  .team-gallery__avatar--non-circular {
    margin-right: 0px;
    padding-right: 0px;
  }
  .team-gallery__name {
    line-height: 24px;
    font-family: 'Open Sans';
    text-align: left;
    padding-left: 0px;
  }
  .team-gallery__position p {
    font-size: 14.45px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    padding-right: 16px;
    padding-left: 0 !important;
  }
}
@media screen and (max-width:839px) {
  .team-gallery__container {
    margin-bottom: 1.5rem;
  }
  .team-gallery.team-gallery-with-modal .team-gallery__container {
    text-align: center;
    flex-direction: column;
  }
  .team-gallery.team-gallery-with-modal .team-gallery__position {
    text-align: center;
  }
  .team-gallery.team-gallery-with-modal .team-gallery__modal-trigger img {
    width: 171px;
    height: 171px;
  }
  .team-gallery.team-gallery-with-modal .team-gallery__modal-trigger img.team-gallery__avatar--non-circular {
    width: 200px;
    height: 96px;
  }
  .team-gallery.team-gallery-with-modal .team-gallery__modal-trigger a {
    display: none;
  }
}
@media screen and (min-width: 840px) and (max-width: 1199px) {
  .team-gallery__container {
    margin-bottom: 1.5rem;
  }
  .team-gallery__name {
    padding-left: 14px;
  }
}

@media (min-width: 992px) {
  .tab-content-switcher-container {
    padding-bottom: 6rem;
  }
  .tab-content-switcher {
    max-height: 600px;
    max-width: 1140px;
    padding-bottom: 6rem;
    overflow: hidden;
    position: relative;
  }
  .tab-content-switcher .nav-pills {
    position: absolute;
    top: 50%;
    right: 175px;
    transform: translateY(-50%);
  }
  .tab-content-switcher .tab-content .tab-pane img {
    min-height: 600px;
    max-height: 600px;
    min-width: 1090px;
    max-width: 1090px;
  }
  .tab-content-switcher .tab-content .tab-pane .tab-content-img-copy {
    max-width: 407px;
    position: relative;
    color: #ffffff;
    top: -400px;
    left: 100px;
  }
  .tab-content-switcher .tab-content .tab-pane .tab-content-img-copy > h4 {
    text-transform: none;
  }
  .tab-content-switcher .zoom {
    transition: transform .2s;
    /* Animation */
    height: 80px;
    min-width: 500px;
    background-color: #1d58a4;
    color: #ffffff;
    border-bottom: solid 1.5px #0177a2;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0), 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .tab-content-switcher .zoom > span {
    position: relative;
    bottom: 10px;
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    line-height: 1.2;
    max-height: 50px;
  }
  .tab-content-switcher .zoom i {
    width: 50px;
    font-size: 30px;
    border-right: solid 2px #0177a2;
    margin-right: 30px;
    height: 100%;
    padding-top: 25px;
  }
  .tab-content-switcher .zoom.zoom:hover,
  .tab-content-switcher .zoom.active {
    transform: scale(1.05);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transform-origin: top right;
    background-color: #ffffff;
    color: black;
    border-bottom-color: #ffffff;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .tab-content-switcher .zoom.zoom:hover i,
  .tab-content-switcher .zoom.active i {
    border-right-color: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .tab-content-switcher .nav-pills {
    right: 230px;
  }
}
/*MOBILE*/
@media (max-width: 991.98px) {
  .tab-content-switcher {
    display: none;
  }
  .tab-switcher-header-title {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tab-switcher-mobile .card {
    border-top: 1px solid #0177a2;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .tab-switcher-mobile .card-header {
    background-color: #1d58a4;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tab-switcher-mobile .card-header i {
    color: #ffffff;
    font-size: 40px;
    vertical-align: bottom;
    padding-bottom: 1rem;
    margin-right: .75rem;
  }
  .tab-switcher-mobile .card-header .btn {
    border-left: 2px solid #0177a2;
    border-radius: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    white-space: normal;
    max-width: 75%;
  }
  .tab-switcher-mobile .card-header:not(.collapsed) i {
    transform: rotate(180deg);
    vertical-align: top;
  }
  .tab-switcher-mobile .tab-switcher-item-mobile {
    background-size: cover;
  }
  .tab-switcher-mobile .tab-switcher-item-mobile .card-body {
    height: 500px;
  }
  .tab-switcher-mobile .tab-switcher-item-mobile .card-body h4,
  .tab-switcher-mobile .tab-switcher-item-mobile .card-body p,
  .tab-switcher-mobile .tab-switcher-item-mobile .card-body a {
    color: #ffffff !important;
    margin-bottom: 1.5rem;
  }
  .tab-switcher-mobile .tab-switcher-item-mobile .card-body h4,
  .tab-switcher-mobile .tab-switcher-item-mobile .card-body p {
    text-transform: none;
    width: 100%;
  }
  .tab-switcher-mobile .tab-switcher-item-mobile .card-body a {
    margin-right: auto;
  }
}

.simpleCardsGallery .simpleCardsGallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-items: center;
}
.container-fluid > h3 {
  max-width: 750px;
  margin: 6rem auto 4.5rem auto;
}
@media (max-width: 575.98px) {
  .simpleCardsGallery > .container-fluid > h3 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.simple-gallery-card .simple-body {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
  padding: 1.9rem 1.9rem 0 1.9rem;
}
.simple-gallery-card .simple-body .simple-tag-text {
  font-family: Montserrat, sans-serif;
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.simple-gallery-card .simple-body .simple-title {
  padding-bottom: 1px;
  font-family: "Merriweather", serif;
  font-size: 27px;
  font-weight: 300;
  text-transform: none;
}
.simple-gallery-card .simple-body .simple-body-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 115px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  margin-bottom: 1rem;
}
.simple-gallery-card .simple-body .large-text-content {
  -webkit-line-clamp: 4 !important;
}
.simple-gallery-card .simple-body .medium-text-content {
  -webkit-line-clamp: 3 !important;
}
.simple-gallery-card .simple-body .small-text-content {
  -webkit-line-clamp: 2 !important;
}
.simple-gallery-card .simple-body .very-small-text-content {
  -webkit-line-clamp: 1 !important;
}
.simple-gallery-card .simple-img {
  border-radius: 0px;
  max-height: 182px;
  min-height: 182px;
  max-width: 360px;
  min-width: 360px;
}
.simple-gallery-card .simple-card-footer {
  background-color: initial;
  border-top: none;
  padding-bottom: 1.9rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
}
.simple-gallery-card .simple-card-footer .cta-text-btn {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (max-width: 1199px) {
  .simple-gallery-card .simple-card-footer .cta-text-btn {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.simple-gallery-card .simple-card-footer .simple-icon {
  vertical-align: middle;
  margin-left: 1rem;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .simple-gallery-card .simple-card-footer .simple-icon {
    font-size: 18px;
    margin-left: 0.5rem;
  }
}
.simple-gallery-card .simple-card-footer .simple-card-type-icon span {
  margin-right: 0.5rem;
  font-size: 22px;
}
@media (max-width: 1199px) {
  .simple-gallery-card .simple-card-footer .simple-card-type-icon span {
    font-size: 18px;
  }
}
.simple-gallery-card .simple-card-footer .simple-tag-text-duration {
  font-family: Montserrat, sans-serif;
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.simple-gallery-card {
  box-shadow: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.simple-gallery-card:hover {
  background-color: transparent;
}
.simple-gallery-card .card.simple-card-wrapper__inner {
  opacity: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
.simple-gallery-card .card.simple-card-wrapper__inner:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.simple-gallery-card .simple-card-wrapper__inner--transition {
  transition: all 0.5s ease;
}
.simple-gallery-card.simple-card.in .simple-card-wrapper__inner {
  opacity: 1;
  transform: translate(0);
}
.simple-gallery-card {
  width: 22.625rem;
  max-width: 22.625rem;
  min-width: 22.625rem;
  min-height: 32.625rem;
}
.simple-gallery-card .card.simple-card-wrapper__inner {
  width: 22.625rem;
  max-width: 22.625rem;
  min-width: 22.625rem;
  min-height: 32.625rem;
}
.simple-gallery-card a.clickable:hover {
  left: 15px;
}
.simple-youtube-gallery.youtube-playlist-animations-disabled .animatedParent .animated,
.simple-youtube-gallery.youtube-playlist-animations-disabled .animatedParent .fadeInDownHalfShort,
.simple-youtube-gallery.youtube-playlist-animations-disabled .animatedParent .simple-card-wrapper__inner {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -ms-animation: none !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .simple-youtube-gallery .animatedParent .animated,
  .simple-youtube-gallery .animatedParent .fadeInDownHalfShort,
  .simple-youtube-gallery .animatedParent .simple-card-wrapper__inner {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -ms-animation: none !important;
    opacity: 1 !important;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .simple-gallery-card {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    min-height: 32.625rem;
  }
  .simple-gallery-card .card.simple-card-wrapper__inner {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    min-height: 32.625rem;
  }
  .simple-gallery-card .card.simple-card-wrapper__inner img.simple-img {
    max-width: 330px;
    min-width: 330px;
  }
  .simple-gallery-card a.clickable:hover {
    width: 330px;
    left: 15px;
  }
}
@media (max-width: 575.98px) {
  .simple-card {
    margin: 0 auto;
    overflow: hidden;
    width: 327px;
    min-width: unset;
    max-width: unset;
  }
  .simple-card .simple-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .simple-card .simple-card-footer {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .simple-card .card.simple-card-wrapper__inner {
    width: 327px;
    max-width: 327px;
    min-width: 327px;
    min-height: 32.625rem;
  }
  .simple-card .card.simple-card-wrapper__inner img.simple-img {
    max-width: 327px;
    min-width: 327px;
  }
}
.simpleCard .video-type-modal-title {
  margin-bottom: 1rem;
}
.simpleCard .pcwr-modal-video .modal-body video {
  display: none;
}
.simpleCard .pcwr-modal-video .modal-body iframe {
  display: none;
}

.scenario-carousel {
  max-width: 1292px;
}
.scenario-carousel-component {
  margin-top: 30px;
}
.scenario-carousel-component .scenario-carousel-indicators.carousel-indicators {
  position: static;
  margin-bottom: 3rem;
  display: flex;
  gap: 5px;
  margin-top: 50px;
}
.scenario-carousel-component .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator {
  width: 100%;
  height: 100%;
  text-indent: 0;
  opacity: 0.35;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: .4rem;
  text-align: center;
  background-color: inherit;
}
.scenario-carousel-component .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator.active {
  opacity: 1;
}
.scenario-carousel-component .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator.active .scenario-carousel-progress-indicator .animate-progress-bar {
  background-color: #167ac6;
  width: 1%;
}
.scenario-carousel-component .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator:hover {
  cursor: pointer;
}
.scenario-carousel-component .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator .scenario-carousel-progress-indicator,
.scenario-carousel-component .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator .animate-progress-bar {
  margin: 0;
  background-color: rgba(108, 117, 125, 0.38);
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
}
.scenario-carousel-component .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator .scenario-carousel-indicator-text {
  margin-top: 10px;
  display: block;
}
.scenario-carousel-component .scenario-carousel-indicators.carousel-indicators.disable-progress-bars li.active .scenario-carousel-progress-indicator .animate-progress-bar {
  animation: none;
  -webkit-animation: none;
}
.scenario-carousel-component .scenario-carousel-slide-copy-container {
  position: absolute;
  left: 30px;
  max-width: 488px;
  max-height: 491px;
  min-height: 491px;
  opacity: 0;
}
.scenario-carousel-component .scenario-carousel-slide-copy-container.animatecopycarousel {
  animation: animatecopycarousel 0.5s linear 0.8s forwards;
}
.scenario-carousel-component .scenario-carousel-slide-copy-container .scenario-carousel-slide-copy {
  background-color: #1d58a4;
  color: #ffffff;
  overflow: hidden;
}
.scenario-carousel-component .scenario-carousel-slide-copy-container .scenario-carousel-slide-copy > img {
  min-height: 65px;
  max-height: 65px;
}
.scenario-carousel-component .scenario-carousel-slide-copy-container .scenario-carousel-slide-copy > h5 {
  text-transform: unset;
  margin-bottom: 1.5rem;
}
.scenario-carousel-component .mulcarouselMarginWrapper {
  margin-top: -63%;
}
.scenario-carousel-component .carouselMarginWrapper {
  margin-top: -55%;
}
.scenario-carousel-component .carousel-control-left,
.scenario-carousel-component .carousel-control-right {
  position: relative;
  bottom: 275px;
  object-fit: contain;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
  opacity: 0.75;
}
.scenario-carousel-component .carousel-control-left:hover,
.scenario-carousel-component .carousel-control-right:hover {
  opacity: 1;
}
.scenario-carousel-component .carousel-control-left {
  right: 75px;
}
.scenario-carousel-component .carousel-control-right {
  left: 1120px;
}
.scenario-carousel-component .single-item-bottom-margin {
  margin-bottom: 3rem;
}
.scenario-carousel-component.scenario-carousel-component-animations-disabled .animated,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .animated,
.scenario-carousel-component.scenario-carousel-component-animations-disabled .animate-uncover-with-offset-parent-from-right,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .animate-uncover-with-offset-parent-from-right,
.scenario-carousel-component.scenario-carousel-component-animations-disabled .fadeIn,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .fadeIn,
.scenario-carousel-component.scenario-carousel-component-animations-disabled .animateUncoverfromLeft,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .animateUncoverfromLeft,
.scenario-carousel-component.scenario-carousel-component-animations-disabled .animateUncoverWithOffSet,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .animateUncoverWithOffSet,
.scenario-carousel-component.scenario-carousel-component-animations-disabled .scenario-carousel-progress-indicator .animate-progress-bar,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .scenario-carousel-progress-indicator .animate-progress-bar {
  animation-duration: 0.01s;
}
.scenario-carousel-component.scenario-carousel-component-animations-disabled .animated.fadeIn.delay-1000,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .animated.fadeIn.delay-1000 {
  animation-delay: 0.01s;
}
.scenario-carousel-component.scenario-carousel-component-animations-disabled .scenario-carousel .carousel-inner .carousel-item .animated > img,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .scenario-carousel .carousel-inner .carousel-item .animated > img {
  animation: none;
  -webkit-animation: none;
  animation-duration: 0.01s;
}
.scenario-carousel-component.scenario-carousel-component-animations-disabled .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator.active .scenario-carousel-progress-indicator .animate-progress-bar,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator.active .scenario-carousel-progress-indicator .animate-progress-bar {
  animation: none;
  -webkit-animation: none;
  width: 100%;
}
.scenario-carousel-component.scenario-carousel-component-animations-disabled .scenario-carousel-slide-copy-container.animatecopycarousel,
.scenario-carousel-component.scenario-carousel-component-author-animations-disabled .scenario-carousel-slide-copy-container.animatecopycarousel {
  animation: none;
  -webkit-animation: none;
  opacity: 1;
}
/*Bootstrap Carousel Fade In effect for slide transition*/
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .carousel-item.active,
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .carousel-item-next.carousel-item-left,
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .active.carousel-item-left,
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .carousel-item-next,
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .carousel-item-prev,
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .carousel-item.active,
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .active.carousel-item-left,
.scenario-carousel-component.scenario-carousel-component-animations-enabled .carousel-fade .active.carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
/*basic mobile styles*/
@media only screen and (max-width: 1024px) {
  .scenario-carousel {
    max-width: 750px;
  }
  #scenarioCarousel .carousel-control-right {
    left: 710px;
  }
  #scenarioCarousel .carousel-control-left {
    right: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .scenario-carousel {
    max-width: 650px;
  }
  #scenarioCarousel .carousel-control-right {
    left: 610px;
  }
  #scenarioCarousel .carousel-control-left {
    right: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .scenario-carousel {
    max-width: 380px;
  }
  #scenarioCarousel .carousel-control-right {
    left: 270px;
    bottom: 530px;
  }
  #scenarioCarousel .carousel-control-left {
    right: 0px;
    left: 50px;
    bottom: 530px;
  }
  .scenario-carousel-component .animated,
  .scenario-carousel-component .animate-uncover-with-offset-parent-from-right,
  .scenario-carousel-component .fadeIn,
  .scenario-carousel-component .animateUncoverfromLeft,
  .scenario-carousel-component .animateUncoverWithOffSet,
  .scenario-carousel-component .scenario-carousel-progress-indicator .animate-progress-bar {
    animation-duration: 0.01s;
  }
  .scenario-carousel-component .animated.fadeIn.delay-1000 {
    animation-delay: 0.01s;
  }
  .scenario-carousel-component .scenario-carousel .carousel-inner .carousel-item .animated > img {
    animation: none;
    -webkit-animation: none;
    animation-duration: 0.01s;
  }
  .scenario-carousel-component .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator.active .scenario-carousel-progress-indicator .animate-progress-bar {
    animation: none;
    -webkit-animation: none;
  }
  .scenario-carousel-component .scenario-carousel-slide-copy-container.animatecopycarousel {
    animation: none;
    -webkit-animation: none;
    opacity: 1;
  }
}
/*MOBILE*/
@media (max-width: 767px) {
  .scenario-carousel .scenario-carousel-slide-copy-container {
    position: absolute !important;
    left: unset !important;
    top: 540px !important;
    margin-left: 24px;
    margin-right: 24px;
    background-color: #1d58a4;
    height: 546px;
    max-height: 546px !important;
    min-height: 546px !important;
    overflow: hidden;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .scenario-carousel .scenario-carousel-slide-copy-container .scenario-carousel-slide-copy {
    height: 100%;
  }
  .scenario-carousel .carousel-inner {
    overflow: visible !important;
  }
  .scenario-carousel .carousel-indicators {
    margin-bottom: 1rem !important;
    margin-top: 8.5rem !important;
  }
  .scenario-carousel .carousel-indicators > li {
    /*Initial values*/
    width: 10px !important;
    height: 10px !important;
    text-indent: -999px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
  }
  .scenario-carousel .carousel-indicators > li.active:before {
    height: 10px !important;
    border-radius: 5px !important;
    background-color: #1d58a4;
  }
  .scenario-carousel .carousel-indicators > li:not(.active):before {
    height: 10px !important;
    border-radius: 5px !important;
    margin-top: unset !important;
    border: 1px solid black !important;
    background: unset !important;
  }
  .scenario-carousel .carousel-indicators > li .scenario-carousel-progress-indicator {
    display: none;
  }
  #scenarioCarousel .carousel-control-right {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #scenarioCarousel .carousel-control-right > img {
    display: none;
  }
  #scenarioCarousel .carousel-control-left {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 120px;
  }
  #scenarioCarousel .carousel-control-left > img {
    display: none;
  }
}
@media (min-width: 768px) {
  .scenario-carousel .carousel-inner .carousel-item .animated > img {
    -webkit-animation: zoom 18s linear forwards;
    animation: zoom 18s;
  }
}
@media screen and (max-width: 576px) {
  .scenario-carousel-component .mulcarouselMarginWrapper {
    top: 460px;
    margin-top: -1182px;
  }
  .scenario-carousel-component .carouselMarginWrapper {
    top: 0;
    margin-top: -278%;
  }
}
@media screen and (min-width: 577px) and (max-width: 766px) {
  .scenario-carousel {
    max-width: 500px;
  }
  .scenario-carousel-component .scenario-carousel-slide-copy-container {
    top: 460px;
    position: absolute !important;
    left: unset !important;
    top: 540px !important;
    margin-left: 24px;
    margin-right: 24px;
    height: 546px;
    max-height: 546px !important;
    min-height: 546px !important;
    overflow: hidden;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .scenario-carousel-component .mulcarouselMarginWrapper {
    margin-top: -1182px;
  }
  .scenario-carousel-component .carouselMarginWrapper {
    margin-top: -212%;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .scenario-carousel-component .mulcarouselMarginWrapper {
    margin-top: -115% !important;
  }
  .scenario-carousel-component .carouselMarginWrapper {
    margin-top: -97% !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .scenario-carousel-component .mulcarouselMarginWrapper {
    margin-top: -100% !important;
  }
  .scenario-carousel-component .carouselMarginWrapper {
    margin-top: -84% !important;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes animatecopycarousel {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .scenario-carousel-component .animatedParent .animate-uncover-with-offset-parent-from-right,
  .scenario-carousel-component .animatedParent .animateUncoverWithOffSet,
  .scenario-carousel-component .animatedParent .animate-fade-out-top-background,
  .scenario-carousel-component .animatedParent .animateUncoverfromLeft,
  .scenario-carousel-component .animatedParent .animated {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -ms-animation: none !important;
    opacity: 1 !important;
  }
  .scenario-carousel-component .animatedParent .animateUncoverWithOffSet,
  .scenario-carousel-component .animatedParent .animate-fade-out-top-background,
  .scenario-carousel-component .animatedParent .animateUncoverfromLeft {
    display: none !important;
  }
  .scenario-carousel-indicators.carousel-indicators li.scenario-carousel-indicator .scenario-carousel-progress-indicator {
    margin-right: 5px !important;
  }
}

.quoteComponent .quoteImgWrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.quoteComponent .quoteImgWrapper .quoteImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.quoteComponent .quoteImgWrapper .quoteImage.go {
  animation: scale_quoteImage 25s linear 1.75s forwards;
  -webkit-animation: scale_quoteImage 25s linear 1.75s forwards;
}
.quoteComponent .quoteImgWrapper .quoteImage.go.quoteImage-repeat-repeat {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.quoteComponent .quoteImgWrapper .quoteImage.go.quoteImage-repeat-once {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.quoteComponent .quoteImgWrapper .quoteImage.go.quoteImage-repeat-none {
  animation: none;
  -webkit-animation: none;
}
.quoteComponent .quoteImgWrapper .quoteOverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.quoteComponent .quoteImgWrapper .quoteContentWrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-front {
  color: #0082C4;
  font-family: -webkit-body;
  font-style: initial;
  line-height: 0;
}
.quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-back {
  color: #0082C4;
  font-family: -webkit-body;
  font-style: initial;
  line-height: 0;
  position: relative;
  top: 10px;
}
.quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper.quoteTextAlign--right {
  text-align: right;
}
.quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor {
  font-family: Merriweather;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
.quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthorAlign--right {
  text-align: right;
}
/*Disbaling animations when configured through dialog*/
.quoteComponent.quote-component-animations-disabled .animated,
.quoteComponent.quote-component-animations-disabled .fadeInDownShort,
.quoteComponent.quote-component-animations-disabled .animate-uncover-with-offset-parent-from-top,
.quoteComponent.quote-component-animations-disabled .fadeIn {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  -webkit-animation: none !important;
  animation-duration: 0.01s !important;
}
@keyframes scale_quoteImage {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1199px) {
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-ipadpro-large {
    font-size: 29px;
    line-height: 51px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-ipadpro-medium {
    font-size: 30px;
    line-height: 40px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-ipadpro-small {
    font-size: 24px;
    line-height: 31px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipadpro-front-large,
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipadpro-back-large {
    font-size: 80px ;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipadpro-front-medium,
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipadpro-back-medium {
    font-size: 70px ;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipadpro-front-small,
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipadpro-back-small {
    font-size: 60px ;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--ipadpro--large {
    font-size: 25px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--ipadpro--medium {
    font-size: 22px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--ipadpro--small {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .quoteComponent.quoteComponent-mobile-animations-disabled .animated,
  .quoteComponent.quoteComponent-mobile-animations-disabled .fadeInDownShort,
  .quoteComponent.quoteComponent-mobile-animations-disabled .animate-uncover-with-offset-parent-from-top,
  .quoteComponent.quoteComponent-mobile-animations-disabled .fadeIn {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    -webkit-animation: none !important;
    animation-duration: 0.01s !important;
  }
}
@media screen and (max-width: 768px) {
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-ipad-large {
    font-size: 30px ;
    line-height: 48px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-ipad-medium {
    font-size: 24px ;
    line-height: 35px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-ipad-small {
    font-size: 24px ;
    line-height: 28px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipad-front-large,
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipad-back-large {
    font-size: 80px ;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipad-front-medium,
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipad-back-medium {
    font-size: 70px ;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipad-front-small,
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-ipad-back-small {
    font-size: 60px ;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--ipad--large {
    font-size: 25px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--ipad--medium {
    font-size: 20px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--ipad--small {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 576px) {
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper {
    padding: 10px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-mobile-large {
    font-size: 27px !important;
    line-height: 1.2;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-mobile-large .quoteMark-front-mobile-large {
    font-size: 53px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-mobile-large .quoteMark-back-mobile-large {
    top: 10px !important;
    font-size: 53px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-mobile-medium {
    font-size: 20px !important;
    line-height: 1.5;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-mobile-medium .quoteMark-front-mobile-medium {
    font-size: 35px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-mobile-medium .quoteMark-back-mobile-medium {
    top: 10px !important;
    font-size: 35px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-mobile-small {
    font-size: 15px !important;
    line-height: 1.5;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-mobile-small .quoteMark-front-mobile-small {
    font-size: 33px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-mobile-small .quoteMark-back-mobile-small {
    top: 10px !important;
    font-size: 33px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor {
    text-align: center;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--mobile--large {
    font-size: 24px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--mobile--medium {
    font-size: 20px !important;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--mobile--small {
    line-height: 21px;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1199px) {
  .quoteComponent .quoteImgWrapper .quoteContentWrapper {
    min-width: 80%;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper .quoteMark-back {
    top: 20px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .quoteComponent .animated,
  .quoteComponent .fadeInDownShort,
  .quoteComponent .animate-uncover-with-offset-parent-from-top,
  .quoteComponent .fadeIn,
  .quoteComponent .quoteImage {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    -webkit-animation: none !important;
    animation-duration: 0.01s !important;
  }
  .quoteComponent .quoteContentWrapper {
    flex-direction: row !important;
    top: auto !important;
  }
}
@media screen and (min-width: 1199px) {
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-desktop-front-large,
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-desktop-back-large {
    font-size: 80px ;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-desktop-front-medium,
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-desktop-back-medium {
    font-size: 70px ;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-desktop-front-small,
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteMark-desktop-back-small {
    font-size: 60px ;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-desktop-large {
    font-size: 40px ;
    line-height: 50px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-desktop-medium {
    font-size: 30px ;
    line-height: 45px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .quoteTextWrapper-desktop-small {
    font-size: 25px ;
    line-height: 35px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--desktop--large {
    font-size: 30px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--desktop--medium {
    font-size: 24px;
  }
  .quoteComponent .quoteImgWrapper .quoteContentWrapper .QuoteAuthor.quoteAuthor--desktop--small {
    font-size: 21px;
  }
}

.product-disclosure {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.product-disclosure.p-alt-16 .pcwr-richtext {
  font-size: 16px;
}
.product-disclosure.p-alt-16 p {
  font-size: 16px;
}
.product-disclosure.p-alt-14 .pcwr-richtext {
  font-size: 14px;
}
.product-disclosure.p-alt-14 p {
  font-size: 14px;
}
.product-disclosure.p-alt-10 .pcwr-richtext {
  font-size: 10px;
}
.product-disclosure.p-alt-10 p {
  font-size: 10px;
}
@media (max-width: 575.98px) {
  .product-disclosure {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/*
// variables
*/
/*@media (max-width: 768px) {
//	.product-card{display:block !important;}
//}
//.product-card-container-title{max-width:750px}  */
.state-drop-down-container {
  margin-bottom: 5rem !important;
  margin-top: 1.5rem !important;
}
ul.state-drop-down-list {
  max-height: 400px;
  width: 160px;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  padding-left: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}
ul.state-drop-down-list li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 10px;
  z-index: 2;
}
ul.state-drop-down-list li:not(.init) {
  float: left;
  width: 160px;
  display: none;
  background: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
}
ul.state-drop-down-list li:not(.init):hover,
ul.state-drop-down-list li.selected:not(.init) {
  background: #1d58a4;
  color: white;
  cursor: pointer;
}
ul.state-drop-down-list li.init {
  cursor: pointer;
  padding-left: 0px;
  border-bottom: solid 2px #1d58a4;
  background: url('../../../etc/designs/pcwr/default/images/icon-arrow-blue.svg') no-repeat right;
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
}
.product-card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding-top: 1.2rem;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 480px;
  /*temp fix*/
  margin-top: .5rem;
  margin-bottom: 1.2rem;
  /*&:nth-last-child(2), &:nth-last-child(3), &:last-child  {
	//	margin-bottom:3rem;
	//}   */
}
.product-card p:not(.p-alt-10) {
  font-size: 16px;
}
.product-card h5,
.product-card p,
.product-card ul,
.product-card ol {
  margin-left: 1.6rem;
  padding-right: 3rem;
  width: 100%;
  /*IE 11 fix text overflow*/
}
.product-card ul {
  list-style-image: url('../../../etc/designs/pcwr/default/images/icon-check-blue.svg');
  list-style-position: outside !important;
  padding-left: 1.25rem;
}
.product-card ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.product-card ol {
  list-style-position: outside !important;
  padding-left: 1.25rem;
}
.product-card ol li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.product-card .product-resources {
  background-color: #f8f8f8;
  min-height: 180px;
}
.product-card .product-resources .product-resources-title {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-left: 0px;
}
.product-card .product-resources .product-resources-link {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #24c5cf;
}
.product-card .product-resources .product-resources-link:last-child {
  padding-bottom: 3.5rem !important;
}
.product-card .product-name-rte p {
  margin-left: 0;
  padding-right: 0;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
}
.product-card-container-headline {
  max-width: 750px;
}
@media (max-width: 575px) {
  .product-card-container-headline {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  #grid .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  #grid .product-card {
    max-width: fit-content;
    margin-left: 39px !important;
    margin-right: 39px !important;
  }
}

@keyframes scale_overviewhero {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes expand_overview {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes Scale_Background_overview_hero {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.overview-hero-wrapper {
  width: 100%;
}
.overview-hero-wrapper .overview-hero {
  min-height: 550px;
}
.overview-hero-wrapper .overview-hero .overview-img-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  min-width: 100%;
  border: none;
  border-radius: 0px;
}
.overview-hero-wrapper .overview-hero .overview-hero-copy {
  background-color: #1d58a4;
  margin-top: 16rem;
  border-radius: 0px;
  max-width: 54.5rem;
  width: 100%;
}
.overview-hero-wrapper .overview-hero .overview-hero-copy .card-body {
  padding: 3.75rem;
}
.overview-hero-wrapper .overview-hero .overview-hero-copy .card-body .card-title {
  max-width: 750px;
  text-align: center;
  letter-spacing: 1.5px;
}
.overview-hero-component .zoom-overview-hero.zoom-overview-hero-repeat-repeat .overview-hero-background-img {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.overview-hero-component .zoom-overview-hero.zoom-overview-hero-repeat-once .overview-hero-background-img {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.overview-hero-component .zoom-overview-hero.zoom-overview-hero-repeat-none .overview-hero-background-img {
  animation: none;
  -webkit-animation: none;
  transform: none;
  transition: none;
}
.overview-hero-component .fade-parent {
  position: relative;
  width: 100%;
  z-index: -1;
}
.overview-hero-component .white-overlay-overview-hero {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleY(1);
  transform-origin: bottom;
  animation: Scale_Background_overview_hero 0.5s linear forwards;
}
.overview-hero-component .overview-hero-background-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transform: scale(1.1);
  animation: scale_overviewhero 25s linear 1.5s forwards;
  -webkit-animation: scale_overviewhero 25s linear 1.5s forwards;
}
.overview-hero-component .overview-hero-background-img.animations-disabled {
  animation: none;
  -webkit-animation: none;
  transform: none;
  transition: none;
}
.overview-hero-component.overview-hero-author-animations-disabled .zoom-overview-hero {
  animation: none;
  -webkit-animation: none;
  transition: none;
}
.overview-hero-component.overview-hero-author-animations-disabled .white-overlay-overview-hero {
  animation: none;
  -webkit-animation: none;
  transform: none;
  background-color: transparent;
}
.overview-hero-component.overview-hero-author-animations-disabled .animate__fadeInDownSmall {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
  opacity: 1;
}
.overview-hero-component.overview-hero-author-animations-disabled .overview-hero-wrapper .overview-hero .overview-hero-copy--animated {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
}
@media screen and (max-width: 768px) {
  .overview-hero-wrapper .overview-hero .overview-hero-copy {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    width: unset;
  }
  .overview-hero-wrapper .overview-hero .overview-hero-copy .card-body {
    padding: 1rem;
  }
  .overview-hero-wrapper .overview-hero .overview-hero-copy .card-body .card-title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .overview-hero-wrapper .overview-hero .overview-hero-copy .card-body .card-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .overview-hero-component.overview-hero-mobile-animations-disabled .zoom-overview-hero {
    animation: none;
    -webkit-animation: none;
    transition: none;
  }
  .overview-hero-component.overview-hero-mobile-animations-disabled .zoom-overview-hero .overview-hero-background-img {
    animation: none;
    -webkit-animation: none;
    transition: none;
  }
  .overview-hero-component.overview-hero-mobile-animations-disabled .white-overlay-overview-hero {
    animation: none;
    -webkit-animation: none;
    transform: none;
    background-color: transparent;
  }
  .overview-hero-component.overview-hero-mobile-animations-disabled .overview-hero-wrapper .overview-hero .overview-hero-copy--animated {
    animation: none;
    -webkit-animation: none;
    transform: none;
    animation-duration: 0.01s;
  }
}
.overview-hero-wrapper .overview-hero {
  min-height: 550px;
}
.overview-hero-wrapper .overview-hero .overview-img-overlay {
  transform: scale(1.1);
  z-index: -1;
}
.overview-hero-wrapper .overview-hero .overview-hero-copy--animated {
  animation: expand_overview 0.5s linear forwards;
  transform: scaleX(0);
  transform-origin: center;
}
.overview-hero-wrapper .overview-hero .overview-hero-copy--animated .card-body {
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .overview-hero-component .zoom-overview-hero {
    animation: none;
    -webkit-animation: none;
    transition: none;
  }
  .overview-hero-component .white-overlay-overview-hero {
    animation: none;
    -webkit-animation: none;
    transform: none;
    background-color: transparent;
  }
  .overview-hero-component .animate__fadeInDownSmall {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .overview-hero-component .overview-hero-wrapper .overview-hero .overview-hero-copy--animated {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
  }
}

.notification_bar {
  display: flex;
  width: 100%;
  z-index: 100;
  align-items: center;
  padding: 1.5% 4%;
  justify-content: space-between;
  background-color: #f2f2f2;
  opacity: 0;
}
.notification_bar .text {
  max-width: 90%;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2%;
}
.notification_bar .text p {
  margin-bottom: 0;
  font-size: 16px;
}
.notification_bar.notification_bar--disableAnimations {
  opacity: 1;
}
.notification_bar.fade-banner {
  opacity: 0;
}
.notification_bar.show-banner {
  opacity: 1 !important;
  transition: opacity 500ms linear 1.5s;
}
@media screen and (max-width: 767px) {
  .notification_bar {
    flex-direction: column;
    padding: unset;
  }
  .notification_bar .text {
    width: 100%;
    margin: 4%;
  }
  .notification_bar .bannerButton {
    margin-bottom: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .notification_bar {
    padding: 2.5% 4%;
  }
}

.newsroom-page .news-item-date-hide {
  display: none;
}
.newsroom-page .newsroom-page-wrapper {
  max-width: 750px;
}
.newsroom-page .newsroom-page-wrapper .news-item {
  margin-top: 50px;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 a {
  text-decoration: none;
  transition: color .1s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 a:hover {
  color: #154179;
  transition: color .2s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item h6 a:active {
  color: #0e294d;
}
.newsroom-page .newsroom-page-wrapper .news-item > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  transition: color .1s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item > a:hover {
  color: #154179;
  transition: color .1s linear;
}
.newsroom-page .newsroom-page-wrapper .news-item > a:active {
  color: #0e294d;
}
.newsroom-page .newsroom-page-wrapper .news-item .news-item-date {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.newsroom-page .newsroom-page-wrapper .news-item .news-item-link h6 {
  font-family: Merriweather;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin: 10px 0px 10px 0px;
}
.newsroom-page .newsroom-page-wrapper .news-item .news-item-body {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsroom-page .newsroom-page-wrapper .dropdown {
  margin-left: 10px;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-toggle {
  cursor: pointer;
  padding-left: 0px;
  border-bottom: solid 2px #008ed7;
  background: url('../../../etc/designs/pcwr/default/images/icon-arrow-blue.svg') no-repeat right;
  position: sticky;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 13px 15px 13px 12px;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.newsroom-page .newsroom-page-wrapper .dropdown .dropdown-toggle:after {
  display: none;
}
.newsroom-page .newsroom-page-wrapper .dropdown a {
  color: #000000;
}
@media (max-width: 768px) {
  .newsroom-page .newsroom-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.pcwr-modal__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  pointer-events: none;
  transition: all 0.3s;
  transform: translateY(-60px);
  padding-top: 20px;
  padding-bottom: 20px;
}
.pcwr-modal__wrapper.pcwr-modal-open {
  pointer-events: auto;
  transform: translateY(0px);
  opacity: 1;
  overflow: auto;
}
.pcwr-modal__content {
  background-color: #fff;
  padding: 40px;
  position: relative;
  width: 100%;
  max-width: 640px;
  min-height: 200px;
  border-radius: 3px;
}
@media screen and (max-width:839px) {
  .pcwr-modal__content {
    max-width: calc(98%);
  }
}
.pcwr-modal__close {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 20px;
  top: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  opacity: 0.5;
}
.pcwr-modal__close:hover {
  opacity: 0.75;
}
.pcwr-modal .material-icons.pcwr-modal__close-icon {
  font-size: 20px;
}

html,
body {
  transition: filter 0.3s ease, opacity 0.3s ease;
}
html.disable-scroll,
body.disable-scroll {
  overflow: hidden;
}
.header--ready .main-header {
  opacity: 1;
}
.main-header {
  background-color: #fff;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  z-index: 9999;
  height: auto;
  transition: all 0.3s ease;
  opacity: 0;
}
.main-header.desktop {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.main-header:not(.loaded) {
  display: none;
}
.main-header:not(.loaded) .material-icons.desktop {
  display: none;
}
.main-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.main-header ul li a {
  text-decoration: none;
  color: #000;
}
.main-header .container-fluid-corp {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  overflow: visible;
  padding-left: 40px;
  padding-right: 20px;
  gap: 40px;
  height: 100%;
}
.main-header .container-fluid-corp .header-logo {
  margin-top: 0;
  margin-bottom: 4px;
}
.main-header .container-fluid-corp .header-logo.desktop {
  align-self: flex-end;
}
.main-header .container-fluid-corp .header-logo a {
  display: flex;
}
.main-header .container-fluid-corp .header-logo a img {
  flex-shrink: 0;
  width: 145px;
  object-fit: contain;
  transition: width 0.3s ease;
}
.main-header .container-fluid-corp .mega-main-nav {
  width: 90%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .btn-toggle-group {
  position: relative;
  height: 32px;
  width: 120px;
  border-radius: 5px;
  overflow: hidden;
  transition: all .3s;
  user-select: none;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .btn-toggle-group #btnToggle {
  display: none;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .btn-toggle-group [for="btnToggle"] {
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 600;
  background-color: #D9EEF9;
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .btn-toggle-group.checked [for="btnToggle"] {
  background-color: #D9EEF9;
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .btn-toggle-group.unchecked [for="btnToggle"] {
  background-color: #1D58A4;
  color: #fff;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .btn-toggle-group label.btn-menu .icons.icon-pl-down {
  font-size: 9px;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 0;
  line-height: 15px;
  margin-top: 1px;
  transition: transform 0.2s ease;
  transform: rotate(0deg);
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .btn-toggle-group label.btn-menu .icons.icon-pl-down.rotate {
  transform: rotate(180deg);
  margin-top: 1px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .btn-toggle-group #btnToggle:checked label.btn-menu .icons.icon-pl-down:before {
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .btn-toggle-group #btnToggle:not(:checked) label.btn-menu .icons.icon-pl-down:before {
  color: #fff;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav {
  position: relative;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1000;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .search-icon {
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 3px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .search-icon.default:hover {
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search {
  position: absolute;
  opacity: 0;
  width: 480px;
  top: -12px;
  min-height: 40px;
  transition: all .5s;
  right: 0;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .utility-search-box {
  display: flex;
  align-items: center;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .utility-search-box .search-field {
  display: none;
  font-size: 13px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .search-cta {
  display: none;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop {
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: calc(100% - 82px);
  background: white;
  border: 0.75px solid #d5d5d5;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  z-index: 1000;
  max-height: 0;
  overflow-y: auto;
  transition: all, opacity 0.6s ease, visibility 0.6s ease;
  transition-delay: .6s;
  transform: none;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop.show {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchResultItems {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  transition: opacity 0.6s ease, visibility 0.3s ease;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchResultItems li {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  gap: 8px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchResultItems li:hover {
  background-color: #f5f5f5;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchResultItems li.selected {
  background-color: #f5f5f5;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchResultItems li .material-icons.desktop {
  color: #666;
  font-size: 20px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchResultItems li .search-result-text {
  color: #333;
  font-size: 14px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchResultItems:not(.show) {
  display: none !important;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchHistoryItems {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  transition: all, opacity 0.6s ease, visibility 0.6s ease;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchHistoryItems li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  cursor: pointer;
  gap: 8px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchHistoryItems li:hover {
  background-color: #f5f5f5;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchHistoryItems li.selected {
  background-color: #f5f5f5;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchHistoryItems li .material-icons.desktop {
  color: #666;
  font-size: 20px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchHistoryItems li .search-result-text {
  color: #333;
  font-size: 14px;
  flex: 1;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchHistoryItems li .delete-history {
  cursor: pointer;
  color: #666;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search .utility-links-search-container .searchItem.desktop .searchHistoryItems:not(.show) {
  display: none !important;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open {
  z-index: 9999;
  opacity: 1;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container {
  display: flex;
  width: 100%;
  position: relative;
  right: 0;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container .utility-search-box {
  flex: 1;
  border: 1px solid #97979770;
  border-radius: 4px 0 0 4px;
  padding: 6px 8px;
  background: white;
  min-height: 40px;
  border-right: 0;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container .utility-search-box .search-icon {
  margin-top: 0;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container .utility-search-box .search-field {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 10px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container .utility-search-box .search-field .search-input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  min-width: 0;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container .utility-search-box .search-field .search-input::placeholder {
  font-size: 13px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container .utility-search-box .search-field .close-icon.desktop {
  font-size: 10px;
  margin-right: 4px;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container .utility-search-box .search-field .close-icon.desktop:before {
  color: #000;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container .search-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #24c5cf;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  padding: 0 16px;
  background: #24c5cf;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-links-search.open .utility-links-search-container .search-cta:hover {
  background: #1c9ca4;
  color: #fff;
  border-color: #1c9ca4;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link {
  position: relative;
  line-height: 0;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link > div {
  font-size: 15px;
  letter-spacing: 0.46px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 16px;
  font-style: normal;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link > div > span.icons {
  transition: transform 0.3s ease;
  font-size: 6px;
  margin-top: 1px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link > div span.icon-pl-external {
  font-size: 14px;
  margin-left: -3px;
  margin-top: 0px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link > div.active {
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link > div .icon-pl-down {
  transform: rotate(0deg);
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link > div .icon-pl-down.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  font-weight: 600;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu {
  position: absolute;
  top: calc(235%);
  left: auto;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 10px;
  padding: 28px 40px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  min-width: 300px;
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu.active {
  display: block;
  opacity: 1;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu .utility-description p {
  font-family: 'OpenSans', sans-serif;
  font-size: 14px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #5A5A5A;
  white-space: normal;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu .utility-description-child.desktop p {
  font-family: 'OpenSans', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 18px;
  color: #5A5A5A;
  white-space: normal;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu li:not(:last-child) {
  margin-bottom: 18px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu li a {
  color: #000;
  font-size: 15px;
  letter-spacing: 0.46px;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: normal;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu li a:hover {
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu li a span.icons:before {
  font-size: 15px;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link .utility-dropdown-menu li .utility-description p {
  font-family: 'OpenSans', sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 18px;
  color: #5A5A5A;
  white-space: normal;
}
.main-header .container-fluid-corp .mega-main-nav .top-selector-row .utility-nav .utility-links .utility-link:last-child .utility-dropdown-menu {
  left: auto !important;
  right: 0 !important;
  transform: none !important;
  min-width: 300px !important;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  min-height: 32px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col {
  flex: 1;
  margin-top: 5px;
  margin-bottom: -1px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items {
  gap: 28px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li {
  line-height: 0;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > a,
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > div.nav-item-container {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  align-items: flex-start;
  gap: 2px;
  cursor: pointer;
  line-height: 24px;
  color: #000;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  margin-left: -1px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > a.active,
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > div.nav-item-container.active {
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > a span.nav-title,
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > div.nav-item-container span.nav-title {
  margin-right: 5px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > a > span.icons,
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > div.nav-item-container > span.icons {
  transition: transform 0.3s ease;
  font-size: 8px;
  margin-bottom: 2px;
  position: relative;
  display: inline-block;
  top: -2px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > a > span.icon-pl-down,
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > div.nav-item-container > span.icon-pl-down {
  transform: rotate(0deg);
  margin-top: 0;
  margin-bottom: 0;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > a > span.icon-pl-down.rotate,
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > div.nav-item-container > span.icon-pl-down.rotate {
  transform: rotate(180deg);
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > a span.icon-pl-external,
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li > div.nav-item-container span.icon-pl-external {
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  top: 0px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container {
  position: absolute;
  top: 120%;
  left: -67px;
  background: #fff;
  min-width: 280px;
  margin-top: 16px;
  padding: 32px 68px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
  max-width: 1120px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container.active {
  display: block;
  opacity: 1;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content {
  height: 100%;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 80px;
  height: 100%;
  align-items: flex-start;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-description {
  margin: 32px 0;
  margin-top: 0;
  line-height: 1.4;
  color: #000;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-cta-link {
  text-decoration: none;
  border: none;
  background-color: #004685;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  margin-left: -1px;
  padding: 0;
  display: inline-block;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-cta-link a {
  color: #fff;
  display: inline-block;
  padding: 22px 34px;
  border-radius: 5px;
  font-weight: 600;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-cta-link a span.icons.icon-pl-external {
  line-height: 0;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group p {
  font-size: 14px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group h3 {
  margin: 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: -2px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  text-transform: capitalize;
  align-items: flex-start;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li {
  position: relative;
  display: grid;
  gap: 16px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li:not( :nth-last-child(-n+2)) {
  margin-bottom: 32px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li > a {
  font-size: 16px;
  color: #1D58A4;
  line-height: 20px;
  padding-top: 0px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 5px;
  text-transform: capitalize;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li > a:hover {
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li > a span.icons {
  font-size: 14px;
  margin: 0;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li p.child-description {
  margin-bottom: 0px;
  color: #000;
  line-height: 1.4;
  text-transform: none;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 14px;
  align-items: center;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu li {
  transition: all 0.2s ease-in-out;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu li.hidden {
  display: none;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu li a {
  font-size: 16px;
  color: #1D58A4;
  text-transform: capitalize;
  transition: color 0.2s ease;
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu li a:hover {
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu li a span.icons {
  margin: 0;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu li a span.icons:before {
  font-size: 14px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu-viewMore {
  display: inline-block;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  line-height: 23px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu-viewMore span.icons {
  font-size: 6px;
  margin-top: 2px;
  margin-left: 5px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu-viewMore.view-less-active {
  color: #000;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .default-nav.nav-items li .sub-nav-main-container .sub-nav-content .nav-group .sub-menu > li .tertiary-menu-viewMore .icon-pl-up:before {
  color: #000;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .audience-nav {
  display: none;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .audience-nav.desktop > li:first-child > a {
  padding-right: 14px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .audience-nav.desktop > li:not(:first-child) > a {
  padding: 0 14px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .audience-nav > li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .audience-nav > li > a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  display: block;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  margin-left: -1px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .audience-nav > li > a:hover {
  color: #1D58A4;
  transition: color 0.2s;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .default-nav-col .audience-nav > li a.currentAudience {
  color: #8c8b8b;
  cursor: default;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col {
  position: relative;
  margin-top: 0;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col > div.login-dropdown {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1D58A4;
  text-decoration: none;
  padding: 6px 28px;
  cursor: pointer;
  border: 2px solid #1D58A4;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  transition: all 0.3s;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  line-height: 16px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col > div.login-dropdown:hover {
  color: #fff;
  background-color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col > div.login-dropdown:focus {
  color: #1D58A4;
  background-color: #fff;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col > div.login-dropdown.active {
  color: #fff;
  background-color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col > div.login-dropdown .login-icon {
  transform: rotate(0deg);
  font-size: 8px;
  transition: transform 0.3s ease;
  margin-top: 0;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col > div.login-dropdown .login-icon.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col .utility-dropdown-menu.login-menu {
  display: none;
  position: absolute;
  top: calc(170%);
  right: 0;
  background: #fff;
  min-width: 200px;
  border-radius: 10px;
  padding: 28px 40px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  flex-direction: column;
  margin-top: 8px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col .utility-dropdown-menu.login-menu.show {
  display: block !important;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col .utility-dropdown-menu.login-menu li {
  font-family: 'Montserrat', sans-serif;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col .utility-dropdown-menu.login-menu li:not(:last-child) {
  margin-bottom: 20px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col .utility-dropdown-menu.login-menu li a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.46px;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col .utility-dropdown-menu.login-menu li a:hover {
  color: #1D58A4;
}
.main-header .container-fluid-corp .mega-main-nav .header-default-nav-row .header-login-col .utility-dropdown-menu.login-menu li a span.icons:before {
  font-size: 15px;
}
.main-header .container-fluid-corp .mega-main-nav .description {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #1D58A4;
  color: white;
  padding: 20px 12.8%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.main-header .container-fluid-corp .mega-main-nav .description.show {
  opacity: 1;
  visibility: visible;
}
.main-header .container-fluid-corp .mega-main-nav .description .audience-description .audience-content {
  display: none;
}
.main-header .container-fluid-corp .mega-main-nav .description .audience-description .audience-content[data-audience].active {
  display: block;
}
.main-header .container-fluid-corp .audience-description.desktop {
  position: absolute;
  left: 0;
  top: calc(100%);
  width: 100%;
  font-size: 14px;
  background-color: #1D58A4;
  color: #fff;
  padding: 20px 20px 20px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.1s all ease-in 0.1s;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family: 'OpenSans', sans-serif;
  font-weight: 400;
}
.main-header .container-fluid-corp .audience-description.desktop:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.main-header .container-fluid-corp .audience-description.desktop p {
  margin: 0 auto 0 184.7px;
  font-size: 14px;
  line-height: 18px;
  width: 704px;
  font-weight: 400;
  color: #fff;
}
.root.responsivegrid {
  overflow: visible !important;
}
@media screen and (max-width: 1200px) {
  body.mobile-header-space .root.responsivegrid {
    margin-top: 132px;
  }
  .main-header.desktop {
    display: none;
  }
  .main-header.mobile {
    height: 80px;
    border-bottom: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
    display: block;
  }
  .main-header.mobile.scrolled {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .main-header.mobile ul {
    display: block;
  }
  .main-header.mobile:not(.loaded) {
    display: block;
  }
  .main-header.mobile:not(.loaded) .material-icons.mobile {
    display: block;
  }
  .main-header.mobile .container-fluid-corp.mobile {
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-header.mobile .container-fluid-corp.mobile .header-logo {
    width: 50%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .header-logo a {
    margin-top: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .header-logo a img {
    width: initial;
    height: initial;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .search-icon.mobile {
    margin-top: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .search-icon.mobile:before {
    font-size: 20px;
    color: #1D58A4;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background-color: #F2F2F2;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .utility-search-box.mobile {
    flex: 1;
    border: 1px solid #97979770;
    border-radius: 5px 0 0 5px;
    padding: 4px 8px;
    background: white;
    border-right: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .utility-search-box.mobile .search-field.mobile {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .utility-search-box.mobile .search-field.mobile .search-input.mobile {
    flex: 1;
    border: none;
    outline: none;
    background: none;
    min-width: 0;
    padding: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .utility-search-box.mobile .search-field.mobile .search-input.mobile::placeholder {
    font-size: 13px;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .utility-search-box.mobile .search-field.mobile .close-icon.mobile {
    margin-right: 4px;
    cursor: pointer;
    flex-shrink: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .utility-search-box.mobile .search-field.mobile .close-icon.mobile:before {
    color: #979797;
    font-size: 14px;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .search-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #24c5cf;
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    flex-shrink: 0;
    border-radius: 0px 5px 5px 0px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 16px;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .search-cta:hover {
    background: #1c9ca4;
    color: #fff;
    border: none;
    text-decoration: none;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    top: 100%;
    background: white;
    border: 1px solid #0000002b;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    left: 20px;
    transform: none;
    width: calc(100% - 118px);
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile.show {
    opacity: 1;
    visibility: visible;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchResultItems.mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchResultItems.mobile li {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    gap: 8px;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchResultItems.mobile li:hover {
    background-color: #f5f5f5;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchResultItems.mobile li .material-icons.mobile {
    color: #666;
    font-size: 20px;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchResultItems.mobile li .search-result-text {
    color: #333;
    font-size: 14px;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchResultItems.mobile.show {
    opacity: 1;
    visibility: visible;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchHistoryItems.mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    opacity: 0;
    transition: opacity 1s ease, visibility 1s ease;
    visibility: hidden;
    max-width: 100%;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchHistoryItems.mobile li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    cursor: pointer;
    gap: 8px;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchHistoryItems.mobile li:hover {
    background-color: #f5f5f5;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchHistoryItems.mobile li .material-icons.mobile {
    color: #666;
    font-size: 20px;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchHistoryItems.mobile li .search-result-text {
    color: #333;
    font-size: 14px;
    flex: 1;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchHistoryItems.mobile li .delete-history {
    cursor: pointer;
    color: #666;
  }
  .main-header.mobile .container-fluid-corp.mobile .search-nav-collapse.mobile .mobile-search-wrapper .utility-links-search-container.mobile .searchItem.mobile .searchHistoryItems.mobile.show {
    opacity: 1;
    visibility: visible;
  }
  .main-header.mobile .container-fluid-corp.mobile .mobile-hamburger-menu .btn-menu.mobile {
    float: right;
    border: 0;
    width: 20px;
    height: 21px;
    background-color: transparent;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
  }
  .main-header.mobile .container-fluid-corp.mobile .mobile-hamburger-menu .btn-menu.mobile:focus {
    outline: none;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile {
    width: 100%;
    position: absolute;
    align-items: flex-start;
    z-index: 9999999;
    top: 100%;
    left: 0;
    background-color: #fff;
    display: none;
    height: calc(100dvh - 80px);
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile.mobile {
    overflow: auto;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile {
    width: 100%;
    margin-top: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile {
    margin-bottom: 0;
    background: #fff;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile > li > a,
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile > li .nav-item-container.mobile {
    padding: 17px 20px;
    border-top: 0.75px solid #D5D5D5;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    justify-content: space-between;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile > li > a span.icons,
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile > li .nav-item-container.mobile span.icons {
    font-size: 12px;
    margin-top: 5px;
    margin-right: 5px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile > li > a span.icons:before,
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile > li .nav-item-container.mobile span.icons:before {
    color: #000;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile > li > a span.icon-pl-external,
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile > li .nav-item-container.mobile span.icon-pl-external {
    font-size: 14px;
    position: relative;
    top: -3px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile > li:last-child {
    border-bottom: 0.75px solid #D5D5D5;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container {
    position: absolute;
    top: -1px;
    left: 0;
    background: #fff;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 99999;
    width: 100%;
    box-shadow: none;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container.active {
    display: block;
    opacity: 1;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content {
    height: 100%;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 80px;
    height: 100%;
    align-items: flex-start;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group p {
    font-size: 14px !important;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group h3 {
    margin: 0;
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 14px 20px;
    border-bottom: 0.75px solid #D5D5D5;
    border-top: 2px solid #D5D5D5;
    gap: 14px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-backIcon {
    margin-top: 3px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-backIcon .icons {
    font-size: 14px;
    margin-top: 0;
    margin-right: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-backIcon .icons::before {
    color: #000;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-cta-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-cta-text h3 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 16.8px;
    text-transform: uppercase;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-description {
    margin: 0;
    margin-top: 0;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    font-family: 'OpenSans', sans-serif !important;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-cta-link {
    text-decoration: none;
    border: none;
    background-color: #004685;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 0;
    display: inline-block;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-nav-cta-section .sub-nav-cta-link a {
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 80px;
    text-transform: capitalize;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li {
    position: relative;
    padding: 17px 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 0.75px solid #D5D5D5;
    gap: 8px;
    padding-left: 40px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li > a {
    font-size: 14px;
    color: #1D58A4;
    line-height: 16.8px;
    padding-top: 0px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li > a:hover {
    color: #1D58A4;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li p.child-description {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px !important;
    color: #000;
    font-weight: 400;
    font-family: 'OpenSans', sans-serif;
    line-height: 18px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li .tertiary-menu.mobile {
    margin-left: 20px;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li .tertiary-menu.mobile li {
    transition: all 0.2s ease-in-out;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li .tertiary-menu.mobile li.hidden {
    display: none;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li .tertiary-menu.mobile li a {
    font-size: 14px;
    color: #1D58A4;
    padding: 2px 0;
    display: block;
    text-transform: capitalize;
    transition: color 0.2s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li .tertiary-menu.mobile li a:hover {
    color: #1D58A4;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li .tertiary-menu.mobile li a span.icons {
    margin: 0;
    font-size: 14px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li .tertiary-menu-viewMore {
    display: inline-block;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    line-height: 16.8px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .default-nav-col.mobile ul.default-nav.nav-items.mobile .sub-nav-main-container .sub-nav-content .nav-group .sub-menu.mobile > li .tertiary-menu-viewMore:hover {
    color: #000;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav-col {
    width: 100%;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile {
    width: 100%;
    margin-top: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile > div.login-dropdown.mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    color: #fff;
    text-decoration: none;
    padding: 17px 20px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: #004685;
    font-size: 14px;
    transition: all 0.3s;
    letter-spacing: 1px;
    width: 100%;
    border-top: 0.75px solid #979797;
    margin-bottom: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile > div.login-dropdown.mobile .login-icon {
    transition: transform 0.3s ease;
    margin-top: 0px;
    font-size: 12px;
    margin-right: 5px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile > div.login-dropdown.mobile .login-icon:before {
    color: #fff;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile ul.utility-dropdown-menu.login-menu-mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    border-radius: 0;
    z-index: 9999999999;
    flex-direction: column;
    margin-top: 0;
    height: auto;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile ul.utility-dropdown-menu.login-menu-mobile.show {
    display: block !important;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile ul.utility-dropdown-menu.login-menu-mobile > li {
    font-family: 'Montserrat', sans-serif;
    white-space: normal;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile ul.utility-dropdown-menu.login-menu-mobile > li > a {
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.46px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    padding: 17px 20px;
    border-top: 0.75px solid #979797;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile ul.utility-dropdown-menu.login-menu-mobile > li:last-child a {
    border-bottom: 0.75px solid #979797;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile ul.utility-dropdown-menu.login-menu-mobile > li a.login-dropdown-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    padding: 17px 20px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: #004685;
    font-size: 14px;
    transition: all 0.3s;
    letter-spacing: 1px;
    width: 100%;
    height: 50px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile ul.utility-dropdown-menu.login-menu-mobile > li a.login-dropdown-back .login-icon {
    transition: transform 0.3s ease;
    margin-top: 0px;
    font-size: 12px;
    margin-right: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .header-login-col.mobile ul.utility-dropdown-menu.login-menu-mobile > li a.login-dropdown-back .login-icon:before {
    color: #fff;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile {
    width: 100%;
    flex: none;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile {
    display: block;
    align-items: center;
    gap: 20px;
    z-index: 1000;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile > a,
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile div.utility-item-container.mobile {
    font-size: 14px;
    letter-spacing: 0.46px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 16.8px;
    padding: 17px 20px;
    border-bottom: 0.75px solid #D5D5D5;
    background: #1D58A4;
    color: #fff;
    border-top: 0.75px solid #979797;
    border-bottom: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile > a .icons,
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile div.utility-item-container.mobile .icons {
    transition: transform 0.3s ease;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile > a .icons:before,
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile div.utility-item-container.mobile .icons:before {
    color: #fff;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile > a span.icon-pl-external,
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile div.utility-item-container.mobile span.icon-pl-external {
    font-size: 14px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    border-radius: 0;
    z-index: 9999999999;
    flex-direction: column;
    margin-top: 0;
    height: auto;
    padding-bottom: 20px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile.show {
    display: block !important;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li {
    font-family: 'Montserrat', sans-serif;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li > a {
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.46px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    line-height: 16.8px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li div.utility-dropdown-back {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    padding: 16px 40px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    font-style: normal;
    background: #1D58A4;
    transition: all 0.3s;
    letter-spacing: 0;
    width: 100%;
    padding-left: 24px;
    white-space: normal;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li div.utility-dropdown-back .utility-back-icon {
    margin-top: 3px;
    font-size: 12px;
    margin-right: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li div.utility-dropdown-back .utility-back-icon:before {
    color: #fff;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li div.utility-dropdown-back .utility-nav-title.mobile {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    line-height: 16.8px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li div.utility-dropdown-back .utility-nav-title.mobile:has(.utility-description.mobile) {
    gap: 4px;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li div.utility-dropdown-back .utility-nav-title.mobile .utility-description.mobile p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #D5D5D5;
    max-width: 100%;
    white-space: normal;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li .utility-description-child.mobile p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 18px;
    color: #5A5A5A;
    margin: 0;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li:last-child {
    border-bottom: 0.75px solid #979797;
  }
  .main-header.mobile .container-fluid-corp.mobile .mega-main-nav.mobile .header-default-nav-row.mobile .utility-nav.mobile .utility-links.mobile .utility-link.mobile ul.utility-dropdown-menu-sub.mobile > li:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 40px;
    border-top: 0.75px solid #979797;
    white-space: normal;
  }
  .top-selector-row.mobile {
    position: fixed;
    top: 80px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .top-selector-row.mobile.scrolled {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }
  .top-selector-row.mobile .audience-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #F2F2F2;
  }
  .top-selector-row.mobile .audience-selector .toggle-btn.mobile {
    border: none;
    color: #1D58A4;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    line-height: 16px;
  }
  .top-selector-row.mobile .audience-selector .toggle-btn.mobile:focus,
  .top-selector-row.mobile .audience-selector .toggle-btn.mobile:active {
    outline: none;
  }
  .top-selector-row.mobile .audience-selector .toggle-btn.mobile .toggle-text-wrapper {
    position: relative;
    overflow: hidden;
  }
  .top-selector-row.mobile .audience-selector .toggle-btn.mobile .toggle-text-wrapper .toggle-text-container {
    position: relative;
    transition: all .5s;
    height: 32px;
    border-radius: 5px;
    background-color: #D9EEF9;
  }
  .top-selector-row.mobile .audience-selector .toggle-btn.mobile .toggle-text-wrapper .toggle-text-container.active {
    background-color: #1D58A4;
  }
  .top-selector-row.mobile .audience-selector .toggle-btn.mobile .toggle-text-wrapper .toggle-text-container.active .toggle-text {
    color: #fff;
  }
  .top-selector-row.mobile .audience-selector .toggle-btn.mobile .toggle-text-wrapper .toggle-text-container .toggle-text {
    display: inline-block;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    color: #1D58A4;
    padding: 8px 12px;
    white-space: nowrap;
    position: absolute;
    left: 0;
  }
  .top-selector-row.mobile .audience-selector .toggle-btn.active {
    background-color: #1D58A4;
    color: #D9EEF9;
  }
  .top-selector-row.mobile .audience-selector .audience-icon {
    font-size: 9px;
  }
  .top-selector-row.mobile .audience-selector .audience-icon .icons {
    transition: transform 0.3s ease;
  }
  .top-selector-row.mobile .audience-selector .audience-icon .icons:before {
    color: #1D58A4;
  }
  .top-selector-row.mobile .audience-nav.mobile {
    opacity: 0;
    visibility: hidden;
    list-style: none;
    gap: 28px;
    padding: 0;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    transition: opacity 0.3s ease;
    height: calc(100dvh - 132px);
    overflow-y: scroll;
  }
  .top-selector-row.mobile .audience-nav.mobile > li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 0.75px solid #D5D5D5;
  }
  .top-selector-row.mobile .audience-nav.mobile > li > a.audience-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    display: block;
    line-height: 20px;
    padding: 0;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  }
  .top-selector-row.mobile .audience-nav.mobile > li > a.audience-title:hover {
    text-decoration: none;
  }
  .top-selector-row.mobile .audience-nav.mobile > li > a.audience-title.current {
    cursor: default;
  }
  .top-selector-row.mobile .audience-nav.mobile > li > a.audience-title span.icons {
    font-size: 12px;
    margin-right: 2px;
    margin-left: auto;
  }
  .top-selector-row.mobile .audience-nav.mobile > li > a.audience-title span.icons:before {
    color: #000;
  }
  .top-selector-row.mobile .audience-nav.mobile > li > a.audience-title.current {
    color: #1D58A4;
  }
  .top-selector-row.mobile .audience-nav.mobile > li > a.audience-title.current span.icons:before {
    color: #1D58A4;
  }
  .top-selector-row.mobile .audience-nav.mobile > li .audience-description p {
    font-size: 14px !important;
    font-family: 'OpenSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #5A5A5A;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1201px) {
  body.blur-effect-active .header {
    position: relative;
    z-index: 2;
  }
  body.blur-effect-active .header:before {
    content: '';
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
  }
  .main-header.mobile {
    display: none;
  }
  .main-header.desktop {
    display: block;
  }
  .main-header.desktop .mega-main-nav {
    flex: 1;
  }
  .top-selector-row.mobile {
    display: none !important;
  }
  .top-selector-row.mobile .audience-nav.mobile {
    display: none;
  }
}
@media screen and (max-width: 1290px) {
  .header-default-nav-row .default-nav-col ul.default-nav.nav-items {
    gap: 20px !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-default-nav-row .default-nav-col ul.default-nav.nav-items {
    gap: 30px !important;
  }
}

.detail-hero-img-overlay {
  width: 100%;
  min-height: 550px;
  min-width: 100%;
}
.detail-hero-img-overlay .landing-hero-background-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.detail-hero-img-overlay.overlay-item-below {
  margin-bottom: -150px !important;
}
.detail-hero-img-overlay h1,
.detail-hero-img-overlay .detail-hero-subtitle {
  color: #ffffff;
  max-width: 750px;
}
.detail-hero-img-overlay h1 {
  line-height: 1;
  text-shadow: 0px 0px 6px #454545;
}
.detail-hero-img-overlay h1.large-hero-title {
  font-size: 95px;
}
.detail-hero-img-overlay .detail-hero-subtitle {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
}
.detail-hero-img-overlay .detail-hero-subtitle + .detail-hero-btn {
  margin-top: 1.75rem;
}
.landing-hero-component .landing-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
}
.landing-hero-component .landing-hero-background {
  position: relative;
  width: 100%;
  z-index: -1;
  animation: update_zindex 0.5s linear 2s forwards;
}
.landing-hero-component .white-overlay-landing-hero {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleY(1);
  transform-origin: bottom;
  animation: Scale_Background_landing_hero 0.4s linear forwards;
}
.landing-hero-component .zoom.detail-hero-img-overlay.zoom-repeat-repeat .landing-hero-background-img {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.landing-hero-component .zoom.detail-hero-img-overlay.zoom-repeat-once .landing-hero-background-img {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.landing-hero-component .zoom.detail-hero-img-overlay.zoom-repeat-none .landing-hero-background-img {
  animation: none;
  -webkit-animation: none;
  transform: none;
  transition: none;
}
@media (max-width: 575.98px) {
  h1.large-hero-title {
    font-size: 45px;
  }
}
.landing-hero-component.landing-hero-author-animations-disabled .zoom.detail-hero-img-overlay {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
}
.landing-hero-component.landing-hero-author-animations-disabled .zoom.detail-hero-img-overlay .hero-background-img-wrapper .landing-hero-background-img {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
}
.landing-hero-component.landing-hero-author-animations-disabled .white-overlay-landing-hero,
.landing-hero-component.landing-hero-author-animations-disabled .landing-overlay {
  display: none;
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
}
.landing-hero-component.landing-hero-author-animations-disabled .animate__fadeInDownHalfBig,
.landing-hero-component.landing-hero-author-animations-disabled .animate__fadeInDownSmall {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
  opacity: 1;
}
.landing-hero-component.landing-hero-author-animations-disabled .card-img-overlay {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .landing-hero-component.landing-hero-mobile-animations-disabled .zoom {
    animation: none;
    transition: none;
  }
  .landing-hero-component.landing-hero-mobile-animations-disabled .detail-hero-img-overlay .landing-hero-background-img {
    animation: none;
    -webkit-animation: none;
    transform: none;
    transition: none;
  }
  .landing-hero-component.landing-hero-mobile-animations-disabled .white-overlay-landing-hero {
    animation: none;
    -webkit-animation: none;
    transform: none;
    background-color: transparent;
  }
  .landing-hero-component.landing-hero-mobile-animations-disabled .landing-overlay {
    display: none;
  }
}
@media (max-width: 767px) {
  .landing-hero-component.landing-hero-mobile-animations-disabled .zoom {
    animation: none;
    transition: none;
  }
  .landing-hero-component.landing-hero-mobile-animations-disabled .detail-hero-img-overlay .landing-hero-background-img {
    animation: none;
    -webkit-animation: none;
    transform: none;
    transition: none;
  }
  .landing-hero-component.landing-hero-mobile-animations-disabled .white-overlay-landing-hero {
    animation: none;
    -webkit-animation: none;
    transform: none;
    background-color: transparent;
  }
  .landing-hero-component.landing-hero-mobile-animations-disabled .landing-overlay {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .landing-flex-container-wrapper {
    display: flex;
    flex-direction: column;
  }
  .landing-hero-component .zoom.detail-hero-img-overlay {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
  }
  .landing-hero-component .zoom.detail-hero-img-overlay .hero-background-img-wrapper .landing-hero-background-img {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
  }
  .landing-hero-component .white-overlay-landing-hero,
  .landing-hero-component .landing-overlay {
    display: none;
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
  }
  .landing-hero-component .animate__fadeInDownHalfBig,
  .landing-hero-component .animate__fadeInDownSmall {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .landing-hero-component .card-img-overlay {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@keyframes scale {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes background_uncover {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes Scale_Background_landing_hero {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes update_zindex {
  0% {
    z-index: -1;
  }
  100% {
    z-index: auto;
  }
}
.landing-hero-background-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  transform: scale(1.1);
  animation: scale 25s linear 3s forwards;
  -webkit-animation: scale 25s linear 3s forwards;
}
.landing-hero-background-img.animations-disabled {
  animation: none;
  -webkit-animation: none;
  transform: none;
  transition: none;
}
.hero-background-img-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.insights-hero-wrapper {
  width: 80%;
  padding-bottom: 2rem;
  max-width: 1140px;
}
.insights-hero-title-wrapper {
  padding-top: 3.125rem;
}
.insights-hero-container {
  /*background-color:#ffffff;*/
}
.insights-hero-container .card {
  border-radius: 0px;
  border: none;
}
.insights-hero-container .card .card-img {
  border-radius: 0px;
}
.insights-hero-container .card-img {
  max-height: 570px;
  overflow: hidden;
}
.insights-hero-container .insights-card-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.insights-hero-container .insights-card-hero {
  background-color: #ffffff;
}
.insights-hero-container .carousel-inner {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.insights-hero-container .carousel-control-next {
  right: -12%;
}
.insights-hero-container .carousel-control-prev {
  left: -12%;
}
.insights-hero-container .carousel-control-next,
.insights-hero-container .carousel-control-prev {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}
.insights-hero-container .carousel-indicators {
  position: static;
  width: 75%;
  margin-bottom: 3.5rem;
}
.insights-hero-container .carousel-indicators > li {
  width: auto;
  height: auto;
  text-indent: 0;
  opacity: 0.35;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: .4rem;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  /*ie11 fix*/
}
.insights-hero-container .carousel-indicators > li:last-child {
  padding-right: 0px;
}
.insights-hero-container .carousel-indicators > li:first-child {
  padding-left: 0px;
}
.insights-hero-container .carousel-indicators > li.active {
  /* original blue bar slider:: border-top: solid 5px @bright-blue; */
  opacity: 1;
}
.insights-hero-container .carousel-indicators > li.active:after {
  content: "";
  float: left;
  background: #1d58a4;
  width: 100%;
  height: 5px;
  border-radius: 4px;
}
.insights-hero-container .carousel-indicators > li.active img {
  opacity: 0.7;
}
.insights-hero-container .carousel-indicators > li:not(.active):after {
  content: "";
  float: left;
  background: #979797;
  width: 100%;
  height: 1px;
  margin-bottom: 2px;
}
.insights-hero-container .carousel-indicators > li:hover {
  cursor: pointer;
}
.insights-hero-container .insights-title {
  font-family: 'Merriweather', serif;
  font-size: 45px;
  font-weight: 300;
  text-transform: none;
}
.insights-hero-container .insights-body {
  padding: 3.5rem;
}
.insights-hero-container .insights-body-text {
  /*margin-bottom: 2.5rem;*/
  margin-top: 0.5rem;
  margin-bottom: 1.8rem;
  /*fix for run on paragraphs, elipsis only supported in chrome*/
  max-height: 144px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.insights-hero-container .insights-tag-text {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.insights-hero-container .insights-icon {
  vertical-align: middle;
  margin-left: 1rem;
  font-size: 26px;
}
.insights-hero-container a.clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link   doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=1);
  /*workaround to make clickable in IE */
}
.insights-hero-container a.clickable:hover {
  background-color: rgba(0, 0, 0, 0.02);
  opacity: 1;
}
.cta-see-all-hero {
  margin-top: 10px;
  padding-bottom: 75px;
}
.cta-see-all-hero a {
  font-size: 16px;
  font-weight: 700;
}
.cta-see-all-hero a:hover {
  text-decoration: none;
}
.cta-see-all-hero a i {
  font-size: 23px;
  vertical-align: middle;
  padding-bottom: 2.5px;
}
.bg-deep-blue .insights-hero-title {
  color: #ffffff;
}
.bg-deep-blue .carousel-indicators > li {
  color: #ffffff;
}
.bg-deep-blue .cta-see-all-hero .cta-text-btn {
  color: #ffffff;
}
.bg-light-grey {
  /*.carousel-inner{background-color:@deep-blue;}*/
}
.bg-light-grey .insights-hero-wrapper .insights-card-hero {
  background-color: #004685;
}
.bg-light-grey .insights-hero-wrapper .insights-title,
.bg-light-grey .insights-hero-wrapper .insights-body-text,
.bg-light-grey .insights-hero-wrapper .insights-tag-text,
.bg-light-grey .insights-hero-wrapper .insights-icon {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .insights-hero-container .card {
    min-height: 570px;
  }
}
@media screen and (max-width: 768px) {
  .insights-hero-container .carousel-indicators {
    display: none;
  }
  .insights-hero-container .insights-card-img {
    min-height: 300px;
  }
}
@media (max-width: 575.98px) {
  .insights-hero-title-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .insights-hero-wrapper {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .insights-hero-container .card {
    margin-bottom: 0 !important;
  }
  .insights-hero-container .insights-body {
    padding: 2rem 1.5rem;
  }
  .insights-hero-container .insights-title {
    font-size: 35px;
  }
}

.insights-card-main-headline {
  margin-bottom: 1.9rem !important;
}
.insightsFeaturedContainer {
  max-width: 1250px;
  margin: auto;
}
.insights-card {
  margin: 1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  width: 22.625rem;
  max-width: 22.625rem;
  min-width: 22.625rem;
  min-height: 32.625rem;
  margin-bottom: 1rem !important;
}
.insights-card:first-child {
  margin-left: auto;
}
.insights-card:last-child {
  margin-right: auto;
}
.insights-card:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.insights-card .insights-body {
  padding: 1.9rem 1.9rem 0 1.9rem;
}
.insights-card .insights-title {
  font-family: 'Merriweather', serif;
  font-size: 27px;
  font-weight: 300;
  text-transform: none;
}
.insights-card .insights-body-text {
  /*fix for run on paragraphs, elipsis only supported in chrome*/
  max-height: 115px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.insights-card .insights-img {
  border-radius: 0px;
  max-height: 182px;
  min-height: 182px;
  max-width: 360px;
  min-width: 360px;
}
.insights-card .insights-tag-text {
  font-family: Montserrat, sans-serif;
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.insights-card .insights-icon {
  vertical-align: middle;
  margin-left: 1rem;
  font-size: 26px;
}
.insights-card .insights-card-footer {
  background-color: initial;
  border-top: none;
  padding-bottom: 1.9rem;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
}
.insights-card a.clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link   doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=1);
  /*workaround to make clickable in IE */
}
.insights-card a.clickable:hover {
  background-color: rgba(0, 0, 0, 0.02);
  opacity: 1;
}
.insights-card.animated {
  opacity: 0;
  transform: translateY(220px);
  transition: all .6s ease;
}
.insights-card.animated.go {
  opacity: 1;
  transform: translateY(0);
}
.insights-featured-container .insights-card-footer,
.insights-featured-container .insights-body {
  background-color: #ffffff;
}
.cta-see-all {
  margin-top: 30px;
  margin-bottom: 50px;
}
.cta-see-all a {
  font-size: 16px;
  font-weight: 700;
}
.cta-see-all a:hover {
  text-decoration: none;
}
.cta-see-all a i {
  font-size: 23px;
  vertical-align: middle;
  padding-bottom: 2.5px;
}
@media screen and (max-width: 1140px) {
  .insightsFeaturedContainer {
    max-width: 750px;
    margin: auto;
  }
  .insights-card {
    margin-left: auto;
    margin-right: auto;
  }
  .insights-card:first-child {
    margin-right: 1em;
  }
  .insights-card:second-child {
    margin-left: 1em;
  }
}
@media screen and (max-width: 725px) {
  .insights-featured-container {
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .insights-featured-container .insights-card {
    margin-left: auto;
    margin-right: auto;
  }
}
.insights-featured-container-animations-disabled .animatedParent .animated,
.insights-featured-container-animations-disabled .animatedParent .fadeInDownShort {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -ms-animation: none !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .insights-featured-container-animations-disabled .animatedParent .animated,
  .insights-featured-container-animations-disabled .animatedParent .fadeInDownShort {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -ms-animation: none !important;
    opacity: 1 !important;
  }
}

#insights-grid {
  left: 0;
  opacity: 0;
}
#insights-grid .insights-gallery-card {
  box-shadow: none;
}
#insights-grid .insights-gallery-card:hover {
  background-color: transparent;
}
#insights-grid .insights-gallery-card .card.insights-card-wrapper__inner {
  opacity: 0;
  transform: translateY(220px);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
#insights-grid .insights-gallery-card .card.insights-card-wrapper__inner:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
#insights-grid .insights-gallery-card .insights-card-wrapper__inner--transition {
  transition: all .5s ease;
}
#insights-grid .insights-gallery-card.insights-card.in .insights-card-wrapper__inner {
  opacity: 1;
  transform: translate(0);
}
.insights-gallery-container-wrapper {
  height: 554px;
  overflow: hidden;
}
.insights-gallery-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1250px;
}
.insights-gallery-container .insights-card .insights-body {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}
.insights-gallery-view-more-btn {
  color: #1d58a4;
  font-size: 16px;
}
.insights-gallery-view-more-btn i {
  vertical-align: text-bottom;
}
.insights-gallery-view-more-btn:hover {
  cursor: pointer;
  color: #154179;
}
.insights-gallery-view-more-btn:active,
.insights-gallery-view-more-btn:focus {
  color: #0e294d !important;
}
@media (max-width: 575.98px) {
  .insightsCardGallery > div > h3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .insights-gallery-container-wrapper,
  .youtube-playlist-container-wrapper {
    height: 538px;
  }
  .insights-gallery-container-wrapper .insights-card,
  .youtube-playlist-container-wrapper .insights-card {
    margin: auto 0px auto 0px;
    overflow: hidden;
    width: 327px;
    min-width: unset;
    max-width: unset;
  }
  .insights-gallery-container-wrapper .insights-card .insights-body,
  .youtube-playlist-container-wrapper .insights-card .insights-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .insights-gallery-container-wrapper .insights-card .insights-card-footer,
  .youtube-playlist-container-wrapper .insights-card .insights-card-footer {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.insight-row .insight-row-heading {
  margin-bottom: 30px;
}
.insight-row .row.insights-gallery-filters {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.insight-row .row .nav {
  display: flex;
  margin-right: 1rem;
  margin-left: 1rem;
}
.insight-row .row .nav .nav-item {
  margin-right: 9px;
  margin-bottom: 9px;
}
.insight-row .row .insights-gallery-filter .nav-link {
  padding: 15px 25px;
  background-color: #f2f2f2;
  color: black;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
}
.insight-row .row .insights-gallery-filter .nav-link.active {
  background-color: #1D58A4;
  color: white;
  font-weight: 700;
}
.insights-card-gallery.insights-gallery-animations-disabled .animatedParent .animated,
.insights-card-gallery.insights-gallery-animations-disabled .animatedParent .fadeInDownHalfShort,
.insights-card-gallery.insights-gallery-animations-disabled .animatedParent .insights-card-wrapper__inner {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -ms-animation: none !important;
  opacity: 1 !important;
}
@media (min-width: 576px) and (max-width: 1199px) {
  #insights-grid .insights-gallery-card .card.insights-card-wrapper__inner img {
    max-width: 330px;
    min-width: 330px;
  }
  #insights-grid .insights-gallery-card a.clickable:hover {
    width: 330px;
    left: 15px;
  }
}
@media (min-width: 1200px) {
  #insights-grid .insights-gallery-card .card.insights-card-wrapper__inner {
    width: 22.625rem;
    max-width: 22.625rem;
    min-width: 22.625rem;
    min-height: 32.625rem;
  }
  #insights-grid .insights-gallery-card a.clickable:hover {
    left: 15px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .insights-card-gallery .animatedParent .animated,
  .insights-card-gallery .animatedParent .fadeInDownHalfShort,
  .insights-card-gallery .animatedParent .insights-card-wrapper__inner {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -ms-animation: none !important;
    opacity: 1 !important;
  }
}
.youtube-playlist-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 575px) {
  .youtube-playlist-container {
    align-items: center !important;
  }
}
.youtube-playlist-container .insights-gallery-card .insights-body {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}
.youtube-playlist-container .insights-gallery-card .insights-body .insights-title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.youtube-playlist-container .insights-gallery-card .insights-body .small-card-title {
  -webkit-line-clamp: 4;
}
.youtube-playlist-container .insights-gallery-card .insights-body .insights-body-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.youtube-playlist-container .insights-gallery-card:first-child {
  margin-left: 0;
}
.youtube-playlist-container .insights-gallery-card {
  box-shadow: none;
  cursor: pointer;
  height: 522px;
  margin: 0;
}
.youtube-playlist-container .insights-gallery-card:hover {
  background-color: transparent;
}
.youtube-playlist-container .insights-gallery-card .card.insights-card-wrapper__inner {
  opacity: 0;
  transform: translateY(220px);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
.youtube-playlist-container .insights-gallery-card .card.insights-card-wrapper__inner:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.youtube-playlist-container .insights-gallery-card .insights-card-wrapper__inner--transition {
  transition: all .5s ease;
}
.youtube-playlist-container .insights-gallery-card.insights-card.in .insights-card-wrapper__inner {
  opacity: 1;
  transform: translate(0);
}
.youtube-playlist-view-more-btn {
  color: #1d58a4;
  font-size: 16px;
}
.youtube-playlist-view-more-btn i {
  vertical-align: text-bottom;
}
.youtube-playlist-view-more-btn:hover {
  cursor: pointer;
  color: #154179;
}
.youtube-playlist-view-more-btn:active,
.youtube-playlist-view-more-btn:focus {
  color: #0e294d !important;
}
.youtube-playlist-container .insights-gallery-card .card.insights-card-wrapper__inner {
  width: 22.625rem;
  max-width: 22.625rem;
  min-width: 22.625rem;
  min-height: 32.625rem;
}
.youtube-playlist-container .insights-gallery-card a.clickable:hover {
  left: 15px;
}
.insights-youtube-gallery.youtube-playlist-animations-disabled .animatedParent .animated,
.insights-youtube-gallery.youtube-playlist-animations-disabled .animatedParent .fadeInDownHalfShort,
.insights-youtube-gallery.youtube-playlist-animations-disabled .animatedParent .insights-card-wrapper__inner {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -ms-animation: none !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .insights-youtube-gallery .animatedParent .animated,
  .insights-youtube-gallery .animatedParent .fadeInDownHalfShort,
  .insights-youtube-gallery .animatedParent .insights-card-wrapper__inner {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -ms-animation: none !important;
    opacity: 1 !important;
  }
}
.youtube-row .youtube-row-heading {
  margin-bottom: 30px;
}
.youtube-row .row.youtube-playlist-filters {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.youtube-row .row .nav {
  display: flex;
  margin-right: 1rem;
  margin-left: 1rem;
}
.youtube-row .row .nav .nav-item {
  margin-right: 9px;
  margin-bottom: 9px;
}
.youtube-row .row .youtube-playlist-filter .nav-link {
  padding: 15px 25px;
  background-color: #f2f2f2;
  color: black;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
}
.youtube-row .row .youtube-playlist-filter .nav-link.active {
  background-color: #24c5cf;
  color: white;
  font-weight: 700;
}
.youtube-playlist-container-wrapper {
  height: auto;
}
.insights-card-link,
.insights-card-link:visited,
.insights-card-link:hover,
.insights-card-link:active {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  /* so the link wraps the full card */
}
@media (min-width: 576px) and (max-width: 1199px) {
  #youtube-playlist .insights-gallery-card {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    min-height: 32.625rem;
  }
  #youtube-playlist .insights-gallery-card .card.insights-card-wrapper__inner {
    width: 330px;
    max-width: 330px;
    min-width: 330px;
    min-height: 32.625rem;
  }
  #youtube-playlist .insights-gallery-card .card.insights-card-wrapper__inner img {
    max-width: 330px;
    min-width: 330px;
  }
  #youtube-playlist .insights-gallery-card a.clickable:hover {
    width: 330px;
    left: 15px;
  }
}
@media (max-width: 575.98px) {
  .youtube-playlist-container-wrapper .insights-card .card.insights-card-wrapper__inner {
    width: 327px;
    max-width: 327px;
    min-width: 327px;
    min-height: 32.625rem;
  }
  .youtube-playlist-container-wrapper .insights-card .card.insights-card-wrapper__inner img {
    max-width: 327px;
    min-width: 327px;
  }
}
.youtube-video-title {
  margin-bottom: 1rem;
}

.insights-heading-wrapper {
  max-width: 1140px;
}
.insights-heading-wrapper .insights-tag-text {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-right: 1.5rem;
}
.insights-heading-wrapper .insights-title {
  font-family: 'Merriweather', serif;
  font-size: 45px;
  font-weight: 300;
  text-transform: none;
  display: inline-block;
  max-width: 720px;
}
.insights-heading-wrapper .insights-icon {
  vertical-align: middle;
  margin-left: auto;
  font-size: 26px;
}
.insights-heading-wrapper .insights-heading-mobile-tag-text .insights-icon {
  margin-left: 0;
}

.in-the-news-container .headline {
  letter-spacing: 0.5px;
}
.in-the-news-container a {
  font-size: 16px;
  font-weight: 700;
}
.in-the-news-container a:hover {
  text-decoration: none;
}
.in-the-news-container a i {
  font-size: 23px;
  vertical-align: middle;
  padding-bottom: 2.5px;
}
.in-the-news-container .news-title {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 18px;
}
.in-the-news-container .news-date {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.in-the-news-container a.clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link   doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=1);
  /*workaround to make clickable in IE */
}
.in-the-news-container a.clickable:hover {
  background-color: rgba(0, 0, 0, 0.02);
  opacity: 1;
}

.paclife-image .paclife-image-full-screen-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
}
.paclife-image .paclife-image-full-screen-btn:hover {
  color: #000;
}
.paclife-image .paclife-image-full-screen-btn.paclife-image-full-screen-btn-dark {
  color: #000;
}
#paclife-image-modal .modal-content {
  background-color: transparent;
}
#paclife-image-modal .modal-content .modal-body {
  background-color: #fff;
  min-height: 300px;
  position: relative;
}
#paclife-image-modal .modal-content .modal-body .modal-body__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#paclife-image-modal .modal-content .modal-body .modal-body__overlay .modal-body__loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
}
#paclife-image-modal .modal-content .modal-footer {
  background-color: #fff;
}

.icon-nav-carousel-static > div {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.icon-nav-carousel-static > div.icon-nav-carousel-static-item {
  max-width: 213px;
  min-width: 213px;
  min-height: 208px;
  max-height: 208px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.icon-nav-carousel-static > div.icon-nav-carousel-static-item img {
  max-height: 60px;
  min-height: 60px;
  position: relative;
  z-index: 2;
}
.icon-nav-carousel-static > div.icon-nav-carousel-static-item p > a {
  position: relative;
  z-index: 2;
}
.icon-nav-carousel-static > div.icon-nav-carousel-static-item p > a:hover {
  color: #154179;
  cursor: pointer;
  text-decoration: none;
}
.icon-nav-carousel-static > div.icon-nav-carousel-static-item.show-anchor-arrow {
  max-height: 230px;
  min-height: 230px;
}
.icon-nav-carousel-static > div.icon-nav-carousel-static-item.show-anchor-arrow p > a > i {
  display: block;
  margin-top: .5rem;
}
.icon-nav-carousel-static > div.icon-nav-carousel-static-item.show-anchor-arrow p > a > i:after {
  content: "keyboard_arrow_down ";
}
.icon-nav-carousel-static a {
  color: #1d58a4;
}
.icon-nav-carousel-static.bgcolor-blue > div {
  background-color: #1d58a4;
}
.icon-nav-carousel-static.bgcolor-blue h7,
.icon-nav-carousel-static.bgcolor-blue a {
  color: #FFFFFF;
  text-decoration: none;
}
.icon-nav-carousel-static.bgcolor-grey > div {
  background-color: #f2f2f2;
}
.icon-nav-carousel-static:not(.bgcolor-blue) a {
  color: #1d58a4;
}
.icon-nav-carousel-static.offset-top {
  margin-top: -6.5rem !important;
}
.icon-nav-carousel-static a.clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link   doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=1);
  /*workaround to make clickable in IE */
}
.icon-nav-carousel-static.icon-card-nav-reduceTopMargin {
  margin-top: 0px !important;
}
.icon-nav-carousel-static.icon-card-nav-reduceBottomMargin {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 768px) {
  .icon-nav-carousel-static > div.icon-nav-carousel-static-item,
  .icon-nav-carousel-static > div.icon-nav-carousel-static-item.show-anchor-arrow,
  .icon-nav-carousel-static > div:first-child,
  .icon-nav-carousel-static > div:last-child {
    max-width: 90%;
    min-width: 90%;
    min-height: 100%;
    max-height: 100%;
  }
  .icon-nav-carousel-static > div:first-child {
    padding-left: 1.2rem !important;
  }
  .icon-nav-carousel-static > div:last-child {
    padding-right: 1.2rem !important;
  }
  .icon-nav-carousel-static.offset-top {
    margin-top: unset !important;
  }
}
@media (max-width: 575.98px) {
  .icon-nav-carousel-static {
    margin-left: 24px;
    margin-right: 24px;
  }
  .icon-nav-carousel-static > div.icon-nav-carousel-static-item,
  .icon-nav-carousel-static > div.icon-nav-carousel-static-item.show-anchor-arrow,
  .icon-nav-carousel-static > div:first-child,
  .icon-nav-carousel-static > div:last-child {
    max-width: 50%;
    min-width: 50%;
  }
  .icon-nav-carousel-static.bgcolor-blue {
    background-color: #1d58a4;
  }
  .icon-nav-carousel-static.bgcolor-grey {
    background-color: #f2f2f2;
  }
}
.icon-nav-carousel .control-next {
  cursor: pointer;
  opacity: .75;
  height: 100%;
}
.icon-nav-carousel .control-next:hover {
  opacity: 1;
}
.icon-nav-carousel .control-next .carousel-arrow-right {
  object-fit: contain;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}
.icon-nav-carousel .control-prev {
  cursor: pointer;
  opacity: .75;
  height: 100%;
}
.icon-nav-carousel .control-prev #goToPrevSlide {
  display: block;
  text-align: right;
}
.icon-nav-carousel .control-prev:hover {
  opacity: 1;
}
.icon-nav-carousel .control-prev .carousel-arrow-left {
  object-fit: contain;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
.icon-nav-carousel .icon-nav-carousel-items {
  max-width: 1135px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.icon-nav-carousel .icon-nav-carousel-items.bgcolor-blue {
  background-color: #1d58a4;
}
.icon-nav-carousel .icon-nav-carousel-items.bgcolor-blue h7,
.icon-nav-carousel .icon-nav-carousel-items.bgcolor-blue a {
  color: #FFFFFF;
  text-decoration: none;
}
.icon-nav-carousel .icon-nav-carousel-items.bgcolor-grey {
  background-color: #f2f2f2;
}
.icon-nav-carousel .icon-nav-carousel-items ul li {
  height: 208px;
}
.icon-nav-carousel .icon-nav-carousel-items ul li .icon-nav-item {
  width: 182px;
}
@media (max-width: 768px) {
  .icon-nav-carousel .responsive-768 .carousel-arrow-left {
    position: absolute;
    left: 20em;
  }
  .icon-nav-carousel .responsive-768 .carousel-arrow-right {
    position: absolute;
    right: 20em;
  }
}
@media (max-width: 575.98px) {
  .icon-nav-carousel .responsive-768 .carousel-arrow-left {
    position: absolute;
    left: 23em;
  }
  .icon-nav-carousel .responsive-768 .carousel-arrow-right {
    position: absolute;
    right: 23em;
  }
}
.icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item {
  overflow: hidden;
}
.icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item .alt-overlay {
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.3s all ease-in-out;
}
.icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item:hover .alt-overlay {
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item:hover img {
  transform: scale3d(1.2, 1.2, 1);
  transition: 0.5s transform ease-in-out;
}
.icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item.white-overlay-icon:hover {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}
.icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item.white-overlay-icon .alt-overlay {
  display: none;
}
.icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item.white-overlay-icon:hover img {
  filter: invert(45%) sepia(83%) saturate(1961%) hue-rotate(171deg) brightness(86%) contrast(102%);
}
.icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item.white-overlay-icon:hover p a {
  filter: none;
  color: black !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  .icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item.white-overlay-icon:hover img {
    filter: invert(54%) sepia(41%) saturate(1942%) hue-rotate(185deg) brightness(113%) contrast(99%);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .icon-card-nav-car-hover-animations-enabled.animate__delay_one_half_s {
    animation-duration: 0.01s;
    animation-delay: 0.01s;
  }
  .icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item {
    overflow: hidden;
  }
  .icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item .alt-overlay {
    display: none;
  }
  .icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item:hover img {
    filter: none;
    transform: none;
  }
  .icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item.white-overlay-icon:hover {
    background: #005EAD;
    border: none;
    box-sizing: border-box;
    box-shadow: none;
  }
  .icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item.white-overlay-icon .alt-overlay {
    display: none;
  }
  .icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item.white-overlay-icon:hover img {
    filter: none;
    transform: none;
  }
  .icon-card-nav-car-hover-animations-enabled .icon-nav-carousel-static-item.white-overlay-icon:hover p a {
    color: white !important;
  }
}

.icon-card-content-carousel {
  /*IE11*/
}
.icon-card-content-carousel .carousel-indicators {
  display: none;
  position: static;
  margin-bottom: 3rem;
}
.icon-card-content-carousel .carousel-indicators > li {
  width: 100%;
  height: 100%;
  text-indent: 0;
  opacity: 0.35;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: .4rem;
  text-align: center;
  background-color: inherit;
}
.icon-card-content-carousel .carousel-indicators > li.active {
  opacity: 1;
}
.icon-card-content-carousel .carousel-indicators > li.active:before {
  content: "";
  float: left;
  background: black;
  width: 100%;
  height: 5px;
  border-radius: 4px;
}
.icon-card-content-carousel .carousel-indicators > li.active img {
  opacity: 0.7;
}
.icon-card-content-carousel .carousel-indicators > li:not(.active):before {
  content: "";
  float: left;
  background: #000000;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}
.icon-card-content-carousel .carousel-indicators > li:hover {
  cursor: pointer;
}
.icon-card-content-carousel .icon-card-content-wrapper {
  max-width: 1140px;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
.icon-card-content-carousel .icon-card-content-wrapper i {
  vertical-align: bottom;
}
.icon-card-content-carousel .icon-card-content-wrapper .icon-img {
  min-height: 91px;
  max-height: 91px;
}
@media (min-width: 768px) {
  .icon-card-content-carousel .icon-card-content-wrapper {
    /* show 3 items */
    /* left or forward direction */
    /* farthest right hidden item must be abso position for animations */
    /* right or prev direction */
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .active,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .active + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item-next,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-next.carousel-item-left + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-prev.carousel-item-right + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
}
.icon-card-content-carousel.bgcolor-blue {
  background-color: #1d58a4;
}
.icon-card-content-carousel.bgcolor-blue h3,
.icon-card-content-carousel.bgcolor-blue h5,
.icon-card-content-carousel.bgcolor-blue p,
.icon-card-content-carousel.bgcolor-blue h7,
.icon-card-content-carousel.bgcolor-blue a {
  color: #FFFFFF;
}
.icon-card-content-carousel.bgcolor-blue .icon-card-content-wrapper {
  padding-bottom: 2rem;
}
.icon-card-content-carousel.bgcolor-grey {
  background-color: #f2f2f2;
}
.icon-card-content-carousel.bgcolor-grey .cta-text {
  color: #1d58a4;
}
.icon-card-content-carousel.bgcolor-grey .icon-card-content-wrapper {
  padding-bottom: 2rem;
}
.icon-card-content-carousel.bgcolor-white .cta-text {
  color: #1d58a4;
}
.icon-card-content-carousel.bgcolor-white .icon-card-content-wrapper {
  padding-top: 0 !important;
}
.icon-card-content-carousel h3 {
  max-width: 750px;
  padding-bottom: 2rem;
}
.icon-card-content-carousel .icon-card {
  max-width: 325px;
}
.icon-card-content-carousel .icon-card a.clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link   doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=1);
  /*workaround to make clickable in IE */
}
.icon-card-content-carousel .icon-card .btn {
  padding-right: 0.75rem;
}
.icon-card-content-carousel .carousel-control-next,
.icon-card-content-carousel .carousel-control-prev {
  opacity: .75;
}
.icon-card-content-carousel .carousel-control-next:hover,
.icon-card-content-carousel .carousel-control-prev:hover {
  opacity: 1;
}
.icon-card-content-carousel .carousel-control-next .carousel-arrow-right,
.icon-card-content-carousel .carousel-control-prev .carousel-arrow-right,
.icon-card-content-carousel .carousel-control-next .carousel-arrow-left,
.icon-card-content-carousel .carousel-control-prev .carousel-arrow-left {
  object-fit: contain;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}
.icon-card-content-carousel .carousel-control-next {
  right: -8em;
}
.icon-card-content-carousel .carousel-control-prev {
  left: -8em;
}
@media (max-width: 1200px) {
  .icon-card-content-carousel .carousel-control-next {
    right: 0em;
    width: inherit;
  }
  .icon-card-content-carousel .carousel-control-prev {
    left: 0em;
    width: inherit;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .icon-card-content-carousel .carousel .carousel-item {
    transition: none;
  }
  .icon-card-content-carousel .carousel .carousel-item.active {
    opacity: 1;
  }
}
/*MOBILE*/
@media (max-width: 575.98px) {
  .icon-card-content-carousel .carousel-control-next {
    display: none;
  }
  .icon-card-content-carousel .carousel-control-prev {
    display: none;
  }
  .icon-card-content-carousel .carousel-indicators {
    display: block;
    margin-bottom: 1rem !important;
    margin-top: 4rem !important;
  }
  .icon-card-content-carousel .carousel-indicators > li {
    /*Initial values*/
    width: 10px !important;
    height: 10px !important;
    text-indent: -999px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
  }
  .icon-card-content-carousel .carousel-indicators > li.active:before {
    height: 10px !important;
    border-radius: 5px !important;
  }
  .icon-card-content-carousel .carousel-indicators > li:not(.active):before {
    height: 10px !important;
    border-radius: 5px !important;
    margin-top: unset !important;
    border: 1px solid black !important;
    background: unset !important;
  }
}
.icon-card-carousel-component.animations-enabled .icon-card-content-carousel .carousel-inner {
  opacity: 0;
}
.icon-card-carousel-component.animations-enabled .icon-card-content-carousel .mobile-dots {
  opacity: 0;
}
@media (min-width: 768px) {
  .icon-card-carousel-component {
    position: relative;
  }
  .icon-card-carousel-component .icon-card-carousel-white-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
  }
  .icon-card-carousel-component .icon-card-carousel-white-background.go {
    animation: animate-from-top 0.5s linear forwards;
  }
  .icon-card-carousel-component .icon-card-content-carousel h3 {
    padding-bottom: 0;
  }
  .icon-card-carousel-component .icon-card-content-carousel .carousel-inner {
    padding-top: 3rem;
  }
  .icon-card-carousel-component .icon-card-content-carousel .carousel-inner .icon-card-carousel-item.icon-card-carousel-item-has-link:hover img {
    transform: scale3d(1.2, 1.2, 1);
    transition: 0.5s transform ease-in-out;
  }
}
@keyframes animate-from-top {
  0% {
    height: 100%;
  }
  25% {
    height: 75%;
  }
  50% {
    height: 50%;
  }
  75% {
    height: 25%;
  }
  100% {
    height: 0%;
  }
}

.icon-card-content-carousel {
  /*IE11*/
}
.icon-card-content-carousel .carousel-indicators {
  display: none;
  position: static;
  margin-bottom: 3rem;
}
.icon-card-content-carousel .carousel-indicators > li {
  width: 100%;
  height: 100%;
  text-indent: 0;
  opacity: 0.35;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: .4rem;
  text-align: center;
  background-color: inherit;
}
.icon-card-content-carousel .carousel-indicators > li.active {
  opacity: 1;
}
.icon-card-content-carousel .carousel-indicators > li.active:before {
  content: "";
  float: left;
  background: black;
  width: 100%;
  height: 5px;
  border-radius: 4px;
}
.icon-card-content-carousel .carousel-indicators > li.active img {
  opacity: 0.7;
}
.icon-card-content-carousel .carousel-indicators > li:not(.active):before {
  content: "";
  float: left;
  background: #000000;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}
.icon-card-content-carousel .carousel-indicators > li:hover {
  cursor: pointer;
}
.icon-card-content-carousel .icon-card-content-wrapper {
  max-width: 1140px;
  padding-top: 5rem;
  padding-bottom: 0rem;
}
.icon-card-content-carousel .icon-card-content-wrapper i {
  vertical-align: bottom;
}
.icon-card-content-carousel .icon-card-content-wrapper .icon-img {
  min-height: 91px;
  max-height: 91px;
}
@media (min-width: 768px) {
  .icon-card-content-carousel .icon-card-content-wrapper {
    /* show 3 items */
    /* left or forward direction */
    /* farthest right hidden item must be abso position for animations */
    /* right or prev direction */
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .active,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .active + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item-next,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-next.carousel-item-left + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .icon-card-content-carousel .icon-card-content-wrapper .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-prev.carousel-item-right + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .icon-card-content-carousel .icon-card-content-wrapper .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
}
.icon-card-content-carousel.bgcolor-blue {
  background-color: #1d58a4;
}
.icon-card-content-carousel.bgcolor-blue h3,
.icon-card-content-carousel.bgcolor-blue h5,
.icon-card-content-carousel.bgcolor-blue p,
.icon-card-content-carousel.bgcolor-blue h7,
.icon-card-content-carousel.bgcolor-blue a {
  color: #FFFFFF;
}
.icon-card-content-carousel.bgcolor-blue .icon-card-content-wrapper {
  padding-bottom: 2rem;
}
.icon-card-content-carousel.bgcolor-grey {
  background-color: #f2f2f2;
}
.icon-card-content-carousel.bgcolor-grey .cta-text {
  color: #1d58a4;
}
.icon-card-content-carousel.bgcolor-grey .icon-card-content-wrapper {
  padding-bottom: 2rem;
}
.icon-card-content-carousel.bgcolor-white .cta-text {
  color: #1d58a4;
}
.icon-card-content-carousel.bgcolor-white .icon-card-content-wrapper {
  padding-top: 0 !important;
}
.icon-card-content-carousel h3 {
  max-width: 750px;
  padding-bottom: 2rem;
}
.icon-card-content-carousel .icon-card {
  max-width: 325px;
}
.icon-card-content-carousel .icon-card a.clickable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  /* Makes sure the link   doesn't get underlined */
  z-index: 10;
  /* raises anchor tag above everything else in div */
  background-color: white;
  /*workaround to make clickable in IE */
  opacity: 0;
  /*workaround to make clickable in IE */
  filter: alpha(opacity=1);
  /*workaround to make clickable in IE */
}
.icon-card-content-carousel .icon-card .btn {
  padding-right: 0.75rem;
}
.icon-card-content-carousel .carousel-control-next,
.icon-card-content-carousel .carousel-control-prev {
  opacity: .75;
}
.icon-card-content-carousel .carousel-control-next:hover,
.icon-card-content-carousel .carousel-control-prev:hover {
  opacity: 1;
}
.icon-card-content-carousel .carousel-control-next .carousel-arrow-right,
.icon-card-content-carousel .carousel-control-prev .carousel-arrow-right,
.icon-card-content-carousel .carousel-control-next .carousel-arrow-left,
.icon-card-content-carousel .carousel-control-prev .carousel-arrow-left {
  object-fit: contain;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}
.icon-card-content-carousel .carousel-control-next {
  right: -8em;
}
.icon-card-content-carousel .carousel-control-prev {
  left: -8em;
}
@media (max-width: 1200px) {
  .icon-card-content-carousel .carousel-control-next {
    right: 0em;
    width: inherit;
  }
  .icon-card-content-carousel .carousel-control-prev {
    left: 0em;
    width: inherit;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .icon-card-content-carousel .carousel .carousel-item {
    transition: none;
  }
  .icon-card-content-carousel .carousel .carousel-item.active {
    opacity: 1;
  }
}
/*MOBILE*/
@media (max-width: 575.98px) {
  .icon-card-content-carousel .carousel-control-next {
    display: none;
  }
  .icon-card-content-carousel .carousel-control-prev {
    display: none;
  }
  .icon-card-content-carousel .carousel-indicators {
    display: block;
    margin-bottom: 1rem !important;
    margin-top: 4rem !important;
  }
  .icon-card-content-carousel .carousel-indicators > li {
    /*Initial values*/
    width: 10px !important;
    height: 10px !important;
    text-indent: -999px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
  }
  .icon-card-content-carousel .carousel-indicators > li.active:before {
    height: 10px !important;
    border-radius: 5px !important;
  }
  .icon-card-content-carousel .carousel-indicators > li:not(.active):before {
    height: 10px !important;
    border-radius: 5px !important;
    margin-top: unset !important;
    border: 1px solid black !important;
    background: unset !important;
  }
}

.gm-style-iw.gm-style-iw-c {
  position: absolute !important;
  background: #FFFFFF !important;
  top: 0 !important;
  left: 0 !important;
  border: 1px solid #E7E7E7 !important;
  box-sizing: border-box !important;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px !important;
}
.gm-style-iw-ch {
  padding-top: 12px !important;
  margin-bottom: 1rem;
}
.gm-ui-hover-effect:focus {
  outline: none;
  border: none;
  top: 0 !important;
  right: 0 !important;
}
.find-a-pro-results-page {
  /* Hide scrollbar for IE, Edge and Firefox */
}
.find-a-pro-results-page .container-search-items {
  min-height: auto !important;
}
.find-a-pro-results-page .form-group-search-input {
  width: 245px;
}
.find-a-pro-results-page .find-a-pro-page-wrapper {
  max-width: 1140px;
}
.find-a-pro-results-page .find-a-pro-page-wrapper .search-results-page-title {
  margin-top: 4.25rem;
}
.find-a-pro-results-page .find-a-pro-page-wrapper .container-search-items .search-result {
  cursor: pointer;
}
.find-a-pro-results-page .fafp-long-term-care-msg {
  display: none;
  padding: 15px 7%;
  margin: auto;
  border: 1px solid gray;
  margin-top: 15px;
  border-radius: 3px;
  text-align: center;
}
.find-a-pro-results-page .fafp-long-term-care-msg p {
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.find-a-pro-results-page .find-a-pro-disclosure-text {
  margin-top: 9rem;
}
.find-a-pro-results-page .find-a-pro-disclosure-text p {
  font-size: 14px;
}
.find-a-pro-results-page .find-a-pro-disclosure-text p > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .1s linear;
}
.find-a-pro-results-page .find-a-pro-disclosure-text p > a:hover {
  color: #154179;
  transition: color .1s linear;
}
.find-a-pro-results-page .find-a-pro-disclosure-text p > a:active {
  color: #0e294d;
}
.find-a-pro-results-page .form-input-search {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px;
}
.find-a-pro-results-page .form-input-search .input-group-text {
  border: none;
  background-color: white;
}
.find-a-pro-results-page .form-input-search .form-control {
  border: none;
}
.find-a-pro-results-page .form-input-search input:focus {
  outline: none;
  box-shadow: none;
}
.find-a-pro-results-page .map-view {
  height: 50%;
  background-color: #eee;
}
.find-a-pro-results-page #map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
.find-a-pro-results-page #fafp-zip-code-button {
  padding: 8px 25px 8px 25px;
}
.find-a-pro-results-page .cta-text-btn.all-text {
  line-height: 0;
  background-color: #f2f2f2;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #323232;
}
.find-a-pro-results-page .nav-pills .nav-link.active {
  background-color: #24c5cf;
  color: white;
}
.find-a-pro-results-page .fapr-search-bar {
  height: 48px;
}
.find-a-pro-results-page .p-name-heading {
  color: #1d58a4;
}
.find-a-pro-results-page .row-padding {
  margin-bottom: 40px;
  border-left: 3px solid transparent;
}
.find-a-pro-results-page .animate-line-map {
  position: relative;
}
.find-a-pro-results-page .animate-line-map::before,
.find-a-pro-results-page .animate-line-map::after {
  content: '';
  position: absolute;
  height: 100%;
}
.find-a-pro-results-page .animate-line-map::before,
.find-a-pro-results-page .animate-line-map::after {
  border-left: 3px solid transparent;
  width: 0;
  height: 0;
}
.find-a-pro-results-page .animate-line-map:hover::before,
.find-a-pro-results-page .animate-line-map:hover::after {
  height: 100%;
}
.find-a-pro-results-page .animate-line-map::after {
  top: 0;
  left: 0;
}
.find-a-pro-results-page .animate-line-map:hover::after {
  border-left-color: #24c5cf;
  transition: height 0.25s ease-out;
}
.find-a-pro-results-page .animate-line-map.active::before,
.find-a-pro-results-page .animate-line-map.active::after {
  height: 100%;
  border-left: 3px solid #24c5cf;
}
.find-a-pro-results-page .data-scroll-column::-webkit-scrollbar {
  display: none;
}
.find-a-pro-results-page .data-scroll-column {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.find-a-pro-results-page .search-result-pagination {
  border: 1px solid #eee;
  height: 40px;
  opacity: 0;
}
.find-a-pro-results-page .search-result-pagination .pagination {
  margin-left: 19px;
}
.find-a-pro-results-page .search-result-pagination .pagination a {
  display: inline;
  padding-left: .5rem !important;
  border: none;
  color: #333;
  transition: color .1s linear;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}
.find-a-pro-results-page .search-result-pagination .pagination a:hover {
  background-color: #eee;
  transition: color .2s linear;
}
.find-a-pro-results-page .search-result-pagination .pagination a:focus {
  box-shadow: none;
}
.find-a-pro-results-page .search-result-pagination .pagination a:active {
  background-color: #24c5cf;
  color: white;
}
.find-a-pro-results-page .search-result-pagination .pagination a i {
  vertical-align: bottom;
  font-size: 22px;
}
.find-a-pro-results-page .search-result-pagination .pagination a.jp-current {
  background-color: #24c5cf;
  color: white;
}
.find-a-pro-results-page .search-result-pagination .pagination a.jp-current:hover {
  cursor: default;
}
.find-a-pro-results-page .search-result-pagination .pagination a.jp-disabled {
  color: #979797;
}
.find-a-pro-results-page .search-result-pagination .pagination a.jp-disabled:hover {
  cursor: default;
}
.find-a-pro-results-page .search-result-pagination .pagination:first-child a {
  padding-left: 0px !important;
}
#map-container {
  height: 100%;
}
.address-column .content_copy_icon {
  opacity: 0;
  font-size: 21px;
}
#fafp-location-address {
  border-bottom: 2px solid transparent;
}
.address-column:hover .content_copy_icon {
  opacity: 1;
}
.address-column:hover #fafp-location-address {
  border-bottom: 2px solid #1d58a4;
}
.phone-column {
  cursor: pointer;
}
.phone-column .hiddenNumber {
  color: #008ed7;
}
#map-container p img {
  vertical-align: middle;
  margin: 220px auto;
  margin-left: 280px;
  color: #333;
}
.material-icons.filter {
  line-height: 0;
  font-size: 20px;
}
#holder a {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 4.6px;
  margin-top: 5px;
  width: 29px;
  text-align: center;
}
#holder span {
  line-height: 2;
}
.copy-icon {
  color: #1d58a4;
}
.animate-border-height:hover {
  animation: animate-height 5s linear forwards;
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@media (max-width: 349px) {
  .input-group.form-input-search {
    width: 67% !important;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .input-group.form-input-search {
    width: 74%;
  }
  #map-container {
    width: 350px !important;
    height: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .fafp-long-term-care-msg {
    max-width: 350px;
  }
  .fafp-long-term-care-msg p {
    font-size: 14px !important;
  }
}
@keyframes shimmer {
  from {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}
#shimmer-container #find .shimmer-wrapper {
  display: flex;
  gap: 20px;
}
#shimmer-container #find .shimmer-wrapper .image-card-shimmer {
  height: 807px;
  width: 100%;
}
#shimmer-container #find .shimmer-wrapper .animate-shimmer {
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #f2f4f7 10%, #f0f0f2 20%, #f2f4f7 30%, #f6f7f8 40%, #f6f7f8 100%);
  background-size: 1000px 100%;
}
#shimmer-container #find .shimmer-wrapper .line-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-container-name-width {
  width: 70%;
  height: 24px;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .icon-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 10%;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .icon-wrapper .line-container-icon-width {
  width: 100%;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .line-container-office-width {
  width: 80%;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .line-container-address-width {
  width: 100%;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .line-container-mobile-width {
  width: 60%;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .line-container-other-width {
  width: 50%;
}
#shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .stroke {
  height: 22px;
}
@media (max-width: 598px) {
  .filterTab {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1152px) {
  .find-a-pro-results-page {
    padding: 10px;
  }
  .productDisclosure {
    padding: 10px;
  }
  .row-padding {
    margin-left: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1093px) {
  .responsive-screen-row {
    display: flex;
    justify-content: center;
  }
  .responsive-screen-col {
    display: contents;
    justify-content: center;
  }
  .filterTab {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
}
@media (max-device-width: 767px) {
  .responsive-screen-row {
    display: grid;
    justify-content: center;
  }
  .responsive-screen-col {
    display: flex;
    justify-content: center;
  }
  .filterTab {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  #shimmer-container #find .shimmer-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  #shimmer-container #find .shimmer-wrapper .image-card-shimmer {
    height: 400px;
  }
  #shimmer-container #find .shimmer-wrapper .line-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #shimmer-container #find .shimmer-wrapper .line-container {
    justify-content: space-between;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-container-name-width {
    width: 70%;
    height: 24px;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper {
    display: flex;
    flex-direction: row;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .icon-wrapper {
    margin-right: 2%;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .icon-wrapper .line-container-icon-width {
    margin-top: 10%;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .line-container-office-width {
    margin-top: 1%;
    width: 70%;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .line-container-address-width {
    margin-top: 1%;
    width: 80%;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .line-container-mobile-width {
    margin-top: 1%;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .line-wrapper .line-container-other-width {
    margin-top: 1%;
  }
  #shimmer-container #find .shimmer-wrapper .line-container .info-wrapper .line-content-wrapper .stroke {
    height: 22px;
  }
}

.fifty-fifty {
  max-width: 1140px;
  padding-right: 0px;
  padding-left: 0px;
}
.fifty-fifty h3 {
  margin: initial;
  margin-bottom: 1rem;
}
.fifty-fifty h6 {
  margin-bottom: 1rem;
}
/*IE 11 text not wrapping fix*/
.text-content-right,
.text-content-left {
  width: 100%;
}
.fifty-fifty.fafp-animations-disabled .animatedParent .fadeInDownHalfShort,
.fifty-fifty.fafp-animations-disabled .animatedParent .fadeInRightHalfShort,
.fifty-fifty.fafp-animations-disabled .animatedParent .animate-uncover-with-offset-parent-from-top,
.fifty-fifty.fafp-animations-disabled .animatedParent .animate-uncover-with-offset-parent,
.fifty-fifty.fafp-animations-disabled .animatedParent .animate-uncover-with-offset-parent-from-right,
.fifty-fifty.fafp-animations-disabled .animatedParent .animate-image-from-top,
.fifty-fifty.fafp-animations-disabled .animatedParent .animate-image,
.fifty-fifty.fafp-animations-disabled .animatedParent .animate-image-from-right,
.fifty-fifty.fafp-animations-disabled .animatedParent .animateUncoverWithOffSet,
.fifty-fifty.fafp-animations-disabled .animatedParent .animateUncoverfromRight,
.fifty-fifty.fafp-animations-disabled .animatedParent .animate-fade-out-top-background,
.fifty-fifty.fafp-animations-disabled .animatedParent .animateUncoverfromLeft .animateUncoverfromTop {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
  animation-duration: 0.01s;
  opacity: 1 !important;
}
.fifty-fifty.fafp-animations-disabled .animatedParent .animateUncoverWithOffSet,
.fifty-fifty.fafp-animations-disabled .animatedParent .animateUncoverfromRight,
.fifty-fifty.fafp-animations-disabled .animatedParent .animate-fade-out-top-background,
.fifty-fifty.fafp-animations-disabled .animatedParent .animateUncoverfromLeft .animateUncoverfromTop {
  display: none;
}

.expand-collapse-list .faq-headline,
.expand-collapse-list .faq-description {
  padding-left: 3.5rem;
}
.expand-collapse-list .faq-headline {
  margin-bottom: 20px;
  text-transform: none;
}
.expand-collapse-list .faq-description {
  margin-bottom: 50px;
}
.expand-collapse-list .faq-items .card,
.expand-collapse-list .faq-items .card-header,
.expand-collapse-list .faq-items .card-body {
  padding-top: 0;
  padding-bottom: 0;
  background-color: unset;
  border: none;
}
.expand-collapse-list .faq-items button {
  padding-right: 0.5rem;
}
.expand-collapse-list .faq-items button.collapsed i:after {
  content: "add_circle_outline";
}
.expand-collapse-list .faq-items button i {
  font-size: 38px;
  color: #1d58a4;
}
.expand-collapse-list .faq-items button i:after {
  content: "add_circle";
}
.expand-collapse-list .faq-answer {
  margin-left: 5rem;
}
@media (max-width: 575.98px) {
  .expand-collapse-list {
    margin-left: .5625rem;
    margin-right: .5625rem;
  }
  .expand-collapse-list .faq-headline,
  .expand-collapse-list .faq-description {
    padding-left: 0;
  }
  .expand-collapse-list .faq-items .card-header {
    padding-left: 0;
    padding-right: 0;
  }
  .expand-collapse-list .faq-items .btn {
    padding-left: 0;
  }
  .expand-collapse-list .faq-answer {
    margin-left: 31px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .expand-collapse-list .faq-items .card,
  .expand-collapse-list .faq-items .card-header,
  .expand-collapse-list .faq-items .card-body {
    background-color: rgba(0, 0, 0, 0);
  }
}

.download-this-page-wrapper {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.download-this-page-wrapper .download-this-page-title {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  line-height: 1.25;
  text-transform: none;
  font-weight: 300;
}
.download-this-page-wrapper .download-this-page-cta-link:hover {
  text-decoration: none !important;
}
.download-this-page-wrapper .download-this-page-cta {
  color: #1d58a4;
  letter-spacing: .5px;
  margin-top: 20px;
}

@keyframes fade_out_parent {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade_out_background {
  0% {
    width: 100%;
  }
  25% {
    width: 75%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
@keyframes Scale_width {
  0% {
    width: 0px;
  }
  100% {
    width: 504px;
  }
}
@keyframes zoom_detailhero {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes zoom_detailhero {
  0% {
    transform: scale(1.1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.1);
  }
}
.detail-hero-wrapper {
  width: 100%;
  max-height: 1090px;
  margin-top: 50px;
}
.detail-hero-wrapper .detail-hero {
  max-width: 1140px;
  min-height: 550px;
}
.detail-hero-wrapper .detail-hero .card-group-wrapper {
  height: 100%;
}
.detail-hero-wrapper .detail-hero .card-group {
  max-width: 1040px;
}
.detail-hero-wrapper .detail-hero .detail-hero-img-txt {
  max-width: 32.1rem;
  width: 100%;
  background-color: inherit;
  border: none;
  margin-left: 5rem;
}
.detail-hero-wrapper .detail-hero .detail-hero-img-txt .subhead {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 300;
}
.detail-hero-wrapper .detail-hero .detail-hero-copy {
  background-color: #1d58a4;
  margin-left: auto;
  border-radius: 0;
  border: none;
}
@media (min-width: 992px) {
  .detail-hero-wrapper .detail-hero .detail-hero-copy {
    max-width: 31.5rem;
  }
}
.detail-hero-wrapper .detail-hero .detail-hero-copy .card-body {
  padding: 3.75rem;
}
.detail-hero-wrapper .detail-hero .card-img {
  max-width: 1090px;
}
.detail-hero-component .zoom-detail-hero .detail-hero-copy--animate {
  animation-delay: 1s;
}
.detail-hero-component .zoom-detail-hero.zoom-detail-hero-repeat-repeat .detail-hero-background-img {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.detail-hero-component .zoom-detail-hero.zoom-detail-hero-repeat-once .detail-hero-background-img {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.detail-hero-component .zoom-detail-hero.zoom-detail-hero-repeat-none .detail-hero-background-img {
  animation: none;
  -webkit-animation: none;
  transform: none;
  transition: none;
}
.detail-hero-component .zoom-detail-hero .detail-hero-background-img {
  width: 100%;
  height: 100%;
  min-height: 550px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  transform: scale(1.1);
  animation: zoom_detailhero 25s linear 4s  forwards;
  -webkit-animation: zoom_detailhero 25s linear 4s  forwards;
}
.detail-hero-component .zoom-detail-hero .detail-hero-background-img.animations-disabled {
  animation: none;
  -webkit-animation: none;
  transform: none;
  transition: none;
}
.detail-hero-component .zoom-detail-hero .gray-overlay {
  background-color: #F8F8F8;
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 550px;
  animation: fade_out_background 0.5s linear 0.5s forwards;
  transition: all 0.5s ease-in-out;
}
.detail-hero-component.detail-hero-author-animations-disabled .detail-hero-background-img {
  animation: none;
  -webkit-animation: none;
  transition: none;
}
.detail-hero-component.detail-hero-author-animations-disabled .detail-hero-background {
  width: 1140px;
  height: 550px;
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
}
.detail-hero-component.detail-hero-author-animations-disabled .gray-overlay {
  display: none;
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
}
.detail-hero-component.detail-hero-author-animations-disabled .detail-hero-wrapper .detail-hero .detail-hero-copy--animate {
  width: 504px;
  height: 288px;
  animation: none;
  transition: none;
}
.detail-hero-component.detail-hero-author-animations-disabled .detail-hero-wrapper .detail-hero .detail-hero-copy--animate .card-body .animate__fadeInRightSmall {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
  opacity: 1;
}
.detail-hero-component.detail-hero-author-animations-disabled .detail-hero-img-txt .animate__fadeInLeftSmall {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .detail-hero-component.detail-hero-mobile-animations-disabled .detail-hero-content-wrapper,
  .detail-hero-component.detail-hero-mobile-animations-disabled .detail-hero-background-img {
    animation: none;
    -webkit-animation: none;
    animation-duration: 0.01s;
  }
  .detail-hero-component.detail-hero-mobile-animations-disabled .gray-overlay {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .detail-hero-wrapper .detail-hero {
    position: relative;
  }
  .detail-hero-wrapper .detail-hero .detail-hero-img-txt,
  .detail-hero-wrapper .detail-hero .detail-hero-copy {
    max-width: 100%;
  }
  .detail-hero-wrapper .detail-hero .detail-hero-img-txt {
    margin-top: 30%;
    margin-left: unset;
  }
  .detail-hero-wrapper .detail-hero .detail-hero-img-txt h2 {
    font-size: 40px;
  }
  .detail-hero-wrapper .detail-hero .detail-hero-copy {
    margin-top: auto;
  }
  .detail-hero-wrapper .detail-hero .detail-hero-copy .card-body {
    padding: 1rem;
  }
  .detail-hero-wrapper .detail-hero .detail-hero-copy-duplicate {
    display: none;
  }
  .detail-hero-wrapper .detail-hero .detail-hero-background-img {
    background-size: cover;
    background-position: top center;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .detail-hero-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .detail-hero-wrapper .detail-hero {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .detail-hero-wrapper .detail-hero-copy-duplicate {
    position: absolute;
    right: -50px;
    padding: 3.5rem;
    z-index: -1;
    opacity: 0;
    width: 504px;
  }
}
@media screen and (min-width: 1200px) {
  .detail-hero-component.detail-hero-animations-disabled .detail-hero-background {
    width: 1140px;
    height: 550px;
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
  }
  .detail-hero-component.detail-hero-animations-disabled .detail-hero-content-wrapper {
    position: absolute;
  }
  .detail-hero-component .detail-hero-background {
    position: relative;
    width: 0px;
    height: 550px;
    left: 0px;
    right: auto;
    animation: fade_out_parent 0.5s linear forwards;
  }
  .detail-hero-component .parent-wraper {
    max-width: 1140px;
    margin: 0 auto;
  }
  .detail-hero-component .detail-hero-wrapper .detail-hero .detail-hero-copy {
    right: -50px;
  }
  .detail-hero-component .detail-hero-wrapper .detail-hero .detail-hero-copy--animate {
    position: absolute;
    right: -50px;
    width: 0px;
    max-height: 100%;
    animation: Scale_width 0.5s 1s forwards;
    transition: all 0.5s ease-in-out;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .detail-hero-component .detail-hero-background-img {
    animation: none;
    -webkit-animation: none;
    transition: none;
  }
  .detail-hero-component .detail-hero-background {
    width: 1140px;
    height: 550px;
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
  }
  .detail-hero-component .gray-overlay {
    display: none;
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
  }
  .detail-hero-component .detail-hero-wrapper .detail-hero .detail-hero-copy--animate {
    width: 504px;
    height: 288px;
    animation: none;
    transition: none;
    margin-top: -6%;
  }
  .detail-hero-component .detail-hero-wrapper .detail-hero .detail-hero-copy--animate .card-body .animate__fadeInRightSmall {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .detail-hero-component .detail-hero-img-txt {
    margin-top: 12%;
  }
  .detail-hero-component .detail-hero-img-txt .animate__fadeInLeftSmall {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
}

.pcwr-table.pcwr-daily-unit-values tr td {
  text-align: left;
}
.pcwr-table.pcwr-daily-unit-values tr.pcwr-unit-value-subheading {
  font-weight: bolder;
}

.breadcrumbs {
  margin-left: 44px;
  margin-top: 10px;
}
.breadcrumbs .breadcrumb-separator {
  margin-left: 2px;
  margin-right: 2px;
}
.breadcrumbs a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000000;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #1d58a4;
}
.breadcrumbs > div > span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000000;
}
.breadcrumbs > div > ul {
  border: none;
}
.breadcrumbs > div > ul > li > a {
  border-bottom: solid #1d58a4 2px;
}
.breadcrumbs > div > ul > li > a i {
  color: #1d58a4;
  vertical-align: middle;
}
.breadcrumbs > div > ul > li a {
  font-size: 16px;
}
.breadcrumbs > div > ul > li > span {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.breadcrumbs > div > ul > li > span > a {
  color: #000000 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumbs > div > ul > li > span > a:hover {
  background-color: #1d58a4;
  color: #ffffff !important;
}
.breadcrumbs > div > ul > li > span > a.active-item {
  display: none;
}
.breadcrumbs > div > ul > li.show > a > i {
  transform: rotateX(150deg);
}
.breadcrumbs.breadcrumb-overlay {
  position: absolute;
  z-index: 1;
}
.breadcrumbs.breadcrumb-overlay .breadcrumb-separator,
.breadcrumbs.breadcrumb-overlay a {
  color: #ffffff;
}
.breadcrumbs.breadcrumb-overlay > div > span {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .breadcrumbs {
    margin-left: 24px;
    margin-right: 24px;
  }
  .breadcrumbs .cmp-breadcrumb__list {
    text-align: center;
  }
  .breadcrumbs .dropdown-menu.show {
    transform: translate3d(-15px, 43px, 0px);
    max-width: 327px;
  }
  .breadcrumbs .dropdown-item {
    white-space: initial;
  }
  .breadcrumbs > div > ul > li > a {
    text-overflow: ellipsis;
    max-width: 327px;
    padding-right: 20px !important;
  }
  .breadcrumbs > div > ul > li > a i {
    position: absolute;
    right: -5px;
  }
}

.cta-card-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.cta-card-wrapper .cta-card-title {
  font-family: 'Merriweather', serif;
  text-transform: none;
  font-weight: 300;
  color: #000000;
}
.cta-card-wrapper .cta-card-subtitle {
  margin-top: 15px;
  color: #000000;
}
.cta-card-wrapper .cta-card-btn {
  margin-top: 25px;
}
.cta-card-wrapper.bg-blue {
  background-color: #1d58a4;
}
.cta-card-wrapper.bg-blue .cta-card-title,
.cta-card-wrapper.bg-blue .cta-card-subtitle {
  color: #ffffff;
}
a.cta-card-link:hover {
  text-decoration: none !important;
}
@media (max-width: 575.98px) {
  .cta-card-wrapper {
    margin-left: .5625rem;
    margin-right: .5625rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cta-card-mobile-animations-disabled .animatedParent .fadeInDownShort,
  .cta-card-mobile-animations-disabled .animatedParent .fadeInUpShort,
  .cta-card-mobile-animations-disabled .animatedParent .fadeInRightShort,
  .cta-card-mobile-animations-disabled .animatedParent .fadeInLeftShort {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
}

.content-mosaic-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-mosaic-container .mosaic-card {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 372px;
  max-height: 604px;
  min-width: 100%;
  margin-bottom: 1.875rem;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.content-mosaic-container .mosaic-card .mosaic-copy {
  top: auto;
  max-width: 500px;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 1.5s ease-out;
  padding: 0;
}
.content-mosaic-container .mosaic-card .mosaic-copy .mosaic-icon-img {
  background-color: #ffffff;
  vertical-align: top;
  width: 100px;
  border-right: 1px solid #d5d5d5;
  padding-left: 25px;
  padding-top: 20px;
}
.content-mosaic-container .mosaic-card .mosaic-copy .mosaic-icon-img img {
  max-height: 50px;
}
.content-mosaic-container .mosaic-card .mosaic-copy .mosaic-text {
  background-color: #ffffff;
  width: 350px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  transition: width 1s ease-out;
}
.content-mosaic-container .mosaic-card .mosaic-copy .mosaic-text .mosaic-text-title {
  color: #000000;
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
  max-height: 56px;
  overflow: hidden;
}
.content-mosaic-container .mosaic-card .mosaic-copy .mosaic-text .mosaic-text-subtitle {
  visibility: hidden;
  padding-bottom: 15px;
  color: #000000;
}
.content-mosaic-container .mosaic-card .mosaic-copy .mosaic-text .mosaic-text-cta {
  color: #1d58a4;
  padding-bottom: 20px;
}
.content-mosaic-container .mosaic-card .mosaic-copy .mosaic-text button {
  margin-bottom: 10px;
}
.content-mosaic-container .mosaic-card:hover .mosaic-copy {
  max-height: inherit;
  transition: max-height 2s ease-out;
}
.content-mosaic-container .mosaic-card:hover .mosaic-copy .mosaic-text {
  width: 400px;
  transition: width 0.3s ease-out;
}
.content-mosaic-container .mosaic-card:hover .mosaic-copy .mosaic-text .mosaic-text-subtitle {
  visibility: visible;
}
.content-mosaic-container .mosaic-col {
  max-width: 555px;
  width: 100%;
}
.content-mosaic-container .mosaic-coldiv:first-child .mosaic-card:last-child {
  min-height: 604px;
}
.content-mosaic-container .mosaic-coldiv:last-child .mosaic-card:first-child {
  min-height: 604px;
}
.content-mosaic-container .mosaic-col:first-child div:last-child .mosaic-card {
  min-height: 604px;
}
.content-mosaic-container .mosaic-col:last-child div:first-child .mosaic-card {
  min-height: 604px;
}
.content-mosaic-container video {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .content-mosaic-container {
    margin-left: .5625rem;
    margin-right: .5625rem;
  }
  .content-mosaic-container > .mosaic-col:not(:first-child) .mosaic-card {
    margin-top: 1.75rem;
  }
  .content-mosaic-container > .mosaic-col:first-child > div:last-child .mosaic-card {
    margin-top: 1.75rem;
  }
}

.pie-chart-component .line-heading-wrapper {
  width: 100%;
  margin-bottom: 10px;
}
.pie-chart-component .line-heading-wrapper .line-background {
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}
.pie-chart-component .line-heading-wrapper .line-background:before {
  border-top: 2px solid;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.pie-chart-component .line-heading-wrapper .line-background span {
  background: #fff;
  padding-left: 8px;
  padding-right: 8px;
}
.pie-chart-component .content-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}
.pie-chart-component .content-wrapper .pie-chart-outer-wrapper {
  position: relative;
}
.pie-chart-component .content-wrapper .pie-chart-outer-wrapper .pie-chart-inner-wrapper {
  height: 250px;
  width: 250px;
}
.pie-chart-component .content-wrapper .pie-chart-outer-wrapper .pie-chart-content-wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 36.5%;
  text-align: center;
}
.pie-chart-component .content-wrapper .pie-chart-outer-wrapper .pie-chart-content-wrapper .chart-text-value {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 40px !important;
  line-height: 49px;
}
.pie-chart-component .content-wrapper .pie-chart-outer-wrapper .pie-chart-content-wrapper .chart-text-second-value {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 22px;
  margin-top: -10%;
}
.pie-chart-component .content-wrapper .legend-con ul {
  list-style: none;
}
.pie-chart-component .content-wrapper .legend-con li {
  display: flex;
  margin-bottom: 4px;
}
.pie-chart-component .content-wrapper .legend-con li .chart-legend {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 576px) {
  .content-wrapper {
    flex-direction: column;
  }
  .content-wrapper .pie-chart-outer-wrapper {
    margin: auto;
  }
  .content-wrapper .pie-chart-outer-wrapper .pie-chart-content-wrapper {
    top: 37%;
  }
  .content-wrapper .legend-con {
    margin-top: 5%;
  }
  .content-wrapper .legend-con ul {
    padding: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 766px) {
  .content-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .content-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pie-chart-component.fifty-fifty {
    padding: 1rem;
  }
  .pie-chart-component.fifty-fifty .content-wrapper {
    gap: 20px;
  }
  .pie-chart-component.fifty-fifty .content-wrapper .legend-con ul {
    display: contents;
  }
}
@-webkit-keyframes fadeInForQoute {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeInForQoute {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeInForQoute {
  opacity: 0;
}

.bar-chart-component {
  margin: auto;
}
.bar-chart-component #barCharts {
  width: 100%;
  margin-top: 40px;
}
.bar-chart-component #barCharts .bar-chart-title {
  text-align: center;
}
.bar-chart-component #barCharts .h3-bar-title-sup {
  font-size: 20px;
  vertical-align: super;
  margin-left: 1%;
  top: -0.3em;
}
.bar-chart-component #barCharts .h2-bar-title-sup {
  font-size: 24px;
  vertical-align: super;
  margin-left: 1%;
  top: -0.3em;
}
.bar-chart-component #barCharts .chart-heading-sup {
  font-size: 14px;
  vertical-align: super;
  margin-left: 1%;
  top: -0.2em;
}
.bar-chart-component #barCharts .bar-charts-wrapper {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 13%;
  padding-right: 10%;
}
.bar-chart-component #barCharts .bar-charts-wrapper .bar-chart {
  text-align: left;
  min-width: 240px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.bar-chart-component #barCharts .bar-charts-wrapper .bar-chart:last-child {
  padding-right: 15px;
}
.bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper {
  text-align: left;
  min-height: 100px;
}
.bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper .bar-chart-heading {
  text-transform: uppercase;
  color: #1d58a4;
}
.bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-bar-wrapper .bar-chart-bar {
  height: 20px;
  margin-right: 10px;
  border-radius: 0 15px 15px 0;
}
.bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-bar-wrapper .bar-chart-bar-label {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.displayclass-bar {
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .bar-chart-component #barCharts .bar-chart-title {
    margin-bottom: 15px;
  }
  .bar-chart-component #barCharts .h3-bar-title-sup {
    top: -0.2em;
    margin-left: 2%;
  }
  .bar-chart-component #barCharts .h2-bar-title-sup {
    top: -0.1em;
    margin-left: 2%;
  }
  .bar-chart-component #barCharts .chart-heading-sup {
    font-size: 12px;
    top: -0.25em;
    margin-left: 2%;
  }
  .bar-chart-component #barCharts .bar-charts-wrapper {
    max-width: 90%;
    margin: auto;
  }
  .bar-chart-component #barCharts .bar-charts-wrapper .bar-chart {
    min-width: 340px;
  }
  .bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper {
    text-align: left;
    min-height: 0 ;
  }
  .bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper .bar-chart-heading {
    text-transform: uppercase;
    color: #1d58a4;
  }
}
@media screen and (max-width: 768px) {
  .bar-chart-component #barCharts .h3-bar-title-sup {
    top: -0.2em;
    margin-left: 2%;
  }
  .bar-chart-component #barCharts .h2-bar-title-sup {
    top: -0.1em;
    margin-left: 2%;
  }
  .bar-chart-component #barCharts .chart-heading-sup {
    font-size: 12px;
    top: -0.25em;
    margin-left: 2%;
  }
  .bar-chart-component #barCharts .padding-two-bar {
    padding-left: 3% !important;
    padding-right: 4% !important;
  }
  .bar-chart-component #barCharts .padding-three-bar {
    padding-left: 3% !important;
    padding-right: 2% !important;
  }
  .bar-chart-component #barCharts .padding-four-bar {
    padding-left: 3% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 1199px) {
  .padding-two-bar {
    padding-left: 2.5% !important;
    padding-right: 3% !important;
  }
  .padding-three-bar {
    padding-left: 2.5% !important;
    padding-right: 3% !important;
  }
  .padding-four-bar {
    padding-left: 2.5% !important;
    padding-right: 4% !important;
  }
}
@media screen and (min-width: 2400px) {
  .bar-chart-component #barCharts .h3-bar-title-sup {
    top: -0.2em;
    margin-left: 0.5%;
  }
  .bar-chart-component #barCharts .h2-bar-title-sup {
    top: -0.1em;
    margin-left: 0.5%;
  }
  .bar-chart-component #barCharts .chart-heading-sup {
    font-size: 16px;
    margin-left: 0.5%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bar-chart-component #barCharts .bar-chart-title {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper .bar-chart-heading,
  .bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-heading-wrapper .bar-chart-sub-heading {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-bar-wrapper .bar-chart-bar-value {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .bar-chart-component #barCharts .bar-charts-wrapper .bar-chart .bar-chart-bar-wrapper .bar-chart-bar-label {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
}

.careers-wrapper {
  background-color: #004685;
}
.careers-wrapper .careers-padding {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  max-width: 1000px;
}
.careers-wrapper .careers-padding .form-group-careers-input {
  width: 375px;
  border-bottom: 2px solid #24c5cf;
  transition: border-bottom 0.1s linear;
}
.careers-wrapper .careers-padding .form-group-careers-input input {
  border: none;
  border-radius: 0;
  box-shadow: unset !important;
  width: 100% !important;
  height: 45px;
  padding-left: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #d5d5d5;
  border-bottom: 2px solid #24c5cf;
  transition: border-bottom 0.1s linear;
  background-color: #004685;
}
.careers-wrapper .careers-padding .form-group-careers-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #979797;
}
.careers-wrapper .careers-padding .form-group-careers-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #979797;
}
.careers-wrapper .careers-padding .form-group-careers-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #979797;
}
.careers-wrapper .careers-padding .form-group-careers-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #979797;
}
.careers-wrapper .careers-padding .form-group-careers-input input:focus {
  color: #FFF;
}
@media (max-width: 575.98px) {
  .form-group-careers-input {
    width: 300px !important;
  }
}

.animating-numbers {
  color: #24c5cf;
}
.animating-numbers.animating-numbers-color-deep-blue {
  color: #001c46;
}
.animating-numbers.animating-numbers-color-bright-blue {
  color: #1d58a4;
}
.animating-numbers.animating-numbers-color-turquoise {
  color: #24c5cf;
}
.animating-numbers.animating-numbers-color-light-grey {
  color: #f2f2f2;
}
.animating-numbers.animating-numbers-color-medium-grey {
  color: #979797;
}
.animating-numbers.animating-numbers-color-dark-grey {
  color: #5a5a5a;
}
.animating-numbers.animating-numbers-color-black {
  color: #000000;
}
.animating-numbers.animating-numbers-color-off-black-bg {
  color: #222222;
}
.animating-numbers.animating-numbers-color-gold {
  color: #ffa800;
}
.animating-numbers.animating-numbers-color-white {
  color: #ffffff;
}
.animating-numbers .animating-numbers-number-wrapper {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 65px;
}
.animating-numbers .animating-numbers-number-label {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.fifty-fifty {
  max-width: 1140px;
  padding-right: 0px;
  padding-left: 0px;
  /*fixes vertical spacing between RTE and CTA Button*/
}
.fifty-fifty h3 {
  margin: initial;
  margin-bottom: 1rem;
}
.fifty-fifty h6 {
  margin-bottom: 1rem;
}
.fifty-fifty video {
  max-width: 100%;
  height: auto;
}
.fifty-fifty .alt-fifty-video-wrapper {
  width: 100%;
  height: auto;
}
.fifty-fifty div.pcwr-richtext + a.btn.btn-primary.cta-text-btn {
  margin-top: 20px;
}
.fifty-fifty div.pcwr-richtext ~ div > button {
  margin-top: 20px;
}
.fifty-fifty img.pointer {
  cursor: pointer;
}
.alt-fifty-component .overflow-hidden {
  overflow: hidden;
}
/*Alt fifty Slideshow styles*/
.alt-fifty-carousel-indicators-wrapper.carousel-indicators {
  position: static;
  margin: 8px 0 0 0;
  gap: 5px;
  cursor: pointer;
}
.alt-fifty-carousel-indicators-wrapper.carousel-indicators .alt-fifty-carousel-indicator {
  margin: 0;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(108, 117, 125, 0.38);
  width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .alt-fifty-carousel-indicators-wrapper.carousel-indicators .alt-fifty-carousel-indicator {
    margin-right: 5px;
  }
}
.alt-fifty-carousel-indicators-wrapper.carousel-indicators .alt-fifty-carousel-indicator.active .alt-fifty-carousel-progress-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 2px;
}
.alt-fifty-carousel-indicators-wrapper.carousel-indicators .alt-fifty-carousel-indicator.active .alt-fifty-carousel-progress-indicator.animate-progress-bar {
  animation: altFiftyCarouselProgressIndicator linear 5s;
  background-color: #167ac6;
}
.display-wrapper-alt {
  opacity: 0;
}
.width-img {
  width: 100%;
}
.parent-wrapper-alt {
  max-height: 100%;
}
@keyframes altFiftyCarouselProgressIndicator {
  0% {
    width: 1%;
  }
  20% {
    width: 20%;
  }
  40% {
    width: 40%;
  }
  60% {
    width: 60%;
  }
  80% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
/*IE 11 text not wrapping fix*/
.text-content-right,
.text-content-left {
  width: 100%;
}
@media (max-width: 575.98px) {
  .fifty-fifty {
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
  }
  .fifty-fifty h3 {
    margin-top: 1.75rem;
  }
}
/*left-padding align issue fix*/
.rialeftpadding .px-sm-4 {
  padding-left: 0 !important;
}
/*Bootstrap Carousel Fade In effect for slide transition*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .fadeInDownHalfShort,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .fadeInDownHalfVeryShort,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .fadeInRightHalfShort,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animate-uncover-with-offset-parent-from-top,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animate-uncover-with-offset-parent,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animate-uncover-with-offset-parent-from-right,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animate-image-from-top,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animate-image,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animate-image-from-right,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animateUncoverWithOffSet,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animateUncoverfromRight,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animate-fade-out-top-background,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animateUncoverfromLeft .animateUncoverfromTop {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
  opacity: 1;
}
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animateUncoverWithOffSet,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animateUncoverfromRight,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animate-fade-out-top-background,
.alt-fifty-component.alt-fifty-author-animations-disabled .animatedParent .animateUncoverfromLeft .animateUncoverfromTop {
  display: none;
}
.alt-fifty-component.alt-fifty-animations-disabled .animatedParent .fadeInDownHalfVeryShort {
  animation: none;
  -webkit-animation: none;
  transform: none;
  -ms-animation: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .fadeInDownHalfShort,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .fadeInDownHalfVeryShort,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .fadeInRightHalfShort,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animate-uncover-with-offset-parent-from-top,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animate-uncover-with-offset-parent,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animate-uncover-with-offset-parent-from-right,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animate-image-from-top,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animate-image,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animate-image-from-right,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animateUncoverWithOffSet,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animateUncoverfromRight,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animate-fade-out-top-background,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animateUncoverfromLeft .animateUncoverfromTop {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animateUncoverWithOffSet,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animateUncoverfromRight,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animate-fade-out-top-background,
  .alt-fifty-component.alt-fifty-mobile-animations-disabled .animatedParent .animateUncoverfromLeft .animateUncoverfromTop {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .alt-fifty-component .animatedParent .fadeInDownHalfShort,
  .alt-fifty-component .animatedParent .fadeInRightHalfShort,
  .alt-fifty-component .animatedParent .animate-uncover-with-offset-parent-from-top,
  .alt-fifty-component .animatedParent .animate-uncover-with-offset-parent,
  .alt-fifty-component .animatedParent .animate-uncover-with-offset-parent-from-right,
  .alt-fifty-component .animatedParent .animate-image-from-top,
  .alt-fifty-component .animatedParent .animate-image,
  .alt-fifty-component .animatedParent .animate-image-from-right,
  .alt-fifty-component .animatedParent .animateUncoverWithOffSet,
  .alt-fifty-component .animatedParent .animateUncoverfromRight,
  .alt-fifty-component .animatedParent .animate-fade-out-top-background,
  .alt-fifty-component .animatedParent .animateUncoverfromLeft .animateUncoverfromTop {
    animation: none;
    -webkit-animation: none;
    transform: none;
    -ms-animation: none;
    opacity: 1;
  }
  .alt-fifty-component .animatedParent .animateUncoverWithOffSet,
  .alt-fifty-component .animatedParent .animateUncoverfromRight,
  .alt-fifty-component .animatedParent .animate-fade-out-top-background,
  .alt-fifty-component .animatedParent .animateUncoverfromLeft .animateUncoverfromTop {
    display: none;
  }
}

.pcwr-richtext {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
.pcwr-richtext ul,
.pcwr-richtext ol {
  list-style-position: outside !important;
  padding-left: 1.25rem;
}
.pcwr-richtext li {
  text-indent: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
.pcwr-richtext a {
  color: #1d58a4;
  font-weight: bold;
}
.pcwr-richtext a:hover {
  text-decoration: none !important;
  color: #154179;
}
.pcwr-richtext a:active,
.pcwr-richtext a:focus {
  color: #0e294d;
}
@media screen and (max-width: 576px) {
  .pcwr-richtext li {
    font-size: 16px;
  }
}

/*******************************************************************************
 * Copyright 2016 Adobe Systems Incorporated
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* example configuration */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* add gutter in the grid */
.aem-GridColumn {
  padding: 0;
}
/* smaller screen (phone) breakpoint */
@media (max-width: 650px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 651px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}

