@charset "UTF-8";
@font-face {
  font-family: 'Gotham';
  src: url("/assets/fonts/Gotham-Light.eot");
  src: url("/assets/fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gotham-Light.woff") format("woff"), url("/assets/fonts/Gotham-Light.ttf") format("truetype"), url("/assets/fonts/Gotham-Light.svg#svgFontName") format("svg");
  font-weight: 300; }

@font-face {
  font-family: 'Gotham';
  src: url("/assets/fonts/Gotham-Book.eot");
  src: url("/assets/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gotham-Book.woff") format("woff"), url("/assets/fonts/Gotham-Book.ttf") format("truetype"), url("/assets/fonts/Gotham-Book.svg#svgFontName") format("svg");
  font-weight: 400; }

@font-face {
  font-family: 'Gotham';
  src: url("/assets/fonts/Gotham-Medium.eot");
  src: url("/assets/fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gotham-Medium.woff") format("woff"), url("/assets/fonts/Gotham-Medium.ttf") format("truetype"), url("/assets/fonts/Gotham-Medium.svg#svgFontName") format("svg");
  font-weight: 500; }

@font-face {
  font-family: 'Gotham';
  src: url("/assets/fonts/Gotham-Bold.eot");
  src: url("/assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gotham-Bold.woff") format("woff"), url("/assets/fonts/Gotham-Bold.ttf") format("truetype"), url("/assets/fonts/Gotham-Bold.svg#svgFontName") format("svg");
  font-weight: 700; }

.font-light {
  font-weight: 300 !important; }

.two-columns {
  column-count: 2;
  column-gap: 40px; }

.references {
  font-size: 12px; }
  .references li {
    list-style-type: none !important; }

.no-line-spacing {
  font-size: 22px;
  line-height: 1; }

.margin-bottom {
  margin-bottom: 20px !important; }

.margin-top {
  margin-top: 20px !important; }

.no-margin-bottom {
  margin-bottom: 0; }

h1.no-margin-bottom {
  margin-bottom: 8px; }

@media screen and (max-width: 711px) and (orientation: landscape) {
  .navbar-right {
    overflow: scroll;
    height: 200px; } }

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -ms-flexbox;
  display: flex; }

p {
  margin-bottom: 10px; }
  p:last-child {
    margin-bottom: 0; }

.reg {
  font-weight: inherit;
  display: inline-block; }
  .reg::after {
    content: '\00ae';
    vertical-align: top;
    font-size: 80%; }

ol,
ul {
  padding: 0;
  margin: 0;
  padding-left: 18px; }

.modal-hider {
  display: none;
  position: absolute;
  left: -99999em; }

ul + p {
  margin-top: 10px; }

sup {
  top: -0.25em;
  font-size: 80%; }
  sup.ref {
    cursor: pointer; }

body {
  margin-top: 75px;
  font-family: Gotham, Montserrat, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  color: #58595b; }

@media only screen and (max-width: 1200px) {
  body {
    margin-top: 150px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; }

h1 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 44px; }

h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px; }

h3 {
  font-size: 22px; }

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 26px; } }

@media screen and (max-width: 480px) {
  h1,
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; } }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.has-typogrey-text {
  color: #58595b !important; }

.has-typogrey-background {
  background-color: #58595b !important; }

.has-typogrey-background-lighter {
  background-color: rgba(88, 89, 91, 0.5) !important; }

.has-typogrey-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-typogrey-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #58595b !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-typogrey {
  border-bottom: 10px solid #58595b; }

.has-slate-text {
  color: #405965 !important; }

.has-slate-background {
  background-color: #405965 !important; }

.has-slate-background-lighter {
  background-color: rgba(64, 89, 101, 0.5) !important; }

.has-slate-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-slate-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #405965 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-slate {
  border-bottom: 10px solid #405965; }

.has-aqua-text {
  color: #00bac6 !important; }

.has-aqua-background {
  background-color: #00bac6 !important; }

.has-aqua-background-lighter {
  background-color: rgba(0, 186, 198, 0.5) !important; }

.has-aqua-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-aqua-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00bac6 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-aqua {
  border-bottom: 10px solid #00bac6; }

.has-sunflower-text {
  color: #ffc20e !important; }

.has-sunflower-background {
  background-color: #ffc20e !important; }

.has-sunflower-background-lighter {
  background-color: rgba(255, 194, 14, 0.5) !important; }

.has-sunflower-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-sunflower-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffc20e !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-sunflower {
  border-bottom: 10px solid #ffc20e; }

.has-candy-text {
  color: #f173ac !important; }

.has-candy-background {
  background-color: #f173ac !important; }

.has-candy-background-lighter {
  background-color: rgba(241, 115, 172, 0.5) !important; }

.has-candy-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-candy-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f173ac !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-candy {
  border-bottom: 10px solid #f173ac; }

.has-indigo-text {
  color: #004ea0 !important; }

.has-indigo-background {
  background-color: #004ea0 !important; }

.has-indigo-background-lighter {
  background-color: rgba(0, 78, 160, 0.5) !important; }

.has-indigo-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-indigo-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #004ea0 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-indigo {
  border-bottom: 10px solid #004ea0; }

.has-mauve-text {
  color: #ac8399 !important; }

.has-mauve-background {
  background-color: #ac8399 !important; }

.has-mauve-background-lighter {
  background-color: rgba(172, 131, 153, 0.5) !important; }

.has-mauve-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-mauve-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ac8399 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-mauve {
  border-bottom: 10px solid #ac8399; }

.has-iris-text {
  color: #bbb8dc !important; }

.has-iris-background {
  background-color: #bbb8dc !important; }

.has-iris-background-lighter {
  background-color: rgba(187, 184, 220, 0.5) !important; }

.has-iris-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-iris-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #bbb8dc !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-iris {
  border-bottom: 10px solid #bbb8dc; }

.has-fern-text {
  color: #00b259 !important; }

.has-fern-background {
  background-color: #00b259 !important; }

.has-fern-background-lighter {
  background-color: rgba(0, 178, 89, 0.5) !important; }

.has-fern-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-fern-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00b259 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-fern {
  border-bottom: 10px solid #00b259; }

.has-plum-text {
  color: #9c5cb1 !important; }

.has-plum-background {
  background-color: #9c5cb1 !important; }

.has-plum-background-lighter {
  background-color: rgba(156, 92, 177, 0.5) !important; }

.has-plum-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-plum-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #9c5cb1 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-plum {
  border-bottom: 10px solid #9c5cb1; }

.has-blue-text {
  color: #40a6d7 !important; }

.has-blue-background {
  background-color: #40a6d7 !important; }

.has-blue-background-lighter {
  background-color: rgba(64, 166, 215, 0.5) !important; }

.has-blue-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-blue-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #40a6d7 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-blue {
  border-bottom: 10px solid #40a6d7; }

.has-plain-black-text {
  color: #000000 !important; }

.has-plain-black-background {
  background-color: #000000 !important; }

.has-plain-black-background-lighter {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.has-plain-black-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-plain-black-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #000000 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-plain-black {
  border-bottom: 10px solid #000000; }

.has-plain-white-text {
  color: #ffffff !important; }

.has-plain-white-background {
  background-color: #ffffff !important; }

.has-plain-white-background-lighter {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.has-plain-white-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-plain-white-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffffff !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-plain-white {
  border-bottom: 10px solid #ffffff; }

.has-light-grey-text {
  color: #abb3b7 !important; }

.has-light-grey-background {
  background-color: #abb3b7 !important; }

.has-light-grey-background-lighter {
  background-color: rgba(171, 179, 183, 0.5) !important; }

.has-light-grey-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-light-grey-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #abb3b7 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-light-grey {
  border-bottom: 10px solid #abb3b7; }

.has-strong-orange-text {
  color: #fd653b !important; }

.has-strong-orange-background {
  background-color: #fd653b !important; }

.has-strong-orange-background-lighter {
  background-color: rgba(253, 101, 59, 0.5) !important; }

.has-strong-orange-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-strong-orange-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fd653b !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-strong-orange {
  border-bottom: 10px solid #fd653b; }

.has-hot-pink-text {
  color: #c1007a !important; }

.has-hot-pink-background {
  background-color: #c1007a !important; }

.has-hot-pink-background-lighter {
  background-color: rgba(193, 0, 122, 0.5) !important; }

.has-hot-pink-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-hot-pink-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c1007a !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-hot-pink {
  border-bottom: 10px solid #c1007a; }

.has-yellowy-green-text {
  color: #abc449 !important; }

.has-yellowy-green-background {
  background-color: #abc449 !important; }

.has-yellowy-green-background-lighter {
  background-color: rgba(171, 196, 73, 0.5) !important; }

.has-yellowy-green-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-yellowy-green-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #abc449 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-yellowy-green {
  border-bottom: 10px solid #abc449; }

.has-dark-green-text {
  color: #6cb24a !important; }

.has-dark-green-background {
  background-color: #6cb24a !important; }

.has-dark-green-background-lighter {
  background-color: rgba(108, 178, 74, 0.5) !important; }

.has-dark-green-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-dark-green-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #6cb24a !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-dark-green {
  border-bottom: 10px solid #6cb24a; }

.has-bright-cyan-text {
  color: #23babf !important; }

.has-bright-cyan-background {
  background-color: #23babf !important; }

.has-bright-cyan-background-lighter {
  background-color: rgba(35, 186, 191, 0.5) !important; }

.has-bright-cyan-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-bright-cyan-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #23babf !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-bright-cyan {
  border-bottom: 10px solid #23babf; }

.has-off-white-text {
  color: #eaeaea !important; }

.has-off-white-background {
  background-color: #eaeaea !important; }

.has-off-white-background-lighter {
  background-color: rgba(234, 234, 234, 0.5) !important; }

.has-off-white-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-off-white-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #eaeaea !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-off-white {
  border-bottom: 10px solid #eaeaea; }

.has-dark-blue-text {
  color: #004087 !important; }

.has-dark-blue-background {
  background-color: #004087 !important; }

.has-dark-blue-background-lighter {
  background-color: rgba(0, 64, 135, 0.5) !important; }

.has-dark-blue-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-dark-blue-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #004087 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-dark-blue {
  border-bottom: 10px solid #004087; }

.has-plenvu-orange-text {
  color: #db7a1c !important; }

.has-plenvu-orange-background {
  background-color: #db7a1c !important; }

.has-plenvu-orange-background-lighter {
  background-color: rgba(219, 122, 28, 0.5) !important; }

.has-plenvu-orange-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-plenvu-orange-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #db7a1c !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-plenvu-orange {
  border-bottom: 10px solid #db7a1c; }

.has-plenvu-grey-text {
  color: #7a777d !important; }

.has-plenvu-grey-background {
  background-color: #7a777d !important; }

.has-plenvu-grey-background-lighter {
  background-color: rgba(122, 119, 125, 0.5) !important; }

.has-plenvu-grey-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-plenvu-grey-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #7a777d !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-plenvu-grey {
  border-bottom: 10px solid #7a777d; }

.has-dark-grey-text {
  color: #4a6370 !important; }

.has-dark-grey-background {
  background-color: #4a6370 !important; }

.has-dark-grey-background-lighter {
  background-color: rgba(74, 99, 112, 0.5) !important; }

.has-dark-grey-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-dark-grey-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4a6370 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-dark-grey {
  border-bottom: 10px solid #4a6370; }

.has-lightaqua-text {
  color: #ccecef !important; }

.has-lightaqua-background {
  background-color: #ccecef !important; }

.has-lightaqua-background-lighter {
  background-color: rgba(204, 236, 239, 0.5) !important; }

.has-lightaqua-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-lightaqua-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ccecef !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-lightaqua {
  border-bottom: 10px solid #ccecef; }

.has-cosmic-cobalt-text {
  color: #3a2f8b !important; }

.has-cosmic-cobalt-background {
  background-color: #3a2f8b !important; }

.has-cosmic-cobalt-background-lighter {
  background-color: rgba(58, 47, 139, 0.5) !important; }

.has-cosmic-cobalt-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-cosmic-cobalt-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3a2f8b !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-cosmic-cobalt {
  border-bottom: 10px solid #3a2f8b; }

.has-lapis-lazuli-text {
  color: #0c62a9 !important; }

.has-lapis-lazuli-background {
  background-color: #0c62a9 !important; }

.has-lapis-lazuli-background-lighter {
  background-color: rgba(12, 98, 169, 0.5) !important; }

.has-lapis-lazuli-bullet ul {
  list-style: none;
  /* Remove default bullets */ }

.has-lapis-lazuli-bullet ul li::before {
  content: '\2022';
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0c62a9 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.has-bottom-border-lapis-lazuli {
  border-bottom: 10px solid #0c62a9; }

.has-separator-white {
  border-right: 1px solid #ffffff; }

.has-separator-iris {
  border-right: 1px solid #bbb8dc; }

.has-separator-light-grey {
  border-right: 1px solid #abb3b7; }
  @media screen and (max-width: 992px) {
    .has-separator-light-grey {
      border-right: 0; } }
  @media screen and (max-width: 767px) {
    .has-separator-light-grey {
      border-right: 0; }
      .has-separator-light-grey::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        margin: 30px auto 0;
        background: #abb3b7; } }

.has-horizontal-separator-light-grey {
  height: 1px;
  width: 100%;
  background: #abb3b7;
  margin: 30px 0; }

.has-caps {
  text-transform: uppercase; }

.has-center-separator {
  position: relative; }
  .has-center-separator::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    border-right: 1px solid #abb3b7;
    padding: 0;
    margin: 0; }

.is-hidden {
  display: none !important; }

.margin-top {
  margin-top: 10px; }

.has-top-margin-sm {
  margin-top: 30px; }

.padding-vertical-small {
  padding: 5px 0; }

.padding-horizontal-small {
  padding: 0 5px; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.has-white-grey-gradient {
  background-image: linear-gradient(to bottom, #eef0f1 0%, #ffffff 20%, #ffffff 20%, #ffffff 80%, #eef0f1 100%); }

.has-title-case {
  text-transform: capitalize; }

.has-no-text-transform {
  text-transform: none; }

.disclaimer-text {
  font-size: 12px;
  margin-top: 30px; }

.border-box-right--grey:not(:last-child) {
  border-right: 1px solid #abb3b7; }

.introbox {
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  color: #58595b;
  height: 100%; }
  .introbox__inner {
    height: 100%; }
  .introbox__icon {
    margin: 0 auto 10px; }
  .introbox__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px; }
  .introbox__chevron {
    transform: translateY(-100%); }
    @media screen and (max-width: 992px) {
      .introbox__chevron {
        transform: none;
        margin-top: 20px; } }
  .introbox--fixed-height {
    height: 215px; }
    @media screen and (max-width: 1199px) {
      .introbox--fixed-height {
        min-height: 240px; } }
    @media screen and (max-width: 992px) {
      .introbox--fixed-height {
        min-height: auto; } }
  .introbox--smaller-fixed-height {
    height: 80px; }
  .introbox--padded {
    padding: 0 15px; }
  .introbox:hover {
    text-decoration: none; }
  .introbox a {
    display: inline-block;
    margin-top: 16px;
    padding: 8px; }
  .introbox .img-holder {
    height: 120px;
    margin-bottom: 15px; }
  .introbox img {
    margin-bottom: 15px; }
  .introbox--alt {
    text-align: center;
    margin: auto;
    display: block;
    padding-bottom: 10px;
    opacity: 0.3; }
    .introbox--alt .introbox__text {
      color: #58595b;
      font-weight: 500; }
  .introbox--typogrey {
    border-bottom: 10px solid #58595b; }
  .introbox--slate {
    border-bottom: 10px solid #405965; }
  .introbox--aqua {
    border-bottom: 10px solid #00bac6; }
  .introbox--sunflower {
    border-bottom: 10px solid #ffc20e; }
  .introbox--candy {
    border-bottom: 10px solid #f173ac; }
  .introbox--indigo {
    border-bottom: 10px solid #004ea0; }
  .introbox--mauve {
    border-bottom: 10px solid #ac8399; }
  .introbox--iris {
    border-bottom: 10px solid #bbb8dc; }
  .introbox--fern {
    border-bottom: 10px solid #00b259; }
  .introbox--plum {
    border-bottom: 10px solid #9c5cb1; }
  .introbox--blue {
    border-bottom: 10px solid #40a6d7; }
  .introbox--plain-black {
    border-bottom: 10px solid #000000; }
  .introbox--plain-white {
    border-bottom: 10px solid #ffffff; }
  .introbox--light-grey {
    border-bottom: 10px solid #abb3b7; }
  .introbox--strong-orange {
    border-bottom: 10px solid #fd653b; }
  .introbox--hot-pink {
    border-bottom: 10px solid #c1007a; }
  .introbox--yellowy-green {
    border-bottom: 10px solid #abc449; }
  .introbox--dark-green {
    border-bottom: 10px solid #6cb24a; }
  .introbox--bright-cyan {
    border-bottom: 10px solid #23babf; }
  .introbox--off-white {
    border-bottom: 10px solid #eaeaea; }
  .introbox--dark-blue {
    border-bottom: 10px solid #004087; }
  .introbox--plenvu-orange {
    border-bottom: 10px solid #db7a1c; }
  .introbox--plenvu-grey {
    border-bottom: 10px solid #7a777d; }
  .introbox--dark-grey {
    border-bottom: 10px solid #4a6370; }
  .introbox--lightaqua {
    border-bottom: 10px solid #ccecef; }
  .introbox--cosmic-cobalt {
    border-bottom: 10px solid #3a2f8b; }
  .introbox--lapis-lazuli {
    border-bottom: 10px solid #0c62a9; }
  .introbox.is-active, .introbox--alt:hover {
    opacity: 1; }
  @media screen and (max-width: 992px) {
    .introbox {
      width: 80%;
      height: 70%;
      margin: 30px auto; }
      .introbox .button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; } }

.slice {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 50px 0;
  position: relative;
  overflow: hidden; }
  .slice.narrow {
    padding: 20px 0 20px 0; }
  .slice.centered {
    text-align: center; }
  .slice.dark {
    background-color: #405965;
    color: #ffffff; }
  .slice.alt-dark {
    background-color: #78767c;
    color: #ffffff; }
  .slice.light {
    background-color: #fafafa; }
  .slice.alt-light {
    background-color: #eaeaea; }
  .slice.blue {
    background-color: #40a6d7; }
  .slice.endogray {
    background-color: #abb3b7; }
  .slice.light-gray {
    background-color: #d9d9da; }
  .slice.shallow {
    padding: 20px 0 20px 0; }
  .slice .slice-footnote {
    margin-top: 30px; }
  @media screen and (max-width: 992px) {
    .slice .container {
      width: 100%; } }

.site-section-warning {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 40px;
  width: 100%;
  background-color: #58595b !important;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  z-index: 9999; }
  .site-section-warning p {
    margin: 12px; }
  .site-section-warning a {
    color: #ffffff !important; }
  .site-section-warning .container {
    position: relative; }
    @media screen and (max-width: 1380px) {
      .site-section-warning .container {
        position: unset; } }

.text-box {
  position: relative;
  z-index: 10; }
  .text-box__icon {
    margin-bottom: 10px;
    border-radius: 50%; }
  .text-box__title {
    font-size: 16px; }
    .text-box__title--bold {
      font-weight: 600; }
  .text-box__text {
    line-height: 18px; }
  .text-box__list {
    padding-left: 18px;
    margin: 0; }
  .text-box--centered {
    text-align: center; }
  .text-box--left-separator {
    border-left: 1px solid #ffffff;
    padding-left: 30px; }
  .text-box--has-bottom-margin {
    margin-bottom: 30px; }
  .text-box .button {
    margin-top: 30px; }

.button {
  display: inline-block;
  border-radius: 0;
  text-transform: none;
  padding: 8px 10px;
  color: #ffffff;
  transition: background-color 125ms linear;
  text-align: center;
  font-weight: 400;
  border-style: none; }
  .button:hover {
    color: #ffffff;
    text-decoration: none; }
  .button:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none; }
  .button--typogrey {
    background: #58595b; }
    .button--typogrey:hover {
      background: #656668; }
  .button--slate {
    background: #405965; }
    .button--slate:hover {
      background: #4a6775; }
  .button--aqua {
    background: #00bac6; }
    .button--aqua:hover {
      background: #00d2e0; }
  .button--sunflower {
    background: #ffc20e; }
    .button--sunflower:hover {
      background: #ffc828; }
  .button--candy {
    background: #f173ac; }
    .button--candy:hover {
      background: #f38aba; }
  .button--indigo {
    background: #004ea0; }
    .button--indigo:hover {
      background: #005aba; }
  .button--mauve {
    background: #ac8399; }
    .button--mauve:hover {
      background: #b692a6; }
  .button--iris {
    background: #bbb8dc; }
    .button--iris:hover {
      background: #cbc9e4; }
  .button--fern {
    background: #00b259; }
    .button--fern:hover {
      background: #00cc66; }
  .button--plum {
    background: #9c5cb1; }
    .button--plum:hover {
      background: #a66db9; }
  .button--blue {
    background: #40a6d7; }
    .button--blue:hover {
      background: #55b0db; }
  .button--plain-black {
    background: #000000; }
    .button--plain-black:hover {
      background: #0d0d0d; }
  .button--plain-white {
    background: #ffffff; }
    .button--plain-white:hover {
      background: white; }
  .button--light-grey {
    background: #abb3b7; }
    .button--light-grey:hover {
      background: #b9bfc3; }
  .button--strong-orange {
    background: #fd653b; }
    .button--strong-orange:hover {
      background: #fd7954; }
  .button--hot-pink {
    background: #c1007a; }
    .button--hot-pink:hover {
      background: #db008a; }
  .button--yellowy-green {
    background: #abc449; }
    .button--yellowy-green:hover {
      background: #b4ca5c; }
  .button--dark-green {
    background: #6cb24a; }
    .button--dark-green:hover {
      background: #7abb5b; }
  .button--bright-cyan {
    background: #23babf; }
    .button--bright-cyan:hover {
      background: #27cfd5; }
  .button--off-white {
    background: #eaeaea; }
    .button--off-white:hover {
      background: #f7f7f7; }
  .button--dark-blue {
    background: #004087; }
    .button--dark-blue:hover {
      background: #004ca1; }
  .button--plenvu-orange {
    background: #db7a1c; }
    .button--plenvu-orange:hover {
      background: #e4872c; }
  .button--plenvu-grey {
    background: #7a777d; }
    .button--plenvu-grey:hover {
      background: #87848a; }
  .button--dark-grey {
    background: #4a6370; }
    .button--dark-grey:hover {
      background: #54717f; }
  .button--lightaqua {
    background: #ccecef; }
    .button--lightaqua:hover {
      background: #dff3f5; }
  .button--cosmic-cobalt {
    background: #3a2f8b; }
    .button--cosmic-cobalt:hover {
      background: #42359e; }
  .button--lapis-lazuli {
    background: #0c62a9; }
    .button--lapis-lazuli:hover {
      background: #0e70c1; }
  .button--default {
    color: #58595b; }
    .button--default:hover {
      color: #262627; }
    .button--default:focus, .button--default:active {
      color: #58595b; }
  .button--full-width {
    display: block;
    width: 100%; }
  .button--half-width {
    display: block;
    width: 50%; }
  .button--three-quarters-width {
    display: block;
    width: 75%; }
  .button--smaller {
    font-size: 14px; }
  .button--left-aligned {
    text-align: left; }
  .button--plain-text {
    padding: 8px 0;
    font-size: 20px; }
    .button--plain-text .chevron {
      transform: translateY(13%) !important; }
  .button--lowercase {
    text-transform: none !important; }
  .button--title-case {
    text-transform: capitalize; }
  .button--large {
    font-size: 1.5em;
    white-space: nowrap; }
    .button--large .text {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 105px;
      transform: translateY(-50%); }
    @media screen and (max-width: 1199px) {
      .button--large {
        font-size: 1.25em; }
        .button--large .text {
          left: 95px; } }
    @media screen and (max-width: 991px) {
      .button--large {
        font-size: 1em;
        padding-left: 0;
        padding-right: 0; }
        .button--large .text {
          left: 70px; } }
  .button--inline {
    display: inline-block !important; }
  .button .chevron {
    margin-left: 10px;
    transform: translateY(20%); }
  .button--pdf-icon {
    position: relative;
    padding-left: 35px; }
    @media screen and (max-width: 767px) {
      .button--pdf-icon {
        padding-left: 40px; } }
  .button .pdf {
    display: block;
    background-image: url("/assets/img/icons/icon-pdf.png");
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .button .pdf {
        background-size: 20px;
        width: 20px;
        height: 24px; } }
  .button--outlined {
    border: 1px solid #ffc20e;
    border-radius: 8px;
    color: #ffc20e;
    background-color: transparent; }
    .button--outlined:hover {
      background-color: #ffc20e;
      color: #4a6370; }
  .button--bold {
    font-weight: 600; }

.img-holder {
  margin: 30px 0; }
  .img-holder__chart-img {
    max-width: 400px; }
    .img-holder__chart-img + .img-holder__footnote {
      max-width: 400px;
      margin: 15px auto; }
    @media screen and (max-width: 992px) {
      .img-holder__chart-img {
        max-width: 100%; }
        .img-holder__chart-img + .img-holder__footnote {
          max-width: 100%; } }
  .img-holder__footnote {
    margin-top: 10px;
    font-size: 12px; }
    .img-holder__footnote p {
      margin: 0; }
  .img-holder--centered {
    text-align: center; }
    .img-holder--centered img {
      display: block;
      margin: 0 auto; }
  .img-holder--no-margin {
    margin: 0; }
  .img-holder--abs-pos-desktop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 992px) {
      .img-holder--abs-pos-desktop {
        position: relative;
        left: auto;
        transform: none; } }
  .img-holder--padded {
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .img-holder--padded {
        padding: 0; } }

.chevron {
  display: inline-block;
  width: 14px;
  height: 24px;
  background-size: 14px;
  background-repeat: no-repeat; }
  .chevron--aqua {
    background: url("/assets/img/icons/sprites_chevron.png") -44px -10px; }
  .chevron--blue {
    background: url("/assets/img/icons/sprites_chevron.png") -112px -10px; }
  .chevron--bright-cyan {
    background: url("/assets/img/icons/sprites_chevron.png") -78px -10px; }
  .chevron--candy {
    background: url("/assets/img/icons/sprites_chevron.png") -10px -54px; }
  .chevron--dark-green {
    background: url("/assets/img/icons/sprites_chevron.png") -44px -54px; }
  .chevron--fern {
    background: url("/assets/img/icons/sprites_chevron.png") -78px -54px; }
  .chevron--hot-pink {
    background: url("/assets/img/icons/sprites_chevron.png") -10px -10px; }
  .chevron--iris {
    background: url("/assets/img/icons/sprites_chevron.png") -112px -54px; }
  .chevron--plain-white {
    background: url("/assets/img/icons/sprites_chevron.png") -10px -98px; }
  .chevron--plum {
    background: url("/assets/img/icons/sprites_chevron.png") -44px -98px; }
  .chevron--strong-orange {
    background: url("/assets/img/icons/sprites_chevron.png") -78px -98px; }
  .chevron--sunflower {
    background: url("/assets/img/icons/sprites_chevron.png") -112px -98px; }
  .chevron--yellowy-green {
    background: url("/assets/img/icons/sprites_chevron.png") -146px -10px; }
  .chevron--typogrey {
    background: url("/assets/img/icons/sprites_chevron.png") -146px -54px; }
  .chevron--button-aqua {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -97px -81px; }
  .chevron--button-blue {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -97px -10px; }
  .chevron--button-bright-cyan {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -68px -10px; }
  .chevron--button-candy {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -10px -46px; }
  .chevron--button-dark-green {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -39px -46px; }
  .chevron--button-fern {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -68px -46px; }
  .chevron--button-hot-pink {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -39px -10px; }
  .chevron--button-iris {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -97px -45px; }
  .chevron--button-plum {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -10px -81px; }
  .chevron--button-strong-orange {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -39px -81px; }
  .chevron--button-sunflower {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -68px -81px; }
  .chevron--button-plain-white {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -10px -10px; }
  .chevron--button-yellow-green {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -126px -10px; }
  .chevron--button-typo-grey {
    height: 16px;
    width: 9px;
    background-size: 9px;
    background: url("/assets/img/icons/sprites_chevron-button.png") -126px -46px; }
  .chevron--direction-down {
    transform: rotate(90deg); }
  .chevron--centered-direction-down {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg); }

.faq {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .faq:not(:last-child) {
    border-bottom: 1px solid #eaeaea; }

.faq-links {
  margin: 0;
  list-style: none;
  padding: 25px;
  height: 400px;
  overflow-y: scroll;
  background: #ffffff;
  border: 1px solid #eaeaea;
  transition: all 250ms linear; }
  .faq-links.is-fixed {
    position: fixed;
    top: 200px; }
  .faq-links li {
    margin-bottom: 10px; }
    .faq-links li:last-child {
      margin-bottom: 0; }
    .faq-links li a {
      color: #40a6d7; }

form.isValid input[type='checkbox'].invalid {
  outline: 1px solid #f70202; }

form.isValid .invalid {
  border-color: #f70202; }

form.isValid .form-error {
  border-radius: 0;
  font-weight: bold;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #f70202;
  color: #f70202;
  margin-top: 5px;
  padding-bottom: 3px; }

form.isValid .radio-form-error {
  display: none; }

@media screen and (max-width: 767px) {
  form label {
    font-size: 15px; } }

@media screen and (max-width: 767px) {
  form label {
    font-size: 14px; } }

.custom-radio,
.custom-checkbox {
  position: relative;
  padding-left: 46px;
  font-size: 18px;
  cursor: pointer; }
  .custom-radio::before,
  .custom-checkbox::before {
    content: '';
    display: block;
    height: 36px;
    width: 36px;
    border: 1px solid #7a777d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px; }
  .custom-radio::after,
  .custom-checkbox::after {
    content: '';
    display: none;
    height: 20px;
    width: 20px;
    background: #c1007a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -10px; }
  .custom-radio__input,
  .custom-checkbox__input {
    display: none; }
  @media screen and (max-width: 767px) {
    .custom-radio,
    .custom-checkbox {
      font-size: 16px; }
      .custom-radio::before,
      .custom-checkbox::before {
        height: 30px;
        width: 30px;
        margin-top: -15px; }
      .custom-radio::after,
      .custom-checkbox::after {
        height: 16px;
        width: 16px;
        left: 7px;
        margin-top: -8px; } }

.custom-checkbox::before {
  border-radius: 0; }

.custom-checkbox::after {
  content: '\2713';
  height: auto;
  width: auto;
  background: none;
  color: #c1007a;
  border-radius: 0;
  top: 50%;
  left: 6px;
  margin-top: 0;
  font-size: 34px;
  transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .custom-checkbox::after {
    left: 5px;
    font-size: 29px; } }

input[type=checkbox]:checked + .custom-checkbox::after,
input[type=radio]:checked + .custom-radio::after {
  display: block; }

.indent-input {
  margin-top: -20px;
  margin-left: 46px; }

body .flatpickr-calendar.open {
  z-index: 999; }

body .flatpickr-calendar.hasTime.noCalendar {
  width: 120px; }

body .flatpickr-input[readonly] {
  background-color: #ffffff; }

body .flatpickr-months {
  background-color: #c1007a;
  color: #ffffff; }
  body .flatpickr-months .flatpickr-prev-month,
  body .flatpickr-months .flatpickr-next-month,
  body .flatpickr-months .flatpickr-month {
    color: #ffffff;
    fill: #ffffff; }

body .flatpickr-weekdays {
  background-color: #c1007a;
  color: #ffffff; }
  body .flatpickr-weekdays .flatpickr-weekday {
    color: #ffffff; }

body .flatpickr-day.nextMonthDay {
  color: rgba(57, 57, 57, 0.75); }

body .flatpickr-day.selected {
  background: #c1007a;
  border-color: #c1007a; }

.error-container.has-negative-margin {
  margin-top: -20px; }

.modal .modal-inner {
  max-width: 750px;
  padding: 35px; }
  @media only screen and (min-width: 992px) {
    .modal .modal-inner.is-extra-large {
      max-width: 1000px; } }
  .modal .modal-inner .modal-close {
    top: 5px;
    right: 5px;
    font-size: 30px;
    box-shadow: none; }
    .modal .modal-inner .modal-close::before {
      content: '\00d7';
      display: block; }
  .modal .modal-inner .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0; }
    .modal .modal-inner .modal-content h3 {
      margin-top: 0;
      margin-bottom: 15px;
      display: inline-block; }
      .modal .modal-inner .modal-content h3::after {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        background: #58595b;
        margin-top: 10px; }
    .modal .modal-inner .modal-content a {
      word-wrap: break-word; }
    .modal .modal-inner .modal-content ul li,
    .modal .modal-inner .modal-content ol li {
      word-wrap: break-word; }
    .modal .modal-inner .modal-content ul ul li,
    .modal .modal-inner .modal-content ol ul li {
      margin-bottom: 5px; }
    .modal .modal-inner .modal-content .modal-buttons {
      text-align: center;
      margin: 15px 0 0; }
      .modal .modal-inner .modal-content .modal-buttons .btn {
        width: 120px; }

.modal.is-colonoscopy-modal .modal-close {
  top: 25px;
  right: 25px;
  box-shadow: none;
  height: 30px;
  width: 30px;
  background-image: url("/assets/img/icons/modal-close-lg.svg");
  background-repeat: no-repeat;
  background-size: 30px; }
  .modal.is-colonoscopy-modal .modal-close::before {
    display: none; }
  @media screen and (max-width: 767px) {
    .modal.is-colonoscopy-modal .modal-close {
      top: 15px;
      right: 15px; } }

.modal.is-colonoscopy-modal .modal-inner .modal-content h3 {
  text-transform: none; }
  .modal.is-colonoscopy-modal .modal-inner .modal-content h3::after {
    display: none; }

@media screen and (max-width: 767px) {
  .modal .modal-inner {
    max-width: 90%;
    padding: 15px; }
    .modal .modal-inner .modal-content .modal-buttons .btn {
      width: 105px; } }

.modal {
  display: none; }

.vanilla-modal .modal {
  display: block;
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s, z-index 0s 0.2s;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .vanilla-modal .modal > * {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left; }
  .vanilla-modal .modal:before {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''; }
  .vanilla-modal .modal input[type='checkbox'] {
    width: 20px;
    height: 20px; }
    .vanilla-modal .modal input[type='checkbox'] + label {
      width: calc(100% - 30px); }

.vanilla-modal.modal-visible .modal {
  z-index: 10000;
  opacity: 1;
  transition: opacity 0.2s; }

.modal-inner {
  position: relative;
  overflow: hidden;
  max-width: 90%;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s; }

.modal-visible .modal-inner {
  z-index: 100;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s, transform 0.2s; }

.modal-close {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2); }

.tab-content .header {
  padding: 18px 0; }
  .tab-content .header h3 {
    margin-bottom: 0;
    font-weight: 400; }

.tab-content .content {
  margin: 24px 0; }

.tab-content--typogrey ul li::after {
  background: #58595b; }

.tab-content--slate ul li::after {
  background: #405965; }

.tab-content--aqua ul li::after {
  background: #00bac6; }

.tab-content--sunflower ul li::after {
  background: #ffc20e; }

.tab-content--candy ul li::after {
  background: #f173ac; }

.tab-content--indigo ul li::after {
  background: #004ea0; }

.tab-content--mauve ul li::after {
  background: #ac8399; }

.tab-content--iris ul li::after {
  background: #bbb8dc; }

.tab-content--fern ul li::after {
  background: #00b259; }

.tab-content--plum ul li::after {
  background: #9c5cb1; }

.tab-content--blue ul li::after {
  background: #40a6d7; }

.tab-content--plain-black ul li::after {
  background: #000000; }

.tab-content--plain-white ul li::after {
  background: #ffffff; }

.tab-content--light-grey ul li::after {
  background: #abb3b7; }

.tab-content--strong-orange ul li::after {
  background: #fd653b; }

.tab-content--hot-pink ul li::after {
  background: #c1007a; }

.tab-content--yellowy-green ul li::after {
  background: #abc449; }

.tab-content--dark-green ul li::after {
  background: #6cb24a; }

.tab-content--bright-cyan ul li::after {
  background: #23babf; }

.tab-content--off-white ul li::after {
  background: #eaeaea; }

.tab-content--dark-blue ul li::after {
  background: #004087; }

.tab-content--plenvu-orange ul li::after {
  background: #db7a1c; }

.tab-content--plenvu-grey ul li::after {
  background: #7a777d; }

.tab-content--dark-grey ul li::after {
  background: #4a6370; }

.tab-content--lightaqua ul li::after {
  background: #ccecef; }

.tab-content--cosmic-cobalt ul li::after {
  background: #3a2f8b; }

.tab-content--lapis-lazuli ul li::after {
  background: #0c62a9; }

.tab-content .timeline {
  position: relative;
  height: 20px;
  margin-bottom: 35px;
  border-top: 1px solid #000000; }
  .tab-content .timeline::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: -10px;
    left: 0;
    border-left: 1px solid #000000; }
  .tab-content .timeline::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: -10px;
    right: 0;
    border-right: 1px solid #000000; }
  .tab-content .timeline--typogrey {
    border-color: #58595b; }
    .tab-content .timeline--typogrey::before {
      border-color: #58595b; }
    .tab-content .timeline--typogrey::after {
      border-color: #58595b; }
  .tab-content .timeline--slate {
    border-color: #405965; }
    .tab-content .timeline--slate::before {
      border-color: #405965; }
    .tab-content .timeline--slate::after {
      border-color: #405965; }
  .tab-content .timeline--aqua {
    border-color: #00bac6; }
    .tab-content .timeline--aqua::before {
      border-color: #00bac6; }
    .tab-content .timeline--aqua::after {
      border-color: #00bac6; }
  .tab-content .timeline--sunflower {
    border-color: #ffc20e; }
    .tab-content .timeline--sunflower::before {
      border-color: #ffc20e; }
    .tab-content .timeline--sunflower::after {
      border-color: #ffc20e; }
  .tab-content .timeline--candy {
    border-color: #f173ac; }
    .tab-content .timeline--candy::before {
      border-color: #f173ac; }
    .tab-content .timeline--candy::after {
      border-color: #f173ac; }
  .tab-content .timeline--indigo {
    border-color: #004ea0; }
    .tab-content .timeline--indigo::before {
      border-color: #004ea0; }
    .tab-content .timeline--indigo::after {
      border-color: #004ea0; }
  .tab-content .timeline--mauve {
    border-color: #ac8399; }
    .tab-content .timeline--mauve::before {
      border-color: #ac8399; }
    .tab-content .timeline--mauve::after {
      border-color: #ac8399; }
  .tab-content .timeline--iris {
    border-color: #bbb8dc; }
    .tab-content .timeline--iris::before {
      border-color: #bbb8dc; }
    .tab-content .timeline--iris::after {
      border-color: #bbb8dc; }
  .tab-content .timeline--fern {
    border-color: #00b259; }
    .tab-content .timeline--fern::before {
      border-color: #00b259; }
    .tab-content .timeline--fern::after {
      border-color: #00b259; }
  .tab-content .timeline--plum {
    border-color: #9c5cb1; }
    .tab-content .timeline--plum::before {
      border-color: #9c5cb1; }
    .tab-content .timeline--plum::after {
      border-color: #9c5cb1; }
  .tab-content .timeline--blue {
    border-color: #40a6d7; }
    .tab-content .timeline--blue::before {
      border-color: #40a6d7; }
    .tab-content .timeline--blue::after {
      border-color: #40a6d7; }
  .tab-content .timeline--plain-black {
    border-color: #000000; }
    .tab-content .timeline--plain-black::before {
      border-color: #000000; }
    .tab-content .timeline--plain-black::after {
      border-color: #000000; }
  .tab-content .timeline--plain-white {
    border-color: #ffffff; }
    .tab-content .timeline--plain-white::before {
      border-color: #ffffff; }
    .tab-content .timeline--plain-white::after {
      border-color: #ffffff; }
  .tab-content .timeline--light-grey {
    border-color: #abb3b7; }
    .tab-content .timeline--light-grey::before {
      border-color: #abb3b7; }
    .tab-content .timeline--light-grey::after {
      border-color: #abb3b7; }
  .tab-content .timeline--strong-orange {
    border-color: #fd653b; }
    .tab-content .timeline--strong-orange::before {
      border-color: #fd653b; }
    .tab-content .timeline--strong-orange::after {
      border-color: #fd653b; }
  .tab-content .timeline--hot-pink {
    border-color: #c1007a; }
    .tab-content .timeline--hot-pink::before {
      border-color: #c1007a; }
    .tab-content .timeline--hot-pink::after {
      border-color: #c1007a; }
  .tab-content .timeline--yellowy-green {
    border-color: #abc449; }
    .tab-content .timeline--yellowy-green::before {
      border-color: #abc449; }
    .tab-content .timeline--yellowy-green::after {
      border-color: #abc449; }
  .tab-content .timeline--dark-green {
    border-color: #6cb24a; }
    .tab-content .timeline--dark-green::before {
      border-color: #6cb24a; }
    .tab-content .timeline--dark-green::after {
      border-color: #6cb24a; }
  .tab-content .timeline--bright-cyan {
    border-color: #23babf; }
    .tab-content .timeline--bright-cyan::before {
      border-color: #23babf; }
    .tab-content .timeline--bright-cyan::after {
      border-color: #23babf; }
  .tab-content .timeline--off-white {
    border-color: #eaeaea; }
    .tab-content .timeline--off-white::before {
      border-color: #eaeaea; }
    .tab-content .timeline--off-white::after {
      border-color: #eaeaea; }
  .tab-content .timeline--dark-blue {
    border-color: #004087; }
    .tab-content .timeline--dark-blue::before {
      border-color: #004087; }
    .tab-content .timeline--dark-blue::after {
      border-color: #004087; }
  .tab-content .timeline--plenvu-orange {
    border-color: #db7a1c; }
    .tab-content .timeline--plenvu-orange::before {
      border-color: #db7a1c; }
    .tab-content .timeline--plenvu-orange::after {
      border-color: #db7a1c; }
  .tab-content .timeline--plenvu-grey {
    border-color: #7a777d; }
    .tab-content .timeline--plenvu-grey::before {
      border-color: #7a777d; }
    .tab-content .timeline--plenvu-grey::after {
      border-color: #7a777d; }
  .tab-content .timeline--dark-grey {
    border-color: #4a6370; }
    .tab-content .timeline--dark-grey::before {
      border-color: #4a6370; }
    .tab-content .timeline--dark-grey::after {
      border-color: #4a6370; }
  .tab-content .timeline--lightaqua {
    border-color: #ccecef; }
    .tab-content .timeline--lightaqua::before {
      border-color: #ccecef; }
    .tab-content .timeline--lightaqua::after {
      border-color: #ccecef; }
  .tab-content .timeline--cosmic-cobalt {
    border-color: #3a2f8b; }
    .tab-content .timeline--cosmic-cobalt::before {
      border-color: #3a2f8b; }
    .tab-content .timeline--cosmic-cobalt::after {
      border-color: #3a2f8b; }
  .tab-content .timeline--lapis-lazuli {
    border-color: #0c62a9; }
    .tab-content .timeline--lapis-lazuli::before {
      border-color: #0c62a9; }
    .tab-content .timeline--lapis-lazuli::after {
      border-color: #0c62a9; }
  @media screen and (max-width: 991px) {
    .tab-content .timeline {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      border-top: 0;
      border-left-width: 1px;
      border-left-style: solid; }
      .tab-content .timeline .timeline-label {
        height: 33.33%;
        display: none;
        transform: rotate(-90deg); }
      .tab-content .timeline::before {
        width: 20px;
        top: 0;
        left: -10px;
        border-left: 0;
        border-top-width: 1px;
        border-top-style: solid; }
      .tab-content .timeline::after {
        width: 20px;
        top: auto;
        bottom: 0;
        left: -10px;
        border-right: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid; } }

/*! @license CookieBar.css, Copyright 2018 earthware. All rights reserved. website: https://www.earthware.co.uk, contact: support@earthware.co.uk */
/*  SCSS - Following BEM naming standard  */
body {
  /*iphone font scaling fix*/
  -webkit-text-size-adjust: 100%; }

.has-ew-cookie-bar {
  transition: margin 500ms ease-in-out; }

.has-ew-cookie-popup {
  overflow: hidden; }

.has-ew-cookie-policy .ew-cookie-policy h2 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: none; }

.has-ew-cookie-policy .ew-cookie-policy p {
  margin-bottom: 18px; }

.has-ew-cookie-policy .ew-cookie-policy .tick-list {
  padding: 0;
  list-style: none outside;
  list-style-type: '✓ ';
  text-align: left;
  margin-left: 30px; }
  .has-ew-cookie-policy .ew-cookie-policy .tick-list li {
    margin-bottom: 18px; }

.has-ew-cookie-policy .ew-cookie-policy .cookie-table {
  display: table;
  border: none;
  border-collapse: collapse;
  font-size: 12px;
  overflow: auto;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed; }
  .has-ew-cookie-policy .ew-cookie-policy .cookie-table tr {
    background-color: #fff;
    border: 1px solid #ddd; }
  .has-ew-cookie-policy .ew-cookie-policy .cookie-table th,
  .has-ew-cookie-policy .ew-cookie-policy .cookie-table td {
    padding: 0.625em;
    text-align: center;
    word-break: break-word; }
  .has-ew-cookie-policy .ew-cookie-policy .cookie-table thead th:nth-child(2) {
    width: 21%; }
  @media screen and (max-width: 1250px) {
    .has-ew-cookie-policy .ew-cookie-policy .cookie-table {
      border: none; }
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table thead {
        display: none; }
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table tbody {
        display: block; }
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table tr {
        display: block;
        margin-bottom: 0.625em;
        border: 1px solid #ddd;
        border-bottom: none;
        width: 100%; }
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table td {
        border-bottom: 1px solid #ddd;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        gap: 10px;
        font-size: 0.8em;
        text-align: right; } }
    @media screen and (max-width: 1250px) and (max-width: 500px) {
      .has-ew-cookie-policy .ew-cookie-policy .cookie-table td {
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media screen and (max-width: 1250px) {
        .has-ew-cookie-policy .ew-cookie-policy .cookie-table td::before {
          text-align: left;
          content: attr(data-label);
          font-weight: bold;
          text-transform: uppercase;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }

.ew-cookie-cog {
  background-color: #373737;
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  z-index: 9999;
  cursor: pointer;
  height: 40px;
  padding: 0;
  border-radius: 50px; }
  .ew-cookie-cog svg {
    min-width: 40px;
    border: none; }
  .ew-cookie-cog__text {
    display: none;
    transition: 2s ease-in;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    padding: 0 15px 0 5px;
    text-decoration: none;
    background-color: transparent;
    top: 0;
    left: 0;
    position: relative;
    font-size: 12px; }
  .ew-cookie-cog:hover {
    background-color: #000000 !important; }
    .ew-cookie-cog:hover .ew-cookie-cog__text {
      display: block; }
  .ew-cookie-cog.is-hidden {
    display: none; }
  .ew-cookie-cog svg {
    width: 30px;
    height: 30px; }

.ew-cookie-popup {
  font-family: inherit;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999999;
  top: 0;
  text-align: center;
  vertical-align: middle; }
  .ew-cookie-popup__modal {
    background-color: #ffffff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 600px;
    height: 90%;
    width: 80vw;
    border-radius: 10px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: 1170px; }
    @media screen and (max-width: 768px) {
      .ew-cookie-popup__modal {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 15% 1fr;
            grid-template-rows: 15% 1fr;
        width: calc(100vw - 50px);
        max-height: 670px; } }
    .ew-cookie-popup__modal__info {
      background-color: #f1f1f1;
      overflow: hidden;
      display: -ms-flexbox;
      display: flex;
      width: 60%;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      padding: 40px 60px; }
      @media screen and (max-width: 1300px) {
        .ew-cookie-popup__modal__info {
          padding: 40px 30px; } }
      @media screen and (max-width: 768px) {
        .ew-cookie-popup__modal__info {
          height: 100%;
          width: 100%;
          padding: 15px 10px;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .ew-cookie-popup__modal__info__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        margin: 0;
        border-top: 0.5px solid #c5c3c3;
        padding: 40px 0 0 0;
        font-size: 14px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 5px; }
        @media screen and (max-width: 768px) {
          .ew-cookie-popup__modal__info__buttons {
            margin-top: auto;
            padding-top: 15px;
            padding-bottom: 10px; } }
        .ew-cookie-popup__modal__info__buttons button {
          background-color: #0055a8;
          margin-right: 0;
          padding: 15px 10px;
          min-width: 160px;
          cursor: pointer;
          border: solid #0055a8 1px;
          min-height: 35px;
          transition: all 0.2s; }
          .ew-cookie-popup__modal__info__buttons button:hover {
            background-color: #fff !important;
            color: #0055a8 !important; }
          @media screen and (max-width: 1300px) {
            .ew-cookie-popup__modal__info__buttons button {
              padding: 10px 30px;
              min-width: auto; } }
          @media screen and (max-width: 1000px) {
            .ew-cookie-popup__modal__info__buttons button {
              padding: 7px 15px;
              font-size: 12px; } }
      .ew-cookie-popup__modal__info__sections {
        overflow: auto; }
      .ew-cookie-popup__modal__info-section {
        display: none;
        overflow: hidden;
        text-align: left;
        font-size: 16px;
        color: #000000;
        /* Hide default HTML checkbox */
        /* The slider */ }
        @media screen and (max-width: 1000px) {
          .ew-cookie-popup__modal__info-section {
            font-size: 14px; } }
        .ew-cookie-popup__modal__info-section.is-active {
          display: block; }
        .ew-cookie-popup__modal__info-section__title {
          font-size: 28px;
          font-weight: bolder;
          display: block;
          margin-bottom: 25px; }
          @media screen and (max-width: 1000px) {
            .ew-cookie-popup__modal__info-section__title {
              font-size: 24px; } }
        .ew-cookie-popup__modal__info-section__content {
          padding-right: 20px;
          overflow-y: auto; }
          .ew-cookie-popup__modal__info-section__content__validation {
            margin-top: 30px;
            transition: all 0.5s ease-in-out;
            overflow: hidden;
            max-height: 100px; }
            .ew-cookie-popup__modal__info-section__content__validation.is-hidden {
              max-height: 0;
              display: block; }
        @media screen and (max-width: 768px) {
          .ew-cookie-popup__modal__info-section {
            display: block; }
            .ew-cookie-popup__modal__info-section__title {
              background-color: #fff;
              padding: 10px;
              padding-left: 30px;
              margin: 10px;
              margin-bottom: 0;
              position: relative;
              font-size: 16px;
              border-radius: 5px;
              cursor: pointer; }
              .ew-cookie-popup__modal__info-section__title::before {
                content: '\203A';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 5px;
                font-size: 24px;
                width: 30px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                    align-items: center;
                -ms-flex-pack: center;
                    justify-content: center;
                line-height: 1;
                font-family: Georgia, serif; }
            .ew-cookie-popup__modal__info-section__content {
              position: relative;
              top: -5px;
              max-height: 0;
              transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), padding 0.4s;
              background-color: #fff;
              margin: 0 10px 10px 10px;
              padding: 0 10px;
              border-bottom-right-radius: 5px;
              border-bottom-left-radius: 5px; }
            .ew-cookie-popup__modal__info-section__title.is-active + .ew-cookie-popup__modal__info-section__content {
              max-height: 350px;
              transition: max-height 1s ease-in-out, padding 0.4s;
              padding-bottom: 10px;
              padding-top: 5px; } }
        .ew-cookie-popup__modal__info-section .switch {
          position: relative;
          display: inline-block;
          width: 40px;
          height: 23px;
          margin-top: 18px; }
          @media screen and (min-width: 768px) {
            .ew-cookie-popup__modal__info-section .switch {
              width: 55px;
              height: 32px; } }
        .ew-cookie-popup__modal__info-section .switch input {
          opacity: 0;
          width: 0;
          height: 0; }
        .ew-cookie-popup__modal__info-section .slider {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #ff0000;
          transition: 0.4s;
          border-radius: 23px; }
          .ew-cookie-popup__modal__info-section .slider::before {
            position: absolute;
            content: '';
            height: 21px;
            width: 22px;
            left: 1px;
            bottom: 1px;
            background-color: #ffffff;
            transition: 0.4s;
            border-radius: 50%; }
            @media screen and (min-width: 768px) {
              .ew-cookie-popup__modal__info-section .slider::before {
                width: 28px;
                height: 30px; } }
          .ew-cookie-popup__modal__info-section .slider::after {
            content: attr(data-text-disabled);
            position: absolute;
            color: #fc0000;
            display: block;
            white-space: nowrap;
            left: 65px;
            top: 4px;
            font-weight: 400; }
        .ew-cookie-popup__modal__info-section input:checked + .slider {
          background-color: #2e9935; }
          .ew-cookie-popup__modal__info-section input:checked + .slider::after {
            content: attr(data-text-enabled);
            color: #2e9935; }
        .ew-cookie-popup__modal__info-section input:focus + .slider {
          box-shadow: 0 0 1px #0055a8; }
        .ew-cookie-popup__modal__info-section input:checked + .slider:before {
          transform: translateX(16px); }
          @media screen and (min-width: 768px) {
            .ew-cookie-popup__modal__info-section input:checked + .slider:before {
              transform: translateX(25px); } }
    .ew-cookie-popup__modal__close {
      background-color: #0055a8;
      min-width: 60px;
      min-height: 60px;
      border-radius: 50%;
      cursor: pointer;
      position: absolute;
      right: -30px;
      top: -30px;
      border: solid #0055a8 1px;
      transition: all 0.2s; }
      .ew-cookie-popup__modal__close:hover {
        background-color: #fff !important;
        color: #0055a8 !important; }
        .ew-cookie-popup__modal__close:hover .ew-cookie-popup__modal__close-icon::before,
        .ew-cookie-popup__modal__close:hover .ew-cookie-popup__modal__close-icon::after {
          background-color: #0055a8; }
      .ew-cookie-popup__modal__close-icon::after {
        position: absolute;
        content: '';
        width: 1px;
        background-color: #ffffff;
        height: 24px;
        top: calc(50% - 12px);
        transform: rotate(-45deg); }
      .ew-cookie-popup__modal__close-icon::before {
        position: absolute;
        content: '';
        width: 1px;
        background-color: #ffffff;
        height: 24px;
        top: calc(50% - 12px);
        transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .ew-cookie-popup__modal__close {
          min-width: 30px;
          min-height: 30px;
          right: -15px;
          top: -15px; }
          .ew-cookie-popup__modal__close-icon::after {
            height: 12px;
            top: calc(50% - 6px); }
          .ew-cookie-popup__modal__close-icon::before {
            height: 12px;
            top: calc(50% - 6px); } }
    .ew-cookie-popup__modal__tab-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 40px 60px;
      width: 40%;
      gap: 30px;
      z-index: 9;
      box-shadow: 0 0 30px 0 rgba(35, 35, 35, 0.1); }
      @media screen and (max-width: 1300px) {
        .ew-cookie-popup__modal__tab-group {
          padding: 30px 20px; } }
      @media screen and (max-width: 768px) {
        .ew-cookie-popup__modal__tab-group {
          -ms-flex-direction: column;
              flex-direction: column;
          padding: 30px 10px 10px 10px;
          width: 100%; } }
      .ew-cookie-popup__modal__tab-group__logo-holder {
        text-align: left; }
        .ew-cookie-popup__modal__tab-group__logo-holder svg {
          max-height: 75px;
          max-width: 100%; }
        @media screen and (max-width: 768px) {
          .ew-cookie-popup__modal__tab-group__logo-holder svg {
            max-height: 40px; } }
      @media screen and (max-width: 768px) {
        .ew-cookie-popup__modal__tab-group__tabs {
          display: none; } }
      .ew-cookie-popup__modal__tab-group__tab {
        background-color: #f1f1f1;
        border-radius: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        padding: 13px 20px;
        margin-bottom: 15px;
        cursor: pointer;
        width: 100%;
        border: 1px solid #f1f1f1; }
        .ew-cookie-popup__modal__tab-group__tab__category-text {
          color: #0055a8;
          font-size: 14px;
          text-align: left;
          line-height: 1.1;
          text-transform: uppercase; }
        .ew-cookie-popup__modal__tab-group__tab.is-active {
          background-color: #ffffff; }
          .ew-cookie-popup__modal__tab-group__tab.is-active .ew-cookie-popup__modal__tab-group__tab__category-text {
            color: #000000 !important; }
        @media screen and (max-width: 1000px) {
          .ew-cookie-popup__modal__tab-group__tab {
            padding: 10px 15px; }
            .ew-cookie-popup__modal__tab-group__tab__category-text {
              font-size: 12px; } }

.ew-cookie-bar {
  font-family: inherit;
  background-color: #f2f2f2;
  color: #333333;
  padding: 0;
  left: 0;
  position: fixed;
  width: 100%;
  min-height: auto;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  border-top: 1px solid #aeaeae;
  font-size: 16px;
  line-height: normal;
  z-index: 10000;
  text-align: center; }
  .ew-cookie-bar__container {
    padding: 10px 40px;
    position: static;
    display: inline-block;
    width: auto; }
  .ew-cookie-bar__content {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px; }
  .ew-cookie-bar__cookie-message-body {
    text-align: left;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
    padding-left: 4px;
    width: 100%; }
    .ew-cookie-bar__cookie-message-body span {
      display: block;
      margin: 0; }
    .ew-cookie-bar__cookie-message-body__preferences,
    .ew-cookie-bar__cookie-message-body a {
      font-size: inherit;
      color: #fff;
      cursor: pointer;
      margin: 0;
      background: inherit;
      padding: 0;
      border: none;
      text-decoration: underline;
      transition: color 0.2s; }
      .ew-cookie-bar__cookie-message-body__preferences:hover,
      .ew-cookie-bar__cookie-message-body a:hover {
        color: #0055a8 !important; }
  .ew-cookie-bar__cookie-button-body {
    -ms-flex-pack: center;
        justify-content: center;
    position: static;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 3vw; }
  .ew-cookie-bar__button {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background-color: #169bd5;
    border-radius: 1px;
    box-shadow: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    margin: 3px 4px;
    line-height: 20px;
    padding: 8px 30px;
    white-space: nowrap;
    border: solid #0055a8 1px;
    transition: all 0.2s; }
    .ew-cookie-bar__button--accept {
      background: #0055a8;
      color: #fff; }
    .ew-cookie-bar__button--decline {
      background: #0055a8;
      color: #fff; }
    .ew-cookie-bar__button:hover {
      background-color: #fff !important;
      color: #0055a8 !important; }
    .ew-cookie-bar__button--settings, .ew-cookie-bar__button--close {
      background: transparent;
      opacity: 0.7;
      color: #fff;
      border: 1px solid #ffffff; }
      .ew-cookie-bar__button--settings:hover, .ew-cookie-bar__button--close:hover {
        opacity: 1;
        color: #202020 !important; }
    .ew-cookie-bar__button--close {
      position: relative;
      padding: 0;
      width: 38px;
      height: 38px; }
  .ew-cookie-bar--show-top {
    top: 0px; }
  .ew-cookie-bar--hide-top {
    top: -100%; }
  .ew-cookie-bar--show-bottom {
    bottom: 0px; }
  .ew-cookie-bar--hide-bottom {
    bottom: -100%; }
  .ew-cookie-bar--animate {
    transition: top 500ms ease-in-out, bottom 500ms ease-in-out; }
  @media screen and (max-width: 1100px) {
    .ew-cookie-bar {
      font-size: 16px;
      min-height: 70px; } }
  @media screen and (max-width: 820px) {
    .ew-cookie-bar__button {
      font-size: 12px;
      padding: 5px 10px;
      white-space: normal; }
      .ew-cookie-bar__button--close {
        position: relative;
        padding: 0;
        width: 32px;
        height: 32px; }
    .ew-cookie-bar__cookie-message-body {
      width: 100%; }
    .ew-cookie-bar__cookie-button-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      position: unset;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0; }
    .ew-cookie-bar__content {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
    .ew-cookie-bar__container {
      padding: 15px; } }

/* Animation keyframes - you need to add prefixes */
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* Loading animation container */
.is-loading-container {
  width: 120px;
  text-align: right;
  background-color: #9c5cb1;
  text-transform: uppercase;
  color: #fff;
  line-height: 29px;
  padding-right: 7px;
  font-weight: 400;
  padding: 6px 10px; }

.is-loading {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #9c5cb1;
  /* Spinning circle (inner circle) */
  /* Spinning circle mask */ }
  .is-loading .masked-circle {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 3px solid #fff; }
  .is-loading .mask {
    width: 12px;
    height: 12px;
    overflow: hidden; }
  .is-loading .spinner {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 26px;
    height: 26px;
    animation: spin 1s infinite linear; }

.ytp-watermark {
  display: none; }

.divider {
  padding: 20px 0; }
  .divider h1,
  .divider h2,
  .divider h3,
  .divider h4,
  .divider h5,
  .divider h6 {
    margin-bottom: 0; }
  .divider.alt-dark {
    background-color: #78767c;
    color: #ffffff; }
  .divider .button .chevron {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px; }
  @media only screen and (max-width: 1199px) {
    .divider .button .chevron {
      margin-left: 10px; } }
  @media only screen and (max-width: 991px) {
    .divider .container {
      width: 100%; }
    .divider img {
      height: 30px;
      width: 30px; } }

.committed-to-colonoscopy-navigation {
  background-color: #e4e6e7;
  padding-top: 50px;
  padding-bottom: 50px; }
  .committed-to-colonoscopy-navigation--header-row h1 {
    margin-bottom: 25px;
    color: #58595b; }
  .committed-to-colonoscopy-navigation--header-row p {
    padding-bottom: 35px; }
  .committed-to-colonoscopy-navigation [class*='col-md-']:not(:last-child) {
    border-right: 1px solid #a5adb1; }
  .committed-to-colonoscopy-navigation--icon {
    text-align: center;
    margin: auto;
    display: block;
    padding-bottom: 10px;
    opacity: 0.3; }
    .committed-to-colonoscopy-navigation--icon:hover {
      opacity: 0.8; }
    .committed-to-colonoscopy-navigation--icon.active {
      opacity: 1; }
    .committed-to-colonoscopy-navigation--icon p {
      color: #58595b;
      font-weight: 500; }

.icon-link {
  width: 245px;
  text-align: center;
  padding: 0 20px;
  opacity: 0.3; }
  .icon-link a {
    color: #58595b;
    font-weight: 500; }
  .icon-link img {
    height: 95px;
    width: 95px;
    margin: 0 auto 5px; }
  .icon-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 5px; }
  .icon-link--typogrey::after {
    background-color: #58595b; }
  .icon-link--slate::after {
    background-color: #405965; }
  .icon-link--aqua::after {
    background-color: #00bac6; }
  .icon-link--sunflower::after {
    background-color: #ffc20e; }
  .icon-link--candy::after {
    background-color: #f173ac; }
  .icon-link--indigo::after {
    background-color: #004ea0; }
  .icon-link--mauve::after {
    background-color: #ac8399; }
  .icon-link--iris::after {
    background-color: #bbb8dc; }
  .icon-link--fern::after {
    background-color: #00b259; }
  .icon-link--plum::after {
    background-color: #9c5cb1; }
  .icon-link--blue::after {
    background-color: #40a6d7; }
  .icon-link--plain-black::after {
    background-color: #000000; }
  .icon-link--plain-white::after {
    background-color: #ffffff; }
  .icon-link--light-grey::after {
    background-color: #abb3b7; }
  .icon-link--strong-orange::after {
    background-color: #fd653b; }
  .icon-link--hot-pink::after {
    background-color: #c1007a; }
  .icon-link--yellowy-green::after {
    background-color: #abc449; }
  .icon-link--dark-green::after {
    background-color: #6cb24a; }
  .icon-link--bright-cyan::after {
    background-color: #23babf; }
  .icon-link--off-white::after {
    background-color: #eaeaea; }
  .icon-link--dark-blue::after {
    background-color: #004087; }
  .icon-link--plenvu-orange::after {
    background-color: #db7a1c; }
  .icon-link--plenvu-grey::after {
    background-color: #7a777d; }
  .icon-link--dark-grey::after {
    background-color: #4a6370; }
  .icon-link--lightaqua::after {
    background-color: #ccecef; }
  .icon-link--cosmic-cobalt::after {
    background-color: #3a2f8b; }
  .icon-link--lapis-lazuli::after {
    background-color: #0c62a9; }
  .icon-link.is-active, .icon-link:hover {
    opacity: 1; }
    .icon-link.is-active a, .icon-link:hover a {
      text-decoration: none; }
  .icon-link:not(:last-child) {
    border-right: 1px solid #58595b; }
  @media only screen and (max-width: 768px) {
    .icon-link {
      padding: 20px;
      margin: 0 auto; }
      .icon-link:not(:last-child) {
        border-right: 0; } }

.icon-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 768px) {
    .icon-links {
      display: block; } }

.cd-timeline {
  position: relative; }
  .cd-timeline__intro {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-bottom: -30px; }
    @media only screen and (min-width: 768px) {
      .cd-timeline__intro {
        font-size: 28px; } }
  .cd-timeline-lhs, .cd-timeline-rhs {
    width: auto;
    margin-left: 100px;
    margin-right: 0; }
    .cd-timeline-lhs.has-multiple .cd-timeline-content::before, .cd-timeline-rhs.has-multiple .cd-timeline-content::before {
      width: 32px; }
    .cd-timeline-lhs.has-multiple .cd-timeline-content::after, .cd-timeline-rhs.has-multiple .cd-timeline-content::after {
      display: block; }
    .cd-timeline-lhs.has-multiple .cd-timeline-content:nth-child(1)::after, .cd-timeline-rhs.has-multiple .cd-timeline-content:nth-child(1)::after {
      top: 50%;
      margin-top: 0; }
  .cd-timeline-lhs {
    margin-right: 0;
    margin-left: 100px;
    margin-bottom: 15px; }
    .cd-timeline-lhs.has-multiple .cd-timeline-content::after {
      display: block;
      left: 100%; }
    @media only screen and (min-width: 768px) {
      .cd-timeline-lhs {
        width: calc(50% - 130px);
        margin-right: 60px;
        margin-left: 0;
        margin-bottom: 0;
        -ms-flex-order: 0;
            order: 0; }
        .cd-timeline-lhs .cd-timeline-content::before {
          left: 100% !important;
          transform: translateY(-50%) !important; } }
  .cd-timeline-rhs {
    margin-right: 0;
    margin-left: 100px; }
    .cd-timeline-rhs .cd-timeline-content.bounce-in {
      animation: cd-bounce-2 0.6s; }
    .cd-timeline-rhs .cd-timeline-content::before {
      left: 0;
      transform: translateX(-100%); }
    .cd-timeline-rhs.has-multiple .cd-timeline-content::after {
      display: block;
      left: -32px; }
    @media only screen and (min-width: 768px) {
      .cd-timeline-rhs {
        width: calc(50% - 130px);
        margin-left: 60px;
        -ms-flex-order: 2;
            order: 2; }
        .cd-timeline-rhs.is-centered {
          width: 100%;
          margin: 0; }
        .cd-timeline-rhs .cd-timeline-content.bounce-in {
          animation: cd-bounce-2-inverse 0.6s; } }
  .cd-timeline .timeline-line {
    position: absolute;
    top: 0;
    left: 35px;
    height: 0;
    width: 2px;
    border-radius: 10px;
    margin-left: -1px;
    background: #0c62a9; }
    @media only screen and (min-width: 768px) {
      .cd-timeline .timeline-line {
        left: 50%; } }

.cd-timeline-block {
  position: relative;
  display: block;
  margin: 30px 0;
  min-height: 70px;
  z-index: 10; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }
  .cd-timeline-block.is-stacked {
    -ms-flex-direction: column;
        flex-direction: column; }
  @media only screen and (max-width: 768px) {
    .cd-timeline-block.has-multiple .cd-timeline-img::after {
      left: 100%;
      width: 18px; }
    .cd-timeline-block.has-multiple .cd-timeline-content::before {
      width: 16px;
      left: -16px;
      transform: none; }
    .cd-timeline-block.has-multiple .cd-timeline-content::after {
      display: block;
      left: -16px; }
    .cd-timeline-block.has-multiple .cd-timeline-lhs .cd-timeline-content::after {
      top: 50%;
      margin-top: 0; }
    .cd-timeline-block.has-multiple .cd-timeline-rhs.has-multiple .cd-timeline-content:first-child::after {
      top: 50%;
      height: calc(100% + 20px);
      transform: translateY(-50%); } }
  @media only screen and (min-width: 768px) {
    .cd-timeline-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      margin: 60px 0;
      min-height: 140px; }
      .cd-timeline-block.has-multiple .cd-timeline-lhs:not(.has-multiple) .cd-timeline-content::before,
      .cd-timeline-block.has-multiple .cd-timeline-rhs:not(.has-multiple) .cd-timeline-content::before {
        width: 64px;
        left: 0;
        transform: translateX(-100%); }
      .cd-timeline-block.has-multiple .cd-timeline-lhs:not(.has-multiple) .cd-timeline-content::after,
      .cd-timeline-block.has-multiple .cd-timeline-rhs:not(.has-multiple) .cd-timeline-content::after {
        display: none; } }

.cd-timeline-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #0c62a9;
  z-index: 30;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 0;
      order: 0; }
  .cd-timeline-img-year {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border-radius: 50%;
    background-color: #2a2964;
    z-index: 5; }
  .cd-timeline-img-start .cd-timeline-img-year {
    background-color: transparent;
    background-image: url("/assets/img//colonoscopy/timeline-start-icon@2x.png");
    background-repeat: no-repeat;
    background-size: 100%; }
  .cd-timeline-img--lg {
    font-size: 12px; }
  .cd-timeline-img::before {
    content: '';
    display: block;
    height: 66px;
    width: 66px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 4;
    border-radius: 50%; }
  .cd-timeline-img::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #0c62a9;
    position: absolute;
    top: 50%;
    width: 18px;
    transform: translateY(-50%);
    z-index: 3;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .cd-timeline-img.has-multiple-lhs::after {
    left: -32px; }
  .cd-timeline-img.has-multiple-rhs::after {
    left: 100%; }
  .cd-timeline-img.is-invisible {
    visibility: hidden; }
  .cd-timeline-img.bounce-in {
    visibility: visible;
    animation: fade-in 0.6s; }
  @media only screen and (min-width: 768px) {
    .cd-timeline-img {
      position: relative;
      top: auto;
      transform: none;
      font-size: 36px;
      height: 140px;
      width: 140px;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden; }
      .cd-timeline-img::before {
        height: 100%;
        width: 100%; }
      .cd-timeline-img::after {
        width: 32px; }
      .cd-timeline-img-start {
        height: 204px;
        width: 204px; }
      .cd-timeline-img-year {
        height: calc(100% - 20px);
        width: calc(100% - 20px); }
      .cd-timeline-img--lg {
        height: 245px;
        width: 245px; }
      .cd-timeline-img.bounce-in {
        visibility: visible;
        animation: cd-bounce-1 0.6s; } }

.cd-timeline-content {
  position: relative;
  background-color: #ffffff;
  color: #58595b;
  border: 2px solid #0c62a9;
  padding: 15px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  z-index: 2;
  width: 100%; }
  .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 32px;
    left: -32px;
    background-color: #0c62a9; }
  .cd-timeline-content::after {
    content: '';
    display: none;
    position: absolute;
    transform: none;
    height: calc(50% + 10px);
    top: 0;
    width: 2px;
    left: -32px;
    background-color: #0c62a9;
    margin-top: -10px; }
  .cd-timeline-content:not(:last-child) {
    margin-bottom: 15px; }
  .cd-timeline-content.is-invisible {
    visibility: hidden; }
  .cd-timeline-content.bounce-in {
    visibility: visible;
    animation: cd-bounce-2 0.6s; }
  @media only screen and (min-width: 768px) {
    .cd-timeline-content {
      font-size: 20px;
      padding: 30px;
      width: 100%; }
      .cd-timeline-content.is-centered {
        width: 75%;
        margin: 45px auto 0; }
        .cd-timeline-content.is-centered::before {
          height: 50px;
          width: 2px;
          top: 0;
          left: 50%;
          transform: translate(-50%, -100%); }
      .cd-timeline-content::before {
        width: 62px; } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  60% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  60% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.spoiler-block {
  overflow: hidden;
  margin-bottom: 3rem; }

.spoiler-content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  transition: grid-template-rows 0.3s ease-out, -ms-grid-rows 0.3s ease-out;
  background-color: #fff; }
  .spoiler-content-wrapper--active {
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    margin-bottom: 2rem; }

.spoiler-content-wrapper-inner {
  overflow: hidden; }

.spoiler-content {
  padding: 2rem 1rem; }
  .spoiler-content td {
    vertical-align: top;
    padding: 1rem;
    border: 1px solid #bebebe; }

.spoiler-title {
  padding: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe; }
