.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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
  }
}

@media (min-width: 1200px) {
  .xl\: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;
}

.v2s-input-text {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.v2s-input-text.-error p {
  color: #cc1618;
}

.v2s-input-text.-error input {
  border: 1px solid #cc1618;
}

.v2s-input-text p {
  margin-bottom: 0;
  font-weight: 400;
}

.v2s-input-text input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #d7d8d7;
}

.v2s-input-select {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.v2s-input-select p {
  margin-bottom: 0;
  font-weight: 400;
}

.v2s-input-select select {
  width: 100%;
  padding: 5px 10px;
  font-weight: 100;
}

.v2s-input-select.-inline {
  display: inline-block;
  width: auto;
}

.v2s-input-select.-inline select {
  width: 100%;
}

.v2s-input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

.v2s-input-checkbox p {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.v2s-input-checkbox input {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
}

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%;
}

@media (min-width: 375px) {
  .v2-menu--inner {
    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);
}

@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--actions-list.-left {
  float: left;
}

.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: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 15px;
  border-left: 2px solid #ffffff;
  color: #434244;
}

@media (min-width: 375px) {
  .v2-menu--links-link, .v2-menu--actions-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 480px) {
  .v2-menu--links-link, .v2-menu--actions-link {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .v2-menu--links-link, .v2-menu--actions-link {
    font-size: 16px;
  }
}

.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: 576px) {
  .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: 576px) {
  .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);
}

@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-footer {
  height: auto;
  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;
}

.v2s-root {
  background-color: #696869;
}

@media (min-width: 768px) {
  .v2s-login--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.v2s-login--inner--footer--bottom {
  margin: 30px 0;
}

@media (min-width: 768px) {
  .v2s-login--inner--footer--bottom {
    max-width: 380px;
    margin-left: auto;
    text-align: right;
  }
}

.v2s-login--left, .v2s-login--right {
  width: 100%;
}

@media (min-width: 768px) {
  .v2s-login--left, .v2s-login--right {
    width: 50%;
  }
}

.v2s-login--left {
  padding: 15px;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .v2s-login--left {
    padding: 120px 45px;
  }
}

.v2s-login--left--inner {
  max-width: 320px;
}

.v2s-login--left--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v2s-login--left--links-left a {
  color: inherit;
}

.v2s-login--left--links-left a:hover {
  color: #EA5B0C;
}

.v2s-login--left--links-right {
  margin-left: auto;
  min-width: 140px;
  text-align: right;
}

.v2s-login--left--footer {
  margin-top: 30px;
}

.v2s-login--right {
  padding: 15px;
  background-color: #FAF8F6;
}

@media (min-width: 768px) {
  .v2s-login--right {
    padding: 120px 60px;
  }
}

@media (min-width: 768px) {
  .v2s-login--right .v2-button {
    float: right;
  }
}

@media (min-width: 768px) {
  .v2s-login--right--inner.-secondary {
    padding: 75px 0;
  }
}

.v2s-login--alert {
  margin: 30px 0;
  padding: 15px;
  text-align: center;
  background-color: #ffecc4;
  border-radius: 8px;
  border: 1px solid #ffdb91;
}

.v2s-login--alert svg,
.v2s-login--alert svg * {
  color: inherit;
}

.v2s-login--alert svg path,
.v2s-login--alert svg * path {
  fill: currentColor;
}

.v2s-login--alert * {
  margin: 0;
  color: #c48400;
}

.v2s-login--text--heading {
  margin-bottom: 15px;
}

.v2s-login--text--small {
  font-size: 14px;
  font-weight: 300;
}

.v2s-login--text--medium {
  font-size: 15px;
  font-weight: 400;
}

.v2s-login--text--medium.-bold {
  font-weight: 600;
}

.v2s-login--text--medium.-no-margin {
  margin-bottom: 0;
}

.v2s-dashboard--inner {
  width: 100%;
  background-color: #F2EFE9;
}

.v2s-dashboard--subjects {
  width: 100%;
  padding: 30px 20px 0 20px;
}

.v2s-dashboard--subjects--mobile {
  margin-bottom: 15px;
  padding: 0 5px;
}

@media (min-width: 992px) {
  .v2s-dashboard--subjects--mobile {
    display: none;
  }
}

.v2s-dashboard--subjects--heading {
  padding: 0 5px;
  margin-bottom: 15px;
}

.v2s-dashboard--subjects--wrapper {
  display: none;
}

@media (min-width: 992px) {
  .v2s-dashboard--subjects--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.v2s-dashboard--subjects--subject {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 5px;
  text-align: center;
}

@media (min-width: 992px) {
  .v2s-dashboard--subjects--subject {
    width: 8.33333333%;
  }
  .v2s-dashboard--subjects--subject-group .v2s-dashboard--subjects--subject {
    width: 33.33333333%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .v2s-dashboard--subjects--subject-group.group-4 .v2s-dashboard--subjects--subject {
    width: 25%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.v2s-dashboard--subjects--subject-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  text-align: center;
}

.v2s-dashboard--subjects--subject-group--title {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  height: 15px;
  border: 1px solid #a1a1a1;
  border-bottom: 0;
}

.v2s-dashboard--subjects--subject-group--title > div {
  display: inline-block;
  margin: auto;
  padding: 0 10px;
  background-color: #F2EFE9;
  margin-top: -7.5px;
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .v2s-dashboard--subjects--subject-group {
    width: 16.66666667%;
  }
}

.v2s-dashboard--subjects--link {
  display: block;
}

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

.v2s-dashboard--subjects--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) {
  .v2s-dashboard--subjects--icon {
    width: 100%;
  }
}

.v2s-dashboard--subjects--icon * {
  color: inherit;
}

.v2s-dashboard--subjects--icon svg {
  width: 100%;
  margin: auto;
}

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

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

.v2s-dashboard--actions {
  width: 100%;
  padding: 30px 20px;
}

.v2s-dashboard--actions--heading {
  padding: 0 5px;
  margin-bottom: 15px;
}

.v2s-dashboard--actions--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v2s-dashboard--actions--item {
  position: relative;
  padding: 0 5px 10px 5px;
}

@media (min-width: 768px) {
  .v2s-dashboard--actions--item {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .v2s-dashboard--actions--item {
    width: 16.66666667%;
  }
}

.v2s-dashboard--actions--item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 15px;
  background-color: #ffffff;
  text-align: center;
}

.v2s-dashboard--actions--item--inner p {
  width: 100%;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  color: #434244;
  font-size: 14px;
  text-transform: uppercase;
}

.v2s-dashboard--actions--item--inner:active, .v2s-dashboard--actions--item--inner:focus, .v2s-dashboard--actions--item--inner:hover {
  text-decoration: none;
}

.v2s-dashboard--actions--item--inner:hover {
  background-color: #EA5B0C;
}

.v2s-dashboard--actions--item--inner:hover p {
  color: #ffffff;
}

.v2s-dashboard--actions--item--inner p {
  margin: 0;
}

.v2s-dashboard--cards {
  width: 100%;
  padding: 0 20px 30px 20px;
}

.v2s-dashboard--cards--heading {
  padding: 0 5px;
  margin-bottom: 15px;
}

.v2s-dashboard--cards--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v2s-dashboard--cards--item {
  padding: 0 5px 10px 5px;
}

@media (min-width: 768px) {
  .v2s-dashboard--cards--item {
    width: 33.33333333%;
  }
}

.v2s-dashboard--cards--item--inner {
  display: block;
  padding: 10px 15px;
  background-color: #ffffff;
  text-align: left;
}

.v2s-dashboard--cards--item--inner p {
  color: #434244;
}

.v2s-dashboard--cards--item--inner:active, .v2s-dashboard--cards--item--inner:focus, .v2s-dashboard--cards--item--inner:hover {
  text-decoration: none;
}

.v2s-dashboard--cards--item--inner:hover {
  background-color: #EA5B0C;
}

.v2s-dashboard--cards--item--inner:hover p {
  color: #ffffff;
}

.v2s-dashboard--cards--item--inner .v2s-dashboard--cards--text-title {
  margin: 0;
}

.v2s-dashboard--cards--item--inner .v2s-dashboard--cards--text-date {
  font-size: 12px;
}

.v2s-search--inner {
  width: 100%;
  background-color: #F2EFE9;
}

@media (min-width: 768px) {
  .v2s-search--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.v2s-search--filters {
  padding: 15px;
}

@media (min-width: 768px) {
  .v2s-search--filters {
    width: 33.33333333%;
    padding: 15px 20px;
  }
}

@media (min-width: 992px) {
  .v2s-search--filters {
    width: 20.83333333%;
  }
}

.v2s-search--filters--heading {
  margin: 30px 0 10px 0;
}

.v2s-search--body {
  background-color: #ffffff;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .v2s-search--body {
    width: 66.66666667%;
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .v2s-search--body {
    width: 79.16666667%;
  }
}

.v2s-search--search {
  padding: 30px 15px 15px 15px;
}

@media (min-width: 768px) {
  .v2s-search--search--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*border-bottom: 1px solid #a1a1a1;*/
  }
}

.v2s-search--search--input {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.v2s-search--search--input input {
  display: block;
  width: 100%;
  border: 1px solid #a1a1a1 !important;
  margin-bottom: 15px;
}

.v2s-search--search--input input::-webkit-input-placeholder {
  color: #a1a1a1;
}

.v2s-search--search--input input::-ms-input-placeholder {
  color: #a1a1a1;
}

.v2s-search--search--input input::placeholder {
  color: #a1a1a1;
}

@media (min-width: 768px) {
  .v2s-search--search--input input {
    border: 0;
    margin: 0;
  }
}

.v2s-search--search--button {
  width: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.v2s-search--results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v2s-search--results--heading {
  width: 100%;
  padding: 0 15px;
}

.v2s-search--results--card {
  width: 100%;
  padding: 15px;
}

@media (min-width: 992px) {
  .v2s-search--results--card {
    width: 50%;
  }
}

.v2s-search--results--card:hover .v2s-search--results--card-inner {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 10px 10px #F2EFE9;
          box-shadow: 0px 10px 10px #F2EFE9;
}

.v2s-search--results--card-inner {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  border: 1px solid #F2EFE9;
}

.v2s-search--results--card-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v2s-search--results--card-heading--icon {
  width: 80px;
  padding: 15px 0 15px 15px;
  color: #EA5B0C;
}

.v2s-search--results--card-heading--icon * {
  color: inherit;
}

.v2s-search--results--card-heading--title {
  width: 100%;
  padding: 15px;
}

.v2s-search--results--card-body {
  padding: 0 15px 15px 15px;
}

.v2s-search--results--card-body p {
  margin-bottom: 0;
}

.v2s-search--footer--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v2s-search--footer--detail {
  padding: 0 15px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .v2s-search--footer--detail {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.v2s-search--footer--prev {
  padding: 0 15px;
  width: 50%;
}

@media (min-width: 768px) {
  .v2s-search--footer--prev {
    width: 25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.v2s-search--footer--next {
  padding: 0 15px;
  width: 50%;
  text-align: right;
}

@media (min-width: 768px) {
  .v2s-search--footer--next {
    width: 25%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.v2s-search #filters-toggle {
  display: none;
}

.v2s-search #filters-toggle:checked ~ #filters-label #filters-open {
  display: none;
}

.v2s-search #filters-toggle:checked ~ #filters-label #filters-close {
  display: block;
}

.v2s-search #filters-toggle:checked ~ #filters-body {
  display: block;
}

.v2s-search #filters-label:hover, .v2s-search #filters-label:active, .v2s-search #filters-label:focus {
  color: #EA5B0C;
  cursor: pointer;
}

@media (min-width: 768px) {
  .v2s-search #filters-label {
    display: none;
  }
}

.v2s-search #filters-open {
  color: inherit;
  text-decoration: underline;
}

.v2s-search #filters-close {
  display: none;
  color: inherit;
  text-decoration: underline;
}

.v2s-search #filters-body {
  display: none;
}

@media (min-width: 768px) {
  .v2s-search #filters-body {
    display: block;
  }
}

.v2s-detail--inner {
  width: 100%;
  background-color: #ffffff;
}

.v2s-detail--heading {
  padding: 15px;
}

.v2s-detail--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v2s-detail--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 768px) {
  .v2s-detail--icon {
    display: block;
    width: 16.66666667%;
  }
}

@media (min-width: 992px) {
  .v2s-detail--icon {
    width: 8.33333333%;
  }
}

.v2s-detail--icon--item {
  width: 25%;
  padding: 10px;
  color: #EA5B0C;
  text-align: center;
}

@media (min-width: 768px) {
  .v2s-detail--icon--item {
    width: 100%;
  }
}

.v2s-detail--icon--item svg,
.v2s-detail--icon--item svg * {
  color: inherit;
}

.v2s-detail--icon--item svg {
  border: 1px solid #F2EFE9;
}

.v2s-detail--icon--item p {
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
}

.v2s-detail--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .v2s-detail--info {
    width: 83.33333333%;
  }
}

@media (min-width: 992px) {
  .v2s-detail--info {
    width: 91.66666667%;
  }
}

.v2s-detail--info--heading {
  width: 100%;
  padding: 0 15px 15px 15px;
}

.v2s-detail--info--heading p {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .v2s-detail--info--heading {
    width: 58.33333333%;
  }
}

.v2s-detail--info--files, .v2s-detail--info--details {
  width: 100%;
  padding: 15px;
}

@media (min-width: 992px) {
  .v2s-detail--info--files, .v2s-detail--info--details {
    width: 50%;
  }
}

.v2s-detail--info--files-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 15px;
}

.v2s-detail--info--files-list li {
  margin-bottom: 5px;
}

.v2s-detail--info--details table {
  margin-top: 15px;
}

.v2s-detail--info--details th {
  width: 140px;
}

.v2s-detail--info--details th,
.v2s-detail--info--details td {
  padding-bottom: 5px;
  vertical-align: top;
}

.v2s-detail--info--details th {
  padding-right: 15px;
}

.v2s-detail--info--footer {
  width: 100%;
  padding: 15px;
}

.v2s-detail--info--footer p {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .v2s-detail--info--footer {
    width: 58.33333333%;
  }
}

.icon {
  display: inline-block;
  vertical-align: sub;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
}
