﻿/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.faa-overlay {
  transition: opacity 0.3s ease-in-out;
  background: white;
  bottom: 0;
  display: none;
  left: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}
.faa-overlay::after {
  transition: opacity 0.4s;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.faa-overlay::after {
  background: #8fd8f2;
  background: -moz-linear-gradient(65deg, #8fd8f2 0%, #8fd8f2 100%);
  background: -webkit-linear-gradient(65deg, #8fd8f2 0%, #8fd8f2 100%);
  background: linear-gradient(25deg, #8fd8f2 0%, #8fd8f2 100%);
}

.faa-overlay [class*=-section] {
  padding: 0 3em;
  display: none;
}
.faa-overlay .inner {
  transform: translateY(50px);
  transition: transform 0.3s ease-in-out;
  background: white;
  bottom: 0;
  left: 0;
  margin: 15px;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.faa-overlay .inner::before {
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  background: #d1e2e5;
  bottom: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transition-delay: 0.3s;
  left: 50%;
  width: 1px;
}
.faa-overlay .inner > .wrap {
  height: 100%;
  max-width: 1700px;
  overflow: hidden;
  position: relative;
}
.faa-overlay .short-stack {
  transform: translate(-50%, 0);
  height: calc(100% - 125px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px !important;
  top: 0;
}
.faa-overlay .close {
  cursor: pointer;
  display: none;
  height: 24px;
  padding: 18px;
  position: absolute;
  top: 10px;
  width: 24px;
  z-index: 1003;
}
.faa-overlay .close svg {
  height: 100%;
  width: 100%;
}
.faa-overlay .close svg path {
  transition: fill 0.3s;
}
.faa-overlay .close:hover svg path {
  fill: #0077B3;
}
.faa-overlay .close {
  right: 10px;
}
.faa-overlay .back {
  color: #2d2d2d;
  display: none;
  font-size: 1.2rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.1em;
  opacity: 0;
  position: absolute;
  padding: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.25s;
  transition-delay: 0.25s;
  z-index: 1001;
}
.faa-overlay .back .arrow {
  font-family: "96 Sans Icons";
  padding-right: 0.5em;
}
.faa-overlay.show-back .back {
  display: inline-block;
}

.faa-overlay.show-back .back {
  opacity: 1;
}

@media only screen and (max-width: 1150px) {
  .faa-overlay {
    z-index: 1003;
  }
  .faa-overlay [class*=-section] {
    padding: 0 15%;
  }
  .faa-overlay .inner::before {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .faa-overlay .inner {
    margin: 10px;
  }
  .faa-overlay .inner > .wrap {
    padding: 0;
  }
  .faa-overlay [class*=-section] {
    padding: 0;
  }
  .faa-overlay .close {
    height: 20px;
    padding: 18px;
    right: 0;
    top: 2px;
    width: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .faa-overlay .inner {
    margin: 0;
  }
  .faa-overlay .back {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .faa-overlay .close {
    right: 8px;
  }
  .faa-overlay .short-stack {
    height: calc(100% - 60px);
  }
}
/* Targets displays using any of Windows' High Contrast Mode themes: */
@media screen and (-ms-high-contrast: active) {
  .faa-overlay .close svg path {
    fill: #fff;
  }
}
/* Targets displays using the Windows' "High Contrast White" theme: */
@media screen and (-ms-high-contrast: black-on-white) {
  .faa-overlay .close svg path {
    fill: #000;
  }
}
/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.faa-overlay .faa-section {
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out;
  box-sizing: border-box;
  left: 50%;
  margin-right: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 1;
  /* FAA Form
  /* - - - - - - - - - - - - - - - - - - */
  /* Product image, title
  /* - - - - - - - - - - - - - - - - - - */
}
.faa-overlay .faa-section .searchForAgentsForm {
  display: block;
  position: relative;
  width: 100%;
}
.faa-overlay .faa-section .faa-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 410px;
}
.faa-overlay .faa-section .faa-form .button-area,
.faa-overlay .faa-section .faa-form .button-zip-wrap {
  display: block;
  margin: 0;
}
.faa-overlay .faa-section .faa-form .primary,
.faa-overlay .faa-section .faa-form .primary button {
  width: 100%;
}
.faa-overlay .faa-section .faa-form .primary button {
  padding-top: 3rem;
}
.faa-overlay .faa-section .faa-form .primary button .placeholder {
  bottom: 0;
}
.faa-overlay .faa-section .disclosure {
  margin: 0 auto;
  text-align: center;
}
.faa-overlay .faa-section .disclosure p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 2em;
  min-height: 1.6em;
}
.faa-overlay .faa-section .disclosure a {
  color: #707070;
  white-space: nowrap;
}
.faa-overlay .faa-section .disclosure a:hover {
  text-decoration: none;
}
.faa-overlay .faa-section .faa-copy {
  margin-top: 110px;
  position: relative;
}
.faa-overlay .faa-section .faa-image {
  transform: translateX(-50%);
  bottom: 0;
  height: 165px;
  left: 50%;
  position: absolute;
  width: 140px;
}
.faa-overlay .faa-section .faa-image + .title::before {
  background: url("/Content/images/DomainProgressive/wh3/base/icons/dot-pattern.svg") center;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  top: -65px;
  width: 100px;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .faa-overlay .faa-section .faa-image + .title::before {
    background-image: radial-gradient(#8fd8f2 15%, transparent 16%), radial-gradient(#8fd8f2 15%, transparent 16%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
  }
}
.faa-overlay .faa-section .product.dropdownlist {
  left: 0;
  top: 0;
  width: 100%;
}
.faa-overlay .faa-section .product.dropdownlist ul {
  column-count: 2;
  padding-bottom: 18px;
}
.faa-overlay .faa-section .searchForAgentsForm {
  /* Zip Code
  /* - - - - - - - - - - - - - - - - - - */
  /* Language
  /* - - - - - - - - - - - - - - - - - - */
  /* FAA Search Button
  /* - - - - - - - - - - - - - - - - - - */
}
.faa-overlay .faa-section .searchForAgentsForm .zipCode {
  display: inline-block;
  margin-right: 0;
  margin-top: 25px;
  position: absolute;
  width: 30%;
}
.faa-overlay .faa-section .searchForAgentsForm .zipCode input {
  margin-top: 3rem;
}
.faa-overlay .faa-section .searchForAgentsForm .languagespoken {
  transform: translateX(-100%);
  display: inline-block;
  left: 100%;
  margin-right: 0;
  margin-top: 25px;
  padding-right: 0;
  padding-top: 7.2rem;
  position: relative;
  min-width: 50%;
  z-index: 1;
}
.faa-overlay .faa-section .searchForAgentsForm .languagespoken .display {
  position: static;
  width: 100%;
}
.faa-overlay .faa-section .searchForAgentsForm .languagespoken .label {
  top: 0;
}
.faa-overlay .faa-section .searchForAgentsForm .button {
  transition: background 0.3s ease-in-out;
  background-color: #0077B3;
  border: 1px solid #0077B3;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 3.2rem auto 0 auto;
  text-decoration: none;
  width: 200px;
}
.faa-overlay .faa-section .searchForAgentsForm .button:hover, .faa-overlay .faa-section .searchForAgentsForm .button:focus {
  background-color: #2862a4;
}
.faa-overlay .faa-section .searchForAgentsForm .button.waiting button {
  font-size: 1.8rem;
}
.faa-overlay .faa-section .searchForAgentsForm .button.waiting .spinner p {
  font-size: 1.8rem;
}
.faa-overlay .faa-section .searchForAgentsForm .button button {
  font-size: 1.8rem;
  width: 100%;
}
body:not(.disable-focus-state) #site .faa-overlay .faa-section .searchForAgentsForm .button button:focus {
  outline: -webkit-focus-ring-color none 0;
  outline: 3px dashed white;
  outline-offset: -3px;
}

/* MEDIA QUERIES
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 1150px) {
  .faa-overlay .faa-section {
    transform: translate(0, -50%);
    left: 0;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 730px) {
  .faa-overlay .faa-section .searchForAgentsForm .languagespoken {
    padding-top: 6.8rem;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 550px) {
  .faa-overlay .faa-section .faa-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faa-overlay .faa-section .disclosure {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faa-overlay .faa-section .disclosure p {
    margin-top: 1em;
  }
  .faa-overlay .faa-section .product.dropdownlist ul {
    column-count: 1;
  }
  .faa-overlay .faa-section .button {
    margin-top: 4vh;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 400px) {
  .faa-overlay .faa-section .disclosure {
    padding-left: 0;
    padding-right: 0;
  }
  .faa-overlay .faa-section .faa-form {
    margin-top: 1rem;
  }
  .faa-overlay .faa-section .searchForAgentsForm .languagespoken {
    display: block;
    width: 100%;
  }
  .faa-overlay .faa-section .searchForAgentsForm .zipCode {
    display: block;
    position: relative;
    width: 100%;
  }
}
/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.faa-overlay .disclosure-section {
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  background: white;
  bottom: 0;
  box-shadow: 0 0 0 0 rgba(166, 166, 166, 0.4);
  left: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}
.faa-overlay .disclosure-section::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 10rem, white 100%);
  bottom: 0;
  content: "";
  height: 20rem;
  pointer-events: none;
  position: absolute;
  left: 10px;
  right: 20px;
  z-index: 2;
}
.faa-overlay .disclosure-section .scrollable {
  transition: opacity 0.3s ease-in-out 0s;
  height: calc(100% - 60px);
  opacity: 0;
  overflow: auto;
  position: relative;
  top: 60px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.faa-overlay .disclosure-section .content {
  height: auto;
  max-width: 1270px;
  padding-bottom: 20rem;
}
.faa-overlay .disclosure-section .content a {
  color: #707070;
}
.faa-overlay .disclosure-section .content a:hover {
  text-decoration: none;
}
.faa-overlay .disclosure-section .disclosure-back {
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out 0s;
  bottom: 50px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

@media only screen and (max-width: 550px) {
  .faa-overlay .disclosure-section::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 6rem, white 100%);
    height: 12rem;
  }
  .faa-overlay .disclosure-section .content {
    padding-bottom: 12rem;
  }
  .faa-overlay .disclosure-section .disclosure-back {
    bottom: 20px;
  }
}
/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.faa-overlay.hide-faa .faa-section {
  display: none;
  pointer-events: none;
}
.faa-overlay.show-faa .faa-section {
  display: block;
  pointer-events: auto;
}
.faa-overlay.hiding {
  opacity: 0 !important;
}
.faa-overlay.hiding .inner {
  transform: translateY(50px) !important;
}

[data-faa-overlay=show] .faa-overlay,
[data-faa-disclosure=show] .faa-overlay {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
[data-faa-overlay=show] .faa-overlay .inner,
[data-faa-disclosure=show] .faa-overlay .inner {
  transform: translateY(0);
}
[data-faa-overlay=show] .faa-overlay .close,
[data-faa-disclosure=show] .faa-overlay .close {
  display: block;
}

[data-faa-phase=faa] .faa-section {
  display: block;
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

[data-faa-disclosure] .disclosure-section {
  display: block;
}

[data-faa-disclosure=show] .disclosure-section {
  box-shadow: 0 0 50px 20px rgba(166, 166, 166, 0.4);
  opacity: 1;
}
[data-faa-disclosure=show] .disclosure-section .scrollable,
[data-faa-disclosure=show] .disclosure-section .disclosure-back {
  opacity: 1;
  pointer-events: auto;
}
[data-faa-disclosure=show] .disclosure-section .scrollable {
  transition: opacity 0.3s ease-in-out 0.3s;
}
[data-faa-disclosure=show] .disclosure-section .disclosure-back {
  transition: opacity 0.3s ease-in-out 0.5s;
}
