@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@font-face {
  font-family: sans;
  font-style: normal;
  src: url("../fonts/IRANSansWeb(FaNum).eot");
  src: url("../fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum).woff") format("woff2"), url("../fonts/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype"); }

@font-face {
  font-family: vazir;
  font-style: normal;
  src: url("../fonts/vazir/Vazir.eot");
  src: url("../fonts/vazir/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/vazir/Vazir.woff") format("woff2"), url("../fonts/vazir/Vazir.woff") format("woff"), url("../fonts/vazir/Vazir.woff") format("truetype"); }

@font-face {
  font-family: ismb;
  font-style: normal;
  src: url("../fonts/fontfamily/ismb.ttf"); }

jdp-container {
  z-index: 9999 !important; }

body {
  background-color: #f0eeef;
  font-family: "sans"; }

.ismb {
  font-family: "ismb"; }

.rounded-4 {
  border-radius: 0.5rem !important; }

.w-34 {
  width: 34%;
  vertical-align: middle;
  text-align-last: center;
  text-align: justify !important;
  border: 0px; }

.w-18 {
  width: 18%;
  vertical-align: middle;
  border: 0px; }

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent !important; }

.mobile-sidbar-sd .accordion-button::after {
  flex-shrink: 0;
  width: 7.5rem;
  height: 2rem;
  margin-right: auto;
  content: "";
  background-image: url("../images/click.png");
  background-repeat: no-repeat;
  background-size: 5rem;
  transition: transform 0.2s ease-in-out; }

.mobile-sidbar-sd .accordion-button:not(.collapsed)::after {
  background-image: url("../images/click-after.png");
  transform: rotate(0deg); }

.accordion-button:focus {
  box-shadow: none; }

.mobile-sidbar-sd .accordion-body {
  background: #fff; }

.mobile-sidbar-sd .accordion-item:last-of-type .accordion-collapse {
  border: 0px;
  border-radius: 0 0 0.75rem 0.75rem;
  overflow: hidden; }

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.ft-bold {
  font-family: "ismb" !important; }

.bg-primery-custom {
  background: #e86c20 !important; }

.bg-primery-light-custom {
  background: #f9994c !important; }

.bg-secondary-custom {
  background: #696969 !important; }

.bg-secondary-light-custom {
  background: #e0dedf !important; }

.text-primery-custom {
  color: #e86c20 !important; }

.text-primery-light-custom {
  color: #f9994c !important; }

.text-secondary-custom {
  color: #696969 !important; }

.text-secondary-light-custom {
  color: #e0dedf !important; }

.form-control {
  border: 1px solid #e0dedf;
  border-radius: 0.75rem;
  color: #696969;
  transition: 0.5s ease-in-out; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f9994c;
    outline: 0;
    box-shadow: 0 0 5px 2.5px rgba(0, 0, 0, 0.1); }

.form-select {
  border: 1px solid #e0dedf;
  border-radius: 0.75rem;
  color: #696969;
  cursor: pointer;
  transition: 0.5s ease-in-out; }
  .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 5px 2.5px rgba(0, 0, 0, 0.1); }

.bt-primery-custom {
  background-color: #e86c20;
  color: #fff;
  transition: 0.4s;
  border-radius: 0.75rem !important; }
  .bt-primery-custom:hover {
    background-color: #fff;
    color: #e86c20;
    border: 1px solid #e86c20; }

.bt-secondary-custom {
  background-color: #e0dedf;
  color: #000;
  transition: 0.4s;
  border-radius: 0.75rem !important; }
  .bt-secondary-custom:hover {
    background-color: #fff;
    color: #e86c20;
    border: 1px solid #e0dedf; }

.bt-secondary-dark-custom {
  background-color: #696969;
  color: #fff;
  transition: 0.4s;
  border-radius: 0.75rem !important; }
  .bt-secondary-dark-custom:hover {
    background-color: #fff;
    color: #696969;
    border: 1px solid #696969; }

.text-justify {
  text-align: justify; }

.empty {
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default; }
  .empty-img {
    opacity: 0.6; }

.modal-content {
  border-radius: 0.75rem; }

menu .topmenu li {
  margin-right: 1.75rem; }
  menu .topmenu li a {
    transition: 0.3s ease-in-out;
    font-size: 1rem; }
    menu .topmenu li a:hover {
      color: #e86c20 !important; }

menu .centermenu li {
  margin-right: 1rem; }
  menu .centermenu li a {
    transition: 0.3s ease-in-out;
    font-size: 0.8rem; }
    menu .centermenu li a:hover {
      color: #e86c20 !important; }

menu .centermenu .ic {
  margin-left: 0.25rem;
  font-size: 1.75rem; }
  menu .centermenu .ic-search {
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 0.75rem !important;
    text-decoration: none;
    color: #696969; }
  menu .centermenu .ic-select {
    right: 0;
    top: 0;
    bottom: 0;
    width: 9rem;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0.75rem; }
    menu .centermenu .ic-select:focus {
      border-color: transparent;
      outline: 0;
      box-shadow: none; }
  menu .centermenu .ic-input {
    padding: 0.5rem 0.5rem 0.5rem 3rem; }

menu .centermenu .form-select {
  background-image: url("../images/svg/select.svg"); }

menu .centermenu .srch-men {
  border: 1px solid #e0dedf;
  border-radius: 0.75rem; }

menu .megamenu-c .navbar {
  padding: 0; }
  menu .megamenu-c .navbar #navbarNav .nav-item {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    menu .megamenu-c .navbar #navbarNav .nav-item .megamenu {
      display: none;
      z-index: 8888;
      box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.15); }

      menu .megamenu-c .navbar #navbarNav .nav-item .megamenu li a {
        transition: 0.3s;
        font-size: 0.925rem; }
        menu .megamenu-c .navbar #navbarNav .nav-item .megamenu li a:hover {
          color: #e86c20 !important; }
      menu .megamenu-c .navbar #navbarNav .nav-item .megamenu .dot {
        width: 0.5rem;
        height: 0.5rem;
        background-color: #e86c20;
        display: inline-flex;
        border-radius: 50%; }
    menu .megamenu-c .navbar #navbarNav .nav-item:focus .megamenu {
      display: block !important;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      opacity: 1;
      margin-top: 0;
      animation: mega 0s ease-in-out;
    }
    menu .megamenu-c .navbar #navbarNav .nav-item .nav-link {
      padding: 0 0 0 1.5rem;
      color: #333;
      font-size: 1rem; }
      menu .megamenu-c .navbar #navbarNav .nav-item .nav-link img {
        width: 1.25rem;
        margin-left: 0.375rem;
        font-size: 0.5rem; }

@keyframes mega {
  0% {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    opacity: 0;
    margin-top: -15px; }
  100% {
    padding-top: 1rem;
    padding-bottom: 1rem;
    opacity: 1;
    margin-top: 0; } }

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  height: 5.75rem;
  z-index: 8888;
  overflow: hidden;
  background: #fff;
  animation: scr 0.75s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .scrolled .topmenu,
  .scrolled .megamenu-c {
    display: none; }

@keyframes scr {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: 5.75rem;
    opacity: 1; } }

header {
  padding: 1.5rem 0; }
  header .carousel-inner img {
    width: 100%;
    display: block; }
  header h1 {
    font-size: 1.5rem;
    line-height: 2.625rem;
    padding: 0.5rem 1.5rem; }
    header h1 .fwc {
      font-family: "ismb"; }
  header .services-header h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0 2.5rem;
    margin: 0.5rem 0; }
  header .services-header img {
    width: 25%;
    margin-right: auto;
    margin-left: auto; }
  header .pad-header {
    border-radius: 0.75rem; }
    header .pad-header .carousel-indicators [data-bs-target] {
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 50%;
      opacity: 1;
      transition: 0.5s; }
    header .pad-header .carousel-indicators {
      right: auto;
      margin-left: 4%; }
    header .pad-header .carousel-indicators .active {
      background-color: #f9994c; }
  header img {
    border-radius: 0.75rem 0 0 0.75rem; }

.search-best-price .search-bg {
  padding: 1.5rem;
  text-align: center;
  border-radius: 0.75rem; }
  .search-best-price .search-bg h3 {
    font-size: 1.375rem;
    line-height: 1rem; }
  .search-best-price .search-bg h4 {
    font-size: 1rem;
    line-height: 2.5rem;
    margin-top: 1rem; }
  .search-best-price .search-bg select {
    border-radius: 0.75rem; }
  .search-best-price .search-bg .btn {
    border-radius: 0.75rem; }

.search-best-price .countdown img {
  border-radius: 0.75rem;
  width: 100%; }

.search-best-price .countdown .overlay {
  z-index: 7777;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2% 2%; }
  .search-best-price .countdown .overlay .co {
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.75rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    .search-best-price .countdown .overlay .co .logshop-btn {
      background: #e86c20;
      color: #fff;
      padding: 0.375rem;
      border-radius: 0.5rem; }
  .search-best-price .countdown .overlay .count {
    direction: ltr;
    margin: 0;
    font-weight: bolder;
    font-size: 1.25rem; }

.how {
  padding: 1rem 0; }
  .how .card {
    border-radius: 0.75rem; }
  .how h2 {
    font-size: 1.25rem; }
  .how p {
    font-size: 1rem; }
  .how .process {
    margin: 0.5rem 0.5rem 1rem;
    border-bottom: 0.125rem solid #e86c20; }
    .how .process .col-xxl-3 {
      padding: 0.5rem 0.25rem 1.5rem 0.25rem; }
      .how .process .col-xxl-3 img {
        width: 35%; }
      .how .process .col-xxl-3 .text {
        font-size: 0.675rem;
        line-height: 1.25rem;
        margin: 1rem 0 0.5rem; }
        .how .process .col-xxl-3 .text p {
          margin: 0; }
      .how .process .col-xxl-3 .number {
        position: absolute;
        bottom: -2.25vh;
        left: 0;
        right: 0;
        margin: auto;
        width: max-content;
        padding: 0 0.125rem;
        color: #e86c20;
        background: #fff;
        font-size: 1.375rem; }
  .how .kharidar img,
  .how .foroshande img {
    width: 100%; }
  .how .level-xs img {
    margin-bottom: 0.5rem;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 25%; }

.req-id {
  top: -40vh; }

.consulting .row .col-xxl-6 img {
  width: 100%; }

.consulting .row .col-xxl-6:nth-child(2) {
  background: #565656; }
  .consulting .row .col-xxl-6:nth-child(2) .col-xxl-11 {
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    align-items: center; }
  .consulting .row .col-xxl-6:nth-child(2) .title h2 {
    font-size: 1.5rem;
    font-family: "ismb";
    margin: 1rem 0; }
  .consulting .row .col-xxl-6:nth-child(2) .title h4 {
    font-size: 1.125rem;
    margin: 1.5rem 0; }
  .consulting .row .col-xxl-6:nth-child(2) input,
  .consulting .row .col-xxl-6:nth-child(2) textarea,
  .consulting .row .col-xxl-6:nth-child(2) button,
  .consulting .row .col-xxl-6:nth-child(2) select {
    border-radius: 0.75rem; }

.consulting .row .col-xxl-6:nth-child(1) {
  background: #f2e9d9;
  position: relative; }
  .consulting .row .col-xxl-6:nth-child(1) h2 {
    font-size: 1.5rem;
    font-family: "ismb";
    margin: 1rem 0; }
  .consulting .row .col-xxl-6:nth-child(1) .des-land {
    color: #696969;
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: justify; }

.consulting .af::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-right: 1.5rem solid #f2e9d9;
  right: 100%;
  top: 45%; }

.consulting .list-consulting .consulting-box {
  border-radius: 0.75rem;
  overflow: hidden; }
  .consulting .list-consulting .consulting-box:hover .overlay {
    opacity: 0; }
  .consulting .list-consulting .consulting-box .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
    display: grid;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0.5rem;
    transition: 0.5s; }
    .consulting .list-consulting .consulting-box .overlay h4 {
      font-size: 1rem;
      margin: 0;
      text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3); }
    .consulting .list-consulting .consulting-box .overlay .cust {
      margin: 10px 0;
      background-color: white;
      opacity: 1;
      width: 20%;
      height: 2px; }
    .consulting .list-consulting .consulting-box .overlay .desc {
      font-size: 0.75rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow-y: hidden; }

.request .row .col-xxl-6:nth-child(1) {
  background: #565656; }
  .request .row .col-xxl-6:nth-child(1) .col-xxl-10 {
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    align-items: center; }
  .request .row .col-xxl-6:nth-child(1) .title h2 {
    font-size: 1.5rem;
    font-family: "ismb";
    margin: 1rem 0; }
  .request .row .col-xxl-6:nth-child(1) .title h4 {
    font-size: 1.125rem;
    margin: 1.5rem 0; }
  .request .row .col-xxl-6:nth-child(1) input,
  .request .row .col-xxl-6:nth-child(1) textarea,
  .request .row .col-xxl-6:nth-child(1) button,
  .request .row .col-xxl-6:nth-child(1) select {
    border-radius: 0.75rem; }

.request .row .col-xxl-6:nth-child(2) {
  background: #f2e9d9;
  position: relative; }
  .request .row .col-xxl-6:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #f2e9d9;
    left: 100%;
    top: 45%; }
  .request .row .col-xxl-6:nth-child(2) img {
    position: relative;
    animation: myfirst 1.75s linear 1.75s infinite alternate;
    width: 100%; }
  .request .row .col-xxl-6:nth-child(2) h2 {
    font-size: 1.5rem;
    font-family: "ismb";
    margin: 1rem 0; }
  .request .row .col-xxl-6:nth-child(2) .des-land {
    color: #696969;
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: justify; }

@keyframes myfirst {
  0% {
    top: 0px; }
  100% {
    top: 10px; } }

.news-id {
  top: -40vh; }

.news {
  padding: 1rem 0; }
  .news .row .col-xxl-6 .card {
    border-radius: 0.75rem;
    padding: 1.5rem;
    height: 100%; }
    .news .row .col-xxl-6 .card-body {
      padding: 0.5rem 1rem; }
      .news .row .col-xxl-6 .card-body p {
        font-size: 0.75rem; }
      .news .row .col-xxl-6 .card-body h6 {
        font-size: 1rem;
        line-height: 1.5rem; }
    .news .row .col-xxl-6 .card h2 {
      font-family: "ismb";
      font-size: 1.125rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .news .row .col-xxl-6 .card h2 .btn {
        font-family: "sans";
        border-radius: 0.5rem; }
  .news .row .col-xxl-6:nth-child(1) .card {
    background: #f0eeef; }
    .news .row .col-xxl-6:nth-child(1) .card .btn {
      background: #000;
      color: #fff;
      transition: 0.3s; }
      .news .row .col-xxl-6:nth-child(1) .card .btn svg {
        color: #e86c20;
        transition: 0.3s; }
      .news .row .col-xxl-6:nth-child(1) .card .btn:hover {
        background: #e86c20;
        color: #fff; }
        .news .row .col-xxl-6:nth-child(1) .card .btn:hover svg {
          color: #000; }
  .news .row .col-xxl-6:nth-child(2) .card {
    background: #e0dedf; }
    .news .row .col-xxl-6:nth-child(2) .card .btn {
      background: #e86c20;
      color: #fff;
      transition: 0.3s; }
      .news .row .col-xxl-6:nth-child(2) .card .btn svg {
        color: #000;
        transition: 0.3s; }
      .news .row .col-xxl-6:nth-child(2) .card .btn:hover {
        background: #000;
        color: #fff; }
        .news .row .col-xxl-6:nth-child(2) .card .btn:hover svg {
          color: #e86c20; }
  .news .row .col-xxl-4 .card {
    border-radius: 0.75rem;
    padding: 0.75rem;
    height: 100%; }
    .news .row .col-xxl-4 .card-body {
      padding: 0.25rem 0.5rem;
      border-radius: 0.375rem; }
      .news .row .col-xxl-4 .card-body p {
        font-size: 0.75rem; }
      .news .row .col-xxl-4 .card-body h6 {
        font-size: 0.75rem;
        line-height: 1.5rem; }
    .news .row .col-xxl-4 .card h2 {
      font-family: "ismb";
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .news .row .col-xxl-4 .card h2 .btn {
        font-family: "sans";
        border-radius: 0.5rem; }
  .news .row .col-xxl-4:nth-child(1) .card, .news .row .col-xxl-4:nth-child(3) .card {
    background: #f0eeef; }
    .news .row .col-xxl-4:nth-child(1) .card .btn, .news .row .col-xxl-4:nth-child(3) .card .btn {
      background: #000;
      color: #fff;
      transition: 0.3s;
      font-size: 0.75rem; }
      .news .row .col-xxl-4:nth-child(1) .card .btn svg, .news .row .col-xxl-4:nth-child(3) .card .btn svg {
        color: #e86c20;
        transition: 0.3s; }
      .news .row .col-xxl-4:nth-child(1) .card .btn:hover, .news .row .col-xxl-4:nth-child(3) .card .btn:hover {
        background: #e86c20;
        color: #fff; }
        .news .row .col-xxl-4:nth-child(1) .card .btn:hover svg, .news .row .col-xxl-4:nth-child(3) .card .btn:hover svg {
          color: #000; }
  .news .row .col-xxl-4:nth-child(2) .card {
    background: #e0dedf; }
    .news .row .col-xxl-4:nth-child(2) .card .btn {
      background: #e86c20;
      color: #fff;
      transition: 0.3s;
      font-size: 0.75rem; }
      .news .row .col-xxl-4:nth-child(2) .card .btn svg {
        color: #000;
        transition: 0.3s; }
      .news .row .col-xxl-4:nth-child(2) .card .btn:hover {
        background: #000;
        color: #fff; }
        .news .row .col-xxl-4:nth-child(2) .card .btn:hover svg {
          color: #e86c20; }

.categories {
  padding: 1rem 0; }

.categories-item {
  padding: 0.5rem 0.75rem; }

.categories-box {
  padding: 1rem 0.75rem;
  border-radius: 0.75rem; }
  .categories-box .cat-img {
    width: 7.5rem;
    height: 7.5rem;
    margin: 0 auto;
    border: 0.375rem solid #e0dedf;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out; }
    .categories-box .cat-img:hover {
      border: 0.125rem solid #e86c20; }
    .categories-box .cat-img img {
      width: 100%;
      font-size: 0.75rem;
      filter: grayscale(0);
      transition: 0.4s ease-in-out;
      color: #999;
      border-radius: 50%; }
      .categories-box .cat-img img:hover {
        filter: grayscale(100%); }
  .categories-box .cat-title h4 {
    font-size: 1.125rem;
    transition: 0.4s ease-in-out; }
    .categories-box .cat-title h4:hover {
      color: #000 !important; }

.categories-bar {
  height: 2.5rem;
  display: flex;
  align-items: center; }
  .categories-bar .categories-title {
    top: 0;
    left: 1rem;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .categories-bar .categories-title h2 {
      font-size: 1rem;
      font-family: "ismb";
      background: #fff; }
    .categories-bar .categories-title a {
      font-size: 1rem;
      background: #fff; }

.categories-hr {
  background-color: #696969;
  opacity: 0.6; }
  .categories-hr:not([size]) {
    height: 2px; }

.footer-top .flaticon {
  font-size: 2rem; }

.footer-top h4 {
  font-family: "ismb";
  font-size: 1.25rem; }

.footer-top a {
  font-size: 1.125rem; }

.footer-center a {
  transition: 0.4s ease-in-out;
  font-size: 1rem; }
  .footer-center a:hover {
    color: #e86c20 !important; }

.footer-center p {
  font-size: 1rem;
  line-height: 2; }

.footer-center li {
  padding: 0.375rem 0; }

.footer .social-ft li {
  display: inline;
  margin-left: 0px;
  margin-right: 1.75rem;
  line-height: 3.5; }

.footer .nmd-ft li {
  display: inline;
  margin-left: 0.5rem;
  padding: 0px;
  line-height: 3; }
  .footer .nmd-ft li img {
    display: inline-flex;
    margin-top: 1.5rem; }

.cont-btn {
  z-index: 2222;
  bottom: 1rem;
  left: 1rem;
  font-size: 1rem;
  padding: 0.5rem 1rem 0.25rem !important; }

.btn-req {
  right: 0;
  top: 70%;
  background: #e86c20;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.25rem;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 7rem;
  transition: 0.4s;
  text-align: center; }
  .btn-req:hover {
    background: #f9994c;
    color: #fff; }

.btn-news {
  right: 0;
  top: 75%;
  background: #696969;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.25rem;
  border-radius: 0.5rem 0 0 0.5rem;
  width: 7rem;
  transition: 0.4s;
  text-align: center; }
  .btn-news:hover {
    background: #e0dedf;
    color: #696969; }

.shop .title {
  font-size: 1.25rem;
  font-family: "ismb";
  height: 2.5rem;
  display: flex;
  align-items: center; }

.shop-side {
  position: sticky;
  top: 6rem; }
  .shop-side .card {
    border-radius: 0.75rem;
    border: 0px;
    transition: 0.4s ease-in-out; }
    .shop-side .card .btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.75rem; }
      .shop-side .card .btn img {
        width: 1.5rem; }
      .shop-side .card .btn h4 {
        font-size: 1rem;
        color: #000;
        transition: 0.4s ease-in-out; }
      .shop-side .card .btn span {
        color: #e86c20;
        transition: 0.4s ease-in-out; }
      .shop-side .card .btn .ic-shop {
        background: #e86c20;
        padding: 5px;
        border-radius: 50%;
        transition: 0.4s ease-in-out; }
    .shop-side .card:hover {
      background: #e86c20; }
      .shop-side .card:hover .btn h4 {
        font-size: 1rem;
        color: #fff; }
      .shop-side .card:hover .btn span {
        color: #000; }
      .shop-side .card:hover .btn .ic-shop {
        background: transparent;
        padding: 5px;
        border-radius: 0%; }
  .shop-side .active .card {
    background: #e86c20; }
    .shop-side .active .card .btn h4 {
      font-size: 1rem;
      color: #fff; }
    .shop-side .active .card .btn span {
      color: #000; }
    .shop-side .active .card .btn .ic-shop {
      background: transparent;
      padding: 5px;
      border-radius: 0%; }

.shop .sd .shop-search {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .shop .sd .shop-search form {
    width: 30%;
    height: 2.5rem;
    overflow: hidden;
    border-radius: 0.25rem; }
    .shop .sd .shop-search form input {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 0px; }
      .shop .sd .shop-search form input::placeholder {
        font-size: 0.75rem;
        color: #999; }
    .shop .sd .shop-search form .btn {
      left: 0; }

.shop .sd .card {
  border-radius: 0.75rem;
  padding: 1rem; }

.shop .sd .shop-box {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  transition: 0.4s ease-in-out; }
  .shop .sd .shop-box h4 {
    font-size: 1rem;
    transition: 0.4s ease-in-out;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.375rem; }
  .shop .sd .shop-box:hover {
    box-shadow: 0 0 10px 0 #e86c20;
    border-radius: 0.5rem; }
    .shop .sd .shop-box:hover h4 {
      color: #e86c20 !important; }

.shop-profile .card {
  border-radius: 0.75rem; }
  .shop-profile .card-img {
    height: 12.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem; }
    .shop-profile .card-img img {
      height: 100%;
      margin: auto; }
  .shop-profile .card-description {
    height: 16.25rem;
    overflow-y: scroll;
    padding: 1.5rem; }
    .shop-profile .card-description h1 {
      font-family: "ismb";
      font-size: 1.625rem;
      margin: 0; }
    .shop-profile .card-description-text {
      color: #000;
      padding: 0.5rem 0 1.5rem;
      text-align: justify;
      line-height: 1.75rem; }
      .shop-profile .card-description-text p {
        margin: 0; }

.shop-profile .cont {
  height: 3.25rem;
  border-radius: 0.75rem; }
  .shop-profile .cont-tel, .shop-profile .cont-mail {
    padding: 0 1rem;
    transition: 0.4s ease-in-out; }
    .shop-profile .cont-tel a, .shop-profile .cont-mail a {
      font-size: 0.75rem;
      text-decoration: none;
      color: #000;
      font-weight: bolder;
      transition: 0.4s ease-in-out; }
      .shop-profile .cont-tel a .flaticon, .shop-profile .cont-mail a .flaticon {
        transition: 0.4s ease-in-out; }
    .shop-profile .cont-tel:hover, .shop-profile .cont-mail:hover {
      background: #e86c20; }
      .shop-profile .cont-tel:hover a, .shop-profile .cont-mail:hover a {
        color: #fff; }
        .shop-profile .cont-tel:hover a .flaticon, .shop-profile .cont-mail:hover a .flaticon {
          color: #fff !important; }
  .shop-profile .cont-loc {
    padding: 0 1rem;
    transition: 0.4s ease-in-out; }
    .shop-profile .cont-loc a {
      font-size: 1rem;
      text-decoration: none;
      color: #000;
      transition: 0.4s ease-in-out;
      cursor: revert; }
      .shop-profile .cont-loc a .flaticon {
        transition: 0.4s ease-in-out;
        margin-left: 0.5rem; }
      .shop-profile .cont-loc a .lot {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow-x: scroll; }
    .shop-profile .cont-loc:hover {
      background: #e86c20; }
      .shop-profile .cont-loc:hover a {
        color: #fff; }
        .shop-profile .cont-loc:hover a .flaticon {
          color: #fff !important; }
  .shop-profile .cont-social, .shop-profile .cont-share, .shop-profile .cont-like {
    padding: 0 1rem;
    display: flex;
    align-items: stretch;
    justify-content: center; }
    .shop-profile .cont-social ul, .shop-profile .cont-share ul, .shop-profile .cont-like ul {
      display: flex;
      justify-content: space-between; }
      .shop-profile .cont-social ul li, .shop-profile .cont-share ul li, .shop-profile .cont-like ul li {
        list-style: none;
        margin: auto; }
        .shop-profile .cont-social ul li a,
        .shop-profile .cont-social ul li button, .shop-profile .cont-share ul li a,
        .shop-profile .cont-share ul li button, .shop-profile .cont-like ul li a,
        .shop-profile .cont-like ul li button {
          font-size: 1.5rem;
          color: #696969;
          text-decoration: none;
          transition: 0.4s ease-in-out;
          background: transparent;
          border: 0;
          padding: 0; }
          .shop-profile .cont-social ul li a:hover,
          .shop-profile .cont-social ul li button:hover, .shop-profile .cont-share ul li a:hover,
          .shop-profile .cont-share ul li button:hover, .shop-profile .cont-like ul li a:hover,
          .shop-profile .cont-like ul li button:hover {
            color: #e86c20; }
        .shop-profile .cont-social ul li .active .flaticon, .shop-profile .cont-share ul li .active .flaticon, .shop-profile .cont-like ul li .active .flaticon {
          display: none; }
        .shop-profile .cont-social ul li .active svg, .shop-profile .cont-share ul li .active svg, .shop-profile .cont-like ul li .active svg {
          display: block;
          opacity: 1;
          color: red; }
  .shop-profile .cont-share {
    cursor: pointer; }
    .shop-profile .cont-share .share-o {
      display: none;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1111;
      box-shadow: 0px 2.5px 5px 0 rgba(0, 0, 0, 0.1);
      border-radius: 0 0 0.75rem 0.75rem; }
      .shop-profile .cont-share .share-o ul {
        display: inherit !important; }
      .shop-profile .cont-share .share-o svg {
        display: block !important;
        opacity: 1 !important;
        margin: 10px auto;
        color: #fff; }
    .shop-profile .cont-share:hover {
      border-radius: 0.75rem 0.75rem 0 0; }
      .shop-profile .cont-share:hover .share-o {
        display: block !important;
        animation: share 0.5s ease-in-out;
        opacity: 1;
        top: 100%; }

@keyframes share {
  0% {
    opacity: 0;
    top: 0%; }
  100% {
    opacity: 1;
    top: 100%; } }
  .shop-profile .cont-social .flaticon-instagram {
    background: -webkit-linear-gradient(#4762d8, #da2981, #ffd369);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .shop-profile .cont-social .flaticon-whatsapp {
    color: #4ccb5a; }
  .shop-profile .cont-social .flaticon-telegram-1 {
    color: #32afed; }
  .shop-profile .cont-social .flaticon-telephone {
    color: #000; }

.shop-products .card {
  padding: 1rem;
  border-radius: 0.75rem; }
  .shop-products .card h2 {
    font-family: "ismb";
    padding-bottom: 2.5rem;
    font-size: 1.625rem;
    margin: 0; }

.shop-products-box {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center; }
  .shop-products-box a {
    text-decoration: none;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: bolder; }
    .shop-products-box a img {
      width: 75%;
      font-size: 1rem;
      color: #999; }

.shop .img-box-sd {
  height: 12.5rem;
  height: 12.5rem;
  display: grid;
  align-items: center;
  justify-content: center; }
  .shop .img-box-sd img {
    width: 100%; }

.panel .sidebar-panel {
  padding: 1rem;
  border: 0;
  border-radius: 0.75rem; }
  .panel .sidebar-panel .user-card-av h4,
  .panel .sidebar-panel .user-card-av small {
    font-size: 1rem;
    line-height: 1.625rem; }

.panel .sidebar-nav {
  padding-top: 2.5rem; }
  .panel .sidebar-nav a {
    padding: 0.5rem 0.75rem;
    background: #e0dedf;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 0.75rem;
    transition: 0.3s ease-in-out;
    position: relative; }
    .panel .sidebar-nav a .flaticon {
      font-size: 1.25rem;
      transition: 0.3s ease-in-out; }
    .panel .sidebar-nav a .sid-link {
      font-size: 1.125rem;
      color: #696969;
      margin-right: 0.5rem;
      transition: 0.3s ease-in-out; }
    .panel .sidebar-nav a .badge {
      position: absolute;
      right: -0.5vh;
      top: -0.5vh;
      background: #e86c20;
      border: 2px solid #fff;
      transition: 0.3s ease-in-out; }
    .panel .sidebar-nav a .popover-cu {
      display: none;
      position: absolute;
      z-index: 2222;
      top: 0;
      right: 104%;
      width: 15rem;
      background: #696969;
      color: #fff;
      padding: 0.5rem 0.75rem;
      text-align: justify;
      border-radius: 0.75rem;
      font-size: 0.75rem; }
      .panel .sidebar-nav a .popover-cu::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 0.75rem solid transparent;
        border-bottom: 0.75rem solid transparent;
        border-left: 0.75rem solid #696969;
        left: 100%;
        top: 1rem; }
    .panel .sidebar-nav a:hover {
      background: #e86c20; }
      .panel .sidebar-nav a:hover .flaticon,
      .panel .sidebar-nav a:hover .sid-link {
        color: #fff !important; }
      .panel .sidebar-nav a:hover .badge {
        background: #e0dedf;
        color: #e86c20; }
      .panel .sidebar-nav a:hover .popover-cu {
        display: block;
        margin: 0;
        opacity: 1;
        animation: popover 0.5s ease-in-out; }
  .panel .sidebar-nav .active {
    background: #e86c20; }
    .panel .sidebar-nav .active .flaticon,
    .panel .sidebar-nav .active .sid-link {
      color: #fff !important; }
    .panel .sidebar-nav .active .badge {
      background: #e0dedf;
      color: #e86c20; }

.panel-header .card {
  padding: 1rem;
  border-radius: 0.75rem;
  border: 0;
  height: 100%; }
  .panel-header .card .flaticon {
    font-size: 2rem; }
  .panel-header .card h4,
  .panel-header .card small {
    font-size: 1rem; }

.panel-body {
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.75rem; }

.panel-title .flaticon {
  font-size: 1.5rem; }

.panel-title h2 {
  font-size: 1.25rem;
  font-family: "ismb"; }

.panel-title a {
  font-size: 1rem;
  background: #e86c20;
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: 0.3s ease-in-out; }
  .panel-title a:hover {
    border: 1px solid #e86c20;
    color: #e86c20;
    background: transparent; }

.panel .panel-dashboard h3 {
  font-size: 1.25rem; }

.panel .shop-wizard .card {
  background: #fff;
  border: 0; }
  .panel .shop-wizard .card-header {
    padding: 0 2.5rem 1.5rem;
    border-bottom: 1px solid #e0dedf; }
    .panel .shop-wizard .card-header .steps {
      display: flex;
      column-count: 3;
      justify-content: center;
      align-items: center; }
      .panel .shop-wizard .card-header .steps .step {
        width: 100%;
        position: relative;
        height: max-content;
        display: flex;
        align-items: end;
        justify-content: center;
        transition: 0.4s ease-in-out; }
        .panel .shop-wizard .card-header .steps .step::after {
          content: "";
          width: 100%;
          height: 4px;
          position: absolute;
          background: #e0dedf;
          left: 0;
          right: 0;
          top: 50%;
          z-index: 1111; }
        .panel .shop-wizard .card-header .steps .step span {
          padding: 10px 16px;
          border: 1px solid #e0dedf;
          border-radius: 50%;
          background: #e0dedf;
          display: flex;
          width: 4rem;
          height: 4rem;
          align-items: center;
          justify-content: center;
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 2222;
          font-weight: bolder;
          transition: 0.4s ease-in-out; }
        .panel .shop-wizard .card-header .steps .step p {
          padding-top: 7.5rem; }
      .panel .shop-wizard .card-header .steps .step.active span {
        background: #e86c20;
        color: white;
        border: 1px solid #e86c20; }
  .panel .shop-wizard .card-body .tabs {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center; }
    .panel .shop-wizard .card-body .tabs .tab {
      display: none; }
    .panel .shop-wizard .card-body .tabs .tab.active {
      display: block !important; }
  .panel .shop-wizard .card-body h3 {
    font-family: "ismb";
    font-size: 1.25rem; }
  .panel .shop-wizard .card-body h6 {
    font-size: 1rem; }
  .panel .shop-wizard .card-footer {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .panel .shop-wizard .card-footer button {
      border-radius: 0.75rem;
      padding: 0.375rem 2.5rem;
      font-weight: bold; }
      .panel .shop-wizard .card-footer button:active {
        outline: none;
        transform: translate(0px, 5px);
        -webkit-transform: translate(0px, 5px);
        box-shadow: 0px 1px 0px 0px; }

@media only screen and (max-width: 420px) {
  .panel .shop-wizard .card-footer button {
    width: 100%;
    font-size: 1rem; } }

.panel .shop-wizard .logo-up {
  z-index: 1111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #696969; }

.panel-shops tr {
  vertical-align: baseline; }
  .panel-shops tr .td-img {
    width: 15%; }
  .panel-shops tr a {
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto; }

.panel .ticket-det {
  padding: 1rem;
  border-radius: 0.75rem; }
  .panel .ticket-det .top-ticket {
    padding: 0.5rem;
    border-radius: 0.75rem; }

.panel th,
.panel td {
  vertical-align: middle; }

.panel .pup .pupupsd {
  bottom: 115%;
  left: 0;
  width: max-content;
  background: #333;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem 1rem 1rem 0;
  font-size: 0.75rem;
  display: none; }

.panel .pup:hover .pupupsd {
  display: block;
  margin: 0;
  opacity: 1;
  animation: popover 0.5s ease-in-out; }

@keyframes popover {
  0% {
    margin-right: -3vh;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

.prod-list .product-side .accordion-item {
  margin-bottom: 0.5rem;
  background: #fff;
  border-radius: 0.75rem;
  border: 0; }

.prod-list .product-side .accordion-button {
  border-radius: 0.75rem 0.75rem 0 0;
  border: 0; }
  .prod-list .product-side .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #e86c20; }

.prod-list .product-side .accordion-collapse {
  border: 0; }

.prod-details .card {
  height: 25rem;
  border-radius: 0.75rem;
  padding: 1rem; }
  .prod-details .card .des {
    line-height: 2rem; }

.prod-details .title-p {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .prod-details .title-p h1 {
    font-size: 1.75rem;
    font-family: "ismb";
    margin: 0; }

.prod-details .h2 {
  border-radius: 0.75rem;
  margin: 0; }
  .prod-details .h2 h2 {
    font-size: 1.25rem;
    font-weight: bolder; }

.prod-details .shop-list-pr-d {
  border-radius: 0.75rem; }
  .prod-details .shop-list-pr-d a .shop-box {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    transition: 0.4s ease-in-out; }
    .prod-details .shop-list-pr-d a .shop-box:hover {
      box-shadow: 0 0 10px 0 #e86c20;
      border-radius: 0.5rem; }
    .prod-details .shop-list-pr-d a .shop-box h4 {
      font-size: 1rem; }

.contact h1,
.contact h2 {
  font-family: "ismb";
  font-size: 1.25rem;
  margin: 1rem 0 0.25rem;
  color: #e86c20; }

.contact .card {
  border-radius: 0.75rem; }

.contact .co .bg-white {
  border-radius: 0.75rem; }

.contact iframe {
  width: 100% !important; }

.contact img {
  position: relative;
  animation: myfirst 1.75s linear 1.75s infinite alternate; }

.article .title {
  font-size: 1.25rem;
  font-family: "ismb";
  width: max-content;
  height: 1.5rem;
  display: flex;
  align-items: center; }

.article-side {
  position: sticky;
  top: 6.25rem; }
  .article-side .card {
    border-radius: 0.75rem;
    border: 0px;
    transition: 0.4s ease-in-out; }
    .article-side .card .btn {
      display: flex;
      align-items: center;
      justify-content: revert;
      padding: 0.5rem; }
      .article-side .card .btn img {
        width: 3.5rem;
        border-radius: 0.75rem; }
      .article-side .card .btn h4 {
        font-size: 1rem;
        color: #000;
        transition: 0.4s ease-in-out;
        text-align: right; }
      .article-side .card .btn span {
        color: #e86c20;
        transition: 0.4s ease-in-out; }
      .article-side .card .btn .ic-shop {
        border-radius: 0.25rem;
        transition: 0.4s ease-in-out; }
    .article-side .card:hover {
      background: #e86c20; }
      .article-side .card:hover .btn h4 {
        font-size: 1rem;
        color: #fff; }
      .article-side .card:hover .btn span {
        color: #000; }
      .article-side .card:hover .btn .ic-shop {
        border-radius: 0%; }
  .article-side .active .card {
    background: #e86c20; }
    .article-side .active .card .btn h4 {
      font-size: 1rem;
      color: #fff; }
    .article-side .active .card .btn span {
      color: #000; }
    .article-side .active .card .btn .ic-shop {
      background: transparent;
      padding: 5px;
      border-radius: 0%; }

.article .art .shop-search {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .article .art .shop-search form {
    width: 30%;
    height: 2.5rem;
    overflow: hidden;
    border-radius: 0.25rem; }
    .article .art .shop-search form input {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 0px; }
      .article .art .shop-search form input::placeholder {
        font-size: 0.75rem;
        color: #999; }
    .article .art .shop-search form .btn {
      left: 0; }

.article .art .card {
  border-radius: 0.75rem;
  padding: 1rem; }

.article .art .shop-box {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  transition: 0.4s ease-in-out;
  padding: 0 0 0.25rem;
  overflow: hidden; }
  .article .art .shop-box .tit {
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0; }
    .article .art .shop-box .tit h4 {
      font-size: 0.85rem;
      transition: 0.4s ease-in-out;
      line-height: 1.55rem; }
  .article .art .shop-box:hover {
    box-shadow: 0 0 10px 0 #e86c20; }
    .article .art .shop-box:hover h4 {
      color: #e86c20 !important; }

.article .img-c img {
  width: 100%;
  border-radius: 0.75rem; }

.checkbox-box .ch-p {
  padding: 0.1rem; }

.container-sd {
  display: block;
  position: relative;
  padding-right: 2.5rem;
  margin-bottom: 12px;
  transition: 0.4s;
  cursor: pointer;
  font-size: 1.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .container-sd input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: 0.4s; }
    .container-sd input:checked ~ .checkmark {
      background-color: #e86c20; }
      .container-sd input:checked ~ .checkmark:after {
        display: block; }
  .container-sd .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 1.625rem;
    width: 1.625rem;
    background-color: #eee;
    border-radius: 5px;
    transition: 0.4s; }
    .container-sd .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 0.5rem;
      top: 0.125rem;
      width: 0.5rem;
      height: 1rem;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .container-sd:hover input ~ .checkmark {
    background-color: #e86c20; }

.container-pr {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.4s ease-in-out; }
  .container-pr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: 0.4s ease-in-out; }
    .container-pr input:checked ~ .checkmark {
      background-color: #e86c20;
      color: #fff; }
  .container-pr .checkmark {
    display: flex;
    height: auto;
    width: 100%;
    background-color: #e0dedf;
    border-radius: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    transition: 0.4s ease-in-out; }

.auth {
  padding: 5rem 0; }
  .auth .card {
    border-radius: 0.75rem;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
  .auth h3 {
    font-family: "ismb";
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0; }

.sed {
  border-radius: 0.75rem; }
  .sed-a {
    border-radius: 0.75rem; }
    .sed-a h5 {
      border-radius: 0.75rem;
      margin: 0;
      padding: 0.5rem; }

.price-sub .price-info .card-img {
  height: 20rem;
  padding: 1rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .price-sub .price-info .card-img img {
    height: 100%; }

.price-sub .price-info .card-description {
  height: 20rem;
  padding: 1rem;
  border-radius: 0.75rem;
  overflow-y: scroll; }
  .price-sub .price-info .card-description h1 {
    font-size: 1.5rem;
    font-family: "ismb"; }

.price-sub .card-table {
  border-radius: 0.75rem;
  padding: 1rem; }
  .price-sub .card-table h2 {
    font-size: 1.5rem;
    font-family: "ismb"; }
  .price-sub .card-table table th {
    font-size: 0.75rem;
    vertical-align: middle; }
  .price-sub .card-table table td {
    font-size: 0.75rem;
    vertical-align: middle; }
  .price-sub .card-table table h3 {
    font-size: 0.75rem;
    margin: 0;
    font-weight: bold; }
  .price-sub .card-table table small {
    font-size: 0.75rem; }

.price-sub .price-list .accordion-body {
  padding: 0.25rem; }

.price-sub .price-list .accordion-item {
  background: #fff;
  margin: 0 0 0.5rem;
  border-radius: 0.75rem;
  overflow: hidden; }

.price-sub .price-list .accordion-button {
  padding: 0.5rem 0.75rem;
  border: 0;
  font-weight: bold; }
  .price-sub .price-list .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #e86c20;
    padding: 0.5rem 0.75rem;
    border: 0; }

.rules h1 {
  font-family: "ismb";
  font-size: 1.75rem; }

.rules .card-rul {
  padding: 1.5rem;
  border-radius: 0.75rem; }
  .rules .card-rul p {
    margin: 0; }

.aboutus h1 {
  font-family: "ismb";
  font-size: 1.75rem; }

.aboutus .card-abu {
  padding: 0.75rem;
  border-radius: 0.75rem; }
  .aboutus .card-abu img {
    border-radius: 0.75rem; }
  .aboutus .card-abu h2 {
    font-family: "ismb";
    font-size: 1.375rem; }
  .aboutus .card-abu p {
    font-size: 1rem; }
  .aboutus .card-abu .card-inn {
    padding: 0 5rem;
    text-align: justify; }

.shiping .card {
  padding: 1rem;
  border-radius: 0.75rem; }
  .shiping .card h1 {
    font-family: "ismb";
    font-size: 1.75rem;
    line-height: 3rem; }
  .shiping .card p {
    font-size: 1.125rem; }
  .shiping .card h2 {
    font-size: 1.5rem;
    font-weight: bolder;
    margin: 1rem 0 2rem; }
  .shiping .card h3 {
    font-size: 1.25rem;
    max-width: 0.5rem 0 1.5rem; }
  .shiping .card .img-anim {
    position: relative;
    animation: myfirst 1.75s linear 1.75s infinite alternate;
    width: 65%; }
  .shiping .card .carousel-inner {
    background: #e86c20;
    background: linear-gradient(90deg, #e86c20 1%, rgba(232, 108, 32, 0.9486) 6%, rgba(232, 108, 32, 0.903782) 11%, rgba(232, 108, 32, 0.85056) 16%, rgba(232, 108, 32, 0.797339) 30%, rgba(232, 108, 32, 0.853361) 35%, rgba(232, 108, 32, 0.895378) 40%, rgba(232, 108, 32, 0.945798) 45%, #e86c20 50%);
    height: 22.5rem;
    display: flex;
    border-radius: 0.75rem; }

.shiping form [type="email"],
.shiping form [type="number"],
.shiping form [type="tel"],
.shiping form [type="url"] {
  direction: rtl; }

.multimedia .reportage h2 {
  font-size: 1.375rem;
  color: #000; }
  .multimedia .reportage h2 img {
    width: 3rem; }

.multimedia .reportage .title-p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.75rem 0 0; }
  .multimedia .reportage .title-p p {
    font-size: 1rem;
    margin: 0;
    color: #000; }

.multimedia .reportage .img-b {
  border-radius: 0.75rem;
  overflow: hidden; }

.multimedia .videos h2 {
  font-size: 1.375rem;
  color: #000; }
  .multimedia .videos h2 img {
    width: 3rem; }

.multimedia .videos .title-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0.75rem 0 0; }
  .multimedia .videos .title-p p {
    font-size: 1rem;
    margin: 0;
    color: #000; }

.multimedia .videos .img-b {
  border-radius: 0.75rem;
  overflow: hidden;
  transition: 0.4s; }
  .multimedia .videos .img-b .play-button {
    z-index: 2222;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 35%;
    transition: 1s; }
  .multimedia .videos .img-b::after {
    content: "";
    z-index: 1111;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: 0.4s; }
  .multimedia .videos .img-b:hover .play-button {
    transform: rotate(360deg);
    width: 40%; }
  .multimedia .videos .img-b:hover::after {
    background: rgba(0, 0, 0, 0.5); }

.multimedia .podcast h2 {
  font-size: 1.375rem;
  color: #000; }
  .multimedia .podcast h2 img {
    width: 3rem; }

.multimedia .podcast .bg-secondary-light-custom {
  border-radius: 0.75rem; }

.multimedia .shop-box {
  position: relative; }

.multimedia h1 {
  font-family: "ismb";
  font-size: 1.5rem; }

.multimedia .tit {
  font-size: 1rem !important;
  margin: 0.75rem 0 0.5rem; }
  .multimedia .tit img {
    background: #e86c20;
    width: 3rem;
    padding: 0.5rem;
    border-radius: 0.75rem;
    margin: 0 0 0 0.25rem;
    position: absolute;
    top: 1rem;
    left: 0.75rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

.multimedia .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  color: #696969;
  font-size: 1rem;
  line-height: 1.5rem; }
  .multimedia .desc p {
    margin: 0; }

.mediadetails .card .btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.75rem; }
  .mediadetails .card .btn .ic-shop {
    background: transparent !important;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    padding: 5px; }
    .mediadetails .card .btn .ic-shop:hover {
      padding: 0 !important;
      border-radius: 0.75rem !important; }
      .mediadetails .card .btn .ic-shop:hover .btn .ic-shop {
        background: transparent;
        padding: 0 !important;
        border-radius: 0.75rem !important; }
    .mediadetails .card .btn .ic-shop img {
      width: 2.5rem;
      border-radius: 0.75rem; }
  .mediadetails .card .btn .tx-shop {
    margin: 0 0.5rem; }

.mediadetails .progress-b {
  padding: 0 0.25rem; }

.mediadetails .progress {
  width: 100% !important;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #696969 !important; }

.mediadetails .audio-player {
  display: -webkit-inline-box;
  display: block ruby; }

.mediadetails .audio-player > .btn {
  transition: 0.4s ease-in-out;
  margin: 0.5rem 0.25rem 0; }
  .mediadetails .audio-player > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .mediadetails .audio-player > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .mediadetails .audio-player > .btn span {
    margin: 0 auto;
    transition: 0.4s ease-in-out; }

.mediadetails .audio-player > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.mediadetails .pod-box {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem; }

.mediadetails .des {
  text-align: justify;
  line-height: 1.75rem;
  font-size: 1rem; }
  .mediadetails .des img {
    width: 100% !important;
    height: auto !important;
    margin: 0.75rem auto; }

.help iframe {
  border-radius: 0.75rem; }

.add-factor .btn-add {
  border: 1px solid #e86c20;
  border-radius: 0.75rem;
  color: #e86c20; }
  .add-factor .btn-add i {
    width: 0;
    overflow: hidden;
    margin-left: 0; }
  .add-factor .btn-add:hover {
    border: 1px solid #000;
    border-radius: 0.75rem;
    color: #000; }
    .add-factor .btn-add:hover i {
      width: 1.5rem;
      margin-left: 0.2rem;
      animation: add 0.5s ease-in-out; }

@keyframes add {
  0% {
    width: 0rem; }
  100% {
    width: 1.5rem; } }

.inquiry table {
  margin: 0; }

.inquiry th,
.inquiry td {
  vertical-align: middle;
  text-align: center; }

.inquiry .btn-modal {
  background-color: transparent;
  border: 1px solid #e86c20;
  width: 100%;
  border-radius: 0.75rem;
  color: #e86c20;
  transition: 0.5s ease-in-out; }
  .inquiry .btn-modal:hover {
    background-color: #e86c20;
    border: 1px solid #e86c20;
    width: 100%;
    border-radius: 0.75rem;
    color: #fff; }

.inquiry .btn-info {
  background-color: darksalmon;
  border: transparent;
  border-radius: 0.75rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: 0.5s ease-in-out; }
  .inquiry .btn-info i {
    display: flex; }
  .inquiry .btn-info:hover {
    background-color: transparent;
    border: darksalmon;
    color: darksalmon; }

.inquiry .btn-danger {
  background-color: red;
  border: transparent;
  border-radius: 0.75rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: 0.5s ease-in-out; }
  .inquiry .btn-danger i {
    display: flex; }
  .inquiry .btn-danger:hover {
    background-color: transparent;
    border: red;
    color: red; }

.inquiry .btn-success {
  background-color: green;
  border: transparent;
  border-radius: 0.75rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: 0.5s ease-in-out; }
  .inquiry .btn-success i {
    display: flex; }
  .inquiry .btn-success:hover {
    background-color: transparent;
    border: green;
    color: green; }

.inquiry .sdt {
  width: 33.333%; }

.participate .btn-participate {
  background: #e86c20;
  border: 1px solid #e86c20;
  color: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 0.75rem; }
  .participate .btn-participate:hover {
    background: transparent;
    color: #e86c20; }

.participate .btn-trash {
  background: red;
  border: 1px solid red;
  color: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 0.75rem; }
  .participate .btn-trash:hover {
    background: transparent;
    color: red; }

.participate th,
.participate td {
  vertical-align: middle;
  text-align: center; }

.inquiries .btn-che {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: green;
  border: 1px solid green;
  color: #fff;
  transition: 0.5s ease-in-out;
  border-radius: 50%;
  margin: auto; }
  .inquiries .btn-che i {
    display: flex; }
  .inquiries .btn-che:hover {
    background-color: #fff;
    color: green; }

.inquiries .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #e86c20;
  text-align: right;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-width: 1px;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, border-radius 0.4s ease; }
  .inquiries .accordion-button:focus {
    z-index: 3;
    border-color: #e86c20;
    outline: 0;
    box-shadow: none; }
  .inquiries .accordion-button:not(.collapsed) {
    color: #e86c20;
    background-color: #fff; }

.inquiries .accordion-item {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem; }
  .inquiries .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem; }
  .inquiries .accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem; }
  .inquiries .accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem; }

.inquiries th,
.inquiries td {
  vertical-align: middle;
  text-align: center; }

.inquiries .btn-s {
  background-color: green;
  color: #fff;
  border-radius: 0.75rem;
  width: 100%; }

.inquiries .sideinq {
  position: sticky;
  top: 6.35rem; }
  .inquiries .sideinq .card {
    transition: 0.5s ease-in-out; }
    .inquiries .sideinq .card img {
      padding: 0.15rem;
      border-radius: 0.5rem;
      transition: 0.5s ease-in-out;
      width: 2.5rem; }
    .inquiries .sideinq .card h6 {
      font-size: 0.7rem;
      transition: 0.5s ease-in-out; }
    .inquiries .sideinq .card:hover {
      background-color: #e86c20; }
      .inquiries .sideinq .card:hover h6 {
        color: #fff !important; }
      .inquiries .sideinq .card:hover img {
        background-color: #fff;
        padding: 0.3rem; }

.st-title {
  font-size: 0.9rem;
  margin: 0.75rem 0 0;
  color: #333; }

.st-item {
  display: flex;
  height: 7rem;
  text-decoration: none; }
  .st-item .card {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    transition: 0.5s ease-in-out; }
    .st-item .card:hover {
      background-color: #fff !important; }
    .st-item .card img {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle; }

.st .inquiry-see {
  background-color: #4f5457;
  border: 1px solid #4f5457;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1.25rem;
  border-radius: 1rem;
  font-weight: bolder;
  transition: 0.5s ease-in-out;
  padding: 1rem; }
  .st .inquiry-see:hover {
    background-color: transparent;
    color: #4f5457; }
  .st .inquiry-see i {
    font-size: 1.4rem; }

.st .inquiry-submit {
  background-color: #e86c20;
  border: 1px solid #e86c20;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 1.25rem;
  border-radius: 1rem;
  font-weight: bolder;
  transition: 0.5s ease-in-out;
  padding: 1rem; }
  .st .inquiry-submit:hover {
    background-color: transparent;
    color: #e86c20; }
  .st .inquiry-submit i {
    font-size: 1.4rem; }

.st .tt {
  font-size: 1.35rem;
  font-family: "ismb"; }

.st .cp {
  font-size: 0.8rem; }

.rounded-custom {
  border-radius: 1rem; }

.nes .countdown .overlay {
  z-index: 1040;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.3rem; }
  .nes .countdown .overlay .to {
    font-size: 0.85rem; }
  .nes .countdown .overlay .co {
    background: #fff;
    padding: 0.3rem;
    border-radius: 0.75rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .nes .countdown .overlay .co .count {
      direction: ltr;
      margin: 0;
      font-weight: bolder;
      font-size: 0.85rem;
      color: #333; }
    .nes .countdown .overlay .co .logshop-btn {
      display: flex;
      align-items: center;
      background: #e86c20;
      color: #fff;
      padding: 0.25rem 0.5rem;
      border-radius: 0.5rem;
      font-size: 0.8rem;
      transition: 0.4s ease-in-out; }
      .nes .countdown .overlay .co .logshop-btn:hover {
        background: #fff;
        color: #e86c20; }
      .nes .countdown .overlay .co .logshop-btn i {
        display: flex;
        margin-left: 0.2rem; }

.tenders-box {
  border-radius: 1rem; }
  .tenders-box h2 {
    font-size: 1.5rem;
    font-family: "ismb"; }

.tenders-item {
  padding: 0.25rem; }

.tenders-link {
  padding: 0.75rem 1rem;
  background-color: #e7e7e7;
  display: flex;
  border-radius: 1rem;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem; }

.tenders .pc {
  font-size: 0.7rem;
  margin: 0; }

.newreq a {
  display: flex; }
  .newreq a img {
    border-radius: 1rem; }

.new-how .card {
  background-color: #e7e7e7;
  border-radius: 1rem; }

.new-brands .card {
  background-color: #fff7f2;
  border-radius: 1rem;
  padding: 1.5rem; }
  .new-brands .card h2 {
    font-size: 1.5rem;
    font-family: "ismb"; }

.new-brands .MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  position: relative; }
  .new-brands .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left; }
  .new-brands .MultiCarousel .MultiCarousel-inner .item {
    float: left; }
  .new-brands .MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    margin: 0.25rem;
    background: #fff;
    color: #666;
    padding: 0.75rem;
    border-radius: 0.75rem; }
  .new-brands .MultiCarousel .leftLst,
  .new-brands .MultiCarousel .rightLst {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff7f2;
    color: #000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    text-decoration: none;
    border-radius: 0; }
  .new-brands .MultiCarousel .leftLst {
    left: 0; }
  .new-brands .MultiCarousel .rightLst {
    right: 0; }
  .new-brands .MultiCarousel .leftLst.over,
  .new-brands .MultiCarousel .rightLst.over {
    pointer-events: none; }
    .new-brands .MultiCarousel .leftLst.over i,
    .new-brands .MultiCarousel .rightLst.over i {
      opacity: 0.5; }

.new-megamenu .nav-link {
  background-color: #f8f9fa;
  color: #f9994c !important;
  padding: 0.5rem !important;
  margin: 0.1rem;
  border-radius: 0;
  transition: 0.4s ease-in-out; }
  .new-megamenu .nav-link .bi {
    opacity: 0;
    font-size: 1rem;
    transition: 0.4s ease-in-out; }

.new-megamenu .nav-pills .nav-link.active,
.new-megamenu .nav-pills .show > .nav-link {
  background-color: #f8f9fa;
  border-right: 3px solid #f9994c; }
  .new-megamenu .nav-pills .nav-link.active .bi,
  .new-megamenu .nav-pills .show > .nav-link .bi {
    opacity: 1;
    font-size: 1.5rem; }

.bg-light {
  background-color: #f2f2f2 !important; }

.new-menu .centermenu .ic-input {
  padding: 0.5rem 1rem 0.5rem 3rem !important;
  border-radius: 3rem !important; }

.new-menu .centermenu .srch-men {
  border: 1px solid #e86c20 !important;
  border-radius: 3rem !important; }

.new-menu .centermenu .ic-search {
  color: #e86c20; }

.new-menu .drop {
  position: relative; }
  .new-menu .drop-box {
    position: absolute;
    top: 100%;
    left: -0.75rem;
    right: -0.75rem;
    background-color: #fff;
    z-index: 8888;
    box-shadow: 0px 6px 10px -2px rgba(0, 0, 0, 0.15);
    display: none; }
    .new-menu .drop-box li {
      padding: 0.1rem 0; }
      .new-menu .drop-box li a {
        font-size: 0.8rem;
        text-decoration: none;
        color: #333;
        display: flex;
        align-items: center;
        padding: 0.2rem;
        transition: 0.5s ease-in-out; }
        .new-menu .drop-box li a:hover {
          background-color: #333;
          color: #fff; }
  .new-menu .drop:focus .drop-box {
    display: block !important;
    opacity: 1;
    margin-top: 0;
    animation: drop 0.5s ease-in-out;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

@keyframes drop {
  0% {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    opacity: 0;
    margin-top: -15px; }
  100% {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    opacity: 1;
    margin-top: 0; } }

.in .progress {
  overflow: inherit !important; }
  .in .progress-bar {
    border-radius: 0.25rem; }
  .in .progress .st i {
    font-size: 7rem;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #e9ecef; }
    .in .progress .st i.active {
      color: #e86c20; }
  .in .progress .st .dot-item {
    position: relative; }
    .in .progress .st .dot-item a {
      text-decoration: none; }
    .in .progress .st .dot-item .over-dot {
      display: none;
      position: absolute;
      background: #000;
      color: #fff;
      width: max-content;
      padding: 2px 10px;
      border-radius: 1rem 0 1rem 1rem; }
      .in .progress .st .dot-item .over-dot p {
        margin: 0; }
    .in .progress .st .dot-item:hover .over-dot {
      display: block !important;
      opacity: 1;
      right: 10px;
      animation: dot 0.4s ease-in-out; }

@keyframes dot {
  0% {
    opacity: 0;
    right: 0px; }
  100% {
    opacity: 1;
    right: 10px; } }
  .in .progress .step-item {
    top: 105%;
    left: 0;
    right: 0; }
    .in .progress .step-item p {
      margin: 0; }

.button {
  letter-spacing: 1px;
  cursor: pointer; }

.al-ert .alert {
  background: #000;
  padding: 20px 40px;
  min-width: 420px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  border-left: 8px solid #e86c20;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1050; }
  .al-ert .alert.showAlert {
    opacity: 1;
    pointer-events: auto; }
  .al-ert .alert.show {
    animation: show_slide 1s ease forwards; }
  .al-ert .alert.hide {
    animation: hide_slide 1s ease forwards; }
  .al-ert .alert .fa-exclamation-circle {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px; }
  .al-ert .alert .msg {
    padding: 0 3rem 0 0;
    font-size: 18px;
    color: #fff; }
  .al-ert .alert .close-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 20px 18px;
    cursor: pointer; }
    .al-ert .alert .close-btn:hover {
      background: #ffc766; }

@keyframes show_slide {
  0% {
    transform: translateX(100%); }
  40% {
    transform: translateX(-10%); }
  80% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-10px); } }

@keyframes hide_slide {
  0% {
    transform: translateX(-10px); }
  40% {
    transform: translateX(0%); }
  80% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(100%); } }

.btn-pr {
  display: flex;
  width: 100%;
  background: #fff;
  color: #e86c20;
  border: 0px solid transparent;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: space-between; }

.w-20 {
  width: 20%; }

.he .row .col-md:nth-child(2) .quiz-medal_circle.quiz-medal_circle-gold {
  box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #f7bb23;
  text-shadow: 0 0 4px #7d4604;
  background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%); }

.he .row .col-md:nth-child(2) .quiz-medal_circle .bi {
  color: #f6ba22;
  font-size: 1rem; }

.he .row .col-md:nth-child(3) .quiz-medal_circle.quiz-medal_circle-gold {
  box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #edeff1;
  text-shadow: 0px 0px 4px #98a6ad;
  background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%); }

.he .row .col-md:nth-child(3) .quiz-medal_circle .bi {
  color: #edeff1;
  font-size: 1rem; }

.he .row .col-md:nth-child(4) .quiz-medal_circle.quiz-medal_circle-gold {
  box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #fadd40;
  text-shadow: 0 0 4px #9d6c04;
  background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%); }

.he .row .col-md:nth-child(4) .quiz-medal_circle .bi {
  color: #f9db3f;
  font-size: 1rem; }

.he .row .col-md:nth-child(5) .quiz-medal_circle.quiz-medal_circle-gold {
  box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #fadd40;
  text-shadow: 0 0 4px #9d6c04;
  background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%); }

.he .row .col-md:nth-child(5) .quiz-medal_circle .bi {
  color: #f9db3f;
  font-size: 1rem; }

.packages .list .col:nth-child(1) .price-box {
  border: 3px solid #f9ad0e; }

.packages .list .col:nth-child(2) .price-box {
  border: 3px solid #d1d7da; }

.packages .list .col:nth-child(3) .price-box {
  border: 3px solid #df7e08; }

.packages .col {
  padding: 1rem; }

.packages .price-box {
  background: #fff;
  color: #555;
  list-style-type: none;
  margin: 0;
  padding: 0 0 3.5rem 0;
  transition: 0.3s;
  border-radius: 13px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.38); }

.packages .best {
  border-style: solid;
  border-width: 5px;
  border-color: rgba(252, 136, 136, 0.7); }

.packages .best .price-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.packages .price-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700; }

.packages .currency {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
  font-size: 18px;
  color: #a3a3a3; }

.packages .pc {
  color: #ddd; }

.packages .value {
  color: white;
  font-weight: bold; }

.packages .duration {
  color: #a3a3a3;
  font-size: 12px; }

.packages .price-text {
  color: #a3a3a3;
  line-height: 1.286; }

.packages .price-list {
  padding: 2rem 1.5rem 1rem; }

.packages .price-list li {
  padding: 0.5rem;
  margin: auto;
  color: #333;
  border-bottom: 1px solid #e2e2e2;
  text-align: center; }

.packages .price-list li:last-child {
  padding-left: 0;
  padding-right: 0; }

.packages .price-list li strong {
  color: #424242; }

@media (max-width: 768px) {
  .packages .col {
    width: 100%; } }

@media (min-width: 800) {
  .packages .col {
    padding: 10px; } }

@media (max-width: 1024px) {
  .packages .col {
    padding: 10px; } }

.packages .prc {
  text-align: center;
  letter-spacing: 0.25rem; }

.packages .ch .ch-inn {
  display: block;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 1rem;
  overflow: hidden;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #eee;
  border-radius: 0.75rem; }

.packages .ch .ch-inn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.packages .ch .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2.5rem;
  background-color: #ddd;
  bottom: 0; }

.packages .ch .ch-inn:hover input ~ .checkmark {
  background-color: #ccc; }

.packages .ch .ch-inn input:checked ~ .checkmark {
  background-color: #e86c20; }

.packages .ch .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.packages .ch .ch-inn input:checked ~ .checkmark:after {
  display: block; }

.packages .ch .ch-inn .checkmark:after {
  left: 1rem;
  top: 25%;
  width: 0.65rem;
  height: 1.25rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.packages .list .col:nth-child(1) .quiz-medal_circle.quiz-medal_circle-gold {
  box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #fadd40;
  text-shadow: 0 0 4px #9d6c04;
  background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%); }

.packages .list .col:nth-child(2) .quiz-medal_circle.quiz-medal_circle-gold {
  box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #edeff1;
  text-shadow: 0px 0px 4px #98a6ad;
  background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%); }

.packages .list .col:nth-child(3) .quiz-medal_circle.quiz-medal_circle-gold {
  box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #f7bb23;
  text-shadow: 0 0 4px #7d4604;
  background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%); }

.packages .btn-pack {
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  width: 90%;
  margin: auto;
  border-radius: 1rem; }

.med .quiz-medal {
  margin: 0 0 0 1rem; }

.med .quiz-medal {
  position: relative; }

.med .quiz-medal_circle {
  font-size: 1.25rem;
  font-weight: 500;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  color: white;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border-width: 0.2em;
  border-style: solid;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

.med .quiz-medal_ribbon {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 10px 6px;
  width: 0;
  height: 15px;
  top: 30px; }

.med .quiz-medal_ribbon-left {
  border-color: #fc402d #fc402d transparent #fc402d;
  left: 0px;
  transform: rotate(20deg) translateZ(-32px); }

.med .quiz-medal_ribbon-right {
  left: 20px;
  border-color: #f31903 #f31903 transparent #f31903;
  transform: rotate(-20deg) translateZ(-48px); }

.pupsd .p {
  width: max-content;
  position: relative;
  margin: auto;
  cursor: context-menu;
  font-size: 0.7rem; }
  .pupsd .p .inn {
    position: absolute;
    right: 110%;
    bottom: 20%;
    background-color: #000;
    width: 15rem;
    height: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    border-radius: 10px 10px 0 10px;
    color: #fff;
    padding: 0rem;
    font-size: 0.8rem;
    text-align: justify;
    line-height: 1.5rem; }
    .pupsd .p .inn p {
      font-size: 0.8rem; }
    .pupsd .p .inn::after {
      bottom: 0%;
      left: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(66, 66, 66, 0);
      border-top-color: #000;
      border-width: 11px;
      margin-left: -11px;
      transform: rotate(180deg); }
  .pupsd .p:hover .inn {
    display: block !important;
    opacity: 1;
    right: 110%;
    animation: pupsd 0.5s ease-in-out; }

@keyframes pupsd {
  0% {
    opacity: 0;
    right: 70%; }
  100% {
    opacity: 1;
    right: 110%; } }

.price-packages {
  border-left: 1px solid #ddd;
  border-radius: 1.5rem;
  overflow: hidden;
  border-right: 1px solid #ddd;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd; }
  .price-packages .he {
    background: #e86c20;
    background: linear-gradient(330deg, #e86c20 0%, dimgray 100%); }
    .price-packages .he .card {
      background-color: transparent;
      border: 0; }
      .price-packages .he .card-header {
        background-color: transparent;
        border: 0;
        padding: 1rem; }
  .price-packages .bod .card {
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    height: 100%; }
    .price-packages .bod .card-body {
      border: 0;
      padding: 1rem; }
  .price-packages .bod .lics {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .price-packages .bod .lics p,
    .price-packages .bod .lics i {
      font-size: 0.85rem;
      display: flex;
      align-items: center;
      justify-content: center; }
    .price-packages .bod .lics .bi {
      width: 2rem;
      height: 2rem;
      border-radius: 50%; }
      .price-packages .bod .lics .bi-circle {
        border: 1px solid #dc3545; }
      .price-packages .bod .lics .bi-check-lg {
        border: 1px solid #198754; }

.owlscroll div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  padding: 0;
  scrollbar-width: none; }
  .owlscroll div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0;
    text-decoration: none;
    background-color: #ebebeb;
    border: 0.5px solid #ddd;
    border-radius: 0.5rem;
    overflow: hidden;
    white-space: initial; }
    .owlscroll div.scrollmenu a .img-inn {
      width: 100%; }
    .owlscroll div.scrollmenu a p {
      font-size: 0.7rem;
      color: #000;
      margin: 0;
      height: 2rem;
      display: flex;
      align-items: center;
      justify-content: center; }

.id {
  position: absolute;
  top: -7rem; }

.col-pack,
.col-pack-item {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none; }

.custompack {
  position: relative; }
  .custompack .info {
    cursor: context-menu; }
    .custompack .info:hover .infoc {
      position: absolute;
      display: block;
      top: 0.5rem;
      background: #000;
      color: #fff;
      padding: 0.5rem;
      right: 100%;
      z-index: 1000;
      border-radius: 1rem 0 1rem 1rem;
      width: 12rem;
      text-align: justify; }
      .custompack .info:hover .infoc p {
        font-size: 0.75rem; }
    .custompack .info .infoc {
      position: absolute;
      display: none;
      z-index: 1000; }

.checksd {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .checksd .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .checksd .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checksd .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2.5rem;
    background-color: transparent;
    border: 0.75rem solid #ddd; }
  .checksd .container:hover input ~ .checkmark {
    background-color: #ccc; }
  .checksd .container input:checked ~ .checkmark {
    background-color: #e86c20; }
  .checksd .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checksd .container input:checked ~ .checkmark:after {
    display: block; }
  .checksd .container .checkmark:after {
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    border: solid white;
    right: 0;
    bottom: 0;
    margin: auto; }

.btn-pak {
  border: 1px solid #e86c20;
  color: #e86c20;
  border-radius: 1rem; }
  .btn-pak:hover {
    background-color: #e86c20;
    color: #fff; }

.event figure {
  height: 10rem;
  margin: 0; }
  .event figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
    .event figure .figure-inn img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle; }

.event .card {
  border-radius: 0.75rem; }

.event .scr-event {
  line-height: 1.75rem; }
  .event .scr-event img {
    width: 60%;
    margin: 1% 20% 1% 0; }

.event .side-event {
  position: sticky;
  top: 6rem; }

.tablesd p {
  font-size: 0.7rem; }

.tablesd-inn {
  background: #b2b2b2;
  background: linear-gradient(0deg, #b2b2b2 0%, #dedede 100%);
  overflow-y: scroll;
  overflow-x: hidden; }
  .tablesd-inn .line {
    border-radius: 0.5rem; }
    .tablesd-inn .line:nth-child(1) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(2) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(3) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(4) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(5) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(6) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(7) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(8) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(9) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(10) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(11) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(12) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(13) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(14) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(15) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(16) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(17) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(18) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(19) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(20) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(21) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(22) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(23) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(24) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(25) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(26) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(27) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(28) {
      background-color: transparent; }
    .tablesd-inn .line:nth-child(29) {
      background-color: #e7e7e7; }
    .tablesd-inn .line:nth-child(30) {
      background-color: transparent; }

.business-foreign {
  background-image: url("https://www.tejarat-gram.com/assets/new-site/images/newhome/importation.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem; }

.business-domestic {
  background-image: url("https://www.tejarat-gram.com/assets/new-site/images/hed.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem; }
  .business-domestic .card {
    border: 1px solid #fff;
    border-radius: 1.5rem;
    background-color: transparent;
    padding-top: 1.5rem;
    transition: 0.4s ease-in-out; }
    .business-domestic .card .btn {
      background-color: #a4a5a6;
      border: 1px solid #a4a5a6;
      border-radius: 0.75rem;
      color: #fff;
      transition: 0.4s ease-in-out; }
      .business-domestic .card .btn:hover {
        background-color: #e86c20 !important;
        border: 1px solid #e86c20 !important;
        color: #fff !important; }
    .business-domestic .card .over {
      position: absolute;
      top: -1rem;
      width: 70%;
      padding: 7px;
      margin: auto;
      left: 0;
      right: 0;
      background: #a4a5a6;
      border-radius: 0.5rem;
      color: #fff;
      transition: 0.4s ease-in-out; }
      .business-domestic .card .over p {
        font-size: 0.9rem; }
    .business-domestic .card:hover {
      background-color: rgba(232, 108, 32, 0.4);
      border: 0; }
      .business-domestic .card:hover .btn {
        background-color: #fff;
        border: 1px solid #fff;
        color: #000; }
      .business-domestic .card:hover .over {
        background: #e86c20; }

.imglink {
  display: flex;
  border: 3px solid #e86c20;
  border-radius: 50%;
  padding: 1rem;
  margin: 1rem auto; }
  .imglink img {
    -webkit-filter: drop-shadow(-2px 5px 5px rgba(34, 34, 34, 0.1));
    filter: drop-shadow(-2px 5px 5px rgba(34, 34, 34, 0.1)); }

.btimg {
  font-size: 0.8rem; }

.requestss .bgsd {
  background-image: url("https://www.tejarat-gram.com/assets/new-site/images/newhome/importation.jpg");
  background-size: cover;
  padding: 1rem;
  border-radius: 1rem 0 1rem 1rem; }

.requestss .titll {
  width: max-content;
  border-radius: 1rem 1rem 0 0; }
  .requestss .titll p {
    font-size: 1rem; }

.requestss .carousel-indicators [data-bs-target] {
  background-color: #e86c20;
  border: 1px solid #e86c20;
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%; }

.requestss .carousel-indicators .active {
  background-color: transparent; }

.ta {
  background-image: url("https://www.tejarat-gram.com/assets/new-site/images/newhome/pr.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .ta .tender {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1rem; }
    .ta .tender p,
    .ta .tender a {
      font-size: 0.65rem; }
    .ta .tender .btn {
      background-color: #e86c20;
      border: 1px solid #e86c20;
      color: #fff;
      transition: 0.4s ease-in-out; }
      .ta .tender .btn:hover {
        background-color: transparent;
        color: #e86c20; }
  .ta .auction {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1rem; }
    .ta .auction p,
    .ta .auction a {
      font-size: 0.65rem; }
    .ta .auction .btn {
      background-color: #e86c20;
      border: 1px solid #e86c20;
      color: #fff;
      transition: 0.4s ease-in-out; }
      .ta .auction .btn:hover {
        background-color: transparent;
        color: #e86c20; }

.eventss .over {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  padding: 5px 15px;
  background-color: #e86c20;
  width: max-content;
  margin: auto;
  border-radius: 5px; }

.eventss .card {
  border-radius: 1.25rem; }

.selected {
  background-color: #e7e7e7; }
  .selected .item {
    padding: 1rem; }
    .selected .item .card {
      border-radius: 1.5rem;
      background-color: transparent; }
      .selected .item .card figure {
        height: 10rem;
        width: 10rem;
        position: relative;
        margin-right: auto;
        margin-left: auto; }
        .selected .item .card figure .figure-inn {
          display: flex;
          overflow: hidden;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1010;
          border-radius: 1.5rem;
          background-color: #fff; }
          .selected .item .card figure .figure-inn img {
            display: inline-block;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle; }
          .selected .item .card figure .figure-inn p {
            height: 0;
            opacity: 0;
            margin: 0;
            overflow: hidden;
            text-align: center;
            font-size: 0.85rem;
            display: flex;
            align-items: flex-start;
            justify-content: center; }
      .selected .item .card:hover .figure-inn {
        top: -1rem;
        left: -1rem;
        right: -1rem;
        bottom: -1rem;
        outline: 3px solid #e86c20;
        animation: selected 0.5s ease-in-out; }
        .selected .item .card:hover .figure-inn p {
          height: 3.5rem;
          opacity: 1;
          margin: 10px 0;
          animation: pselect 0.5s ease-in-out; }

@keyframes selected {
  0% {
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    outline: 0px solid #e86c20; }
  100% {
    top: -1rem;
    left: -1rem;
    right: -1rem;
    bottom: -1rem;
    outline: 3px solid #e86c20; } }

@keyframes pselect {
  0% {
    height: 0;
    opacity: 0;
    margin: 0; }
  100% {
    height: 3.5rem;
    opacity: 1;
    margin: 10px 0; } }

.help {
  margin-top: 1rem; }
  .help .bghelp-right {
    background-color: #e7e7e7;
    padding: 1rem;
    border-radius: 1.5rem 0 0 1.5rem;
    position: relative; }
    .help .bghelp-right .img {
      position: absolute;
      bottom: 3rem;
      left: 3rem;
      right: 3rem;
      text-align: center; }
      .help .bghelp-right .img img {
        -webkit-filter: drop-shadow(20px -15px 15px rgba(34, 34, 34, 0.2));
        filter: drop-shadow(20px -15px 15px rgba(34, 34, 34, 0.2)); }
  .help .btn {
    background-color: #e7e7e7;
    border-radius: 1.5rem;
    width: 100%;
    font-size: 1.5rem;
    font-family: ismb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out; }
    .help .btn:hover {
      background-color: #e86c20;
      color: #fff; }

.megamenu-scroll {
  height: 65vh;
  overflow-y: scroll; }

.packs {
  border-radius: 1.5rem;
  border: 0.5px solid #ddd; }
  .packs th, .packs td {
    vertical-align: middle; }
  .packs thead tr th:nth-child(1) {
    padding: 2rem 0;
    width: 30%; }
  .packs thead tr th:nth-child(4) {
    padding: 2rem 0;
    width: 23.33%;
    background: #ffca03;
    background: linear-gradient(90deg, #eac63d 25%, #d8c685 100%); }
    .packs thead tr th:nth-child(4) .med {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
      border-color: #FFDB70;
      text-shadow: 0 0 4px #9d6c04;
      background: linear-gradient(to bottom right, #eac63d 50%, #e2c00b 50%); }
      .packs thead tr th:nth-child(4) .med i {
        color: #ffd700; }
  .packs thead tr th:nth-child(3) {
    padding: 2rem 0;
    width: 23.33%;
    background: #e8e8e8;
    background: linear-gradient(90deg, #c1c1c1 25%, #9da0a7 100%); }
    .packs thead tr th:nth-child(3) .med {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
      border-color: #edeff1;
      text-shadow: 0px 0px 4px #98a6ad;
      background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%); }
      .packs thead tr th:nth-child(3) .med i {
        color: #a09b9b; }
  .packs thead tr th:nth-child(2) {
    padding: 2rem 0;
    width: 23.33%;
    background: #f09210;
    background: linear-gradient(90deg, #ffab38 25%, #e2976d 100%); }
    .packs thead tr th:nth-child(2) .med {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
      border-color: #f7bb23;
      text-shadow: 0 0 4px #7d4604;
      background: linear-gradient(to bottom right, #ee9543 50%, #e5894a 50%); }
      .packs thead tr th:nth-child(2) .med i {
        color: #FA8231; }

.pnl {
  position: relative; }
  .pnl::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1; }
  .pnl-btn {
      position: fixed;
      z-index: 2;
      bottom: 1rem;
      left: 1rem;
  }
    .pnl-btn ul li:nth-child(1) .btn {
      background-color: #fff;
      color: #e86c20;
      border-radius: 1rem; }
    .pnl-btn ul li:nth-child(2) .btn {
      background-color: #e86c20;
      color: #fff;
      border-radius: 1rem; }
  .pnl .pnl-1 {
    position: relative;
    z-index: 2; }
    .pnl .pnl-1 .popover-cu {
      display: block !important;
      opacity: 1 !important; }
      .pnl .pnl-1 .popover-cu::after {
        border-left: 0.75rem solid #fff !important; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

.product-definition select {
  background-position: 3% 50% !important; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important; }

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right; }

.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }

.accordion:after,
.accordion:before {
  content: " ";
  display: table; }

.accordion:after {
  clear: both; }

.accordion .accordion-navigation,
.accordion dd {
  display: block;
  margin-bottom: 0 !important; }

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background: #e8e8e8;
  color: #222; }

.accordion .accordion-navigation > a,
.accordion dd > a {
  background: #efefef;
  color: #222;
  display: block;
  font-family: Lato, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem; }

.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
  background: #e3e3e3; }

.accordion .accordion-navigation > .content,
.accordion dd > .content {
  display: none;
  padding: 0.9375rem; }

.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  background: #fff;
  display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 0.3s ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: #fff; }

.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333;
  font-size: 1.375rem;
  line-height: 0.9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%; }

.alert-box .close:focus,
.alert-box .close:hover {
  opacity: 0.5; }

.alert-box.radius {
  border-radius: 3px; }

.alert-box.round {
  border-radius: 1000px; }

.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: #fff; }

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #fff; }

.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f; }

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #fff; }

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f; }

.alert-box.alert-close {
  opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:after,
[class*="block-grid-"]:before {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both; } }

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: #dcdcdc;
  border-radius: 3px; }

.breadcrumbs > * {
  color: #008cba;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase; }

.breadcrumbs > :focus a,
.breadcrumbs > :hover a {
  text-decoration: underline; }

.breadcrumbs > * a {
  color: #008cba; }

.breadcrumbs > .current {
  color: #333;
  cursor: default; }

.breadcrumbs > .current a {
  color: #333;
  cursor: default; }

.breadcrumbs > .current:focus,
.breadcrumbs > .current:focus a,
.breadcrumbs > .current:hover,
.breadcrumbs > .current:hover a {
  text-decoration: none; }

.breadcrumbs > .unavailable {
  color: #999; }

.breadcrumbs > .unavailable a {
  color: #999; }

.breadcrumbs > .unavailable a:focus,
.breadcrumbs > .unavailable:focus,
.breadcrumbs > .unavailable:hover,
.breadcrumbs > .unavailable:hover a {
  color: #999;
  cursor: not-allowed;
  text-decoration: none; }

.breadcrumbs > :before {
  color: #aaa;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px; }

.breadcrumbs > :first-child:before {
  content: " ";
  margin: 0; }

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

.button:focus,
.button:hover,
button:focus,
button:hover {
  color: #fff; }

.button.secondary,
button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333; }

.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover {
  background-color: #b9b9b9; }

.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover {
  color: #333; }

.button.success,
button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff; }

.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover {
  background-color: #368a55; }

.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover {
  color: #fff; }

.button.alert,
button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff; }

.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
  background-color: #cf2a0e; }

.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
  color: #fff; }

.button.warning,
button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff; }

.button.warning:focus,
.button.warning:hover,
button.warning:focus,
button.warning:hover {
  background-color: #cf6e0e; }

.button.warning:focus,
.button.warning:hover,
button.warning:focus,
button.warning:hover {
  color: #fff; }

.button.info,
button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333; }

.button.info:focus,
.button.info:hover,
button.info:focus,
button.info:hover {
  background-color: #61b6d9; }

.button.info:focus,
.button.info:hover,
button.info:focus,
button.info:hover {
  color: #fff; }

.button.large,
button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem; }

.button.small,
button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem; }

.button.tiny,
button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem; }

.button.expand,
button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

.button.left-align,
button.left-align {
  text-align: left;
  text-indent: 0.75rem; }

.button.right-align,
button.right-align {
  text-align: right;
  padding-right: 0.75rem; }

.button.radius,
button.radius {
  border-radius: 3px; }

.button.round,
button.round {
  border-radius: 1000px; }

.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
  background-color: #007095; }

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
  color: #fff; }

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
  background-color: #008cba; }

.button.disabled.secondary,
.button[disabled].secondary,
button.disabled.secondary,
button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
  background-color: #b9b9b9; }

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
  color: #333; }

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
  background-color: #e7e7e7; }

.button.disabled.success,
.button[disabled].success,
button.disabled.success,
button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
  background-color: #368a55; }

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
  color: #fff; }

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
  background-color: #43ac6a; }

.button.disabled.alert,
.button[disabled].alert,
button.disabled.alert,
button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
  background-color: #cf2a0e; }

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
  color: #fff; }

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
  background-color: #f04124; }

.button.disabled.warning,
.button[disabled].warning,
button.disabled.warning,
button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover,
button.disabled.warning:focus,
button.disabled.warning:hover,
button[disabled].warning:focus,
button[disabled].warning:hover {
  background-color: #cf6e0e; }

.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover,
button.disabled.warning:focus,
button.disabled.warning:hover,
button[disabled].warning:focus,
button[disabled].warning:hover {
  color: #fff; }

.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover,
button.disabled.warning:focus,
button.disabled.warning:hover,
button[disabled].warning:focus,
button[disabled].warning:hover {
  background-color: #f08a24; }

.button.disabled.info,
.button[disabled].info,
button.disabled.info,
button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

.button.disabled.info:focus,
.button.disabled.info:hover,
.button[disabled].info:focus,
.button[disabled].info:hover,
button.disabled.info:focus,
button.disabled.info:hover,
button[disabled].info:focus,
button[disabled].info:hover {
  background-color: #61b6d9; }

.button.disabled.info:focus,
.button.disabled.info:hover,
.button[disabled].info:focus,
.button[disabled].info:hover,
button.disabled.info:focus,
button.disabled.info:hover,
button[disabled].info:focus,
button[disabled].info:hover {
  color: #fff; }

.button.disabled.info:focus,
.button.disabled.info:hover,
.button[disabled].info:focus,
.button[disabled].info:hover,
button.disabled.info:focus,
button.disabled.info:hover,
button[disabled].info:focus,
button[disabled].info:hover {
  background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  .button,
  button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }

.button-group:after,
.button-group:before {
  content: " ";
  display: table; }

.button-group:after {
  clear: both; }

.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%; }

.button-group.even-2 li .button,
.button-group.even-2 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-2 li:first-child .button,
.button-group.even-2 li:first-child button {
  border-left: 0; }

.button-group.even-2 li .button,
.button-group.even-2 li button {
  width: 100%; }

.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3333333333%; }

.button-group.even-3 li .button,
.button-group.even-3 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-3 li:first-child .button,
.button-group.even-3 li:first-child button {
  border-left: 0; }

.button-group.even-3 li .button,
.button-group.even-3 li button {
  width: 100%; }

.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%; }

.button-group.even-4 li .button,
.button-group.even-4 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-4 li:first-child .button,
.button-group.even-4 li:first-child button {
  border-left: 0; }

.button-group.even-4 li .button,
.button-group.even-4 li button {
  width: 100%; }

.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%; }

.button-group.even-5 li .button,
.button-group.even-5 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-5 li:first-child .button,
.button-group.even-5 li:first-child button {
  border-left: 0; }

.button-group.even-5 li .button,
.button-group.even-5 li button {
  width: 100%; }

.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.6666666667%; }

.button-group.even-6 li .button,
.button-group.even-6 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-6 li:first-child .button,
.button-group.even-6 li:first-child button {
  border-left: 0; }

.button-group.even-6 li .button,
.button-group.even-6 li button {
  width: 100%; }

.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.2857142857%; }

.button-group.even-7 li .button,
.button-group.even-7 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-7 li:first-child .button,
.button-group.even-7 li:first-child button {
  border-left: 0; }

.button-group.even-7 li .button,
.button-group.even-7 li button {
  width: 100%; }

.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%; }

.button-group.even-8 li .button,
.button-group.even-8 li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-8 li:first-child .button,
.button-group.even-8 li:first-child button {
  border-left: 0; }

.button-group.even-8 li .button,
.button-group.even-8 li button {
  width: 100%; }

.button-group > li {
  display: inline-block;
  margin: 0 -2px; }

.button-group > li .button,
.button-group > li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group > li:first-child .button,
.button-group > li:first-child button {
  border-left: 0; }

.button-group.stack > li {
  display: block;
  margin: 0;
  float: none; }

.button-group.stack > li .button,
.button-group.stack > li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack > li:first-child .button,
.button-group.stack > li:first-child button {
  border-left: 0; }

.button-group.stack > li .button,
.button-group.stack > li > button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0; }

.button-group.stack > li > button {
  width: 100%; }

.button-group.stack > li:first-child .button,
.button-group.stack > li:first-child button {
  border-top: 0; }

.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px; }

.button-group.stack-for-small > li .button,
.button-group.stack-for-small > li > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack-for-small > li:first-child .button,
.button-group.stack-for-small > li:first-child button {
  border-left: 0; }

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
    width: 100%; }
  .button-group.stack-for-small > li .button,
  .button-group.stack-for-small > li > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.stack-for-small > li:first-child .button,
  .button-group.stack-for-small > li:first-child button {
    border-left: 0; }
  .button-group.stack-for-small > li .button,
  .button-group.stack-for-small > li > button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0; }
  .button-group.stack-for-small > li > button {
    width: 100%; }
  .button-group.stack-for-small > li:first-child .button,
  .button-group.stack-for-small > li:first-child button {
    border-top: 0; } }

.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px; }

.button-group.radius > * .button,
.button-group.radius > * > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius > :first-child .button,
.button-group.radius > :first-child button {
  border-left: 0; }

.button-group.radius > *,
.button-group.radius > * > .button,
.button-group.radius > * > a,
.button-group.radius > * > button {
  border-radius: 0; }

.button-group.radius > :first-child,
.button-group.radius > :first-child > .button,
.button-group.radius > :first-child > a,
.button-group.radius > :first-child > button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.button-group.radius > :last-child,
.button-group.radius > :last-child > .button,
.button-group.radius > :last-child > a,
.button-group.radius > :last-child > button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > * {
  display: block;
  margin: 0; }

.button-group.radius.stack > * .button,
.button-group.radius.stack > * > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius.stack > :first-child .button,
.button-group.radius.stack > :first-child button {
  border-left: 0; }

.button-group.radius.stack > * .button,
.button-group.radius.stack > * > button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0; }

.button-group.radius.stack > * > button {
  width: 100%; }

.button-group.radius.stack > :first-child .button,
.button-group.radius.stack > :first-child button {
  border-top: 0; }

.button-group.radius.stack > *,
.button-group.radius.stack > * > .button,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button {
  border-radius: 0; }

.button-group.radius.stack > :first-child,
.button-group.radius.stack > :first-child > .button,
.button-group.radius.stack > :first-child > a,
.button-group.radius.stack > :first-child > button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > :last-child,
.button-group.radius.stack > :last-child > .button,
.button-group.radius.stack > :last-child > a,
.button-group.radius.stack > :last-child > button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

@media only screen and (min-width: 40.0625em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px; }
  .button-group.radius.stack-for-small > * .button,
  .button-group.radius.stack-for-small > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius.stack-for-small > :first-child .button,
  .button-group.radius.stack-for-small > :first-child button {
    border-left: 0; }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > .button,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button {
    border-radius: 0; }
  .button-group.radius.stack-for-small > :first-child,
  .button-group.radius.stack-for-small > :first-child > .button,
  .button-group.radius.stack-for-small > :first-child > a,
  .button-group.radius.stack-for-small > :first-child > button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius.stack-for-small > :last-child,
  .button-group.radius.stack-for-small > :last-child > .button,
  .button-group.radius.stack-for-small > :last-child > a,
  .button-group.radius.stack-for-small > :last-child > button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; } }

@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0; }
  .button-group.radius.stack-for-small > * .button,
  .button-group.radius.stack-for-small > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius.stack-for-small > :first-child .button,
  .button-group.radius.stack-for-small > :first-child button {
    border-left: 0; }
  .button-group.radius.stack-for-small > * .button,
  .button-group.radius.stack-for-small > * > button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0; }
  .button-group.radius.stack-for-small > * > button {
    width: 100%; }
  .button-group.radius.stack-for-small > :first-child .button,
  .button-group.radius.stack-for-small > :first-child button {
    border-top: 0; }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > .button,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button {
    border-radius: 0; }
  .button-group.radius.stack-for-small > :first-child,
  .button-group.radius.stack-for-small > :first-child > .button,
  .button-group.radius.stack-for-small > :first-child > a,
  .button-group.radius.stack-for-small > :first-child > button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .button-group.radius.stack-for-small > :last-child,
  .button-group.radius.stack-for-small > :last-child > .button,
  .button-group.radius.stack-for-small > :last-child > a,
  .button-group.radius.stack-for-small > :last-child > button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; } }

.button-group.round > * {
  display: inline-block;
  margin: 0 -2px; }

.button-group.round > * .button,
.button-group.round > * > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round > :first-child .button,
.button-group.round > :first-child button {
  border-left: 0; }

.button-group.round > *,
.button-group.round > * > .button,
.button-group.round > * > a,
.button-group.round > * > button {
  border-radius: 0; }

.button-group.round > :first-child,
.button-group.round > :first-child > .button,
.button-group.round > :first-child > a,
.button-group.round > :first-child > button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.button-group.round > :last-child,
.button-group.round > :last-child > .button,
.button-group.round > :last-child > a,
.button-group.round > :last-child > button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

.button-group.round.stack > * {
  display: block;
  margin: 0; }

.button-group.round.stack > * .button,
.button-group.round.stack > * > button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round.stack > :first-child .button,
.button-group.round.stack > :first-child button {
  border-left: 0; }

.button-group.round.stack > * .button,
.button-group.round.stack > * > button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0; }

.button-group.round.stack > * > button {
  width: 100%; }

.button-group.round.stack > :first-child .button,
.button-group.round.stack > :first-child button {
  border-top: 0; }

.button-group.round.stack > *,
.button-group.round.stack > * > .button,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button {
  border-radius: 0; }

.button-group.round.stack > :first-child,
.button-group.round.stack > :first-child > .button,
.button-group.round.stack > :first-child > a,
.button-group.round.stack > :first-child > button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }

.button-group.round.stack > :last-child,
.button-group.round.stack > :last-child > .button,
.button-group.round.stack > :last-child > a,
.button-group.round.stack > :last-child > button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }

@media only screen and (min-width: 40.0625em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px; }
  .button-group.round.stack-for-small > * .button,
  .button-group.round.stack-for-small > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round.stack-for-small > :first-child .button,
  .button-group.round.stack-for-small > :first-child button {
    border-left: 0; }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > .button,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button {
    border-radius: 0; }
  .button-group.round.stack-for-small > :first-child,
  .button-group.round.stack-for-small > :first-child > .button,
  .button-group.round.stack-for-small > :first-child > a,
  .button-group.round.stack-for-small > :first-child > button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round.stack-for-small > :last-child,
  .button-group.round.stack-for-small > :last-child > .button,
  .button-group.round.stack-for-small > :last-child > a,
  .button-group.round.stack-for-small > :last-child > button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; } }

@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0; }
  .button-group.round.stack-for-small > * .button,
  .button-group.round.stack-for-small > * > button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round.stack-for-small > :first-child .button,
  .button-group.round.stack-for-small > :first-child button {
    border-left: 0; }
  .button-group.round.stack-for-small > * .button,
  .button-group.round.stack-for-small > * > button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0; }
  .button-group.round.stack-for-small > * > button {
    width: 100%; }
  .button-group.round.stack-for-small > :first-child .button,
  .button-group.round.stack-for-small > :first-child button {
    border-top: 0; }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > .button,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button {
    border-radius: 0; }
  .button-group.round.stack-for-small > :first-child,
  .button-group.round.stack-for-small > :first-child > .button,
  .button-group.round.stack-for-small > :first-child > a,
  .button-group.round.stack-for-small > :first-child > button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .button-group.round.stack-for-small > :last-child,
  .button-group.round.stack-for-small > :last-child > .button,
  .button-group.round.stack-for-small > :last-child > a,
  .button-group.round.stack-for-small > :last-child > button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; } }

.button-bar:after,
.button-bar:before {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }

.button-bar .button-group div {
  overflow: hidden; }

.clearing-thumbs,
[data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

.clearing-thumbs:after,
.clearing-thumbs:before,
[data-clearing]:after,
[data-clearing]:before {
  content: " ";
  display: table; }

.clearing-thumbs:after,
[data-clearing]:after {
  clear: both; }

.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px; }

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
  margin-right: 0; }

.clearing-blackout {
  background: #333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }

.clearing-blackout .clearing-close {
  display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #aaa;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%; }

.clearing-caption {
  background: #333;
  bottom: 0;
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #ccc;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }

.clearing-close:focus,
.clearing-close:hover {
  color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }

.clearing-assembled .clearing-container .carousel > ul {
  display: none; }

.clearing-feature li {
  display: none; }

.clearing-feature li.clearing-featured-img {
  display: block; }

@media only screen and (min-width: 40.0625em) {
  .clearing-main-next,
  .clearing-main-prev {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
  .clearing-main-next > span,
  .clearing-main-prev > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .clearing-main-next > span:hover,
  .clearing-main-prev > span:hover {
    opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #ccc; }
  .clearing-main-next {
    right: 0; }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #ccc; }
  .clearing-main-next.disabled,
  .clearing-main-prev.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none; }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px; }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none; }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block; }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important; }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1; }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }

.f-dropdown.open {
  display: block; }

.f-dropdown > :first-child {
  margin-top: 0; }

.f-dropdown > :last-child {
  margin-bottom: 0; }

.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89; }

.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #ccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88; }

.f-dropdown.right:before {
  left: auto;
  right: 10px; }

.f-dropdown.right:after {
  left: auto;
  right: 9px; }

.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px; }

.f-dropdown.drop-right.open {
  display: block; }

.f-dropdown.drop-right > :first-child {
  margin-top: 0; }

.f-dropdown.drop-right > :last-child {
  margin-bottom: 0; }

.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89; }

.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #ccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88; }

.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px; }

.f-dropdown.drop-left.open {
  display: block; }

.f-dropdown.drop-left > :first-child {
  margin-top: 0; }

.f-dropdown.drop-left > :last-child {
  margin-bottom: 0; }

.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89; }

.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #ccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88; }

.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px; }

.f-dropdown.drop-top.open {
  display: block; }

.f-dropdown.drop-top > :first-child {
  margin-top: 0; }

.f-dropdown.drop-top > :last-child {
  margin-bottom: 0; }

.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89; }

.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #ccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88; }

.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0; }

.f-dropdown li:focus,
.f-dropdown li:hover {
  background: #eee; }

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555; }

.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }

.f-dropdown.content.open {
  display: block; }

.f-dropdown.content > :first-child {
  margin-top: 0; }

.f-dropdown.content > :last-child {
  margin-bottom: 0; }

.f-dropdown.radius {
  border-radius: 3px; }

.f-dropdown.tiny {
  max-width: 200px; }

.f-dropdown.small {
  max-width: 300px; }

.f-dropdown.medium {
  max-width: 500px; }

.f-dropdown.large {
  max-width: 800px; }

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important; }

.f-dropdown.mega.open {
  left: 0 !important; }

.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }

.dropdown.button::after,
button.dropdown::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0; }

.dropdown.button::after,
button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem; }

.dropdown.button::after,
button.dropdown::after {
  border-color: #fff transparent transparent transparent; }

.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 2.625rem; }

.dropdown.button.tiny:after,
button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem; }

.dropdown.button.tiny::after,
button.dropdown.tiny::after {
  border-color: #fff transparent transparent transparent; }

.dropdown.button.small,
button.dropdown.small {
  padding-right: 3.0625rem; }

.dropdown.button.small::after,
button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem; }

.dropdown.button.small::after,
button.dropdown.small::after {
  border-color: #fff transparent transparent transparent; }

.dropdown.button.large,
button.dropdown.large {
  padding-right: 3.625rem; }

.dropdown.button.large::after,
button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem; }

.dropdown.button.large::after,
button.dropdown.large::after {
  border-color: #fff transparent transparent transparent; }

.dropdown.button.secondary:after,
button.dropdown.secondary:after {
  border-color: #333 transparent transparent transparent; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }

.flex-video.widescreen {
  padding-bottom: 56.34%; }

.flex-video.vimeo {
  padding-top: 0; }

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem; }

form .row .row.collapse {
  margin: 0; }

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0; }

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0; }

label.right {
  float: none !important;
  text-align: right; }

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0; }

label small {
  text-transform: capitalize;
  color: #676767; }

.postfix,
.prefix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

label.prefix,
span.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #ccc; }

label.postfix,
span.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #ccc; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse button,
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse button,
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

textarea[rows] {
  height: auto; }

textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  border-radius: 0;
  background-image: url(../../icon/chevron-down.svg);
  background-position: 10% 50%;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }

select::-ms-expand {
  display: none; }

select.radius {
  border-radius: 3px; }

select:focus {
  background-color: #f3f3f3;
  border-color: #999; }

select:disabled {
  background-color: #ddd;
  cursor: default; }

select[multiple] {
  height: auto; }

input[type="checkbox"],
input[type="file"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

input[type="file"] {
  width: 100%; }

fieldset {
  border: 1px solid #ddd;
  margin: 1.125rem 0;
  padding: 1.25rem; }

fieldset legend {
  font-weight: 700;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem; }

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] small.error,
[data-abide] span.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff; }

[data-abide] small.error,
[data-abide] span.error {
  display: none; }

small.error,
span.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff; }

.error input,
.error select,
.error textarea {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff; }

.error > label > small {
  background: 0 0;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
select.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333; }

.icon-bar > * {
  display: block;
  float: left;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
  width: 25%; }

.icon-bar > * i,
.icon-bar > * img {
  display: block;
  margin: 0 auto; }

.icon-bar > * i + label,
.icon-bar > * img + label {
  margin-top: 0.0625rem; }

.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle; }

.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem; }

.icon-bar.label-right > * i,
.icon-bar.label-right > * img {
  display: inline-block;
  margin: 0 0.0625rem 0 0; }

.icon-bar.label-right > * i + label,
.icon-bar.label-right > * img + label {
  margin-top: 0; }

.icon-bar.label-right > * label {
  display: inline-block; }

.icon-bar.vertical.label-right > * {
  text-align: left; }

.icon-bar.small-vertical,
.icon-bar.vertical {
  height: 100%;
  width: auto; }

.icon-bar.small-vertical .item,
.icon-bar.vertical .item {
  float: none;
  margin: auto;
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto; }
  .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto; }
  .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto; } }

.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem; }

.icon-bar > * i + label,
.icon-bar > * img + label {
  margin-top: 0.0625rem;
  font-size: 1rem; }

.icon-bar > * i {
  font-size: 1.875rem; }

.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem; }

.icon-bar > * label {
  color: #fff; }

.icon-bar > * i {
  color: #fff; }

.icon-bar > a:hover {
  background: #008cba; }

.icon-bar > a:hover label {
  color: #fff; }

.icon-bar > a:hover i {
  color: #fff; }

.icon-bar > a.active {
  background: #008cba; }

.icon-bar > a.active label {
  color: #fff; }

.icon-bar > a.active i {
  color: #fff; }

.icon-bar .item.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none; }

.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed; }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.small-vertical .item,
.icon-bar.two-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.small-vertical .item,
.icon-bar.three-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.small-vertical .item,
.icon-bar.four-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.small-vertical .item,
.icon-bar.five-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.small-vertical .item,
.icon-bar.six-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.small-vertical .item,
.icon-bar.seven-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.small-vertical .item,
.icon-bar.eight-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.small-vertical .item,
.icon-bar.two-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.small-vertical .item,
.icon-bar.three-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.small-vertical .item,
.icon-bar.four-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.small-vertical .item,
.icon-bar.five-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.small-vertical .item,
.icon-bar.six-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.small-vertical .item,
.icon-bar.seven-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.small-vertical .item,
.icon-bar.eight-up.vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }

.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem; }

.inline-list > li > * {
  display: block; }

.joyride-list {
  display: none; }

.joyride-tip-guide {
  background: #333;
  color: #fff;
  display: none;
  font-family: inherit;
  font-weight: 400;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%; }

.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%; }

.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%; }

.joyride-content-wrapper .button {
  margin-bottom: 0 !important; }

.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px; }

.joyride-tip-guide .joyride-nub {
  border: 10px solid #333;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px; }

.joyride-tip-guide .joyride-nub.top {
  border-color: #333;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px; }

.joyride-tip-guide .joyride-nub.bottom {
  border-color: #333 !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px; }

.joyride-tip-guide .joyride-nub.right {
  right: -20px; }

.joyride-tip-guide .joyride-nub.left {
  left: -20px; }

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  margin: 0; }

.joyride-tip-guide p {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0 0 1.125rem 0; }

.joyride-timer-indicator-wrap {
  border: solid 1px #555;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem; }

.joyride-timer-indicator {
  background: #666;
  display: block;
  height: inherit;
  width: 0; }

.joyride-close-tip {
  color: #777 !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 0.5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px; }

.joyride-close-tip:focus,
.joyride-close-tip:hover {
  color: #eee !important; }

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0; }

.joyride-expose-wrapper {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 15px #fff;
  position: absolute;
  z-index: 102; }

.joyride-expose-cover {
  background: 0 0;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999; }

@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333 !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    left: auto;
    right: -20px;
    top: 22px; }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    left: -20px;
    right: auto;
    top: 22px; } }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #ddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  font-family: Consolas, Menlo, Courier, monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  display: inline-block;
  font-family: Lato, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: #fff; }

.label.radius {
  border-radius: 3px; }

.label.round {
  border-radius: 1000px; }

.label.alert {
  background-color: #f04124;
  color: #fff; }

.label.warning {
  background-color: #f08a24;
  color: #fff; }

.label.success {
  background-color: #43ac6a;
  color: #fff; }

.label.secondary {
  background-color: #e7e7e7;
  color: #333; }

.label.info {
  background-color: #a0d3e8;
  color: #333; }

[data-magellan-expedition-clone],
[data-magellan-expedition] {
  background: #fff;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }

[data-magellan-expedition-clone] .sub-nav,
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0; }

[data-magellan-expedition-clone] .sub-nav dd,
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0; }

[data-magellan-expedition-clone] .sub-nav a,
[data-magellan-expedition] .sub-nav a {
  line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.slideshow-wrapper {
  position: relative; }

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0; }

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none; }

.slideshow-wrapper ul li:first-child {
  display: block; }

.slideshow-wrapper .orbit-container {
  background-color: transparent; }

.slideshow-wrapper .orbit-container li {
  display: block; }

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block; }

.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block; }

.slideshow-wrapper .preloader {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555 #fff;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px; }

.orbit-container {
  background: 0 0;
  overflow: hidden;
  position: relative;
  width: 100%; }

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%; }

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%; }

.orbit-container .orbit-slides-container > :first-child {
  margin-left: 0; }

.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%; }

.orbit-container .orbit-slide-number {
  left: 10px;
  background: 0 0;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10; }

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem; }

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10; }

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px; }

.orbit-container .orbit-timer > span {
  border: solid 4px #fff;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0; }

.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  right: -4px; }

.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333; }

.orbit-container:hover .orbit-timer > span {
  display: block; }

.orbit-container .orbit-next,
.orbit-container .orbit-prev {
  background-color: transparent;
  color: #fff;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10; }

.orbit-container .orbit-next:hover,
.orbit-container .orbit-prev:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.orbit-container .orbit-next > span,
.orbit-container .orbit-prev > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0; }

.orbit-container .orbit-prev {
  left: 0; }

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff; }

.orbit-container .orbit-prev:hover > span {
  border-right-color: #fff; }

.orbit-container .orbit-next {
  right: 0; }

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -4px; }

.orbit-container .orbit-next:hover > span {
  border-left-color: #fff; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }

.orbit-bullets li {
  background: #ccc;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px; }

.orbit-bullets li.active {
  background: #999; }

.orbit-bullets li:last-child {
  margin-right: 0; }

.touch .orbit-container .orbit-next,
.touch .orbit-container .orbit-prev {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.0625em) {
  .touch .orbit-container .orbit-next,
  .touch .orbit-container .orbit-prev {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0 !important;
    opacity: 1 !important;
    position: relative; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next,
  .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }

ul.pagination li {
  color: #222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem; }

ul.pagination li a,
ul.pagination li button {
  border-radius: 3px;
  transition: background-color 0.3s ease-out;
  background: 0 0;
  color: #999;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem; }

ul.pagination li a:focus,
ul.pagination li button:focus,
ul.pagination li:hover a,
ul.pagination li:hover button {
  background: #e6e6e6; }

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #999;
  pointer-events: none; }

ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable button:focus,
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable:hover button {
  background: 0 0; }

ul.pagination li.current a,
ul.pagination li.current button {
  background: #008cba;
  color: #fff;
  cursor: default;
  font-weight: 700; }

ul.pagination li.current a:focus,
ul.pagination li.current a:hover,
ul.pagination li.current button:focus,
ul.pagination li.current button:hover {
  background: #008cba; }

ul.pagination li {
  display: block;
  float: left; }

.pagination-centered {
  text-align: center; }

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none; }

.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }

.pricing-table * {
  list-style: none;
  line-height: 1; }

.pricing-table .price {
  background-color: #f6f6f6;
  color: #333;
  font-family: Lato, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  padding: 0.9375rem 1.25rem;
  text-align: center; }

.pricing-table .description {
  background-color: #fff;
  border-bottom: dotted 1px #ddd;
  color: #777;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.9375rem;
  text-align: center; }

.pricing-table .bullet-item {
  background-color: #fff;
  border-bottom: dotted 1px #ddd;
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.9375rem;
  text-align: center; }

.pricing-table .cta-button {
  background-color: #fff;
  padding: 1.25rem 1.25rem 0;
  text-align: center; }

.progress {
  background-color: #f6f6f6;
  border: 1px solid #fff;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }

.progress .meter {
  background: #008cba;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress .meter.secondary {
  background: #e7e7e7;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress .meter.success {
  background: #43ac6a;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress .meter.alert {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress.secondary .meter {
  background: #e7e7e7;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress.success .meter {
  background: #43ac6a;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress.alert .meter {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%; }

.progress.radius {
  border-radius: 3px; }

.progress.radius .meter {
  border-radius: 2px; }

.progress.round {
  border-radius: 1000px; }

.progress.round .meter {
  border-radius: 999px; }

.range-slider {
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #fafafa; }

.range-slider.vertical-range {
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem; }

.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute; }

.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem; }

.range-slider.radius {
  background: #fafafa;
  border-radius: 3px; }

.range-slider.radius .range-slider-handle {
  background: #008cba;
  border-radius: 3px; }

.range-slider.radius .range-slider-handle:hover {
  background: #007ba4; }

.range-slider.round {
  background: #fafafa;
  border-radius: 1000px; }

.range-slider.round .range-slider-handle {
  background: #008cba;
  border-radius: 1000px; }

.range-slider.round .range-slider-handle:hover {
  background: #007ba4; }

.range-slider.disabled,
.range-slider[disabled] {
  background: #fafafa;
  cursor: not-allowed;
  opacity: 0.7; }

.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
  background: #008cba;
  cursor: default;
  opacity: 0.7; }

.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
  background: #007ba4; }

.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute; }

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008cba; }

.range-slider-handle:hover {
  background: #007ba4; }

.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 1.875rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh; } }

.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0; }

.reveal-modal > :first-child {
  margin-top: 0; }

.reveal-modal > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 80%; } }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    top: 6.25rem; } }

.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px; }

.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px; }

.reveal-modal.collapse {
  padding: 0;
  box-shadow: none; }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 30%; } }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 40%; } }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 60%; } }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 70%; } }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 95%; } }

.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0; }

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 62.5rem;
    right: 0;
    width: 100%; } }

.reveal-modal.toback {
  z-index: 1003; }

.reveal-modal .close-reveal-modal {
  color: #aaa;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem; }

.side-nav {
  display: block;
  font-family: Lato, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0; }

.side-nav li {
  font-size: 1rem;
  font-weight: 400;
  margin: 0; }

.side-nav li a:not(.button) {
  color: #8a9191;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem; }

.side-nav li a:not(.button):focus,
.side-nav li a:not(.button):hover {
  background: rgba(0, 0, 0, 0.025);
  color: #000; }

.side-nav li a:not(.button):active {
  color: #adb2b2; }

.side-nav li.active > a:first-child:not(.button) {
  color: #adb2b2;
  font-family: Lato, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-weight: 400; }

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6; }

.side-nav li.heading {
  color: #8a9191;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px; }

.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%; }

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1); }

.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button span {
  width: 3.09375rem; }

.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%; }

.split.button span:after {
  border-color: #fff transparent transparent transparent; }

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button.secondary span:after {
  border-color: #fff transparent transparent transparent; }

.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5); }

.split.button.tiny {
  padding-right: 3.75rem; }

.split.button.tiny span {
  width: 2.25rem; }

.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  margin-left: -0.375rem;
  top: 48%; }

.split.button.small {
  padding-right: 4.375rem; }

.split.button.small span {
  width: 2.625rem; }

.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  margin-left: -0.375rem;
  top: 48%; }

.split.button.large {
  padding-right: 5.5rem; }

.split.button.large span {
  width: 3.4375rem; }

.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  margin-left: -0.375rem;
  top: 48%; }

.split.button.expand {
  padding-left: 2rem; }

.split.button.secondary span:after {
  border-color: #333 transparent transparent transparent; }

.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

.split.button.no-pip span:before {
  border-style: none; }

.split.button.no-pip span:after {
  border-style: none; }

.split.button.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%; }

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto; }

.sub-nav dt {
  text-transform: uppercase; }

.sub-nav dd,
.sub-nav dt,
.sub-nav li {
  color: #999;
  float: left;
  font-family: Lato, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 1rem;
  margin-bottom: 0; }

.sub-nav dd a,
.sub-nav dt a,
.sub-nav li a {
  color: #999;
  padding: 0.1875rem 1rem;
  text-decoration: none; }

.sub-nav dd a:hover,
.sub-nav dt a:hover,
.sub-nav li a:hover {
  color: #737373; }

.sub-nav dd.active a,
.sub-nav dt.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #008cba;
  color: #fff;
  cursor: default;
  font-weight: 400;
  padding: 0.1875rem 1rem; }

.sub-nav dd.active a:hover,
.sub-nav dt.active a:hover,
.sub-nav li.active a:hover {
  background: #0078a0; }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch label {
  background: #ddd;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out; }

.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px; }

.switch input + label {
  margin-left: 0;
  margin-right: 0; }

.switch label:after {
  background: #fff;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.switch input:checked + label {
  background: #008cba; }

.switch input:checked + label:after {
  left: 2.25rem; }

.switch label {
  height: 2rem;
  width: 4rem; }

.switch label:after {
  height: 1.5rem;
  width: 1.5rem; }

.switch input:checked + label:after {
  left: 2.25rem; }

.switch label {
  color: transparent;
  background: #ddd; }

.switch label:after {
  background: #fff; }

.switch input:checked + label {
  background: #008cba; }

.switch.large label {
  height: 2.5rem;
  width: 5rem; }

.switch.large label:after {
  height: 2rem;
  width: 2rem; }

.switch.large input:checked + label:after {
  left: 2.75rem; }

.switch.small label {
  height: 1.75rem;
  width: 3.5rem; }

.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem; }

.switch.small input:checked + label:after {
  left: 2rem; }

.switch.tiny label {
  height: 1.5rem;
  width: 3rem; }

.switch.tiny label:after {
  height: 1rem;
  width: 1rem; }

.switch.tiny input:checked + label:after {
  left: 1.75rem; }

.switch.radius label {
  border-radius: 4px; }

.switch.radius label:after {
  border-radius: 3px; }

.switch.round {
  border-radius: 1000px; }

.switch.round label {
  border-radius: 2rem; }

.switch.round label:after {
  border-radius: 2rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }

.tabs:after,
.tabs:before {
  content: " ";
  display: table; }

.tabs:after {
  clear: both; }

.tabs .tab-title,
.tabs dd {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative; }

.tabs .tab-title > a,
.tabs dd > a {
  display: block;
  background-color: #efefef;
  color: #222;
  font-family: Lato, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem; }

.tabs .tab-title > a:hover,
.tabs dd > a:hover {
  background-color: #e1e1e1; }

.tabs .tab-title.active > a,
.tabs dd.active > a {
  background-color: #fff;
  color: #222; }

.tabs.radius .tab:first-child a,
.tabs.radius dd:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.tabs.radius .tab:last-child a,
.tabs.radius dd:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.tabs.vertical .tab-title,
.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }

.tabs-content:after,
.tabs-content:before {
  content: " ";
  display: table; }

.tabs-content:after {
  clear: both; }

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%; }

.tabs-content > .content.active {
  display: block;
  float: none; }

.tabs-content > .content.contained {
  padding: 0.9375rem; }

.tabs-content.vertical {
  display: block; }

.tabs-content.vertical > .content {
  padding: 0 0.9375rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

.th {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 0.2s ease-out; }

.th:focus,
.th:hover {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }

.th.radius {
  border-radius: 3px; }

.has-tip {
  border-bottom: dotted 1px #ccc;
  color: #333;
  cursor: help;
  font-weight: 700; }

.has-tip:focus,
.has-tip:hover {
  border-bottom: dotted 1px #003f54;
  color: #008cba; }

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important; }

.tooltip {
  background: #333;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }

.tooltip > .nub {
  border: solid 5px;
  border-color: transparent transparent #333 transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px; }

.tooltip > .nub.rtl {
  left: auto;
  right: 5px; }

.tooltip.radius {
  border-radius: 3px; }

.tooltip.round {
  border-radius: 1000px; }

.tooltip.round > .nub {
  left: 2rem; }

.tooltip.opened {
  border-bottom: dotted 1px #003f54 !important;
  color: #008cba !important; }

.tap-to-close {
  color: #777;
  display: block;
  font-size: 0.625rem;
  font-weight: 400; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

.contain-to-grid {
  width: 100%;
  background: #333; }

.contain-to-grid .top-bar {
  margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }

.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%; }

.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.8125rem;
  z-index: 98; }

.top-bar {
  background: #333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }

.top-bar ul {
  list-style: none;
  margin-bottom: 0; }

.top-bar .row {
  max-width: none; }

.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0; }

.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem; }

.top-bar .button,
.top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem; }

@media only screen and (max-width: 40em) {
  .top-bar .button,
  .top-bar button {
    position: relative;
    top: -1px; } }

.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0; }

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0; }

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 0 0.9375rem;
  width: 75%; }

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0; }

.top-bar .toggle-topbar a {
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase; }

.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%; }

.top-bar .toggle-topbar.menu-icon a {
  color: #fff;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative; }

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 16px; }

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }

.top-bar.expanded {
  background: 0 0;
  height: auto; }

.top-bar.expanded .title-area {
  background: #333; }

.top-bar.expanded .toggle-topbar a {
  color: #888; }

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .dropdown,
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown {
    clip: initial; }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 0.3s ease-out; }

.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%; }

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%; }

.top-bar-section ul li {
  background: #333; }

.top-bar-section ul li > a {
  color: #fff;
  display: block;
  font-family: Lato, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%; }

.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff; }

.top-bar-section ul li > a.button:focus,
.top-bar-section ul li > a.button:hover {
  background-color: #007095; }

.top-bar-section ul li > a.button:focus,
.top-bar-section ul li > a.button:hover {
  color: #fff; }

.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333; }

.top-bar-section ul li > a.button.secondary:focus,
.top-bar-section ul li > a.button.secondary:hover {
  background-color: #b9b9b9; }

.top-bar-section ul li > a.button.secondary:focus,
.top-bar-section ul li > a.button.secondary:hover {
  color: #333; }

.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff; }

.top-bar-section ul li > a.button.success:focus,
.top-bar-section ul li > a.button.success:hover {
  background-color: #368a55; }

.top-bar-section ul li > a.button.success:focus,
.top-bar-section ul li > a.button.success:hover {
  color: #fff; }

.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff; }

.top-bar-section ul li > a.button.alert:focus,
.top-bar-section ul li > a.button.alert:hover {
  background-color: #cf2a0e; }

.top-bar-section ul li > a.button.alert:focus,
.top-bar-section ul li > a.button.alert:hover {
  color: #fff; }

.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff; }

.top-bar-section ul li > a.button.warning:focus,
.top-bar-section ul li > a.button.warning:hover {
  background-color: #cf6e0e; }

.top-bar-section ul li > a.button.warning:focus,
.top-bar-section ul li > a.button.warning:hover {
  color: #fff; }

.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333; }

.top-bar-section ul li > a.button.info:focus,
.top-bar-section ul li > a.button.info:hover {
  background-color: #61b6d9; }

.top-bar-section ul li > a.button.info:focus,
.top-bar-section ul li > a.button.info:hover {
  color: #fff; }

.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff; }

.top-bar-section ul li > button:focus,
.top-bar-section ul li > button:hover {
  background-color: #007095; }

.top-bar-section ul li > button:focus,
.top-bar-section ul li > button:hover {
  color: #fff; }

.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333; }

.top-bar-section ul li > button.secondary:focus,
.top-bar-section ul li > button.secondary:hover {
  background-color: #b9b9b9; }

.top-bar-section ul li > button.secondary:focus,
.top-bar-section ul li > button.secondary:hover {
  color: #333; }

.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff; }

.top-bar-section ul li > button.success:focus,
.top-bar-section ul li > button.success:hover {
  background-color: #368a55; }

.top-bar-section ul li > button.success:focus,
.top-bar-section ul li > button.success:hover {
  color: #fff; }

.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff; }

.top-bar-section ul li > button.alert:focus,
.top-bar-section ul li > button.alert:hover {
  background-color: #cf2a0e; }

.top-bar-section ul li > button.alert:focus,
.top-bar-section ul li > button.alert:hover {
  color: #fff; }

.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff; }

.top-bar-section ul li > button.warning:focus,
.top-bar-section ul li > button.warning:hover {
  background-color: #cf6e0e; }

.top-bar-section ul li > button.warning:focus,
.top-bar-section ul li > button.warning:hover {
  color: #fff; }

.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333; }

.top-bar-section ul li > button.info:focus,
.top-bar-section ul li > button.info:hover {
  background-color: #61b6d9; }

.top-bar-section ul li > button.info:focus,
.top-bar-section ul li > button.info:hover {
  color: #fff; }

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555;
  color: #fff;
  background: #222; }

.top-bar-section ul li.active > a {
  background: #008cba;
  color: #fff; }

.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #fff; }

.top-bar-section .has-form {
  padding: 0.9375rem; }

.top-bar-section .has-dropdown {
  position: relative; }

.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0; }

.top-bar-section .has-dropdown.moved {
  position: static; }

.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%; }

.top-bar-section .has-dropdown.moved > a:after {
  display: none; }

.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%; }

.top-bar-section .dropdown li {
  height: auto;
  width: 100%; }

.top-bar-section .dropdown li a {
  font-weight: 400;
  padding: 8px 0.9375rem; }

.top-bar-section .dropdown li a.parent-link {
  font-weight: 400; }

.top-bar-section .dropdown li.parent-link,
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem; }

.top-bar-section .dropdown li.parent-link a,
.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  display: block; }

.top-bar-section .dropdown li.parent-link a:hover,
.top-bar-section .dropdown li.title h5 a:hover {
  background: 0 0; }

.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem; }

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto; }

.top-bar-section .dropdown label {
  color: #777;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.0625em) {
  .top-bar {
    background: #333;
    overflow: visible; }
  .top-bar:after,
  .top-bar:before {
    content: " ";
    display: table; }
  .top-bar:after {
    clear: both; }
  .top-bar .toggle-topbar {
    display: none; }
  .top-bar .title-area {
    float: left; }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto; }
  .top-bar .button,
  .top-bar button,
  .top-bar input,
  .top-bar select {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem; }
  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem; }
  .top-bar.expanded {
    background: #333; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto; }
  .top-bar-section ul li {
    float: left; }
  .top-bar-section ul li .js-generated {
    display: none; }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555;
    background: #222;
    color: #fff; }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #333;
    line-height: 2.8125rem;
    padding: 0 0.9375rem; }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555;
    background: #222; }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008cba;
    color: #fff;
    line-height: 2.8125rem;
    padding: 0 0.9375rem; }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #fff; }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important; }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem; }
  .top-bar-section .has-dropdown.moved {
    position: relative; }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block; }
  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px; }
  .top-bar-section .dropdown {
    left: 0;
    background: 0 0;
    min-width: 100%;
    top: auto; }
  .top-bar-section .dropdown li a {
    background: #333;
    color: #fff;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap; }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333;
    color: #fff; }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #555;
    color: #fff;
    background: #222; }
  .top-bar-section .dropdown li label {
    background: #333;
    white-space: nowrap; }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0; }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0; }
  .top-bar-section .has-form {
    background: #333;
    height: 2.8125rem;
    padding: 0 0.9375rem; }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0; }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%; }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0; }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555;
    background: #222;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

b,
strong {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  padding: 0.125rem 0.3125rem 0.0625rem; }

dl,
ol,
ul {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

ul li ol,
ul li ul {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ol {
  margin-left: 1.4rem; }

ol li ol,
ol li ul {
  margin-left: 1.25rem;
  margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }

.no-bullet li ol,
.no-bullet li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700; }

dl dd {
  margin-bottom: 0.75rem; }

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }

abbr[title] {
  border-bottom: 1px dotted #ddd; }

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 7px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a,
blockquote cite a:visited {
  color: #555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem; }

.vcard li {
  margin: 0;
  display: block; }

.vcard .fn {
  font-weight: 700;
  font-size: 0.9375rem; }

.vevent .summary {
  font-weight: 700; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }

.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease; }

.inner-wrap:after,
.inner-wrap:before {
  content: " ";
  display: table; }

.inner-wrap:after {
  clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: #fff;
  font-weight: 700;
  line-height: 2.8125rem;
  margin: 0; }

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }

.tab-bar-section.left {
  text-align: left; }

.tab-bar-section.right {
  text-align: right; }

.tab-bar-section.left {
  left: 0;
  right: 2.8125rem; }

.tab-bar-section.right {
  left: 2.8125rem;
  right: 0; }

.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #fff;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }

.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 1rem; }

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 0.5s ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 0.5s ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 0.5s ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }

.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 0.5s ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }

.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.off-canvas-list li label {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase; }

ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  transition: background 0.3s ease; }

ul.off-canvas-list li a:hover {
  background: #242424; }

ul.off-canvas-list li a:active {
  background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .bottom-off-canvas-menu,
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease; }

.left-submenu * {
  -webkit-backface-visibility: hidden; }

.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: 700;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0; }

.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e; }

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

.left-submenu.move-right,
.left-submenu.offcanvas-overlap,
.left-submenu.offcanvas-overlap-right {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease; }

.right-submenu * {
  -webkit-backface-visibility: hidden; }

.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: 700;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0; }

.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e; }

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-submenu.move-left,
.right-submenu.offcanvas-overlap,
.right-submenu.offcanvas-overlap-left {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease; }

.top-submenu * {
  -webkit-backface-visibility: hidden; }

.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: 700;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0; }

.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e; }

.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap,
.top-submenu.offcanvas-overlap-bottom {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease; }

.bottom-submenu * {
  -webkit-backface-visibility: hidden; }

.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999;
  font-weight: 700;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0; }

.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e; }

.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap,
.bottom-submenu.offcanvas-overlap-top {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

@media only screen {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium-down,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-large-down,
  .hide-for-medium-down,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium-down,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-large-down,
  .hidden-for-medium-down,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-medium,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium-down,
  table.show-for-small,
  table.show-for-small-down,
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-medium,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium-down,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium-down,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-medium,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium-down,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row; }
  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-medium,
  td.hide-for-medium-only,
  td.hide-for-medium-up,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium-down,
  td.show-for-small,
  td.show-for-small-down,
  td.show-for-small-only,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-only,
  th.hide-for-medium-up,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium-down,
  th.show-for-small,
  th.show-for-small-down,
  th.show-for-small-only,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important; } }

@media only screen and (min-width: 40.0625em) {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-large-down,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-large-down,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium,
  table.show-for-medium-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row; }
  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium,
  td.show-for-medium-down,
  td.show-for-medium-only,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-only,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important; } }

@media only screen and (min-width: 64.0625em) {
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large,
  table.show-for-large-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row; }
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large,
  td.show-for-large-down,
  td.show-for-large-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large,
  th.show-for-large-down,
  th.show-for-large-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important; } }

@media only screen and (min-width: 90.0625em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-down {
    display: table-row; }
  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge,
  td.show-for-xlarge-down,
  td.show-for-xlarge-only,
  td.show-for-xlarge-up,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge,
  th.show-for-xlarge-down,
  th.show-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-down {
    display: table-cell !important; } }

@media only screen and (min-width: 120.0625em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only {
    display: none !important; }
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.hide-for-xlarge-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table !important; }
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.hide-for-xlarge-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group !important; }
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group !important; }
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.hide-for-xlarge-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row; }
  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-down,
  td.hide-for-xlarge-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-up,
  td.show-for-xxlarge,
  td.show-for-xxlarge-down,
  td.show-for-xxlarge-only,
  td.show-for-xxlarge-up,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-down,
  th.hide-for-xlarge-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge,
  th.show-for-xxlarge-down,
  th.show-for-xxlarge-only,
  th.show-for-xxlarge-up {
    display: table-cell !important; } }

.hide-for-portrait,
.show-for-landscape {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

table.hide-for-landscape,
table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  table.hide-for-portrait,
  table.show-for-landscape {
    display: table !important; }
  thead.hide-for-portrait,
  thead.show-for-landscape {
    display: table-header-group !important; }
  tbody.hide-for-portrait,
  tbody.show-for-landscape {
    display: table-row-group !important; }
  tr.hide-for-portrait,
  tr.show-for-landscape {
    display: table-row !important; }
  td.hide-for-portrait,
  td.show-for-landscape,
  th.hide-for-portrait,
  th.show-for-landscape {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  table.hide-for-landscape,
  table.show-for-portrait {
    display: table !important; }
  thead.hide-for-landscape,
  thead.show-for-portrait {
    display: table-header-group !important; }
  tbody.hide-for-landscape,
  tbody.show-for-portrait {
    display: table-row-group !important; }
  tr.hide-for-landscape,
  tr.show-for-portrait {
    display: table-row !important; }
  td.hide-for-landscape,
  td.show-for-portrait,
  th.hide-for-landscape,
  th.show-for-portrait {
    display: table-cell !important; } }

.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-for-print,
  .hide-on-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

.header .brand h3 {
  font-weight: 300;
  font-style: italic;
  color: #fff;
  margin: 1.35rem 0;
  line-height: 1;
  font-size: 1.5rem; }

.header .brand h3 a {
  color: #fff; }

.header .brand h3 a:hover {
  color: #fff; }

.nav-bar {
  float: right; }

.nav-bar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-bar ul li {
  float: left; }

.nav-bar ul li.active a {
  opacity: 1; }

.nav-bar ul li a {
  opacity: 0.8;
  margin: 1.73rem 0 1.73rem 2rem;
  display: block;
  color: #fff;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.nav-bar ul li a:hover {
  opacity: 1; }

.nav-bar ul li .download {
  width: 1rem;
  height: 1rem;
  background: #ff3f4d;
  display: block;
  position: absolute;
  top: 1rem;
  right: 0;
  border: 2px solid #fff;
  background: url(../img/download.png) #ff3f4d no-repeat 50% 55%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

#toggle-nav {
  width: 2rem;
  display: block;
  margin: 1.5rem 0 1.2rem 0; }

#toggle-nav span {
  width: 100%;
  height: 0.25rem;
  margin-bottom: 0.3rem;
  background: #fff;
  display: block; }

@media only screen and (min-width: 40.0625em) {
  #toggle-nav {
    display: none; } }

@media only screen and (max-width: 40em) {
  .nav-bar {
    display: none; }
  .nav-bar.active {
    float: right;
    clear: both;
    display: block; }
  .nav-bar.active a {
    margin: 1rem 0 1rem 1rem; }
  .nav-bar.active .download {
    display: none; } }

#hero {
  background: #1ccacd;
  padding: 5rem 0; }

#hero .owl-logo {
  margin: 0 auto;
  display: block; }

#hero h1 {
  color: #fff;
  font-weight: 300;
  font-size: 3.375rem;
  margin: 0; }

#hero h4 {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem; }

#hero .hero-button {
  display: inline-block;
  padding: 1rem 2rem;
  margin-right: 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  background: #fff;
  color: #1ccacd;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#hero .hero-button.outline {
  background: 0 0;
  color: #fff; }

#hero .hero-button:hover {
  background: #ff3f4d;
  border: 1px solid #ff3f4d;
  color: #fff; }

#hero p {
  color: #fff;
  margin: 0.5rem 0;
  opacity: 0.7;
  font-weight: 300; }

@media (max-width: 768px) {
  #hero {
    padding: 2rem 0; }
  #hero h1 {
    color: #fff;
    font-weight: 300;
    font-size: 2rem; }
  #hero h4 {
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
    margin-bottom: 2rem; } }

@media only screen and (max-width: 40em) {
  #hero .owl-logo {
    display: none; } }

.home-demo {
  padding: 2rem 0; }

.home-demo .item {
  background: #ff3f4d; }

.home-demo h3 {
  text-align: center;
  color: grey;
  margin: 2rem; }

.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300; }

.home-demo .owl-dot.active span {
  background: #ff3f4d; }

#features .feature {
  margin: 2rem 0 6rem; }

#features h2 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem; }

#features img {
  display: block;
  margin: 0 auto; }

@media only screen and (max-width: 40em) {
  #features .feature {
    margin: 1rem 0; }
  #features img {
    display: block;
    margin: 1rem auto; } }

#teaser-text {
  text-align: center; }

#teaser-text h3 {
  font-weight: 300;
  color: #1ccacd; }

a#custom-tweet-button {
  padding: 6px 13px 6px 13px;
  margin-left: 0;
  background: url(../img/twitter_25.png) 1px center no-repeat; }

blockquote p {
  color: #a0a0a0; }

.demo-block {
  background: #eaeaea;
  height: 6rem;
  padding: 1rem;
  margin-bottom: 1rem;
  display: block;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

.demo-block:hover {
  background: #1ccacd; }

.demo-block:hover h5 {
  color: #fff; }

.demo-block h5 {
  font-weight: 400; }

code {
  font-weight: 700;
  background: #f7f7f7;
  font-size: 90%;
  font-weight: 400;
  padding: 1px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

blockquote {
  padding: 1rem 1rem;
  border-left: 7px solid #1ccacd; }

blockquote p {
  font-size: 1.1rem;
  margin: 0; }

p {
  color: #555; }

#demos .owl-carousel {
  margin: 2rem 0; }

#demos .owl-carousel .item {
  padding: 1rem; }

#demos .owl-carousel .item h4 {
  color: #fff;
  font-weight: 400;
  margin-top: 0; }

#demos .owl-carousel .item-video {
  height: 300px; }

#demos #setup {
  margin-top: 4rem; }

#demos .demo-list h5 {
  margin: 0; }

@media only screen {
  .demo-list [class*="column"] + [class*="column"]:last-child {
    float: left; } }

.callbacks div {
  margin-bottom: 0.3rem; }

.callbacks span.label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#docs {
  padding-top: 2rem; }

#docs .docs-content h2:first-child {
  padding-top: 0;
  margin-top: 0; }

#docs h4 {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem; }

#docs ul.side-nav {
  text-align: right;
  margin-bottom: 1rem; }

#docs ul.side-nav li {
  margin: 0;
  padding: 0.3rem 3rem 0.3rem 0; }

#docs ul.side-nav li.active,
#docs ul.side-nav li:hover {
  background: #f7f7f7; }

#docs ul.side-nav li.active a,
#docs ul.side-nav li:hover a {
  color: #000;
  background-color: transparent; }

#docs ul.side-nav li.side-nav-head {
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 3rem 0.3rem 0; }

#docs ul.side-nav li.side-nav-head:hover {
  background: 0 0; }

@media only screen and (max-width: 40em) {
  #docs {
    padding-top: 1rem; }
  #docs ul.side-nav {
    text-align: left; } }

pre {
  overflow-y: hidden;
  margin-bottom: 2rem;
  background: #f8f8f8; }

.hljs {
  display: block;
  color: #333;
  background: #f8f8f8;
  padding: 2rem;
  line-height: 1.4;
  overflow-x: scroll; }

.diff .hljs-header,
.hljs-comment,
.hljs-javadoc,
.hljs-template_comment {
  color: #b9b9b9;
  font-style: italic; }

.css .rule .hljs-keyword,
.hljs-keyword,
.hljs-request,
.hljs-status,
.hljs-subst,
.hljs-winutils,
.javascript .hljs-title,
.nginx .hljs-title {
  color: #333;
  font-weight: 700; }

.hljs-hexcolor,
.hljs-number,
.ruby .hljs-constant {
  color: #099; }

.hljs-phpdoc,
.hljs-string,
.hljs-tag .hljs-value,
.tex .hljs-formula {
  color: #bd240d; }

.coffeescript .hljs-params,
.hljs-id,
.hljs-title,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: 700; }

.clojure .hljs-title,
.hljs-subst,
.javascript .hljs-title,
.lisp .hljs-title {
  font-weight: 400; }

.haskell .hljs-type,
.hljs-class .hljs-title,
.tex .hljs-command,
.vhdl .hljs-literal {
  color: #458;
  font-weight: 700; }

.django .hljs-tag .hljs-keyword,
.hljs-rules .hljs-property,
.hljs-tag,
.hljs-tag .hljs-title {
  color: navy;
  font-weight: 400; }

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: teal; }

.hljs-regexp {
  color: #009926; }

.hljs-prompt,
.hljs-symbol,
.lisp .hljs-keyword,
.ruby .hljs-symbol .hljs-string,
.tex .hljs-special {
  color: #333; }

.clojure .hljs-built_in,
.hljs-built_in,
.lisp .hljs-title {
  color: #0086b3; }

.hljs-cdata,
.hljs-doctype,
.hljs-pi,
.hljs-pragma,
.hljs-preprocessor,
.hljs-shebang {
  color: #999;
  font-weight: 700; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.diff .hljs-change {
  background: #0086b3; }

.hljs-chunk {
  color: #aaa; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height 0.5s ease-in-out; }

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .owl-carousel .owl-stage-outer {
      position: relative;
      overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item,
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block; }
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none; }
  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 2rem; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease; }
  .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease; }
    .owl-carousel .owl-video-play-icon:hover {
      -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
  .owl-carousel .owl-nav {
    bottom: 108%; }

.selected .owl-nav button {
  top: 40%; }
  .selected .owl-nav button:hover {
    background-color: transparent !important; }
  .selected .owl-nav button span {
    color: #e86c20; }

.selected .owl-nav .owl-prev {
  position: absolute;
  left: -2.5rem; }

.selected .owl-nav .owl-next {
  position: absolute;
  right: -2.5rem; }

.owl-carousel-selected,
.owl-carousel-selected .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.no-js .owl-carousel-selected,
.owl-carousel-selected.owl-loaded {
  display: block; }

.owl-carousel-selected {
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel-selected .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl-carousel-selected .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .owl-carousel-selected .owl-stage-outer {
      position: relative;
      overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel-selected .owl-item,
  .owl-carousel-selected .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel-selected .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel-selected .owl-item img {
      display: block; }
  .owl-carousel-selected .owl-dots.disabled,
  .owl-carousel-selected .owl-nav.disabled {
    display: none; }
  .owl-carousel-selected .owl-dot,
  .owl-carousel-selected .owl-nav .owl-next,
  .owl-carousel-selected .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-selected .owl-nav button.owl-next,
  .owl-carousel-selected .owl-nav button.owl-prev,
  .owl-carousel-selected button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 2rem; }
  .owl-carousel-selected.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-selected.owl-hidden {
    opacity: 0; }
  .owl-carousel-selected.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-selected.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-selected.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-selected.owl-rtl {
    direction: rtl; }
    .owl-carousel-selected.owl-rtl .owl-item {
      float: right; }
  .owl-carousel-selected .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
  .owl-carousel-selected .owl-animated-in {
    z-index: 0; }
  .owl-carousel-selected .owl-animated-out {
    z-index: 1; }
  .owl-carousel-selected .fadeOut {
    animation-name: fadeOut; }
  .owl-carousel-selected .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease; }
  .owl-carousel-selected .owl-item .owl-lazy:not([src]), .owl-carousel-selected .owl-item .owl-lazy[src^=""] {
    max-height: 0; }
  .owl-carousel-selected .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
  .owl-carousel-selected .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel-selected .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease; }
    .owl-carousel-selected .owl-video-play-icon:hover {
      -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }
  .owl-carousel-selected .owl-video-playing .owl-video-play-icon,
  .owl-carousel-selected .owl-video-playing .owl-video-tn {
    display: none; }
  .owl-carousel-selected .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease; }
  .owl-carousel-selected .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
  .owl-carousel-selected .owl-nav {
    bottom: 108%; }

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3333;
  top: 0;
  right: 0;
  background-color: #f2f2f2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center; }
  .sidenav button {
    color: #e86c20; }
  .sidenav img {
    margin-left: 0.75rem; }
  .sidenav a {
    padding: 0.25rem 0rem;
    text-decoration: none;
    font-size: 1.25rem;
    color: #e86c20;
    display: block;
    transition: 0.3s;
    text-align: right; }
    .sidenav a:hover {
      color: #e86c20; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 1rem;
    font-size: 2.5rem;
    color: #e86c20; }
    .sidenav .closebtn:hover {
      color: #e86c20; }
  .sidenav .accordion-button:not(.collapsed) {
    color: #e86c20;
    background-color: #000; }
  .sidenav .accordion-button::after {
    background-image: url("../images/svg/down-arrow.png"); }
  .sidenav .accordion-button:not(.collapsed)::after {
    background-image: url("../images/svg/up-arrow.png");
    transform: none; }
  .sidenav .accordion-item .accordion-body li a {
    font-size: 1.125rem; }
  .sidenav .accordion-item h4 {
    font-size: 1.25rem; }
  .sidenav .dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #e86c20;
    display: inline-flex;
    border-radius: 50%;
    margin-left: 0.5rem; }

.ic-search-btn {
  left: 0;
  top: 0;
  bottom: 0; }

.mobile-logo {
  width: 10rem; }

.opennav {
  font-size: 2.75rem;
  cursor: pointer;
  color: #e86c20; }

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  display: block; }

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  width: 40%; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
    .sidenav a {
      font-size: 18px; } }

@media (max-width: 576px) {
  .scrollmenupack {
    overflow: auto;
    white-space: nowrap;
    display: block; }
  .tablesd-inn {
    height: 20rem; }
  .business-foreign {
    height: auto; }
  .business-domestic {
    height: 55rem; }
  .card-in {
    background: #e86c20;
    background: linear-gradient(330deg, #e86c20 0%, dimgray 100%); }
  .container {
    max-width: 97.5%;
    width: 97.5%;
    padding: 0 0.5rem; }
  .col-pack {
    width: 15rem;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none; }
    .col-pack-item {
      width: 10rem;
      display: inline-block;
      color: white;
      text-align: center;
      padding: 14px;
      text-decoration: none; }
  .packages .btn-pack {
    bottom: 0.5rem;
    left: 0;
    right: 0;
    width: 75%;
    margin: auto;
    border-radius: 1rem;
    font-size: 0.75rem; }
  menu select {
    border: 0px !important;
    width: max-content !important;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0; }
  menu element {
    padding: 0.5rem 95rem 0.5rem 3rem; }
  menu .form-select {
    background-image: url("../images/svg/select.svg"); }
  header {
    padding: 0; }
    header .pad-header {
      padding: 0rem; }
      header .pad-header .carousel-indicators {
        margin-left: 4%;
        margin-bottom: 1%; }
    header img {
      border-radius: 0.75rem; }
    header h1 {
      font-size: 1.5rem;
      line-height: 2.375rem;
      padding: 0.5rem;
      text-align: center; }
    header h2 {
      padding: 0 1rem !important; }
  .search-best-price .search-bg {
    margin-top: 1.25rem !important;
    padding: 0 !important; }
    .search-best-price .search-bg svg {
      width: 1.5rem !important;
      height: 1.5rem !important; }
    .search-best-price .search-bg h3 {
      font-size: 1rem !important;
      line-height: 1rem !important; }
    .search-best-price .search-bg h4 {
      line-height: 1.5rem !important;
      font-size: 0.75rem !important; }
    .search-best-price .search-bg .countdown .overlay .count {
      font-size: 0.875rem !important; }
    .search-best-price .search-bg .logshop-btn {
      font-size: 0.875rem !important; }
      .search-best-price .search-bg .logshop-btn svg {
        width: 1.5rem !important;
        height: 1.5rem !important; }
  .how .w-sm-100 {
    width: 100%; }
  .how .m-c-sm-0 {
    margin: 0; }
  .categories-item {
    padding: 0.5rem 0.5rem; }
  footer .footer-center .row .col-md-4 h4 {
    text-align: right !important; }
  footer .footer-center .row .col-md-4:nth-child(3) {
    margin-top: 1.5rem; }
  footer .footer-center a {
    font-size: 0.875rem; }
  footer .footer-center li {
    padding: 0.25rem 0; }
  footer .footer-center p {
    font-size: 1rem;
    line-height: 1.5; }
  .scrolled {
    position: inherit !important; }
  menu {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
    menu .mob-us-btn {
      font-size: 2rem; }
  .news .row .col-xxl-6 .card h2 {
    font-size: 1rem;
    display: grid;
    line-height: 2; }
  .news .row .col-xxl-6:nth-child(1) .card .btn, .news .row .col-xxl-6:nth-child(2) .card .btn {
    font-size: 0.875rem; }
    .news .row .col-xxl-6:nth-child(1) .card .btn svg, .news .row .col-xxl-6:nth-child(2) .card .btn svg {
      margin-right: 0.5rem; }
  .shop .col-xxl-9 .shop-search {
    display: revert; }
    .shop .col-xxl-9 .shop-search form {
      width: 100%; }
  .shop-side {
    top: 0rem; }
  .shop-profile .tags-col {
    overflow-x: scroll; }
  .panel .sidebar-nav a:hover .popover-cu {
    display: none; }
  .panel-header .card {
    padding: 0rem 0.25rem !important; }
    .panel-header .card .flaticon {
      font-size: 1.25rem !important;
      height: 2rem;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      display: grid; }
    .panel-header .card h4,
    .panel-header .card small {
      font-size: 0.75rem !important; }
  .panel .shop-wizard .card-header {
    margin-top: -10vh;
    background: transparent !important;
    padding: 0rem 0rem 2.5rem; }
    .panel .shop-wizard .card-header .steps .step p {
      padding: 12.5rem 0 0 !important;
      font-size: 1rem; }
    .panel .shop-wizard .card-header .steps .step span {
      width: 2.5rem;
      height: 2.5rem;
      padding: 0;
      font-size: 1rem; }
  .panel .shop-wizard #cardBody {
    padding: 0; }
  .panel .shop-wizard .pricing table a {
    font-size: 0.75rem; }
  .panel .shop-wizard .card-footer {
    display: grid;
    justify-content: inherit; }
  .panel .panel-body {
    padding: 0.125rem 0.25rem !important; }
  .prod-details .card {
    height: 20rem; }
    .prod-details .card img {
      height: 100%;
      width: auto !important; }
  .article .des-c img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important; }
  .consulting .af::after {
    content: none; }
  .owlscroll div.scrollmenu a {
    width: 40%; }
  .event .scr-event {
    line-height: 1.75rem; }
    .event .scr-event img {
      width: 100%;
      margin: 1% 0 1% 0; }
  .help .bghelp-right {
    height: 10rem; }
  .help .btn {
    height: 5.1rem;
    font-size: 0.8rem !important; } }

@media (min-width: 576px) and (max-width: 768px) {
  .container {
    max-width: 97.5%;
    width: 97.5%; }
  .tablesd-inn {
    height: 20rem; }
  .business-foreign {
    height: 17.5rem; }
  .business-domestic {
    height: 17.5rem; }
  .event .scr-event {
    line-height: 1.75rem; }
    .event .scr-event img {
      width: 100%;
      margin: 1% 0 1% 0; }
  menu .megamenu-c .navbar #navbarNav .nav-item .nav-link {
    font-size: 0.625rem; }
    menu .megamenu-c .navbar #navbarNav .nav-item .nav-link img {
      width: 0.75rem; }
  menu select {
    border: 0px !important;
    width: max-content !important;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0; }
  menu element {
    padding: 0.5rem 95rem 0.5rem 3rem; }
  menu .topmenu li a {
    font-size: 0.75rem; }
  header {
    padding: 0; }
    header .pad-header {
      padding: 0rem; }
      header .pad-header .carousel-indicators {
        margin-left: 4%;
        margin-bottom: 1%; }
    header img {
      border-radius: 0.75rem; }
    header h1 {
      font-size: 1.5rem;
      line-height: 2.375rem;
      padding: 0.5rem;
      text-align: center; }
    header h2 {
      padding: 0 1rem !important; }
  .search-best-price .search-bg h3 {
    font-size: 1rem;
    line-height: 1rem; }
  .search-best-price .search-bg h4 {
    line-height: 1.5rem;
    font-size: 0.75rem; }
  .how .w-sm-100 {
    width: 100%; }
  .how .m-c-sm-0 {
    margin: 0; }
  footer .footer-center .row .col-md-4 h4 {
    text-align: right !important;
    padding: 0 1.25rem 0 0; }
  footer .footer-center .row .col-md-4:nth-child(3) {
    margin-top: 1.5rem; }
  .scrolled {
    position: inherit !important; }
  menu {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
  .shop .col-xxl-9 .shop-search {
    display: revert; }
    .shop .col-xxl-9 .shop-search form {
      width: 100%; }
  .shop-side {
    top: 0rem; }
  .panel .sidebar-nav a:hover .popover-cu {
    display: none; }
  .panel .shop-wizard .card-header {
    margin-top: -10vh;
    background: transparent !important; }
    .panel .shop-wizard .card-header .steps .step p {
      padding: 12.5rem 1.5rem 0 !important;
      font-size: 1rem; }
  .prod-details .card {
    height: 20rem; }
    .prod-details .card img {
      height: 100%;
      width: auto !important; }
  .shiping .card h1 {
    font-size: 1.75rem;
    line-height: 3rem; }
  .shiping .card p {
    font-size: 1.125rem; }
  .shiping .card .img-anim {
    width: 40%; }
  .shiping .card .col-md-6 {
    text-align: right !important; }
  .shiping .card .carousel-inner {
    background: #e86c20;
    background: linear-gradient(90deg, #e86c20 1%, rgba(232, 108, 32, 0.9486) 6%, rgba(232, 108, 32, 0.903782) 11%, rgba(232, 108, 32, 0.85056) 16%, rgba(232, 108, 32, 0.797339) 30%, rgba(232, 108, 32, 0.853361) 35%, rgba(232, 108, 32, 0.895378) 40%, rgba(232, 108, 32, 0.945798) 45%, #e86c20 50%);
    height: 32.5rem;
    display: flex;
    border-radius: 0.75rem; }
  .article .des-c img {
    width: 100% !important;
    height: auto !important;
    margin: auto !important; }
  .consulting .af::after {
    content: none; }
  .owlscroll div.scrollmenu a {
    width: 27%; }
  .help .bghelp-right {
    height: 15rem; }
  .help .btn {
    height: 5.1rem; } }

@media (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 97.5%;
    width: 97.5%; }
  .tablesd-inn {
    height: 66rem; }
  .business-foreign {
    height: 35rem; }
  .business-domestic {
    height: 35rem; }
  .event .scr-event {
    line-height: 1.75rem; }
    .event .scr-event img {
      width: 100%;
      margin: 1% 0 1% 0; }
  menu .megamenu-c .navbar #navbarNav .nav-item .nav-link {
    font-size: 0.625rem;
    padding: 0 0 0 1rem !important; }
    menu .megamenu-c .navbar #navbarNav .nav-item .nav-link img {
      width: 0.75rem; }
  menu .topmenu li a {
    font-size: 0.625rem; }
  header .pad-header {
    padding: 0rem; }
  header img {
    border-radius: 0.75rem; }
  header h1 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    padding: 0.5rem; }
  header h2 {
    padding: 0 1rem !important; }
  .search-best-price {
    margin-top: 4%; }
    .search-best-price .search-bg h4 {
      line-height: 1.5rem;
      font-size: 0.75rem; }
  .scrolled {
    position: inherit !important; }
  .shop .col-xxl-9 .shop-search {
    display: revert; }
    .shop .col-xxl-9 .shop-search form {
      width: 50%; }
  .shop-side {
    top: 0rem; }
  .shop-wizard .card-header {
    margin-top: -10vh;
    background: transparent !important; }
    .shop-wizard .card-header .steps .step p {
      padding-top: 12.5rem !important;
      font-size: 1rem; }
  .article .des-c img {
    width: 50% !important;
    height: auto !important;
    margin: auto 25% auto !important; }
  .consulting .af::after {
    content: none; }
  .inquiry .w-40 {
    width: 40%; }
  .inquiry .w-20 {
    width: 20%; }
  .owlscroll div.scrollmenu a {
    width: 20%; }
  .help .bghelp-right {
    height: 12rem; }
  .help .btn {
    height: 5.1rem; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 97.5%;
    width: 97.5%; }
  .tablesd-inn {
    height: 33rem; }
  .head-home-3 {
    width: 38%; }
  .head-home-9 {
    width: 62%; }
  .business-foreign {
    height: 18.55rem; }
  .business-domestic {
    height: 18.55rem; }
  .event .scr-event {
    line-height: 1.75rem; }
    .event .scr-event img {
      width: 100%;
      margin: 1% 0 1% 0; }
  header h1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 0.5rem; }
  header .services-header h2 {
    padding: 0 1.25rem;
    line-height: 1rem; }
  .scrolled {
    position: inherit !important; }
  menu .centermenu li a {
    transition: 0.3s ease-in-out;
    font-size: 1rem; }
  menu .centermenu li .ic {
    margin-left: 0.25rem;
    font-size: 1.75rem; }
  .article .des-c img {
    width: 50% !important;
    height: auto !important;
    margin: auto 25% auto !important; }
  .inquiry .w-40 {
    width: 40%; }
  .inquiry .w-20 {
    width: 20%; }
  .owlscroll div.scrollmenu a {
    width: 15.5%; }
  .help .bghelp-right {
    height: 15rem; }
  .help .btn {
    height: 6.6rem; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 95%;
    width: 95%; }
  .tablesd-inn {
    height: 33rem; }
  .head-home-3 {
    width: 35%; }
  .head-home-9 {
    width: 65%; }
  .business-foreign {
    height: 18.55rem; }
  .business-domestic {
    height: 18.55rem; }
  .event .scr-event {
    line-height: 1.75rem; }
    .event .scr-event img {
      width: 80%;
      margin: 1% 10% 1% 0; }
  header h1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 0.5rem 0.5rem; }
  header .services-header h2 {
    padding: 0 1.25rem;
    line-height: 1rem; }
  menu .centermenu li a {
    transition: 0.3s ease-in-out;
    font-size: 0.75rem; }
  menu .centermenu li .ic {
    margin-left: 0.25rem;
    font-size: 1.75rem; }
  .scrolled {
    position: inherit !important; }
  .article .des-c img {
    width: 50% !important;
    height: auto !important;
    margin: auto 25% auto !important; }
  .inquiry .w-40 {
    width: 40%; }
  .inquiry .w-20 {
    width: 20%; }
  .nes .countdown .overlay .to {
    font-size: 0.6rem; }
  .nes .countdown .overlay .co .count {
    font-size: 0.7rem; }
  .nes .countdown .overlay .co .logshop-btn {
    font-size: 0.7rem; }
  .nes .st-item {
    height: 5.5rem; }
    .nes .st-item .card img {
      width: 1.75rem; }
  .nes .st-title {
    font-size: 0.7rem; }
  .owlscroll div.scrollmenu a {
    width: 14%; }
  .help .bghelp-right {
    height: 15rem; }
  .help .btn {
    height: 6.6rem; } }

@media (min-width: 1400px) {
  .container {
    max-width: 90%;
    width: 90%; }
  .multimedia .videos .col-xxl-3 {
    width: 20% !important; }
  .multimedia .reportage .col-xxl-2 {
    width: 12.5% !important; }
  .article .des-c img {
    width: 50% !important;
    height: auto !important;
    margin: auto 25% auto !important; }
  .inquiry .w-40 {
    width: 40%; }
  .inquiry .w-20 {
    width: 20%; }
  .owlscroll div.scrollmenu a {
    width: 11%; }
  .tablesd-inn {
    height: 33rem; }
  .head-home-3 {
    width: 30%; }
  .head-home-9 {
    width: 70%; }
  .business-foreign {
    height: 18.55rem; }
  .business-domestic {
    height: 18.55rem; }
  .help .bghelp-right {
    height: 22rem; }
  .help .btn {
    height: 10rem; } }
