.stagod {
  width: 100%;
}

#accordion {
  list-style: none;
  padding: 0;
  width: 100%;
}

.promotionInList {
  padding: 1.5em 1.5em !important;
  border-bottom: 1px solid #bbb;
  cursor: pointer;
  background-color: #fff;
}

.promotionWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .promotionWrapper {
    display: block;
  }
}

.block-promo {
  display: block !important;
}

.flex-promo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.originAndDestination {
  width: 40%;
  color: #386ab1;
  font-size: 1.4rem;
  font-weight: 500;
}

.originAndDestinationWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
}
@media screen and (max-width: 1000px) {
  .originAndDestinationWrapper {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .originAndDestinationWrapper {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .originAndDestinationWrapper {
    width: 100%;
  }
}

.owRt {
  width: 12%;
  color: #747476;
}
@media screen and (max-width: 1100px) {
  .owRt {
    width: 100%;
  }
}

.airplane {
  width: 20%;
  font-size: 1.3rem;
  color: #747476;
}

.class {
  width: 10%;
  color: #747476;
}
@media screen and (max-width: 1100px) {
  .class {
    width: 100%;
  }
}

.from {
  width: 15%;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .from {
    width: 100%;
    text-align: left;
  }
}

.book {
  width: 10%;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .book {
    width: 100%;
  }
}

.travelPeriod {
  width: 25%;
}
@media screen and (max-width: 1100px) {
  .travelPeriod {
    width: 100%;
    text-align: left;
  }
}

.travelPeriodText {
  font-weight: 500;
  color: #0f2d53;
  width: 100%;
}

.price-val {
  color: #386ab1;
  font-size: 1.4rem;
  font-weight: 700;
}

.flexed-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-width {
  width: 100%;
}

.tolower {
  text-transform: lowercase;
}

.light-label-break {
  color: #747476;
  font-weight: 400;
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .light-label-break {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
  }
}

.light-label {
  color: #747476;
  font-weight: 400;
}

.book-button {
  padding: 6px 4px;
  border: 1px solid #386ab1;
  color: #386ab1;
  margin: auto;
}
.book-button:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .book-button {
    margin: 0;
  }
}

.disclaimer-toggle-button {
  font-size: 1.3em;
  color: #fff;
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1100px) {
  .disclaimer-toggle-button {
    margin-left: 1rem;
  }
}

.disclaimer-wrapper {
  border: 1px solid gray;
  padding: 0;
  margin-bottom: 1rem;
}

.disclaimer-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 1rem;
  background-color: #1D406A;
  color: #9cc2e9;
}

.disclaimer-table-child-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 30%;
  flex: 0 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem 0;
  font-weight: 700;
}

.disclaimer-table-child-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 67%;
  flex: 0 67%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4rem 4px;
}

/*# sourceMappingURL=promotions.css.map */
