@import url("fonts/roboto.css");
@import url("fonts/roboto-slab.css");
.edit-mode .body-wrapper {
  margin-top: 125px;
}

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

.d-none {
  display: none;
}

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

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

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5 {
    padding-left: 5rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2 {
    padding-left: 2rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3 {
    padding-left: 3rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4 {
    padding-left: 4rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5 {
    padding-left: 5rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5 {
    margin-left: 5rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

html {
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding: 60px;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  background: transparent;
}

table {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #E3E3E3;
  border-style: solid;
  color: #4D4D4D;
}

table p {
  font-size: 0.8rem;
  margin-bottom: 0 !important;
  text-align: center;
}

table td, table th {
  border-width: 1px;
  border-color: #E3E3E3;
  border-style: solid;
  padding: 5px;
}

table.customTable thead {
  font-weight: 600;
}

table.wellbeing-pillars {
  table-layout: fixed;
  width: 100%;
  border: none;
  border-collapse: collapse;
}
table.wellbeing-pillars tr {
  border-top: solid 1px #f89848;
  vertical-align: top;
}
table.wellbeing-pillars tr td {
  padding: 15px;
  border: none;
}
table.wellbeing-pillars tr td h5 {
  letter-spacing: 0px;
  font-size: 1.15rem;
  color: #f89848;
}
table.wellbeing-pillars img {
  width: auto;
  max-height: 60px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
  table.wellbeing-pillars {
    table-layout: fixed;
    width: 100%;
    border: none;
    border-collapse: collapse;
  }
  table.wellbeing-pillars tr {
    border-top: solid 0px #f89848;
    vertical-align: top;
  }
  table.wellbeing-pillars tr td {
    padding: 5px;
    text-align: center;
  }
  table.wellbeing-pillars tr td h5 {
    font-size: 0.75rem;
  }
  table.wellbeing-pillars img {
    width: auto;
    max-height: 30px;
    margin-bottom: 5px;
  }
}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 1724px;
    width: calc(100% - 66px);
  }
}
@media (max-width: 576px) {
  .row {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
.container-fluid,
.fluid > .container {
  width: 100%;
  max-width: 100% !important;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters,
.container-fluid .row > [class*=col-],
.fluid > .container > .row > [class*=col-] {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-],
.container-fluid .row > [class*=col-],
.fluid > .container > .row > [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%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

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

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

.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,
.col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.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: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .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%;
  }
}
.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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -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;
  }
}
.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
  }
}
.fluid .content-wrapper > .container {
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.justify-content-between > .container > .row {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center > .container > .row {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-around > .container > .row {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-end > .container > .row {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.align-items-center > .container > .row {
  align-items: center !important;
}

.align-items-cend > .container > .row {
  align-items: end !important;
}

.justify-content-between div[class*=offset],
.justify-content-center div[class*=offset],
.justify-content-around div[class*=offset],
.justify-content-end div[class*=offset] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-gutter div[class^=col] {
  padding-right: 0;
  padding-left: 0;
}

body {
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-family: "Arial", sans-serif;
  color: #696158;
}

main {
  font-size: 1em;
  font-family: "Arial", sans-serif;
}
main p, main ul {
  font-family: "Arial", sans-serif;
  margin-bottom: 1.4rem;
}
main h1, main h2, main h3, main h4, main h5 {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
}
main h1 {
  font-size: 2.4em;
  color: #298fc2;
  margin-bottom: 2rem;
}
main h2 {
  font-size: 2.4em;
  color: #298fc2;
  margin-bottom: 1.6rem;
}
main h3 {
  font-size: 1.74em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  color: #696158;
}
main h3 {
  font-size: 1.24em;
  font-weight: 700;
}
main p {
  line-height: 1.5em;
  font-weight: 300;
}
main a, main a:visited, main a:active {
  color: #298fc2;
}
main a:hover, main a:visited:hover, main a:active:hover {
  text-decoration: underline;
}
main ul, main ol {
  margin-bottom: 2rem;
  color: #696158;
  font-weight: 300;
  margin-left: 15px;
}
main ul li p:first-child, main ol li p:first-child {
  margin-bottom: 0;
}
main ul {
  list-style-type: disc;
}
main ol {
  list-style-type: decimal;
}
main hr {
  border-top: #e3e1e0 1px solid;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
main pre {
  white-space: unset;
}
main pre code {
  font-family: monospace;
  display: block;
}
main strong, main b, main .fw-700 {
  font-weight: 600;
}
main blockquote {
  font-family: "Arial", serif;
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.4em;
  margin: 1em -3em;
  padding: 1em 2em;
  color: #696158;
  border-left: 5px solid #e3e1e0;
}
main blockquote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.6em;
  margin-top: 1em;
}

.size-h1 {
  font-size: 2.4em;
}

.size-h2 {
  font-size: 2.4em;
}

.size-h3 {
  font-size: 1.74em;
}

.size-h4 {
  font-size: 1.24em;
}

.section-title {
  font-family: "Arial", sans-serif;
  color: #298fc2;
  font-size: 2em;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  border-left: 0;
  padding-left: 0px;
  line-height: 1.2;
  font-weight: 600;
}

aside .section-title {
  font-family: "Arial", sans-serif;
  padding-left: 14px;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #696158;
}

.section-description {
  margin-bottom: 1.3rem;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #696158;
}

.sm-heading {
  display: block;
  color: #696158;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.txt-gray {
  color: #696158 !important;
}

.txt-newellblue {
  color: #298fc2 !important;
}

.txt-berry {
  color: #BF1D75 !important;
}

.txt-lime {
  color: #C0C983 !important;
}

.txt-mustard {
  color: #eeb927 !important;
}

.txt-red {
  color: #E34154 !important;
}

.txt-indigo {
  color: #0a4d72 !important;
}

.txt-tangerine {
  color: #F89848 !important;
}

.txt-grape {
  color: #8589BE !important;
}

.txt-teal {
  color: #0a4d72 !important;
}

.txt-forest {
  color: #338f41 !important;
}

.txt-gold {
  color: #EEB927 !important;
}

.container-notes {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  margin-bottom: -20px;
  margin-top: 20px;
  font-weight: 700;
  color: #696158;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-start {
  padding-top: 20px;
}

.section-end {
  padding-bottom: 20px;
}

.section-border {
  border-top: solid 1px #f2f1ef;
  padding-top: 20px;
}

.section-pad {
  padding: 2em;
}

.bg-pattern {
  background-image: url(/dA/5696086fb6/fileAsset/chevron-pattern-tall.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .noBanner #section-1 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 80px !important;
  }
  .section-border {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .section-start {
    padding-top: 60px;
  }
  .section-end {
    padding-bottom: 80px !important;
  }
}
.bg-newellblue,
.bg-berry,
.bg-lime,
.bg-mustard,
.bg-red,
.bg-indigo,
.bg-tangerine,
.bg-grape,
.bg-forest,
.bg-teal,
.bg-gold {
  color: #fff !important;
}
.bg-newellblue h2, .bg-newellblue h3, .bg-newellblue h4, .bg-newellblue h5,
.bg-berry h2,
.bg-berry h3,
.bg-berry h4,
.bg-berry h5,
.bg-lime h2,
.bg-lime h3,
.bg-lime h4,
.bg-lime h5,
.bg-mustard h2,
.bg-mustard h3,
.bg-mustard h4,
.bg-mustard h5,
.bg-red h2,
.bg-red h3,
.bg-red h4,
.bg-red h5,
.bg-indigo h2,
.bg-indigo h3,
.bg-indigo h4,
.bg-indigo h5,
.bg-tangerine h2,
.bg-tangerine h3,
.bg-tangerine h4,
.bg-tangerine h5,
.bg-grape h2,
.bg-grape h3,
.bg-grape h4,
.bg-grape h5,
.bg-forest h2,
.bg-forest h3,
.bg-forest h4,
.bg-forest h5,
.bg-teal h2,
.bg-teal h3,
.bg-teal h4,
.bg-teal h5,
.bg-gold h2,
.bg-gold h3,
.bg-gold h4,
.bg-gold h5 {
  color: #fff !important;
  font-weight: 600;
}
.bg-newellblue p, .bg-newellblue .date,
.bg-berry p,
.bg-berry .date,
.bg-lime p,
.bg-lime .date,
.bg-mustard p,
.bg-mustard .date,
.bg-red p,
.bg-red .date,
.bg-indigo p,
.bg-indigo .date,
.bg-tangerine p,
.bg-tangerine .date,
.bg-grape p,
.bg-grape .date,
.bg-forest p,
.bg-forest .date,
.bg-teal p,
.bg-teal .date,
.bg-gold p,
.bg-gold .date {
  color: #fff !important;
}
.bg-newellblue a,
.bg-berry a,
.bg-lime a,
.bg-mustard a,
.bg-red a,
.bg-indigo a,
.bg-tangerine a,
.bg-grape a,
.bg-forest a,
.bg-teal a,
.bg-gold a {
  color: #fff !important;
  text-decoration: none;
}
.bg-newellblue .PromoDated-date,
.bg-berry .PromoDated-date,
.bg-lime .PromoDated-date,
.bg-mustard .PromoDated-date,
.bg-red .PromoDated-date,
.bg-indigo .PromoDated-date,
.bg-tangerine .PromoDated-date,
.bg-grape .PromoDated-date,
.bg-forest .PromoDated-date,
.bg-teal .PromoDated-date,
.bg-gold .PromoDated-date {
  color: #fff !important;
}
.bg-newellblue .section-title,
.bg-berry .section-title,
.bg-lime .section-title,
.bg-mustard .section-title,
.bg-red .section-title,
.bg-indigo .section-title,
.bg-tangerine .section-title,
.bg-grape .section-title,
.bg-forest .section-title,
.bg-teal .section-title,
.bg-gold .section-title {
  color: #fff !important;
  font-weight: 600;
}
.bg-newellblue .section-title .pageTitle,
.bg-berry .section-title .pageTitle,
.bg-lime .section-title .pageTitle,
.bg-mustard .section-title .pageTitle,
.bg-red .section-title .pageTitle,
.bg-indigo .section-title .pageTitle,
.bg-tangerine .section-title .pageTitle,
.bg-grape .section-title .pageTitle,
.bg-forest .section-title .pageTitle,
.bg-teal .section-title .pageTitle,
.bg-gold .section-title .pageTitle {
  color: #fff !important;
  font-weight: 600;
}
.bg-newellblue .section-description,
.bg-berry .section-description,
.bg-lime .section-description,
.bg-mustard .section-description,
.bg-red .section-description,
.bg-indigo .section-description,
.bg-tangerine .section-description,
.bg-grape .section-description,
.bg-forest .section-description,
.bg-teal .section-description,
.bg-gold .section-description {
  color: #fff !important;
}

.bg-newellblue {
  background-color: #298fc2;
}
.bg-newellblue .section-title {
  border-left: 0 !important;
}

.bg-berry {
  background-color: #BF1D75;
}
.bg-berry .section-title {
  border-left: 0 !important;
}

.bg-lime {
  background-color: #C0C983;
}
.bg-lime .section-title {
  border-left: 0 !important;
}

.bg-mustard {
  background-color: #eeb927;
}
.bg-mustard .section-title {
  border-left: 0 !important;
}

.bg-red {
  background-color: #E34154;
}
.bg-red .section-title {
  border-left: 0 !important;
}

.bg-indigo {
  background-color: #0a4d72;
}
.bg-indigo .section-title {
  border-left: 0 !important;
}

.bg-tangerine {
  background-color: #F89848;
}
.bg-tangerine .section-title {
  border-left: 0 !important;
}

.bg-grape {
  background-color: #8589BE;
}
.bg-grape .section-title {
  border-left: 0 !important;
}

.bg-lightgray {
  background-color: #F6F6F6;
}
.bg-lightgray .section-title {
  border-left: 0;
}

.bg-forest {
  background-color: #338f41;
}
.bg-forest .section-title {
  border-left: 0 !important;
}

.bg-gold {
  background-color: #EEB927;
}
.bg-gold .section-title {
  border-left: 0 !important;
}

.bg-teal {
  background-color: #0a4d72;
}
.bg-teal .section-title {
  border-left: 0 !important;
}

.section-title {
  border-left: 0;
  padding-left: 0;
  padding-top: 1em;
  font-size: 2em;
  letter-spacing: -1px;
}
.section-title .pageTitle {
  margin-left: 0;
  font-family: "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.42;
  color: #298fc2;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.6em;
  letter-spacing: -1px;
}

.page-newellblue .page-header {
  background-color: #298fc2;
}
.page-newellblue h2 {
  color: #298fc2;
}
.page-newellblue .section-title {
  border-left: 0;
}

.page-berry .page-header {
  background-color: #BF1D75;
}
.page-berry h2 {
  color: #BF1D75;
}
.page-berry .section-title {
  border-left: 0;
}

.page-lime .page-header {
  background-color: #C0C983;
}
.page-lime h2 {
  color: #C0C983;
}
.page-lime .section-title {
  border-left: 0;
}

.page-mustard .page-header {
  background-color: #eeb927;
}
.page-mustard h2 {
  color: #eeb927;
}
.page-mustard .section-title {
  border-left: 0;
}

.page-red .page-header {
  background-color: #E34154;
}
.page-red h2 {
  color: #E34154;
}
.page-red .section-title {
  border-left: 0;
}

.page-indigo .page-header {
  background-color: #0a4d72;
}
.page-indigo h2 {
  color: #0a4d72;
}
.page-indigo .section-title {
  border-left: 0;
}

.page-tangerine .page-header {
  background-color: #F89848;
}
.page-tangerine h2 {
  color: #F89848;
}
.page-tangerine .section-title {
  border-left: 0;
}

.page-grape .page-header {
  background-color: #8589BE;
}
.page-grape h2 {
  color: #8589BE;
}
.page-grape .section-title {
  border-left: 0;
}

.page-forest .page-header {
  background-color: #338f41;
}
.page-forest h2 {
  color: #338f41;
}
.page-forest .section-title {
  border-left: 0 !important;
}

@media (min-width: 992px) {
  .page-header h1 {
    margin-left: 0;
  }
}
.social-link, .social-link-lg {
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.social-link svg, .social-link-lg svg {
  stroke: #fff;
  fill: #fff;
  height: 15px;
  width: 15px;
}

.social-share {
  display: flex;
  justify-content: flex-start;
}
.social-share .social-item {
  margin-right: 14px;
}

.social-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.social-bar .social-item {
  padding: 0 9px;
}

.social-bar-verticle {
  flex-direction: row;
  position: relative;
  margin-bottom: 20px;
}
.social-bar-verticle .social-item {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .social-link-lg {
    height: 40px;
    width: 40px;
  }
  .social-link-lg svg {
    height: 21px;
    width: 21px;
  }
  .social-bar-verticle {
    flex-direction: column;
  }
  .social-bar-verticle .social-item {
    margin-bottom: 20px;
  }
}
.instagram-icon {
  background-color: #537fa1;
}

.linkedin-icon {
  background-color: #2386ba;
}

.twitter-icon {
  background-color: #000000;
}

.youtube-icon {
  background-color: #cb181e;
}

.copy-icon {
  background-color: #bbb6b1;
}

.action-link-text {
  display: none;
}

.vertical-list {
  padding: 0;
  margin: 18px 0;
  list-style-type: none;
}
.vertical-list li {
  display: flex;
  margin-top: 20px;
}
.vertical-list li:first-child {
  margin-top: 0;
}
.vertical-list li h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.vertical-list li p {
  font-size: 14px;
  font-weight: 300;
}
.vertical-list li .date {
  color: #a09c98;
  font-size: 13px;
  line-height: 1.08;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.vertical-list li .media {
  width: 33%;
  max-width: 100px;
  margin-right: 15px;
}
.vertical-list li .media img {
  max-width: 100%;
  height: auto;
}
.vertical-list li .story-title {
  font-size: 18px;
}

.block-image {
  margin: 40px 0;
}

main img, .img-fluid {
  max-width: 100%;
}

.thumbnail-img {
  object-fit: cover;
  height: 242px;
  width: 100%;
}

.jump-list {
  margin: 30px 0;
}
.jump-list select {
  appearance: none;
  background-position: right 9px center;
  background-repeat: no-repeat;
  border-radius: 2px;
  padding: 10px 35px 10px 15px;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  background-color: #f2f1ef;
  background-image: url("/dA/fdcfed0a20/fileAsset/caret-down-blue.svg");
  border: solid 1px #f2f1ef;
  color: #696158;
}
.jump-list .select-oiption {
  font-size: 13px;
  font-weight: 700;
  color: #696158;
}

.btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 1.6px;
  color: #298fc2;
  padding: 10px 50px;
  text-transform: uppercase;
  border-radius: 2px;
  border: solid 1px #298fc2;
  text-decoration: none !important;
  transition: all 0.4s;
}
.btn:hover {
  color: #fff !important;
  background-color: #298fc2;
}

.pageHeader h1 {
  display: none;
}

header {
  min-height: 100px;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  min-width: 100%;
}
header .logo {
  height: 54px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  margin-right: 25px;
}
header .logo img.light {
  width: 100%;
}
header .logo img.dark {
  width: 100px;
  height: 54px;
  display: none;
}
header nav .main-menu {
  display: flex;
}
header nav .main-menu li {
  display: flex;
  align-items: center;
}
header nav .main-menu li .sub-menu {
  display: none;
}
header nav .main-menu li .menu-title {
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
header nav .main-menu li .menu-title.focused {
  color: #298fc2;
}
header nav .main-menu li .menu-title.focused::before {
  visibility: visible;
}
header nav .main-menu li .menu-title#brands::before {
  visibility: hidden;
}
header nav .main-menu li .menu-title::before {
  visibility: hidden;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -9px;
  z-index: 1;
  box-shadow: 7px 7px 20px -2px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}
header nav .main-menu li .sub-menu.show {
  display: block;
  height: calc(70vh - 100px);
  width: 100%;
  max-width: 100vw;
  position: absolute;
  background: #f3f3f3;
  box-shadow: inset 0 20px 25px -20px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
header nav .main-menu li .sub-menu.show .close {
  position: absolute;
  right: 40px;
  top: 21px;
  transform: scale(1.2);
  cursor: pointer;
}
header nav .main-menu li .sub-menu.show .container {
  max-width: 1024px;
}
header nav .main-menu li .sub-menu.show .submenu-title {
  display: flex;
  height: auto;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  color: #298fc2;
}
header nav .main-menu li .sub-menu.show .submenu-title span {
  text-transform: uppercase;
  font-weight: 600 !important;
}
header nav .main-menu li .sub-menu.show .submenu-title span:hover {
  text-decoration: none;
}
header nav .main-menu li .sub-menu.show .links-list .title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
header nav .main-menu li .sub-menu.show .links-list .item {
  display: block;
  line-height: 0.8;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
header nav .main-menu li .sub-menu.show .links-list .item:hover {
  color: #298fc2;
}
header nav .main-menu li .sub-menu.show .headquarters .links {
  padding-left: 15px;
}
header nav .main-menu li .sub-menu.show .headquarters .links a {
  display: block;
  line-height: 24px;
  font-weight: 300;
}
header nav .main-menu li .sub-menu.show .headquarters .links a b {
  font-weight: 600;
}
header nav .main-menu li .sub-menu.show .headquarters .links a:hover {
  color: #298fc2;
}
header nav .main-menu li .sub-menu.show .link-btn {
  margin-top: 20px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.6px;
  padding: 14px 10px;
  border-radius: 2px;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.3s ease;
  color: #298fc2;
  border: 2px solid #298fc2;
  background: #fff;
}
header nav .main-menu li .sub-menu.show .link-btn:hover {
  color: #fff;
  background: #298fc2;
  border-color: #298fc2;
}
header .search {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .search button {
  cursor: pointer;
}
header .search button img.dark {
  display: none;
}
header .search .search-close {
  display: none;
}
header .search input {
  display: none;
}
header .search input::placeholder {
  color: #bbb6b1;
}
header .search input.opened {
  width: 82%;
  margin-right: 40px;
  font-weight: 300;
  line-height: 1.58;
  color: #298fc2;
  border: none 0;
  border-bottom: solid 1px #bbb6b1;
  border-radius: 0;
  font-size: 24px;
  height: 38px;
  margin-left: 40px;
}
header.scrolled {
  background: #fff;
  transition: box-shadow 1s ease;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}
header.scrolled .logo img.dark {
  display: block;
}
header.scrolled .logo img.light {
  display: none;
}
header.scrolled .main-menu li a {
  color: #696158;
}
header.scrolled .search button img.dark {
  display: block;
}
header.scrolled .search button img.light {
  display: none;
}
@media (min-width: 992px) {
  header {
    min-height: 100px;
  }
  header .logo {
    width: 100px;
  }
  header .logo img.dark {
    width: 100px;
  }
  header nav .main-menu li {
    height: 100px;
    padding: 0 14px;
  }
  header nav .main-menu li .caret-button {
    display: none;
  }
  header nav .main-menu li .menu-title {
    position: relative;
  }
  header nav .main-menu li .sub-menu {
    left: 0;
    top: 100px;
    padding: 40px 40px;
  }
  header nav .main-menu li .sub-menu .row {
    justify-content: space-between;
  }
  header nav .main-menu li .sub-menu .col-4 {
    padding: 0;
    max-width: 288px;
  }
  header nav .main-menu li .sub-menu .submenu-title {
    margin-bottom: 10px;
  }
  header nav .main-menu li .sub-menu .submenu-title span {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  header nav .main-menu li .sub-menu .submenu-title .caret {
    margin-left: 10px;
  }
  header nav .main-menu li .sub-menu .submenu-title .caret.blue {
    display: block;
  }
  header nav .main-menu li .sub-menu .submenu-title .caret.white {
    display: none;
  }
  header nav .main-menu li .sub-menu .links-list {
    margin-bottom: 20px;
  }
  header nav .main-menu li .sub-menu .links-list .title {
    margin-bottom: 10px;
  }
  header nav .main-menu li .sub-menu .links-list .title img {
    display: none;
  }
  header nav .main-menu li .sub-menu .links-list .item {
    margin-bottom: 15px;
  }
  header nav .main-menu li .sub-menu .links-list .item p {
    line-height: 1.3;
  }
  header nav .main-menu li .sub-menu .link-btn {
    display: block;
    width: 100%;
  }
  header nav .main-menu li .sub-menu .brands-dropdown {
    border-radius: 2px;
    padding: 10px 35px 10px 15px;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    background-color: #f2f1ef;
    border: 1px solid #b3b3b3;
    color: #696158;
  }
  header nav .main-menu li .sub-menu .featured .title,
header nav .main-menu li .sub-menu .latest .title,
header nav .main-menu li .sub-menu .popular .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  header nav .main-menu li .sub-menu .featured .article p {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 14px;
    font-weight: 300;
    margin-top: 24px;
  }
  header nav .main-menu li .sub-menu .featured .article p:hover {
    color: #298fc2;
  }
  header nav .main-menu li .sub-menu .featured .article small {
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 14px;
    font-weight: 300;
  }
  header nav .main-menu li .sub-menu .latest .articles-list .article,
header nav .main-menu li .sub-menu .popular .articles-list .article {
    display: flex;
    margin-bottom: 20px;
  }
  header nav .main-menu li .sub-menu .latest .articles-list .article p,
header nav .main-menu li .sub-menu .popular .articles-list .article p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-left: 15px;
  }
  header nav .main-menu li .sub-menu .latest .articles-list .article p:hover,
header nav .main-menu li .sub-menu .popular .articles-list .article p:hover {
    color: #298fc2;
  }
  header nav .main-menu li .sub-menu .search-jobs .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  header nav .main-menu li .sub-menu .search-jobs .description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.62;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  header nav .main-menu li .sub-menu .search-jobs input {
    width: 100%;
    height: 40px;
    text-indent: 14px;
    line-height: 38px;
    letter-spacing: 1px;
    background-color: #f2f1ef;
    border: 1px solid #f1f0ef;
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    color: #696158;
  }
  header nav .main-menu li .sub-menu .search-jobs .view-all {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #298fc2;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 16px;
  }
  header nav .main-menu li .sub-menu .search-jobs .view-all:hover {
    text-decoration: underline;
  }
  header nav .main-menu li .sub-menu .news-releases .title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  header nav .main-menu li .sub-menu .news-releases .news-item {
    margin-bottom: 20px;
  }
  header nav .main-menu li .sub-menu .news-releases .news-item .date {
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #a09c98;
    text-transform: uppercase;
  }
  header nav .main-menu li .sub-menu .news-releases .news-item .title {
    font-size: 0.9rem;
    line-height: 1.1;
    font-weight: 300;
    cursor: pointer;
    text-transform: capitalize;
  }
  header nav .main-menu li .sub-menu .news-releases .news-item .title:hover {
    color: #298fc2;
  }
  header nav .main-menu li .sub-menu .news-releases .view-all {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.54;
    letter-spacing: 1.6px;
    color: #298fc2;
    text-transform: uppercase;
    cursor: pointer;
  }
  header nav .main-menu li .sub-menu .news-releases .view-all:hover {
    text-decoration: underline;
  }
  header .search button {
    height: 100px;
  }
  header .search button img {
    padding: 40px;
  }
  header .hamburger {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .search .opened + button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 992px) {
  header {
    min-height: 80px;
  }
  header .logo {
    width: 60px;
  }
  header .logo img.dark {
    width: 60px;
  }
  header nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    width: 100vw;
    height: calc(100vh - 80px);
    box-shadow: inset 0 20px 25px -20px rgba(0, 0, 0, 0.1);
  }
  header nav .main-menu {
    flex-direction: column;
    padding: 10px 0;
  }
  header nav .main-menu li {
    height: 60px;
    padding: 17px 28px;
    justify-content: space-between;
  }
  header nav .main-menu li:not(#investors) .links-list:not(.open) .item {
    display: none;
  }
  header nav .main-menu li .caret-button {
    width: 40px;
    height: 100%;
    text-align: right;
  }
  header nav .main-menu li .sub-menu {
    top: 0;
    left: 100%;
    z-index: 1;
  }
  header nav .main-menu li .sub-menu .close {
    display: none;
  }
  header nav .main-menu li .sub-menu .submenu-title {
    margin-bottom: 10px;
    padding: 20px;
    background-color: #298fc2;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  header nav .main-menu li .sub-menu .submenu-title span {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1.5px;
  }
  header nav .main-menu li .sub-menu .submenu-title .caret.blue {
    display: none;
  }
  header nav .main-menu li .sub-menu .submenu-title .caret.white {
    display: block;
    margin-right: 10px;
    transform: rotate(180deg);
    width: 6px;
    height: 14px;
  }
  header nav .main-menu li .sub-menu .row {
    flex-direction: column;
  }
  header nav .main-menu li .sub-menu .col-4 {
    max-width: 100%;
  }
  header nav .main-menu li .sub-menu .links-list .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
  }
  header nav .main-menu li .sub-menu .links-list .item {
    padding: 8px 10px;
  }
  header nav .main-menu li .sub-menu .links-list:not(.open) {
    margin-bottom: 10px;
  }
  header nav .main-menu li .sub-menu .links-list:not(.open) .title img.plus {
    display: block;
  }
  header nav .main-menu li .sub-menu .links-list:not(.open) .title img.minus {
    display: none;
  }
  header nav .main-menu li .sub-menu .links-list.open {
    margin-bottom: 10px;
  }
  header nav .main-menu li .sub-menu .links-list.open .title img.plus {
    display: none;
  }
  header nav .main-menu li .sub-menu .links-list.open .title img.minus {
    display: block;
  }
  header nav .main-menu li .sub-menu .headquarters {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  header nav .main-menu li .sub-menu .link-btn {
    display: none;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  header nav .main-menu li .sub-menu .brands-dropdown,
header nav .main-menu li .sub-menu .featured,
header nav .main-menu li .sub-menu .latest,
header nav .main-menu li .sub-menu .popular,
header nav .main-menu li .sub-menu .search-jobs,
header nav .main-menu li .sub-menu .news-releases {
    display: none;
  }
  header .search button {
    height: 80px;
  }
  header .search button img {
    padding: 20px 30px;
  }
  header .hamburger {
    display: block;
    height: 80px;
    padding: 20px 40px 20px 20px;
  }
  header .hamburger.menu-opened .hamburger-close {
    display: block;
  }
  header .hamburger.menu-opened .hamburger-icon {
    display: none;
  }
  header:not(.scrolled):not(.menu-opened) .hamburger-close {
    display: none;
  }
  header:not(.scrolled):not(.menu-opened) .hamburger-icon.dark {
    display: none;
  }
  header:not(.scrolled):not(.menu-opened) .hamburger-icon.light {
    display: block;
  }
  header.scrolled .hamburger:not(.menu-opened) .hamburger-close {
    display: none;
  }
  header.scrolled .hamburger:not(.menu-opened) .hamburger-icon.dark {
    display: block;
  }
  header.scrolled .hamburger:not(.menu-opened) .hamburger-icon.light {
    display: none;
  }
}
@media (max-width: 576px) {
  header {
    min-height: 54px;
  }
  header .logo {
    margin-left: 20px;
  }
  header nav {
    display: none;
    top: 54px;
    height: calc(100vh - 54px);
  }
  header nav .sub-menu .show {
    height: fit-contents;
  }
  header nav .sub-menu .row {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  header .search input.opened {
    margin-left: 20px;
    margin-right: 0;
  }
  header .search input.opened + button {
    width: 25%;
  }
  header .search button {
    height: 54px;
    padding: 10px 20px 10px 10px;
  }
  header .search button img {
    padding: 0;
  }
  header .hamburger {
    height: 54px;
    width: 34px;
    padding: 10px 10px 10px 5px;
  }
  header .hamburger img {
    max-width: 10px;
  }
}

footer {
  border-top: 1px solid #f2f1ef;
  padding-top: 40px;
  color: #696158;
}
footer h3 {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 1.5px;
  text-align: center;
  color: #696158;
  margin-bottom: 20px;
  font-weight: 400;
}

.footer-nav {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 22px;
  display: block;
}
.footer-nav a.footer-nav-link {
  display: block;
  color: #696158;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 13px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-disclaimer {
  display: block;
  padding-bottom: 35px;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1.5px;
}

@media (min-width: 992px) {
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .footer-nav a.footer-nav-link {
    margin-bottom: 15px;
  }
}
#scroll-to-top {
  width: 60px;
  height: 60px;
  border: 2px solid #298FC2;
  background-color: #298FC2;
  border-radius: 50%;
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 16px;
  cursor: pointer;
  display: none;
}
#scroll-to-top svg {
  transform: rotate(-90deg);
  fill: #fff;
}

.hero-carousel {
  height: 40vh;
  max-height: 40vh;
  overflow: hidden;
  padding-top: 0 !important;
}
.hero-carousel .flickity-viewport {
  height: 100% !important;
}
.hero-carousel .item {
  position: relative;
  height: 40vh;
}
.hero-carousel .item .link {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 40vh;
}
.hero-carousel .item .link::after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.53));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
}
.hero-carousel .item .link img,
.hero-carousel .item .link video {
  width: 100vw;
  height: 40vh;
  object-fit: cover;
  object-position: top;
}
.hero-carousel .item .content {
  width: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  bottom: 20%;
  text-align: left;
  color: #fff;
  z-index: 1;
}
.hero-carousel .item .content .row {
  display: block;
}
.hero-carousel .item .content h2 {
  font-family: "Arial", serif;
  font-size: 2rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.hero-carousel .item .content p {
  font-size: 0.9em;
  line-height: 1.2;
  margin-right: 0;
  margin-left: 0;
  line-height: 1;
}
.hero-carousel .item .content p:hover, .hero-carousel .item .content p:focus {
  text-decoration: none;
}
.hero-carousel [data-scroll-to] {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 10px;
  height: 21px;
  transform: rotate(90deg);
  margin: auto;
  z-index: 10;
  padding: 0 20px;
}
.hero-carousel [data-scroll-to]:after {
  content: url("/application/themes/newell-brands/img/caret-down-white.svg");
  opacity: 0.7;
}
.hero-carousel .flickity-page-dots {
  width: 1%;
  text-align: LEFT;
  bottom: 50px;
  LEFT: 19px;
}
.hero-carousel .flickity-page-dots .dot {
  background-color: transparent;
  opacity: 1;
}
.hero-carousel .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}
.hero-carousel .flickity-button {
  background: transparent;
  opacity: 1;
  transition: opacity 0.6s ease;
  bottom: 10px;
}
.hero-carousel .flickity-button:hover {
  opacity: 1;
  background: transparent;
}
.hero-carousel .flickity-button:focus {
  box-shadow: none;
}
.hero-carousel .flickity-button .flickity-button-icon {
  fill: #fff;
}
.hero-carousel .flickity-prev-next-button {
  top: initial;
  width: 24px;
  height: 24px;
}
.hero-carousel .flickity-prev-next-button.next {
  left: 23px;
}
@media (max-width: 576px) {
  .hero-carousel .item .content {
    bottom: 25%;
  }
  .hero-carousel .item .content h2 {
    max-width: 100%;
  }
  .hero-carousel .item .content p {
    padding-top: 0.8em;
    max-width: 100%;
  }
  .hero-carousel .flickity-page-dots {
    bottom: 30px;
    line-height: 0.5;
  }
  .hero-carousel .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 4px;
    border: 1px solid #fff;
  }
  .hero-carousel .flickity-prev-next-button {
    bottom: 0px;
    width: 18px;
    height: 18px;
    left: 10px;
  }
  .hero-carousel .flickity-prev-next-button.next {
    left: 23px;
  }
}
@media (min-width: 576px) {
  .hero-carousel .item .content h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .hero-carousel .flickity-page-dots {
    bottom: 50px;
  }
  .hero-carousel .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border: 2px solid #fff;
  }
  .hero-carousel [data-scroll-to] {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero-carousel .item .content h2 {
    max-width: 60%;
  }
  .hero-carousel .item .content p {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .hero-carousel .item .content {
    bottom: 0;
    padding-bottom: 140px;
  }
  .hero-carousel .item .content h2 {
    max-width: 45%;
    font-size: 3rem;
  }
  .hero-carousel .item .content p {
    max-width: 45%;
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .hero-carousel .item .content h2 {
    max-width: 50%;
    font-size: 3.3rem;
  }
  .hero-carousel .item .content p {
    max-width: 50%;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .hero-carousel .item .content {
    top: 30%;
    bottom: 0;
  }
  .hero-carousel .item .content h2 {
    font-size: 8vh;
    max-width: 60%;
  }
  .hero-carousel .item .content p {
    max-width: 60%;
  }
}

@media (min-width: 768px) {
  .hero-carousel {
    height: 60vh;
    max-height: 60vh;
  }
  .hero-carousel .item {
    height: 60vh;
  }
  .hero-carousel .item .link {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 60vh;
  }
  .hero-carousel .item .link::after {
    content: "";
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.53));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
  }
  .hero-carousel .item .link img,
.hero-carousel .item .link video {
    width: 100vw;
    height: 60vh;
    object-fit: cover;
    object-position: top;
  }
}
.PromoCard {
  margin-bottom: 15px;
}
.PromoCard .PromoCard-media {
  overflow: hidden;
  box-sizing: border-box;
}
.PromoCard .PromoCard-media .Image {
  backface-visibility: hidden;
  display: initial;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  transform: scale(1);
}
.PromoCard .PromoCard-info {
  overflow: hidden;
}
.PromoCard .PromoCard-info .PromoCard-title {
  overflow: hidden;
}
.PromoCard a, .PromoCard a:visited {
  color: #298fc2;
  text-decoration: none;
}
.PromoCard a:hover, .PromoCard a:visited:hover {
  color: #298fc2;
}

.PromoCardTall {
  width: auto;
  box-sizing: border-box;
  margin-left: 0.5em;
}
.PromoCardTall .PromoCardTall-media {
  overflow: hidden;
  box-sizing: border-box;
}
.PromoCardTall .PromoCardTall-media .Image {
  backface-visibility: hidden;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  transform: scale(1);
  box-sizing: border-box;
}
.PromoCardTall .PromoCardTall-info {
  overflow: hidden;
}
.PromoCardTall .PromoCardTall-info .PromoCardTall-title {
  overflow: visible;
}
.PromoCardTall .PromoCardTall-info a, .PromoCardTall .PromoCardTall-info a:visited {
  color: #298fc2;
}

@media (max-width: 992px) {
  .PromoCardTall .PromoCardTall-media {
    max-height: 626px;
  }
}
@media (min-width: 992px) {
  .story-card .PromoCard-info, .story-card .PromoCardTall-info {
    height: 100px;
  }
  .PromoCardTall .PromoCardTall-media {
    height: 54vw;
    max-height: 56.5rem;
  }
}
@media (min-width: 1200px) {
  .PromoCardTall .PromoCardTall-media {
    height: 52vw;
    max-height: 56.5rem;
  }
}
.PromoCard-title, .PromoCardTall-title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
}

.PromoCard-description, .PromoCardTall-description {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.79;
  margin-top: 5px;
  max-height: 50px;
  overflow: hidden;
}

.homePromo .PromoCard, .homePromo .PromoCardTall {
  border: 1px solid #d6d6d6;
}

.homePromo .PromoCard-title, .homePromo .PromoCardTall-title {
  text-align: left;
  font-weight: 600;
}

.homePromo .PromoCard-info, .homePromo .PromoCardTall-info {
  margin: 0.6em 0.8em;
}

.homeStories .story-card, .homeStories .story-card {
  background-color: #3ba3d6;
}

.homeStories .PromoCard-description, .homeStories .PromoCardTall-description {
  display: none;
}

.homeStories .PromoCard-title, .homeStories .PromoCardTall-title {
  margin: 1em;
}

.promo-horizontal {
  display: flex;
  flex-wrap: nowrap;
}
.promo-horizontal .promo-horizontal-media {
  margin-right: 15px;
  overflow: hidden;
}
.promo-horizontal .promo-horizontal-media img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  transform: scale(1);
}
.promo-horizontal .promo-horizontal-info {
  flex-basis: 0%;
  flex-grow: 1;
}
.promo-horizontal .promo-horizontal-info .promo-horizontal-title {
  color: #696158;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.25em;
}
.promo-horizontal .promo-horizontal-info a {
  color: #298fc2;
}
.promo-horizontal .promo-horizontal-info a:hover {
  color: #298fc2;
}

.home-people-list {
  background-color: none;
}
.home-people-list .section-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
  vertical-align: middle;
}
.home-people-list .section-content .people-carousel {
  width: 100%;
  min-height: 280px;
  overflow: visible;
}
.home-people-list .section-content .people-carousel .people-carousel-item {
  display: block;
  overflow: visible;
}
.home-people-list .section-content .people-carousel .people-carousel-item .carousel-left {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
.home-people-list .section-content .people-carousel .people-carousel-item .carousel-left .person-image {
  border-radius: 50%;
}
.home-people-list .section-content .people-carousel .people-carousel-item .carousel-left .person-image img {
  border-radius: 50%;
  margin-bottom: 16px;
  width: 10vw;
  min-width: 200px;
  max-width: 300px;
}
.home-people-list .section-content .people-carousel .people-carousel-item .carousel-left .person-name {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  white-space: pre-wrap;
  color: #298fc2;
  margin: 0;
}
.home-people-list .section-content .people-carousel .people-carousel-item .carousel-right {
  margin-top: 0px;
  line-height: 1.3;
}
.home-people-list .section-content .people-carousel .people-carousel-item .carousel-right p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #6A6057;
  line-height: 1.3;
  white-space: pre-wrap;
}
.home-people-list .section-content .people-carousel .people-carousel-item .carousel-right .people-btn {
  border: #298fc2 solid 2px;
  border-radius: 20px;
  padding: 4px 20px;
  width: fit-content;
}
.home-people-list .section-content .people-carousel .people-carousel-item .carousel-right .people-btn a {
  font-size: 11px;
  color: #298FC2;
  font-weight: 700;
}
.home-people-list .section-content .people-carousel .people-carousel-item .carousel-right .people-btn a:hover {
  text-decoration: underline;
}
.home-people-list .section-content .people-carousel .people-carousel-item:not(.carousel-center) {
  opacity: 0.2;
  padding-top: 20px;
}
.home-people-list .section-content .people-carousel .people-carousel-item:not(.carousel-center) .person-image {
  border-radius: 50%;
}
.home-people-list .section-content .people-carousel .people-carousel-item:not(.carousel-center) .person-image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 40%;
}
.home-people-list .section-content .people-carousel .people-carousel-item:not(.carousel-center) p.person-name {
  opacity: 0;
}
.home-people-list .section-content .people-carousel .people-carousel-item:not(.carousel-center) .carousel-right {
  opacity: 0;
}
.home-people-list .section-content .people-carousel .people-carousel-item:not(.carousel-center) .person-image img {
  width: 8vw;
  min-width: 150px;
  max-width: 250px;
  transition: width 0.2s ease-in-out;
}
.home-people-list .section-content .people-carousel .people-carousel-item.carousel-center {
  pointer-events: all;
  z-index: 2;
  padding-top: 20px;
}
.home-people-list .section-content .people-carousel .people-carousel-item.carousel-center p.person-name {
  opacity: 1;
}
.home-people-list .section-content .people-carousel .carousel-btns {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  background: transparent;
  opacity: 0.55;
  transition: opacity 0.6s ease;
  outline: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
.home-people-list .section-content .people-carousel .carousel-btns#prev {
  left: 0;
}
.home-people-list .section-content .people-carousel .carousel-btns#next {
  right: 0;
}
.home-people-list .section-content .people-carousel .carousel-btns .btn-icon {
  fill: #298fc2;
  width: 30px;
}
.home-people-list .section-content .people-carousel .carousel-btns:hover {
  opacity: 1;
}
.home-people-list .parallax-carousel {
  z-index: 2;
  display: flex;
  height: 0;
  margin: 0;
  max-width: 100%;
  width: 100vw;
}
.home-people-list .parallax-carousel .chevron1 {
  margin-top: 18rem;
  margin-left: 5vw;
  z-index: -1;
}
.home-people-list .parallax-carousel .chevron1 svg {
  width: 250px;
  height: auto;
}
.home-people-list .parallax-carousel .chevron1 svg path.st0 {
  fill: #E34154;
}
.home-people-list .parallax-carousel .chevron2 {
  z-index: -1;
  margin-top: 40rem;
  margin-left: 15vw;
}
.home-people-list .parallax-carousel .chevron2 svg {
  width: 400px;
  height: auto;
  opacity: 20%;
}
.home-people-list .parallax-carousel .chevron2 svg path.st0 {
  fill: #238DC1;
}
.home-people-list .parallax-carousel .chevron3 {
  z-index: -1;
  margin-left: 25vw;
  margin-top: -8rem;
}
.home-people-list .parallax-carousel .chevron3 svg {
  width: 200px;
  height: auto;
}
.home-people-list .parallax-carousel .chevron3 svg path.st0 {
  fill: #C0C983;
}
@media (max-width: 576px) {
  .home-people-list .people-carousel {
    min-height: 220px !important;
  }
  .home-people-list .people-carousel .people-carousel-item .carousel-left {
    width: 100%;
    max-width: 100%;
  }
  .home-people-list .people-carousel .people-carousel-item .carousel-right {
    display: none;
    width: 100%;
    max-width: 100%;
  }
  .home-people-list .people-carousel.carousel-center .person-image img {
    width: 150px;
    max-width: 150px !important;
  }
  .home-people-list .people-carousel:not(.carousel-center) .person-image img {
    min-width: 150px !important;
    max-width: 150px !important;
  }
}
@media (min-width: 768px) {
  .home-people-list .section-content .section-text {
    margin-top: 40px;
  }
  .home-people-list .section-content .people-carousel {
    max-width: 100%;
    min-width: 100%;
  }
  .home-people-list .section-content .people-carousel .people-carousel-item {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .home-people-list .section-content .people-carousel .people-carousel-item {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
  }
  .home-people-list .section-content .people-carousel .people-carousel-item .carousel-left {
    width: 100%;
    max-width: 40%;
  }
  .home-people-list .section-content .people-carousel .people-carousel-item .carousel-right {
    width: 100%;
    max-width: 60%;
    padding: 0 4em 0 1em;
  }
  .home-people-list .section-content .people-carousel .people-carousel-item .carousel-right p {
    font-size: 16px;
  }
  .home-people-list .section-content .people-carousel .people-carousel-item .carousel-right blockquote {
    border-left: none;
    font-style: initial;
  }
  .home-people-list .section-content .people-carousel .people-carousel-item .carousel-right blockquote p {
    font-size: 17px;
    font-weight: 600;
    padding: 0 3em 0 1em;
  }
  .home-people-list .section-content .people-carousel .people-carousel-item .carousel-right a {
    font-size: 12px;
  }
}

.page-header {
  background-color: #298fc2;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  background-image: url(https://newellbrands-dev-2301.dotcms.cloud/dA/a1b06bc339/chevron-pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.page-header h1 {
  margin-left: 15px;
  font-family: "Arial", sans-serif;
  font-size: 3.3em;
  line-height: 1.42;
  color: #fff !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.pageHeader h1 {
  margin-left: 0;
  font-family: "Arial", sans-serif;
  font-size: 3.3em;
  line-height: 1.42;
  color: #298fc2;
  font-weight: 600;
  margin-top: 3em;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.banner-title {
  margin-left: 0;
  font-family: "Arial", sans-serif;
  font-size: 3.3em;
  line-height: 1;
  color: #fff !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.25em;
  letter-spacing: -1px;
}

.pageBanner {
  margin-top: 100px;
  display: grid;
}

.noBanner {
  margin-top: 100px;
}

.bannerContent {
  width: 100%;
  padding: 2em 0 2em 0;
  float: left;
}
.bannerContent .page-title {
  border-left: 0;
  padding-left: 0;
  padding-top: 1.5em;
  font-size: 3.3em;
  letter-spacing: -0.8px;
  color: #298FC2;
  font-weight: 600;
  line-height: 1;
}
.bannerContent .banner-description {
  color: #fff;
}

.page-banner {
  float: left;
  width: 100%;
  height: 230px;
  background-size: contain;
  position: relative;
  padding-bottom: 132px;
  overflow: hidden;
  background-repeat: no-repeat;
  filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.2509803922));
}
.page-banner .banner-content {
  text-align: center;
  color: #fff;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

@media (min-width: 992px) {
  .page-banner {
    background-position: center;
    width: 50%;
    background-size: cover;
    height: 300px;
  }
  .bannerContent {
    width: 50%;
    padding: 2em 4em 2em 0;
  }
  .page-header {
    background-position: right bottom;
  }
}
.banner-dark::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.53));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.article {
  margin-bottom: 60px;
}
.article .article-lead {
  position: relative;
  margin-bottom: 20px;
}
.article .article-headline {
  font-family: "Arial", serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1px;
  color: #298fc2;
  max-width: 100%;
  white-space: pre-wrap;
  text-align: LEFT;
  margin-bottom: 0.75rem;
}
.article .article-image {
  margin-bottom: 40px;
}
.article .article-image img {
  max-width: 100%;
}
.article .article-story {
  padding-right: 0;
}
.article .article-subheadline {
  font-size: 20px;
  line-height: 2.2;
  color: #696158;
  font-family: "Arial", sans-serif;
  font-weight: 300;
  color: #696158;
}
.article .date-byline-wrapper {
  margin-bottom: 20px;
}
.article .publish-date {
  font-size: 0.93rem;
  line-height: 1;
  text-transform: uppercase;
  color: #a09c98;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 20px;
}
.article .article-body {
  font-weight: 300;
  color: #696158;
  font-size: 16px;
  padding-top: 20px;
}
.article .article-body p {
  margin-bottom: 2em;
}
.article .article-body ul {
  margin-top: -1.8em;
  margin-left: 1.5em;
}
.article .article-body ul p {
  margin-bottom: 0;
}
.article .social-bar-verticle {
  position: relative;
  justify-content: LEFT;
}
.article .social-bar-heading {
  display: none;
}

.article-tags {
  margin-top: 60px;
}
.article-tags .article-tags-body {
  margin: -5px;
}
.article-tags .article-tags-body a {
  display: inline-block;
  margin: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.6px;
  background: #f2f1ef;
  padding: 8px 17px;
  color: #696158;
  text-transform: uppercase;
  transition: 0.2s;
}
.article-tags .article-tags-body a:hover {
  color: #bbb6b1;
  text-decoration: none;
  background-color: #e3e1e0;
}

.action-link-text {
  background: #fff;
  padding: 4px 8px;
  font-size: 12px;
  margin-top: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.read-all {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 1.6px;
}

@media (min-width: 992px) {
  .article .article-lead {
    margin-bottom: 40px;
  }
  .article .article-headline {
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1.7rem;
    letter-spacing: 0.6px;
  }
  .article .article-image {
    margin-left: 0;
    margin-right: 0;
  }
  .article .article-story {
    padding-right: 3rem;
    padding-left: 2rem;
  }
  .article .social-bar-verticle {
    position: absolute;
    top: 140%;
    left: -60px !important;
  }
  .article .block-video {
    margin-left: -12vw;
    width: 1095px;
  }
  .action-link-text {
    margin-left: -80px;
  }
}
.video-player-wrapper {
  position: relative;
  margin: 40px 0;
}
.video-player-wrapper video {
  max-width: 100%;
}
.video-player-wrapper .play-large {
  width: 11.81%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/video-play-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 11.81% 0 0 0;
  opacity: 0.4;
  border-radius: 50%;
  z-index: 8;
}
.video-player-wrapper .play-large:hover {
  opacity: 1;
  background-color: #298fc2;
  cursor: pointer;
}
.video-player-wrapper .video-info {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-end;
  padding: 20px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.video-player-wrapper .video-info p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0;
}

.brands-player-wrapper {
  position: relative;
  margin: 0;
}
.brands-player-wrapper .brands-video-wrapper {
  background: #fff !important;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  max-height: 60vh;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.brands-player-wrapper .brands-video-wrapper video.brands-video {
  width: 100%;
}
.brands-player-wrapper .brands-video-wrapper video.brands-video a:hover {
  display: none;
}

video.brands-video::-webkit-media-controls-start-playback-button {
  display: none;
}

.accordion {
  border-bottom: 1px solid #696161;
}
.accordion:first-of-type {
  border-top: 1px solid #696161 !important;
}
.accordion:last-of-type {
  margin-bottom: 1.4rem !important;
}
.accordion-title {
  width: 100%;
  padding: 20px 20px 20px 5px;
  text-transform: uppercase;
  text-align: left;
  color: #696161;
  cursor: pointer;
}
.accordion-title span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
}
.accordion-title .caret {
  width: 18px;
}
.accordion-body {
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.79;
}
.accordion-body-content {
  padding-top: 20px;
}
.accordion-body p {
  margin-bottom: 20px;
}
.accordion-body ul {
  margin-bottom: 20px;
  list-style-type: circle;
}
@media (min-width: 576px) {
  .accordion-title .caret {
    margin-right: 40px;
  }
  .accordion-body {
    padding-left: 105px;
  }
}
@media (max-width: 576px) {
  .accordion-title .caret {
    margin-right: 10px;
  }
  .accordion-body {
    padding-left: 75px;
  }
}

.leadership-team .person {
  display: block;
  margin-bottom: 34px;
  margin-top: 34px;
  text-decoration: none;
  margin-left: 12px;
  margin-right: 12px;
}
.leadership-team .person:hover h3, .leadership-team .person:hover p, .leadership-team .person:focus h3, .leadership-team .person:focus p {
  color: #298fc2;
}
.leadership-team .person img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px;
}
.leadership-team .person h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #696158;
  margin-bottom: 14px;
}
.leadership-team .person p {
  font-size: 14px;
  color: #696158;
  margin-bottom: 14px;
  font-weight: 300;
}

.board-of-directors .img-wrapper {
  min-height: 450px;
  background-size: cover;
  background-position: top center;
  padding-top: 18em;
  overflow: hidden;
}
.board-of-directors .person {
  display: block;
  margin-bottom: 14px;
  margin-top: 14px;
  text-decoration: none;
}
.board-of-directors .person:hover h3, .board-of-directors .person:hover p, .board-of-directors .person:focus h3, .board-of-directors .person:focus p {
  color: #298fc2;
}
.board-of-directors .person img {
  max-width: 100%;
  width: 100%;
  background-size: cover;
  padding-top: 20em;
}
.board-of-directors .person h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #696158;
  margin-bottom: 6px;
}
.board-of-directors .person p {
  font-size: 14px;
  color: #696158;
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.bio-into {
  margin-bottom: 40px;
}
.bio-into .img-wrapper {
  padding-right: 20px;
}
.bio-into .img-wrapper img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

.bio-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bio-header .name {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.57;
  color: #696158;
  margin-bottom: 0px;
}
.bio-header .title {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.2;
  margin-bottom: 10px;
  color: #696158;
  font-family: "Arial", sans-serif;
}

.bio-body {
  font-weight: 300;
}

.brand-subheading {
  line-height: 1.75;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.brand-overview {
  font-size: 16px;
  line-height: 1.79;
  margin-bottom: 40px;
}

.brands-social-links {
  list-style: none;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.brands-social-links li {
  margin-left: 20px;
}
.brands-social-links li:first-child {
  margin-left: 0;
}
.brands-social-links li a {
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.91;
  letter-spacing: 1.6px;
  color: #298fc2;
  text-transform: uppercase;
}

.brand-list {
  border-top: solid 1px #f2f1ef;
  padding-top: 30px;
}

.brandTiles .row {
  display: block;
  line-height: 0;
  margin-right: 0;
  margin-left: 0;
}
.brandTiles .row a {
  font-size: 0;
}
.brandTiles .row a img {
  width: 33%;
}
.brandTiles .row a:hover {
  -webkit-filter: brightness(120%);
  transition: 0.6s ease-out 100ms;
}
@media (min-width: 768px) {
  .brandTiles .row a img {
    width: 16%;
  }
}

.side-nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.design-cards {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.design-cards img {
  max-width: 100%;
  margin-bottom: 10px;
}
.design-cards h3 {
  text-transform: uppercase;
  color: #298fc2;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 22px;
  min-height: 60px;
  padding: 0 10px;
}
.design-cards p {
  font-size: 16px;
  line-height: 22px;
  padding: 0 10px;
}

.design-promo {
  min-height: 300px;
  padding-bottom: 20px;
  text-align: center;
  padding: 0px 50px 0px;
  border: rgb(112, 112, 112) solid 2px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.design-promo .design-promo-media {
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  padding: 0 19px 5px;
  font-size: 62px;
  transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.2s;
  display: block;
  width: 120px;
  height: 100px;
  margin: 0px auto;
  position: relative;
  top: -40px;
}
.design-promo .design-promo-media img {
  max-height: 100%;
  max-width: 100%;
  object-fit: scale-down;
}
.design-promo .design-promo-title {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  color: #298fc2;
}
.design-promo .design-promo-description {
  line-height: 1.79;
  font-size: 16px;
  font-weight: 300;
}

.tabs .titles {
  margin-bottom: 38px;
}
.tabs .tab-title {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 8px 18px;
  margin-right: 8px;
  margin-bottom: 10px;
  color: #696158;
  background-color: #f2f1ef;
  cursor: pointer;
}
.tabs .tab-title:hover, .tabs .tab-title:focus {
  color: #bbb6b1;
  background-color: #e3e1e0;
  transition: all 0.2s ease-in-out;
}
.tabs .tab-title.active {
  color: #fff;
  background-color: #890c58;
  transition: all 0.2s ease-in-out;
}
.tabs .bodies {
  position: relative;
  margin-bottom: 100px;
}
.tabs .tab-body {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.tabs .tab-body:not(.active) {
  z-index: -1;
  visibility: hidden;
}
.tabs .tab-body.active {
  z-index: 1;
  background-color: white;
}
.tabs .tab-body img {
  margin-left: 14px;
  margin-right: 44px;
}
.tabs .tab-body .flickity-button.previous {
  left: -50px;
}
.tabs .tab-body .flickity-button.next {
  right: -50px;
}
@media (max-width: 576px) {
  .tabs .tab-title {
    font-size: 11px;
    letter-spacing: 2.2px;
    padding: 8px 10px;
  }
  .tabs .tab-body img {
    margin-left: 7px;
    margin-right: 37px;
  }
}

.we-found {
  font-size: 24px;
  font-weight: 500;
  font-family: "Arial", sans-serif;
  border-bottom: 1px solid #f2f1ef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.we-found span {
  color: #BF1D75;
}

.search-results ul.search-listing {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
  border-bottom: 1px solid #f2f1ef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.search-results ul.search-listing li {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.37;
  text-align: left;
  margin-bottom: 40px;
}
.search-results ul.search-listing li .search-heading {
  color: #696158;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-results ul.search-listing li .search-link {
  color: #298fc2;
}
.search-results ul.search-listing li .search-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.29;
  text-align: left;
}

.pagination {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.pagination .page-number {
  display: block;
  padding: 8px;
}
.pagination .page-number:hover {
  text-decoration: none;
}
.pagination .active {
  font-weight: 700;
  color: #BF1D75;
}

.ir-news-stories {
  padding-bottom: 200px;
}
.ir-news-stories .news-list {
  list-style: none;
  margin-left: 0;
}
.ir-news-stories .news-list .news {
  display: flex;
  align-items: flex-start;
  padding: 12px;
}
.ir-news-stories .news-list .news:nth-of-type(2n) {
  background-color: #F6F6F6;
}
.ir-news-stories .news-list .news .date {
  flex: 1 0 25%;
}
.ir-news-stories .news-list .news .title {
  flex: 1 0 55%;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
}
.ir-news-stories .news-list .news .link-copy {
  text-align: center;
}
.ir-news-stories .news-list .news .link-copy,
.ir-news-stories .news-list .news .link-direct {
  flex: 1 0 10%;
  align-self: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ir-news-stories .news-list .news .link-copy img,
.ir-news-stories .news-list .news .link-direct img {
  width: 20px;
}
.ir-news-stories .news-list .news .link-direct {
  display: inline-block;
  padding-left: 12px;
}
.ir-news-stories .read-all img {
  width: 30px;
  vertical-align: middle;
}

.section-gray {
  background-color: #F6F6F6;
  padding-bottom: 80px;
}

.dib-key-icon {
  float: left;
  width: 20%;
}
.dib-key-icon img {
  max-height: 120px;
  width: auto;
}

.dib-key-caption {
  float: left;
  width: 70%;
}
.dib-key-caption span {
  color: #F89848;
}
