@import './main/sign-success-modal.css';
@import './main/footer-banner.css';
@import './main/collage.css';

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.handbook-wrapper {
  text-align: center;
  font-size: 0;
  -webkit-font-smoothing: antialiased;
  color: #000;
  position: relative;
  top: 0;
  height: 100%;
  background: #f4f4f5;
}

body.searching {
  height: 100%;
  overflow-y: auto;
}

.handbook-wrapper a {
  text-decoration: none;
}

.handbook-wrapper a:active {
  opacity: 0.2 !important;
  transition: none;
}

.handbook-wrapper .block .content span[style~='color:'] > a[href] {
  color: inherit;
}

.handbook-wrapper .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  word-break: break-word;
}

.handbook-wrapper div.half {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
}

.handbook-wrapper div.last {
  margin-right: 0;
}

.mce-edit-focus {
  outline: 1px solid #00a7ff !important;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sub,
sup {
  font-size: smaller;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

/* Require Signature
------------------------------------ */

.wrapper-handbook-action {
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
  left: 0;
}

.wrapper-handbook-action .require-signature {
  position: relative;
  width: 100%;
  z-index: 10;
}

.wrapper-handbook-action .require-signature.bottom {
  position: fixed;
  bottom: 0;
}

.require-signature .button {
  margin-left: 15px;
  padding: 8px 25px;
}

.require-signature .require-signature-wrapper {
  width: 100%;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 15px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.require-signature .require-signature-wrapper .questions-banner-wrapper {
  position: relative;
  cursor: pointer;
}

.require-signature .require-signature-wrapper .questions-content {
  line-height: 48px;
}

.require-signature
  .require-signature-wrapper
  .questions-banner-wrapper
  .down-icon,
.require-signature .require-signature-wrapper .questions-banner-wrapper .icon {
  font-size: 24px;
  margin-left: 10px;
  transition: 0.4s;
  transform: rotateX(180deg);
  color: #00a7ff;
}

.require-signature .require-signature-wrapper .questions-banner-wrapper .icon {
  vertical-align: sub;
}

.require-signature
  .require-signature-wrapper
  .questions-banner-wrapper
  .icon.show {
  transform: rotateX(0deg);
}

.require-signature .require-signature-wrapper .questions-banner-wrapper span {
  color: #00a7ff;
  font-weight: bold;
}

.require-signature
  .require-signature-wrapper
  .questions-banner-wrapper
  .questions-list {
  display: none;
  position: fixed;
  min-width: 300px;
  padding: 25px;
  left: 50%;
  background-color: #fff;
  top: 50px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  transform: translateX(-50%);
}

.require-signature
  .require-signature-wrapper
  .questions-banner-wrapper
  .questions-list.show {
  display: block;
}

.require-signature
  .require-signature-wrapper
  .questions-banner-wrapper
  .questions-list
  .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 5px 10px;
}

.wrapper-handbook-action
  .require-signature.bottom
  .require-signature-wrapper
  .questions-banner-wrapper
  .questions-list {
  top: unset;
  bottom: 50px;
}

.require-signature
  .require-signature-wrapper
  .questions-banner-wrapper
  .questions-list
  .info-wrapper:hover {
  background: #f7f7f7;
}

.require-signature
  .require-signature-wrapper
  .questions-banner-wrapper
  .questions-list
  .info-wrapper:last-child {
  margin-bottom: 0px;
}

.require-signature
  .require-signature-wrapper
  .questions-banner-wrapper
  .questions-list
  .info-wrapper
  .title {
  font-size: 16px;
  color: #333;
  max-width: 135px;
  text-align: left;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.require-signature
  .require-signature-wrapper
  .questions-banner-wrapper
  .questions-list
  .info-wrapper
  .order {
  font-size: 12px;
  opacity: 0.4;
  margin-left: 15px;
  color: #333;
}

.require-signature b {
  font-weight: bold;
}

.modal p {
  font-size: 15px;
  line-height: 1.4;
  white-space: pre-wrap;
  overflow-y: auto;
  max-height: 200px;
  padding: 5px;
}

.modal#sign {
  max-width: 700px;
}

.modal#sign input.signature {
  border: none;
  border-bottom: 1px dashed #444;
  box-shadow: none;
  border-radius: 0;
  font-size: 40px;
  padding: 10px 0;
  font-family: 'Alex Brush', cursive;
}

/* Preview overlay
------------------------------------ */

.preview-overlay {
  position: fixed;
  width: 100%;
  padding: 0 20px;
  z-index: 1000;
  bottom: 20px;
  left: 0px;
  display: none;
}

.preview-overlay h4 {
  width: 100%;
  display: inline-block;
  padding: 20px;
  background: #fff;
  color: #333;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.template-overlay {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20 !important;
  padding: 21px 55px !important;
  font-size: 15px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Typgography
------------------------------------ */
/* mce-edite font-size */
.handbook-wrapper h1 {
  font-size: 55rem;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
  color: inherit;
}

.handbook-wrapper h1[data-style='h-special'] {
  font-size: 85rem;
}

.handbook-wrapper h1[data-style='h1'] {
  font-size: 55rem;
}

.handbook-wrapper h2 {
  font-size: 41rem;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
  padding: 0;
  color: inherit;
}

.handbook-wrapper h2[data-style='h2'] {
  font-size: 41rem;
  margin-bottom: 50px;
}

.handbook-wrapper h4 {
  font-size: 30rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

.handbook-wrapper h4[data-style='h4'] {
  font-size: 35rem;
  font-weight: inherit;
  letter-spacing: 1px;
  margin-bottom: 50px;
  color: inherit;
  font-family: inherit;
}

.handbook-wrapper p[data-style='h5'],
.handbook-wrapper p[data-style='h6'] {
  line-height: 1.6;
  font-weight: inherit;
  margin-bottom: 35px;
  font-family: inherit;
}

.handbook-wrapper p[data-style='h5'] {
  font-size: 27rem;
}

.handbook-wrapper p[data-style='h6'] {
  font-size: 22rem;
}

.handbook-wrapper h3 {
  font-size: 55rem;
}

.handbook-wrapper h4 {
  line-height: 1;
  text-align: center;
  font-weight: inherit;
  /* letter-spacing: -1px; */
  margin-bottom: 50px;
}

.handbook-wrapper h5 {
  font-size: 27rem;
  line-height: 1;
  text-align: left;
  font-weight: inherit;
  letter-spacing: -0.3px;
  margin-bottom: 35px;
  color: #2c74c7;
}

.handbook-wrapper h6 {
  font-size: 22rem;
  text-align: left;
  /* line-height: 35px; */
  margin-bottom: 35px;
  text-align: left;
}

.handbook-wrapper p,
.handbook-wrapper .block li {
  font-size: 22rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 35px;
}

.handbook-wrapper ul li::marker,
.handbook-wrapper ol li::marker {
  color: #000000;
}

.handbook-wrapper .mce-item-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.handbook-wrapper table {
  font-size: 22px;
  text-align: left;
  line-height: 1.6;
}

.handbook-wrapper td {
  padding: 0px;
  min-width: 20px;
}

/* video and image reponsive  */
@media screen and (max-width: 768px) {
  .handbook-wrapper .mce-preview-object.mce-object-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    display: block;
  }

  .handbook-wrapper .mce-preview-object.mce-object-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
  }

  .handbook-wrapper img.img-responsive {
    max-width: 100%;
    height: auto;
  }
}
/* end video and image reponsive  */

.handbook-wrapper .block ol,
.handbook-wrapper .block ul {
  padding-left: 30px;
}

/* .handbook-wrapper .block ol li {
  list-style: decimal outside;
} */

.handbook-wrapper blockquote {
  color: #55c793;
  font-size: 80px;
  z-index: 1;
  line-height: 1.3;
  position: relative;
  font-weight: 500;
  margin: 70px auto 40px;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 120%;
  margin-left: -10%;
}

.handbook-wrapper blockquote p {
  font-size: inherit;
  font-family: inherit;
  text-align: inherit;
  list-style: inherit;
  line-height: inherit;
  margin-bottom: inherit;
}

.handbook-wrapper .richtext {
  min-height: 50px;
}

@media screen and (max-width: 1100px) {
  .handbook-wrapper blockquote {
    width: 100%;
    margin-left: 0;
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  /* need to add for the header option */
  .handbook-wrapper h1[data-style='h-special'] {
    font-size: 60rem;
    margin-bottom: 29px;
  }

  .handbook-wrapper h1[data-style='h1'] {
    margin-bottom: 25px;
    font-size: 55rem;
  }

  .handbook-wrapper h2[data-style='h2'] {
    font-size: 50rem;
    margin-bottom: 25px;
  }

  .handbook-wrapper h4[data-style='h4'] {
    font-size: 44rem;
    margin-bottom: 25px;
  }

  .handbook-wrapper p[data-style='h5'] {
    font-size: 36rem;
    margin-bottom: 18px;
  }

  .handbook-wrapper h1 {
    font-size: 55rem;
    margin-bottom: 25px;
  }

  .handbook-wrapper h3 {
    font-size: 48rem;
    margin-bottom: 25px;
  }

  .handbook-wrapper h6 {
    font-size: 24rem;
    margin-bottom: 18px;
  }

  .handbook-wrapper p[data-style='h6'] {
    font-size: 24rem;
    margin-bottom: 18px;
  }

  .handbook-wrapper p,
  .handbook-wrapper .block li {
    font-size: 24rem;
    margin-bottom: 18px;
  }

  .handbook-wrapper .block.image {
    height: 500px;
  }

  .handbook-wrapper blockquote {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .handbook-wrapper .block.image {
    height: 300px;
  }
}

/* Menu
------------------------------------ */

.wrapper-menu .menu-icon {
  min-width: 50px;
  min-height: 50px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  border-radius: 50px;
  cursor: pointer;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-top: 13px;
  font-family: 'Avenir W01';
  z-index: 15;
  transition: transform 0.4s;
}

.wrapper-menu .menu-icon .bar {
  width: 22px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 14px;
  background: #000;
  transition: all 600ms cubic-bezier(0.51, 0.98, 0.39, 0.99);
}

.wrapper-menu .menu-icon.open .bar {
  width: 14px;
  left: 18px;
}

.wrapper-menu .menu-icon .bar:last-child {
  top: 29px;
}

.wrapper-menu .menu-icon.open {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
}

.wrapper-menu .menu-icon.open .bar:first-child {
  transform: rotate(45deg);
  top: 29px;
}

.wrapper-menu .menu-icon.open .bar:last-child {
  transform: rotate(-45deg);
  top: 29px;
}

/* has-require-signature */
.wrapper-menu.has-require-signature.top .menu-icon.open {
  transform: translateY(-50px);
}

.wrapper-menu .menu,
.wrapper-menu .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 90%;
  background: #fff;
  display: none;
  z-index: 13;
}

.wrapper-menu .menu {
  overflow-y: scroll;
}

.wrapper-menu .menu h1 {
  text-align: left;
  width: 100%;
  padding: 20px;
  font-size: 28px;
  padding-top: 40px;
  padding-bottom: 0;
}

.wrapper-menu .menu {
  left: -100%;
  transition: all 600ms cubic-bezier(0.51, 0.98, 0.39, 0.99);
  padding-top: 90px;
  max-width: 500px;
  padding-bottom: 200px;
}

.wrapper-menu .menu.active,
.wrapper-menu .menu-overlay.active {
  display: inline-block;
}

.wrapper-menu .menu.slide {
  left: 0;
}

.wrapper-menu .menu.out {
  left: -100% !important;
  transition: all 300ms ease-in;
}

.wrapper-menu .menu-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  width: 100%;
  display: none;
}

.wrapper-menu .menu li {
  text-align: left;
}

.wrapper-menu .menu li a {
  font-size: 17px;
  color: #4c5663;
  padding: 12px 20px 12px 35px;
  display: flex;
  align-items: center;
  font-weight: 700;
  width: 100%;
  line-height: 17px;
  cursor: pointer;
}

.wrapper-menu .menu li a:hover {
  background: #eee;
}

.wrapper-menu .menu li a.active,
.wrapper-menu .menu li a.active:hover {
  background: #00a7ff;
  color: #fff;
}

.wrapper-menu .menu li a .page-number {
  font-size: 12px;
  opacity: 0.4;
  margin-left: 15px;
}

.wrapper-menu .menu li a .flag-number-wrapper {
  margin-left: auto;
}

.wrapper-menu .menu li a .text-updated,
.require-signature-wrapper
  .questions-banner-wrapper
  .questions-list
  .text-updated {
  background: #ff7d2f;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  margin-left: auto;
  padding: 3px 10px;
  border-radius: 3px;
  font-family: sans-serif;
}

.wrapper-menu .menu li a .text-updated.New {
  background: #47a6f8;
}

.wrapper-menu .menu li a .text-updated.Updated {
  background: #44898b;
}

.wrapper-menu .menu li a .section-title {
  max-width: 330px;
  word-break: break-word;
}

.wrapper-menu .menu li.title {
  font-size: 15px;
  color: #00a7ff;
  padding: 50px 20px 10px 35px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  width: 100%;
}

.wrapper-menu .menu li.title:first-child {
  padding-top: 0;
}

.wrapper-menu {
  z-index: 12;
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.wrapper-menu .menu-action-block {
  display: flex;
  align-items: center;
}

.wrapper-menu .back-dashboard {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 7px 10px;
  height: 40px;
  border-radius: 3px;
  margin-left: 15px;
  transition: all 600ms cubic-bezier(0.51, 0.98, 0.39, 0.99);
  z-index: 11;
  box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
}

.wrapper-menu .back-dashboard .icon-back {
  margin-right: 10px;
  width: 14px;
}

.wrapper-menu.hide-menu-action .back-dashboard,
.wrapper-menu.hide-menu-action .dropdown-menu {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .wrapper-menu .menu-icon {
    min-width: 60px;
    min-height: 60px;
    font-size: 10px;
    padding-top: 15px;
  }

  .wrapper-menu .menu .search-form {
    width: calc(100% - 95px);
    top: 24px;
  }

  .wrapper-menu .menu-icon .bar {
    top: 30px;
    width: 25px;
    left: 17px;
  }

  .wrapper-menu .menu-icon .bar:last-child {
    top: 37px;
  }

  .wrapper-menu .menu-icon.open .bar:first-child,
  .wrapper-menu .menu-icon.open .bar:last-child {
    width: 20px;
    left: 20px;
    top: 36px;
  }
}

/* Searching
------------------------------------ */

.wrapper-menu .search-form {
  position: absolute;
  top: 20px;
  right: 10px;
  width: calc(100% - 85px);
  height: 40px;
}

.wrapper-menu .menu .search {
  margin-top: 0;
  height: 100%;
  border-radius: 20px;
  width: 100%;
  transition: all 300ms cubic-bezier(0.51, 0.98, 0.39, 0.99);
  caret-color: #00a7ff;
}

.wrapper-menu .menu .search::-ms-clear {
  display: none;
}

.searching .wrapper-menu .menu .search {
  padding-right: 120px;
}

.wrapper-menu .stop-searching {
  position: relative;
  width: 15px;
  height: 100%;
  margin-left: 20px;
}

.wrapper-menu .menu li a .section-title .highlight {
  background: #ff7d2f;
}

.wrapper-menu .menu form.search-form .action-search-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  height: 100%;
  top: 0;
  padding: 10px 13px;
  display: none;
}

.searching .wrapper-menu .menu form.search-form .action-search-wrapper {
  display: flex;
}

.wrapper-menu .stop-searching .bar {
  width: 12px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #000;
  transition: all 600ms cubic-bezier(0.51, 0.98, 0.39, 0.99);
}

.wrapper-menu .stop-searching .bar:first-child {
  transform: rotate(45deg);
}

.wrapper-menu .stop-searching .bar:last-child {
  transform: rotate(-45deg);
}

.searching .search-form .count {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding-right: 10px;
  border-right: 1px solid #d9d9d9;
}

.search-form-content .action-search-wrapper .arrow-wrapper {
  font-size: 18px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-form-content .action-search-wrapper .arrow-wrapper .fas.fa-angle-right,
.search-form-content .action-search-wrapper .arrow-wrapper .fas.fa-angle-left {
  cursor: pointer;
}

#menu li a .result-searched {
  background: #ff7d2f;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  margin-left: auto;
  padding: 3px 10px;
  border-radius: 16px;
  font-family: 'Avenir W01';
  display: none;
}

.search-form .count span {
  display: inline-block;
}

.search-form .count .helper {
  color: #999;
  padding-right: 10px;
}

/* Block
------------------------------------ */

.handbook-wrapper .block {
  width: 100%;
  height: 100%;
  display: inline-block;
  min-height: 100%;
  position: relative;
  transition: all 150ms ease-in-out;
  background-size: cover;
  padding: 0 20px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: top center;
}

.block-wrapper.flexible-height .block {
  height: auto;
}

.handbook-wrapper .block.white-text {
  color: #fff;
}

.handbook-wrapper .block.dark-text {
  color: #000000;
}

.handbook-wrapper .content {
  padding: 0 20px;
  z-index: 3;
}

.handbook-wrapper.handbook-previewing
  .content
  .FLITE-Tracking
  [data-changedata] {
  display: none;
}

.handbook-wrapper .content.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 96%;
}

.handbook-wrapper .content.bottom {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  -webkit-transform: translate(-50%);
}

.handbook-wrapper .content.static {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  padding: 75px 0;
  width: 100%;
}

.handbook-wrapper .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #000; */
  /* opacity: 0.5; */
  z-index: 1;
  transition: opacity 200ms ease-in-out;
}

.handbook-wrapper .image-overlay.active {
  background: #000;
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .handbook-wrapper .block {
    min-height: 0;
    background-size: cover;
    background-position: center;
  }
  .handbook-wrapper .block.hero {
    padding-top: 60px;
  }
  .handbook-wrapper .content,
  .content.static,
  .handbook-wrapper .content.center,
  .content.bottom {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    padding: 70px 20px;
  }
}

/* Hero
------------------------------------ */

.handbook-wrapper .block.hero {
  background: #9c8e7d;
  background-size: cover;
  background-position: center;
}

.handbook-wrapper .block.hero .content {
  text-align: center;
}

.handbook-wrapper .block.hero .logo {
  width: 214px;
  margin-bottom: 60px;
}

/* Copy
------------------------------------ */

.block.copy {
  background-size: cover;
  background-position: top center;
}

/* Letter
------------------------------------ */

.handbook-wrapper .signature p,
.handbook-wrapper .signature {
  display: inline-block;
  font-size: 50px;
  font-family: 'Alex Brush', cursive;
  color: #ee2c2c;
  margin-bottom: 0;
  width: 100%;
}

.white-text .signature p {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .handbook-wrapper .signature p,
  .handbook-wrapper .signature {
    font-size: 25px;
    margin-top: 10px;
  }
}
/* Title Subtititle
------------------------------------ */

.handbook-wrapper .block.title-subtitle {
  background-size: cover;
  color: #fff;
}

.handbook-wrapper .block.title-subtitle h1,
.handbook-wrapper .block.title-subtitle p {
  text-align: center;
  display: block;
  width: 100%;
}

/* Collage
------------------------------------ */

.handbook-wrapper .collage {
  background-color: #4a90e2;
  overflow: hidden;
}

.handbook-wrapper .collage h1,
.handbook-wrapper .collage h6,
.handbook-wrapper .collage {
  text-align: center;
}

.handbook-wrapper .collage {
  color: #fff;
}
.handbook-wrapper .collage .content {
  position: relative;
  padding: 0 0 90px 0;
}
.handbook-wrapper .collage .content.static {
  position: relative;
  padding: 0 0 100px 0;
}

.handbook-wrapper .collage .collage-top,
.handbook-wrapper .collage .collage-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.handbook-wrapper .collage .collage-top {
  height: 350px;
  padding: 50px 0;
}
.handbook-wrapper .collage .collage-bottom {
  height: 320px;
  margin-bottom: 55px;
}

.handbook-wrapper .collage .collage-top .meme {
  position: unset;
}

.handbook-wrapper .collage .meme {
  position: absolute;
  z-index: 2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  border: 8px solid #fff;
}

.handbook-wrapper .collage .meme.bordered {
  border: 8px solid #fff;
}

.handbook-wrapper .meme1 {
  width: 288px;
  max-height: 250px;
  right: 355px;
  bottom: 80px;
  z-index: 2 !important;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  object-fit: cover;
}

.handbook-wrapper .meme2 {
  width: 330px;
  max-height: 350px;
  left: -20px;
  top: 50px;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  object-fit: cover;
}

.handbook-wrapper .meme3 {
  width: 332px;
  max-height: 350px;
  right: 10px;
  bottom: 20px;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  object-fit: cover;
}

.handbook-wrapper .meme4 {
  width: 285px;
  max-height: 300px;
  left: 240px;
  bottom: 0px;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  object-fit: cover;
}

.handbook-wrapper .meme5 {
  width: 268px;
  max-height: 400px;
  right: -10px;
  top: 50px;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  object-fit: cover;
}

.handbook-wrapper .meme6 {
  width: 270px;
  max-height: 330px;
  left: -5px;
  bottom: 60px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .handbook-wrapper .collage .content.static {
    padding: 0 0 90px 0;
  }

  .handbook-wrapper .collage .meme {
    position: static;
  }

  .handbook-wrapper .collage .collage-top,
  .handbook-wrapper .collage .collage-bottom {
    display: block;
    padding: unset;
    height: auto;
  }

  .handbook-wrapper .meme1,
  .handbook-wrapper .meme2,
  .handbook-wrapper .meme3,
  .handbook-wrapper .meme4,
  .handbook-wrapper .meme5,
  .handbook-wrapper .meme6 {
    width: 150px;
    object-fit: cover;
  }
}

/* Timeline
------------------------------------ */

.handbook-wrapper .block.timeline {
  background: #55c793;
  overflow: hidden;
}

.handbook-wrapper .timeline-container {
  width: 100%;
  position: relative;
  padding-top: 50px;
}

.handbook-wrapper .timeline-container h4,
.handbook-wrapper .timeline-container textarea.h4 {
  margin-bottom: 10px;
  font-size: 30rem;
}

.handbook-wrapper .timeline-container p,
.handbook-wrapper .timeline-container textarea.p {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.handbook-wrapper .timeline-container .time {
  padding: 20px 0 10px;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}

.handbook-wrapper .timeline-container .time:before {
  content: '';
  background: #fff;
  border-radius: 40px;
  height: 5px;
  width: 5px;
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-left: -2px;
  top: 3px;
}

.handbook-wrapper .timeline-container .time:after {
  content: '';
  background: #fff;
  border-radius: 40px;
  height: 50px;
  width: 1px;
  position: absolute;
  display: inline-block;
  left: 50%;
  top: -50px;
  opacity: 0.5;
}

/* Block Image
------------------------------------ */

.handbook-wrapper .block.image {
  background-size: cover;
  background-position: center;
}
/* Values
------------------------------------ */

.handbook-wrapper .block.values {
  background: #f0f1f3;
}

.handbook-wrapper .value {
  position: relative;
  padding: 100px 0 50px;
}

.handbook-wrapper .value h2,
.handbook-wrapper .value textarea.h2 {
  color: #4a90e2;
  font-size: 80rem;
  z-index: 1;
  position: relative;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto 50px;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: inherit;
}

.handbook-wrapper .value .number {
  position: absolute;
  color: #fff;
  font-size: 200px;
  font-weight: 800;
  top: 20px;
  z-index: 0;
  width: 100%;
  text-align: center;
  left: 0;
}

@media screen and (max-width: 600px) {
  .handbook-wrapper .value {
    padding: 50px 0;
  }

  .handbook-wrapper .value .number {
    font-size: 130px;
    top: 0;
  }

  .handbook-wrapper .value h2 {
    font-size: 60rem;
    margin-bottom: 20px;
  }
}

/* Color
------------------------------------ */

.handbook-wrapper .block.copy.color {
  background-color: #ec5e64;
}

.handbook-wrapper .block.white-text blockquote {
  color: #fff;
}

.handbook-wrapper .block.white-text p a {
  color: #fff;
}

.handbook-wrapper .white-text .value .number {
  opacity: 0.1;
}

.handbook-wrapper .white-text .value h2 {
  color: #fff;
}

/* Newspaper
------------------------------------ */

.handbook-wrapper .newspaper .newspaper-row {
  display: flex;
  justify-content: space-between;
}

.handbook-wrapper .newspaper .newspaper-row > div {
  width: calc(50% - 20px);
}

.handbook-wrapper .newspaper .newspaper-row p {
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .handbook-wrapper .newspaper .newspaper-row {
    display: block;
  }
  .handbook-wrapper .newspaper .newspaper-row > div {
    width: 100%;
  }
}

/* Q&A
------------------------------------ */

.handbook-wrapper .block.qa {
  background-color: #f4f4f5;
  background-size: cover;
  background-position: center;
}

.handbook-wrapper .qa .content {
  max-width: 500px;
}

.handbook-wrapper .qa.add-title .content {
  max-width: 1000px;
}

.handbook-wrapper .qa.add-title .content .bubble-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.handbook-wrapper .qa .bubble {
  padding: 30px 35px;
  width: 75%;
  margin: 50px 0;
  border-radius: 20px;
}

.handbook-wrapper .qa .bubble span {
  font-size: 22rem;
  line-height: 1.4;
  letter-spacing: -0.3px;
  width: 100%;
}

.handbook-wrapper .qa .bubble p {
  margin-bottom: 0;
  line-height: 1.3;
}

.handbook-wrapper .qa .me {
  background: #0095ff;
  border-bottom-right-radius: 4px;
  margin-left: 25%;
}

.block-wrapper .block-wrapper-content .bubble-wrapper .me .text-editable p {
  color: #ffffff;
}

.handbook-wrapper .qa .them {
  background: #fff;
  border-bottom-left-radius: 4px;
  color: #222;
}

@media screen and (max-width: 600px) {
  .handbook-wrapper .qa {
    padding-top: 70px;
  }

  .handbook-wrapper .qa .bubble {
    font-size: 25rem;
    padding: 15px 18px;
  }

  .handbook-wrapper .qa .bubble span,
  .handbook-wrapper .qa .bubble p {
    font-size: 26rem;
  }

  .handbook-wrapper .qa .bubble {
    width: 85%;
    margin: 20px 0;
  }

  .handbook-wrapper .qa .me {
    background: #0095ff;
    border-bottom-right-radius: 4px;
    margin-left: 15%;
  }
}

/* Perks
------------------------------------ */

.handbook-wrapper .perks {
  text-align: center;
}

.handbook-wrapper .perks p {
  text-align: center;
}

.handbook-wrapper .perk {
  width: 31%;
  margin: 20px 1%;
  display: inline-block;
  text-align: center;
  height: 180px;
  vertical-align: top;
}

.handbook-wrapper .perk h5,
.handbook-wrapper .perks textarea.h5 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
  color: #111;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0;
}

.handbook-wrapper .perk p,
.handbook-wrapper .perk textarea.p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .handbook-wrapper .perk {
    width: 98%;
  }
}

/* Slider
------------------------------------ */

.handbook-wrapper #slides {
  position: relative;
  min-height: 480px;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .handbook-wrapper #slides {
    min-height: 100px;
  }
}

.handbook-wrapper .slidesjs-pagination {
  display: none;
}

.handbook-wrapper .slidesjs-pagination .active {
  color: red;
}

.handbook-wrapper .slidesjs-navigation {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 84px;
  border-radius: 3px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  opacity: 0.7;
}

.handbook-wrapper .slidesjs-next {
  left: auto;
  right: 20px;
}

.handbook-wrapper .slidesjs-navigation:hover {
  opacity: 1;
}

.handbook-wrapper .slidesjs-navigation:before,
.handbook-wrapper .slidesjs-navigation:after {
  content: '';
  width: 1px;
  background: #fff;
  height: 20px;
  border-radius: 0.5;
  transform: rotate(30deg);
  display: inline-block;
  top: 23px;
  left: 17px;
  position: absolute;
}

.handbook-wrapper .slidesjs-navigation:after {
  transform: rotate(-30deg);
  top: 40px;
  left: 17px;
}

.handbook-wrapper .slidesjs-next:before,
.handbook-wrapper .slidesjs-next:after {
  transform: rotate(-30deg);
  left: 18px;
}

.handbook-wrapper .slidesjs-next:after {
  transform: rotate(30deg);
}

.block-wrapper {
  height: 100vh;
  position: relative;
  display: inline-block;
  width: 100%;
}

.block-wrapper .block-wrapper-content {
  height: 100%;
}

.block-wrapper.flexible-height {
  height: auto;
}

@media screen and (max-width: 600px) {
  .block-wrapper {
    height: auto;
  }
  .block-wrapper.flexible-height {
    height: auto;
  }
}

/* Access
------------------------------------ */
.access-wrapper-bg {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.486);
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  padding: 25vh 0;
}

.access-wrapper {
  width: 400px;
  display: inline-block;
  padding: 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e5e7e8;
}

.access-wrapper h1 {
  font-size: 20px;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}

.access-wrapper h2 {
  font-size: 15px;
  width: 100%;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.section-page-number {
  padding: 21px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 13px;
  color: #fff;
  z-index: 10;
}

.section-page-number.left_title_image,
.section-page-number.right_title_image {
  width: 50%;
}

@media (max-width: 768px) {
  .section-page-number.left_title_image,
  .section-page-number.right_title_image {
    width: 55%;
  }
}

.section-page-number.right_title_image {
  right: 0;
  left: unset;
}

.wrapper-menu .dropdown-menu {
  position: relative;
  z-index: 10;
}

.wrapper-menu .dropdown-menu li {
  display: flex;
  height: unset;
}

.wrapper-menu .dropdown-menu li .fas {
  margin-left: auto;
  font-size: 12px;
  color: #2f4252;
}

.wrapper-menu .dropdown-menu .option .version {
  color: #2f4252;
  font-weight: bold;
}

/* @media screen 768px */
@media screen and (max-width: 768px) {
  .wrapper-menu .back-dashboard {
    margin: 0 15px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    font-size: 10px;
    height: 35px;
  }

  .searching .menu .search.active {
    width: 100%;
  }

  /* .searching .wrapper-menu .search-form {
    width: calc(100% - 35px);
  } */

  .searching .wrapper-menu .back-dashboard,
  .searching .wrapper-menu .dropdown-menu {
    display: none;
  }
}

/* @media screen 375px */
@media screen and (max-width: 540px) {
  .wrapper-menu {
    top: 9px;
  }
}

/* @media screen 375px */
@media screen and (max-width: 320px) {
  .wrapper-menu {
    padding: 0 10px;
  }

  .wrapper-menu .btn-dropdown-version-menu {
    padding: 3px 15px;
  }

  .wrapper-menu .dropdown-menu li {
    padding: 0 15px;
  }
}

.wrapper-menu .menu .section-title-wrapper {
  display: flex;
  align-items: center;
}

.wrapper-menu .menu .section-title-wrapper .star-icon {
  width: 20px;
  position: absolute;
  left: 8px;
}

@media screen and (max-width: 767px) {
  .wrapper-handbook-action .require-signature {
    z-index: 30;
  }
  .require-signature .require-signature-wrapper .questions-content {
    line-height: 1.2;
    font-size: 20rem;
  }
  .require-signature
    .require-signature-wrapper
    .questions-banner-wrapper
    .icon {
    font-size: 28rem;
  }
}

.scroll-top-button {
  position: fixed;
  bottom: 70px;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 24px;
  z-index: 10;
  border-radius: 50% 50% 0% 0%;
  text-align: center;
  line-height: 50px;
  right: 20px;
  cursor: pointer;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.2s;
  display: none;
}

.scroll-top-button.sign-banner-bottom {
  bottom: 115px;
}

.scroll-bottom-button {
  position: fixed;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 24px;
  z-index: 10;
  border-radius: 0% 0% 50% 50%;
  text-align: center;
  line-height: 50px;
  right: 20px;
  cursor: pointer;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: bottom 0.2s;
  display: none;
}

.scroll-bottom-button.sign-banner-bottom {
  bottom: 65px;
}

.block-wrapper .page-tags-wrapper {
  position: absolute;
  top: 100px;
  z-index: -100000;
  opacity: 0;
}
