.header {
    margin-bottom: 0;
}

body {
    -webkit-font-smoothing: antialiased;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#package-carousel .carousel-inner .item {
    min-height: 220px;
    min-width: 100%;
    overflow: hidden;
}

#goal-hero {
    background-color: #fff;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 50px 0 5px;
    -webkit-font-smoothing: antialiased;
}

.goal-title {
    font-size: calc(22px + (36 - 24) * ((100vw - 300px) / (1024 - 300)));
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1;
}

p.goal-subtitle {
    margin: 0 auto 30px;
    font-size: 16px;
    padding: 0 26px;
}

.calculator-title {
    color: white;
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1024 - 300)));
    margin-bottom: 10px;
    line-height: 1;
}

.calculator-club-name {
    font-size: 16px;
    color: white;
    margin: 12px 40px;
}

.stat-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    margin-top: 20px;
    margin-bottom: 5px;
}

#travel-bottom {
    width: 100%;
    background-position: top center;
    background-size: cover;
}

#travel-bottom .goal-title,
#travel-bottom p {
    color: #fff;
    text-align: center !important;
}

#travel-bottom .goal-title {
    text-transform: uppercase;
    margin-bottom: 30px;
}

#travel-bottom .goal-highlights ul {
    list-style: circle;
}

#travel-bottom .goal-highlights ul, #travel-bottom .goal-highlights li {
    text-align: left;
}

#travel-bottom p {
    font-size: 14px;
    line-height: 1.5;
}

#travel-bottom .btn {
    margin-top: 20px;
}

.highlight-mask {
    background-color: rgba(0, 0, 80, 0.8);
}

#travel-body {
    margin-top: 60px;
}

#travel-body h2 {
    text-transform: uppercase;
}

#travel-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

#travel-body .pricing .price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

#travel-body .pricing .subprice {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#travel-body .pricing .button {
    font-size: 16px;
    padding: 15px 40px;
}

#travel-body .pics {
    position: relative;
    height: 360px;
}

#travel-body .pics #pic-left,
#travel-body .pics #pic-right {
    height: 250px;
    width: 100px;
}

@media only screen and ( min-width: 640px ) {
    #travel-body .pics #pic-left,
    #travel-body .pics #pic-right {
        height: 85%;
        width: 55%;
    }
}

#travel-body .pics #pic-left {
    position: absolute;
    z-index: 100;
    bottom: 0px;
    left: 0px;
}

#travel-body .pics #pic-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

#travel-calculator {
    background-color: #000022;
    padding: 60px 20px;
    margin-top: -40px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

#travel-calculator h3 {
    color: #fff;
}

#travel-calculator form {
    margin-top: 40px;
}

#travel-calculator form label {
    font-size: 12px;
    font-weight: bold;
    color: #ccc;
    text-transform: uppercase;
    text-align: left;
}

#travel-calculator form [type=number],
#travel-calculator form [type=text],
#travel-calculator form select,
#travel-calculator form textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 0;
    border-radius: 5px;
    background-color: #292946;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#travel-calculator p.calc-msg {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

#calculator-result {
    text-align: center;
    font-size: 18px;
    margin: 30px 0 16px;
}

#calculator-container {
    background-color: #000022;
    color: white;
    margin-top: -48px;
    padding: 40px 0;
    text-align: center;
}

#travel-grid .travel-offer .pricing {
    box-shadow: inset 0px 30px 20px rgba(0, 0, 0, 0.04);
    padding: 30px;
}

#travel-grid .travel-offer .pricing .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: black;
}

#travel-grid .travel-offer .pricing .subprice {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#travel-grid .travel-offer .pricing .button {
    font-size: 12px;
    padding: 12px 40px;
    font-weight: bold;
}

#primary-filters button {
    background-color: lightgrey;
    font-weight: bold;
    padding: 10px 20px;
    min-width: 150px;
    margin: 8px 8px 0;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 36px;
}

#primary-filters button:focus {
    outline: none;
}

#primary-filters button.active {
    background-color: #dfb200;
}

.sub-header {
    max-width: 400px;
    text-align: center;
    margin: auto auto 18px auto;
    line-height: 1.6;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
}

.package-item a:hover,.package-item a:focus {
    text-decoration: none;
}

.package-filter-btn {
    margin-top: 8px;
}
