.vt-fade-enter, .vt-fade-leave-to {
  opacity: 0;
}

.vt-fade-enter-active, .vt-fade-leave-active {
  -webkit-transition: opacity 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
}

.vt-fade-down-enter, .vt-fade-down-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.vt-fade-down-enter-active, .vt-fade-down-leave-active {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
}

.vt-menu-sidebar-slide-in-enter, .vt-menu-sidebar-slide-in-leave-to {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.vt-menu-sidebar-slide-in-enter-active, .vt-menu-sidebar-slide-in-leave-active {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
}

.v2-text-6 {
  font-size: 6px;
}

@media (min-width: 768px) {
  .md\:v2-text-6 {
    font-size: 6px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-6 {
    font-size: 6px;
  }
}

.v2-text-7 {
  font-size: 7px;
}

@media (min-width: 768px) {
  .md\:v2-text-7 {
    font-size: 7px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-7 {
    font-size: 7px;
  }
}

.v2-text-8 {
  font-size: 8px;
}

@media (min-width: 768px) {
  .md\:v2-text-8 {
    font-size: 8px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-8 {
    font-size: 8px;
  }
}

.v2-text-9 {
  font-size: 9px;
}

@media (min-width: 768px) {
  .md\:v2-text-9 {
    font-size: 9px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-9 {
    font-size: 9px;
  }
}

.v2-text-10 {
  font-size: 10px;
}

@media (min-width: 768px) {
  .md\:v2-text-10 {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-10 {
    font-size: 10px;
  }
}

.v2-text-11 {
  font-size: 11px;
}

@media (min-width: 768px) {
  .md\:v2-text-11 {
    font-size: 11px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-11 {
    font-size: 11px;
  }
}

.v2-text-12 {
  font-size: 12px;
}

@media (min-width: 768px) {
  .md\:v2-text-12 {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-12 {
    font-size: 12px;
  }
}

.v2-text-13 {
  font-size: 13px;
}

@media (min-width: 768px) {
  .md\:v2-text-13 {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-13 {
    font-size: 13px;
  }
}

.v2-text-14 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .md\:v2-text-14 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-14 {
    font-size: 14px;
  }
}

.v2-text-15 {
  font-size: 15px;
}

@media (min-width: 768px) {
  .md\:v2-text-15 {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-15 {
    font-size: 15px;
  }
}

.v2-text-16 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .md\:v2-text-16 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-16 {
    font-size: 16px;
  }
}

.v2-text-17 {
  font-size: 17px;
}

@media (min-width: 768px) {
  .md\:v2-text-17 {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-17 {
    font-size: 17px;
  }
}

.v2-text-18 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .md\:v2-text-18 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-18 {
    font-size: 18px;
  }
}

.v2-text-19 {
  font-size: 19px;
}

@media (min-width: 768px) {
  .md\:v2-text-19 {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-19 {
    font-size: 19px;
  }
}

.v2-text-20 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .md\:v2-text-20 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-20 {
    font-size: 20px;
  }
}

.v2-text-21 {
  font-size: 21px;
}

@media (min-width: 768px) {
  .md\:v2-text-21 {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-21 {
    font-size: 21px;
  }
}

.v2-text-22 {
  font-size: 22px;
}

@media (min-width: 768px) {
  .md\:v2-text-22 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-22 {
    font-size: 22px;
  }
}

.v2-text-23 {
  font-size: 23px;
}

@media (min-width: 768px) {
  .md\:v2-text-23 {
    font-size: 23px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-23 {
    font-size: 23px;
  }
}

.v2-text-24 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .md\:v2-text-24 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-24 {
    font-size: 24px;
  }
}

.v2-text-25 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .md\:v2-text-25 {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-25 {
    font-size: 25px;
  }
}

.v2-text-26 {
  font-size: 26px;
}

@media (min-width: 768px) {
  .md\:v2-text-26 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-26 {
    font-size: 26px;
  }
}

.v2-text-27 {
  font-size: 27px;
}

@media (min-width: 768px) {
  .md\:v2-text-27 {
    font-size: 27px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-27 {
    font-size: 27px;
  }
}

.v2-text-28 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .md\:v2-text-28 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-28 {
    font-size: 28px;
  }
}

.v2-text-29 {
  font-size: 29px;
}

@media (min-width: 768px) {
  .md\:v2-text-29 {
    font-size: 29px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-29 {
    font-size: 29px;
  }
}

.v2-text-30 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .md\:v2-text-30 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-30 {
    font-size: 30px;
  }
}

.v2-text-31 {
  font-size: 31px;
}

@media (min-width: 768px) {
  .md\:v2-text-31 {
    font-size: 31px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-31 {
    font-size: 31px;
  }
}

.v2-text-32 {
  font-size: 32px;
}

@media (min-width: 768px) {
  .md\:v2-text-32 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-32 {
    font-size: 32px;
  }
}

.v2-text-33 {
  font-size: 33px;
}

@media (min-width: 768px) {
  .md\:v2-text-33 {
    font-size: 33px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-33 {
    font-size: 33px;
  }
}

.v2-text-34 {
  font-size: 34px;
}

@media (min-width: 768px) {
  .md\:v2-text-34 {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-34 {
    font-size: 34px;
  }
}

.v2-text-35 {
  font-size: 35px;
}

@media (min-width: 768px) {
  .md\:v2-text-35 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-35 {
    font-size: 35px;
  }
}

.v2-text-36 {
  font-size: 36px;
}

@media (min-width: 768px) {
  .md\:v2-text-36 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-36 {
    font-size: 36px;
  }
}

.v2-text-37 {
  font-size: 37px;
}

@media (min-width: 768px) {
  .md\:v2-text-37 {
    font-size: 37px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-37 {
    font-size: 37px;
  }
}

.v2-text-38 {
  font-size: 38px;
}

@media (min-width: 768px) {
  .md\:v2-text-38 {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-38 {
    font-size: 38px;
  }
}

.v2-text-39 {
  font-size: 39px;
}

@media (min-width: 768px) {
  .md\:v2-text-39 {
    font-size: 39px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-39 {
    font-size: 39px;
  }
}

.v2-text-40 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .md\:v2-text-40 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-40 {
    font-size: 40px;
  }
}

.v2-text-41 {
  font-size: 41px;
}

@media (min-width: 768px) {
  .md\:v2-text-41 {
    font-size: 41px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-41 {
    font-size: 41px;
  }
}

.v2-text-42 {
  font-size: 42px;
}

@media (min-width: 768px) {
  .md\:v2-text-42 {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-42 {
    font-size: 42px;
  }
}

.v2-text-43 {
  font-size: 43px;
}

@media (min-width: 768px) {
  .md\:v2-text-43 {
    font-size: 43px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-43 {
    font-size: 43px;
  }
}

.v2-text-44 {
  font-size: 44px;
}

@media (min-width: 768px) {
  .md\:v2-text-44 {
    font-size: 44px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-44 {
    font-size: 44px;
  }
}

.v2-text-45 {
  font-size: 45px;
}

@media (min-width: 768px) {
  .md\:v2-text-45 {
    font-size: 45px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-45 {
    font-size: 45px;
  }
}

.v2-text-46 {
  font-size: 46px;
}

@media (min-width: 768px) {
  .md\:v2-text-46 {
    font-size: 46px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-46 {
    font-size: 46px;
  }
}

.v2-text-47 {
  font-size: 47px;
}

@media (min-width: 768px) {
  .md\:v2-text-47 {
    font-size: 47px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-47 {
    font-size: 47px;
  }
}

.v2-text-48 {
  font-size: 48px;
}

@media (min-width: 768px) {
  .md\:v2-text-48 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-48 {
    font-size: 48px;
  }
}

.v2-text-49 {
  font-size: 49px;
}

@media (min-width: 768px) {
  .md\:v2-text-49 {
    font-size: 49px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-49 {
    font-size: 49px;
  }
}

.v2-text-50 {
  font-size: 50px;
}

@media (min-width: 768px) {
  .md\:v2-text-50 {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .lg\:v2-text-50 {
    font-size: 50px;
  }
}

.v2-sans {
  font-family: "adelle-sans",sans-serif;
}

.v2-serif {
  font-family: "adelle",serif;
}

.v2-italic {
  font-style: italic;
}

.v2-weight-100 {
  font-weight: 100;
}

.v2-weight-200 {
  font-weight: 200;
}

.v2-weight-300 {
  font-weight: 300;
}

.v2-weight-400 {
  font-weight: 400;
}

.v2-weight-500 {
  font-weight: 500;
}

.v2-weight-600 {
  font-weight: 600;
}

.v2-weight-700 {
  font-weight: 700;
}

.v2-weight-800 {
  font-weight: 800;
}

.v2-weight-900 {
  font-weight: 900;
}

.v2-leading-1 {
  line-height: 5px;
}

.v2-leading-2 {
  line-height: 10px;
}

.v2-leading-3 {
  line-height: 15px;
}

.v2-leading-4 {
  line-height: 20px;
}

.v2-leading-5 {
  line-height: 25px;
}

.v2-leading-6 {
  line-height: 30px;
}

.v2-leading-7 {
  line-height: 35px;
}

.v2-leading-8 {
  line-height: 40px;
}

.v2-leading-9 {
  line-height: 45px;
}

.v2-leading-10 {
  line-height: 50px;
}

.v2-leading-11 {
  line-height: 55px;
}

.v2-leading-12 {
  line-height: 60px;
}

.v2-leading-13 {
  line-height: 65px;
}

.v2-leading-14 {
  line-height: 70px;
}

.v2-leading-15 {
  line-height: 75px;
}

.v2-leading-16 {
  line-height: 80px;
}

.v2-leading-17 {
  line-height: 85px;
}

.v2-leading-18 {
  line-height: 90px;
}

.v2-leading-19 {
  line-height: 95px;
}

.v2-leading-20 {
  line-height: 100px;
}

.module-statement-bold li {
  color: #ffffff;
}

#root {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#root[v-cloak] {
  opacity: 0;
}

.v2-dropdown-text {
  display: inline-block;
  vertical-align: top;
}

.v2-container {
  margin: auto;
  width: 100%;
}

.v2-container.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .v2-container.md\:-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .v2-container.lg\:-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .v2-container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .v2-container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .v2-container {
    max-width: 1170px;
  }
}

.v2-icon {
  display: inline-block;
  background-position: center;
  vertical-align: bottom;
}

.v2-icon.-large {
  background-size: 2.7em;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.v2-loading-icon {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}

.v2-loading-icon:before, .v2-loading-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
}

.v2-loading-icon:before {
  border: 4px solid #434244;
  opacity: .2;
}

.v2-loading-icon:after {
  border: 4px solid transparent;
  border-top: 4px solid #434244;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.v2-loading-icon--wrapper {
  padding: 15px 0;
}

.v2-button {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: #EA5B0C;
  color: #ffffff;
  line-height: 20px;
  text-transform: uppercase;
}

.v2-button:hover, .v2-button:focus {
  text-decoration: none;
  background-color: #b9480a;
  color: #ffffff;
}

.v2-button.-teal {
  background-color: #68B2B0;
}

.v2-button.-teal:hover {
  background-color: #4e9997;
}

.v2-button.-tight {
  padding: 5px 15px;
}

.v2-button.-icon {
  padding-right: 50px;
}

.v2-button.-icon.-tight {
  padding-right: 45px;
}

.v2-button--icon {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background-color: #9A928D;
  overflow: hidden;
}

.-tight .v2-button--icon {
  width: 30px;
}

.-animate .v2-button--icon svg + svg {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.-animate:hover .v2-button--icon svg {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.-animate:hover .v2-button--icon svg + svg {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.v2-button--icon * {
  color: #ffffff;
}

.v2-button--icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: transform 0.15s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: transform 0.15s cubic-bezier(0.35, 0.9, 0.5, 1), -webkit-transform 0.15s cubic-bezier(0.35, 0.9, 0.5, 1);
}

.v2-button:hover {
  color: #ffffff;
}

body {
  padding-top: 50px;
}

.v2-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #F2EFE9;
  border-bottom: 2px solid #ffffff;
}

.v2-menu--inner {
  width: 100%;
  padding: 0 15px;
}

.v2-menu--logo {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .v2-menu--logo {
    width: 80px;
  }
}

@media (min-width: 992px) {
  .v2-menu--logo {
    width: 120px;
  }
}

.v2-menu--logo-inner {
  position: absolute;
  width: 100%;
  background-color: #434244;
}

.v2-menu--logo-inner img {
  width: 100%;
}

.v2-menu--nav {
  float: left;
  width: calc(100% - 50px);
  padding-left: 20px;
}

@media (min-width: 480px) {
  .v2-menu--nav {
    width: calc(100% - 80px);
  }
}

@media (min-width: 992px) {
  .v2-menu--nav {
    width: calc(100% - 120px);
  }
}

.v2-menu--links-list, .v2-menu--actions-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-right: 2px solid #ffffff;
}

.v2-menu--links-list {
  display: none;
  float: left;
}

@media (min-width: 992px) {
  .v2-menu--links-list {
    display: block;
  }
}

.v2-menu--actions-list {
  float: right;
}

.v2-menu--links-item, .v2-menu--actions-item {
  float: left;
}

@media (min-width: 992px) {
  .v2-menu--actions-item.-sidebar-trigger {
    display: none;
  }
}

.v2-menu--actions-item.-join-us {
  display: none;
}

@media (min-width: 375px) {
  .v2-menu--actions-item.-join-us {
    display: block;
  }
}

.v2-menu--links-link, .v2-menu--actions-link {
  display: block;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 15px;
  border-left: 2px solid #ffffff;
  color: #434244;
}

.v2-menu--links-link:hover, .v2-menu--actions-link:hover {
  background-color: #e9e3d9;
}

.v2-menu--links-link .v2-icon, .v2-menu--actions-link .v2-icon {
  width: 1em;
  height: 15px;
}

@media (min-width: 992px) {
  .v2-menu--links-link .v2-icon.-inline, .v2-menu--actions-link .v2-icon.-inline {
    margin-right: 8px;
  }
}

.v2-menu--actions-link--text {
  display: none;
}

@media (min-width: 992px) {
  .v2-menu--actions-link--text {
    display: inline-block;
  }
}

.v2-menu-sidebar--button {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  border-left: 2px solid #ffffff;
}

.v2-menu-sidebar--button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 20px;
  background-color: #434244;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.v2-menu-sidebar--button span:nth-child(1) {
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}

.v2-menu-sidebar--button span:nth-child(2) {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.v2-menu-sidebar--button span:nth-child(3) {
  -webkit-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
}

.v2-menu-sidebar--button.-active span:nth-child(1) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
}

.v2-menu-sidebar--button.-active span:nth-child(2) {
  opacity: 0;
}

.v2-menu-sidebar--button.-active span:nth-child(3) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}

.v2-menu-sidebar {
  position: fixed;
  top: 50px;
  bottom: 0;
  right: 0;
  z-index: 90;
  width: 320px;
  max-width: 100%;
  background-color: #F2EFE9;
  border-left: 2px solid #ffffff;
}

.v2-menu-sidebar--links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.v2-menu-sidebar--links-item {
  width: 100%;
  border-bottom: 2px solid #ffffff;
}

.v2-menu-sidebar--links-link {
  display: block;
  padding: 15px;
  color: #434244;
}

.v2-menu-sidebar--links-link:hover {
  background-color: #e9e3d9;
}

.v2-footer {
  padding: 60px 0;
  color: #ffffff;
}

.v2-footer--links {
  padding: 0 15px 40px 15px;
}

@media (min-width: 992px) {
  .v2-footer--links {
    float: left;
    width: 20%;
  }
}

.v2-footer--links--list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.v2-footer--links--item {
  padding: 0;
  margin: 0;
  list-style: none;
}

.v2-footer--links--link {
  display: inline-block;
  line-height: 25px;
  font-size: 12px;
}

.v2-footer--links--link.-large {
  font-size: 16px;
}

.v2-footer--links--link.-large.-spaceBelow {
  padding-bottom: 5px;
}

.v2-footer--info {
  padding: 0 15px 40px 15px;
}

@media (min-width: 992px) {
  .v2-footer--info {
    float: left;
    width: 40%;
  }
}

.v2-footer--info--social {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .v2-footer--info--social {
    padding-bottom: 80px;
  }
}

.v2-footer--info--social a {
  font-size: 25px;
  line-height: 30px;
  margin-right: 45px;
}

.v2-footer--info--social a * {
  color: #ffffff;
}

.v2-footer--info--social a:hover * {
  color: #EA5B0C;
}

.v2-footer--info--links {
  padding-bottom: 10px;
  color: #ffffff;
}

.v2-footer--info--links a {
  font-size: 12px;
}

.v2-footer--info--para {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}

.v2-footer--extra {
  padding: 0 15px 40px 15px;
}

@media (min-width: 992px) {
  .v2-footer--extra {
    float: left;
    width: 40%;
  }
}

.v2-footer--extra--title {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .v2-footer--extra--title {
    text-align: right;
    padding-bottom: 60px;
  }
}

.v2-footer--extra--title h4 {
  font-family: "adelle", serif;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}

.v2-footer--extra--title img {
  width: 100%;
  max-width: 175px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .v2-footer--extra--roundal, .v2-footer--extra--partner {
    float: left;
    width: 50%;
  }
}

.v2-footer--extra--roundal {
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .v2-footer--extra--roundal {
    padding-bottom: 0px;
  }
}

.v2-footer--extra--roundal img {
  width: 80px;
  max-width: 100%;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .v2-footer--extra--partner {
    text-align: right;
  }
}

.v2-footer--extra--partner--inner {
  display: inline-block;
  text-align: left;
}

.v2-footer--extra--partner--inner p {
  margin-left: 5px;
  font-style: italic;
  font-size: 12px;
}

.v2-footer--extra--partner--inner img {
  width: 180px;
  max-width: 100%;
  margin-bottom: 0;
}

.v2-search-panel {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #CCF0F6;
}

.v2-search-panel--inner {
  float: right;
  padding: 30px 15px;
}

.v2-search-panel--form input {
  padding: 10px 15px;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: auto;
}

@media (min-width: 480px) {
  .v2-search-panel--form input {
    width: 320px;
  }
}

.vt-fade-enter .v2-search-panel--form input, .vt-fade-enter
.v2-search-panel--form button {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.vt-fade-enter-active .v2-search-panel--form input, .vt-fade-enter-active
.v2-search-panel--form button {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0.9, 0.5, 1);
}

.vt-fade-enter-active .v2-search-panel--form input {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.vt-fade-enter-active .v2-search-panel--form button {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

@media (min-width: 992px) {
  .module-photo-banner {
    height: auto;
    max-height: 415px;
    min-height: 365px;
    padding-bottom: 50px;
  }
}

.v2-header-block {
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .v2-header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 350px;
    padding-top: 120px;
  }
}

.v2-header-block--content {
  position: relative;
  width: 100%;
  padding: 20px 25px;
}

.v2-header-block--content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(234, 91, 12, 0.8);
}

.v2-header-block--content div {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .v2-header-block--content {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .v2-header-block--content {
    width: 60%;
  }
}

.v2-header-block--content h1,
.v2-header-block--content h2 {
  color: #ffffff;
}

.v2-header-block--content h1 + h2,
.v2-header-block--content h2 + h1 {
  margin-top: 15px;
}

.v2-subject-bar {
  padding: 25px 0;
  background-color: #F2EFE9;
}

.v2-subject-bar--header {
  width: 100%;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .v2-subject-bar--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .v2-subject-bar--header > div {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.v2-subject-bar--header--button {
  display: none;
}

@media (min-width: 992px) {
  .v2-subject-bar--header--button {
    display: block;
  }
}

.v2-subject-bar--mobile-button {
  padding: 10px 15px;
}

@media (min-width: 992px) {
  .v2-subject-bar--mobile-button {
    display: none;
  }
}

.v2-subject-bar--cal-download {
  padding: 0 15px;
  text-align: right;
}

.v2-subject-bar--subjects {
  display: none;
}

@media (min-width: 992px) {
  .v2-subject-bar--subjects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.v2-subject-bar--subjects-mobile {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .v2-subject-bar--subjects-mobile {
    display: none;
  }
}

.v2-subject-bar--subject {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .v2-subject-bar--subject {
    width: 10%;
  }
}

.v2-subject-bar--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .v2-subject-bar--link {
    display: block;
  }
}

@media (min-width: 992px) {
  .v2-subject-bar--link:hover .v2-subject-bar--label, .v2-subject-bar--link.-active .v2-subject-bar--label {
    color: #EA5B0C;
  }
  .v2-subject-bar--link:hover .v2-subject-bar--icon, .v2-subject-bar--link.-active .v2-subject-bar--icon {
    color: #ffffff;
    background-color: #EA5B0C;
  }
}

.v2-subject-bar--icon {
  width: 50px;
  padding: 5px;
  color: #EA5B0C;
  background-color: #ffffff;
  font-size: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

@media (min-width: 992px) {
  .v2-subject-bar--icon {
    width: 100%;
  }
}

.v2-subject-bar--icon * {
  color: inherit;
}

.v2-subject-bar--icon svg {
  width: 100%;
  margin: auto;
}

.v2-subject-bar--label {
  display: block;
  width: calc(100% - 50px);
  background-color: #ffffff;
  padding: 15px;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .v2-subject-bar--label {
    display: inline-block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 5px 0;
    line-height: 14px;
    text-align: center;
    background-color: transparent;
  }
}

.v2-subject-bar--all-filter {
  display: none;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
}

.v2-subject-bar--all-filter:hover, .v2-subject-bar--all-filter:focus, .v2-subject-bar--all-filter:active {
  text-decoration: none;
}

.v2-subject-bar--all-filter:hover {
  color: #b9480a;
}

.v2-subject-bar--all-filter:focus, .v2-subject-bar--all-filter:active {
  color: #EA5B0C;
}

.v2-subject-bar--all-filter:before, .v2-subject-bar--all-filter:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 100%;
  border: 1px solid #EA5B0C;
}

.v2-subject-bar--all-filter:before {
  width: 20px;
  height: 20px;
}

.v2-subject-bar--all-filter:after {
  width: 20px;
  height: 20px;
  background-color: #EA5B0C;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
}

.v2-subject-bar--all-filter.-active:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

@media (min-width: 992px) {
  .v2-subject-bar--all-filter {
    display: block;
  }
}

.v2-programmes-list--header {
  padding: 25px 15px 0 15px;
}

.v2-programmes-list--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 25px;
}

.v2-programmes-list--item {
  padding: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .v2-programmes-list--item {
    width: 33.33333333%;
  }
}

.v2-programmes-list--link {
  display: block;
  height: 100%;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  background-color: #F2EFE9;
  text-decoration: none;
}

.v2-programmes-list--link:hover, .v2-programmes-list--link:focus, .v2-programmes-list--link:active {
  text-decoration: none;
}

.v2-programmes-list--link:hover {
  background-color: #e9e3d9;
}

.v2-programmes-list--link:hover .v2-programmes-list--img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.v2-programmes-list--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 250px;
  overflow: hidden;
}

.v2-programmes-list--img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background-position: center;
  background-size: cover;
}

.v2-programmes-list--title:before, .v2-programmes-list--heading:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}

.-yellow .v2-programmes-list--title:before, .-yellow .v2-programmes-list--heading:before {
  background-color: rgba(247, 166, 0, 0.8);
}

.-orange .v2-programmes-list--title:before, .-orange .v2-programmes-list--heading:before {
  background-color: rgba(234, 91, 12, 0.8);
}

.-blue .v2-programmes-list--title:before, .-blue .v2-programmes-list--heading:before {
  background-color: rgba(0, 180, 208, 0.8);
}

.-red .v2-programmes-list--title:before, .-red .v2-programmes-list--heading:before {
  background-color: rgba(204, 22, 24, 0.8);
}

.-green .v2-programmes-list--title:before, .-green .v2-programmes-list--heading:before {
  background-color: rgba(160, 164, 0, 0.8);
}

.v2-programmes-list--title {
  position: relative;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 15px;
}

.v2-programmes-list--title h4 {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.v2-programmes-list--heading {
  position: relative;
  padding: 10px 15px;
}

.v2-programmes-list--heading h5 {
  margin: 0;
}

.v2-programmes-list--body {
  padding: 15px;
}

.program-card .program-card-inner,
.program-card-red .program-card-inner,
.program-card-blue .program-card-inner,
.program-card-green .program-card-inner,
.program-card-yellow .program-card-inner {
  height: auto;
  padding-top: 0;
}

@media (min-width: 768px) {
  .program-card .program-card-inner,
  .program-card-red .program-card-inner,
  .program-card-blue .program-card-inner,
  .program-card-green .program-card-inner,
  .program-card-yellow .program-card-inner {
    height: 500px;
  }
}

.program-card .program-card-inner .img-wrapper,
.program-card-red .program-card-inner .img-wrapper,
.program-card-blue .program-card-inner .img-wrapper,
.program-card-green .program-card-inner .img-wrapper,
.program-card-yellow .program-card-inner .img-wrapper {
  position: relative;
}

.program-card .program-card-inner .img-wrapper h1,
.program-card-red .program-card-inner .img-wrapper h1,
.program-card-blue .program-card-inner .img-wrapper h1,
.program-card-green .program-card-inner .img-wrapper h1,
.program-card-yellow .program-card-inner .img-wrapper h1 {
  position: absolute;
}

.program-card .program-card-inner h2,
.program-card-red .program-card-inner h2,
.program-card-blue .program-card-inner h2,
.program-card-green .program-card-inner h2,
.program-card-yellow .program-card-inner h2 {
  position: relative;
  top: auto;
  margin-bottom: 15px;
}

.program-card .program-card-inner h1,
.program-card .program-card-inner h2,
.program-card-red .program-card-inner h1,
.program-card-red .program-card-inner h2,
.program-card-blue .program-card-inner h1,
.program-card-blue .program-card-inner h2,
.program-card-green .program-card-inner h1,
.program-card-green .program-card-inner h2,
.program-card-yellow .program-card-inner h1,
.program-card-yellow .program-card-inner h2 {
  width: 100%;
}

@media (min-width: 576px) {
  .program-card .program-card-inner h1,
  .program-card .program-card-inner h2,
  .program-card-red .program-card-inner h1,
  .program-card-red .program-card-inner h2,
  .program-card-blue .program-card-inner h1,
  .program-card-blue .program-card-inner h2,
  .program-card-green .program-card-inner h1,
  .program-card-green .program-card-inner h2,
  .program-card-yellow .program-card-inner h1,
  .program-card-yellow .program-card-inner h2 {
    width: 80%;
  }
}

.v2-action-block {
  padding: 45px 0;
  background-color: #CCF0F6;
  text-align: center;
}

.v2-action-block--column {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .v2-action-block--column {
    width: 66.66666667%;
    margin: auto;
  }
}

.v2-action-block h3 {
  margin-bottom: 10px;
}

.v2-action-block p {
  margin-bottom: 10px;
}

.v2-testimonials-slider {
  position: relative;
  background-color: #FAF8F6;
  padding-bottom: 45px;
}

.v2-testimonials-slider * {
  outline: 0;
}

.v2-testimonials-slider--slide {
  width: 100%;
  padding: 60px 0 30px 0;
}

.v2-testimonials-slider--slide-column {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .v2-testimonials-slider--slide-column {
    width: 66.66666667%;
    padding: 0;
    margin: auto;
  }
}

.v2-testimonials-slider .flickity-viewport {
  -webkit-transition: height .25s ease;
  transition: height .25s ease;
}

.v2-testimonials-slider .flickity-page-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.v2-testimonials-slider .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px;
  border: 2px solid #434244;
}

.v2-testimonials-slider .flickity-page-dots .dot.is-selected {
  background-color: #434244;
}

.v2-action-tight {
  background-color: #F2EFE9;
  padding: 15px 0;
}

.v2-action-tight--column {
  width: 100%;
  padding: 15px;
}

@media (min-width: 768px) {
  .v2-action-tight--column:first-child {
    -ms-flex-item-align: center;
        align-self: center;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .v2-action-tight--column:last-child {
    -ms-flex-item-align: center;
        align-self: center;
    width: 25%;
    text-align: right;
  }
}

.v2-about-block {
  padding: 45px 0;
}

@media (min-width: 768px) {
  .v2-about-block .v2-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.v2-about-block--column {
  width: 100%;
  padding: 15px;
}

.v2-about-block--column iframe {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .v2-about-block--column {
    width: 50%;
  }
  .v2-about-block--column:last-child {
    padding-right: 60px;
  }
}

.v2-about-block--video {
  position: relative;
}

.v2-about-block--video-overlay {
  position: relative;
  padding: 15px;
}

.v2-about-block--video-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #ea5b0c;
}

.v2-about-block--video-overlay h4 {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.v2-event-cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v2-event-cards--none {
  padding: 0 15px;
}

.v2-event-card {
  position: relative;
  width: 100%;
  padding: 10px;
}

@media (min-width: 768px) {
  .v2-event-card {
    width: 50%;
    padding: 30px 15px;
  }
}

@media (min-width: 992px) {
  .v2-event-card {
    width: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .v2-event-card {
    width: 25%;
  }
}

.v2-event-card--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  background-color: #F2EFE9;
}

.v2-event-card--inner.-white {
  background-color: #ffffff;
}

.v2-event-card--inner:hover {
  background-color: #e9e3d9;
}

.v2-event-card--inner:hover.-white {
  background-color: #f2f2f2;
}

.v2-event-card--inner:hover .v2-event-card--image-src {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.v2-event-card--inner:hover .v2-event-card--footer img {
  background-color: #d2520b;
}

.v2-event-card--link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.v2-event-card--body {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 15px;
}

.v2-event-card--body h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 10px 0;
}

.v2-event-card--body h3 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 15px;
}

.v2-event-card--body p {
  font-size: 14px;
  line0height: 16px;
}

.v2-event-card--image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.v2-event-card--image-src {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background-position: center;
  background-size: cover;
}

.v2-event-card--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.v2-event-card--footer img {
  width: 50px;
  height: 50px;
  margin-right: 4px;
  background-color: #EA5B0C;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.v2-event-card--footer h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 15px;
  background-color: rgba(67, 66, 68, 0.8);
  color: #ffffff;
  font-family: "adelle-sans",sans-serif;
  text-transform: uppercase;
}

.v2-about-nav {
  padding: 30px 0;
  background-color: #F2EFE9;
}

.v2-about-nav--header {
  padding: 0;
}

.v2-about-nav--inner {
  padding: 15px 0;
}

.v2-about-nav--list {
  list-style: none;
  padding: 0;
}

@media (min-width: 1200px) {
  .v2-about-nav--list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .v2-about-nav--item {
    min-width: auto;
    border-left: 1px solid #dfd8c9;
  }
}

.v2-about-nav--link {
  display: block;
  height: 100%;
}

.v2-about-nav--link:hover, .v2-about-nav--link:focus, .v2-about-nav--link:active {
  text-decoration: none;
  color: #EA5B0C;
  background-color: #e9e3d9;
}

@media (min-width: 1200px) {
  .v2-about-nav--link {
    padding: 0 15px;
  }
}

.focuspoint img {
  max-height: 100%;
}

.v2-video-block:hover + .v2-about-block--video-overlay, .v2-video-block:focus + .v2-about-block--video-overlay {
  z-index: -1;
}

.our-reach-card h2,
.our-reach-card h2 > span,
.our-reach-card-yellow h2,
.our-reach-card-yellow h2 > span,
.our-reach-card-green h2,
.our-reach-card-green h2 > span,
.our-reach-card-blue h2,
.our-reach-card-blue h2 > span {
  font-size: 60px;
  font-weight: 300;
  color: white;
}

.vt-what-we-do-popup-enter, .vt-what-we-do-popup-leave-to {
  opacity: 0;
}

.vt-what-we-do-popup-enter-active, .vt-what-we-do-popup-leave-active {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.v2-what-we-do-popup--header {
  position: relative;
  padding: 20px 0;
}

.v2-what-we-do-popup--header div {
  padding: 15px 25px;
  background-size: 130%;
  background-position: 100% 75%;
  text-align: center;
}

.v2-what-we-do-popup--header div h3 {
  line-height: 2;
}

.v2-what-we-do-popup--header div:first-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: .4;
  z-index: -1;
}

@media (min-width: 768px) {
  .v2-what-we-do-popup--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 0 0 0;
  }
  .v2-what-we-do-popup--header div {
    padding: 25px;
    text-align: right;
  }
  .v2-what-we-do-popup--header div:first-child {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .v2-what-we-do-popup--header div:first-child {
    width: 60%;
  }
}

.v2-what-we-do-popup--popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(242, 239, 233, 0.8);
}

.v2-what-we-do-popup--popup--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: 1024px;
  padding: 15px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.v2-what-we-do-popup--popup--inner--body svg {
  max-height: calc(100vh - 180px);
}

.v2-what-we-do-popup--popup--inner--footer {
  text-align: right;
}

.v2-what-we-do-popup--popup--inner--footer img {
  width: 80px;
}

.v2-what-we-do-popup--popup--inner--close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  border-bottom-left-radius: 4px;
  background-color: #434244;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

.v2-what-we-do-popup--popup--inner--close:hover {
  background-color: #EA5B0C;
}

.v2-what-we-do-popup--popup--inner--close:hover:before {
  -webkit-transform: translate(-50%, -1px) rotate(-40deg);
          transform: translate(-50%, -1px) rotate(-40deg);
}

.v2-what-we-do-popup--popup--inner--close:hover:after {
  -webkit-transform: translate(-50%, -1px) rotate(40deg);
          transform: translate(-50%, -1px) rotate(40deg);
}

.v2-what-we-do-popup--popup--inner--close:before, .v2-what-we-do-popup--popup--inner--close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.v2-what-we-do-popup--popup--inner--close:before {
  -webkit-transform: translate(-50%, -1px) rotate(-45deg);
          transform: translate(-50%, -1px) rotate(-45deg);
}

.v2-what-we-do-popup--popup--inner--close:after {
  -webkit-transform: translate(-50%, -1px) rotate(45deg);
          transform: translate(-50%, -1px) rotate(45deg);
}

#wwdp--block--blue,
#wwdp--block--orange,
#wwdp--block--red,
#wwdp--block--green,
.wwdp--part {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#wwdp--block--green {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

#wwdp--block--red {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

#wwdp--block--orange {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#wwdp--block--blue {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.wwdp--part.-sky-text {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.wwdp--part.-top-text {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.wwdp--part.-floor-text {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.wwdp--part.-orange.-flag {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.wwdp--part.-orange.-flag-text {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.wwdp--part.-orange.-path, .wwdp--part.-orange.-path-text {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.wwdp--part.-blue.-flag {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.wwdp--part.-blue.-flag-text {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.wwdp--part.-blue.-path, .wwdp--part.-blue.-path-text {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.vt-what-we-do-popup-enter #wwdp--block--blue,
.vt-what-we-do-popup-enter #wwdp--block--orange,
.vt-what-we-do-popup-enter #wwdp--block--red,
.vt-what-we-do-popup-enter #wwdp--block--green {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

.vt-what-we-do-popup-enter .wwdp--part {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}

.vt-what-we-do-popup-enter .wwdp--part.-path {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.v2-history-accordion--toggleall {
  position: absolute;
  right: 25%;
  z-index: 1;
  top: 0px;
}
