.column-left {
    box-sizing: border-box;
    width: 100%;
}

@media(max-width: 767px) {
    .column-left {
        padding: 0px 10px;
    }
}

.aside,
.sidebar {
    display: none;
}

.left-side {
    width: 36.92%;
}

.right-side {
    width: 61.53%;
}

.box {
    padding: 20px 25px;
    border: 1px solid #dbe2e8;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

@media(max-width: 1023px) {
    .box {
        margin-bottom: 10px;
    }
}

.box .heading {
    margin: -21px -26px 15px;
    padding: 8px 20px;
    border: 1px solid #bbd8d8;
    background-color: #e7f3f3;
    color: #666666;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.box .heading .link {
    color: #008286;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    float: right;
}

.box+.box,
.box+.boxes,
.boxes+.boxes,
.boxes+.box {
    margin-top: 10px;
}

.box hr {
    margin: 15px -26px;
    height: 1px;
    background-color: #dbe2e8;
    border: none;
}

.boxes {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

@media(max-width: 1023px) {
    .boxes {
        display: block;
    }
}

.boxes .box {
    flex-grow: 1;
}

@media(max-width: 1023px) {
    .boxes .box {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        border: 1px solid #dbe2e8 !important;
    }
}

.boxes .box+.box {
    margin-top: 0px;
    border-left: none;
}
@media(max-width: 1023px) {
    .boxes .box+.box {
        margin-top: 10px;
    }
}

.left-side .box:first-child,
.left-side .box:first-child .heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.left-side .box:last-child,
.left-side .box:last-child .heading {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.groupItinerary {
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.groupItinerary li+li {
    margin-top: 15px;
}

.groupItinerary .dayLabel:after {
    content: " - ";
}

.groupItinerary .description {
    display: block;
}

.groupItinerary .more-or-less {
    color: #008286;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

.per-person-alert {
    padding: 8px 20px;
    border: 1px solid #f6cc71;
    background-color: #fef3dc;
    color: #cc640e;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

.pricing-details table {
    margin-bottom: 20px;
}

.pricing-details table td+td {
    padding-left: 10px;
}

.pricing-details table tr+tr td {
    padding-top: 5px;
}

.pricing-details table .summary td {
    font-weight: bold;
}

.pricing-details table .summary .total {
    font-size: 18px;
}

.passenger-form .passenger-inputs,
.passenger-form .child-ages {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.passenger-form .child-ages {
    margin-top: 10px;
}

.passenger-form .passenger-inputs li {
    width: calc(50% - 5px);
}

.passenger-form .child-ages li {
    width: calc(25% - 7.5px);
}

.passenger-form .passenger-inputs li+li,
.passenger-form .child-ages li+li {
    margin-left: 10px;
}

.passenger-form .passenger-inputs .select-style,
.passenger-form .child-ages .select-style {
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.passenger-form .passenger-inputs .select-style select,
.passenger-form .child-ages .select-style select {
    height: 40px;
    padding: 0px 15px;
}

.passenger-form .button-style {
    height: 50px;
    border-radius: 3px;
    background: linear-gradient(180deg, #bc2525 0%, #a41515 100%);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.package-details p+p,
.package-details p+ul,
.package-details ul+p,
.package-details ul+ul {
    margin-top: 5px;
}

.package-details .whats-included li {
    padding-left: 20px;
    background: url(img/whats-included.svg) no-repeat 1px 1px / 14px;
}

.package-details .whats-not-included li {
    padding-left: 20px;
    background: url(img/whats-not-included.svg) no-repeat 1px 1px / 14px;
}

@media(max-width: 1023px) {
    .flight-summary table tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px;
    }
    .flight-summary table tr+tr {
        border-top: 1px solid #dbe2e8;
    }
    .flight-summary table td {
        border: none;
        padding: 0px 5px;
    }
    .flight-summary table td:last-child {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
    }
    .flight-summary table p {
        margin: 0px;
    }
    .flight-summary .tablet-image {
        margin: 0px;
    }
}

@media(max-width: 900px) {
    .flight-summary table td:last-child {
        width: 100%;
        margin-top: 10px;
    }
}

@media(max-width: 767px) {
    .flight-summary.mobile-summary {
        order: -1;
    }
}

.insurance-delayed #insuranceDelayed {
    padding: 0px;
}

.insurance-delayed .travel-insurance {
    padding: 0px;
    margin: 0px;
}

.insurance-delayed .travel-insurance table {
    font-size: 14px;
    line-height: 24px;
}

.insurance-delayed .travel-insurance thead {
    display: none;
}

.insurance-delayed .travel-insurance table tbody,
.insurance-delayed .travel-insurance table tbody td,
.insurance-delayed .travel-insurance table tbody th {
    border: none;
    padding: 0px;
}

.insurance-delayed .travel-insurance table a {
    color: #008286;
}

.insurance-delayed .travel-insurance .age {
    display: none;
}

/* 2018-11 updates */

.other-container {
    padding-top: 0px;
}

.other-container .other-header {
    background-position: center;
    background-size: cover;
    background-color: #078489;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 19px;
}

.other-container .other-header .wrapper {
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 0.5);
}

.other-container .groups-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background: none;
    border: none;
    margin: 0;
    padding: 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.other-container .groups-block .pad {
    flex-grow: 1;
    padding: 15px 20px 30px 0px;
}

.other-container .groups-block h2 {
    margin: 0px;
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
}

.other-container .groups-block p {
    margin: 5px 0px 0px;
    font: inherit;
}

.other-container .groups-block.with-slideshow .slideshow {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 170px;
    width: 300px;
    flex-shrink: 0;
    margin: 30px 0px;
    cursor: pointer;
}

.other-container .groups-block.with-slideshow .slideshow span {
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.other-container .other-header .select-package {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
}

@media(min-width: 800px){
    .other-container .other-header .select-package label { 
        margin-right: 20px;
    }
}

@media(max-width: 799px){
    .other-container .other-header .select-package {
        flex-wrap: wrap;
        align-items: stretch;
        padding: 10px;
    }
    .other-container .other-header .select-package label { 
        margin-bottom: 10px;
    }
    .other-container .other-header .select-package .select-style { 
        width: 100%;
        order: 1;
    }
    .other-container .other-header .select-package .loading-image { 
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-left: 10px;
    }
    .other-container .other-header .select-package .loading-image img { 
        width: 100%;
        height: 100%;
    }
}

.other-container .left-side {
    width: 480px;
}

@media(max-width: 1400px) {
    .other-container .left-side {
        width: 300px;
    }
}

@media(max-width: 767px) {
    .other-container .left-side {
        width: 100%;
    }
}

.other-container .left-side .box {
    padding: 0px;
    border: 1px solid #b7bbc0;
}

.other-container .left-side .map {
    border: none;
    border-radius: 0;
    padding: 15px 20px;
}

.other-container .left-side .map .photo-swapper {
    background: none;
    padding: 0;
}

.other-container .left-side .map .photo-swapper img {
    max-width: 100%;
}

.other-container .left-side .groupItinerary {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.other-container .left-side .groupItinerary li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.other-container .left-side .groupItinerary li+li,
.other-container .left-side .map+.groupItinerary > li:first-child {
    border-top: 1px solid #b7bbc0;
}

.other-container .left-side .groupItinerary .dayLabel {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    width: 60px;
    padding: 15px 10px;
    margin: -1px 0px -1px -1px;
    border: 1px solid #70a4a6;
    background-color: #e7f3f3;
    color: #0b4749;
    font-family: Helvetica;
}

@media(max-width: 767px) {
    .other-container .left-side .groupItinerary .dayLabel {
        padding: 10px;
    }
}

.other-container .left-side .groupItinerary .dayLabel em {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

.other-container .left-side .groupItinerary .dayLabel:after {
    content: none;
}

.other-container .left-side .groupItinerary .itinerary-content {
    padding: 15px;
    color: #666666;
}

@media(max-width: 767px) {
    .other-container .left-side .groupItinerary .itinerary-content {
        padding: 10px;
    }
}

.other-container .left-side .groupItinerary .itinerary-content .title {
    margin-bottom: 5px;
}

.other-container .right-side {
    width: calc(100% - 500px);
}

@media(max-width: 1400px) {
    .other-container .right-side {
        width: calc(100% - 310px);
    }
}

@media(max-width: 767px) {
    .other-container .right-side {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.other-container .right-side .select-departure-date {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 15px 20px;
    margin-bottom: 10px;
    border: 1px solid #70A4A6;
    background-color: #E7F3F3;
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
}

@media(max-width: 1024px) {
    .other-container .right-side .select-departure-date {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

.other-container .right-side .select-departure-date strong {
    align-self: center;
}

.other-container .right-side .select-departure-date .button {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    margin-left: 30px;
    border: 1px solid #B5B5B5;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    cursor: pointer;
}

@media(max-width: 1024px) {
    .other-container .right-side .select-departure-date {
        padding-bottom: 0px;
    }
    .other-container .right-side .select-departure-date strong {
        width: 100%;
        margin-bottom: 10px;
    }
    .other-container .right-side .select-departure-date .button {
        width: calc(33% - 12px);
        padding: 20px 15px;
        margin: 0px 0px 15px;
    }
}

@media(max-width: 849px) {
    .other-container .right-side .select-departure-date .button {
        width: calc(50% - 10px);
    }
}

.other-container .right-side .select-departure-date .button.selected,
.other-container .right-side .select-departure-date .button:hover {
    border: 1px solid #3A99FC;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

@media(min-width: 1025px) {
    .other-container .right-side .select-departure-date .button+.button {
        margin-left: 20px;
    }
}

@media(max-width: 1024px) and (min-width: 850px) {
    .other-container .right-side .select-departure-date .button:nth-of-type(4n+2),
    .other-container .right-side .select-departure-date .button:nth-of-type(4n+3) {
        margin-left: 20px;
    }
}

@media(max-width: 849px) {
    .other-container .right-side .select-departure-date .button:nth-of-type(4n+2) {
        margin-left: 20px;
    }
}

.other-container .right-side .select-departure-date .button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.other-container .right-side .select-departure-date .button .indicator {
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #B5B5B5;
    background-color: #FFFFFF;
}

.other-container .right-side .select-departure-date .button input:checked+.indicator {
    border: 4px solid #3A99FC;
}

.package-media h2 {
    margin-bottom: 25px;
}

.package-media ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px -10px -10px 0px;
}

.package-media li {
    box-sizing: border-box;
    position: relative;
    width: calc(25% - 10px);
    margin: 0px 10px 10px 0px;
    cursor: pointer;
}

@media(max-width: 900px) {
    .package-media li {
        width: calc(50% - 10px);
    }
}

.package-media li.hide {
    display: none;
}

.package-media img {
    display: block;
    width: 100%;
}

.package-media span {
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    background-color: rgba(0, 0, 0, .6);
}

.package-media .show-all {
    display: inline-block;
    margin-top: 15px;
    color: #008286;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    cursor: pointer;
}