/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    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: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.tca {
    line-height: 1;
    font-size: 14px;
    font-family: "missiongothic", Helvetica, Arial, sans-serif;
}

    .tca * {
        box-sizing: border-box;
    }

        .tca *:before, .tca *:after {
            box-sizing: border-box;
        }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

hr {
    margin-top: 14px;
    margin-bottom: 14px;
    border: 0;
    border-top: 1px solid #dcdbd9;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.tca .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 430px;
}

    .tca .container:before, .tca .container:after {
        content: " ";
        display: table;
    }

    .tca .container:after {
        clear: both;
    }

@media (min-width: 635px) {
    .tca .container {
        width: 750px;
    }
}

@media (min-width: 1025px) {
    .tca .container {
        width: 970px;
    }
}

.tca .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .tca .container-fluid:before, .tca .container-fluid:after {
        content: " ";
        display: table;
    }

    .tca .container-fluid:after {
        clear: both;
    }

.tca .row {
    margin-left: -15px;
    margin-right: -15px;
}

    .tca .row:before, .tca .row:after {
        content: " ";
        display: table;
    }

    .tca .row:after {
        clear: both;
    }

.tca .col-xs-1, .tca .col-sm-1, .tca .col-md-1, .tca .col-lg-1, .tca .col-xs-2, .tca .col-sm-2, .tca .col-md-2, .tca .col-lg-2, .tca .col-xs-3, .tca .col-sm-3, .tca .col-md-3, .tca .col-lg-3, .tca .col-xs-4, .tca .col-sm-4, .tca .col-md-4, .tca .col-lg-4, .tca .col-xs-5, .tca .col-sm-5, .tca .col-md-5, .tca .col-lg-5, .tca .col-xs-6, .tca .col-sm-6, .tca .col-md-6, .tca .col-lg-6, .tca .col-xs-7, .tca .col-sm-7, .tca .col-md-7, .tca .col-lg-7, .tca .col-xs-8, .tca .col-sm-8, .tca .col-md-8, .tca .col-lg-8, .tca .col-xs-9, .tca .col-sm-9, .tca .col-md-9, .tca .col-lg-9, .tca .col-xs-10, .tca .col-sm-10, .tca .col-md-10, .tca .col-lg-10, .tca .col-xs-11, .tca .col-sm-11, .tca .col-md-11, .tca .col-lg-11, .tca .col-xs-12, .tca .col-sm-12, .tca .col-md-12, .tca .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.tca .col-xs-1, .tca .col-xs-2, .tca .col-xs-3, .tca .col-xs-4, .tca .col-xs-5, .tca .col-xs-6, .tca .col-xs-7, .tca .col-xs-8, .tca .col-xs-9, .tca .col-xs-10, .tca .col-xs-11, .tca .col-xs-12 {
    float: left;
}

.tca .col-xs-1 {
    width: 8.33333%;
}

.tca .col-xs-2 {
    width: 16.66667%;
}

.tca .col-xs-3 {
    width: 25%;
}

.tca .col-xs-4 {
    width: 33.33333%;
}

.tca .col-xs-5 {
    width: 41.66667%;
}

.tca .col-xs-6 {
    width: 50%;
}

.tca .col-xs-7 {
    width: 58.33333%;
}

.tca .col-xs-8 {
    width: 66.66667%;
}

.tca .col-xs-9 {
    width: 75%;
}

.tca .col-xs-10 {
    width: 83.33333%;
}

.tca .col-xs-11 {
    width: 91.66667%;
}

.tca .col-xs-12 {
    width: 100%;
}

.tca .col-xs-pull-0 {
    right: auto;
}

.tca .col-xs-pull-1 {
    right: 8.33333%;
}

.tca .col-xs-pull-2 {
    right: 16.66667%;
}

.tca .col-xs-pull-3 {
    right: 25%;
}

.tca .col-xs-pull-4 {
    right: 33.33333%;
}

.tca .col-xs-pull-5 {
    right: 41.66667%;
}

.tca .col-xs-pull-6 {
    right: 50%;
}

.tca .col-xs-pull-7 {
    right: 58.33333%;
}

.tca .col-xs-pull-8 {
    right: 66.66667%;
}

.tca .col-xs-pull-9 {
    right: 75%;
}

.tca .col-xs-pull-10 {
    right: 83.33333%;
}

.tca .col-xs-pull-11 {
    right: 91.66667%;
}

.tca .col-xs-pull-12 {
    right: 100%;
}

.tca .col-xs-push-0 {
    left: auto;
}

.tca .col-xs-push-1 {
    left: 8.33333%;
}

.tca .col-xs-push-2 {
    left: 16.66667%;
}

.tca .col-xs-push-3 {
    left: 25%;
}

.tca .col-xs-push-4 {
    left: 33.33333%;
}

.tca .col-xs-push-5 {
    left: 41.66667%;
}

.tca .col-xs-push-6 {
    left: 50%;
}

.tca .col-xs-push-7 {
    left: 58.33333%;
}

.tca .col-xs-push-8 {
    left: 66.66667%;
}

.tca .col-xs-push-9 {
    left: 75%;
}

.tca .col-xs-push-10 {
    left: 83.33333%;
}

.tca .col-xs-push-11 {
    left: 91.66667%;
}

.tca .col-xs-push-12 {
    left: 100%;
}

.tca .col-xs-offset-0 {
    margin-left: 0%;
}

.tca .col-xs-offset-1 {
    margin-left: 8.33333%;
}

.tca .col-xs-offset-2 {
    margin-left: 16.66667%;
}

.tca .col-xs-offset-3 {
    margin-left: 25%;
}

.tca .col-xs-offset-4 {
    margin-left: 33.33333%;
}

.tca .col-xs-offset-5 {
    margin-left: 41.66667%;
}

.tca .col-xs-offset-6 {
    margin-left: 50%;
}

.tca .col-xs-offset-7 {
    margin-left: 58.33333%;
}

.tca .col-xs-offset-8 {
    margin-left: 66.66667%;
}

.tca .col-xs-offset-9 {
    margin-left: 75%;
}

.tca .col-xs-offset-10 {
    margin-left: 83.33333%;
}

.tca .col-xs-offset-11 {
    margin-left: 91.66667%;
}

.tca .col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 635px) {
    .tca .col-sm-1, .tca .col-sm-2, .tca .col-sm-3, .tca .col-sm-4, .tca .col-sm-5, .tca .col-sm-6, .tca .col-sm-7, .tca .col-sm-8, .tca .col-sm-9, .tca .col-sm-10, .tca .col-sm-11, .tca .col-sm-12 {
        float: left;
    }

    .tca .col-sm-1 {
        width: 8.33333%;
    }

    .tca .col-sm-2 {
        width: 16.66667%;
    }

    .tca .col-sm-3 {
        width: 25%;
    }

    .tca .col-sm-4 {
        width: 33.33333%;
    }

    .tca .col-sm-5 {
        width: 41.66667%;
    }

    .tca .col-sm-6 {
        width: 50%;
    }

    .tca .col-sm-7 {
        width: 58.33333%;
    }

    .tca .col-sm-8 {
        width: 66.66667%;
    }

    .tca .col-sm-9 {
        width: 75%;
    }

    .tca .col-sm-10 {
        width: 83.33333%;
    }

    .tca .col-sm-11 {
        width: 91.66667%;
    }

    .tca .col-sm-12 {
        width: 100%;
    }

    .tca .col-sm-pull-0 {
        right: auto;
    }

    .tca .col-sm-pull-1 {
        right: 8.33333%;
    }

    .tca .col-sm-pull-2 {
        right: 16.66667%;
    }

    .tca .col-sm-pull-3 {
        right: 25%;
    }

    .tca .col-sm-pull-4 {
        right: 33.33333%;
    }

    .tca .col-sm-pull-5 {
        right: 41.66667%;
    }

    .tca .col-sm-pull-6 {
        right: 50%;
    }

    .tca .col-sm-pull-7 {
        right: 58.33333%;
    }

    .tca .col-sm-pull-8 {
        right: 66.66667%;
    }

    .tca .col-sm-pull-9 {
        right: 75%;
    }

    .tca .col-sm-pull-10 {
        right: 83.33333%;
    }

    .tca .col-sm-pull-11 {
        right: 91.66667%;
    }

    .tca .col-sm-pull-12 {
        right: 100%;
    }

    .tca .col-sm-push-0 {
        left: auto;
    }

    .tca .col-sm-push-1 {
        left: 8.33333%;
    }

    .tca .col-sm-push-2 {
        left: 16.66667%;
    }

    .tca .col-sm-push-3 {
        left: 25%;
    }

    .tca .col-sm-push-4 {
        left: 33.33333%;
    }

    .tca .col-sm-push-5 {
        left: 41.66667%;
    }

    .tca .col-sm-push-6 {
        left: 50%;
    }

    .tca .col-sm-push-7 {
        left: 58.33333%;
    }

    .tca .col-sm-push-8 {
        left: 66.66667%;
    }

    .tca .col-sm-push-9 {
        left: 75%;
    }

    .tca .col-sm-push-10 {
        left: 83.33333%;
    }

    .tca .col-sm-push-11 {
        left: 91.66667%;
    }

    .tca .col-sm-push-12 {
        left: 100%;
    }

    .tca .col-sm-offset-0 {
        margin-left: 0%;
    }

    .tca .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .tca .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .tca .col-sm-offset-3 {
        margin-left: 25%;
    }

    .tca .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .tca .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .tca .col-sm-offset-6 {
        margin-left: 50%;
    }

    .tca .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .tca .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .tca .col-sm-offset-9 {
        margin-left: 75%;
    }

    .tca .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .tca .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .tca .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1025px) {
    .tca .col-md-1, .tca .col-md-2, .tca .col-md-3, .tca .col-md-4, .tca .col-md-5, .tca .col-md-6, .tca .col-md-7, .tca .col-md-8, .tca .col-md-9, .tca .col-md-10, .tca .col-md-11, .tca .col-md-12 {
        float: left;
    }

    .tca .col-md-1 {
        width: 8.33333%;
    }

    .tca .col-md-2 {
        width: 16.66667%;
    }

    .tca .col-md-3 {
        width: 25%;
    }

    .tca .col-md-4 {
        width: 33.33333%;
    }

    .tca .col-md-5 {
        width: 41.66667%;
    }

    .tca .col-md-6 {
        width: 50%;
    }

    .tca .col-md-7 {
        width: 58.33333%;
    }

    .tca .col-md-8 {
        width: 66.66667%;
    }

    .tca .col-md-9 {
        width: 75%;
    }

    .tca .col-md-10 {
        width: 83.33333%;
    }

    .tca .col-md-11 {
        width: 91.66667%;
    }

    .tca .col-md-12 {
        width: 100%;
    }

    .tca .col-md-pull-0 {
        right: auto;
    }

    .tca .col-md-pull-1 {
        right: 8.33333%;
    }

    .tca .col-md-pull-2 {
        right: 16.66667%;
    }

    .tca .col-md-pull-3 {
        right: 25%;
    }

    .tca .col-md-pull-4 {
        right: 33.33333%;
    }

    .tca .col-md-pull-5 {
        right: 41.66667%;
    }

    .tca .col-md-pull-6 {
        right: 50%;
    }

    .tca .col-md-pull-7 {
        right: 58.33333%;
    }

    .tca .col-md-pull-8 {
        right: 66.66667%;
    }

    .tca .col-md-pull-9 {
        right: 75%;
    }

    .tca .col-md-pull-10 {
        right: 83.33333%;
    }

    .tca .col-md-pull-11 {
        right: 91.66667%;
    }

    .tca .col-md-pull-12 {
        right: 100%;
    }

    .tca .col-md-push-0 {
        left: auto;
    }

    .tca .col-md-push-1 {
        left: 8.33333%;
    }

    .tca .col-md-push-2 {
        left: 16.66667%;
    }

    .tca .col-md-push-3 {
        left: 25%;
    }

    .tca .col-md-push-4 {
        left: 33.33333%;
    }

    .tca .col-md-push-5 {
        left: 41.66667%;
    }

    .tca .col-md-push-6 {
        left: 50%;
    }

    .tca .col-md-push-7 {
        left: 58.33333%;
    }

    .tca .col-md-push-8 {
        left: 66.66667%;
    }

    .tca .col-md-push-9 {
        left: 75%;
    }

    .tca .col-md-push-10 {
        left: 83.33333%;
    }

    .tca .col-md-push-11 {
        left: 91.66667%;
    }

    .tca .col-md-push-12 {
        left: 100%;
    }

    .tca .col-md-offset-0 {
        margin-left: 0%;
    }

    .tca .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .tca .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .tca .col-md-offset-3 {
        margin-left: 25%;
    }

    .tca .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .tca .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .tca .col-md-offset-6 {
        margin-left: 50%;
    }

    .tca .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .tca .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .tca .col-md-offset-9 {
        margin-left: 75%;
    }

    .tca .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .tca .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .tca .col-md-offset-12 {
        margin-left: 100%;
    }
}

.tca fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

@font-face {
    font-family: 'thomas_headline_cebold';
    src: url("../fonts/thomasheadlinecebold_2_4-webfont.svg#thomas_headline_cebold") format("svg");
    src: url("../fonts/thomasheadlinecebold_2_4-webfont.eot");
    src: url("../fonts/thomasheadlinecebold_2_4-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/thomasheadlinecebold_2_4-webfont.woff2") format("woff2"),url("../fonts/ththomasheadlinecebold_2_4-webfont.woff") format("woff"),url("../fonts/thomasheadlinecebold_2_4-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'missiongothic';
    src: url("../fonts/missiongothicregular.svg#missiongothic") format("svg");
    src: url("../fonts/missiongothicregular.eot");
    src: url("../fonts/missiongothicregular.eot?#iefix") format("embedded-opentype"),url("../fonts/missiongothicregular.woff2") format("woff2"),url("../fonts/missiongothicregular.woff") format("woff"),url("../fonts/missiongothicregular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'missiongothic';
        src: url("../fonts/missiongothicregular.svg#missiongothic") format("svg");
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?gfao8x");
    src: url("../fonts/icomoon.eot?gfao8x#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?gfao8x") format("truetype"),url("../fonts/icomoon.woff?gfao8x") format("woff"),url("../fonts/icomoon.svg?gfao8x#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.tcHeadline, .tca h1, .tca .h1, .tca h2, .tca .h2, .tca .carousel__title, .tca .btn-tile--nobtn .btn-tile__title, .tca .flight-spec__sub-title, .tca h3, .tca .h3, .tca .btn-tile--table .btn-tile__title, .tca .title-strikethrough span, .tca .btn-tile__title, .tca .btn-tile--small .btn-tile__title, .tca .flight-spec__summary {
    font-family: "thomas_headline_cebold", Helvetica, Arial, sans-serif;
}

.missiongothic, .tca h4, .tca .h4, .tca .list__total, .tca h5, .tca .h5, .tca .flight-spec__info, .tca .title-bar__title, .tca h6, .tca .h6, .tca .btn-group-arrow__link, .tca body, .tca .fs-prompt__content, .tca .btn__price, .tca .btn__addon, .tca .btn__subtitle, .tca .btn-group--small .btn, .tca .list, .tca .list-item--leaders li:after, .tca .list-item--solid-leaders li:after, .tca .list-item-passenger__subtitle, .tca .date-slider__slide--from, .tca .date-slider__slide--price, .tca .date-slider__slide-day, .tca .date-slider__slide-date, .tca .card-tag__title span, .tca .seats__table--row-id th, .tca .aisle, .tca .uib-daypicker thead > tr:last-of-type th small, .tca .uib-daypicker tbody td .btn, .tca #card-container .jp-card .jp-card-front .jp-card-lower .jp-card-number, .tca #card-container .jp-card .jp-card-front .jp-card-lower .jp-card-expiry, .tca #card-container .jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before, .tca #card-container .jp-card .jp-card-front .jp-card-name, .tca #card-container .jp-card .jp-card-front .jp-card-name:before, .tca .date-slider-v2__slide--from, .tca .date-slider-v2__slide--price {
    font-family: "missiongothic", Helvetica, Arial, sans-serif;
}

    .iconfont, .tca .-chevron:after, .modal .slick-prev:after, .modal .slick-next:after, .tca .header-currency__dropdown ul.dropdown-menu li a:after, .tca .header-basket__amount:before, .tca .dropbox__title--blue:after, .tca .dropbox__listitem--checked:before, .tca .dropbox__listitem--invalid:before, .tca .pane__spinner-plane:before, .tca .avatar--infant:before, .tca .btn--plane:before, .tca .btn--plane:after, .tca .list-item--star li:before, .tca .list-item-overview__selection.selected:before, .tca .checklist__item--warning:before, .tca .input__address:after, .tca .input--valid:after, .tca .input--invalid:after, .tca .input--valid-button:after, .tca .input--invalid-button:after, .tca .input--full-button:after, .tca .input--empty-button:after, .tca .intl__holder:before, .tca .checkbox [type="checkbox"]:checked + span::before, .tca .radio--valid .radio__validity-indicator:after, .tca .radio--invalid .radio__validity-indicator:after, .tca .flight-spec__info-divider:after, .tca .flight-spec__journey .flight-spec-time__divider:after, .tca .flight-spec__journey .flight-spec__info-divider:after, .tca .flight-spec__stop-0 .flight-spec-time__divider:after, .tca .flight-spec__stop-0 .flight-spec__info-divider:after, .tca .flight-spec__stop-1 .flight-spec-time__divider:after, .tca .flight-spec__stop-1 .flight-spec__info-divider:after, .tca .flight-spec__stop-2 .flight-spec-time__divider:after, .tca .flight-spec__stop-2 .flight-spec__info-divider:after, .tca .flight-spec__stop-3 .flight-spec-time__divider:after, .tca .flight-spec__stop-3 .flight-spec__info-divider:after, .tca .date-slider .slick-prev:before, .tca .date-slider .slick-next:before, .tca .seat--standard:after, .tca .seat--standard:before, .tca .seat--taken:after, .tca .seat--taken:before, .tca .seat--selected:after, .tca .seat--selected:before, .tca .seat--baby:after, .tca .seat--baby:before, .tca .seat--xl:after, .tca .seat--xl:before, .tca .seat--price:after, .tca .seat--price:before, .tca .caption__title--plane:after, .tca .uib-daypicker thead .btn .glyphicon-chevron-left, .tca .uib-daypicker thead .btn .glyphicon-chevron-right, .tca .uib-daypicker tbody td .btn.flight:after, .tca .date-slider-v2 .slick-prev:before, .tca .date-slider-v2 .slick-next:before, [class^="icon-"], [class*=" icon-"] {
        font-family: 'icomoon' !important;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.icon-avatar:before {
    content: "\e903";
}

.icon-avatar-infant:before {
    content: "\e90f";
}

.icon-arrow-down:before {
    content: "\e90e";
}

.icon-control-tower:before {
    content: "\e902";
}

.icon-all-gone:before {
    content: "\e900";
}

.icon-loading-spinner-partial:before {
    content: "\e972";
}

.icon-loading-spinner:before {
    content: "\e973";
}

.icon-clock:before {
    content: "\e970";
}

.icon-chart:before {
    content: "\e971";
}

.icon-play-video:before {
    content: "\e96f";
}

.icon-tick-alert:before {
    content: "\e96d";
}

.icon-upgrade:before {
    content: "\e967";
}

.icon-menu-burger:before {
    content: "\e969";
}

.icon-bus:before {
    content: "\e96b";
}

.icon-seat-nagger:before {
    content: "\e96c";
}

.icon-rail-fly:before {
    content: "\e964";
}

.icon-seat-fg-wide:before {
    content: "\e962";
}

.icon-seat-bg-wide:before {
    content: "\e963";
}

.icon-drink:before {
    content: "\e950";
}

.icon-meal-icn-01:before {
    content: "\e952";
}

.icon-money:before {
    content: "\e956";
}

.icon-user:before {
    content: "\e957";
}

.icon-baby-bottle:before {
    content: "\e959";
}

.icon-premium-entertainment:before {
    content: "\e95a";
}

.icon-lounge-access:before {
    content: "\e95b";
}

.icon-hand-luggage:before {
    content: "\e95d";
}

.icon-wheelchair:before {
    content: "\e95f";
}

.icon-seat-fg:before {
    content: "\e94b";
}

.icon-seat-bg:before {
    content: "\e94c";
}

.icon-print:before {
    content: "\e93f";
}

.icon-email:before {
    content: "\e940";
}

.icon-warning:before {
    content: "\e941";
}

.icon-speech-bubble:before {
    content: "\e943";
}

.icon-priority-boarding:before {
    content: "\e944";
}

.icon-priority-baggage:before {
    content: "\e945";
}

.icon-lock:before {
    content: "\e946";
}

.icon-creditcrd:before {
    content: "\e947";
}

.icon-cvv:before {
    content: "\e948";
}

.icon-female:before {
    content: "\e949";
}

.icon-male:before {
    content: "\e94a";
}

.icon-bookseat-v2:before {
    content: "\e939";
}

.icon-galley:before {
    content: "\e93a";
}

.icon-toilet:before {
    content: "\e93b";
}

.icon-journey-xl:before {
    content: "\e93c";
}

.icon-timerwarning:before {
    content: "\e93e";
}

.icon-chevron-up:before {
    content: "\e934";
}

.icon-popup:before {
    content: "\e935";
}

.icon-star:before {
    content: "\e936";
}

.icon-chevron-down:before {
    content: "\e929";
}

.icon-close:before {
    content: "\e920";
}

.icon-prev:before {
    content: "\e901";
}

.icon-next:before {
    content: "\e904";
}

.icon-return:before {
    content: "\e91c";
}

.icon-oneway:before {
    content: "\e91b";
}

.icon-brand:before {
    content: "\e90d";
}

.icon-journey:before {
    content: "\e906";
}

.icon-outbound-onestop:before {
    content: "\e908";
}

.icon-outbound-twostop:before {
    content: "\e90a";
}

.icon-outbound-threestop:before {
    content: "\e90c";
}

.icon-nonstop:before {
    content: "\e905";
}

.icon-onestop:before {
    content: "\e907";
}

.icon-multi:before {
    content: "\e91a";
}

.icon-twostop:before {
    content: "\e909";
}

.icon-threestop:before {
    content: "\e90b";
}

.icon-nofly:before {
    content: "\e922";
}

.icon-plane:before {
    content: "\e923";
}

.icon-luggage:before {
    content: "\e914";
}

.icon-meal:before {
    content: "\e916";
}

.icon-tick2:before {
    content: "\e92a";
}

.icon-info:before {
    content: "\e921";
}

.icon-noresult:before {
    content: "\e92b";
}

.icon-minus:before {
    content: "\e92c";
}

.icon-plus:before {
    content: "\e92d";
}

.icon-clearsearch:before {
    content: "\e92e";
}

.icon-recent_search:before {
    content: "\e92f";
}

.icon-city:before {
    content: "\e930";
}

.icon-indent:before {
    content: "\e931";
}

.icon-onlinecheckin:before {
    content: "\e933";
}

.icon-calendar:before {
    content: "\e91e";
}

.icon-smile:before {
    content: "\e924";
}

.icon-trolly:before {
    content: "\e91d";
}

.icon-chevron:before {
    content: "\e91f";
}

a {
    color: #00799b;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #003d4f;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.tca h1, .tca h2, .tca h3, .tca h4, .tca h5, .tca h6, .tca .h1, .tca .h2, .tca .carousel__title, .tca .btn-tile--nobtn .btn-tile__title, .tca .flight-spec__sub-title, .tca .h3, .tca .btn-tile--table .btn-tile__title, .tca .title-strikethrough span, .tca .h4, .tca .list__total, .tca .h5, .tca .flight-spec__info, .tca .title-bar__title, .tca .h6, .tca .btn-group-arrow__link {
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.tca h1, .tca .h1 {
    font-size: 30px;
}

.tca h2, .tca .h2, .tca .carousel__title, .tca .btn-tile--nobtn .btn-tile__title, .tca .flight-spec__sub-title {
    font-size: 20px;
}

.tca h3, .tca .h3, .tca .btn-tile--table .btn-tile__title, .tca .title-strikethrough span {
    font-size: 16px;
}

.tca h4, .tca .h4, .tca .list__total {
    font-size: 24px;
}

.tca h5, .tca .h5, .tca .flight-spec__info, .tca .title-bar__title {
    font-size: 18px;
}

.tca h6, .tca .h6, .tca .btn-group-arrow__link {
    font-size: 13px;
}

.tca p {
    font-size: 16px;
    line-height: 21px;
}

.tca .text-left {
    text-align: left;
}

.tca .text-right {
    text-align: right;
}

.tca .text-center {
    text-align: center;
}

.tca .text-justify {
    text-align: justify;
}

.tca .text-nowrap {
    white-space: nowrap;
}

@media (min-width: 635px) {
    .tca h2, .tca .h2, .tca .carousel__title, .tca .btn-tile--nobtn .btn-tile__title, .tca .flight-spec__sub-title {
        font-size: 24px;
    }

    .tca h3, .tca .h3, .tca .btn-tile--table .btn-tile__title, .tca .title-strikethrough span {
        font-size: 18px;
    }

    .tca h5, .tca .h5, .tca .flight-spec__info, .tca .title-bar__title {
        font-size: 18px;
    }

    .tca h6, .tca .h6, .tca .btn-group-arrow__link {
        font-size: 14px;
    }
}

@media (min-width: 1025px) {
    .tca h1, .tca .h1 {
        font-size: 40px;
    }

    .tca h2, .tca .h2, .tca .carousel__title, .tca .btn-tile--nobtn .btn-tile__title, .tca .flight-spec__sub-title {
        font-size: 28px;
    }

    .tca h3, .tca .h3, .tca .btn-tile--table .btn-tile__title, .tca .title-strikethrough span {
        font-size: 20px;
    }

    .tca h4, .tca .h4, .tca .list__total {
        font-size: 38px;
    }

    .tca h5, .tca .h5, .tca .flight-spec__info, .tca .title-bar__title {
        font-size: 20px;
    }

    .tca h6, .tca .h6, .tca .btn-group-arrow__link {
        font-size: 16px;
        line-height: 20px;
    }
}

.tca ul, .tca ol {
    margin-top: 0;
    margin-bottom: 7px;
}

    .tca ul ul, .tca ul ol, .tca ol ul, .tca ol ol {
        margin-bottom: 0;
    }

.tca .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.tca .list-inline li {
    float: left;
}

.tca .dropdown-toggle:focus {
    outline: 0;
}

.tca .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
}

.tca .open > .dropdown-menu {
    display: block;
}

.tca .open > a {
    outline: 0;
}

.tca .clearfix:before, .tca .clearfix:after {
    content: " ";
    display: table;
}

.tca .clearfix:after {
    clear: both;
}

.tca .pull-right {
    float: right !important;
}

.tca .pull-left {
    float: left !important;
}

.tca .hide {
    display: none !important;
}

.tca .show {
    display: block !important;
}

.tca .hidden {
    display: none !important;
}

@-ms-viewport {
    width: device-width;
}

.tca .visible-xs {
    display: none !important;
}

.tca .visible-sm {
    display: none !important;
}

.tca .visible-md {
    display: none !important;
}

.tca .visible-lg {
    display: none !important;
}

.tca .visible-xs-block, .tca .visible-xs-inline, .tca .visible-xs-inline-block, .tca .visible-sm-block, .tca .visible-sm-inline, .tca .visible-sm-inline-block, .tca .visible-md-block, .tca .visible-md-inline, .tca .visible-md-inline-block, .tca .visible-lg-block, .tca .visible-lg-inline, .tca .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 634px) {
    .tca .visible-xs {
        display: block !important;
    }

    .tca table.visible-xs {
        display: table !important;
    }

    .tca tr.visible-xs {
        display: table-row !important;
    }

    .tca th.visible-xs, .tca td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 634px) {
    .tca .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 634px) {
    .tca .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 634px) {
    .tca .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 635px) and (max-width: 1024px) {
    .tca .visible-sm {
        display: block !important;
    }

    .tca table.visible-sm {
        display: table !important;
    }

    .tca tr.visible-sm {
        display: table-row !important;
    }

    .tca th.visible-sm, .tca td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 635px) and (max-width: 1024px) {
    .tca .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 635px) and (max-width: 1024px) {
    .tca .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 635px) and (max-width: 1024px) {
    .tca .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .tca .visible-md {
        display: block !important;
    }

    .tca table.visible-md {
        display: table !important;
    }

    .tca tr.visible-md {
        display: table-row !important;
    }

    .tca th.visible-md, .tca td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .tca .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .tca .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .tca .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .tca .visible-lg {
        display: block !important;
    }

    .tca table.visible-lg {
        display: table !important;
    }

    .tca tr.visible-lg {
        display: table-row !important;
    }

    .tca th.visible-lg, .tca td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .tca .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .tca .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .tca .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 634px) {
    .tca .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 635px) and (max-width: 1024px) {
    .tca .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .tca .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .tca .hidden-lg {
        display: none !important;
    }
}

.tca .visible-print {
    display: none !important;
}

@media print {
    .tca .visible-print {
        display: block !important;
    }

    .tca table.visible-print {
        display: table !important;
    }

    .tca tr.visible-print {
        display: table-row !important;
    }

    .tca th.visible-print, .tca td.visible-print {
        display: table-cell !important;
    }
}

.tca .visible-print-block {
    display: none !important;
}

@media print {
    .tca .visible-print-block {
        display: block !important;
    }
}

.tca .visible-print-inline {
    display: none !important;
}

@media print {
    .tca .visible-print-inline {
        display: inline !important;
    }
}

.tca .visible-print-inline-block {
    display: none !important;
}

@media print {
    .tca .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .tca .hidden-print {
        display: none !important;
    }
}

.tca body, .tca html {
    min-height: 100%;
    height: 100%;
}

.tca body {
    color: #4e4a41;
}

.tca .asdasdasd {
    position: relative;
}

.tca * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tca a {
    cursor: pointer;
}

.tca #skippy .container {
    background: #dc3566;
    z-index: 1020;
    position: absolute;
    width: 100%;
}

    .tca #skippy .container .skiplink-text {
        color: #fff;
        display: inline-block;
        font-size: 18px;
        padding: 20px;
    }

.tca .container__wrapper {
    min-height: 90vh;
    height: 100%;
}

.tca .container-fluid {
    padding: 0;
    overflow: hidden;
}

.tca .container-fluid--overflow-visible {
    overflow: visible;
}

.tca .container-xs-margin {
    margin-left: 10px;
    margin-right: 10px;
}

.tca .overflow-visible {
    overflow: visible !important;
}

.tca .vertical-divider--relative {
    position: relative;
}

.tca .vertical-divider--all:before {
    border-left: 1px solid #dcdbd9;
    bottom: 10px;
    content: '';
    left: 50%;
    position: absolute;
    top: 22px;
}

.tca .vertical-divider--all-darkgrey:before {
    border-left: 1px solid #4e4a41;
}

.tca .vertical-divider--all-lightgrey:before {
    border-left: 1px solid #b4851a;
}

.tca .vertical-divider--all-small:before {
    bottom: 0px;
    top: 0px;
}

.tca .vertical-divider--nomob:before {
    display: none;
}

.tca .vertical-divider--margin {
    margin-bottom: 35px;
}

.tca .vertical-divider--no-margin {
    margin-bottom: 0;
}

.tca .no-margin {
    margin: 0;
}

.tca .no-gutter {
    margin: 0;
}

    .tca .no-gutter > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

.tca .strike {
    text-decoration: line-through;
}

.tca a:focus {
    outline-color: #dc3566;
    outline: #dc3566 solid 2px;
}

.tca ::-moz-selection {
    background-color: #dc3566;
    color: #fff;
}

.tca ::selection {
    background-color: #dc3566;
    color: #fff;
}

.tca ::-moz-selection {
    background-color: #dc3566;
    color: #fff;
}

.tca a {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

@media (min-width: 635px) {
    .tca .container-xs-margin {
        margin: 0px;
    }

    .tca .sm-align--center {
        position: absolute;
        top: 25%;
        width: 100%;
    }

    .tca .sm-align--bottom {
        position: absolute;
        bottom: 0;
    }

    .tca .vertical-divider--nomob:before {
        display: block;
    }

    .tca .vertical-divider--sm {
        overflow: hidden;
        position: relative;
    }

        .tca .vertical-divider--sm:before {
            border-left: 1px solid #dcdbd9;
            bottom: 20px;
            content: '';
            left: 50%;
            position: absolute;
            top: 20px;
        }

    .tca .vertical-divider--margin {
        margin-bottom: 35px;
    }
}

@media (min-width: 1025px) {
    .tca .container-fluid {
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tca .md-align--center {
        position: absolute;
        top: 25%;
        width: 100%;
    }

    .tca .md-align--bottom {
        position: absolute;
        bottom: 0;
    }

    .tca .vertical-divider--md {
        overflow: hidden;
        position: relative;
    }

        .tca .vertical-divider--md:before {
            border-left: 1px solid #dcdbd9;
            bottom: 20px;
            content: '';
            left: 50%;
            position: absolute;
            top: 22px;
        }

    .tca .vertical-divider--margin {
        margin-bottom: 35px;
    }
}

.tca .-yellow {
    color: #f8ac00;
}

.tca .-orange {
    background-color: #FF8200;
}

.tca .-blue {
    color: #00799b;
}

.tca .-warm-grey {
    color: #4e4a41;
}

.tca .-dark-grey {
    color: #333;
}

.tca .-grey {
    color: #a8a6a4;
}

.tca .-grey-2 {
    color: #dcdbd9;
}

.tca .-grey-3 {
    color: #edece9;
}

.tca .-white {
    color: #fff;
}

.tca .-red {
    color: #b12821;
}

.tca .-mid-blue {
    color: #009cde;
}

.tca .-bg-yellow {
    background-color: #f8ac00;
}

.tca .-bg-dark-blue {
    background-color: #333f62;
}

.tca .-bg-orange {
    background-color: #FF8200;
}

.tca .-bg-red {
    background-color: #b12821;
}

.tca .-bg-blue {
    background-color: #00799b;
}

.tca .-bg-dark-grey {
    background-color: #333;
}

.tca .-bg-warm-grey {
    background-color: #4e4a41;
}

.tca .-bg-grey {
    background-color: #a8a6a4;
}

.tca .-bg-grey-2 {
    background-color: #dcdbd9;
}

.tca .-bg-grey-3 {
    background-color: #edece9;
}

.tca .-bg-light-blue {
    background-color: #009cde;;
}

.tca .-bg-white {
    background-color: #fff;
}

.tca .container {
    max-width: 100%;
}

.tca .-dropshadow {
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.3);
}

.tca .-underline {
    text-decoration: underline;
}

.tca .-underline-dots {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tca .-underline-dots:after {
        content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
        display: block;
        font-size: 15px;
        overflow: hidden;
        text-align: center;
        position: absolute;
        bottom: -5px;
        width: 100%;
        white-space: nowrap;
    }

.tca blockquote {
    display: block;
    margin: 0;
}

.tca .-hr-yellow {
    border-top: 2px solid #f8ac00;
}

.tca .-hr-yellow--emboss {
    border-top: 3px solid #f8ac00;
    border-bottom: 1px solid #cf9000;
    margin-bottom: 0px;
}

.tca .-v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tca .-chevron {
    display: inline-block;
    position: relative;
}

    .tca .-chevron:after {
        bottom: 7px;
        font-size: 16px;
        content: "\e91f";
        color: #f8ac00;
        display: block;
        position: absolute;
        right: 7px;
    }

.tca .-contentwrap {
    margin: 10px;
}

.tca .-indent {
    margin-left: 9px;
    padding: 5px 0;
}

.tca .-vertical-divider {
    position: relative;
}

    .tca .-vertical-divider:before {
        border-left: 1px solid rgba(0,0,0,0.1);
        bottom: 10px;
        content: '';
        left: 50%;
        position: absolute;
        top: 10px;
    }

.tca .-col-divider:before {
    border-left: 1px solid rgba(0,0,0,0.1);
    bottom: 8px;
    content: '';
    left: 0px;
    position: absolute;
    top: 8px;
}

@media (min-width: 635px) {
    .tca .-underline-dots:after {
        bottom: -8px;
        font-size: 17px;
    }
}

@media (min-width: 1025px) {
    .tca .-contentwrap {
        margin: 15px;
    }

    .tca .-underline-dots:after {
        bottom: -9px;
        font-size: 20px;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: '';
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.carousel__title {
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-bottom: 1px solid #615d5b;
}

.carousel__content {
    overflow: scroll;
    height: calc(100vh - 210px);
    padding: 0 5px 50px;
}

    .carousel__content::-webkit-scrollbar {
        width: 1px;
        display: none;
    }

.modal .slick-slide {
    height: 100%;
}

.modal .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .modal .slick-dots li {
        display: inline-block;
        margin: 0 6px;
    }

        .modal .slick-dots li a.dot {
            background: #4e4a41;
            border-radius: 50%;
            display: inline-block;
            height: 12px;
            width: 12px;
        }

            .modal .slick-dots li a.dot:hover, .modal .slick-dots li a.dot:focus {
                background: #f8ac00;
            }

        .modal .slick-dots li.slick-active a.dot {
            background: #f8ac00;
        }

.modal .slick-list {
    overflow: visible;
}

.modal .slick-prev, .modal .slick-next {
    color: transparent;
    position: absolute;
    background: none;
    border: none;
    box-shadow: none;
    height: 40px;
    top: 10px;
    width: 40px;
    z-index: 1000;
}

    .modal .slick-prev:hover, .modal .slick-prev:focus, .modal .slick-next:hover, .modal .slick-next:focus {
        outline: none;
    }

        .modal .slick-prev:hover:after, .modal .slick-prev:focus:after, .modal .slick-next:hover:after, .modal .slick-next:focus:after {
            color: #fff;
        }

    .modal .slick-prev:after, .modal .slick-next:after {
        color: #f8ac00;
        font-size: 40px;
        position: absolute;
        z-index: 1000;
        top: 0px;
    }

.modal .slick-prev {
    left: 0;
}

    .modal .slick-prev:after {
        content: '\e901';
        left: 0;
    }

.modal .slick-next {
    right: 0;
}

    .modal .slick-next:after {
        content: '\e904';
        right: 0;
    }

@media (min-width: 635px) {
    .carousel__content {
        height: calc(100vh - 300px);
    }
}

@media (min-width: 1025px) {
    .carousel__content {
        height: calc(100vh - 350px);
    }
}

.tooltipster-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute;
    z-index: 99999 !important;
}

.tooltipster-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .tooltipster-fade.tooltipster-show {
        opacity: 1;
    }

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
}

    .tooltipster-grow.tooltipster-show {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    }

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .tooltipster-swing.tooltipster-show {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
        transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    }

.tooltipster-fall {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-fall.tooltipster-initial {
        top: 0 !important;
    }

    .tooltipster-fall.tooltipster-dying {
        -webkit-transition-property: all;
        transition-property: all;
        top: 0 !important;
        opacity: 0;
    }

.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-slide.tooltipster-initial {
        left: -40px !important;
    }

    .tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        transition-property: all;
        left: 0 !important;
        opacity: 0;
    }

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 400ms;
    animation: tooltipster-fading 400ms;
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 600ms;
    animation: tooltipster-rotating 600ms;
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 600ms;
    animation: tooltipster-scaling 600ms;
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0px;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0px;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.tooltipster-sidetip.tc-tooltip-theme, .tooltipster-sidetip {
    z-index: 1090;
}

    .tooltipster-sidetip.tc-tooltip-theme .tooltipster-box, .tooltipster-sidetip .tooltipster-box {
        background-color: #fff;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        border: 1px solid #ddd;
        font-family: "missiongothic", Helvetica, Arial, sans-serif;
    }

        .tooltipster-sidetip.tc-tooltip-theme .tooltipster-box .tooltipster-content, .tooltipster-sidetip .tooltipster-box .tooltipster-content {
            color: #4e4a47;
            font-size: 12px;
            font-weight: 200;
            line-height: 16px;
            padding: 10px;
            max-width: 150px;
        }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-top .tooltipster-arrow, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
        bottom: -1px;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-top .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
        border-top-color: #fff;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-top .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
        border-top-color: #ddd;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
        right: -1px;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-left .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
        border-left-color: #fff;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-left .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
        border-left-color: #ddd;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-right .tooltipster-arrow, .tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
        left: -1px;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-right .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
        border-right-color: #fff;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-right .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
        border-right-color: #ddd;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-bottom .tooltipster-arrow, .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
        top: -1px;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-bottom .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
        border-bottom-color: #fff;
    }

    .tooltipster-sidetip.tc-tooltip-theme.tooltipster-bottom .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
        border-bottom-color: #ddd;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid .tooltipster-box {
        border: 2px solid #b12821;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-top .tooltipster-arrow {
        bottom: 0px;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-top .tooltipster-arrow-background {
        border-top-color: #fff;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-top .tooltipster-arrow-border {
        border-top-color: #b12821;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-left .tooltipster-arrow {
        right: 0px;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-left .tooltipster-arrow-background {
        border-left-color: #fff;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-left .tooltipster-arrow-border {
        border-left-color: #b12821;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-right .tooltipster-arrow {
        left: 0px;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-right .tooltipster-arrow-background {
        border-right-color: #fff;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-right .tooltipster-arrow-border {
        border-right-color: #b12821;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-bottom .tooltipster-arrow {
        top: 0px;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-bottom .tooltipster-arrow-background {
        border-bottom-color: #fff;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tooltipster-bottom .tooltipster-arrow-border {
        border-bottom-color: #b12821;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tc-tooltip-theme--invalid-top-right .tooltipster-content {
        max-width: 220px;
    }

    .tooltipster-sidetip.tc-tooltip-theme--invalid.tc-tooltip-theme--invalid-top-right .tooltipster-arrow {
        right: 6px;
        left: auto !important;
    }

@media (min-width: 1025px) {
    .tooltipster-sidetip.tc-tooltip-theme--invalid.tc-tooltip-theme--invalid-top-right .tooltipster-arrow {
        right: 18px;
    }
}

@media (min-width: 635px) {
    .tooltipster-sidetip.tc-tooltip-theme .tooltipster-box .tooltipster-content, .tooltipster-sidetip .tooltipster-box .tooltipster-content {
        font-size: 16px;
    }
}

.tca .morph-button {
    position: relative;
    display: block;
}

    .tca .morph-button.open > .morph-button-button {
        pointer-events: none;
    }

.tca .morph-content {
    pointer-events: none;
}

.tca .morph-button.open .morph-content {
    pointer-events: auto;
}

.tca .morph-button-fixed > .morph-button-button {
    z-index: 1000;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.1s 0.5s;
    transition: opacity 0.1s 0.5s;
}

.tca .morph-button-fixed.open > .morph-button-button {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.tca .morph-button-fixed .morph-content {
    position: fixed;
    z-index: 900;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
    transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.tca .morph-button-fixed.open .morph-content {
    opacity: 1;
}

.tca .morph-button-fixed .morph-content > div {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
    transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

.tca .morph-button-fixed.open .morph-content > div {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.tca .morph-button-fixed.active > .morph-button-button {
    z-index: 2000;
}

.tca .morph-button-fixed.active .morph-content {
    z-index: 1900;
}

.tca .morph-button.morph-button-overlay {
    margin: 50px auto;
}

.tca .morph-button-overlay .morph-content {
    overflow: hidden;
}

.tca .morph-button-overlay.open .morph-content {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.tca .morph-button-modal.active::before {
    z-index: 1800;
}

.tca .morph-button-modal .morph-content {
    overflow: hidden;
    -webkit-transition: opacity 0.2s 0.4s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
    transition: opacity 0.2s 0.4s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
}

.tca .morph-button-modal.open .morph-content {
    top: 0% !important;
    left: 0% !important;
    margin: 0;
    width: 100% !important;
    height: 100% !important;
    overflow-y: auto;
    background-color: rgba(78,74,71,0);
    -webkit-transition: background-color 0.4s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
    transition: background-color 0.4s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s;
}

    .tca .morph-button-modal.open .morph-content.bg-show, .tca .morph-button-modal .morph-content.bg-show {
        background-color: rgba(78,74,71,0.96);
    }

.tca .morph-button.morph-button-modal-2 {
    box-sizing: initial;
}

.tca .morph-button-modal .morph-content {
    background-color: transparent;
}

.tca .morph-button-modal-2.open .morph-content > div {
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.tca .morph-button .morph-content, .tca .morph-button.open .morph-content {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.tca .noscroll {
    overflow: hidden;
}

.tca .morph-button-overlay.scroll .morph-content {
    overflow-y: auto;
}

.tca .morph-button-sidebar.scroll .morph-content {
    overflow: auto;
}

.tca .no-js .morph-button > .morph-button-button {
    display: none;
}

.tca .no-js .morph-button {
    margin: 10px 0;
    float: none;
}

    .tca .no-js .morph-button, .tca .no-js .morph-button .morph-content, .tca .no-js .morph-button .morph-content > div {
        position: relative;
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto;
    }

        .tca .no-js .morph-button .morph-content .icon-close {
            display: none;
        }

.tca .no-js .morph-button-sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    background: #e85657;
    overflow: auto;
}

.tca .no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}

.tca header {
    background-color: #edece9;
    z-index: 1000;
}

.tca .pinned header {
    position: fixed;
    top: -88px;
}

.tca .header {
    font-family: "missiongothic", Helvetica, Arial, sans-serif;
    background-color: #fff;
    border-bottom: 1px solid #dcdbd9;
    color: #4e4a41;
    font-size: 18px;
    font-weight: 600;
    height: 44px;
    position: relative;
}

    .tca .header:hover {
        text-decoration: none;
    }

.tca .header-panel {
    display: block;
    overflow: hidden;
    position: relative;
}

    .tca .header-panel:nth-child(1) {
        z-index: 10;
    }

    .tca .header-panel:nth-child(2) {
        z-index: 9;
    }

    .tca .header-panel:nth-child(3) {
        z-index: 8;
    }

    .tca .header-panel:nth-child(4) {
        z-index: 7;
    }

.tca .header-panel-container {
    display: block;
    list-style-type: none;
    padding: 0;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.tca .header-logo {
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    margin: 6px auto;
    height: 32px;
    -webkit-transition: none;
    transition: none;
}

.tca .header-logo--tca {
    background-image: url(http://tc.human-thinking.co.uk/img/thomas-cook-brand-logo-beta.png);
    background-size: contain;
    background-position: center center;
    width: 250px;
}

.tca .header-logo--tca-be {
    background-image: url(http://tc.human-thinking.co.uk/img/thomas-cook-be-brand-logo-beta.png);
    background-size: contain;
    background-position: center center;
    width: 250px;
}

.tca .header-logo--condor {
    background-image: url(http://tc.human-thinking.co.uk/img/condor-brand-logo-beta.png);
    background-size: contain;
    background-position: center;
    width: 150px;
}

.tca .header__pin {
    display: block;
    height: 160px;
    padding: 0px;
}

.tca .header__pin--small {
    height: 70px;
}

.tca .header__pin--mmb {
    height: 135px;
}

.tca .header-search {
    border-right: 1px solid #dcdbd9;
    color: #4e4a41;
    display: table-cell;
    font-size: 12px;
    padding: 0 5px;
    vertical-align: middle;
}

    .tca .header-search i {
        color: #4e4a41;
        font-size: 11px;
        padding-right: 2px;
    }

.tca .header-search__col {
    border-right: 2px solid #dcdbd9;
    display: table;
    float: left;
    height: 100%;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    width: 32%;
}

    .tca .header-search__col:hover, .tca .header-search__col:focus {
        background-color: #00799b;
        color: #fff;
        text-decoration: none;
    }

        .tca .header-search__col:hover i, .tca .header-search__col:focus i {
            color: #fff;
        }

        .tca .header-search__col:hover span, .tca .header-search__col:focus span {
            color: #fff;
        }

.tca .header-flightinfo {
    font-size: 15px;
}

.tca .header-flightinfo__col {
    float: left;
    height: 100%;
    width: 67%;
}

.tca .header-flightinfo__col--full {
    width: 100%;
}

    .tca .header-flightinfo__col--full .header-dates__col {
        width: 50%;
    }

    .tca .header-flightinfo__col--full .header-flights__col {
        width: 50%;
    }

.tca .header-flightinfo i {
    color: #4e4a41;
    margin: 0 2px;
}

.tca .header-dates__col {
    float: left;
    height: 34px;
    line-height: 34px;
    margin-top: 5px;
    width: 56%;
}

    .tca .header-dates__col i {
        margin-right: 4px;
    }

.tca .header-flights__col {
    border-left: 1px solid #dcdbd9;
    float: left;
    height: 34px;
    line-height: 34px;
    margin-top: 5px;
    width: 44%;
}

.tca .header-pricing {
    float: left;
    height: 44px;
    width: 100%;
}

.tca .header-currency {
    float: left;
    height: 44px;
    width: 35%;
    z-index: 500;
}

.tca .header-currency__dropdown {
    height: 100%;
    position: relative;
}

.tca .header-currency__dropdown-btn {
    background-color: #4e4a41;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    float: left;
    font-weight: bold;
    height: 100%;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
}

    .tca .header-currency__dropdown-btn:hover, .tca .header-currency__dropdown-btn:active {
        background-color: #6b665d;
        color: #fff;
        text-decoration: none;
    }

        .tca .header-currency__dropdown-btn:hover i, .tca .header-currency__dropdown-btn:active i {
            color: #4e4a41;
        }

    .tca .header-currency__dropdown-btn:focus {
        color: #fff;
        text-decoration: none;
    }

    .tca .header-currency__dropdown-btn i {
        margin-left: 20px;
        font-size: 18px;
    }

.tca .header-currency__dropdown ul.dropdown-menu {
    background-clip: border-box;
    background-color: #4e4a41;
    border-radius: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

    .tca .header-currency__dropdown ul.dropdown-menu li {
        border-bottom: 1px solid #dcdbd9;
        overflow: hidden;
    }

        .tca .header-currency__dropdown ul.dropdown-menu li a {
            color: #fff;
            display: block;
            font-size: 22px;
            font-weight: bold;
            float: left;
            padding: 10px 10px;
            text-align: center;
            width: 100%;
        }

            .tca .header-currency__dropdown ul.dropdown-menu li a:hover, .tca .header-currency__dropdown ul.dropdown-menu li a:active {
                background-color: #6b665d;
                color: #fff;
                text-decoration: none;
            }

            .tca .header-currency__dropdown ul.dropdown-menu li a:focus {
                color: #fff;
                text-decoration: none;
            }

            .tca .header-currency__dropdown ul.dropdown-menu li a:after {
                color: transparent;
                content: "\e92a";
                margin-left: 20px;
                font-size: 18px;
            }

            .tca .header-currency__dropdown ul.dropdown-menu li a.selected:after {
                color: #f8ac00;
            }

        .tca .header-currency__dropdown ul.dropdown-menu li:first-child {
            box-shadow: inset 0px 2px 5px -1px rgba(0,0,0,0.3);
        }

        .tca .header-currency__dropdown ul.dropdown-menu li:last-child {
            border-bottom: 0px;
        }

.tca .header-basket {
    background-color: #4e4a41;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    float: right;
    height: 44px;
    text-align: center;
    width: 65%;
    z-index: 500;
}

.tca .header-basket__amount {
    border-left: 1px solid #a8a6a4;
    color: #fff;
    display: block;
    line-height: 44px;
    margin: 0;
    padding-right: 12px;
    text-align: center;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

    .tca .header-basket__amount:hover, .tca .header-basket__amount:active {
        background-color: #6b665d;
        color: #fff;
        text-decoration: none;
    }

    .tca .header-basket__amount:focus {
        color: #fff;
        text-decoration: none;
    }

    .tca .header-basket__amount:before {
        color: #4e4a41;
        content: "\e91d";
        display: inline-block;
        font-size: 22px;
        position: relative;
        right: 6px;
        top: 2px;
    }

.tca .header-basket i {
    color: #4e4a41;
}

.tca .header-basket--mmb {
    width: 100%;
}

    .tca .header-basket--mmb .header-basket__amount {
        text-align: right;
        padding-right: 40px;
    }

.tca .header__sub-menu {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #edece9;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 2px #edece9;
    z-index: 90;
}

    .tca .header__sub-menu.headroom--unpinned {
        top: -100px;
    }

    .tca .header__sub-menu li {
        position: relative;
    }

.tca .header__main-menu {
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}

.tca .header-cta__container {
    background-color: #4e4a41;
}

    .tca .header-cta__container .btn--small {
        float: left;
        min-width: 0px;
        margin: 4px;
        padding: 7px 25px;
        min-height: 0px;
    }

    .tca .header-cta__container .header-basket {
        width: auto;
    }

        .tca .header-cta__container .header-basket a {
            border-left: none;
            padding-left: 15px;
        }

.tca .basket {
    color: #4e4a41;
    display: block;
    height: 100%;
    position: fixed;
    min-height: 100%;
    overflow-y: scroll;
    padding: 10px;
    right: -310px;
    top: 0;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    width: 310px;
    z-index: 1000;
}

.tca .basket__background {
    background-color: rgba(255,255,255,0.5);
    bottom: 0px;
    cursor: pointer;
    left: 0px;
    opacity: 0;
    position: fixed;
    right: 0px;
    top: 0px;
    -webkit-transition: opacity 0.4s ease,visibility 0.4s ease;
    transition: opacity 0.4s ease,visibility 0.4s ease;
    visibility: hidden;
    z-index: 900;
}

.tca .basket__section {
    margin-bottom: 15px;
}

.tca .basket__back {
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 22px;
    height: 48px;
    right: 265px;
    line-height: 54px;
    opacity: 0;
    position: fixed;
    top: 15px;
    visibility: hidden;
    width: 45px;
    z-index: 1100;
    color: #333;
    -webkit-transition: color 0.3s, opacity 0.4s ease 0.3s, visibility 0.4s ease;
    transition: color 0.3s, opacity 0.4s ease 0.3s, visibility 0.4s ease;
}

    .tca .basket__back:hover, .tca .basket__back:focus {
        text-decoration: none;
        color: #fff;
    }

    .tca .basket__back i {
        margin: 8px 8px 0 0;
    }

.tca .basket--open .basket {
    box-shadow: 0px -2px 4px rgba(0,0,0,0.4);
    right: 0px;
}

.tca .basket--open .basket__background {
    visibility: visible;
    opacity: 1;
}

    .tca .basket--open .basket__background:hover {
        opacity: 0.3;
    }

.tca .basket--open .basket__back {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 635px) {
    .tca header {
        border-top: 3px solid #f8ac00;
        background-color: #fff;
    }

    .tca .pinned header {
        position: fixed;
        left: 0px;
        right: 0px;
        top: -49px;
    }

    .tca .header {
        background-color: #edece9;
    }

    .tca .header-logo--sm-left {
        margin-left: 10px;
    }

    .tca .header__pin {
        display: block;
        height: 119px;
        padding: 0px;
    }

    .tca .header__pin--small {
        height: 75px;
    }

    .tca .header__pin--mmb {
        height: 92px;
    }

    .tca .header-payment {
        background-color: #edece9;
    }

    .tca .header-search__col {
        width: 25%;
    }

    .tca .header-flightinfo i {
        margin: 0 2px;
    }

    .tca .header-flightinfo__col {
        width: 75%;
    }

    .tca .header-logobar {
        background-color: #fff;
    }

    .tca .header-pricing {
        float: right;
        min-width: 82%;
        max-width: 100%;
    }

    .tca .header-currency {
        width: 35%;
    }

    .tca .header-currency__dropdown-btn {
        background-color: #edece9;
        color: #4e4a41;
        height: 100%;
    }

        .tca .header-currency__dropdown-btn:hover, .tca .header-currency__dropdown-btn:focus {
            background-color: #a8a6a4;
            color: #fff;
        }

            .tca .header-currency__dropdown-btn:hover i, .tca .header-currency__dropdown-btn:focus i {
                color: #fff;
            }

        .tca .header-currency__dropdown-btn i {
            color: #a8a6a4;
            font-size: 18px;
            margin-left: 20px;
        }

    .tca .header-currency__dropdown ul.dropdown-menu li {
        border-bottom: 1px solid #dcdbd9;
    }

        .tca .header-currency__dropdown ul.dropdown-menu li a {
            color: #fff;
        }

            .tca .header-currency__dropdown ul.dropdown-menu li a:after {
                margin-left: 20px;
            }

    .tca .header-basket {
        background-color: transparent;
        border-left: 1px;
        text-align: right;
        width: 65%;
    }

    .tca .header-basket__amount {
        border: 0;
        color: #4e4a41;
        float: right;
        line-height: 44px;
        margin: 0;
        padding-left: 10px;
        padding-right: 20px;
        position: relative;
    }

        .tca .header-basket__amount:before {
            color: #4e4a41;
        }

        .tca .header-basket__amount:hover, .tca .header-basket__amount:active, .tca .header-basket__amount:focus {
            background-color: #4e4a41;
            color: #fff;
            text-decoration: none;
        }

            .tca .header-basket__amount:hover:before, .tca .header-basket__amount:active:before, .tca .header-basket__amount:focus:before {
                color: #dcdbd9;
            }

    .tca .header-basket--mmb {
        width: 210px;
    }

    .tca .header-cta__container {
        background-color: #fff;
        text-align: right;
    }

        .tca .header-cta__container .btn--small {
            display: inline-block;
            float: none;
        }

    .tca .basket {
        padding: 15px 17px 22px 17px;
        right: -344px;
        width: 344px;
    }

    .tca .basket__back {
        position: absolute;
        left: 0px;
        right: auto;
    }
}

@media (min-width: 1025px) {
    .tca header {
        background-color: #fff;
    }

    .tca .pinned header {
        left: 0px;
        position: fixed;
        right: 0px;
        top: 0px;
    }

    .tca .header {
        background-color: #fff;
        border-bottom: none;
        height: 66px;
    }

    .tca .header-logo {
        background-position: bottom left;
        height: 48px;
        margin: 7px auto;
    }

    .tca .header-logo--tca {
        height: 43px;
        width: 310px;
    }

    .tca .header-logo--tca-be {
        height: 43px;
        width: 310px;
    }

    .tca .header-logo--condor {
        background-position: center center;
        margin: 11px auto;
        height: 37px;
        width: 275px;
    }

    .tca .header-logo--sm-left {
        margin-left: 10px;
    }

    .tca .header-payment {
        background-color: #fff;
    }

    .tca .header__pin {
        display: block;
        height: 96px;
        padding: 0px;
    }

    .tca .header__pin--small {
        height: 99px;
    }

    .tca .header__pin--mmb {
        height: 114px;
    }

    .tca .header-search {
        font-size: 14px;
    }

        .tca .header-search:before {
            font-size: 11px;
            line-height: 66px;
            padding-left: 5px;
        }

    .tca .header-search__col {
        width: 35%;
    }

    .tca .header-pricing {
        min-width: 70%;
        max-width: 80%;
    }

    .tca .header-flightinfo {
        font-size: 16px;
    }

        .tca .header-flightinfo i {
            margin: 0 2px;
        }

    .tca .header-flightinfo__col {
        width: 65%;
    }

    .tca .header-flightinfo__col--full {
        width: 100%;
    }

        .tca .header-flightinfo__col--full .header-dates__col {
            width: 50%;
        }

        .tca .header-flightinfo__col--full .header-flights__col {
            width: 50%;
        }

    .tca .header-dates__col {
        margin-top: 8px;
        height: 50px;
        line-height: 50px;
        width: 62%;
    }

    .tca .header-flights__col {
        margin-top: 8px;
        height: 50px;
        line-height: 50px;
        width: 38%;
    }

    .tca .header-payment {
        background-color: #fff;
    }

    .tca .header-pricing {
        height: 66px;
        min-width: 80%;
        max-width: 100%;
        width: auto;
    }

    .tca .header-currency {
        height: 66px;
    }

    .tca .header-currency__dropdown-btn {
        background-color: #fff;
        color: #4e4a41;
        padding: 22px 15px;
    }

        .tca .header-currency__dropdown-btn:hover, .tca .header-currency__dropdown-btn:focus {
            background-color: #cce4eb;
            color: #4e4a41;
        }

            .tca .header-currency__dropdown-btn:hover i, .tca .header-currency__dropdown-btn:focus i {
                color: #00799b;
            }

        .tca .header-currency__dropdown-btn span[class^="icon-"] {
            color: #4e4a41;
            font-size: 20px;
        }

    .tca .header-currency__dropdown ul.dropdown-menu {
        background-color: #00799b;
    }

        .tca .header-currency__dropdown ul.dropdown-menu li {
            border-bottom: 1px solid #1a87a9;
        }

            .tca .header-currency__dropdown ul.dropdown-menu li a:after {
                font-size: 20px;
            }

            .tca .header-currency__dropdown ul.dropdown-menu li a:hover, .tca .header-currency__dropdown ul.dropdown-menu li a:focus {
                background-color: #95c7d5;
            }

    .tca .header-basket {
        height: 66px;
        padding-left: 10px;
    }

    .tca .header-basket__amount {
        display: block;
        line-height: 66px;
        margin: 0;
        min-width: 225px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }

        .tca .header-basket__amount:hover, .tca .header-basket__amount:active {
            background-color: #00799b;
        }

            .tca .header-basket__amount:hover:before, .tca .header-basket__amount:active:before {
                color: #fff;
            }

    .tca .header-cta__container {
        text-align: right;
    }

        .tca .header-cta__container .btn--small {
            display: inline-block;
            float: none;
            font-size: 20px;
            margin: 13px 5px 15px 0px;
            max-height: 37px;
        }

        .tca .header-cta__container .header-basket a {
            min-width: 0px;
            padding-left: 25px;
        }

    .tca .basket {
        width: 519px;
        right: -519px;
        padding: 25px 45px 45px 45px;
    }

    .tca .basket__back {
        width: 85px;
        height: 63px;
        line-height: 63px;
    }

        .tca .basket__back i {
            font-size: 33px;
            line-height: 63px;
            margin: 0px 16px 0 0;
        }

    .tca .basket--open {
        right: 519px;
    }
}

.tca .dropbox {
    margin: 10px 0;
}

.tca .dropbox--open .dropbox__title .title-flight__toggle {
    -webkit-transition: -webkit-transform ease .5s;
    transition: -webkit-transform ease .5s;
    transition: transform ease .5s;
    transition: transform ease .5s, -webkit-transform ease .5s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tca .dropbox--open .dropbox__title--blue:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tca .dropbox--open .dropbox__title--blue i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tca .dropbox--open .dropbox__content {
    max-height: 600px;
}

.tca .dropbox__title {
    cursor: pointer;
}

    .tca .dropbox__title:focus {
        box-shadow: 0 0 0 2px #dc3566;
        color: #fff;
        outline: 0;
        text-decoration: none;
        z-index: 1;
    }

.tca .dropbox__title--blue {
    background-color: #00799b;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px 15px 15px 15px;
    position: relative;
    text-align: left;
    -webkit-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

    .tca .dropbox__title--blue span.h2, .tca .dropbox__title--blue span.carousel__title, .tca .dropbox__title--blue .btn-tile--nobtn span.btn-tile__title, .tca .btn-tile--nobtn .dropbox__title--blue span.btn-tile__title, .tca .dropbox__title--blue span.flight-spec__sub-title {
        color: #fff;
        font-size: 17px;
    }

.tca .dropbox__title--blue--icon span.h2, .tca .dropbox__title--blue--icon span.carousel__title, .tca .dropbox__title--blue--icon .btn-tile--nobtn span.btn-tile__title, .tca .btn-tile--nobtn .dropbox__title--blue--icon span.btn-tile__title, .tca .dropbox__title--blue--icon span.flight-spec__sub-title {
    display: inline-block;
    vertical-align: middle;
}

.tca .dropbox__title--blue:after {
    color: #edece9;
    content: "\e929";
    font-size: 18px;
    position: relative;
    margin-left: 3px;
    float: right;
    -webkit-transition: -webkit-transform ease .5s;
    transition: -webkit-transform ease .5s;
    transition: transform ease .5s;
    transition: transform ease .5s, -webkit-transform ease .5s;
}

.tca .dropbox__title--blue:focus {
    box-shadow: 0 0 0 2px #dc3566;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.tca .dropbox__title--blue:hover {
    background-color: #5590ae;
    color: #fff;
    text-decoration: none;
}

.tca .dropbox__content {
    background-color: #fff;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height ease .8s;
    transition: max-height ease .8s;
}

.tca .dropbox__content-wrap {
    padding: 15px;
}

.tca .dropbox__icon {
    color: #fff;
    padding-right: 5px;
}

.tca .dropbox__icon--large {
    font-size: 24px;
    margin-right: -2px;
    position: relative;
    vertical-align: text-bottom;
}

.tca .dropbox__list--plain {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.tca .dropbox__list--menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.tca .dropbox__listitem {
    margin-top: 10px;
}

    .tca .dropbox__listitem .h5, .tca .dropbox__listitem .flight-spec__info, .tca .dropbox__listitem .title-bar__title {
        display: block;
        font-size: 15px;
        padding: 10px 0px;
    }

.tca .dropbox__listitem--checked {
    background-color: #f8ac00;
    padding-left: 43px;
    position: relative;
}

    .tca .dropbox__listitem--checked:before {
        color: #4e4a41;
        content: '\e92a';
        display: block;
        font-size: 18px;
        left: 14px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.tca .dropbox__listitem--invalid {
    background-color: #b12821;
    padding-left: 43px;
    position: relative;
    color: #fff;
}

    .tca .dropbox__listitem--invalid:before {
        color: #fff;
        content: "\e941";
        display: block;
        font-size: 18px;
        left: 14px;
        line-height: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.tca .dropbox__menuitem {
    border-bottom: 1px solid #dcdbd9;
    list-style: none;
}

    .tca .dropbox__menuitem a {
        color: #4e4a41;
        display: block;
        font-size: 15px;
        padding: 12px 15px;
    }

        .tca .dropbox__menuitem a:hover {
            background-color: #fff;
            color: #4e4a41;
            text-decoration: underline;
        }

@media (min-width: 635px) {
    .tca .dropbox {
        margin-top: 20px;
    }

    .tca .dropbox__title--blue span.h2, .tca .dropbox__title--blue span.carousel__title, .tca .dropbox__title--blue .btn-tile--nobtn span.btn-tile__title, .tca .btn-tile--nobtn .dropbox__title--blue span.btn-tile__title, .tca .dropbox__title--blue span.flight-spec__sub-title {
        font-size: 18px;
    }
}

@media (min-width: 1025px) {
    .tca .dropbox {
        margin-top: 20px;
    }

    .tca .dropbox__title--blue span.h2, .tca .dropbox__title--blue span.carousel__title, .tca .dropbox__title--blue .btn-tile--nobtn span.btn-tile__title, .tca .btn-tile--nobtn .dropbox__title--blue span.btn-tile__title, .tca .dropbox__title--blue span.flight-spec__sub-title {
        font-size: 22px;
    }

    .tca .dropbox__title--blue:after {
        font-size: 20px;
        line-height: 31px;
    }

    .tca .dropbox__content-wrap {
        padding-bottom: 25px;
    }

    .tca .dropbox__list {
        margin: auto 10px;
    }

    .tca .dropbox__listitem .h5, .tca .dropbox__listitem .flight-spec__info, .tca .dropbox__listitem .title-bar__title {
        font-size: 18px;
        padding: 14px 0px;
    }

    .tca .dropbox__listitem--checked {
        padding-left: 50px;
    }

        .tca .dropbox__listitem--checked:before {
            font-size: 22px;
            left: 14px;
        }
}

.tca .modal-mask {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(78,74,71,0.6);
    z-index: -1;
    opacity: 0;
}

.tca .modal-mask--open {
    z-index: 1040;
    opacity: 1;
}

.tca .modal-overhead {
    background-color: #4e4a47;
    border-bottom: 1px solid #6a6a6a;
    display: block;
    position: fixed;
    height: 450px;
    max-height: 100%;
    overflow: hidden;
    top: 0px;
    width: 100%;
    z-index: 1050;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform ease-in-out 0.4s;
    transition: -webkit-transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
}

.tca .modal-top-reveal .modal-overhead {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: height ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
    transition: height ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s, height ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s, height ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
}

.tca .modal-overhead-inner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 0px;
}

.tca .modal-cover {
    display: none;
}

.tca .modal-top-reveal .modal-cover {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 650;
}

.tca .modal-container {
    display: none;
    -webkit-transform: translate3d(0, 0, 0.1);
    transform: translate3d(0, 0, 0.1);
    height: inherit;
    -webkit-transition: height ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
    transition: height ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
    transition: height ease-in-out 0.4s, transform ease-in-out 0.4s;
    transition: height ease-in-out 0.4s, transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
}

.tca .modal-container--vertical-reveal-up {
    display: block;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1060;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.25, 0.42, 1.005);
    transition: -webkit-transform 0.5s cubic-bezier(0, 0.25, 0.42, 1.005);
    transition: transform 0.5s cubic-bezier(0, 0.25, 0.42, 1.005);
    transition: transform 0.5s cubic-bezier(0, 0.25, 0.42, 1.005), -webkit-transform 0.5s cubic-bezier(0, 0.25, 0.42, 1.005);
}

.tca .modal-container--open {
    display: block;
    background-color: rgba(78,74,71,0.97);
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1050;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.tca .modal-top-reveal .modal-container--open {
    -webkit-transform: translate(450px);
    -ms-transform: translate(450px);
    transform: translate(450px);
}

.tca .modal-view {
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform ease-in-out 0.4s;
    transition: -webkit-transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s;
    transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s;
}

.tca .modal-view__navbar {
    background-color: #4e4a47;
    border-bottom: 1px solid #6a6a6a;
    box-shadow: 0 5px 0 rgba(0,0,0,0.3);
    height: 61px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 500;
}

.tca .navbar-inner {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    top: 0px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
}

.tca .navbar-inner__center {
    font-family: "thomas_headline_cebold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    left: 50px;
    line-height: 1.2;
    opacity: 1;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.5s;
    transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
}

.tca .navbar-inner__container {
    font-family: "thomas_headline_cebold", Helvetica, Arial, sans-serif;
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.tca .navbar-inner__container--left {
    text-align: left;
}

.tca .navbar-inner__container--condensed-font {
    font-family: "missiongothic", Helvetica, Arial, sans-serif;
}

.tca .navbar-inner__container--avatar {
    margin-left: 45px;
}

    .tca .navbar-inner__container--avatar i[class*='avatar--'] {
        position: absolute;
        right: calc(100% + 5px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.tca .navbar-inner__right a, .tca .navbar-inner__left a {
    font-family: "thomas_headline_cebold", Helvetica, Arial, sans-serif;
    height: 46px;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 7px;
    width: 46px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

    .tca .navbar-inner__right a:hover, .tca .navbar-inner__right a:focus, .tca .navbar-inner__right a:active, .tca .navbar-inner__left a:hover, .tca .navbar-inner__left a:focus, .tca .navbar-inner__left a:active {
        color: #fff;
    }

        .tca .navbar-inner__right a:hover:before, .tca .navbar-inner__right a:focus:before, .tca .navbar-inner__right a:active:before, .tca .navbar-inner__left a:hover:before, .tca .navbar-inner__left a:focus:before, .tca .navbar-inner__left a:active:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        .tca .navbar-inner__right a:hover .navbar-icon__label, .tca .navbar-inner__right a:focus .navbar-icon__label, .tca .navbar-inner__right a:active .navbar-icon__label, .tca .navbar-inner__left a:hover .navbar-icon__label, .tca .navbar-inner__left a:focus .navbar-icon__label, .tca .navbar-inner__left a:active .navbar-icon__label {
            opacity: 1;
        }

.tca .navbar-inner__right a {
    right: 4px;
}

.tca .navbar-inner__left a {
    left: 4px;
}

    .tca .navbar-inner__right a:before, .tca .navbar-inner__left a:before {
        background-color: #a8a6a4;
        border-radius: 20px;
        content: '';
        height: 40px;
        position: absolute;
        top: 2px;
        width: 40px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
        transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
        transition: transform 0.1s linear, opacity 0.1s linear;
        transition: transform 0.1s linear, opacity 0.1s linear, -webkit-transform 0.1s linear;
    }

.tca .navbar-inner__right a:before {
    right: 3px;
}

.tca .navbar-inner__left a:before {
    left: 4px;
}

.tca .navbar-inner--cached {
    display: none;
}

.tca .navbar-inner__username {
    font-size: 16px;
    color: #f8ac00;
    font-family: "thomas_headline_cebold", Helvetica, Arial, sans-serif;
}

    .tca .navbar-inner__username:focus, .tca .navbar-inner__username:hover, .tca .navbar-inner__username:active, .tca .navbar-inner__username:visited {
        color: #f8ac00;
        text-decoration: none;
    }

.tca .navbar-icon {
    cursor: pointer;
    display: block;
    font-size: 25px;
    padding: 10px;
    z-index: 10;
}

.tca .navbar-icon__label {
    display: block;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.tca .modal-pages {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tca .modal-page {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.tca .modal-page--cached {
    display: none;
}

.tca .modal-page .content-block {
    box-sizing: border-box;
    margin: 0px auto 25px auto;
    max-width: 450px;
    width: auto;
    padding: 10px;
}

.tca .page-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.tca .navbar-through .page-content {
    padding-top: 75px;
}

.tca .page-on-left {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
}

.tca .navbar-on-left .navbar-inner__left, .tca .navbar-on-left .navbar-inner__right {
    opacity: 0;
}

.tca .navbar-on-left .navbar-inner__center {
    -webkit-transform: translateX(-30px) translateY(-50%);
    -ms-transform: translateX(-30px) translateY(-50%);
    transform: translateX(-30px) translateY(-50%);
    opacity: 0;
}

.tca .navbar-on-right .navbar-inner__left, .tca .navbar-on-right .navbar-inner__right {
    opacity: 0;
}

.tca .navbar-on-right .navbar-inner__center {
    position: absolute;
    -webkit-transform: translateX(30px) translateY(-50%);
    -ms-transform: translateX(30px) translateY(-50%);
    transform: translateX(30px) translateY(-50%);
    opacity: 0;
}

.tca .navbar-from-right-to-center .navbar-inner__center {
    -webkit-animation: navFromRightToCenter 400ms forwards;
    animation: navFromRightToCenter 400ms forwards;
}

.tca .navbar-inner__center--inup {
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: inup 1200ms forwards;
    animation: inup 1200ms forwards;
    padding: 10px 20px;
    top: 50vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

@-webkit-keyframes inup {
    0% {
        opacity: 0;
        background-color: #00799b;
        top: 50vh;
        padding: 10px 20px;
    }

    65% {
        opacity: 1;
        background-color: #00799b;
        top: 50vh;
        padding: 10px 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
    }

    100% {
        padding: 0px;
        top: 50%;
        background-color: transparent;
        left: 50px;
        right: 50px;
    }
}

@keyframes inup {
    0% {
        opacity: 0;
        background-color: #00799b;
        top: 50vh;
        padding: 10px 20px;
    }

    65% {
        opacity: 1;
        background-color: #00799b;
        top: 50vh;
        padding: 10px 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
    }

    100% {
        padding: 0px;
        top: 50%;
        background-color: transparent;
        left: 50px;
        right: 50px;
    }
}

@-webkit-keyframes navFromRightToCenter {
    from {
        -moz-transform: translate3d(10%, -50%, 0);
    }

    to {
        -moz-transform: translate3d(0%, -50%, 0);
    }
}

@keyframes navFromRightToCenter {
    from {
    }

    to {
    }
}

@-webkit-keyframes pageFromRightToCenter {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes pageFromRightToCenter {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes pageFromCenterToRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
    }
}

@keyframes pageFromCenterToRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes pageFromLeftToCenter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes pageFromLeftToCenter {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.tca .page-from-right-to-center {
    -webkit-animation: pageFromRightToCenter 400ms forwards;
    animation: pageFromRightToCenter 400ms forwards;
}

.tca .page-from-left-to-center {
    -webkit-animation: pageFromLeftToCenter 400ms forwards;
    animation: pageFromLeftToCenter 400ms forwards;
}

.tca .page-from-center-to-right {
    -webkit-animation: pageFromCenterToRight 400ms forwards;
    animation: pageFromCenterToRight 400ms forwards;
}

.tca .headroom {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tca .headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media (min-width: 635px) {
    .tca .headroom--unpinned {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .tca .navbar-inner__center {
        font-size: 22px;
    }

    .tca .navbar-inner__container {
        font-size: 22px;
    }

    .tca .navbar-inner__username {
        font-size: 22px;
    }

    .tca .modal-overhead {
        height: 550px;
    }

    .tca .modal-top-reveal .modal-container--open {
        -webkit-transform: translateY(550px);
        -ms-transform: translateY(550px);
        transform: translateY(550px);
    }

    .tca .modal-page .content-block {
        max-width: 95%;
    }
}

@media (min-width: 710px) {
    .tca .modal-page {
        position: relative;
    }

        .tca .modal-page .page-content {
            min-height: 700px;
            height: auto;
            max-width: 650px;
            margin: auto;
        }

    .tca .modal-container--vertical-reveal-up {
        left: 50%;
        min-width: 675px;
        width: 675px;
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }

    .tca .navbar-inner__center {
        font-size: 24px;
    }

    .tca .navbar-inner__right a, .tca .navbar-inner__left a {
        top: 15px;
    }

    .tca .navbar-inner__right a {
        right: 15px;
    }

    .tca .navbar-inner__left a {
        left: 15px;
    }

    .tca .navbar-inner__username {
        font-size: 20px;
    }

    .tca .modal-view {
        max-height: calc(100vh - 30px);
        overflow-y: auto;
        box-shadow: 0px 1px 7px -1px rgba(0,0,0,0.5);
        background-color: rgba(78,74,71,0.97);
    }

    .tca .modal-view__navbar {
        box-shadow: 0 5px 0 rgba(0,0,0,0.3);
        height: 80px;
        width: 100%;
        left: 0;
        top: 0;
    }

    .tca .navbar-through .page-content {
        padding-top: 90px;
    }

    .tca .modal-overhead {
        height: 500px;
    }

    .tca .modal-top-reveal .modal-container--open {
        -webkit-transform: translateY(610px);
        -ms-transform: translateY(610px);
        transform: translateY(610px);
    }

    .tca .modal-container--open {
        min-width: 675px;
        width: 675px;
        height: auto;
        top: 30px;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        max-width: 50%;
    }

    .tca .modal-top-reveal .modal-container--open {
        -webkit-transform: translate(-50%, 500px);
        -ms-transform: translate(-50%, 500px);
        transform: translate(-50%, 500px);
    }
}

@media (min-width: 1025px) {
    .tca .modal-page .page-content {
        max-width: 675px;
    }

    .tca .modal-overhead {
        height: 550px;
    }

    .tca .modal-top-reveal .modal-container--open {
        -webkit-transform: translate(-50%, 550px);
        -ms-transform: translate(-50%, 550px);
        transform: translate(-50%, 550px);
    }

    .tca .content-block {
        max-width: 100%;
        width: auto;
    }

    .tca .navbar-inner__container {
        font-size: 22px;
    }

    .tca .navbar-inner__username {
        font-size: 22px;
    }
}

.tca .pane__content {
    display: block;
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: min-height ease-in-out 1.5s, max-height ease-in-out 1s, visibility ease-in-out 0.7s, opacity ease-in-out 0.7s;
    transition: min-height ease-in-out 1.5s, max-height ease-in-out 1s, visibility ease-in-out 0.7s, opacity ease-in-out 0.7s;
}

.tca .pane__content--collapse {
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transition: min-height ease-in-out 0s, max-height ease-in-out 0s, visibility ease-in-out 0s, opacity ease-in-out 0s;
    transition: min-height ease-in-out 0s, max-height ease-in-out 0s, visibility ease-in-out 0s, opacity ease-in-out 0s;
}

.tca .pane__wrapper {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: min-height ease-in-out 1.5s, max-height ease-in-out 1.5s, visibility ease-in-out 1.5s;
    transition: min-height ease-in-out 1.5s, max-height ease-in-out 1.5s, visibility ease-in-out 1.5s;
}

.tca .pane__wrapper--open {
    min-height: 100vh;
    visibility: visible;
    -webkit-transition: min-height ease-in-out 1.5s, max-height ease-in-out 1.5s, visibility ease-in-out 0.3s;
    transition: min-height ease-in-out 1.5s, max-height ease-in-out 1.5s, visibility ease-in-out 0.3s;
}

.tca .pane__wrapper--open-slow {
    max-height: 100vh;
    visibility: visible;
    -webkit-transition: min-height ease-in-out 1.5s, max-height ease-in-out 1.5s, visibility ease-in-out 0.3s;
    transition: min-height ease-in-out 1.5s, max-height ease-in-out 1.5s, visibility ease-in-out 0.3s;
}

.tca .pane__wrapper--shrink {
    height: auto;
    min-height: 0vh;
    -webkit-transition: min-height ease-in-out 1.5s;
    transition: min-height ease-in-out 1.5s;
}

.tca .pane__spinner {
    position: relative;
    top: 85vh;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top ease-in-out 1s 1.5s;
    transition: top ease-in-out 1s 1.5s;
}

    .tca .pane__spinner a {
        text-decoration: none;
    }

    .tca .pane__spinner h2 {
        background-color: #fff;
        border-radius: 19px;
        color: #3b7955;
        display: inline-block;
        font-size: 22px;
        line-height: 38px;
        padding: 0px 15px;
    }

        .tca .pane__spinner h2:last-child {
            margin-top: -7px;
        }

            .tca .pane__spinner h2:last-child span {
                font-size: 30px;
            }

.tca .pane__spinner-line2-wrapper {
    display: block;
    margin-top: -3px;
    overflow: hidden;
    padding-left: 40px;
}

.tca .pane__spinner-plane {
    display: inline-block;
    height: 20px;
    overflow: hidden;
}

    .tca .pane__spinner-plane:before {
        color: #fff;
        content: '\e90d';
        display: block;
        font-size: 100px;
        height: 20px;
        line-height: 20px;
        width: 200px;
    }

.tca .pane__wrapper--open .pane__spinner {
    top: 45vh;
    -webkit-transition: top ease-in-out 2s;
    transition: top ease-in-out 2s;
}

@media (min-width: 635px) {
    .tca .pane__spinner h2 {
        border-radius: 30px;
        font-size: 30px;
        line-height: 48px;
        padding: 0px 20px;
    }

        .tca .pane__spinner h2:last-child {
            margin-top: -7px;
        }

            .tca .pane__spinner h2:last-child span {
                font-size: 40px;
                line-height: 48px;
            }

    .tca .pane__spinner-plane {
        height: 40px;
    }

        .tca .pane__spinner-plane:before {
            font-size: 140px;
            width: 300px;
        }
}

@media (min-width: 1025px) {
    .tca .pane__spinner h2 {
        border-radius: 40px;
        font-size: 40px;
        line-height: 58px;
        padding: 0px 25px;
    }

        .tca .pane__spinner h2:last-child {
            margin-top: -7px;
        }

            .tca .pane__spinner h2:last-child span {
                font-size: 50px;
                line-height: 58px;
            }

    .tca .pane__spinner-plane {
        height: 60px;
    }

        .tca .pane__spinner-plane:before {
            font-size: 160px;
            width: 320px;
        }
}

.tca .fs-prompt__content {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 27px;
    left: 0px;
    line-height: 27px;
    margin-bottom: 2px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-decoration: none;
    z-index: 300;
}

    .tca .fs-prompt__content:hover, .tca .fs-prompt__content:active, .tca .fs-prompt__content:focus {
        color: #fff;
    }

        .tca .fs-prompt__content:hover .fs-prompt__inner, .tca .fs-prompt__content:active .fs-prompt__inner, .tca .fs-prompt__content:focus .fs-prompt__inner {
            background-color: #00a1ce;
            text-decoration: none;
        }

.tca .fs-prompt__inner {
    background-color: #00799b;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    display: block;
    left: 0px;
    line-height: inherit;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out, background 0.3s ease-in-out;
    transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out, background 0.3s ease-in-out;
}

.tca .pinned .fs-prompt__content {
    position: fixed;
    top: 44px;
}

.tca .pinned .header__pin--small .fs-prompt__content {
    position: fixed;
    top: 0px;
}

@media (min-width: 635px) {
    .tca .fs-prompt__content {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }

    .tca .pinned .fs-prompt__content {
        position: fixed;
        top: 43px;
    }
}

@media (min-width: 1025px) {
    .tca .pinned .fs-prompt__content {
        position: fixed;
        top: 69px;
    }

    .tca .pinned .header__pin--small .fs-prompt__content {
        position: fixed;
        top: 69px;
    }
}

.tca .avatar--1, .tca .avatar--2, .tca .avatar--3, .tca .avatar--4, .tca .avatar--5, .tca .avatar--6, .tca .avatar--7, .tca .avatar--8, .tca .avatar--9, .tca .avatar--10, .tca .avatar--11, .tca .avatar--12, .tca .avatar--13, .tca .avatar--14, .tca .avatar--15, .tca .avatar--16, .tca .avatar--17, .tca .avatar--18, .tca .avatar--19, .tca .avatar--20, .tca .avatar--21, .tca .avatar--22, .tca .avatar--23, .tca .avatar--24 {
    display: inline-block;
    height: 80px;
    vertical-align: middle;
}

    .tca .avatar--1:before, .tca .avatar--2:before, .tca .avatar--3:before, .tca .avatar--4:before, .tca .avatar--5:before, .tca .avatar--6:before, .tca .avatar--7:before, .tca .avatar--8:before, .tca .avatar--9:before, .tca .avatar--10:before, .tca .avatar--11:before, .tca .avatar--12:before, .tca .avatar--13:before, .tca .avatar--14:before, .tca .avatar--15:before, .tca .avatar--16:before, .tca .avatar--17:before, .tca .avatar--18:before, .tca .avatar--19:before, .tca .avatar--20:before, .tca .avatar--21:before, .tca .avatar--22:before, .tca .avatar--23:before, .tca .avatar--24:before {
        content: '';
        display: inline-block;
        position: relative;
        background-image: url(http://tc.human-thinking.co.uk/img/PROTO__avatar-sprite-sheet-2.png);
        background-repeat: no-repeat;
        background-size: 80px 1920px;
        height: 80px;
        width: 80px;
        vertical-align: middle;
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .tca .avatar--1.avatar--small, .tca .avatar--2.avatar--small, .tca .avatar--3.avatar--small, .tca .avatar--4.avatar--small, .tca .avatar--5.avatar--small, .tca .avatar--6.avatar--small, .tca .avatar--7.avatar--small, .tca .avatar--8.avatar--small, .tca .avatar--9.avatar--small, .tca .avatar--10.avatar--small, .tca .avatar--11.avatar--small, .tca .avatar--12.avatar--small, .tca .avatar--13.avatar--small, .tca .avatar--14.avatar--small, .tca .avatar--15.avatar--small, .tca .avatar--16.avatar--small, .tca .avatar--17.avatar--small, .tca .avatar--18.avatar--small, .tca .avatar--19.avatar--small, .tca .avatar--20.avatar--small, .tca .avatar--21.avatar--small, .tca .avatar--22.avatar--small, .tca .avatar--23.avatar--small, .tca .avatar--24.avatar--small {
        width: 40px;
        height: 40px;
    }

        .tca .avatar--1.avatar--small:before, .tca .avatar--2.avatar--small:before, .tca .avatar--3.avatar--small:before, .tca .avatar--4.avatar--small:before, .tca .avatar--5.avatar--small:before, .tca .avatar--6.avatar--small:before, .tca .avatar--7.avatar--small:before, .tca .avatar--8.avatar--small:before, .tca .avatar--9.avatar--small:before, .tca .avatar--10.avatar--small:before, .tca .avatar--11.avatar--small:before, .tca .avatar--12.avatar--small:before, .tca .avatar--13.avatar--small:before, .tca .avatar--14.avatar--small:before, .tca .avatar--15.avatar--small:before, .tca .avatar--16.avatar--small:before, .tca .avatar--17.avatar--small:before, .tca .avatar--18.avatar--small:before, .tca .avatar--19.avatar--small:before, .tca .avatar--20.avatar--small:before, .tca .avatar--21.avatar--small:before, .tca .avatar--22.avatar--small:before, .tca .avatar--23.avatar--small:before, .tca .avatar--24.avatar--small:before {
            -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
        }

    .tca .avatar--1.avatar--medium, .tca .avatar--2.avatar--medium, .tca .avatar--3.avatar--medium, .tca .avatar--4.avatar--medium, .tca .avatar--5.avatar--medium, .tca .avatar--6.avatar--medium, .tca .avatar--7.avatar--medium, .tca .avatar--8.avatar--medium, .tca .avatar--9.avatar--medium, .tca .avatar--10.avatar--medium, .tca .avatar--11.avatar--medium, .tca .avatar--12.avatar--medium, .tca .avatar--13.avatar--medium, .tca .avatar--14.avatar--medium, .tca .avatar--15.avatar--medium, .tca .avatar--16.avatar--medium, .tca .avatar--17.avatar--medium, .tca .avatar--18.avatar--medium, .tca .avatar--19.avatar--medium, .tca .avatar--20.avatar--medium, .tca .avatar--21.avatar--medium, .tca .avatar--22.avatar--medium, .tca .avatar--23.avatar--medium, .tca .avatar--24.avatar--medium {
        width: 54px;
        height: 54px;
    }

        .tca .avatar--1.avatar--medium:before, .tca .avatar--2.avatar--medium:before, .tca .avatar--3.avatar--medium:before, .tca .avatar--4.avatar--medium:before, .tca .avatar--5.avatar--medium:before, .tca .avatar--6.avatar--medium:before, .tca .avatar--7.avatar--medium:before, .tca .avatar--8.avatar--medium:before, .tca .avatar--9.avatar--medium:before, .tca .avatar--10.avatar--medium:before, .tca .avatar--11.avatar--medium:before, .tca .avatar--12.avatar--medium:before, .tca .avatar--13.avatar--medium:before, .tca .avatar--14.avatar--medium:before, .tca .avatar--15.avatar--medium:before, .tca .avatar--16.avatar--medium:before, .tca .avatar--17.avatar--medium:before, .tca .avatar--18.avatar--medium:before, .tca .avatar--19.avatar--medium:before, .tca .avatar--20.avatar--medium:before, .tca .avatar--21.avatar--medium:before, .tca .avatar--22.avatar--medium:before, .tca .avatar--23.avatar--medium:before, .tca .avatar--24.avatar--medium:before {
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            transform: scale(0.6);
        }

    .tca .avatar--1.avatar--scale-xs-s, .tca .avatar--2.avatar--scale-xs-s, .tca .avatar--3.avatar--scale-xs-s, .tca .avatar--4.avatar--scale-xs-s, .tca .avatar--5.avatar--scale-xs-s, .tca .avatar--6.avatar--scale-xs-s, .tca .avatar--7.avatar--scale-xs-s, .tca .avatar--8.avatar--scale-xs-s, .tca .avatar--9.avatar--scale-xs-s, .tca .avatar--10.avatar--scale-xs-s, .tca .avatar--11.avatar--scale-xs-s, .tca .avatar--12.avatar--scale-xs-s, .tca .avatar--13.avatar--scale-xs-s, .tca .avatar--14.avatar--scale-xs-s, .tca .avatar--15.avatar--scale-xs-s, .tca .avatar--16.avatar--scale-xs-s, .tca .avatar--17.avatar--scale-xs-s, .tca .avatar--18.avatar--scale-xs-s, .tca .avatar--19.avatar--scale-xs-s, .tca .avatar--20.avatar--scale-xs-s, .tca .avatar--21.avatar--scale-xs-s, .tca .avatar--22.avatar--scale-xs-s, .tca .avatar--23.avatar--scale-xs-s, .tca .avatar--24.avatar--scale-xs-s {
        width: 40px;
        height: 40px;
    }

        .tca .avatar--1.avatar--scale-xs-s:before, .tca .avatar--2.avatar--scale-xs-s:before, .tca .avatar--3.avatar--scale-xs-s:before, .tca .avatar--4.avatar--scale-xs-s:before, .tca .avatar--5.avatar--scale-xs-s:before, .tca .avatar--6.avatar--scale-xs-s:before, .tca .avatar--7.avatar--scale-xs-s:before, .tca .avatar--8.avatar--scale-xs-s:before, .tca .avatar--9.avatar--scale-xs-s:before, .tca .avatar--10.avatar--scale-xs-s:before, .tca .avatar--11.avatar--scale-xs-s:before, .tca .avatar--12.avatar--scale-xs-s:before, .tca .avatar--13.avatar--scale-xs-s:before, .tca .avatar--14.avatar--scale-xs-s:before, .tca .avatar--15.avatar--scale-xs-s:before, .tca .avatar--16.avatar--scale-xs-s:before, .tca .avatar--17.avatar--scale-xs-s:before, .tca .avatar--18.avatar--scale-xs-s:before, .tca .avatar--19.avatar--scale-xs-s:before, .tca .avatar--20.avatar--scale-xs-s:before, .tca .avatar--21.avatar--scale-xs-s:before, .tca .avatar--22.avatar--scale-xs-s:before, .tca .avatar--23.avatar--scale-xs-s:before, .tca .avatar--24.avatar--scale-xs-s:before {
            -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
        }

    .tca .avatar--1.avatar--scale-xs-m, .tca .avatar--2.avatar--scale-xs-m, .tca .avatar--3.avatar--scale-xs-m, .tca .avatar--4.avatar--scale-xs-m, .tca .avatar--5.avatar--scale-xs-m, .tca .avatar--6.avatar--scale-xs-m, .tca .avatar--7.avatar--scale-xs-m, .tca .avatar--8.avatar--scale-xs-m, .tca .avatar--9.avatar--scale-xs-m, .tca .avatar--10.avatar--scale-xs-m, .tca .avatar--11.avatar--scale-xs-m, .tca .avatar--12.avatar--scale-xs-m, .tca .avatar--13.avatar--scale-xs-m, .tca .avatar--14.avatar--scale-xs-m, .tca .avatar--15.avatar--scale-xs-m, .tca .avatar--16.avatar--scale-xs-m, .tca .avatar--17.avatar--scale-xs-m, .tca .avatar--18.avatar--scale-xs-m, .tca .avatar--19.avatar--scale-xs-m, .tca .avatar--20.avatar--scale-xs-m, .tca .avatar--21.avatar--scale-xs-m, .tca .avatar--22.avatar--scale-xs-m, .tca .avatar--23.avatar--scale-xs-m, .tca .avatar--24.avatar--scale-xs-m {
        width: 54px;
        height: 54px;
    }

        .tca .avatar--1.avatar--scale-xs-m:before, .tca .avatar--2.avatar--scale-xs-m:before, .tca .avatar--3.avatar--scale-xs-m:before, .tca .avatar--4.avatar--scale-xs-m:before, .tca .avatar--5.avatar--scale-xs-m:before, .tca .avatar--6.avatar--scale-xs-m:before, .tca .avatar--7.avatar--scale-xs-m:before, .tca .avatar--8.avatar--scale-xs-m:before, .tca .avatar--9.avatar--scale-xs-m:before, .tca .avatar--10.avatar--scale-xs-m:before, .tca .avatar--11.avatar--scale-xs-m:before, .tca .avatar--12.avatar--scale-xs-m:before, .tca .avatar--13.avatar--scale-xs-m:before, .tca .avatar--14.avatar--scale-xs-m:before, .tca .avatar--15.avatar--scale-xs-m:before, .tca .avatar--16.avatar--scale-xs-m:before, .tca .avatar--17.avatar--scale-xs-m:before, .tca .avatar--18.avatar--scale-xs-m:before, .tca .avatar--19.avatar--scale-xs-m:before, .tca .avatar--20.avatar--scale-xs-m:before, .tca .avatar--21.avatar--scale-xs-m:before, .tca .avatar--22.avatar--scale-xs-m:before, .tca .avatar--23.avatar--scale-xs-m:before, .tca .avatar--24.avatar--scale-xs-m:before {
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            transform: scale(0.6);
        }

    .tca .avatar--1.avatar--scale-xs-l, .tca .avatar--2.avatar--scale-xs-l, .tca .avatar--3.avatar--scale-xs-l, .tca .avatar--4.avatar--scale-xs-l, .tca .avatar--5.avatar--scale-xs-l, .tca .avatar--6.avatar--scale-xs-l, .tca .avatar--7.avatar--scale-xs-l, .tca .avatar--8.avatar--scale-xs-l, .tca .avatar--9.avatar--scale-xs-l, .tca .avatar--10.avatar--scale-xs-l, .tca .avatar--11.avatar--scale-xs-l, .tca .avatar--12.avatar--scale-xs-l, .tca .avatar--13.avatar--scale-xs-l, .tca .avatar--14.avatar--scale-xs-l, .tca .avatar--15.avatar--scale-xs-l, .tca .avatar--16.avatar--scale-xs-l, .tca .avatar--17.avatar--scale-xs-l, .tca .avatar--18.avatar--scale-xs-l, .tca .avatar--19.avatar--scale-xs-l, .tca .avatar--20.avatar--scale-xs-l, .tca .avatar--21.avatar--scale-xs-l, .tca .avatar--22.avatar--scale-xs-l, .tca .avatar--23.avatar--scale-xs-l, .tca .avatar--24.avatar--scale-xs-l {
        width: 80px;
        height: 80px;
    }

        .tca .avatar--1.avatar--scale-xs-l:before, .tca .avatar--2.avatar--scale-xs-l:before, .tca .avatar--3.avatar--scale-xs-l:before, .tca .avatar--4.avatar--scale-xs-l:before, .tca .avatar--5.avatar--scale-xs-l:before, .tca .avatar--6.avatar--scale-xs-l:before, .tca .avatar--7.avatar--scale-xs-l:before, .tca .avatar--8.avatar--scale-xs-l:before, .tca .avatar--9.avatar--scale-xs-l:before, .tca .avatar--10.avatar--scale-xs-l:before, .tca .avatar--11.avatar--scale-xs-l:before, .tca .avatar--12.avatar--scale-xs-l:before, .tca .avatar--13.avatar--scale-xs-l:before, .tca .avatar--14.avatar--scale-xs-l:before, .tca .avatar--15.avatar--scale-xs-l:before, .tca .avatar--16.avatar--scale-xs-l:before, .tca .avatar--17.avatar--scale-xs-l:before, .tca .avatar--18.avatar--scale-xs-l:before, .tca .avatar--19.avatar--scale-xs-l:before, .tca .avatar--20.avatar--scale-xs-l:before, .tca .avatar--21.avatar--scale-xs-l:before, .tca .avatar--22.avatar--scale-xs-l:before, .tca .avatar--23.avatar--scale-xs-l:before, .tca .avatar--24.avatar--scale-xs-l:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    .tca .avatar--1:before {
        background-position: 0px 0px;
    }

    .tca .avatar--2:before {
        background-position: 0px -80px;
    }

    .tca .avatar--3:before {
        background-position: 0px -160px;
    }

    .tca .avatar--4:before {
        background-position: 0px -240px;
    }

    .tca .avatar--5:before {
        background-position: 0px -320px;
    }

    .tca .avatar--6:before {
        background-position: 0px -400px;
    }

    .tca .avatar--7:before {
        background-position: 0px -480px;
    }

    .tca .avatar--8:before {
        background-position: 0px -560px;
    }

    .tca .avatar--9:before {
        background-position: 0px -640px;
    }

    .tca .avatar--10:before {
        background-position: 0px -720px;
    }

    .tca .avatar--11:before {
        background-position: 0px -800px;
    }

    .tca .avatar--12:before {
        background-position: 0px -880px;
    }

    .tca .avatar--13:before {
        background-position: 0px -960px;
    }

    .tca .avatar--14:before {
        background-position: 0px -1040px;
    }

    .tca .avatar--15:before {
        background-position: 0px -1120px;
    }

    .tca .avatar--16:before {
        background-position: 0px -1200px;
    }

    .tca .avatar--17:before {
        background-position: 0px -1280px;
    }

    .tca .avatar--18:before {
        background-position: 0px -1360px;
    }

    .tca .avatar--19:before {
        background-position: 0px -1440px;
    }

    .tca .avatar--20:before {
        background-position: 0px -1520px;
    }

    .tca .avatar--21:before {
        background-position: 0px -1600px;
    }

    .tca .avatar--22:before {
        background-position: 0px -1680px;
    }

    .tca .avatar--23:before {
        background-position: 0px -1760px;
    }

    .tca .avatar--24:before {
        background-position: 0px -1840px;
    }

.tca .avatar--infant {
    display: inline-block;
    height: 80px;
    vertical-align: middle;
}

    .tca .avatar--infant:before {
        content: '\e959';
        display: inline-block;
        width: 80px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 60px;
        line-height: 80px;
    }

    .tca .avatar--infant.avatar--small {
        width: 40px;
        height: 40px;
    }

        .tca .avatar--infant.avatar--small:before {
            width: 40px;
            height: 40px;
            font-size: 30px;
            line-height: 40px;
        }

    .tca .avatar--infant.avatar--medium {
        width: 54px;
        height: 54px;
    }

        .tca .avatar--infant.avatar--medium:before {
            width: 54px;
            height: 54px;
            font-size: 42px;
            line-height: 54px;
        }

    .tca .avatar--infant.avatar--scale-xs-s {
        width: 40px;
        height: 40px;
    }

        .tca .avatar--infant.avatar--scale-xs-s:before {
            width: 40px;
            height: 40px;
            font-size: 30px;
            line-height: 40px;
        }

    .tca .avatar--infant.avatar--scale-xs-m {
        width: 54px;
        height: 54px;
    }

        .tca .avatar--infant.avatar--scale-xs-m:before {
            width: 54px;
            height: 54px;
            font-size: 42px;
            line-height: 54px;
        }

    .tca .avatar--infant.avatar--scale-xs-l {
        width: 80px;
        height: 80px;
    }

        .tca .avatar--infant.avatar--scale-xs-l:before {
            width: 80px;
            height: 80px;
            font-size: 60px;
            line-height: 80px;
        }

.tca .avatar__checkbox {
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
}

    .tca .avatar__checkbox input {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tca .avatar__checkbox .avatar__checkicon.selected, .tca .avatar__checkbox [type="checkbox"]:checked + i.avatar__checkicon {
        background-color: #4e4a41;
        box-shadow: 0px 0px 3px 3px #f8ac00;
        border-radius: 5px;
    }

    .tca .avatar__checkbox [type="checkbox"]:focus + i.avatar__checkicon {
        background-color: #4e4a41;
        box-shadow: 0px 0px 3px 3px #dc3566;
        border-radius: 5px;
    }

.tca .avatar__checkicon {
    text-align: left;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .tca .avatar__checkicon:before {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .tca .avatar__checkicon:hover {
        background-color: #4e4a41;
    }

.tca .avatar__select-container {
    display: block;
    position: relative;
    margin: 20px 0 15px 0;
}

.tca .avatar__selector {
    display: inline-block;
    position: relative;
    width: 32%;
    padding-bottom: 32%;
    text-align: center;
}

    .tca .avatar__selector input {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tca .avatar__selector label {
        display: block;
    }

    .tca .avatar__selector i {
        position: absolute;
        width: 93px;
        height: 93px;
        top: 50%;
        left: 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.9);
        -ms-transform: translateY(-50%) translateX(-50%) scale(0.9);
        transform: translateY(-50%) translateX(-50%) scale(0.9);
        border-radius: 16px;
        padding-bottom: 3px;
        border: 2px solid transparent;
        -webkit-transition: -webkit-transform ease 0.2s;
        transition: -webkit-transform ease 0.2s;
        transition: transform ease 0.2s;
        transition: transform ease 0.2s, -webkit-transform ease 0.2s;
    }

        .tca .avatar__selector i:before {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .tca .avatar__selector i:hover {
            background-color: #4e4a41;
            cursor: pointer;
        }

        .tca .avatar__selector i:focus, .tca .avatar__selector i:active, .tca .avatar__selector i.selected {
            border: 2px solid #f8ac00;
        }

        .tca .avatar__selector i:focus {
            outline: 0;
            box-shadow: 0 0 3pt 2pt #dc3566;
        }

@media (min-width: 335px) {
    .tca .avatar__selector i {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
        -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
        transform: translateY(-50%) translateX(-50%) scale(1.2);
    }
}

@media (min-width: 435px) {
    .tca .avatar__selector i {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1.4);
        -ms-transform: translateY(-50%) translateX(-50%) scale(1.4);
        transform: translateY(-50%) translateX(-50%) scale(1.4);
    }
}

@media (min-width: 535px) {
    .tca .avatar__selector i {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1.6);
        -ms-transform: translateY(-50%) translateX(-50%) scale(1.6);
        transform: translateY(-50%) translateX(-50%) scale(1.6);
    }
}

@media (min-width: 635px) {
    .tca .avatar__checkicon {
        width: 88px;
        height: 88px;
        margin: 4px;
    }

        .tca .avatar__checkicon:before {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .tca .avatar__selector {
        width: 24.5%;
        padding-bottom: 24%;
    }

        .tca .avatar__selector i {
            -webkit-transform: translateY(-50%) translateX(-50%) scale(1.7);
            -ms-transform: translateY(-50%) translateX(-50%) scale(1.7);
            transform: translateY(-50%) translateX(-50%) scale(1.7);
        }

    .tca .avatar--1.avatar--scale-sm-s, .tca .avatar--2.avatar--scale-sm-s, .tca .avatar--3.avatar--scale-sm-s, .tca .avatar--4.avatar--scale-sm-s, .tca .avatar--5.avatar--scale-sm-s, .tca .avatar--6.avatar--scale-sm-s, .tca .avatar--7.avatar--scale-sm-s, .tca .avatar--8.avatar--scale-sm-s, .tca .avatar--9.avatar--scale-sm-s, .tca .avatar--10.avatar--scale-sm-s, .tca .avatar--11.avatar--scale-sm-s, .tca .avatar--12.avatar--scale-sm-s, .tca .avatar--13.avatar--scale-sm-s, .tca .avatar--14.avatar--scale-sm-s, .tca .avatar--15.avatar--scale-sm-s, .tca .avatar--16.avatar--scale-sm-s, .tca .avatar--17.avatar--scale-sm-s, .tca .avatar--18.avatar--scale-sm-s, .tca .avatar--19.avatar--scale-sm-s, .tca .avatar--20.avatar--scale-sm-s, .tca .avatar--21.avatar--scale-sm-s, .tca .avatar--22.avatar--scale-sm-s, .tca .avatar--23.avatar--scale-sm-s, .tca .avatar--24.avatar--scale-sm-s {
        width: 40px;
        height: 40px;
    }

        .tca .avatar--1.avatar--scale-sm-s:before, .tca .avatar--2.avatar--scale-sm-s:before, .tca .avatar--3.avatar--scale-sm-s:before, .tca .avatar--4.avatar--scale-sm-s:before, .tca .avatar--5.avatar--scale-sm-s:before, .tca .avatar--6.avatar--scale-sm-s:before, .tca .avatar--7.avatar--scale-sm-s:before, .tca .avatar--8.avatar--scale-sm-s:before, .tca .avatar--9.avatar--scale-sm-s:before, .tca .avatar--10.avatar--scale-sm-s:before, .tca .avatar--11.avatar--scale-sm-s:before, .tca .avatar--12.avatar--scale-sm-s:before, .tca .avatar--13.avatar--scale-sm-s:before, .tca .avatar--14.avatar--scale-sm-s:before, .tca .avatar--15.avatar--scale-sm-s:before, .tca .avatar--16.avatar--scale-sm-s:before, .tca .avatar--17.avatar--scale-sm-s:before, .tca .avatar--18.avatar--scale-sm-s:before, .tca .avatar--19.avatar--scale-sm-s:before, .tca .avatar--20.avatar--scale-sm-s:before, .tca .avatar--21.avatar--scale-sm-s:before, .tca .avatar--22.avatar--scale-sm-s:before, .tca .avatar--23.avatar--scale-sm-s:before, .tca .avatar--24.avatar--scale-sm-s:before {
            -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
        }

    .tca .avatar--1.avatar--scale-sm-m, .tca .avatar--2.avatar--scale-sm-m, .tca .avatar--3.avatar--scale-sm-m, .tca .avatar--4.avatar--scale-sm-m, .tca .avatar--5.avatar--scale-sm-m, .tca .avatar--6.avatar--scale-sm-m, .tca .avatar--7.avatar--scale-sm-m, .tca .avatar--8.avatar--scale-sm-m, .tca .avatar--9.avatar--scale-sm-m, .tca .avatar--10.avatar--scale-sm-m, .tca .avatar--11.avatar--scale-sm-m, .tca .avatar--12.avatar--scale-sm-m, .tca .avatar--13.avatar--scale-sm-m, .tca .avatar--14.avatar--scale-sm-m, .tca .avatar--15.avatar--scale-sm-m, .tca .avatar--16.avatar--scale-sm-m, .tca .avatar--17.avatar--scale-sm-m, .tca .avatar--18.avatar--scale-sm-m, .tca .avatar--19.avatar--scale-sm-m, .tca .avatar--20.avatar--scale-sm-m, .tca .avatar--21.avatar--scale-sm-m, .tca .avatar--22.avatar--scale-sm-m, .tca .avatar--23.avatar--scale-sm-m, .tca .avatar--24.avatar--scale-sm-m {
        width: 54px;
        height: 54px;
    }

        .tca .avatar--1.avatar--scale-sm-m:before, .tca .avatar--2.avatar--scale-sm-m:before, .tca .avatar--3.avatar--scale-sm-m:before, .tca .avatar--4.avatar--scale-sm-m:before, .tca .avatar--5.avatar--scale-sm-m:before, .tca .avatar--6.avatar--scale-sm-m:before, .tca .avatar--7.avatar--scale-sm-m:before, .tca .avatar--8.avatar--scale-sm-m:before, .tca .avatar--9.avatar--scale-sm-m:before, .tca .avatar--10.avatar--scale-sm-m:before, .tca .avatar--11.avatar--scale-sm-m:before, .tca .avatar--12.avatar--scale-sm-m:before, .tca .avatar--13.avatar--scale-sm-m:before, .tca .avatar--14.avatar--scale-sm-m:before, .tca .avatar--15.avatar--scale-sm-m:before, .tca .avatar--16.avatar--scale-sm-m:before, .tca .avatar--17.avatar--scale-sm-m:before, .tca .avatar--18.avatar--scale-sm-m:before, .tca .avatar--19.avatar--scale-sm-m:before, .tca .avatar--20.avatar--scale-sm-m:before, .tca .avatar--21.avatar--scale-sm-m:before, .tca .avatar--22.avatar--scale-sm-m:before, .tca .avatar--23.avatar--scale-sm-m:before, .tca .avatar--24.avatar--scale-sm-m:before {
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            transform: scale(0.6);
        }

    .tca .avatar--1.avatar--scale-sm-l, .tca .avatar--2.avatar--scale-sm-l, .tca .avatar--3.avatar--scale-sm-l, .tca .avatar--4.avatar--scale-sm-l, .tca .avatar--5.avatar--scale-sm-l, .tca .avatar--6.avatar--scale-sm-l, .tca .avatar--7.avatar--scale-sm-l, .tca .avatar--8.avatar--scale-sm-l, .tca .avatar--9.avatar--scale-sm-l, .tca .avatar--10.avatar--scale-sm-l, .tca .avatar--11.avatar--scale-sm-l, .tca .avatar--12.avatar--scale-sm-l, .tca .avatar--13.avatar--scale-sm-l, .tca .avatar--14.avatar--scale-sm-l, .tca .avatar--15.avatar--scale-sm-l, .tca .avatar--16.avatar--scale-sm-l, .tca .avatar--17.avatar--scale-sm-l, .tca .avatar--18.avatar--scale-sm-l, .tca .avatar--19.avatar--scale-sm-l, .tca .avatar--20.avatar--scale-sm-l, .tca .avatar--21.avatar--scale-sm-l, .tca .avatar--22.avatar--scale-sm-l, .tca .avatar--23.avatar--scale-sm-l, .tca .avatar--24.avatar--scale-sm-l {
        width: 80px;
        height: 80px;
    }

        .tca .avatar--1.avatar--scale-sm-l:before, .tca .avatar--2.avatar--scale-sm-l:before, .tca .avatar--3.avatar--scale-sm-l:before, .tca .avatar--4.avatar--scale-sm-l:before, .tca .avatar--5.avatar--scale-sm-l:before, .tca .avatar--6.avatar--scale-sm-l:before, .tca .avatar--7.avatar--scale-sm-l:before, .tca .avatar--8.avatar--scale-sm-l:before, .tca .avatar--9.avatar--scale-sm-l:before, .tca .avatar--10.avatar--scale-sm-l:before, .tca .avatar--11.avatar--scale-sm-l:before, .tca .avatar--12.avatar--scale-sm-l:before, .tca .avatar--13.avatar--scale-sm-l:before, .tca .avatar--14.avatar--scale-sm-l:before, .tca .avatar--15.avatar--scale-sm-l:before, .tca .avatar--16.avatar--scale-sm-l:before, .tca .avatar--17.avatar--scale-sm-l:before, .tca .avatar--18.avatar--scale-sm-l:before, .tca .avatar--19.avatar--scale-sm-l:before, .tca .avatar--20.avatar--scale-sm-l:before, .tca .avatar--21.avatar--scale-sm-l:before, .tca .avatar--22.avatar--scale-sm-l:before, .tca .avatar--23.avatar--scale-sm-l:before, .tca .avatar--24.avatar--scale-sm-l:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    .tca .avatar--infant.avatar--scale-sm-s {
        width: 40px;
        height: 40px;
    }

        .tca .avatar--infant.avatar--scale-sm-s:before {
            width: 40px;
            height: 40px;
            font-size: 30px;
            line-height: 40px;
        }

    .tca .avatar--infant.avatar--scale-sm-m {
        width: 54px;
        height: 54px;
    }

        .tca .avatar--infant.avatar--scale-sm-m:before {
            width: 54px;
            height: 54px;
            font-size: 42px;
            line-height: 54px;
        }

    .tca .avatar--infant.avatar--scale-sm-l {
        width: 80px;
        height: 80px;
    }

        .tca .avatar--infant.avatar--scale-sm-l:before {
            width: 80px;
            height: 80px;
            font-size: 60px;
            line-height: 80px;
        }
}

@media (min-width: 1025px) {
    .tca .avatar__selector {
        width: 19.53%;
        padding-bottom: 19.53%;
    }

    .tca .avatar--1.avatar--scale-md-s, .tca .avatar--2.avatar--scale-md-s, .tca .avatar--3.avatar--scale-md-s, .tca .avatar--4.avatar--scale-md-s, .tca .avatar--5.avatar--scale-md-s, .tca .avatar--6.avatar--scale-md-s, .tca .avatar--7.avatar--scale-md-s, .tca .avatar--8.avatar--scale-md-s, .tca .avatar--9.avatar--scale-md-s, .tca .avatar--10.avatar--scale-md-s, .tca .avatar--11.avatar--scale-md-s, .tca .avatar--12.avatar--scale-md-s, .tca .avatar--13.avatar--scale-md-s, .tca .avatar--14.avatar--scale-md-s, .tca .avatar--15.avatar--scale-md-s, .tca .avatar--16.avatar--scale-md-s, .tca .avatar--17.avatar--scale-md-s, .tca .avatar--18.avatar--scale-md-s, .tca .avatar--19.avatar--scale-md-s, .tca .avatar--20.avatar--scale-md-s, .tca .avatar--21.avatar--scale-md-s, .tca .avatar--22.avatar--scale-md-s, .tca .avatar--23.avatar--scale-md-s, .tca .avatar--24.avatar--scale-md-s {
        width: 40px;
        height: 40px;
    }

        .tca .avatar--1.avatar--scale-md-s:before, .tca .avatar--2.avatar--scale-md-s:before, .tca .avatar--3.avatar--scale-md-s:before, .tca .avatar--4.avatar--scale-md-s:before, .tca .avatar--5.avatar--scale-md-s:before, .tca .avatar--6.avatar--scale-md-s:before, .tca .avatar--7.avatar--scale-md-s:before, .tca .avatar--8.avatar--scale-md-s:before, .tca .avatar--9.avatar--scale-md-s:before, .tca .avatar--10.avatar--scale-md-s:before, .tca .avatar--11.avatar--scale-md-s:before, .tca .avatar--12.avatar--scale-md-s:before, .tca .avatar--13.avatar--scale-md-s:before, .tca .avatar--14.avatar--scale-md-s:before, .tca .avatar--15.avatar--scale-md-s:before, .tca .avatar--16.avatar--scale-md-s:before, .tca .avatar--17.avatar--scale-md-s:before, .tca .avatar--18.avatar--scale-md-s:before, .tca .avatar--19.avatar--scale-md-s:before, .tca .avatar--20.avatar--scale-md-s:before, .tca .avatar--21.avatar--scale-md-s:before, .tca .avatar--22.avatar--scale-md-s:before, .tca .avatar--23.avatar--scale-md-s:before, .tca .avatar--24.avatar--scale-md-s:before {
            -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
        }

    .tca .avatar--1.avatar--scale-md-m, .tca .avatar--2.avatar--scale-md-m, .tca .avatar--3.avatar--scale-md-m, .tca .avatar--4.avatar--scale-md-m, .tca .avatar--5.avatar--scale-md-m, .tca .avatar--6.avatar--scale-md-m, .tca .avatar--7.avatar--scale-md-m, .tca .avatar--8.avatar--scale-md-m, .tca .avatar--9.avatar--scale-md-m, .tca .avatar--10.avatar--scale-md-m, .tca .avatar--11.avatar--scale-md-m, .tca .avatar--12.avatar--scale-md-m, .tca .avatar--13.avatar--scale-md-m, .tca .avatar--14.avatar--scale-md-m, .tca .avatar--15.avatar--scale-md-m, .tca .avatar--16.avatar--scale-md-m, .tca .avatar--17.avatar--scale-md-m, .tca .avatar--18.avatar--scale-md-m, .tca .avatar--19.avatar--scale-md-m, .tca .avatar--20.avatar--scale-md-m, .tca .avatar--21.avatar--scale-md-m, .tca .avatar--22.avatar--scale-md-m, .tca .avatar--23.avatar--scale-md-m, .tca .avatar--24.avatar--scale-md-m {
        width: 54px;
        height: 54px;
    }

        .tca .avatar--1.avatar--scale-md-m:before, .tca .avatar--2.avatar--scale-md-m:before, .tca .avatar--3.avatar--scale-md-m:before, .tca .avatar--4.avatar--scale-md-m:before, .tca .avatar--5.avatar--scale-md-m:before, .tca .avatar--6.avatar--scale-md-m:before, .tca .avatar--7.avatar--scale-md-m:before, .tca .avatar--8.avatar--scale-md-m:before, .tca .avatar--9.avatar--scale-md-m:before, .tca .avatar--10.avatar--scale-md-m:before, .tca .avatar--11.avatar--scale-md-m:before, .tca .avatar--12.avatar--scale-md-m:before, .tca .avatar--13.avatar--scale-md-m:before, .tca .avatar--14.avatar--scale-md-m:before, .tca .avatar--15.avatar--scale-md-m:before, .tca .avatar--16.avatar--scale-md-m:before, .tca .avatar--17.avatar--scale-md-m:before, .tca .avatar--18.avatar--scale-md-m:before, .tca .avatar--19.avatar--scale-md-m:before, .tca .avatar--20.avatar--scale-md-m:before, .tca .avatar--21.avatar--scale-md-m:before, .tca .avatar--22.avatar--scale-md-m:before, .tca .avatar--23.avatar--scale-md-m:before, .tca .avatar--24.avatar--scale-md-m:before {
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            transform: scale(0.6);
        }

    .tca .avatar--1.avatar--scale-md-l, .tca .avatar--2.avatar--scale-md-l, .tca .avatar--3.avatar--scale-md-l, .tca .avatar--4.avatar--scale-md-l, .tca .avatar--5.avatar--scale-md-l, .tca .avatar--6.avatar--scale-md-l, .tca .avatar--7.avatar--scale-md-l, .tca .avatar--8.avatar--scale-md-l, .tca .avatar--9.avatar--scale-md-l, .tca .avatar--10.avatar--scale-md-l, .tca .avatar--11.avatar--scale-md-l, .tca .avatar--12.avatar--scale-md-l, .tca .avatar--13.avatar--scale-md-l, .tca .avatar--14.avatar--scale-md-l, .tca .avatar--15.avatar--scale-md-l, .tca .avatar--16.avatar--scale-md-l, .tca .avatar--17.avatar--scale-md-l, .tca .avatar--18.avatar--scale-md-l, .tca .avatar--19.avatar--scale-md-l, .tca .avatar--20.avatar--scale-md-l, .tca .avatar--21.avatar--scale-md-l, .tca .avatar--22.avatar--scale-md-l, .tca .avatar--23.avatar--scale-md-l, .tca .avatar--24.avatar--scale-md-l {
        width: 80px;
        height: 80px;
    }

        .tca .avatar--1.avatar--scale-md-l:before, .tca .avatar--2.avatar--scale-md-l:before, .tca .avatar--3.avatar--scale-md-l:before, .tca .avatar--4.avatar--scale-md-l:before, .tca .avatar--5.avatar--scale-md-l:before, .tca .avatar--6.avatar--scale-md-l:before, .tca .avatar--7.avatar--scale-md-l:before, .tca .avatar--8.avatar--scale-md-l:before, .tca .avatar--9.avatar--scale-md-l:before, .tca .avatar--10.avatar--scale-md-l:before, .tca .avatar--11.avatar--scale-md-l:before, .tca .avatar--12.avatar--scale-md-l:before, .tca .avatar--13.avatar--scale-md-l:before, .tca .avatar--14.avatar--scale-md-l:before, .tca .avatar--15.avatar--scale-md-l:before, .tca .avatar--16.avatar--scale-md-l:before, .tca .avatar--17.avatar--scale-md-l:before, .tca .avatar--18.avatar--scale-md-l:before, .tca .avatar--19.avatar--scale-md-l:before, .tca .avatar--20.avatar--scale-md-l:before, .tca .avatar--21.avatar--scale-md-l:before, .tca .avatar--22.avatar--scale-md-l:before, .tca .avatar--23.avatar--scale-md-l:before, .tca .avatar--24.avatar--scale-md-l:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    .tca .avatar--infant.avatar--scale-md-s {
        width: 40px;
        height: 40px;
    }

        .tca .avatar--infant.avatar--scale-md-s:before {
            width: 40px;
            height: 40px;
            font-size: 30px;
            line-height: 40px;
        }

    .tca .avatar--infant.avatar--scale-md-m {
        width: 54px;
        height: 54px;
    }

        .tca .avatar--infant.avatar--scale-md-m:before {
            width: 54px;
            height: 54px;
            font-size: 42px;
            line-height: 54px;
        }

    .tca .avatar--infant.avatar--scale-md-l {
        width: 80px;
        height: 80px;
    }

        .tca .avatar--infant.avatar--scale-md-l:before {
            width: 80px;
            height: 80px;
            font-size: 60px;
            line-height: 80px;
        }
}

.tca .avatar-flat {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin: 0px 4px;
    font-style: normal;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    overflow: hidden;
}

.tca .avatar-flat--blue {
    background-color: #00799b;
}

    .tca .avatar-flat--blue:hover, .tca .avatar-flat--blue:active {
        background-color: #003d4f;
    }

.tca .avatar-flat--light-blue {
    background-color: #56b8b9;
}

    .tca .avatar-flat--light-blue:hover, .tca .avatar-flat--light-blue:active {
        background-color: #39898a;
    }

.tca .avatar-flat--orange {
    background-color: #f29450;
}

    .tca .avatar-flat--orange:hover, .tca .avatar-flat--orange:active {
        background-color: #e56a11;
    }

.tca .avatar-flat--burnt-orange {
    background-color: #e66a44;
}

    .tca .avatar-flat--burnt-orange:hover, .tca .avatar-flat--burnt-orange:active {
        background-color: #c3421a;
    }

.tca .avatar-flat--green {
    background-color: #789520;
}

    .tca .avatar-flat--green:hover, .tca .avatar-flat--green:active {
        background-color: #455612;
    }

.tca .avatar-flat--red {
    background-color: #ac2b29;
}

    .tca .avatar-flat--red:hover, .tca .avatar-flat--red:active {
        background-color: #6e1c1a;
    }

.tca .avatar-flat--large {
    font-size: 30px;
    line-height: 76px;
    width: 76px;
}

.tca .avatar-flat.avatar--scale-xs-s {
    width: 36px;
    line-height: 36px;
    font-size: 15px;
}

.tca .avatar-flat.avatar--scale-xs-m {
    width: 44px;
    line-height: 44px;
    font-size: 20px;
}

.tca .avatar-flat.avatar--scale-xs-l {
    width: 76px;
    line-height: 76px;
    font-size: 30px;
}

@media (min-width: 635px) {
    .tca .avatar-flat {
        width: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .tca .avatar-flat--large {
        font-size: 30px;
        line-height: 76px;
        width: 76px;
    }

    .tca .avatar-flat.avatar--scale-sm-s {
        width: 36px;
        line-height: 36px;
        font-size: 15px;
    }

    .tca .avatar-flat.avatar--scale-sm-m {
        width: 44px;
        line-height: 44px;
        font-size: 20px;
    }

    .tca .avatar-flat.avatar--scale-sm-l {
        width: 76px;
        line-height: 76px;
        font-size: 30px;
    }
}

@media (min-width: 1025px) {
    .tca .avatar-flat {
        width: 76px;
        line-height: 76px;
        font-size: 30px;
    }

        .tca .avatar-flat.avatar--scale-md-s {
            width: 36px;
            line-height: 36px;
            font-size: 15px;
        }

        .tca .avatar-flat.avatar--scale-md-m {
            width: 44px;
            line-height: 44px;
            font-size: 20px;
        }

        .tca .avatar-flat.avatar--scale-md-l {
            width: 76px;
            line-height: 76px;
            font-size: 30px;
        }
}

.tca .avatar-icon {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin: 0px 4px;
    font-style: normal;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    overflow: hidden;
    vertical-align: middle;
}

    .tca .avatar-icon:before {
        color: #fff;
    }

.tca .avatar-icon--blue {
    background-color: #00799b;
}

    .tca .avatar-icon--blue:hover, .tca .avatar-icon--blue:active {
        background-color: #003d4f;
    }

.tca .avatar-icon--light-blue {
    background-color: #56b8b9;
}

    .tca .avatar-icon--light-blue:hover, .tca .avatar-icon--light-blue:active {
        background-color: #39898a;
    }

.tca .avatar-icon--orange {
    background-color: #f29450;
}

    .tca .avatar-icon--orange:hover, .tca .avatar-icon--orange:active {
        background-color: #e56a11;
    }

.tca .avatar-icon--burnt-orange {
    background-color: #e66a44;
}

    .tca .avatar-icon--burnt-orange:hover, .tca .avatar-icon--burnt-orange:active {
        background-color: #c3421a;
    }

.tca .avatar-icon--green {
    background-color: #789520;
}

    .tca .avatar-icon--green:hover, .tca .avatar-icon--green:active {
        background-color: #455612;
    }

.tca .avatar-icon--red {
    background-color: #ac2b29;
}

    .tca .avatar-icon--red:hover, .tca .avatar-icon--red:active {
        background-color: #6e1c1a;
    }

.tca .avatar-icon--large {
    font-size: 30px;
    line-height: 76px;
    width: 76px;
}

.tca .avatar-icon.avatar--scale-xs-s {
    width: 36px;
    line-height: 36px;
    font-size: 26px;
}

.tca .avatar-icon.avatar--scale-xs-m {
    width: 44px;
    line-height: 44px;
    font-size: 30px;
}

.tca .avatar-icon.avatar--scale-xs-l {
    width: 76px;
    line-height: 76px;
    font-size: 36px;
}

@media (min-width: 635px) {
    .tca .avatar-icon {
        width: 50px;
        line-height: 50px;
        font-size: 30px;
    }

    .tca .avatar-icon--large {
        font-size: 30px;
        line-height: 76px;
        width: 76px;
    }

    .tca .avatar-icon.avatar--scale-sm-s {
        width: 36px;
        line-height: 36px;
        font-size: 26px;
    }

    .tca .avatar-icon.avatar--scale-sm-m {
        width: 44px;
        line-height: 44px;
        font-size: 30px;
    }

    .tca .avatar-icon.avatar--scale-sm-l {
        width: 76px;
        line-height: 76px;
        font-size: 36px;
    }
}

@media (min-width: 1025px) {
    .tca .avatar-icon {
        width: 70px;
        line-height: 70px;
        font-size: 36px;
    }

        .tca .avatar-icon.avatar--scale-md-s {
            width: 36px;
            line-height: 36px;
            font-size: 20px;
        }

        .tca .avatar-icon.avatar--scale-md-m {
            width: 44px;
            line-height: 44px;
            font-size: 26px;
        }

        .tca .avatar-icon.avatar--scale-md-l {
            width: 76px;
            line-height: 76px;
            font-size: 42px;
        }
}

.tca .btn {
    background-color: #ff8200;
    border-radius: 5px;
    color: #FFF;
    display: block;
    font-size: 18px;
    line-height: 22px;
    height: auto;
    min-height: 55px;
    margin: 10px 0;
    padding: 15px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    /*-webkit-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;*/
}

    .tca .btn:hover {
        background-color: #ff9b33;
        color: #FFF;
        text-decoration: none;
        /*-webkit-transition: background 0.1s ease-in;
        transition: background 0.1s ease-in;*/
    }

    .tca .btn:focus {
        box-shadow: 0 0 0 2px #dc3566;
        color: #fff;
        outline: 0;
        text-decoration: none;
    }

    .tca .btn:active, .tca .btn.active {
        background-color: #f8ac00;
        color: #4e4a41;
        text-decoration: none;
    }

        .tca .btn:active:after, .tca .btn.active:after {
            color: #4e4a41;
        }

        .tca .btn:active i, .tca .btn.active i {
            color: #4e4a41;
        }

        .tca .btn:active.btn--plane:before, .tca .btn:active.btn--plane:after, .tca .btn.active.btn--plane:before, .tca .btn.active.btn--plane:after {
            color: #f8ac00;
        }

        .tca .btn:active .btn__price, .tca .btn.active .btn__price {
            color: #4e4a41;
        }

        .tca .btn:active .btn__addon, .tca .btn.active .btn__addon {
            display: none;
        }

    .tca .btn i {
        vertical-align: middle;
        font-size: 26px;
        padding-left: 2px;
    }

.tca .btn--narrow {
    min-height: 45px;
    padding: 13px 8px;
}

.tca .btn--warm-grey {
    background-color: #4e4a41;
}

    .tca .btn--warm-grey:hover {
        background-color: #6b665d;
        color: #fff;
    }

    .tca .btn--warm-grey:focus {
        color: #fff;
    }

    .tca .btn--warm-grey:active, .tca .btn--warm-grey.active {
        background-color: #f8ac00;
        color: #4e4a41;
    }

        .tca .btn--warm-grey:active .btn__price, .tca .btn--warm-grey.active .btn__price {
            color: #4e4a41;
        }

    .tca .btn--warm-grey i {
        color: #f8ac00;
    }

    .tca .btn--warm-grey .btn__price {
        color: #f8ac00;
    }

.tca .btn--white {
    background-color: #fff;
}

    .tca .btn--white:hover {
        background-color: #ffbe2c;
        color: #4e4a41;
    }

    .tca .btn--white:focus {
        color: #4e4a41;
    }

    .tca .btn--white:active, .tca .btn--white.active {
        background-color: #f8ac00;
        color: #fff;
    }

        .tca .btn--white:active .btn__price, .tca .btn--white.active .btn__price {
            color: #4e4a41;
        }

    .tca .btn--white i {
        color: #f8ac00;
    }

    .tca .btn--white .btn__price {
        color: #f8ac00;
    }

.tca .btn--dark-blue {
    background-color: #005168;
}

    .tca .btn--dark-blue:hover {
        background-color: #003d4f;
        color: #fff;
    }

.tca .btn--white {
    background-color: #fff;
    color: #4e4a41;
}

    .tca .btn--white:hover, .tca .btn--white:active, .tca .btn--white.active {
        background-color: #f8ac00;
        color: #4e4a41;
    }

.tca .btn--border-white {
    border: 2px solid #fff;
}

.tca .btn--small {
    display: table;
    font-size: 18px;
    min-height: 35px;
    max-height: 35px;
    margin: 7px auto;
    padding: 8px 30px;
    min-width: 155px;
    position: relative;
}

    .tca .btn--small:after {
        font-size: 16px;
    }

.tca .btn--small-block {
    display: block;
    padding: 6px 3px;
    text-align: center;
}

.tca .btn--large {
    font-size: 24px;
    line-height: 26px;
}

    .tca .btn--large.btn-subtitle, .tca .btn--large.btn--plane-subtitle {
        padding: 12px 10px;
    }

    .tca .btn--large .btn__subtitle {
        font-size: 13px;
        line-height: 16px;
    }

.tca .btn--addon {
    margin-bottom: 35px;
}

    .tca .btn--addon:focus .btn__addon--bottom {
        margin-top: 3px;
    }

.tca .btn--plane {
    font-size: 24px;
    height: auto;
    margin: 7px 10px 27px 0px;
    min-height: 65px;
    padding: 15px 10px;
}

.tca .btn--plane-subtitle {
    padding: 13px 10px;
}

.tca .btn--plane:before, .tca .btn--plane:after {
    bottom: -30px;
    color: #00799b;
    content: '\e90d';
    direction: rtl;
    display: block;
    font-size: 100px;
    height: 72px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: -15px;
    text-align: right;
    vertical-align: bottom;
    width: 215px;
    z-index: 2;
}

    .tca .btn--plane:before:hover, .tca .btn--plane:before:focus, .tca .btn--plane:after:hover, .tca .btn--plane:after:focus {
        outline: none;
    }

.tca .btn--plane:after {
    width: 0px;
    direction: ltr;
    text-align: left;
    right: auto;
    left: calc(100% - 183px);
}

.tca .btn--plane.button-clicked:before {
    -webkit-animation: takeoff-before 1s linear;
    animation: takeoff-before 1s linear;
}

.tca .btn--plane.button-clicked:after {
    -webkit-animation: takeoff-after 1s linear;
    animation: takeoff-after 1s linear;
}

.tca .btn--popup i {
    color: #fff;
    font-size: 18px;
    padding-left: 2px;
    vertical-align: top;
}

.tca .btn--invalid {
    background-color: #5590ae;
    color: #fff;
    text-decoration: none;
}

.tca .btn__price {
    display: inline-block;
    font-size: 16px;
    padding-left: 3px;
}

.tca .btn__addon {
    border-radius: 0px 0px 5px 5px;
    cursor: default;
    font-size: 15px;
    position: absolute;
}

.tca .btn__addon--bottom {
    min-width: 100px;
    padding: 2px 10px;
    right: 10px;
    top: 100%;
}

.tca .btn__addon--top {
    border-radius: 2px;
    font-size: 12px;
    right: 6px;
    top: -15px;
    padding: 0px 10px;
}

.tca .btn__addon--top-right {
    top: 13px;
    right: 13px;
}

.tca .btn__subtitle {
    display: block;
    font-size: 12px;
}

.tca .btn-subtitle {
    font-size: 24px;
    height: auto;
    min-height: 65px;
    padding: 13px 10px;
}

.tca .btn--t3, .tca .btn--t3-dark {
    background-color: #fff;
    border: 1px solid #a8a6a4;
    color: #4e4a41;
    min-height: 33px;
    max-height: unset;
    padding: 8px 22px;
    margin: 7px 4px;
}

    .tca .btn--t3:focus, .tca .btn--t3-dark:focus {
        color: #4e4a41;
        background-color: #fff;
    }

    .tca .btn--t3:hover, .tca .btn--t3-dark:hover {
        color: #4e4a41;
        background-color: #dcdbd9;
    }

    .tca .btn--t3:active, .tca .btn--t3-dark:active {
        color: #4e4a41;
        background-color: #f8ac00;
        border: 1px solid #f8ac00;
    }

.tca .btn--t3-block, .tca .btn--t3-dark-block {
    display: block;
}

.tca .btn--t3-dark {
    color: #fff;
    background-color: #4e4a41;
}

    .tca .btn--t3-dark:focus {
        color: #4e4a41;
    }

    .tca .btn--t3-dark:hover {
        color: #fff;
        background-color: rgba(125,125,125,0.15);
    }

.tca .btn--t3.btn--popup i {
    color: #4e4a41;
    font-size: 16px;
}

.tca .btn--t3.btn--popup:hover i {
    color: #4e4a41;
}

.tca .btn--t3.-chevron:after {
    color: #4e4a41;
}

.tca .btn--transparent {
    background-color: transparent;
    border: 1px solid #a8a6a4;
    color: #4e4a41;
    min-height: 33px;
    max-height: unset;
    padding: 8px 22px;
}

    .tca .btn--transparent:focus {
        color: #4e4a41;
        background-color: transparent;
    }

    .tca .btn--transparent:hover {
        color: #4e4a41;
        background-color: rgba(125,125,125,0.15);
    }

    .tca .btn--transparent:active {
        color: #4e4a41;
        background-color: #fff;
        border: 1px solid #f8ac00;
    }

.tca .btn-tile {
    border-radius: 5px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 5px;
    padding: 7px;
}

.tca .btn-tile__title {
    font-size: 18px;
    margin-bottom: 5px;
}

.tca .btn-tile--small .btn-tile__title {
    font-size: 16px;
    margin-bottom: 3px;
}

.tca .btn-tile--table .btn-tile__title {
    font-size: 16px;
    margin-bottom: 3px;
}

.tca .btn-tile--nobtn .btn-tile__title {
    margin-bottom: 0px;
}

.tca .btn-tile__button {
    background-color: #4e4a41;
    border-radius: 5px;
    color: #f8ac00;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px;
    padding: 6px 3px;
    text-align: center;
}

.tca .btn-tile:hover, .tca .btn-tile:active, .tca .btn-tile.active {
    text-decoration: none;
    border-bottom: none;
}

.tca .btn-tile:focus {
    box-shadow: 0 0 0 2px #dc3566;
    border-bottom: none;
    color: #4e4a41;
    outline: 0;
    text-decoration: none;
}

.tca .btn-group {
    border-collapse: separate;
    display: table;
    height: auto;
    list-style: none;
    min-height: 45px;
    padding: 0px;
    table-layout: fixed;
    width: 100%;
}

.tca .btn-group__wrap {
    margin-bottom: 25px;
}

.tca .btn-group i {
    font-size: 18px;
    padding-right: 3px;
    vertical-align: text-top;
}

.tca .btn-group li {
    display: table-cell;
    float: none;
}

    .tca .btn-group li a {
        border: 1px solid #fff;
    }

    .tca .btn-group li:first-child {
        border-radius: 5px 0px 0px 5px;
    }

        .tca .btn-group li:first-child .btn {
            border-radius: 5px 0px 0px 5px;
            border-right: 0;
        }

    .tca .btn-group li:last-child {
        border-radius: 0px 5px 5px 0px;
    }

        .tca .btn-group li:last-child .btn {
            border-radius: 0px 5px 5px 0px;
            border-left: 0;
        }

    .tca .btn-group li .btn {
        border-radius: 0;
        display: block;
        height: auto;
        margin: 0;
        min-height: 45px;
        padding: 10px 5px;
    }

        .tca .btn-group li .btn:focus {
            outline: 0;
            box-shadow: 1px solid #dc3566;
            z-index: 1;
        }

        .tca .btn-group li .btn:active, .tca .btn-group li .btn.active {
            background-color: #f8ac00;
            margin: -1px;
            box-shadow: 0;
            color: #4e4a41;
        }

.tca .btn-group--small .btn {
    font-size: 15px;
    vertical-align: middle;
}

.tca .btn-group--warm-grey li a {
    border: 1px solid #4e4a41;
}

.tca .btn-group--warm-grey li:first-child a {
    border-right: 0;
}

.tca .btn-group--warm-grey li:last-child a {
    border-left: 0;
}

.tca .btn-group--grey li a {
    border: 1px solid #a8a6a4;
}

.tca .btn-group--grey li:first-child a {
    border-right: 0;
}

.tca .btn-group--grey li:last-child a {
    border-left: 0;
}

.tca .btn-group--grey .btn:active, .tca .btn-group--grey .btn.active {
    border: 1px solid #f8ac00;
}

.tca .btn-group--no-radius li:first-child {
    border-radius: 0;
}

    .tca .btn-group--no-radius li:first-child .btn {
        border-radius: 0;
    }

.tca .btn-group--no-radius li:last-child {
    border-radius: 0;
}

    .tca .btn-group--no-radius li:last-child .btn {
        border-radius: 0;
    }

.tca .btn-group-arrow {
    background-color: #edece9;
    overflow: hidden;
    position: relative;
}

    .tca .btn-group-arrow:before {
        box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 2;
    }

.tca .btn-group-arrow__items {
    margin: 0 auto;
    overflow: hidden;
}

.tca .btn-group-arrow__item {
    background-color: #fff;
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    border-right: 1px solid #edece9;
}

.tca .btn-group-arrow__link {
    display: block;
}

    .tca .btn-group-arrow__link span {
        display: block;
        padding: 13px 5px 10px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tca .btn-group-arrow__link:hover, .tca .btn-group-arrow__link:active, .tca .btn-group-arrow__link.active {
        background: #f8ac00;
        cursor: pointer;
        text-decoration: none;
    }

        .tca .btn-group-arrow__link:hover.arrow-down:before, .tca .btn-group-arrow__link:hover.arrow-down:after, .tca .btn-group-arrow__link:active.arrow-down:before, .tca .btn-group-arrow__link:active.arrow-down:after, .tca .btn-group-arrow__link.active.arrow-down:before, .tca .btn-group-arrow__link.active.arrow-down:after {
            display: block;
            border-top-width: 7px;
        }

        .tca .btn-group-arrow__link:hover.arrow-down:after, .tca .btn-group-arrow__link:active.arrow-down:after, .tca .btn-group-arrow__link.active.arrow-down:after {
            border-top-width: 9px;
        }

    .tca .btn-group-arrow__link:focus {
        outline: 0;
        border: 2px solid #dc3566;
    }

    .tca .btn-group-arrow__link.chevron:after {
        bottom: 0;
    }

.tca .btn-group-arrow li:last-child {
    border-right: none;
}

.tca .btn-group-arrow .arrow-down:before, .tca .btn-group-arrow .arrow-down:after {
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transition: border-width 0.2s ease-in-out;
    transition: border-width 0.2s ease-in-out;
}

.tca .btn-group-arrow .arrow-down:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 0px solid #fff;
    margin-left: -10px;
    top: 0;
    width: 7px;
    z-index: 3;
}

.tca .btn-group-arrow .arrow-down:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 0px solid #ca8c00;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    margin-left: -12px;
    top: 1px;
    width: 9px;
    z-index: 2;
}

.tca .btn-text {
    border-bottom: 1px solid #4e4a41;
    color: #4e4a41;
    display: inline;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    -webkit-transition: border 0.3s ease-out;
    transition: border 0.3s ease-out;
}

.tca .btn-text__address {
    margin: 10px 0 20px 0;
}

.tca .btn-text__wrap {
    margin: 10px 0;
}

.tca .btn-text--spaced {
    margin: 18px 0;
    min-height: 20px;
}

.tca .btn-text--left {
    text-align: left;
}

.tca .btn-text:hover, .tca .btn-text:active {
    border-bottom: 1px solid transparent;
    color: #4e4a41;
    text-decoration: none;
}

.tca .btn-text:focus {
    color: #4e4a41;
    padding: 1px;
    text-decoration: none;
}

.tca .btn-text--white {
    border-bottom: 1px solid #fff;
    color: #fff;
}

    .tca .btn-text--white:hover, .tca .btn-text--white:active, .tca .btn-text--white:focus {
        border-bottom: 1px solid transparent;
        color: #fff;
    }

    .tca .btn-text--white:visited {
        border-bottom: 1px solid white;
        color: #fff;
    }

.tca .btn-text--no-border {
    border-bottom: 1px solid transparent;
    line-height: 1.2;
}

    .tca .btn-text--no-border:hover, .tca .btn-text--no-border:active {
        border-bottom: 1px solid #4e4a41;
        color: #4e4a41;
    }

.tca .btn-text--large {
    color: #4e4a41;
    display: inline-block;
    margin: 5px auto 10px auto;
    text-align: center;
    text-decoration: underline;
    line-height: 30px;
    font-size: 20px;
}

.tca .btn-icon {
    display: inline;
}

    .tca .btn-icon span {
        border-bottom: 1px solid #4e4a41;
        color: #4e4a41;
        display: inline;
        text-align: center;
        text-decoration: none;
    }

    .tca .btn-icon i {
        border-bottom: 0 none;
        color: #a8a6a4;
        margin-left: 5px;
        text-decoration: none;
    }

        .tca .btn-icon i.-warm-grey {
            color: #4e4a41;
        }

    .tca .btn-icon:hover, .tca .btn-icon:active {
        text-decoration: none;
    }

        .tca .btn-icon:hover span, .tca .btn-icon:active span {
            border-bottom: 1px solid transparent;
            text-decoration: none;
        }

        .tca .btn-icon:hover i, .tca .btn-icon:active i {
            border-bottom: 0px solid #fff;
            text-decoration: none;
        }

    .tca .btn-icon:focus {
        box-shadow: 0 0 0 2px #dc3566;
        outline: 0;
        text-decoration: none;
    }

        .tca .btn-icon:focus i {
            border-bottom: 1px solid transparent;
            text-decoration: none;
        }

        .tca .btn-icon:focus span {
            border-bottom: 0 none;
            text-decoration: none;
        }

.tca .btn-icon--white span {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.tca .btn-icon--white i {
    color: #fff;
}

.tca .btn-icon--white:hover, .tca .btn-icon--white:active {
    color: #fff;
}

.tca .btn-icon--warm-grey i {
    color: #4e4a41;
}

.tca .btn-icon--small i {
    font-size: 12px;
    padding-right: 3px;
}

@-webkit-keyframes takeoff-before {
    0% {
        width: 215px;
    }

    88% {
        width: 30px;
    }

    100% {
        width: 30px;
    }
}

@keyframes takeoff-before {
    0% {
        width: 215px;
    }

    88% {
        width: 30px;
    }

    100% {
        width: 30px;
    }
}

@-webkit-keyframes takeoff-after {
    0% {
        width: 0;
    }

    12% {
        width: 0;
    }

    100% {
        width: 185px;
    }
}

@keyframes takeoff-after {
    0% {
        width: 0;
    }

    12% {
        width: 0;
    }

    100% {
        width: 185px;
    }
}

@media (min-width: 635px) {
    .tca .btn--large {
        font-size: 28px;
        line-height: 32px;
        padding: 20px 10px;
    }

        .tca .btn--large.btn-subtitle, .tca .btn--large.btn--plane-subtitle {
            padding: 14px 10px;
        }

        .tca .btn--large .btn__subtitle {
            font-size: 14px;
            line-height: 20px;
        }

    .tca .btn__addon--bottom {
        padding: 2px 25px;
        min-width: 120px;
    }

    .tca .btn__addon--top {
        padding: 0px 15px;
        top: -18px;
    }

    .tca .btn-group i {
        font-size: 22px;
        vertical-align: middle;
    }

    .tca .btn-group--small .btn {
        font-size: 18px;
    }

    .tca .btn-group-arrow__link.chevron:after {
        bottom: 4px;
    }

    .tca .btn-text--large {
        font-size: 24px;
    }

    .tca .btn-tile {
        padding: 12px;
    }

    .tca .btn-tile__title {
        font-size: 18px;
    }

    .tca .btn-tile--small .btn-tile__title {
        font-size: 18px;
    }

    .tca .btn-tile--table .btn-tile__title {
        font-size: 18px;
    }
}

@media (min-width: 1025px) {
    .tca .btn {
        font-size: 20px;
        line-height: 24px;
    }

    .tca .btn__subtitle {
        font-size: 15px;
    }

    .tca .btn--narrow {
        min-height: 45px;
        padding: 13px 8px;
        line-height: 20px;
    }

    .tca .btn--plane {
        font-size: 24px;
        padding: 18px 10px;
    }

    .tca .btn--plane-subtitle {
        padding: 11px 10px;
    }

    .tca .btn-subtitle {
        padding: 11px 10px;
    }

    .tca .btn--small {
        font-size: 20px;
    }

    .tca .btn--large {
        font-size: 30px;
        line-height: 34px;
        padding: 20px 10px;
    }

        .tca .btn--large.btn-subtitle, .tca .btn--large.btn--plane-subtitle {
            padding: 14px 10px;
        }

        .tca .btn--large .btn__subtitle {
            font-size: 16px;
            line-height: 20px;
        }

    .tca .btn__price {
        padding-left: 5px;
        line-height: 22px;
    }

    .tca .btn__addon {
        font-size: 15px;
    }

    .tca .btn__addon--bottom {
        padding: 2px 15px;
    }

    .tca .btn__addon--top {
        padding: 0px 18px;
        font-size: 14px;
        right: 10px;
    }

    .tca .btn i {
        font-size: 30px;
    }

    .tca .btn--popup i {
        font-size: 18px;
    }

    .tca .btn-group i {
        font-size: 24px;
        padding-right: 5px;
        vertical-align: middle;
    }

    .tca .btn-group li {
        border-width: 1px;
    }

    .tca .btn-group--warm-grey li {
        border-width: 1px;
    }

    .tca .btn-group--grey li {
        border-width: 1px;
    }

    .tca .btn-group--small .btn {
        font-size: 22px;
    }

    .tca .btn-group .btn {
        padding: 14px 5px;
    }

    .tca .btn-tile {
        padding: 15px;
    }

    .tca .btn-tile--small .btn-tile__title {
        font-size: 24px;
    }

    .tca .btn-tile__title {
        font-size: 28px;
    }

    .tca .btn-tile__button {
        font-size: 20px;
        margin-top: 18px;
    }

    .tca .btn-tile h6, .tca .btn-tile .h6, .tca .btn-tile .btn-group-arrow__link {
        line-height: 24px;
    }

    .tca .btn-text--large {
        font-size: 30px;
        text-decoration: none;
    }
}

.tca .list {
    margin: 10px 0;
    padding: 0;
}

.tca .list__total {
    color: #fff;
    margin-bottom: 15px;
    text-align: right;
}

.tca .list-item {
    display: inline-block;
    float: left;
    margin: 5px 0;
    width: 100%;
}

.tca .list-item--nomargin {
    margin: 0;
}

.tca .list-item--spaced ul {
    margin-bottom: 30px;
}

.tca .list-item__link {
    display: block;
    overflow: hidden;
}

.tca .list-item a:hover, .tca .list-item a:active {
    background-color: #333;
    text-decoration: none;
}

    .tca .list-item a:hover .list-item__wrap--bordered, .tca .list-item a:active .list-item__wrap--bordered {
        border-bottom: 1px solid transparent;
    }

.tca .list-item a:hover, .tca .list-item a:active, .tca .list-item a:focus {
    text-decoration: none;
}

.tca .list-item__avatar {
    color: #fff;
    height: 47px;
    list-style: none;
    margin-top: 4px;
    text-align: left;
}

.tca .list-item--padded .list-item__wrap {
    padding: 12px 5px 12px 15px;
    margin: 0;
    width: 100%;
}

.tca .list-item--strike {
    text-decoration: line-through;
}

.tca .list-item--savings {
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
}

.tca .list-item--narrow .list-item__wrap {
    min-height: 45px;
}

.tca .list-item--narrow .list-item__title {
    font-size: 15px;
}

.tca .list-item--dark-grey {
    background-color: #333;
    color: #fff;
}

    .tca .list-item--dark-grey:hover i, .tca .list-item--dark-grey:active i {
        color: #f8ac00;
    }

.tca .list-item--blue {
    background-color: #00799b;
    color: #fff;
}

    .tca .list-item--blue a:hover, .tca .list-item--blue a:active {
        background-color: #00799b;
        text-decoration: none;
    }

        .tca .list-item--blue a:hover i, .tca .list-item--blue a:active i {
            color: #f8ac00;
        }

.tca .list-item__wrap {
    border-bottom: 1px solid transparent;
    color: #fff;
    display: table;
    min-height: 55px;
    margin-left: 5px;
    padding: 10px 0;
    list-style: none;
    overflow: hidden;
    width: 99%;
}

.tca .list-item__wrap--bordered {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.tca .list-item__wrap--small {
    min-height: 45px;
}

.tca .list-item__title {
    display: table-cell;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
}

.tca .list-item__title--small {
    font-size: 16px;
}

.tca .list-item__title--large {
    font-size: 24px;
}

.tca .list-item__subtitle {
    color: #edece9;
    text-align: left;
    font-size: 15px;
}

.tca .list-item__extra {
    display: table-cell;
    font-size: 18px;
    padding-right: 2px;
    text-align: right;
    vertical-align: middle;
}

.tca .list-item__extra--small i {
    font-size: 16px;
}

.tca .list-item__extra a {
    padding: 1px;
    text-decoration: none;
}

.tca .list-item__extra i {
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    vertical-align: middle;
}

    .tca .list-item__extra i:hover, .tca .list-item__extra i:active {
        color: #f8ac00;
        text-decoration: none;
    }

.tca .list-item__checkbox {
    min-height: 50px;
    height: 50px;
    list-style: none;
}

    .tca .list-item__checkbox label {
        font-weight: 400;
        text-align: left;
        width: 100%;
    }

    .tca .list-item__checkbox a {
        text-decoration: none;
        margin-left: -3px;
        padding: 2px 1px 0px 1px;
    }

        .tca .list-item__checkbox a:hover, .tca .list-item__checkbox a:active {
            text-decoration: none;
        }

    .tca .list-item__checkbox i {
        color: #fff;
        font-size: 15px;
        line-height: 16px;
        text-align: right;
        text-decoration: none;
    }

        .tca .list-item__checkbox i:hover, .tca .list-item__checkbox i:active {
            color: #f8ac00;
            text-decoration: none;
        }

.tca .list-item__checkbox--title-padding {
    min-height: 0px;
    height: auto;
}

.tca .list-item__checkbox .checkbox {
    border-bottom: 0px;
    border-top: 0px;
}

.tca .list-item__container {
    margin: 10px;
}

.tca .list-item__container-title {
    color: #4e4a41;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tca .list-item__container-subtitle {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.tca .list-item__container-total {
    font-size: 28px;
    font-weight: 600;
}

.tca .list-item__container--dark {
    color: #fff;
}

    .tca .list-item__container--dark h5, .tca .list-item__container--dark .h5, .tca .list-item__container--dark .flight-spec__info, .tca .list-item__container--dark .title-bar__title {
        margin-bottom: 10px;
    }

    .tca .list-item__container--dark hr {
        border-top: 1px dotted #f8ac00;
        margin: 30px 0 5px 0;
    }

.tca .list-item__container--full {
    margin: 4px 0px;
    padding: 10px;
}

.tca .list-item__container ul {
    font-size: 15px;
    padding-left: 0px;
}

    .tca .list-item__container ul li {
        line-height: 20px;
    }

.tca .list-item__container--spaced {
    margin-bottom: 15px;
    margin-top: 15px;
}

.tca .list-item--leaders {
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0px;
}

    .tca .list-item--leaders li {
        clear: both;
    }

        .tca .list-item--leaders li span:first-child {
            float: left;
            margin: 0;
            padding: 0 .4em 0 0;
        }

        .tca .list-item--leaders li span + span {
            float: right;
            margin: 0;
            padding: 0 0 0 .4em;
        }

        .tca .list-item--leaders li:after {
            content: "............................................................................................................................................................................................................................................................................................................";
            display: block;
            height: 1em;
            letter-spacing: 2px;
            overflow: hidden;
        }

.tca .list-item--leaders-hidden li:after {
    content: "";
}

.tca .list-item--solid-leaders {
    list-style-type: none;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0px;
}

    .tca .list-item--solid-leaders li {
        clear: both;
    }

        .tca .list-item--solid-leaders li span:first-child {
            float: left;
            margin: 0;
            padding: 0 .4em 0 0;
        }

        .tca .list-item--solid-leaders li span + span {
            float: right;
            margin: 0;
            padding: 0 0 0 .4em;
        }

        .tca .list-item--solid-leaders li:after {
            content: "------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------";
            display: block;
            font-size: 14px;
            height: 1em;
            letter-spacing: -2px;
            line-height: 23px;
            opacity: 0.5;
            overflow: hidden;
        }

.tca .list-item--solid-leaders-yellow i, .tca .list-item--solid-leaders-yellow li:after {
    color: #f8ac00;
    font-size: 24px;
}

.tca .list-item--star {
    padding-left: 0;
    text-align: left;
}

    .tca .list-item--star li {
        list-style: none;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
    }

        .tca .list-item--star li:before {
            content: "\e936";
            color: #f8ac00;
            font-size: 18px;
            left: 0;
            margin-right: 10px;
            position: absolute;
        }

.tca .list-item--unstyled {
    list-style: none;
    padding-left: 0;
}

.tca .list-item--spaced {
    margin: 5px 10px 5px 25px;
}

    .tca .list-item--spaced li {
        margin-bottom: 10px;
    }

    .tca .list-item--spaced .btn-text, .tca .list-item--spaced .btn-icon {
        margin-left: 0;
    }

.tca .list-item--styled {
    margin-left: 17px;
}

.tca .list-item--bold {
    color: #4e4a41;
    font-size: 18px;
    line-height: 22px;
}

.tca .list-item-total li:last-child {
    padding-top: 10px;
}

    .tca .list-item-total li:last-child span {
        font-size: 1.1em;
    }

.tca .list-item-avatar .list-item__extra {
    padding-left: 0;
    vertical-align: bottom;
}

    .tca .list-item-avatar .list-item__extra i {
        font-size: 15px;
    }

.tca .list-item-passenger {
    font-size: 20px;
    list-style: none;
    min-height: 65px;
}

.tca .list-item-passenger__wrap {
    margin-left: 10px;
}

.tca .list-item-passenger__title {
    text-align: left;
    font-size: 24px;
}

.tca .list-item-passenger__subtitle {
    color: #edece9;
    text-align: left;
}

.tca .list-item-passenger a {
    display: inline-block;
    padding: 0px;
    text-decoration: none;
}

    .tca .list-item-passenger a:hover, .tca .list-item-passenger a:active {
        background-color: transparent;
    }

        .tca .list-item-passenger a:hover i, .tca .list-item-passenger a:active i {
            color: #fff;
            text-decoration: none;
        }

.tca .list-item-passenger__number {
    text-align: center;
    font-size: 32px;
    line-height: 50px;
}

.tca .list-item-passenger__minus {
    float: right;
    text-align: right;
}

.tca .list-item-passenger__add {
    text-align: left;
}

.tca .list-item-passenger i {
    color: #f8ac00;
    font-size: 43px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.tca .list-item-overview .list-item__wrap {
    padding: 10px 5px 10px 15px;
}

.tca .list-item-overview .list-item__extra {
    width: 65px;
}

    .tca .list-item-overview .list-item__extra i {
        font-size: 18px;
    }

.tca .list-item-overview__selection {
    background-color: #006d8c;
    box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.3);
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 3px;
    position: relative;
    vertical-align: middle;
    width: 30px;
}

    .tca .list-item-overview__selection.selected:before {
        content: "\e92a";
        font-size: 18px;
        color: #f8ac00;
        position: absolute;
        line-height: 30px;
        text-align: left;
        left: 6px;
    }

.tca .checklist__item {
    display: block;
    padding: 13px 10px;
    margin: 5px 0px;
}

.tca .checklist__item--small {
    padding: 7px 10px;
}

.tca .checklist__item--message {
    padding: 12px 50px 12px 15px;
    margin-bottom: 20px;
}

.tca .checklist__item.-white:hover, .tca .checklist__item.-white:active {
    color: #fff;
    text-decoration: none;
}

    .tca .checklist__item.-white:hover span, .tca .checklist__item.-white:active span {
        text-decoration: none;
    }

.tca .checklist__item.-white:focus {
    color: #fff;
}

.tca .checklist__item.-warm-grey:hover, .tca .checklist__item.-warm-grey:active {
    color: #4e4a41;
    text-decoration: none;
}

    .tca .checklist__item.-warm-grey:hover span, .tca .checklist__item.-warm-grey:active span {
        text-decoration: none;
    }

.tca .checklist__item.-warm-grey:focus {
    color: #4e4a41;
}

.tca .checklist__item--checked {
    position: relative;
    padding-right: 55px;
}

.tca .checklist__item--warning {
    padding: 15px 10px 15px 48px;
    position: relative;
    min-height: 45px;
}

    .tca .checklist__item--warning:before {
        content: "";
        content: "\e941";
        font-size: 30px;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        vertical-align: middle;
        display: inline-block;
    }

.tca .checklist__checked-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 19px;
    color: #00799b;
    background-color: #006582;
    border-radius: 30px;
    padding: 5px;
}

.tca .cc-tablist {
    list-style-type: none;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 5px 0 15px 0;
    width: 100%;
    border: 1px solid #dcdbd9;
    border-radius: 5px;
}

    .tca .cc-tablist li {
        display: table-cell;
        width: 32%;
        text-align: center;
    }

        .tca .cc-tablist li:nth-child(3) > label {
            border-right: 0px solid #edece9;
        }

        .tca .cc-tablist li label {
            display: block;
            background-color: #fff;
            padding: 13px 5px 10px 5px;
            cursor: pointer;
            overflow: visible;
            border-right: 1px solid #edece9;
        }

            .tca .cc-tablist li label:hover, .tca .cc-tablist li label:active {
                background: #f8ac00;
                border-right: 1px solid #f8ac00;
            }

            .tca .cc-tablist li label .card_holder {
                margin-bottom: 4px;
            }

        .tca .cc-tablist li:first-child label {
            border-radius: 5px 0 0 5px;
        }

        .tca .cc-tablist li:last-child label {
            border-radius: 0 5px 5px 0;
        }

            .tca .cc-tablist li:last-child label:after {
                content: none;
            }

        .tca .cc-tablist li [type="radio"]:focus + label {
            outline-color: #dc3566;
            outline: #dc3566 solid 2px;
        }

        .tca .cc-tablist li [type="radio"]:checked + label {
            background-color: #f8ac00;
        }

            .tca .cc-tablist li [type="radio"]:checked + label:after {
                content: none;
            }

        .tca .cc-tablist li [type="radio"] {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

@media (min-width: 635px) {
    .tca .list__total {
        margin-bottom: 20px;
        padding: 0 17px;
    }

    .tca .list-item__wrap {
        margin-left: 8px;
    }

    .tca .list-item--nomargin {
        margin: 0;
    }

    .tca .list-item__container {
        margin: 15px;
    }

    .tca .list-item__container--spaced {
        margin-bottom: 25px;
    }

    .tca .list-item--leaders {
        margin-bottom: 25px;
    }

        .tca .list-item--leaders li {
            padding: 1px 0;
        }

    .tca .list-item--star-col2 {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

        .tca .list-item--star-col2 li:nth-child(even) {
            margin-bottom: 10px;
        }

    .tca .list-item-passenger {
        min-height: 70px;
    }

    .tca .list-item-passenger__wrap {
        margin-left: 0px;
    }

    .tca .list-item-passenger__title {
        text-align: right;
    }

    .tca .list-item-passenger__subtitle {
        text-align: right;
    }

    .tca .list-item-passenger__number {
        border-left: 1px solid #a8a6a4;
        border-right: 1px solid #a8a6a4;
        padding: 0 30px;
    }

    .tca .list-item-passenger__minus {
        text-align: right;
    }

    .tca .list-item-passenger a {
        margin-left: 24px;
        padding: 2px;
    }

    .tca .list-item-passenger i {
        font-size: 48px;
    }

    .tca .list-item-overview .list-item__extra {
        width: 80px;
    }

    .tca .list-item-overview__selection {
        height: 35px;
        margin-right: 8px;
        width: 35px;
    }

        .tca .list-item-overview__selection.selected:before {
            font-size: 22px;
            line-height: 35px;
        }

    .tca .checklist__item {
        padding: 15px 45px 15px 15px;
    }

    .tca .checklist__item--warning {
        padding: 15px 10px 15px 48px;
    }

    .tca .checklist__item--small {
        padding: 7px 10px;
    }
}

@media (min-width: 1025px) {
    .tca .list__total {
        margin-bottom: 25px;
        padding: 0px 20px;
    }

    .tca .list-item--nomargin {
        margin: 0;
    }

    .tca .list-item--narrow .list-item__wrap {
        min-height: 45px;
    }

    .tca .list-item__avatar {
        margin-top: 6px;
    }

    .tca .list-item__wrap {
        min-height: 60px;
        padding: 12px 0;
    }

    .tca .list-item__wrap--small {
        min-height: 45px;
    }

    .tca .list-item__title {
        font-size: 20px;
    }

    .tca .list-item__title--small {
        font-size: 18px;
    }

    .tca .list-item__subtitle {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .tca .list-item__extra i {
        font-size: 20px;
    }

    .tca .list-item__extra--small i {
        font-size: 18px;
    }

    .tca .list-item__checkbox {
        min-height: 50px;
        height: 50px;
    }

        .tca .list-item__checkbox i {
            font-size: 15px;
            line-height: 16px;
        }

    .tca .list-item__checkbox--title-padding {
        min-height: 50px;
        height: auto;
    }

    .tca .list-item__container-title {
        margin-bottom: 10px;
    }

    .tca .list-item__container--spaced {
        margin-bottom: 30px;
    }

    .tca .list-item__container ul {
        margin-bottom: 25px;
    }

    .tca .list-item--leaders {
        margin-bottom: 25px;
    }

        .tca .list-item--leaders li {
            padding: 2px 0;
        }

    .tca .list-item--star li {
        padding-left: 30px;
        margin-bottom: 15px;
    }

        .tca .list-item--star li:before {
            font-size: 20px;
            margin-right: 12px;
        }

    .tca .list-item-total li:last-child {
        padding-top: 15px;
    }

    .tca .list-item-passenger h1, .tca .list-item-passenger .h1 {
        font-size: 30px;
    }

    .tca .list-item-overview__selection {
        margin-right: 8px;
    }

    .tca .checklist__item {
        padding: 15px 50px 15px 15px;
    }

    .tca .checklist__item--small {
        padding: 8px 14px;
    }

    .tca .checklist__item--warning {
        padding: 15px 10px 15px 60px;
    }

        .tca .checklist__item--warning:before {
            font-size: 40px;
            left: 12px;
        }
}

.tca .input__wrapper {
    background-color: #fff;
    border-bottom: 1px solid #dcdbd9;
    border-left: 1px solid #dcdbd9;
    border-right: 1px solid #dcdbd9;
    /*border-top: 3px solid #FF8200;*/
    margin: 0 0 15px 0;
    min-height: 56px;
    overflow: hidden;
    padding: 0px 5px;
    position: relative;
    border-radius: 5px;
}

.tca .input__wrapper--hairline {
    border: 1px solid #dcdbd9;
    padding: 0px 6px;
}

.tca .input__wrapper--hairline--yellow {
    border: 1px solid #FF8200;
    padding: 0px 6px;
}

.tca .input__wrapper--light-grey {
    background-color: #edece9;
    color: #4e4a41;
}

    .tca .input__wrapper--light-grey [type="radio"] + span::before, .tca .input__wrapper--light-grey [type="radio"]:checked + span::before {
        box-shadow: 0 0 0 2px #333;
    }

.tca .input__wrapper--grey {
    background-color: #dcdbd9;
    color: #4e4a41;
}

    .tca .input__wrapper--grey [type="radio"] + span::before, .tca .input__wrapper--grey [type="radio"]:checked + span::before {
        box-shadow: 0 0 0 2px #333;
    }

.tca .input__wrapper--no-border {
    border: 0 none;
}

.tca .input__field {
    border: none;
    display: block;
    color: #4e4a41;
    font-size: 18px;
    line-height: 24px;
    line-height: 24px\9;
    height: 24px;
    padding-left: 0px;
    right: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.tca .input__field-textarea {
    height: 120px;
}

.tca .input__field::-webkit-input-placeholder {
    color: #c1c0be;
}

.tca .input__field:-ms-input-placeholder {
    color: #c1c0be;
}

.tca .input__field:focus, .tca .input__field:invalid {
    outline: none;
    box-shadow: none;
}

.tca .input__field--filled .search-input__clear {
    opacity: 1;
    visibility: visible;
}

.tca .input__field--has-avatar {
    padding-right: 70px;
}

.tca .input__avatar {
    position: absolute;
    right: 5px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tca .input__address:after {
    content: "\e92f";
    color: #333;
    font-size: 25px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 25%;
}

.tca .input__address .input__field {
    padding-right: 50px;
}

.tca .input__tc:after {
    content: "";
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    background-image: url(http://tc.human-thinking.co.uk/../img/tc_brand.png);
    background-size: cover;
}

.tca .input__tc .input__field {
    padding-right: 60px;
}

.tca .input__search .input__field {
    padding-right: 60px;
}

.tca .input__label {
    color: #4e4a41;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 7px 0px 2px 0px;
}

.tca .input__explainer {
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin: -10px 15px 20px 3px;
}

.tca .input__clear, .tca .input__icon {
    border-left: 1px solid #edece9;
    color: #b7b7b7;
    display: block;
    font-size: 25px;
    line-height: 36px;
    margin-top: 8px;
    opacity: 0;
    padding: 0px;
    text-align: center;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    visibility: hidden;
}

    .tca .input__clear:hover, .tca .input__clear:focus, .tca .input__icon:hover, .tca .input__icon:focus {
        color: #4e4a41;
        text-decoration: none;
    }

.tca .input__icon {
    border: none;
    opacity: 1;
    visibility: visible;
}

.tca .input__clearsearch {
    bottom: 6px;
    color: #dcdbd9;
    font-size: 30px;
    line-height: 47px;
    margin-top: auto;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 6px;
    -webkit-transition: color 0.3s, opacity 0.4s, visibility 0.4s;
    transition: color 0.3s, opacity 0.4s, visibility 0.4s;
    visibility: visible;
    width: 50px;
}

    .tca .input__clearsearch:hover, .tca .input__clearsearch:focus {
        color: #4e4a41;
        text-decoration: none;
    }

.tca .input--intl .input__field {
    padding-left: 60px;
}

.tca .input--avatar {
    margin-top: 10px;
}

.tca .input--spaced {
    margin: 0 5px;
}

.tca .input--spaced-first {
    margin-left: 0;
    margin-right: 5px;
}

.tca .input--spaced-last {
    margin-left: 5px;
    margin-right: 0;
}

.tca .input--valid .input__field, .tca .input--invalid .input__field {
    padding-right: 38px;
}

.tca .input--valid:after, .tca .input--invalid:after {
    border-left: 1px solid #edece9;
    display: block;
    font-size: 22px;
    line-height: 30px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tca .input--valid:after {
    color: #00799b;
    content: '\e92a';
}

.tca .input--invalid {
    border-top-color: #b12821;
    -webkit-transition: border ease 0.4s;
    transition: border ease .4s;
}

    .tca .input--invalid:after {
        color: #b12821;
        content: '\e915';
        font-size: 26px;
    }

    .tca .input--invalid:hover {
        border-color: #b12821;
    }

.tca .input--valid-button .input__field, .tca .input--invalid-button .input__field, .tca .input--full-button .input__field, .tca .input--empty-button .input__field {
    padding-right: 45px;
}

.tca .input--valid-button:after, .tca .input--invalid-button:after, .tca .input--full-button:after, .tca .input--empty-button:after {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 36px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
}

.tca .input--valid-button:before, .tca .input--invalid-button:before, .tca .input--full-button:before, .tca .input--empty-button:before {
    border-left: 1px solid #edece9;
    bottom: 8px;
    content: '';
    position: absolute;
    right: 50px;
    top: 8px;
}

.tca .input--valid-button:after {
    color: #00799b;
    content: '\e92a';
}

.tca .input--empty-button:after {
    color: #fff;
    background-color: #a8a6a4;
    content: "\e904";
}

.tca .input--full-button:after {
    color: #fff;
    background-color: #00799b;
    content: '\e92a';
}

.tca .input--invalid-button:after {
    background-color: #b12821;
    content: '\e920';
}

.tca .input-link {
    margin: 5px 10px;
}

.tca .input-link--ruler {
    max-height: 1px;
}

    .tca .input-link--ruler hr {
        border: 0;
        border-top: 1px solid #a5ced9;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.tca .input-link--ruler--grey hr {
    border-top: 1px solid #4e4a41;
}

.tca .input-link__container {
    border-bottom: 2px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 3px solid #f8ac00;
    background-color: #fff;
    cursor: pointer;
    display: block;
    height: 56px;
    -webkit-transition: border 0.1s ease-in-out;
    transition: border 0.1s ease-in-out;
}

    .tca .input-link__container:hover, .tca .input-link__container:active {
        border-bottom: 2px solid #00799b;
        border-left: 2px solid #00799b;
        border-right: 2px solid #00799b;
        border-top: 3px solid #00799b;
        text-decoration: none;
    }

    .tca .input-link__container:focus {
        border-bottom: 2px solid #dc3566;
        border-left: 2px solid #dc3566;
        border-right: 2px solid #dc3566;
        border-top: 3px solid #dc3566;
        text-decoration: none;
    }

.tca .input-link--empty .input-link__label, .tca .input-link--invalid .input-link__label {
    color: #00799b;
    font-size: 24px;
    padding: 10px 0;
}

.tca .input-link--empty .input-link__content, .tca .input-link--invalid .input-link__content {
    display: none;
}

.tca .input-link--borderless {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 3px solid transparent;
}

.tca .input-link--invalid {
    border-bottom: 2px solid #b12821;
    border-left: 2px solid #b12821;
    border-right: 2px solid #b12821;
    border-top: 3px solid #b12821;
}

.tca .input-link__content-wrap {
    height: 100%;
    padding: 7px 15px;
    position: relative;
    width: 100%;
}

.tca .input-link__label {
    color: #00799b;
    font-size: 12px;
    padding-bottom: 5px;
}

.tca .input-link__content {
    color: #4e4a41;
    font-size: 18px;
}

.tca .search-input--avatar .input__clear, .tca .search-input--avatar .input__icon {
    border-left: none;
    margin-top: 3px;
    opacity: 1;
    visibility: visible;
}

    .tca .search-input--avatar .input__clear i, .tca .search-input--avatar .input__icon i {
        height: 43px;
    }

.tca .intl__holder {
    bottom: 0px;
    color: #edece9;
    cursor: pointer;
    display: block;
    height: 28px;
    left: 5px;
    position: absolute;
    width: 60px;
}

    .tca .intl__holder:before {
        color: inherit;
        content: "\e929";
        font-size: 18px;
        line-height: 28px;
        position: absolute;
        right: 5px;
    }

    .tca .intl__holder:hover:before {
        color: #f8ac00;
    }

    .tca .intl__holder select {
        cursor: pointer;
        max-width: 100%;
        min-height: 100%;
        opacity: 0;
        position: absolute;
        z-index: 1;
        color: #a8a6a4;
    }

.tca .intl__flags {
    background-color: #a8a6a4;
    bottom: 6px;
    display: block;
    height: 19px;
    left: 0px;
    position: absolute;
    width: 34px;
}

.tca .checkbox {
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    cursor: pointer;
    font-weight: 400;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    min-height: 50px;
    margin: 5px 0;
    padding: 17px 10px 17px 50px;
    position: relative;
    text-align: left;
}

.tca .checkbox--title-padding {
    padding: 2px 10px 2px 50px;
    min-height: 40px;
}

.tca .checkbox [type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: 0px;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    width: 1px;
}

    .tca .checkbox [type="checkbox"] + span:before {
        border: 1px solid #fff;
        border-radius: 5px;
        content: '';
        display: block;
        float: left;
        height: 30px;
        left: 10px;
        margin-right: 5px;
        position: absolute;
        top: 48%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
    }

    .tca .checkbox [type="checkbox"]:checked + span::before {
        color: #f8ac00;
        content: "\e92a";
        font-size: 18px;
        padding: 5px;
    }

    .tca .checkbox [type="checkbox"]:focus + span::before {
        border: 2px solid #dc3566;
        padding: 4px;
        -webkit-transition: 0s ease all;
        transition: 0s ease all;
    }

    .tca .checkbox [type="checkbox"]:hover + span::before {
        border: 1px solid #f8ac00;
        padding: 5px;
    }

.tca .checkbox-icon {
    padding-left: 80px;
}

.tca .checkbox i {
    display: inline-block;
    float: left;
    font-size: 24px;
    margin-left: -33px;
    text-align: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tca .checkbox-extra label {
    display: table-cell;
    text-align: left;
}

.tca .checkbox__extra {
    display: table-cell;
    font-size: 18px;
    line-height: 20px;
    min-width: 85px;
    padding-right: 8px;
    text-align: right;
    vertical-align: middle;
}

    .tca .checkbox__extra i {
        margin-right: -3px;
    }

.tca .checkbox__extra--right-vcenter {
    display: inline-block;
    float: right;
    line-height: 36px;
}

.tca .checkbox--dark-grey {
    background-color: #333;
    color: #fff;
}

.tca .checkbox--grey {
    background-color: #dcdbd9;
    color: #4e4a41;
}

    .tca .checkbox--grey [type="checkbox"] + span:before {
        border: 1px solid #4e4a41;
    }

.tca .checkbox--wrapped [type="checkbox"] + span:before {
    top: 15px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.tca .checkbox--bordered {
    border: 8px solid #fff;
    margin-bottom: 15px;
}

.tca .checkbox--invalid {
    border-top: 3px solid #b12821;
}

    .tca .checkbox--invalid [type="checkbox"] + span:before {
        border: 1px solid #b12821;
    }

.tca .radio {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0px;
    max-width: 90%;
    position: relative;
    margin-top: 5px;
    padding-bottom: 6px;
}

    .tca .radio [type="radio"] {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .tca .radio [type="radio"] + span::before {
            content: '';
            display: block;
            margin: 3px auto 7px auto;
            clear: both;
            background-color: #fff;
            width: 16px;
            height: 16px;
            border-radius: 20px;
            border: 2px solid #fff;
            box-shadow: 0 0 0 2px #aaa6a3;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
        }

        .tca .radio [type="radio"]:checked + span::before {
            background: #f8ac00;
            box-shadow: 0 0 0 2px #dcdbd9;
        }

        .tca .radio [type="radio"]:hover + span::before {
            box-shadow: 0 0 0 2px #f8ac00;
        }

        .tca .radio [type="radio"]:focus + span::before {
            box-shadow: 0 0 0 2px #dc3566;
        }

.tca .radio__label {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 3px 0px 2px 0;
}

.tca .radio__label--large {
    font-size: 18px;
    line-height: 19px;
}

.tca .radio__label--extra {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.tca .radio__validity-indicator {
    display: block;
    height: 55px;
}

.tca .radio__icon:before {
    color: #f8ac00;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    font-size: 35px;
}

.tca .radio__icon .radio-invalid:before {
    color: #b12821;
}

.tca .radio--valid .radio__validity-indicator:after, .tca .radio--invalid .radio__validity-indicator:after {
    border-left: 1px solid #edece9;
    color: #b12821;
    content: '\e920';
    display: block;
    font-size: 22px;
    line-height: 40px;
    padding-left: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tca .radio--valid .radio__validity-indicator:after {
    color: #00799b;
    content: '\e92a';
}

.tca .radio--invalid {
    border-color: #b12821;
    border-style: solid;
    border-width: 3px 1px 1px 1px;
}

    .tca .radio--invalid .radio__validity-indicator:after {
        color: #b12821;
        content: '\e920';
    }

.tca .radio--icon {
    margin-left: 20px;
}

.tca .radio-list {
    list-style-type: none;
    padding: 0px;
}

    .tca .radio-list .h3, .tca .radio-list .btn-tile--table .btn-tile__title, .tca .btn-tile--table .radio-list .btn-tile__title, .tca .radio-list .title-strikethrough span, .tca .title-strikethrough .radio-list span, .tca .radio-list .h4, .tca .radio-list .list__total {
        color: #4e4a41;
        display: block;
    }

.tca .radio-list__cards {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .tca .radio-list__cards li {
        float: left;
        max-width: 37px;
        margin: auto 3px;
    }

        .tca .radio-list__cards li:last-child {
            margin-right: 8px;
        }

.tca .radio--large {
    padding-bottom: 10px;
    padding-top: 10px;
}

.tca .radio-listitem {
    border: 1px solid #dcdbd9;
    cursor: pointer;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-top: 10px;
    position: relative;
}

.tca .radio-listitem--large {
    padding-bottom: 18px;
    padding-top: 18px;
}

.tca .radio-listitem-title {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.tca .radio-listitem-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.tca .radio-listitem [type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .tca .radio-listitem [type="radio"] + span::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        border: 2px solid #fff;
        box-shadow: 0 0 0 2px #aaa6a3;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        position: absolute;
        left: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.tca .radio-listitem--hairline {
    border: 1px solid #dcdbd9;
}

.tca .radio-listitem--hairline-yellow {
    border: 1px solid #f8ac00;
}

.tca .radio-listitem [type="radio"]:checked + span::before {
    background: #f8ac00;
    box-shadow: 0 0 0 2px #f8ac00;
}

.tca .radio-listitem--small {
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 46px;
    margin-bottom: 6px;
}

    .tca .radio-listitem--small .radio-listitem-title {
        font-size: 15px;
    }

    .tca .radio-listitem--small [type="radio"] + span::before {
        border: 2px solid #4e4a41;
        box-shadow: 0 0 0 2px #fff;
        left: 12px;
        height: 21px;
        width: 21px;
    }

    .tca .radio-listitem--small [type="radio"]:checked + span::before {
        box-shadow: 0 0 0 2px #dcdbd9;
    }

.tca .radio-listitem [type="radio"]:hover + span::before {
    box-shadow: 0 0 0 2px #f8ac00;
}

.tca .radio-listitem [type="radio"]:focus + span::before {
    box-shadow: 0 0 0 2px #dc3566;
}

.tca .radio-listitem--dark-grey {
    background-color: #333;
    color: #fff;
    border: none;
}

@media (min-width: 635px) {
    .tca .radio-list__cards li {
        max-width: 40px;
    }

        .tca .radio-list__cards li:last-child {
            margin-right: 12px;
        }
}

.tca .flight-info {
    display: block;
}

.tca .flight-spec {
    display: inline-block;
    height: 100%;
    padding: 10px 10px 12px 10px;
    width: 100%;
    color: #4e4a41;
}

    .tca .flight-spec a {
        color: #4e4a41;
    }

.tca .flight-spec--hover:focus {
    outline: 2px solid #dc3566;
}

.tca .flight-spec--hover:hover {
    color: #fff;
    background-color: #f8ac00;
    cursor: pointer;
    text-decoration: none;
}

    .tca .flight-spec--hover:hover span[class^='icon-'], .tca .flight-spec--hover:hover span[class*='icon-'] {
        color: #fff;
    }

    .tca .flight-spec--hover:hover .flight-panel__flight .h3, .tca .flight-spec--hover:hover .flight-panel__flight .btn-tile--table .btn-tile__title, .tca .btn-tile--table .flight-spec--hover:hover .flight-panel__flight .btn-tile__title, .tca .flight-spec--hover:hover .flight-panel__flight .title-strikethrough span, .tca .title-strikethrough .flight-spec--hover:hover .flight-panel__flight span {
        color: #4e4a41;
    }

    .tca .flight-spec--hover:hover :before, .tca .flight-spec--hover:hover :after {
        color: #4e4a41;
    }

.tca .flight-spec__link {
    display: block;
    height: 100%;
    margin: 5px;
    box-shadow: 0 3px 2px -2px grey;
}

.tca .flight-spec__mini {
    display: inline-block;
}

    .tca .flight-spec__mini i {
        margin: auto 3px;
    }

.tca .flight-spec--slim {
    padding: 5px 10px 5px 10px;
}

.tca .flight-spec__title {
    padding: 5px 0 10px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.tca .flight-spec__title--left {
    text-align: left;
}

.tca .flight-spec__title--right {
    text-align: right;
}

.flight-spec--light .tca .flight-spec__title {
    color: #dcdbd9;
}

.tca .flight-spec__sub-title {
    margin: 0;
}

.tca .flight-spec__sub-title-small {
    font-size: 15px;
}

.tca .flight-spec__sub-title--left {
    text-align: left;
}

.tca .flight-spec__sub-title--right {
    text-align: right;
}

.flight-spec--light .tca .flight-spec__sub-title {
    color: #fff;
}

.tca .flight-spec__info {
    position: relative;
    text-align: center;
}

.tca .flight-spec__info--padded {
    padding: 10px 0 0;
}

.tca .flight-spec__info-divider {
    margin-bottom: 11px;
    position: relative;
    top: -10px;
    left: 0px;
}

    .tca .flight-spec__info-divider:after {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 24px;
        content: '';
        font-size: 60px;
        height: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

.tca .flight-spec__leg-detail {
    text-align: center;
}

    .tca .flight-spec__leg-detail span {
        color: #f8ac00;
        display: inline-block;
        font-size: 35px;
        margin: 10px 0 0;
    }

        .tca .flight-spec__leg-detail span[class^='icon-no'], .tca .flight-spec__leg-detail span[class*=' icon-no'] {
            color: #edece9;
        }

.tca .flight-spec__summary {
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
}

    .tca .flight-spec__summary ul {
        margin-bottom: 5px;
    }

    .tca .flight-spec__summary li {
        overflow: hidden;
    }

        .tca .flight-spec__summary li i {
            margin: 0 5px;
            vertical-align: middle;
        }

.tca .flight-spec__all-icon {
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 16px;
    display: inline;
    padding: 5px 8px 0px 7px;
    position: relative;
}

    .tca .flight-spec__all-icon i {
        font-size: 18px;
        margin-right: -1px;
    }

.tca .flight-spec__all-icon--title {
    padding: 4px 6px 2px 9px;
}

    .tca .flight-spec__all-icon--title i {
        margin: 0 -2px !important;
    }

.tca .flight-spec__all-icon--header {
    padding: 4px 4px 0px 6px;
    margin-left: 1px;
}

    .tca .flight-spec__all-icon--header i {
        margin-right: -4px;
        margin-left: -1px;
    }

.tca .flight-spec__journey .flight-spec__info-divider:after {
    content: '\e906';
}

.tca .flight-spec__stop-0 .flight-spec__info-divider:after {
    content: '\e905';
}

.tca .flight-spec__stop-1 .flight-spec__info-divider:after {
    content: '\e907';
}

.tca .flight-spec__stop-2 .flight-spec__info-divider:after {
    content: '\e909';
}

.tca .flight-spec__stop-3 .flight-spec__info-divider:after {
    content: '\e90b';
}

.tca .flight-spec-time {
    padding: 13px 10px;
    color: #4e4a41;
}

.tca .flight-spec-time__extra {
    float: right;
    margin-top: 7px;
}

.tca .flight-spec-time__title-wrap {
    margin-bottom: 5px;
}

.tca .flight-spec-time__divider {
    margin: 0 10px 5px;
    padding: 0 0 2px 0;
}

    .tca .flight-spec-time__divider:after {
        font-size: 60px;
        top: -12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        color: #b4b3b1;
    }

.tca .flight-spec-time__sub {
    font-size: 20px;
    margin: 5px 0 0 0;
    width: 100%;
}

.tca .flight-spec-time__sub--right {
    text-align: right;
}

.tca .flight-spec-time--white {
    color: #fff;
}

.tca .flight-spec__journey .flight-spec-time__divider:after, .tca .flight-spec__journey .flight-spec__info-divider:after {
    content: '\e906';
}

.tca .flight-spec__stop-0 .flight-spec-time__divider:after, .tca .flight-spec__stop-0 .flight-spec__info-divider:after {
    content: '\e905';
}

.tca .flight-spec__stop-1 .flight-spec-time__divider:after, .tca .flight-spec__stop-1 .flight-spec__info-divider:after {
    content: '\e907';
}

.tca .flight-spec__stop-2 .flight-spec-time__divider:after, .tca .flight-spec__stop-2 .flight-spec__info-divider:after {
    content: '\e909';
}

.tca .flight-spec__stop-3 .flight-spec-time__divider:after, .tca .flight-spec__stop-3 .flight-spec__info-divider:after {
    content: '\e90b';
}

.tca .flight-panel {
    border-radius: 0 0 5px 5px;
}

.tca .flight-panel__header {
    padding: 5px;
    font-size: 15px;
}

.tca .flight-panel__flight {
    color: #b4b3b1;
    text-align: left;
    margin: 0 0 5px;
    padding: 0 0 5px;
    display: block;
    overflow: hidden;
}

    .tca .flight-panel__flight:after {
        bottom: 5px;
        color: #f8ac00;
    }

.tca .fare-wrap {
    margin: 0;
    overflow: hidden;
}

    .tca .fare-wrap > li:first-of-type .fare {
        margin-left: 0;
    }

    .tca .fare-wrap > li:last-of-type .fare {
        margin-right: 0;
    }

.tca .fare-wrap__fares-1 li {
    width: 100%;
}

.tca .fare-wrap__fares-2 li {
    width: 50%;
}

.tca .fare-wrap__fares-3 li {
    width: 33.33333%;
}

.tca .fare-wrap li {
    float: left;
    height: 100%;
    display: block;
}

.tca .fare-wrap__incompatible {
    margin-top: 10px;
}

.tca .fare-wrap > li:last-child .fare {
    border-bottom-right-radius: 5px;
}

.tca .fare-wrap > li:first-child .fare {
    border-left: 2px solid transparent;
    border-bottom-left-radius: 5px;
}

    .tca .fare-wrap > li:first-child .fare:focus {
        border-left: 2px solid #dc3566;
    }

.tca .fare {
    border: 2px solid transparent;
    position: relative;
    display: block;
    padding: 10px 5px;
    height: 100%;
    text-align: center;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

    .tca .fare:focus {
        border: 2px solid #dc3566;
        outline: 0;
    }

    .tca .fare:hover, .tca .fare:active {
        background-color: #f8ac00;
        cursor: pointer;
    }

.tca .fare--white {
    background-color: #fff;
}

.tca .fare--active {
    background-color: #f8ac00;
}

    .tca .fare--active span[class^='icon-'], .tca .fare--active span[class*='icon-'] {
        color: #fff;
    }

.tca .fare__details {
    min-height: 65px;
}

.tca .fare__details--sold {
    margin-top: 25px;
}

.tca .fare__intro {
    margin-bottom: 7px;
}

.tca .fare__price {
    margin-bottom: 2px;
}

.tca .fare__price-cents {
    font-size: 15px;
}

.tca .fare__sub {
    display: inline-block;
    margin: 5px 0;
}

.tca .fare__inactive {
    margin-bottom: 3px;
    width: calc(100%);
}

    .tca .fare__inactive h5 {
        margin-bottom: 22px;
    }

    .tca .fare__inactive:hover, .tca .fare__inactive:active {
        background-color: #fff;
        cursor: default;
    }

.tca .fare span[class^='icon-'], .tca .fare span[class*='icon-'] {
    color: #f8ac00;
    font-size: 15px;
}

.tca .fare span[class^='icon-no'], .tca .fare span[class*='icon-no'] {
    color: #dcdbd9;
}

.tca .fare__button {
    background-color: #4e4a41;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 4px 16px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    min-height: 30px;
    width: 135px;
    max-width: 90%;
}

    .tca .fare__button:after {
        color: #f8ac00;
        font-size: 10px;
        right: 5px;
        bottom: 5px;
    }

.tca .time-think {
    border-bottom: 2px solid #f8ac00;
    margin-bottom: 25px;
    padding: 25px 10px 30px;
    text-align: center;
}

.tca .time-think__title {
    margin: 0 0 10px 0;
}

.tca .time-think__btn {
    margin: 15px 0 0 0;
}

@media (min-width: 635px) {
    .tca .flight-spec__title--left {
        text-align: right;
    }

    .tca .flight-spec__title--right {
        text-align: left;
    }

    .tca .flight-spec__link {
        margin: 0px;
        box-shadow: 0 0 0 0;
    }

    .tca .flight-spec__sub-title--left {
        text-align: right;
    }

    .tca .flight-spec__sub-title--right {
        text-align: left;
    }

    .tca .flight-spec__info-divider:after {
        left: 0px;
        bottom: 18px;
        font-size: 47px;
    }

    .tca .flight-spec-time {
        padding: 12px 10px 13px;
    }

    .tca .flight-panel__header {
        padding: 7px;
    }

    .tca .flight-panel__flight {
        box-shadow: none;
        margin: 5px 10px 15px;
        padding: 0;
        display: block;
        overflow: hidden;
    }

        .tca .flight-panel__flight .h3, .tca .flight-panel__flight .btn-tile--table .btn-tile__title, .tca .btn-tile--table .flight-panel__flight .btn-tile__title, .tca .flight-panel__flight .title-strikethrough span, .tca .title-strikethrough .flight-panel__flight span, .tca .flight-panel__flight h3 {
            font-size: 18px;
            line-height: 22px;
        }

        .tca .flight-panel__flight:after {
            bottom: 0;
        }

    .tca .fare-wrap > li:first-of-type .fare {
        margin-left: 0px;
    }

    .tca .fare-wrap__incompatible {
        margin-top: 22px;
    }

    .tca .fare-wrap__incompatible-content {
        position: relative;
        padding: 15px;
        top: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tca .fare-wrap > li:last-child .fare {
        border-bottom-right-radius: 0;
    }

    .tca .fare-wrap > li:first-child .fare {
        border-bottom-left-radius: 0;
    }

    .tca .fare {
        margin-top: 0;
        padding: 5px 0 10px;
    }

    .tca .fare__details {
        min-height: 90px;
    }

    .tca .fare__details--sold {
        margin-top: 40px;
    }

        .tca .fare__details--sold h2, .tca .fare__details--sold .h2, .tca .fare__details--sold .carousel__title, .tca .fare__details--sold .btn-tile--nobtn .btn-tile__title, .tca .btn-tile--nobtn .fare__details--sold .btn-tile__title, .tca .fare__details--sold .flight-spec__sub-title {
            font-size: 18px;
        }

    .tca .fare__intro {
        padding: 8px 10px 5px 10px;
        margin-bottom: 0;
    }

        .tca .fare__intro span[class^='icon-'], .tca .fare__intro span[class*=' icon-'] {
            float: right;
        }

    .tca .fare span[class^='icon-'], .tca .fare span[class*=' icon-'] {
        font-size: 16px;
    }

    .tca .fare__inactive {
        width: calc(100% - 5px);
        margin-left: 5px;
    }

    .tca .fare__button {
        padding: 1px 18px;
        margin: 6px 0 0 0;
        font-size: 14px;
        min-height: 25px;
        width: 145px;
        max-width: 85%;
    }

    .tca .time-think {
        background-color: #edece9;
        border-bottom: none;
        margin-bottom: 0;
        padding: 25px 10px 30px;
        text-align: left;
    }

    .tca .time-think__title {
        margin: 0 0 5px 0;
    }

    .tca .time-think__btn {
        margin: 2px 0 0 0;
    }

    .tca .date-slider {
        margin: 0px 120px;
    }

        .tca .date-slider .slick-prev, .tca .date-slider .slick-next {
            background-color: #fff;
            border-color: transparent;
            width: 60px;
        }

            .tca .date-slider .slick-prev:hover, .tca .date-slider .slick-next:hover {
                background-color: #00799b;
            }

        .tca .date-slider .slick-prev {
            box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
            left: -62px;
        }

        .tca .date-slider .slick-next {
            box-shadow: -1px 2px 3px rgba(0,0,0,0.3);
            right: -63px;
        }

            .tca .date-slider .slick-next:before, .tca .date-slider .slick-prev:before {
                border: none;
                bottom: auto;
                color: #f8ac00;
                content: '\f0c0';
                display: block;
                float: none;
                font-family: 'icomoon' !important;
                left: auto;
                line-height: 77px;
                margin: 0 auto;
                position: relative;
                right: auto;
                top: auto;
                width: auto;
            }

            .tca .date-slider .slick-next:before {
                content: '\e904';
                left: 5px;
            }

        .tca .date-slider .slick-prev:before {
            content: '\e901';
            left: -13px;
        }

        .tca .date-slider .slick-next:after, .tca .date-slider .slick-prev:after {
            content: none;
        }
}

@media (min-width: 1025px) {
    .tca .flight-spec--hover:hover .flight-spec-time__divider, .tca .flight-spec--hover:focus .flight-spec-time__divider {
        border-bottom-width: 2px;
    }

    .tca .flight-spec__all-icon--header {
        padding: 4px 1px 0px 1px;
    }

    .tca .flight-spec--border-md {
        border-left: 1px solid #edece9;
        border-right: 1px solid #edece9;
    }

    .tca .flight-spec__info-divider:after {
        bottom: 24px;
        font-size: 60px;
        left: 3px;
    }

    .tca .flight-spec-time {
        padding: 18px 10px 13px;
    }

    .tca .flight-spec-time__extra {
        margin-top: 11px;
    }

    .tca .flight-spec-time__divider:after {
        font-size: 90px;
        top: -23px;
    }

    .tca .flight-panel__after-title {
        padding: 18px 0;
    }

    .tca .flight-panel__after-icons {
        padding: 5px;
        text-align: center;
    }

        .tca .flight-panel__after-icons i {
            color: #4e4a47;
            display: inline-block;
            font-size: 25px;
            margin: 10px 1px;
        }

    .tca .flight-panel__header {
        font-size: 20px;
        padding: 10px;
    }

    .tca .fare-wrap__incompatible {
        margin-top: 45px;
    }

        .tca .fare-wrap__incompatible:hover, .tca .fare-wrap__incompatible:focus {
            cursor: auto;
        }

    .tca .fare span[class^='icon-'], .tca .fare span[class*=' icon-'] {
        font-size: 35px;
    }

    .tca .fare .title-bar:after {
        display: none;
    }

    .tca .fare__intro {
        padding: 12px 12px 0 12px;
    }

        .tca .fare__intro .fare__sub {
            margin-top: 8px;
        }

        .tca .fare__intro span[class^='icon-'], .tca .fare__intro span[class*=' icon-'] {
            font-size: 24px;
        }

    .tca .fare__price {
        font-size: 45px;
        margin: 2px 0 0 0;
    }

    .tca .fare__price-cents {
        font-size: 20px;
    }

    .tca .fare__details {
        min-height: 120px;
    }

    .tca .fare__details--sold {
        margin-top: 55px;
    }

        .tca .fare__details--sold h2, .tca .fare__details--sold .h2, .tca .fare__details--sold .carousel__title, .tca .fare__details--sold .btn-tile--nobtn .btn-tile__title, .tca .btn-tile--nobtn .fare__details--sold .btn-tile__title, .tca .fare__details--sold .flight-spec__sub-title {
            font-size: 24px;
        }

    .tca .fare__sub {
        font-size: 14px;
    }

        .tca .fare__sub span {
            margin: 10px 0 10px;
        }

    .tca .fare__button {
        padding: 3px 18px;
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0;
        min-height: 30px;
        width: 160px;
        max-width: 85%;
    }

    .tca .date-slider {
        height: 145px;
        margin: 0px 94px;
    }

    .tca .date-slider__slide {
        padding-top: 14px;
        height: 120px !important;
    }

    .tca .date-slider__slide--from, .tca .date-slider__slide--price {
        font-size: 18px;
    }

    .tca .date-slider__slide .icon {
        font-size: 32px;
    }

    .tca .date-slider__slide.slick-center {
        padding-top: 8px;
    }

        .tca .date-slider__slide.slick-center .h5, .tca .date-slider__slide.slick-center .flight-spec__info, .tca .date-slider__slide.slick-center .title-bar__title {
            font-size: 36px;
        }

        .tca .date-slider__slide.slick-center .icon {
            font-size: 32px;
        }

    .tca .date-slider .slick-prev, .tca .date-slider .slick-next {
        height: 120px;
    }

        .tca .date-slider .slick-prev:before, .tca .date-slider .slick-next:before {
            line-height: 116px;
            font-size: 50px;
        }

        .tca .date-slider .slick-next:before {
            left: 0px;
        }

        .tca .date-slider .slick-prev:before {
            left: -16px;
        }
}

.tca .date-slider {
    display: block;
    height: 105px;
    margin: 0px 10px;
    position: relative;
}

.tca .date-slider__slide {
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    display: block;
    height: 80px !important;
    margin: 1px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .tca .date-slider__slide .icon {
        color: #969799;
        display: block;
        font-size: 24px;
        padding-top: 2px;
    }

.tca .date-slider__slide--from {
    color: #4e4a41;
    display: block;
    font-size: 12px;
}

.tca .date-slider__slide--price {
    color: #4e4a41;
    font-size: 13px;
}

.tca .date-slider__slide:before {
    border-color: #f8ac00 transparent transparent transparent;
    border-style: solid;
    border-width: 0px 35px 0 35px;
    content: '';
    display: block;
    height: 0;
    left: 0px;
    margin: 0px auto;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 0;
    -webkit-transition: border-width 0.2s ease-in-out;
    transition: border-width 0.2s ease-in-out;
}

.tca .date-slider__slide:after {
    border-color: #f8ac00 transparent transparent transparent;
    border-style: solid;
    border-width: 0px 35px 0 35px;
    content: '';
    display: block;
    height: 0;
    left: 0px;
    margin: 0px auto;
    position: absolute;
    right: 0px;
    top: 101%;
    width: 0;
    -webkit-transition: border-width 0.2s ease-in-out;
    transition: border-width 0.2s ease-in-out;
}

.tca .date-slider__slide[data-slick-index='3'] {
    padding-right: 0px;
}

.tca .date-slider__slide.slick-center {
    background-color: #f8ac00;
    padding-top: 10px;
}

    .tca .date-slider__slide.slick-center .date-slider__slide-day {
        color: #4e4a41;
    }

    .tca .date-slider__slide.slick-center .date-slider__slide-date {
        color: #4e4a41;
        font-size: 24px;
        margin-bottom: 2px;
    }

    .tca .date-slider__slide.slick-center .icon {
        font-size: 24px;
        color: #4e4a41;
    }

    .tca .date-slider__slide.slick-center:before, .tca .date-slider__slide.slick-center:after {
        border-style: solid;
        border-width: 13px 35px 0 35px;
        content: '';
        display: block;
        height: 0;
        left: 0px;
        margin: 0px auto;
        position: absolute;
        right: 0px;
        width: 0;
    }

    .tca .date-slider__slide.slick-center:before {
        border-color: #99a9ad transparent transparent transparent;
        -webkit-filter: blur(1px);
        filter: blur(1px);
        top: 102%;
    }

    .tca .date-slider__slide.slick-center:after {
        border-color: #f8ac00 transparent transparent transparent;
        top: 100%;
    }

.tca .date-slider__slide-day {
    color: #4e4a41;
    font-size: 18px;
}

.tca .date-slider__slide-date {
    color: #4e4a41;
    display: block;
    font-size: 18px;
}

.tca .date-slider .slick-prev, .tca .date-slider .slick-next {
    background-color: transparent;
    border: none;
    color: transparent;
    display: block;
    margin: 1px;
    font-size: 1px;
    position: absolute;
    top: 0px;
    width: 45px;
}

    .tca .date-slider .slick-prev:focus, .tca .date-slider .slick-next:focus {
        outline: 2px solid #dc3566;
    }

.tca .date-slider .slick-prev {
    border-left: 15px solid white;
    height: 80px;
    left: -11px;
    z-index: 1;
}

    .tca .date-slider .slick-prev:before, .tca .date-slider .slick-next:before {
        bottom: 0px;
        color: #f8ac00;
        display: block;
        font-size: 40px;
        line-height: 80px;
        margin: 0 auto;
        position: absolute;
        top: 0px;
        width: 25px;
    }

    .tca .date-slider .slick-prev:before {
        content: '\e901';
        left: -25px;
    }

.tca .date-slider .slick-next {
    border-right: 15px solid white;
    height: 80px;
    right: -11px;
    z-index: 1;
}

    .tca .date-slider .slick-next:before {
        content: '\e904';
        right: -10px;
    }

.tca .date-slider .slick-list, .tca .date-slider .slick-track {
    height: 100%;
}

.tca .date-slider .slick-track {
    padding-bottom: 3px;
}

.tca .date-slider .slick-slide:hover {
    background-color: #f8ac00;
    cursor: pointer;
}

.tca .slick-center .date-slider__slide--from, .tca .slick-center .date-slider__slide--price {
    color: #4e4a41;
}

@media (min-width: 635px) {
    .tca .date-slider {
        margin: 0px 120px;
    }

        .tca .date-slider .slick-prev, .tca .date-slider .slick-next {
            background-color: #fff;
            border-color: transparent;
            width: 60px;
        }

            .tca .date-slider .slick-prev:hover, .tca .date-slider .slick-next:hover {
                background-color: #00799b;
            }

        .tca .date-slider .slick-prev {
            box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
            left: -62px;
        }

        .tca .date-slider .slick-next {
            box-shadow: -1px 2px 3px rgba(0,0,0,0.3);
            right: -63px;
        }

            .tca .date-slider .slick-next:before, .tca .date-slider .slick-prev:before {
                border: none;
                bottom: auto;
                color: #f8ac00;
                content: '\f0c0';
                display: block;
                float: none;
                font-family: 'icomoon' !important;
                left: auto;
                line-height: 77px;
                margin: 0 auto;
                position: relative;
                right: auto;
                top: auto;
                width: auto;
            }

            .tca .date-slider .slick-next:before {
                content: '\e904';
                left: 5px;
            }

        .tca .date-slider .slick-prev:before {
            content: '\e901';
            left: -13px;
        }

        .tca .date-slider .slick-next:after, .tca .date-slider .slick-prev:after {
            content: none;
        }
}

@media (min-width: 1025px) {
    .tca .date-slider {
        height: 145px;
        margin: 0px 94px;
    }

    .tca .date-slider__slide {
        padding-top: 14px;
        height: 120px !important;
    }

    .tca .date-slider__slide--from, .tca .date-slider__slide--price {
        font-size: 18px;
    }

    .tca .date-slider__slide .icon {
        font-size: 32px;
    }

    .tca .date-slider__slide.slick-center {
        padding-top: 8px;
    }

        .tca .date-slider__slide.slick-center .h5, .tca .date-slider__slide.slick-center .flight-spec__info, .tca .date-slider__slide.slick-center .title-bar__title {
            font-size: 36px;
        }

        .tca .date-slider__slide.slick-center .icon {
            font-size: 32px;
        }

    .tca .date-slider .slick-prev, .tca .date-slider .slick-next {
        height: 120px;
    }

        .tca .date-slider .slick-prev:before, .tca .date-slider .slick-next:before {
            line-height: 116px;
            font-size: 50px;
        }

        .tca .date-slider .slick-next:before {
            left: 0px;
        }

        .tca .date-slider .slick-prev:before {
            left: -16px;
        }
}

.tca .footer {
    padding: 15px;
}

.tca .footer--beta {
    position: fixed;
    bottom: 0;
    padding: 18px;
    width: 100%;
    z-index: 1;
}

    .tca .footer--beta p {
        margin-bottom: 10px;
    }

.tca .footer-sitelink {
    display: block;
    padding: 10px 0px;
    text-align: center;
}

.tca .footer-menu {
    overflow: hidden;
    text-align: center;
}

    .tca .footer-menu li a {
        display: block;
        padding: 10px 0px;
    }

@media (min-width: 635px) {
    .tca .footer {
        padding: 20px 15px 45px 15px;
    }

    .tca .footer--beta {
        padding: 18px;
    }

        .tca .footer--beta p {
            margin-bottom: 0;
        }

    .tca .footer-sitelink {
        text-align: left;
        padding: 10px;
    }

    .tca .footer-menu {
        float: right;
    }

        .tca .footer-menu li {
            display: inline-block;
            float: left;
        }

            .tca .footer-menu li a {
                padding: 10px;
            }
}

@media (min-width: 1025px) {
    .tca .footer {
        padding: 25px 25px 55px 25px;
    }

    .tca .footer--beta {
        padding: 18px 25px;
    }

    .tca .footer-sitelink {
        display: block;
        padding: 10px 15px;
    }

    .tca .footer-menu li a {
        padding: 10px 15px;
    }
}

.tca .card {
    background-color: #fff;
    color: #4e4a41;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.tca .card--margin {
    margin: 15px 0 20px 0;
}

.tca .card__button {
    padding: 15px;
    margin: 15px 0;
}

.tca .card--no-radius {
    border-radius: 0px;
}

.tca .card i {
    font-size: 18px;
    margin-right: 5px;
    text-decoration: none;
    vertical-align: middle;
}

    .tca .card i:hover, .tca .card i:active, .tca .card i:focus {
        text-decoration: none;
    }

.tca .card__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 125px;
    margin-bottom: 10px;
    position: relative;
}

.tca .card__image--large {
    height: 175px;
}

.tca .card__image--caption {
    height: 100%;
    width: 100%;
}

.tca .card__content {
    font-family: 'missiongothic';
    line-height: 1.2;
    margin: 15px 10px;
    position: relative;
}

    .tca .card__content i {
        color: #f8ac00;
        display: inline-block;
        font-size: 14px;
        vertical-align: baseline;
    }

.tca .card__action {
    margin: 15px;
    text-align: center;
}

.tca .card-tag {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.tca .card-tag__wrap {
    height: 65px;
    margin-left: -54px;
    position: absolute;
    top: -12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 140px;
}

.tca .card-tag__title {
    background: #00799b;
    position: relative;
}

    .tca .card-tag__title span {
        color: #fff;
        display: inline-block;
        font-size: 15px;
        left: 27%;
        line-height: 15px;
        position: absolute;
        text-align: center;
        top: 34px;
        width: 50%;
        z-index: 1;
    }

    .tca .card-tag__title:after {
        border-color: #00799b;
        border-style: solid;
        border-width: 70px;
        bottom: 100%;
        content: ' ';
        height: 0;
        pointer-events: unset;
        position: absolute;
        top: -70px;
        width: 0;
    }

.tca .card--dark-grey {
    background-color: #333;
    color: #fff;
}

.tca .card--grey {
    background-color: #dcdbd9;
    color: #4e4a41;
}

.tca .card--yellow {
    background-color: #f8ac00;
}

@media (min-width: 635px) {
    .tca .card--margin {
        margin: 15px 0 25px 0;
    }

    .tca .card__content {
        margin: 20px;
    }

    .tca .card__action {
        margin: 20px;
    }
}

@media (min-width: 1025px) {
    .tca .card--margin {
        margin: 15px 0 30px 0;
    }

    .tca .card__button {
        padding: 18px;
        margin: 15px 0;
    }

    .tca .card__image {
        height: 150px;
    }

    .tca .card__image--large {
        height: 230px;
    }

    .tca .card__content {
        margin: 20px;
    }
}

.tca .tc-table {
    border-collapse: collapse;
    width: 100%;
}

    .tca .tc-table h5, .tca .tc-table .h5, .tca .tc-table .flight-spec__info, .tca .tc-table .title-bar__title {
        font-size: 16px;
    }

.tca .tc-table--padded thead th {
    padding: 20px 10px;
}

.tca .tc-table--padded td {
    padding: 5px 5px;
}

.tca .tc-table--padded td--td-nopad {
    padding: 0px 0px;
}

.tca .tc-table--nopadding-footer tfoot td {
    padding: 10px 0px;
}

.tca .tc-table--row-dividers tr, .tca .tc-table--row-dividers th {
    border-bottom: 1px solid #94928f;
}

.tca .tc-table--row-dividers tfoot tr {
    border: none;
}

.tca .tc-table--row-dividers td.vertical {
    vertical-align: middle;
}

@media (min-width: 1025px) {
    .tca .tc-table h5, .tca .tc-table .h5, .tca .tc-table .flight-spec__info, .tca .tc-table .title-bar__title {
        font-size: 18px;
    }

    .tca .tc-table--padded td {
        padding: 8px 6px;
    }

    .tca .tc-table--nopadding-footer tfoot td {
        padding: 10px 5px;
    }
}

.tca .warning-icon i {
    font-size: 45px;
    position: relative;
}

.tca .warning-icon--center {
    display: inline-block;
    vertical-align: top;
}

.tca .large-icon i {
    font-size: 45px;
    position: relative;
}

.tca .large-icon--center {
    display: inline-block;
    vertical-align: top;
}

.tca .large-icon--large i {
    font-size: 65px;
    text-align: center;
}

.tca .ccards-list {
    display: block;
    width: 100%;
    list-style-type: none;
    padding: 0px;
}

.tca .ccards-list__icon {
    display: inline-block;
    width: 27px;
    height: 18px;
    margin: 10px 3px 0px 3px;
    background-size: cover;
    background-image: url(http://tc.human-thinking.co.uk/img/cc-icons.png);
}

.tca .ccards-list__icon--VI {
    background-position: center top;
}

.tca .ccards-list__icon--AX {
    background-position: center -16px;
}

.tca .ccards-list__icon--MC {
    background-position: center -33px;
}

.tca .cc-icon {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    height: 24px;
    background-size: 40px 96px;
    background-image: url(http://tc.human-thinking.co.uk/img/payment-cards.png);
}

.tca .cc-icon--VI {
    background-position: 0px -24px;
}

.tca .cc-icon--VI-13 {
    background-position: 0px 0px;
}

.tca .cc-icon--VI-14 {
    background-position: 0px -24px;
}

.tca .cc-icon--MC {
    background-position: 0px -48px;
}

.tca .cc-icon--MC-12 {
    background-position: 0px -48px;
}

.tca .cc-icon--AX {
    background-position: 0px -72px;
}

.tca .tc-heart:before {
    content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0";
    display: inline-block;
    background-image: url(http://tc.human-thinking.co.uk/img/tc_brand.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 4px;
}

.tca .icon-animated-spinner {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    display: inline-block;
    width: 28px;
    height: 26px;
    position: relative;
}

    .tca .icon-animated-spinner:before {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: loadspin;
        animation-name: loadspin;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        content: "\e972";
        left: 3px;
        opacity: 0.8;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: center 0%;
        -ms-transform-origin: center 0%;
        transform-origin: center 0%;
    }

    .tca .icon-animated-spinner:after {
        content: "\e973";
        left: 3px;
        opacity: 0.4;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@-webkit-keyframes loadspin {
    from {
        -webkit-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%);
    }

    to {
        -webkit-transform: rotate(360deg) translateY(-50%);
        transform: rotate(360deg) translateY(-50%);
    }
}

@keyframes loadspin {
    from {
        -webkit-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%);
    }

    to {
        -webkit-transform: rotate(360deg) translateY(-50%);
        transform: rotate(360deg) translateY(-50%);
    }
}

@media (min-width: 1025px) {
    .tca .warning-icon i {
        font-size: 50px;
        position: relative;
    }

    .tca .large-icon--large i {
        font-size: 75px;
    }

    .tca .ccards-list__icon {
        display: inline-block;
        width: 40px;
        height: 25px;
        margin: 10px 3px 0px 3px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../img/cc-icons.png);
    }

    .tca .ccards-list__icon--VI {
        background-position: center top;
    }

    .tca .ccards-list__icon--AX {
        background-position: center -24px;
    }

    .tca .ccards-list__icon--MC {
        background-position: center -50px;
    }

    .tca .icon-animated-spinner {
        width: 32px;
        height: 30px;
    }
}

.tca .title-bar {
    display: block;
    margin: 0;
    padding: 10px;
    position: relative;
}

.tca .title-bar--condor {
    background-image: url(../img/condor-logo-title.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    font-size: 20px;
    margin: 0px;
    min-height: 40px;
    padding: 10px;
    vertical-align: middle;
}

    .tca .title-bar--condor i {
        cursor: pointer;
        font-size: 18px;
        margin-left: 3px;
        padding-bottom: 5px;
        vertical-align: middle;
    }

.tca .title-bar__title {
    box-sizing: border-box;
    color: #fff;
    line-height: 1.9;
}

.tca .title-bar__subtitle {
    font-weight: 600;
    display: block;
    margin-top: 10px;
    margin-left: 0;
}

.tca .title-bar__avatar {
    margin: 10px 0;
    height: 40px;
}

    .tca .title-bar__avatar i {
        vertical-align: top;
    }

    .tca .title-bar__avatar span {
        padding-left: 10px;
        line-height: 40px;
    }

.tca .title-bar__heading {
    margin: 10px 0;
}

.tca .title-avatar {
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 10px 10px 10px 15px;
    position: relative;
    text-align: left;
}

    .tca .title-avatar i {
        float: right;
        margin-top: -34px;
        position: absolute;
        right: 5px;
    }

        .tca .title-avatar i.avatar-flat {
            margin-top: -32px;
        }

.tca .title-avatar__label {
    float: right;
    margin-right: 55px;
    margin-top: -6px;
}

.tca .title-avatar--summary {
    margin-bottom: 25px;
    margin-right: 20px;
    margin-top: 15px;
    padding: 15px 10px 15px 15px;
    text-align: left;
}

    .tca .title-avatar--summary i {
        right: -23px;
        margin-top: -30px;
    }

.tca .title-strikethrough {
    background: transparent;
    margin: 0 9px 10px 9px;
    overflow: hidden;
    padding: 9px 0 0;
    text-align: center;
}

.tca .title-strikethrough--large span {
    font-size: 20px;
}

.tca .title-strikethrough span {
    font-size: 18px;
    position: relative;
}

    .tca .title-strikethrough span:before, .tca .title-strikethrough span:after {
        border-bottom: 2px solid #f8ac00;
        content: "";
        position: absolute;
        top: 50%;
        width: 600px;
    }

    .tca .title-strikethrough span:before {
        right: 100%;
        margin-right: 10px;
    }

    .tca .title-strikethrough span:after {
        left: 100%;
        margin-left: 10px;
    }

.tca .title-strikethrough--warm-grey span:before, .tca .title-strikethrough--warm-grey span:after {
    border-bottom: 2px solid #4e4a41;
}

.tca .title-flight {
    border-bottom: 2px solid #c98d06;
}

.tca .title-flight__title {
    float: left;
    padding: 13px 10px 6px;
}

.tca .title-flight__stops {
    padding: 5px 14px 5px 0;
    border-right: 1px solid #d79706;
    margin: 10px 0;
}

    .tca .title-flight__stops i {
        margin: 0 3px;
        position: relative;
        top: 2px;
    }

.tca .title-flight__toggle {
    padding: 14px 14px 6px 14px;
    position: relative;
    top: 0;
    right: 0px;
}

    .tca .title-flight__toggle i {
        color: #ac7905;
    }

.tca .title-underline {
    border-bottom: 2px solid #ff8200;
    background-color: #19213a;
}

@media (min-width: 635px) {
    .tca .title-bar__subtitle {
        display: inline-block;
        vertical-align: baseline;
        margin-top: 0;
    }

    .tca .title-bar__avatar {
        height: 50px;
        margin-bottom: 20px;
    }

        .tca .title-bar__avatar span {
            line-height: 50px;
        }

    .tca .title-avatar {
        margin-bottom: 30px;
        margin-right: 20px;
        margin-top: -18px;
        text-align: center;
    }

        .tca .title-avatar i {
            margin-top: -26px;
            right: -25px;
        }

            .tca .title-avatar i.avatar-flat {
                margin-top: -23px;
            }

    .tca .title-avatar__label {
        margin-right: 50px;
    }

    .tca .title-avatar--summary {
        margin-bottom: 30px;
        margin-top: 15px;
        text-align: left;
    }
}

@media (min-width: 1025px) {
    .tca .title-bar--condor {
        background-size: 120px auto;
        font-size: 28px;
        margin-bottom: 0px;
        min-height: 54px;
    }

        .tca .title-bar--condor i {
            font-size: 24px;
        }

    .tca .title-bar__avatar {
        height: 70px;
    }

        .tca .title-bar__avatar span {
            line-height: 70px;
        }

    .tca .title-avatar {
        margin: 0px 20px 40px 0;
    }

        .tca .title-avatar i {
            margin-top: -27px;
            right: -20px;
            -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
            transform: scale(1.25);
        }

            .tca .title-avatar i.avatar-flat {
                margin-top: -28px;
            }

    .tca .title-avatar__label {
        margin-right: 70px;
        margin-top: -10px;
    }

    .tca .title-avatar--summary {
        margin-bottom: 30px;
        margin-top: 25px;
        padding: 20px 10px 17px 15px;
        text-align: left;
    }

    .tca .title-strikethrough--large span {
        font-size: 30px;
    }
}

.tca .warn {
    background-color: #4e4a41;
    margin: 20px 0 20px;
    padding: 18px 0;
}

.tca .warn__text {
    margin: 15px 30px 0;
    text-align: center;
}

.tca .warn--center {
    text-align: center;
}

    .tca .warn--center .warn__text {
        display: inline-block;
        height: 36px;
        overflow: hidden;
    }

.tca .warn--yellow {
    background-color: #f8ac00;
}

.tca .warn--dark-grey {
    background-color: #333;
}

.tca .warn--grey {
    background-color: #edece9;
}

.tca .warn--grey-gradient {
    background: #edece9;
    background: -webkit-linear-gradient(#edece9, #fff);
    background: linear-gradient(#edece9, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#ffffff');
    height: 1%;
}

.tca .warn--dark-grey {
    background-color: #333;
}

.tca .warn--full-xs {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 635px) {
    .tca .warn {
        margin: 30px 0 30px;
    }

    .tca .warn--full-xs {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.tca .overlay {
    display: block;
    left: 0px;
    padding: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tca .overlay__close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    margin: 5px;
}

    .tca .overlay__close:hover {
        color: #f8ac00;
        text-decoration: none;
    }

.tca .overlay__container {
    display: block;
    position: fixed;
    background-color: rgba(255,255,255,0.7);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 100vh;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.2s ease, opacity 0.4s ease;
    transition: visibility 0.2s ease, opacity 0.4s ease;
}

.tca .overlay__container--dark {
    background-color: rgba(0,0,0,0.7);
}

.tca .overlay__inner {
    background-color: #fff;
    display: block;
    padding: 25px 15px;
    margin: 15px auto;
    max-width: 400px;
}

    .tca .overlay__inner p {
        max-width: 300px;
        margin: 8px auto;
    }

.tca .overlay__inner-flight {
    max-width: 300px;
    margin: auto;
    margin-top: 25px;
}

    .tca .overlay__inner-flight h5, .tca .overlay__inner-flight .h5, .tca .overlay__inner-flight .flight-spec__info, .tca .overlay__inner-flight .title-bar__title {
        margin: 4px auto;
    }

.tca .overlay__inner h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}

    .tca .overlay__inner h2 i {
        display: block;
        font-size: 50px;
        line-height: 65px;
    }

.tca .overlay__inner img {
    margin-bottom: 20px;
    width: 60vw;
}

.tca .overlay__inner--blue {
    background-color: #00799b;
    color: #fff;
}

    .tca .overlay__inner--blue h2 {
        color: #fff;
    }

.tca .overlay--open .overlay__container {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 635px) {
    .tca .overlay__inner {
        padding: 25px;
    }

    .tca .overlay__inner-flight {
        max-width: 300px;
    }
}

@media (min-width: 1025px) {
    .tca .overlay__inner h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .tca .overlay__inner-flight {
        max-width: 500px;
        margin: auto;
    }

        .tca .overlay__inner-flight h5, .tca .overlay__inner-flight .h5, .tca .overlay__inner-flight .flight-spec__info, .tca .overlay__inner-flight .title-bar__title {
            font-size: 20px;
        }

    .tca .overlay__inner p {
        font-size: 20px;
        margin: 12px auto;
    }
}

.tca .search-input__wrapper {
    background-color: #fff;
    border-top: 3px solid #009cde;
    box-shadow: 0px 2px 3px rgba(30,30,30,0.3);
    height: 51px;
    margin: 10px 0;
    padding: 0px 10px;
}

.tca .search-input__inputfield {
    border: none;
    color: #4e4a41;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    right: 0px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .tca .search-input__inputfield::-webkit-input-placeholder {
        color: #4e4a41;
    }

    .tca .search-input__inputfield:focus {
        outline: none;
    }

.tca .search-input__inputfield--filled .search-input__clear {
    opacity: 1;
    visibility: visible;
}

.tca .search-input__for {
    display: block;
    color: #4e4a41;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 7px 0px 2px 0px;
}

.tca .search-input__clear, .tca .search-input__icon {
    border-left: 1px solid #edece9;
    color: #b7b7b7;
    display: block;
    line-height: 30px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    font-size: 24px;
    text-align: center;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}

    .tca .search-input__clear:hover, .tca .search-input__clear:focus, .tca .search-input__icon:hover, .tca .search-input__icon:focus {
        color: #4e4a41;
        text-decoration: none;
    }

.tca .search-input__icon {
    border: none;
    opacity: 1;
    visibility: visible;
}

.tca .search-input--avatar {
    margin-top: 10px;
}

    .tca .search-input--avatar .search-input__clear, .tca .search-input--avatar .search-input__clear__icon {
        opacity: 1;
        visibility: visible;
        margin-top: 3px;
        border-left: none;
    }

        .tca .search-input--avatar .search-input__clear i, .tca .search-input--avatar .search-input__clear__icon i {
            height: 43px;
        }

.tca .search-results {
    border-bottom: 1px solid #6a6a6a;
    border-top: 1px solid #6a6a6a;
    border-left: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.tca .search-results--scroll {
    display: block;
    max-height: calc(100vh - 330px);
    min-height: 80px;
    overflow-y: scroll;
}

.tca .search-results__descriptor {
    padding: 15px 0;
}

.tca .search-results h3 {
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #dcdbd9;
}

.tca .search-results h4 {
    color: #dcdbd9;
    font-size: 12px;
}

.tca .search-results__item {
    border-top: 1px solid #6a6a6a;
    color: #fff;
    display: block;
    min-height: 50px;
    padding-top: 8px;
    cursor: pointer;
}

    .tca .search-results__item:first-child {
        border-top: none;
    }

    .tca .search-results__item:hover {
        background-color: #333;
    }

.tca .search-results__item--unavailable, .tca .search-results__item--unavailable:focus, .tca .search-results__item--unavailable:hover {
    background-color: #5c574d;
    cursor: not-allowed;
}

.tca .search-results__item--group, .tca .search-results__item--group:focus, .tca .search-results__item--group:hover {
    background-color: #43748d;
}

.tca .search-results__item .icon {
    color: #dcdbd9;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 49px;
    margin-top: -8px;
    text-align: center;
    width: 50px;
}

.tca .search-results__item--sub .icon {
    margin-left: 10px;
}

.tca .search-results__item--selected, .tca .search-results__item--selected:hover, .tca .search-results__item--selected:focus, .tca .search-results__item:focus {
    background-color: #f8ac00;
    color: #4e4a41;
}

    .tca .search-results__item--selected .h3, .tca .search-results__item--selected .btn-tile--table .btn-tile__title, .tca .btn-tile--table .search-results__item--selected .btn-tile__title, .tca .search-results__item--selected .title-strikethrough span, .tca .title-strikethrough .search-results__item--selected span, .tca .search-results__item--selected .h4, .tca .search-results__item--selected .list__total, .tca .search-results__item--selected h3, .tca .search-results__item--selected h4, .tca .search-results__item--selected .icon, .tca .search-results__item--selected:hover .h3, .tca .search-results__item--selected:hover .btn-tile--table .btn-tile__title, .tca .btn-tile--table .search-results__item--selected:hover .btn-tile__title, .tca .search-results__item--selected:hover .title-strikethrough span, .tca .title-strikethrough .search-results__item--selected:hover span, .tca .search-results__item--selected:hover .h4, .tca .search-results__item--selected:hover .list__total, .tca .search-results__item--selected:hover h3, .tca .search-results__item--selected:hover h4, .tca .search-results__item--selected:hover .icon, .tca .search-results__item--selected:focus .h3, .tca .search-results__item--selected:focus .btn-tile--table .btn-tile__title, .tca .btn-tile--table .search-results__item--selected:focus .btn-tile__title, .tca .search-results__item--selected:focus .title-strikethrough span, .tca .title-strikethrough .search-results__item--selected:focus span, .tca .search-results__item--selected:focus .h4, .tca .search-results__item--selected:focus .list__total, .tca .search-results__item--selected:focus h3, .tca .search-results__item--selected:focus h4, .tca .search-results__item--selected:focus .icon, .tca .search-results__item:focus .h3, .tca .search-results__item:focus .btn-tile--table .btn-tile__title, .tca .btn-tile--table .search-results__item:focus .btn-tile__title, .tca .search-results__item:focus .title-strikethrough span, .tca .title-strikethrough .search-results__item:focus span, .tca .search-results__item:focus .h4, .tca .search-results__item:focus .list__total, .tca .search-results__item:focus h3, .tca .search-results__item:focus h4, .tca .search-results__item:focus .icon {
        color: #4e4a41;
    }

@media (min-width: 635px) {
    .tca .search-input__wrapper {
        margin: 0;
    }

    .tca .search-input--avatar {
        margin-top: 15px;
    }

        .tca .search-input--avatar .search-input__clear, .tca .search-input--avatar .search-input__clear__icon {
            margin-top: 5px;
        }

    .tca .search-results__descriptor {
        font-size: 15px;
        padding: 16px 0px 12px 0px;
    }

    .tca .search-results__descriptor--noresult {
        font-size: 17px;
    }

        .tca .search-results__descriptor--noresult:before {
            line-height: 17px;
            margin-left: -38px;
        }

    .tca .search-results h3 {
        display: block;
        font-family: missiongothic;
        font-size: 18px;
        line-height: 20px;
        padding-top: 0px;
    }

    .tca .search-results h4 {
        font-size: 14px;
        color: #dcdbd9;
    }

    .tca .search-results__item {
        padding-top: 7px;
    }

        .tca .search-results__item--selected, .tca .search-results__item--selected:hover, .tca .search-results__item--selected:focus, .tca .search-results__item:focus {
            background-color: #f8ac00;
            color: #4e4a41;
        }

            .tca .search-results__item--selected h3, .tca .search-results__item--selected h4, .tca .search-results__item--selected .h3, .tca .search-results__item--selected .btn-tile--table .btn-tile__title, .tca .btn-tile--table .search-results__item--selected .btn-tile__title, .tca .search-results__item--selected .title-strikethrough span, .tca .title-strikethrough .search-results__item--selected span, .tca .search-results__item--selected .h4, .tca .search-results__item--selected .list__total, .tca .search-results__item--selected .icon, .tca .search-results__item--selected:hover h3, .tca .search-results__item--selected:hover h4, .tca .search-results__item--selected:hover .h3, .tca .search-results__item--selected:hover .btn-tile--table .btn-tile__title, .tca .btn-tile--table .search-results__item--selected:hover .btn-tile__title, .tca .search-results__item--selected:hover .title-strikethrough span, .tca .title-strikethrough .search-results__item--selected:hover span, .tca .search-results__item--selected:hover .h4, .tca .search-results__item--selected:hover .list__total, .tca .search-results__item--selected:hover .icon, .tca .search-results__item--selected:focus h3, .tca .search-results__item--selected:focus h4, .tca .search-results__item--selected:focus .h3, .tca .search-results__item--selected:focus .btn-tile--table .btn-tile__title, .tca .btn-tile--table .search-results__item--selected:focus .btn-tile__title, .tca .search-results__item--selected:focus .title-strikethrough span, .tca .title-strikethrough .search-results__item--selected:focus span, .tca .search-results__item--selected:focus .h4, .tca .search-results__item--selected:focus .list__total, .tca .search-results__item--selected:focus .icon, .tca .search-results__item:focus h3, .tca .search-results__item:focus h4, .tca .search-results__item:focus .h3, .tca .search-results__item:focus .btn-tile--table .btn-tile__title, .tca .btn-tile--table .search-results__item:focus .btn-tile__title, .tca .search-results__item:focus .title-strikethrough span, .tca .title-strikethrough .search-results__item:focus span, .tca .search-results__item:focus .h4, .tca .search-results__item:focus .list__total, .tca .search-results__item:focus .icon {
                color: #4e4a41;
            }

        .tca .search-results__item .icon {
            font-size: 24px;
            line-height: 50px;
            width: 44px;
        }

    .tca .search-results__item--sub .icon {
        margin-left: 0px;
        width: 44px;
    }

    .tca .search-results__item--sub:before {
        color: #f8ac00;
        content: '\e931';
        float: left;
        font-family: 'icomoon';
        line-height: 30px;
        text-align: right;
        width: 30px;
    }
}

@media (min-width: 1025px) {
    .tca .search-input__wrapper {
        height: 50px;
        margin: 0;
    }
}

.tca .seats {
    padding: 0 10px;
}

.tca .seats__title {
    margin-top: 20px;
    text-align: center;
}

.tca .seats__table {
    border-collapse: separate;
    border-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
    width: 100%;
}

    .tca .seats__table th {
        text-align: center;
    }

    .tca .seats__table td {
        position: relative;
        text-align: center;
    }

.tca .seats__table--premium th, .tca .seats__table--premium td {
    width: 11.1111%;
}

.tca .seats__table--xl th, .tca .seats__table--xl td {
    width: 10%;
}

    .tca .seats__table--xl th .seat--standard, .tca .seats__table--xl th .seat--price, .tca .seats__table--xl td .seat--standard, .tca .seats__table--xl td .seat--price {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

.tca .seats__table--economy th, .tca .seats__table--economy td {
    width: 10%;
}

    .tca .seats__table--economy th .seat--standard, .tca .seats__table--economy th .seat--price, .tca .seats__table--economy td .seat--standard, .tca .seats__table--economy td .seat--price {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

.tca .seats__table--row-id th {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}

.tca .seats__table--border-top {
    border-top: 1px dashed #f8ac00;
}

.tca .seats__table--border-bottom {
    border-bottom: 1px dashed #f8ac00;
}

.tca .seats__table--small th {
    font-size: 16px;
}

.tca .seats__table--nopad {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.tca .seats--extras {
    border-spacing: 7px 12px;
}

    .tca .seats--extras tbody {
        height: 100%;
    }

    .tca .seats--extras td {
        width: 11.11%;
        height: 55px;
    }

    .tca .seats--extras tr {
        display: table-row;
        height: 55px;
    }

    .tca .seats--extras [colspan="2"] {
        width: 22.22%;
    }

    .tca .seats--extras [colspan="3"] {
        width: 33.33%;
    }

    .tca .seats--extras i {
        display: block;
        font-size: 25px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.tca .seats__restroom, .tca .seats__galley, .tca .seats__exit {
    min-height: 45px;
}

    .tca .seats__restroom:focus, .tca .seats__galley:focus, .tca .seats__exit:focus {
        outline-color: #dc3566;
    }

.tca .seats__info {
    color: #fff;
    font-size: 10px;
    padding: 10px 0;
}

.tca .seats__info--header {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.tca .seats__restroom, .tca .seats__galley {
    background-color: #5f5d5b;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.tca .seats__area--sm-xtall {
    position: relative;
    width: 100%;
    padding-bottom: 210%;
}

.tca .seats__exit {
    background-color: #3a7954;
    font-size: 22px;
    min-height: 38px;
    padding: 9px 0 0;
    position: relative;
    text-transform: uppercase;
    width: 80%;
}

.tca .seats__exit--left:after, .tca .seats__exit--right:after {
    border: solid transparent;
    border-color: transparent;
    border-width: 19px 10px;
    content: " ";
    height: 0;
    margin-top: -19px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}

.tca .seats__exit--left {
    margin: 5px 0 5px 10px;
}

    .tca .seats__exit--left:after {
        border-right-color: #3a7954;
    }

.tca .seats__exit--right {
    float: right;
    margin: 5px 10px 5px 0;
}

    .tca .seats__exit--right:after {
        border-left-color: #3a7954;
        left: 100%;
    }

.tca .seats__hdiv {
    border: none;
    margin: 24px 0;
}

.tca .seat {
    height: 11vw;
    position: relative;
    vertical-align: bottom;
}

    .tca .seat:hover, .tca .seat:active {
        cursor: pointer;
    }

        .tca .seat:hover .seat--standard:after, .tca .seat:hover .seat--taken:after, .tca .seat:hover .seat--selected:after, .tca .seat:hover .seat--baby:after, .tca .seat:hover .seat--xl:after, .tca .seat:hover .seat--price:after, .tca .seat:active .seat--standard:after, .tca .seat:active .seat--taken:after, .tca .seat:active .seat--selected:after, .tca .seat:active .seat--baby:after, .tca .seat:active .seat--xl:after, .tca .seat:active .seat--price:after {
            color: #5590ae;
            -webkit-transition: color 0.1s ease-in;
            transition: color 0.1s ease-in;
            -webkit-transition: color 0.3s ease-out;
            transition: color 0.3s ease-out;
        }

        .tca .seat:active .seat--standard:after, .tca .seat:active .seat--taken:after, .tca .seat:active .seat--selected:after, .tca .seat:active .seat--baby:after, .tca .seat:active .seat--xl:after, .tca .seat:active .seat--price:after {
            color: #f8ac00;
            -webkit-transition: color 0.1s ease-in;
            transition: color 0.1s ease-in;
            -webkit-transition: color 0.3s ease-out;
            transition: color 0.3s ease-out;
        }

    .tca .seat:hover, .tca .seat:active {
        cursor: pointer;
    }

        .tca .seat:hover .seat--taken, .tca .seat:active .seat--taken {
            cursor: default;
        }

            .tca .seat:hover .seat--taken:after, .tca .seat:active .seat--taken:after {
                color: #5f5d5b;
            }

        .tca .seat:hover .seat--selected, .tca .seat:active .seat--selected {
            cursor: default;
        }

            .tca .seat:hover .seat--selected:after, .tca .seat:active .seat--selected:after {
                color: #f8ac00;
            }

.tca .seat--standard, .tca .seat--taken, .tca .seat--selected, .tca .seat--baby, .tca .seat--xl, .tca .seat--price {
    display: block;
    height: 11vw;
}

    .tca .seat--standard:focus, .tca .seat--taken:focus, .tca .seat--selected:focus, .tca .seat--baby:focus, .tca .seat--xl:focus, .tca .seat--price:focus {
        box-shadow: 0 0 0 2px #dc3566;
        outline: none;
    }

    .tca .seat--standard:after, .tca .seat--standard:before, .tca .seat--taken:after, .tca .seat--taken:before, .tca .seat--selected:after, .tca .seat--selected:before, .tca .seat--baby:after, .tca .seat--baby:before, .tca .seat--xl:after, .tca .seat--xl:before, .tca .seat--price:after, .tca .seat--price:before {
        color: grey;
        font-size: 10vw;
        left: 50%;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
    }

    .tca .seat--standard:before, .tca .seat--taken:before, .tca .seat--selected:before, .tca .seat--baby:before, .tca .seat--xl:before, .tca .seat--price:before {
        color: #444;
        content: "\e94c";
        text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
    }

    .tca .seat--standard:after, .tca .seat--taken:after, .tca .seat--selected:after, .tca .seat--baby:after, .tca .seat--xl:after, .tca .seat--price:after {
        color: #137a9a;
        content: "\e94b";
    }

    .tca .seat--taken i {
        font-size: 3vw;
        left: 0.2vw;
        position: relative;
        top: 1vw;
        color: #b5b5b5;
    }

    .tca .seat--taken:after {
        color: #5f5d5b;
    }

    .tca .seat--selected:before {
        color: white;
        text-shadow: 2px 1px #fff;
    }

    .tca .seat--selected:after {
        color: #f8ac00;
    }

    .tca .seat--selected.seat--price .amount, .tca .seat--selected.seat--price .size {
        color: #4e4941;
    }

    .tca .seat--selected.seat--baby i {
        color: #4e4941;
    }

    .tca .seat--baby i {
        font-size: 3vw;
        left: 0.3vw;
        position: relative;
        top: 1vw;
        color: #fff;
    }

        .tca .seat--baby i:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
        }

    .tca .seat--price .amount, .tca .seat--price .size {
        color: #fff;
        font-size: 3vw;
        position: relative;
        top: 1vw;
        z-index: 2;
    }

    .tca .seat--price .amount--small, .tca .seat--price .size--small {
        font-size: 6px;
    }

    .tca .seat--price .amount--xl, .tca .seat--price .size--xl {
        font-size: 3.8vw;
        display: block;
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }

.tca .aisle {
    font-size: 12px;
}

.tca .price-offer {
    height: 35px;
    padding: 8px 0 0;
}

.tca .price-offer__amount {
    font-size: 15px;
}

    .tca .price-offer__amount .-small {
        font-size: 12px;
    }

.tca .price-offer__amount--drop {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    display: block;
    margin-top: -12px;
    padding: 0px 2px;
}

.tca .price-offer__price {
    display: inline-block;
    padding: 0 2px;
    background-color: #4f4b48;
}

.tca .price-offer__exit-l {
    text-align: left;
}

    .tca .price-offer__exit-l:before {
        background-color: #3a7954;
        border-right: 3px solid #4f4b48;
        content: 'EXIT';
        display: inline-block;
        display: inline;
        float: left;
        margin-left: -22px;
        padding: 1px;
    }

.tca .price-offer__exit-r {
    text-align: right;
}

    .tca .price-offer__exit-r:after {
        background-color: #3a7954;
        border-left: 3px solid #4f4b48;
        content: 'EXIT';
        display: inline-block;
        display: inline;
        float: right;
        margin-right: -22px;
        padding: 1px;
    }

    .tca .price-offer__exit-r.price-offer__exit-l {
        text-align: center;
    }

.tca .price-offer__section {
    display: inline-block;
    font-size: 10px;
    margin-top: 5px;
    width: 100%;
}

.tca .price-offer__section-border {
    border: 1px solid #fff;
    border-bottom: none;
    display: inline-block;
    height: 8px;
    margin-top: 2px;
    width: 100%;
}

.tca .price-offer__section-border--yellow {
    border-color: #f8ac00;
}

.tca .avatar-popup {
    position: relative;
    top: -27px;
    display: inline-block;
    height: 40px;
    left: 0;
    overflow: hidden;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 3;
}

.tca .avatar-popup__bg {
    background-color: #cccccc;
    border-radius: 50% 50% 0 50%;
    position: relative;
    display: block;
    height: 30px;
    width: 29px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 2px -1px 2px #4e4a41;
}

.tca .avatar-popup [class^="avatar--"] {
    position: absolute;
    top: 2px;
    left: 1px;
    height: 40px;
    width: 40px;
}

    .tca .avatar-popup [class^="avatar--"]:before {
        -webkit-transform: scale(0.34);
        -ms-transform: scale(0.34);
        transform: scale(0.34);
        height: 80px;
        width: 80px;
    }

.tca .avatar-popup [class^="avatar-flat"] {
    position: absolute;
    top: 2px;
    left: -2px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 16px;
}

@media (min-width: 635px) {
    .tca .seats__table {
        border-spacing: 10px;
    }

    .tca .seats__table--row-id th {
        font-size: 24px;
    }

    .tca .seats__table--small th {
        font-size: 16px;
    }

    .tca .seats--extras {
        border-spacing: 1px 8px;
    }

        .tca .seats--extras td {
            width: 11.11%;
        }

        .tca .seats--extras [colspan="2"] {
            width: 22.22%;
        }

        .tca .seats--extras [colspan="3"] {
            width: 33.33%;
        }

    .tca .seats__info, .tca .seats__restroom, .tca .seats__galley, .tca .seats__exit {
        min-height: 45px;
    }

    .tca .seats__area--sm-xtall {
        min-height: 170px;
    }

    .tca .seats__info {
        font-size: 10px;
    }

        .tca .seats__info .h6, .tca .seats__info .btn-group-arrow__link {
            font-size: 18px;
        }

    .tca .seats__exit {
        background-color: #3a7954;
        color: #fff;
        font-size: 30px;
        padding: 9px 0 0;
        position: relative;
        text-align: center;
        width: 92%;
    }

    .tca .seats__exit--left:after {
        margin-top: -23px;
        border-width: 23px 10px;
    }

    .tca .seats__exit--right:after {
        border-width: 23px 10px;
        margin-top: -23px;
    }

    .tca .seat {
        height: 50px;
    }

    .tca .seat--standard, .tca .seat--taken, .tca .seat--selected, .tca .seat--baby, .tca .seat--xl, .tca .seat--price {
        height: 50px;
    }

        .tca .seat--standard:after, .tca .seat--standard:before, .tca .seat--taken:after, .tca .seat--taken:before, .tca .seat--selected:after, .tca .seat--selected:before, .tca .seat--baby:after, .tca .seat--baby:before, .tca .seat--xl:after, .tca .seat--xl:before, .tca .seat--price:after, .tca .seat--price:before {
            font-size: 50px;
        }

        .tca .seat--standard:before, .tca .seat--taken:before, .tca .seat--selected:before, .tca .seat--baby:before, .tca .seat--xl:before, .tca .seat--price:before {
            content: "\e963";
        }

        .tca .seat--standard:after, .tca .seat--taken:after, .tca .seat--selected:after, .tca .seat--baby:after, .tca .seat--xl:after, .tca .seat--price:after {
            content: "\e962";
        }

        .tca .seat--taken i, .tca .seat--baby i {
            font-size: 17px;
            left: 1px;
            top: 6px;
        }

        .tca .seat--selected:after {
            color: #f8ac00;
        }

        .tca .seat--price .amount, .tca .seat--price .size {
            font-size: 16px;
            top: 6px;
        }

        .tca .seat--price .amount--small, .tca .seat--price .size--small {
            font-size: 10px;
        }

        .tca .seat--price .amount--xl, .tca .seat--price .size--xl {
            font-size: 18px;
        }

    .tca .aisle {
        font-size: 14px;
    }

    .tca .avatar-popup {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    .tca .avatar-popup__bg {
        width: 30px;
    }
}

@media (min-width: 1025px) {
    .tca .aisle {
        font-size: 16px;
    }

    .tca .seat {
        height: 50px;
    }

    .tca .seat--standard:before, .tca .seat--taken:before, .tca .seat--selected:before, .tca .seat--baby:before, .tca .seat--xl:before, .tca .seat--price:before {
        text-shadow: 5px 7px 0px rgba(0,0,0,0.2);
    }

    .tca .price-offer__amount {
        font-size: 18px;
    }

        .tca .price-offer__amount .-small {
            font-size: 13px;
        }
}

.tca .password__wrap {
    margin: 20px 0;
}

.tca .password-strength {
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
}

.tca .password-strength__list {
    margin-left: -2px;
    margin-right: -2px;
    padding: 0;
}

.tca .password-strength__bar {
    background-color: #fff;
    float: left;
    height: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0.6%;
    width: 32%;
}

.tca .password-strength--blue {
    background-color: #00799b;
}

.tca .password-strength--red {
    background-color: #b12821;
}

.tca .password-strength--yellow {
    background-color: #f8ac00;
}

.tca .password-success {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: -80px;
    width: 100%;
}

.tca .password-success__wrap {
    display: inline-block;
    height: calc(100vh - 155px);
    margin: 30px 10px 10px;
    padding: 30vh 0 0 0;
}

.tca .password-success h1, .tca .password-success .h1 {
    margin-bottom: 15px;
}

@media (min-width: 635px) {
    .tca .password__wrap {
        background-color: #625e5c;
        border: 1px solid #a8a6a4;
        padding: 30px 0;
        margin-bottom: 40px;
        margin-top: 25px;
    }

        .tca .password__wrap .input__wrapper {
            max-width: 60%;
            margin: 0 auto;
        }

    .tca .password-strength {
        max-width: 360px;
        margin: 15px auto;
    }

    .tca .password-success {
        margin-top: -200px;
    }

    .tca .password-success__wrap {
        height: calc(100vh - 150px);
    }
}

@media (min-width: 1025px) {
    .tca .password__wrap .input__wrapper {
        max-width: 88%;
    }

    .tca .password-strength {
        max-width: 55%;
    }

    .tca .password-strength__bar {
        height: 15px;
    }

    .tca .password-success__wrap {
        height: calc(90vh - 165px);
    }
}

.tca .hero__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
}

.tca .hero__image--orange {
    background: #EF8100;
    background: -webkit-linear-gradient(left top, #EF8100, #FBB900);
    background: -webkit-linear-gradient(top left, #EF8100, #FBB900);
    background: linear-gradient(to bottom right, #EF8100, #FBB900);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EF8100', endColorstr='#FBB900');
    height: 1%;
}

@media (min-width: 635px) {
    .tca .hero__image {
        height: 400px;
    }
}

.tca .caption {
    background-color: rgba(0,0,0,0.58);
    color: #fff;
    position: absolute;
}

.tca .caption--top {
    border-left: 5px solid #f8ac00;
    left: 12px;
    max-width: 90%;
    padding: 6px;
    top: 12px;
}

.tca .caption--center {
    height: 150px;
    padding: 6px;
    width: 100%;
}

.tca .caption--middle {
    height: 150px;
    padding: 6px;
    width: 100%;
    top: 25%;
}

    .tca .caption--middle .caption__title, .tca .caption--middle .caption__subtitle {
        margin: auto;
        max-width: 385px;
        width: 90%;
    }

        .tca .caption--middle .caption__title.caption__title--wide {
            width: 90%;
            max-width: auto;
        }

    .tca .caption--middle .caption__title {
        margin-bottom: 15px;
    }

.tca .caption--bottom {
    bottom: 0;
    left: 0;
    padding: 10px 5px;
    width: 100%;
}

.tca .caption--clear {
    background-color: transparent;
}

.tca .caption__title {
    color: #fff;
    font-size: 30px;
}

.tca .caption__title--warm-grey {
    color: #4e4a41;
}

.tca .caption__title--small {
    font-size: 18px;
}

.tca .caption__title--plane {
    border-bottom: 1px solid #f8ac00;
}

    .tca .caption__title--plane:after {
        bottom: 18px;
        color: #f8ac00;
        content: '\e923';
        display: inline-block;
        float: right;
        font-size: 36px;
        height: 10px;
        position: relative;
        right: -10px;
    }

    .tca .caption__title--plane h2 {
        margin-bottom: 12px;
        font-size: 30px;
    }

.tca .caption__subtitle {
    font-size: 22px;
    color: #fff;
}

.tca .caption [class*='icon-'] {
    color: #f8ac00;
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
    padding-left: 2px;
    vertical-align: middle;
}

.tca .caption--extra span {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0;
    vertical-align: middle;
}

@media (min-width: 635px) {
    .tca .caption--top {
        left: 15px;
        padding: 10px;
        top: 20px;
    }

    .tca .caption--bottom {
        padding: 10px 10px;
    }

    .tca .caption--middle {
        height: 200px;
        padding: 23px;
    }

        .tca .caption--middle .caption__title, .tca .caption--middle .caption__subtitle {
            margin: auto;
            max-width: 435px;
            width: 62%;
        }

            .tca .caption--middle .caption__title.caption__title--wide {
                width: 90%;
                max-width: 90%;
                margin-bottom: 15px;
            }

        .tca .caption--middle .caption__title {
            margin-bottom: 20px;
        }

    .tca .caption__title--small {
        font-size: 20px;
    }

    .tca .caption__title--plane:after {
        bottom: 22px;
        font-size: 45px;
    }

    .tca .caption__title--plane h2 {
        margin-bottom: 15px;
        font-size: 36px;
    }

    .tca .caption [class*='icon-'] {
        font-size: 20px;
    }

    .tca .caption--extra p {
        font-size: 20px;
    }
}

@media (min-width: 1025px) {
    .tca .caption--middle {
        padding: 15px;
    }

        .tca .caption--middle .caption__title, .tca .caption--middle .caption__subtitle {
            margin: auto;
            max-width: 565px;
            width: 48%;
        }

            .tca .caption--middle .caption__title.caption__title--wide {
                width: 90%;
                max-width: auto;
            }

        .tca .caption--middle .caption__title {
            margin-bottom: 15px;
        }

    .tca .caption__title {
        font-size: 45px;
    }

    .tca .caption__title--small {
        font-size: 22px;
    }

    .tca .caption__title--plane:after {
        bottom: 25px;
        font-size: 50px;
    }

    .tca .caption__title--plane h2 {
        font-size: 45px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .tca .caption__subtitle {
        font-size: 24px;
    }

    .tca .caption--extra span {
        font-size: 18px;
    }

    .tca .caption [class*='icon-'] {
        margin-right: 2px;
        padding-left: 2px;
    }
}

.tca .summary-leg {
    margin-bottom: 35px;
}

.tca .summary-leg--last {
    margin-bottom: 0;
}

.tca .summary-wrap {
    margin-bottom: 30px;
    overflow: hidden;
}

.tca .summary-heading {
    padding: 10px 0 15px 0;
}

.tca .summary-item {
    padding: 30px 20px;
    text-align: center;
    border-bottom: 2px solid #a8a6a4;
}

    .tca .summary-item ul li {
        font-size: 14px;
        padding: 2px 0;
    }

@media (min-width: 635px) {
    .tca .summary-item {
        padding: 40px 20px;
        text-align: left;
    }

        .tca .summary-item .btn {
            margin: 0;
        }
}

@media (min-width: 1025px) {
    .tca .summary-heading {
        padding: 10px 0 25px 0px;
    }

    .tca .summary-item {
        padding: 45px 30px;
    }

        .tca .summary-item ul li {
            font-size: 16px;
        }

        .tca .summary-item .btn {
            margin: 0;
        }
}

@-webkit-keyframes borderGrow {
    0% {
        border-left-width: 0px;
        border-right-width: 0px;
    }

    100% {
        border-left-width: 10px;
        border-right-width: 10px;
    }
}

@keyframes borderGrow {
    0% {
        border-left-width: 0px;
        border-right-width: 0px;
    }

    100% {
        border-left-width: 10px;
        border-right-width: 10px;
    }
}

.tca .uib-daypicker {
    margin: 0 10px;
    width: calc(100% - 20px);
}

    .tca .uib-daypicker thead > tr:first-of-type {
        border-bottom: 1px solid #615d5b;
    }

    .tca .uib-daypicker thead > tr:last-of-type th {
        width: 14.28%;
    }

        .tca .uib-daypicker thead > tr:last-of-type th small {
            color: #a8a6a4;
            display: inline-block;
            font-size: 18px;
            margin: 15px 0;
        }

    .tca .uib-daypicker thead .btn {
        border: none;
        background-color: transparent;
        padding: 5px 0px;
    }

        .tca .uib-daypicker thead .btn strong {
            font-weight: normal;
        }

        .tca .uib-daypicker thead .btn .glyphicon-chevron-left, .tca .uib-daypicker thead .btn .glyphicon-chevron-right {
            color: #f8ac00;
        }

            .tca .uib-daypicker thead .btn .glyphicon-chevron-left:active, .tca .uib-daypicker thead .btn .glyphicon-chevron-left:hover, .tca .uib-daypicker thead .btn .glyphicon-chevron-right:active, .tca .uib-daypicker thead .btn .glyphicon-chevron-right:hover {
                background-color: transparent;
            }

            .tca .uib-daypicker thead .btn .glyphicon-chevron-left:before {
                content: '\e901';
                font-size: 40px;
            }

            .tca .uib-daypicker thead .btn .glyphicon-chevron-right:before {
                content: '\e904';
                font-size: 40px;
            }

    .tca .uib-daypicker thead .uib-title {
        color: #fff;
        font-size: 30px;
        text-align: center;
        width: 100%;
    }

    .tca .uib-daypicker tbody td {
        position: relative;
        width: 14.28%;
    }

        .tca .uib-daypicker tbody td .btn {
            background-color: transparent;
            border: none;
            border: 1px solid #615d5b;
            border-radius: 0;
            color: #fff;
            font-size: 12px;
            line-height: 1;
            outline: none;
            padding: 10px 0 36px 0;
            position: relative;
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
            width: 100%;
            min-height: 0;
            margin: 0;
        }

            .tca .uib-daypicker tbody td .btn:before {
                margin-top: -10px;
                -webkit-transition: border 0.3s;
                transition: border 0.3s;
            }

            .tca .uib-daypicker tbody td .btn:active, .tca .uib-daypicker tbody td .btn:hover {
                background-color: transparent;
                border-color: #615d5b;
            }

            .tca .uib-daypicker tbody td .btn.flight:after {
                color: #f8ac00;
                content: '\e923';
                font-size: 20px;
                margin-left: -15px;
                position: absolute;
                top: 30px;
            }

            .tca .uib-daypicker tbody td .btn.active {
                background-color: #f8ac00;
            }

                .tca .uib-daypicker tbody td .btn.active.flight:after {
                    color: #4e4a41;
                }

                .tca .uib-daypicker tbody td .btn.active .text-info {
                    color: #fff;
                }

            .tca .uib-daypicker tbody td .btn.flight-start {
                border: 2px solid #fff;
                box-shadow: inset 1px 1px 4px #565452, 1px 1px 4px #686561;
                left: -1px;
                outline: none;
                position: absolute;
                top: -1px;
                width: calc(100% + 2px);
                width: 100%;
                z-index: 1;
            }

                .tca .uib-daypicker tbody td .btn.flight-start:before {
                    -webkit-animation: borderGrow 0.1s forwards 0.2s;
                    animation: borderGrow 0.1s forwards 0.2s;
                    border: solid transparent;
                    border-bottom-width: 10px;
                    border-left-color: #fff;
                    border-left-width: 0px;
                    border-right-width: 0px;
                    border-top-width: 10px;
                    content: ' ';
                    left: 100%;
                    position: absolute;
                    top: 50%;
                }

            .tca .uib-daypicker tbody td .btn.flight-end {
                border: 2px solid #fff;
                box-shadow: inset 0px 1px 4px #565452, -1px -1px 4px #686561;
                left: -1px;
                outline: none;
                position: absolute;
                top: -1px;
                width: calc(100% + 2px);
                z-index: 1;
            }

                .tca .uib-daypicker tbody td .btn.flight-end:before {
                    -webkit-animation: borderGrow 0.1s forwards 0.2s;
                    animation: borderGrow 0.1s forwards 0.2s;
                    border: solid transparent;
                    border-bottom-width: 10px;
                    border-left-width: 0px;
                    border-right-color: #fff;
                    border-right-width: 0px;
                    border-top-width: 10px;
                    content: ' ';
                    position: absolute;
                    right: 100%;
                    top: 50%;
                }

                .tca .uib-daypicker tbody td .btn.flight-end.flight:after {
                    color: #fff;
                }

                .tca .uib-daypicker tbody td .btn.flight-start.flight:after, .tca .uib-daypicker tbody td .btn.flight-end.flight:after {
                    color: #fff;
                }

                .tca .uib-daypicker tbody td .btn.flight-start span, .tca .uib-daypicker tbody td .btn.flight-end span {
                    color: #4e4a41;
                }

            .tca .uib-daypicker tbody td .btn.in-range {
                background-color: #73706d;
                border: 1px solid #827f7d;
            }

            .tca .uib-daypicker tbody td .btn .text-muted {
                color: #a8a6a4;
            }

        .tca .uib-daypicker tbody td.uib-day:hover {
            background-color: #4e4a41;
        }

.tca.ie9-browser .uib-daypicker tbody td .btn.flight-end:before {
    border-left-width: 10px;
    border-right-width: 10px;
}

.tca .calendar.modal-body {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 10px 20px;
}

.tca .calendar-options {
    padding: 0 10px;
}

@media (min-width: 635px) {
    .tca .uib-daypicker thead > tr:last-of-type th small {
        font-weight: normal;
        margin: 20px 0 13px;
    }

    .tca .uib-daypicker thead .uib-note {
        padding: 20px 0 0;
        text-align: center;
    }

    .tca .uib-daypicker tbody td .btn {
        font-size: 15px;
        padding: 20px 0 63px 0;
    }

        .tca .uib-daypicker tbody td .btn.flight:after {
            display: none;
        }

        .tca .uib-daypicker tbody td .btn.flight .price {
            color: #f8ac00;
            position: absolute;
            bottom: 25px;
            font-size: 16px;
            left: 0;
            width: 100%;
        }

        .tca .uib-daypicker tbody td .btn.flight .price--small {
            font-size: 12px;
        }

        .tca .uib-daypicker tbody td .btn.flight-start .price, .tca .uib-daypicker tbody td .btn.flight-end .price {
            color: #4e4a41;
        }

        .tca .uib-daypicker tbody td .btn.flight-start:before {
            -webkit-animation: borderGrow 0.1s forwards 0.2s;
            animation: borderGrow 0.1s forwards 0.2s;
            border: solid transparent;
            border-bottom-width: 10px;
            border-left-color: #fff;
            border-left-width: 0px;
            border-right-width: 0px;
            border-top-width: 10px;
        }

    .tca .uib-daypicker .calendar.modal-body {
        height: calc(100vh - 240px);
        overflow-y: scroll;
    }

    .tca .calendar.modal-body {
        padding: 0 10px 0;
    }

    .tca.ie9-browser .uib-daypicker tbody td .btn.flight-start:before {
        border-left-width: 10px;
        border-right-width: 10px;
    }
}

@media (min-width: 1025px) {
    .tca .uib-daypicker tbody td .btn {
        font-size: 18px;
        padding: 10px 0 35px 0;
    }

        .tca .uib-daypicker tbody td .btn.flight .price {
            bottom: 5px;
        }
}

.tca .flightpath {
    background-repeat: no-repeat;
    background-image: url(../img/flightpath_sprite.png);
    background-size: 750px 2800px;
}

.tca .flightpath--tall {
    background-position: center 30px;
    padding-bottom: 85px;
    margin-top: 30px;
}

.tca .flightpath--start {
    background-position: center 30px;
    margin-top: 30px;
    min-height: 100px;
}

.tca .flightpath--rtl {
    background-position: center -1694px;
    height: 108px;
}

.tca .flightpath--ltr {
    background-position: center -1919px;
    height: 108px;
}

.tca .flightpath--end {
    background-position: center -2144px;
    height: 120px;
}

.tca .flightpath-clouds {
    background-repeat: repeat-y;
    background-image: url(../img/PROTO__clouds.png);
    background-position: center top;
    background-size: 768px 1577px;
    min-height: 100vh;
}

.tca .flightpath__card {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px 5px 15px;
}

.tca .flightpath__card-icon {
    font-size: 25px;
}

.tca .flightpath__card-icon--top-right {
    position: absolute;
    top: 15px;
    right: 15px;
}

.tca .flightpath__skip {
    margin-bottom: 35px;
}

.tca .flightpath__heading {
    margin-bottom: 30px;
}

    .tca .flightpath__heading .h1, .tca .flightpath__heading h1 {
        display: inline-block;
        line-height: 1;
        margin-bottom: 5px;
        max-width: 50%;
        padding-right: 5px;
        background-color: #cce4eb;
    }

.tca .flightpath__heading--vspace {
    margin-bottom: 50px;
}

.tca .flightpath__title {
    margin-bottom: 15px;
}

.tca .flightpath__text {
    margin-bottom: 10px;
}

.tca .flightpath__tall {
    max-width: 300px;
}

.tca .flightpath__btn {
    margin: 0;
}

.tca .flightpath__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 75px;
    left: 35%;
    margin-bottom: 12px;
    margin-top: -61px;
    position: relative;
    width: 100px;
}

.tca .flightpath__partner {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 15px;
    margin-left: 4px;
    position: relative;
    vertical-align: middle;
    width: 50px;
}

.tca .flightpath__partner--large {
    width: 100px;
    height: 25px;
}

@media (min-width: 635px) {
    .tca .flightpath--tall {
        background-position: center -520px;
        padding-bottom: 85px;
        margin-top: 40px;
    }

    .tca .flightpath--start {
        background-position: center -520px;
        margin-top: 40px;
    }

    .tca .flightpath__card {
        padding: 30px 20px 5px 20px;
    }

    .tca .flightpath__heading .h1, .tca .flightpath__heading h1 {
        max-width: 100%;
        padding-right: 20px;
    }

    .tca .flightpath__heading .h3, .tca .flightpath__heading .btn-tile--table .btn-tile__title, .tca .btn-tile--table .flightpath__heading .btn-tile__title, .tca .flightpath__heading .title-strikethrough span, .tca .title-strikethrough .flightpath__heading span, .tca .flightpath__heading h3 {
        line-height: 20px;
    }

    .tca .flightpath__text {
        margin-bottom: 15px;
    }

    .tca .flightpath__tall {
        max-width: 350px;
    }

    .tca .flightpath__partner {
        height: 16px;
        width: 65px;
    }

    .tca .flightpath__partner--large {
        width: 125px;
        height: 35px;
    }

    .tca .flightpath__image {
        margin-bottom: 12px;
        margin-top: -75px;
    }
}

@media (min-width: 1025px) {
    .tca .flightpath--tall {
        background-position: center -1062px;
        padding-bottom: 85px;
        margin-top: 50px;
    }

    .tca .flightpath--start {
        background-position: center -1062px;
        margin-top: 50px;
    }

    .tca .flightpath-clouds {
        background-size: 1200px 2048px;
    }

    .tca .flightpath__skip {
        margin-bottom: 45px;
    }

    .tca .flightpath__heading .h1, .tca .flightpath__heading h1 {
        padding-right: 15px;
    }

    .tca .flightpath__heading .h3, .tca .flightpath__heading .btn-tile--table .btn-tile__title, .tca .btn-tile--table .flightpath__heading .btn-tile__title, .tca .flightpath__heading .title-strikethrough span, .tca .title-strikethrough .flightpath__heading span, .tca .flightpath__heading h3 {
        line-height: 22px;
    }

    .tca .flightpath__card {
        padding: 30px 30px 10px 30px;
    }

    .tca .flightpath__card-icon {
        font-size: 30px;
    }

    .tca .flightpath__tall {
        min-height: 170px;
        max-width: 400px;
        padding: 30px 35px 10px 35px;
    }

    .tca .flightpath__partner {
        height: 20px;
        width: 70px;
    }

    .tca .flightpath__partner--large {
        width: 150px;
        height: 40px;
    }

    .tca .flightpath__image {
        margin-bottom: 12px;
        margin-top: -69px;
    }
}

.tca .itinerary__heading {
    margin: 45px 10px;
}

    .tca .itinerary__heading h1, .tca .itinerary__heading .h1 {
        margin-bottom: 20px;
    }

.tca .itinerary-section {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.tca .itinerary-day {
    padding-bottom: 30px;
}

.tca .itinerary-item {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 15px 15px 15px;
}

.tca .itinerary-item--top {
    padding-bottom: 10px;
    left: -15%;
    position: relative;
    text-align: center;
}

.tca .itinerary-item--middle {
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    padding: 10px 0;
    left: -15%;
    text-align: center;
    font-weight: 600;
}

.tca .itinerary-item--bottom {
    position: absolute;
    bottom: 0;
    left: 20%;
    text-align: center;
    padding-top: 10px;
}

.tca .itinerary-item--after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0px;
}

.tca .itinerary__time {
    position: relative;
}

.tca .itinerary__row {
    display: block;
    float: left;
    width: 100%;
}

.tca .itinerary__info {
    font-size: 13px;
}

.tca .itinerary__details {
    height: 100%;
}

@media (min-width: 635px) {
    .tca .itinerary__row {
        display: block;
    }

    .tca .itinerary__col {
        float: left;
        width: 50%;
    }

    .tca .itinerary-time--top {
        left: -28%;
    }

    .tca .itinerary-time--middle {
        left: -28%;
    }

    .tca .itinerary-time--bottom {
        left: 22%;
    }

    .tca .itinerary__info {
        font-size: 15px;
    }
}

@media (min-width: 1025px) {
    .tca .itinerary-section {
        margin-bottom: 20px;
    }

    .tca .itinerary-item {
        font-size: 18px;
        margin: 15px 10px;
    }

    .tca .itinerary__info {
        font-size: 18px;
    }
}

.tca .line__wrapper {
    position: relative;
}

.tca .line__cancel-svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% + 20px);
    margin-top: -10px;
}

.tca .line__dots {
    display: block;
    height: 10px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    margin: 0px 5px;
}

    .tca .line__dots:before {
        content: '.  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .';
        font-size: 16px;
        overflow: hidden;
        text-align: left;
        position: absolute;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        letter-spacing: 1px;
    }

.tca .nav__sub-menu {
    list-style-type: none;
    display: table;
    width: auto;
    height: 45px;
    padding: 0;
    padding-top: 2px;
    margin: 0;
}

    .tca .nav__sub-menu li {
        display: table-cell;
        color: #4e4a41;
        line-height: 45px;
        text-align: center;
    }

        .tca .nav__sub-menu li:first-child {
            position: relative;
            width: 30px;
        }

            .tca .nav__sub-menu li:first-child a {
                padding: 0 15px;
            }

        .tca .nav__sub-menu li.active {
            position: relative;
        }

            .tca .nav__sub-menu li.active:after {
                border-top: 3px solid #f8ac00;
                bottom: -1px;
                content: '';
                display: block;
                position: absolute;
                right: 10px;
                left: 10px;
            }

        .tca .nav__sub-menu li a {
            display: block;
            line-height: 45px;
            padding: 0 15px;
            text-decoration: none;
            color: #4e4a41;
            margin: 0;
        }

            .tca .nav__sub-menu li a:hover {
                text-decoration: none;
                background-color: #dcdbd9;
            }

@media (min-width: 635px) {
    .tca .nav__sub-menu {
        display: table;
        width: auto;
    }

        .tca .nav__sub-menu li:first-child {
            width: auto;
        }

            .tca .nav__sub-menu li:first-child a {
                padding: 0 20px;
            }

        .tca .nav__sub-menu li a {
            padding: 0 20px;
        }
}

@media (min-width: 1025px) {
    .tca .nav__sub-menu li:first-child {
        padding: 5;
    }

    .tca .nav__sub-menu li a {
        padding: 0 30px;
    }
}

.tca #card-container .jp-card {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 318px;
}

    .tca #card-container .jp-card .jp-card-front .jp-card-display, .tca #card-container .jp-card .jp-card-back .jp-card-display {
        color: #4e4a41;
    }

    .tca #card-container .jp-card .jp-card-front .jp-card-lower .jp-card-number {
        font-size: 26px;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .tca #card-container .jp-card.jp-card-flipped .jp-card-front {
        opacity: 0;
    }

.tca #card-container .jp-card-front:before {
    content: none;
}

.tca #card-container .jp-card .jp-card-front, .tca #card-container .jp-card.jp-card-identified .jp-card-front {
    width: 318px;
    background-color: #f8ac00;
    background-image: url(../img/creditcard_flip.png);
    background-size: cover;
    background-position: center top;
}

.tca #card-container .jp-card .jp-card-back, .tca #card-container .jp-card.jp-card-identified .jp-card-back {
    width: 318px;
    background-color: #f8ac00;
    background-image: url(../img/creditcard_flip.png);
    background-size: cover;
    background-position: center bottom;
}

    .tca #card-container .jp-card .jp-card-back:before, .tca #card-container .jp-card.jp-card-identified .jp-card-back:before {
        content: none;
    }

.tca #card-container .jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    font-size: 1.3em;
    font-weight: 400;
}

    .tca #card-container .jp-card .jp-card-front .jp-card-lower .jp-card-expiry:before {
        content: 'MONTH/YEAR';
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 2px #000;
        position: absolute;
        bottom: 110%;
        opacity: 0.8;
    }

.tca #card-container .jp-card .jp-card-front .jp-card-name {
    overflow: visible;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

    .tca #card-container .jp-card .jp-card-front .jp-card-name:before {
        position: absolute;
        bottom: 110%;
        content: 'CARDHOLDER NAME';
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 2px #000;
        opacity: 0.8;
    }

.tca #card-container .jp-card-number {
    position: relative;
}

    .tca #card-container .jp-card-number:after {
        content: '';
        display: block;
        border: 2px solid #fff;
        position: absolute;
        top: -5px;
        left: -10px;
        bottom: -5px;
        right: -5px;
        opacity: 0;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
        box-shadow: 2px 2px 2px rgba(30,30,30,0.5);
    }

    .tca #card-container .jp-card-number.jp-card-focused:after {
        opacity: 1;
    }

.tca #card-container .jp-card-logo.jp-card-mastercard {
    background-color: #fff;
    box-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    border-radius: 2px;
}

.tca .icon-banner {
    border-radius: 5px;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin: 0px 5px 10px 0px;
    padding: 12px 3px;
    position: relative;
    cursor: pointer;
}

    .tca .icon-banner:hover h3 span, .tca .icon-banner:hover .h3 span, .tca .icon-banner:hover .btn-tile--table .btn-tile__title span, .tca .btn-tile--table .icon-banner:hover .btn-tile__title span, .tca .icon-banner:hover .title-strikethrough span span, .tca .title-strikethrough .icon-banner:hover span span, .tca .icon-banner:active h3 span, .tca .icon-banner:active .h3 span, .tca .icon-banner:active .btn-tile--table .btn-tile__title span, .tca .btn-tile--table .icon-banner:active .btn-tile__title span, .tca .icon-banner:active .title-strikethrough span span, .tca .title-strikethrough .icon-banner:active span span, .tca .icon-banner:focus h3 span, .tca .icon-banner:focus .h3 span, .tca .icon-banner:focus .btn-tile--table .btn-tile__title span, .tca .btn-tile--table .icon-banner:focus .btn-tile__title span, .tca .icon-banner:focus .title-strikethrough span span, .tca .title-strikethrough .icon-banner:focus span span {
        text-decoration: underline;
    }

    .tca .icon-banner:hover h3 i, .tca .icon-banner:hover .h3 i, .tca .icon-banner:hover .btn-tile--table .btn-tile__title i, .tca .btn-tile--table .icon-banner:hover .btn-tile__title i, .tca .icon-banner:hover .title-strikethrough span i, .tca .title-strikethrough .icon-banner:hover span i, .tca .icon-banner:active h3 i, .tca .icon-banner:active .h3 i, .tca .icon-banner:active .btn-tile--table .btn-tile__title i, .tca .btn-tile--table .icon-banner:active .btn-tile__title i, .tca .icon-banner:active .title-strikethrough span i, .tca .title-strikethrough .icon-banner:active span i, .tca .icon-banner:focus h3 i, .tca .icon-banner:focus .h3 i, .tca .icon-banner:focus .btn-tile--table .btn-tile__title i, .tca .btn-tile--table .icon-banner:focus .btn-tile__title i, .tca .icon-banner:focus .title-strikethrough span i, .tca .title-strikethrough .icon-banner:focus span i {
        text-decoration: none;
    }

    .tca .icon-banner:focus {
        box-shadow: 0 0 0 2px #dc3566;
        outline: 0;
    }

    .tca .icon-banner h3, .tca .icon-banner .h3, .tca .icon-banner .btn-tile--table .btn-tile__title, .tca .btn-tile--table .icon-banner .btn-tile__title, .tca .icon-banner .title-strikethrough span, .tca .title-strikethrough .icon-banner span {
        line-height: 20px;
        vertical-align: middle;
    }

    .tca .icon-banner i {
        display: inline;
        margin-left: 2px;
        text-decoration: none;
        vertical-align: middle;
    }

.tca .icon-banner__icon {
    font-size: 45px;
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tca .icon-banner.-bg-blue .icon-banner__speech:before, .tca .icon-banner.-bg-blue .icon-banner__speech:after {
    border-color: #00799b;
}

.tca .icon-banner.-bg-yellow .icon-banner__speech:before, .tca .icon-banner.-bg-yellow .icon-banner__speech:after {
    border-color: #f8ac00;
}

.tca .icon-banner__speech {
    background-color: transparent;
    bottom: 5px;
    display: block;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 100%;
    width: 15px;
}

    .tca .icon-banner__speech:before, .tca .icon-banner__speech:after {
        border-radius: 100%;
        border-style: solid;
        content: '';
        display: block;
        height: 100%;
        left: 0px;
        position: absolute;
    }

    .tca .icon-banner__speech:before {
        border-width: 0px 0px 6px 0px;
        top: -7px;
        width: 115%;
    }

    .tca .icon-banner__speech:after {
        border-width: 0px 0px 7px 0px;
        box-shadow: 2px 0 2px rgba(0,0,0,0.3);
        left: 0px;
        top: -4px;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        width: 200%;
    }

@media (min-width: 635px) {
    .tca .forecast {
        position: relative;
    }

    .tca .forecast__icon {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 70px;
    }

        .tca .forecast__icon:before {
            content: '';
            -webkit-transform-origin: center top;
            -ms-transform-origin: center top;
            transform-origin: center top;
            display: inline-block;
            position: absolute;
            left: 50%;
            width: 70px;
            height: 70px;
            background-image: url(../../img/weather-sprite.png);
            background-repeat: no-repeat;
            background-size: 70px 350px;
            background-position: center 0px;
            -webkit-transform-origin: bottom center;
            -ms-transform-origin: bottom center;
            transform-origin: bottom center;
            -webkit-transform: translateX(-50%) scale(0.8);
            -ms-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
        }

    .tca .forecast__icon--sunny:before {
        background-position: center 0px;
    }

    .tca .forecast__icon--partly-cloudy:before {
        background-position: center -70px;
    }

    .tca .forecast__icon--cloudy:before {
        background-position: center -140px;
    }

    .tca .forecast__icon--rain:before {
        background-position: center -210px;
    }

    .tca .forecast__icon--snow:before {
        background-position: center -280px;
    }

    .tca .forecast__temp {
        display: block;
    }

    .tca .forecast li {
        width: 20%;
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }

        .tca .forecast li:first-child {
            width: 30%;
        }

            .tca .forecast li:first-child .forecast__temp.h3, .tca .forecast li:first-child .btn-tile--table .forecast__temp.btn-tile__title, .tca .btn-tile--table .forecast li:first-child .forecast__temp.btn-tile__title, .tca .forecast li:first-child .title-strikethrough span.forecast__temp, .tca .title-strikethrough .forecast li:first-child span.forecast__temp {
                font-size: 1.65em;
            }

            .tca .forecast li:first-child .forecast__icon {
                width: 100%;
                height: 70px;
            }

                .tca .forecast li:first-child .forecast__icon:before {
                    content: '';
                    display: inline-block;
                    position: absolute;
                    left: 50%;
                    width: 70px;
                    height: 70px;
                    background-image: url(../../img/weather-sprite.png);
                    background-repeat: no-repeat;
                    background-size: 70px 350px;
                    background-position: top center;
                    -webkit-transform: translateX(-50%) scale(1.25);
                    -ms-transform: translateX(-50%) scale(1.25);
                    transform: translateX(-50%) scale(1.25);
                }

        .tca .forecast li:nth-child(5), .tca .forecast li:nth-child(6) {
            display: none;
        }
}

@media (min-width: 1025px) {
    .tca .forecast__icon {
        height: 70px;
    }

        .tca .forecast__icon:before {
            -webkit-transform-origin: bottom center;
            -ms-transform-origin: bottom center;
            transform-origin: bottom center;
            -webkit-transform: translateX(-50%) scale(0.8);
            -ms-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
        }

    .tca .forecast li {
        width: 14%;
    }

        .tca .forecast li:first-child {
            width: 24%;
        }

            .tca .forecast li:first-child .forecast__icon {
                height: 70px;
            }

                .tca .forecast li:first-child .forecast__icon:before {
                    -webkit-transform-origin: bottom center;
                    -ms-transform-origin: bottom center;
                    transform-origin: bottom center;
                }

        .tca .forecast li:nth-child(5), .tca .forecast li:nth-child(6) {
            display: inline-block;
        }
}

.tca .dashboard__booking {
    padding-top: 10px;
    text-align: center;
}

.tca .dashboard__booking-logo {
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    -webkit-background-size: contain;
    height: 40px;
    vertical-align: middle;
    width: 180px;
}

.tca .dashboard-section {
    margin: 10px 5px;
}

.tca .dashboard-section__title {
    margin-bottom: 20px;
}

    .tca .dashboard-section__title i {
        color: #4e4a41;
        font-size: 18px;
        vertical-align: middle;
        margin-left: 5px;
    }

.tca .dashboard-section__subtitle {
    display: block;
}

.tca .dashboard-section__right {
    position: absolute;
    top: 25px;
    right: 10px;
}

.tca .dashboard-service {
    padding: 15px 0px;
    margin: 5px 0;
}

.tca .dashboard-service--border {
    border-bottom: 1px solid #dcdbd9;
}

.tca .dashboard-service__image {
    height: 50px;
    background-size: contain;
    background-position: center center;
    text-align: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.tca .dashboard-service__content {
    margin: 5px auto;
    max-width: 226px;
    text-align: center;
}

.tca .dashboard-service h2, .tca .dashboard-service .h2, .tca .dashboard-service .carousel__title, .tca .dashboard-service .btn-tile--nobtn .btn-tile__title, .tca .btn-tile--nobtn .dashboard-service .btn-tile__title, .tca .dashboard-service .flight-spec__sub-title {
    margin: 5px 0;
    text-align: center;
    font-size: 20px;
}

.tca .dashboard-service__button {
    min-width: 200px;
    line-height: 20px;
    padding: 10px 25px;
}

.tca .dashboard-slider {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

.tca .dashboard-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tca .dashboard-overlay__bottom {
    bottom: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}

.tca .dashboard-overlay__title {
    margin-bottom: 20px;
    margin-left: 10px;
}

.tca .dashboard-caption {
    background-color: black;
    padding: 15px;
    width: 100%;
}

    .tca .dashboard-caption h3 {
        line-height: 1;
        margin-bottom: 10px;
        text-align: center;
    }

    .tca .dashboard-caption p {
        margin-bottom: 10px;
        text-align: center;
    }

.tca .dashboard-passenger__col {
    border-left: 1px solid #a8a6a4;
    margin: 10px 5px;
    padding: 0px 7px;
}

    .tca .dashboard-passenger__col i {
        margin: 5px 2px;
    }

.tca .dashboard-passenger .h3, .tca .dashboard-passenger .btn-tile--table .btn-tile__title, .tca .btn-tile--table .dashboard-passenger .btn-tile__title, .tca .dashboard-passenger .title-strikethrough span, .tca .title-strikethrough .dashboard-passenger span {
    margin: 5px 0;
}

.tca .dashboard-foot {
    padding: 15px 0px;
    margin: 5px 0;
}

    .tca .dashboard-foot p {
        margin: 5px auto;
        max-width: 226px;
        text-align: center;
    }

    .tca .dashboard-foot h2, .tca .dashboard-foot .h2, .tca .dashboard-foot .carousel__title, .tca .dashboard-foot .btn-tile--nobtn .btn-tile__title, .tca .btn-tile--nobtn .dashboard-foot .btn-tile__title, .tca .dashboard-foot .flight-spec__sub-title {
        text-align: center;
    }

.tca .dashboard-foot__button {
    line-height: 20px;
    min-width: 200px;
    padding: 10px 18px;
}

.tca .dashboard__mblock {
    display: block;
    position: relative;
    padding-left: 60px;
}

    .tca .dashboard__mblock i {
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.tca .dashboard__mblock--gender {
    padding-left: 35px;
}

    .tca .dashboard__mblock--gender i {
        font-size: 35px;
        margin-top: -3px;
    }

@media (min-width: 635px) {
    .tca .dashboard__booking {
        text-align: right;
        padding-top: 15px;
    }

    .tca .dashboard__booking-logo {
        width: 180px;
    }

    .tca .dashboard-section {
        margin: 30px 10px;
    }

    .tca .dashboard-section--first {
        margin-top: -50px;
    }

    .tca .dashboard-section__title {
        padding-right: 155px;
    }

        .tca .dashboard-section__title .h1, .tca .dashboard-section__title h1 {
            padding-right: 7px;
        }

        .tca .dashboard-section__title i {
            font-size: 20px;
            margin-left: 6px;
        }

    .tca .dashboard-section__subtitle {
        display: inline-block;
    }

    .tca .dashboard-section__right {
        top: 61px;
        right: 38px;
        position: absolute;
    }

    .tca .dashboard-service {
        padding: 10px 10px 10px 10px;
        margin: 10px 0;
    }

        .tca .dashboard-service h2, .tca .dashboard-service .h2, .tca .dashboard-service .carousel__title, .tca .dashboard-service .btn-tile--nobtn .btn-tile__title, .tca .btn-tile--nobtn .dashboard-service .btn-tile__title, .tca .dashboard-service .flight-spec__sub-title {
            text-align: left;
        }

    .tca .dashboard-service__image {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 70px;
        width: 75px;
        margin-bottom: 0;
    }

    .tca .dashboard-service__container {
        padding-left: 80px;
        min-height: 75px;
    }

    .tca .dashboard-service__content {
        text-align: left;
        max-width: 100%;
    }

    .tca .dashboard-service__button {
        float: right;
        line-height: 19px;
        min-width: 155px;
        padding: 10px 28px;
        margin-bottom: 0;
    }

    .tca .dashboard-service__button--nomargin {
        margin: 0;
    }

    .tca .dashboard-service__button.btn--addon {
        margin-bottom: 35px;
    }

    .tca .dashboard-passenger h3, .tca .dashboard-passenger .h3, .tca .dashboard-passenger .btn-tile--table .btn-tile__title, .tca .btn-tile--table .dashboard-passenger .btn-tile__title, .tca .dashboard-passenger .title-strikethrough span, .tca .title-strikethrough .dashboard-passenger span {
        margin: 5px 0;
    }

    .tca .dashboard-slider {
        height: 270px;
    }

    .tca .dashboard-overlay__title {
        margin-left: 25px;
    }

    .tca .dashboard-caption {
        background-color: rgba(0,0,0,0.58);
        max-width: 75%;
        margin: 10px;
    }

        .tca .dashboard-caption h3 {
            line-height: 1.2;
            text-align: left;
            margin-bottom: 5px;
        }

        .tca .dashboard-caption p {
            text-align: left;
        }

    .tca .dashboard-foot {
        padding: 30px;
    }

        .tca .dashboard-foot p, .tca .dashboard-foot .h2, .tca .dashboard-foot .carousel__title, .tca .dashboard-foot .btn-tile--nobtn .btn-tile__title, .tca .btn-tile--nobtn .dashboard-foot .btn-tile__title, .tca .dashboard-foot .flight-spec__sub-title, .tca .dashboard-foot h2 {
            text-align: left;
            max-width: 100%;
        }
}

@media (min-width: 1025px) {
    .tca .dashboard__booking {
        padding: 15px 0 10px 0;
    }

    .tca .dashboard-section {
        margin: 30px 0;
    }

    .tca .dashboard-section--first {
        margin-top: -50px;
    }

    .tca .dashboard-section__title {
        font-size: 20px;
        padding-right: 175px;
        margin-bottom: 25px;
    }

        .tca .dashboard-section__title h1, .tca .dashboard-section__title .h1 {
            padding-right: 10px;
        }

    .tca .dashboard-overlay h2, .tca .dashboard-overlay .h2, .tca .dashboard-overlay .carousel__title, .tca .dashboard-overlay .btn-tile--nobtn .btn-tile__title, .tca .btn-tile--nobtn .dashboard-overlay .btn-tile__title, .tca .dashboard-overlay .flight-spec__sub-title {
        font-size: 20px;
    }

    .tca .dashboard-service {
        padding: 20px 10px 20px 15px;
    }

    .tca .dashboard-service__image {
        height: 82px;
        width: 104px;
    }

    .tca .dashboard-service h2, .tca .dashboard-service .h2, .tca .dashboard-service .carousel__title, .tca .dashboard-service .btn-tile--nobtn .btn-tile__title, .tca .btn-tile--nobtn .dashboard-service .btn-tile__title, .tca .dashboard-service .flight-spec__sub-title {
        font-size: 28px;
    }

    .tca .dashboard-service__container {
        padding-left: 120px;
        min-height: 85px;
    }

    .tca .dashboard-passenger h3, .tca .dashboard-passenger .h3, .tca .dashboard-passenger .btn-tile--table .btn-tile__title, .tca .btn-tile--table .dashboard-passenger .btn-tile__title, .tca .dashboard-passenger .title-strikethrough span, .tca .title-strikethrough .dashboard-passenger span {
        margin: 5px 0;
    }

    .tca .dashboard-slider {
        height: 320px;
    }

    .tca .dashboard-caption {
        max-width: 60%;
    }

    .tca .dashboard-foot {
        padding: 30px 40px;
    }
}

.tca .image-slider ul.slick-dots {
    position: absolute;
    bottom: 65px;
    padding: 0;
    left: 10px;
}

    .tca .image-slider ul.slick-dots li {
        float: left;
        list-style: none;
        font-size: 1px;
    }

        .tca .image-slider ul.slick-dots li [role="button"] {
            background: #a8a6a4;
            border: 0;
            height: 6px;
            width: 50px;
            margin: 0 5px;
        }

            .tca .image-slider ul.slick-dots li [role="button"]:focus {
                outline: 1px solid #dc3566;
            }

            .tca .image-slider ul.slick-dots li [role="button"]:active {
                background-color: #f8ac00;
            }

    .tca .image-slider ul.slick-dots .slick-active [role="button"] {
        background-color: #fff;
    }

@media (min-width: 635px) {
    .tca .image-slider ul.slick-dots {
        bottom: 10px;
        left: 30px;
    }
}

.tca .tca-page-transition-next {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .tca .tca-page-transition-next.ng-enter {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0;
    }

        .tca .tca-page-transition-next.ng-enter.ng-enter-active {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

    .tca .tca-page-transition-next.ng-leave {
        -webkit-transition: all 0.6s linear;
        transition: all 0.6s linear;
        opacity: 1;
    }

        .tca .tca-page-transition-next.ng-leave.ng-leave-active {
            opacity: 1;
        }

.tca .tca-page-transition-prev {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 88vh;
}

    .tca .tca-page-transition-prev.ng-enter {
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        min-height: 0vh;
        max-height: 0vh;
    }

        .tca .tca-page-transition-prev.ng-enter.ng-enter-active {
            max-height: 100vh;
            min-height: 88vh;
        }

    .tca .tca-page-transition-prev.ng-leave {
        -webkit-transition: all 0.5s ease-out 0.1s;
        transition: all 0.5s ease-out 0.1s;
        opacity: 1;
    }

        .tca .tca-page-transition-prev.ng-leave.ng-leave-active {
            opacity: 1;
        }

.tca .sprite-extra {
    display: inline-block;
    width: 100px;
    height: 85px;
    background-image: url(../img/extras-sprite.png);
    background-size: 100px;
}

.tca .sprite-extra--cargo {
    background-position-y: 0px;
}

.tca .sprite-extra--meal {
    background-position-y: -85px;
}

.tca .sprite-extra--luggage {
    background-position-y: -170px;
}

.tca .sprite-extra--seats {
    background-position-y: -255px;
}

.tca .sprite-extra--skip-queue {
    background-position-y: -340px;
}

.tca .sprite-extra--entertainment {
    background-position-y: -425px;
}

.tca .sprite-extra--insure {
    background-position-y: -510px;
}

.tca .sprite-extra--group-insure {
    background-position-y: -595px;
}

.tca .sprite-extra--dates {
    background-position-y: -680px;
}

.tca .sprite-extra--rail {
    background-position-y: -765px;
}

.tca .sprite-extra--GOLF {
    background-position-y: -1245px;
    height: 100px;
}

.tca .sprite-extra--SKIS {
    background-position-y: -1345px;
    height: 95px;
}

.tca .sprite-extra--FISH {
    background-position-y: -1445px;
    height: 95px;
}

.tca .sprite-extra--CANO, .tca .sprite-extra--KAJK {
    background-position-y: -1545px;
    height: 100px;
}

.tca .sprite-extra--DIVE {
    background-position-y: -1645px;
    height: 95px;
}

.tca .sprite-extra--BIKE {
    background-position-y: -1745px;
    height: 90px;
}

.tca .sprite-extra--GLID {
    background-position-y: -1828px;
    height: 90px;
}

.tca .sprite-extra--HANG {
    background-position-y: -1920px;
    height: 90px;
}

.tca .sprite-extra--SURF {
    background-position-y: -2031px;
    height: 90px;
}

.tca .sprite-extra--RBRB {
    background-position-y: -2136px;
    height: 90px;
}

.tca .sprite-extra--vcloud {
    margin-top: -60px;
    margin-bottom: 10px;
}

.tca .sprite-extra--card {
    display: block;
    margin: auto;
}

.tca .sprite-extra--dash {
    display: block;
    margin: auto;
}

.tca .sprite-extra--large {
    -webkit-transform: translateY(-50%) scale(1.3);
    -ms-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    top: 50%;
}

.tca .sprite-airline {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat-x: no-repeat;
    margin-bottom: -8px;
    background-image: url(../img/airline-sprite.png);
    background-size: 30px;
}

.tca .sprite-airline--large {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.tca .sprite-airline--default, .tca .sprite-airline--2A, .tca .sprite-airline--3K, .tca .sprite-airline--3S, .tca .sprite-airline--4N, .tca .sprite-airline--4U, .tca .sprite-airline--5K, .tca .sprite-airline--6Y, .tca .sprite-airline--9N, .tca .sprite-airline--BA, .tca .sprite-airline--BB, .tca .sprite-airline--BL, .tca .sprite-airline--BM, .tca .sprite-airline--BY, .tca .sprite-airline--CU, .tca .sprite-airline--DE, .tca .sprite-airline--DK, .tca .sprite-airline--E9, .tca .sprite-airline--FH, .tca .sprite-airline--HA, .tca .sprite-airline--HK, .tca .sprite-airline--HQ, .tca .sprite-airline--JQ, .tca .sprite-airline--KK, .tca .sprite-airline--KM, .tca .sprite-airline--KQ, .tca .sprite-airline--MON, .tca .sprite-airline--MT, .tca .sprite-airline--MU, .tca .sprite-airline--OY, .tca .sprite-airline--P2, .tca .sprite-airline--P7, .tca .sprite-airline--PC, .tca .sprite-airline--PG, .tca .sprite-airline--PS, .tca .sprite-airline--QX, .tca .sprite-airline--PS, .tca .sprite-airline--S5, .tca .sprite-airline--SA, .tca .sprite-airline--SN, .tca .sprite-airline--ST, .tca .sprite-airline--SN, .tca .sprite-airline--SW, .tca .sprite-airline--T2, .tca .sprite-airline--TI, .tca .sprite-airline--TOM, .tca .sprite-airline--TX, .tca .sprite-airline--U2, .tca .sprite-airline--UK-JQ, .tca .sprite-airline--UX, .tca .sprite-airline--X3, .tca .sprite-airline--X9, .tca .sprite-airline--XC, .tca .sprite-airline--XG, .tca .sprite-airline--YG, .tca .sprite-airline--XC, .tca .sprite-airline--ZB {
    background-position-y: 0px;
}

.tca .sprite-airline--JP {
    background-position-y: -30px;
}

.tca .sprite-airline--A3 {
    background-position-y: -60px;
}

.tca .sprite-airline--SU {
    background-position-y: -90px;
}

.tca .sprite-airline--aeroligic, .tca .sprite-airline--AEROLOGIC {
    background-position-y: -120px;
}

.tca .sprite-airline--BT {
    background-position-y: -150px;
}

.tca .sprite-airline--AB {
    background-position-y: -180px;
}

.tca .sprite-airline--EN {
    background-position-y: -210px;
}

.tca .sprite-airline--MK {
    background-position-y: -240px;
}

.tca .sprite-airline--JU {
    background-position-y: -270px;
}

.tca .sprite-airline--HM {
    background-position-y: -300px;
}

.tca .sprite-airline--AS {
    background-position-y: -330px;
}

.tca .sprite-airline--OS {
    background-position-y: -360px;
}

.tca .sprite-airline--AD {
    background-position-y: -390px;
}

.tca .sprite-airline--UP {
    background-position-y: -420px;
}

.tca .sprite-airline--BW {
    background-position-y: -450px;
}

.tca .sprite-airline--KX {
    background-position-y: -480px;
}

.tca .sprite-airline--CM {
    background-position-y: -510px;
}

.tca .sprite-airline--OU {
    background-position-y: -540px;
}

.tca .sprite-airline--OK {
    background-position-y: -570px;
}

.tca .sprite-airline--LY {
    background-position-y: -600px;
}

.tca .sprite-airline--AY {
    background-position-y: -630px;
}

.tca .sprite-airline--BE {
    background-position-y: -660px;
}

.tca .sprite-airline--G3 {
    background-position-y: -690px;
}

.tca .sprite-airline--B6 {
    background-position-y: -720px;
}

.tca .sprite-airline--LO {
    background-position-y: -750px;
}

.tca .sprite-airline--LH {
    background-position-y: -780px;
}

.tca .sprite-airline--LG {
    background-position-y: -810px;
}

.tca .sprite-airline--SK {
    background-position-y: -840px;
}

.tca .sprite-airline--SY {
    background-position-y: -87px;
}

.tca .sprite-airline--SR {
    background-position-y: -900px;
}

.tca .sprite-airline--RO {
    background-position-y: -930px;
}

.tca .sprite-airline--Y4 {
    background-position-y: -960px;
}

.tca .sprite-airline--WS {
    background-position-y: -990px;
}

.tca .sprite-airline--TC, .tca .sprite-airline--HQ, .tca .sprite-airline--TCX, .tca .sprite-airline--DK, .tca .sprite-airline--MT {
    background-position-y: -1020px;
}

.tca .sprite-airline--DE {
    background-position-y: -1047px;
}

@media (min-width: 635px) {
    .tca .sprite-extra--vcloud {
        margin-top: -90px;
    }

    .tca .sprite-extra--large {
        -webkit-transform: translateY(-50%) scale(1.5);
        -ms-transform: translateY(-50%) scale(1.5);
        transform: translateY(-50%) scale(1.5);
        top: 50%;
    }

    .tca .sprite-extra--dash {
        position: absolute;
        left: -10px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        top: 0;
    }
}

@media (min-width: 1025px) {
    .tca .sprite-extra--vcloud {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        margin-bottom: 15px;
    }

    .tca .sprite-extra--sport {
        -webkit-transform: scale(1.1) translateY(-50%);
        -ms-transform: scale(1.1) translateY(-50%);
        transform: scale(1.1) translateY(-50%);
        top: 50%;
    }

    .tca .sprite-extra--large {
        -webkit-transform: translateY(-50%) scale(1.8);
        -ms-transform: translateY(-50%) scale(1.8);
        transform: translateY(-50%) scale(1.8);
        top: 50%;
    }

    .tca .sprite-extra--dash {
        position: absolute;
        left: 10px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.tca .ui-autocomplete {
    padding: 0;
    list-style: none;
    background-color: #fff;
    width: 218px;
    border: 1px solid #B0BECA;
    max-height: 100px;
    overflow-x: hidden;
    z-index: 1070;
}

.tca .ui-autocomplete-input {
    border: 0;
    color: #4e4a41;
    font-size: 18px;
    height: 24px;
    padding-right: 34px;
    padding-left: 6px;
    margin-right: -6px;
    min-width: 104%;
    margin-left: -6px;
}

    .tca .ui-autocomplete-input:focus {
        outline: none;
    }

.tca .ui-autocomplete .ui-menu-item {
    border-top: 1px solid #B0BECA;
    display: block;
    padding: 10px;
    margin: 0;
    color: #353D44;
    cursor: pointer;
    width: 100%;
}

    .tca .ui-autocomplete .ui-menu-item:first-child {
        border-top: none;
    }

    .tca .ui-autocomplete .ui-menu-item.ui-state-focus {
        background-color: #D5E5F4;
        color: #161A1C;
    }

@media (min-width: 635px) {
    .tca .ui-autocomplete-input {
        min-width: 103%;
    }
}

@media (min-width: 1025px) {
    .tca .ui-autocomplete-input {
        min-width: 102%;
    }
}

.tca .date-slider-v2 {
    display: block;
    height: 104px;
    position: relative;
}

.tca .date-slider-v2__slide {
    background-color: #fff;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
    display: block;
    height: 98px !important;
    margin: 2px 3px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 3px solid #f8ac00;
    width: 140px;
}

    .tca .date-slider-v2__slide:focus {
        outline: 0;
        box-shadow: 0 0 0 2px #dc3566;
    }

    .tca .date-slider-v2__slide:before {
        border-color: #f8ac00 transparent transparent transparent;
        border-style: solid;
        border-width: 0px 35px 0 35px;
        content: '';
        display: block;
        height: 0;
        left: 0px;
        margin: 0px auto;
        position: absolute;
        right: 0px;
        top: 100%;
        width: 0;
        -webkit-transition: border-width 0.2s ease-in-out;
        transition: border-width 0.2s ease-in-out;
    }

    .tca .date-slider-v2__slide:after {
        border-color: #f8ac00 transparent transparent transparent;
        border-style: solid;
        border-width: 0px 35px 0 35px;
        content: '';
        display: block;
        height: 0;
        left: 0px;
        margin: 0px auto;
        position: absolute;
        right: 0px;
        top: 101%;
        width: 0;
        -webkit-transition: border-width 0.2s ease-in-out;
        transition: border-width 0.2s ease-in-out;
    }

    .tca .date-slider-v2__slide[data-slick-index='3'] {
        padding-right: 0px;
    }

    .tca .date-slider-v2__slide .icon {
        color: #969799;
        display: block;
        font-size: 24px;
        padding-top: 2px;
    }

    .tca .date-slider-v2__slide.slick-center {
        background-color: #f8ac00;
        padding-top: 10px;
        width: 220px;
    }

        .tca .date-slider-v2__slide.slick-center .date-slider-v1__slide-day {
            color: #4e4a41;
        }

        .tca .date-slider-v2__slide.slick-center .date-slider-v1__slide-date {
            color: #4e4a41;
            font-size: 24px;
            margin-bottom: 2px;
        }

        .tca .date-slider-v2__slide.slick-center .icon {
            font-size: 24px;
            color: #4e4a41;
        }

        .tca .date-slider-v2__slide.slick-center.date-slider-v2__slide--disabled {
            background-color: transparent;
            box-shadow: 0 0 0 0;
            border-top: 3px solid transparent;
        }

            .tca .date-slider-v2__slide.slick-center.date-slider-v2__slide--disabled:focus {
                outline: 0;
                box-shadow: 0 0 0 2px #dc3566;
            }

            .tca .date-slider-v2__slide.slick-center.date-slider-v2__slide--disabled:hover {
                background-color: transparent;
            }

    .tca .date-slider-v2__slide:hover {
        background-color: #f8ac00;
        cursor: pointer;
    }

.tca .date-slider-v2__slide--from {
    color: #4e4a41;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.tca .date-slider-v2__slide--price {
    color: #4e4a41;
    font-size: 13px;
    padding-top: 2px;
}

.tca .date-slider-v2__slide--nofly {
    font-size: 12px;
    color: #4e4a41;
    display: block;
    margin-top: 7px;
}

.tca .date-slider-v2__slide-date, .tca .date-slider-v2__slide-day {
    color: #4e4a41;
    display: block;
    font-size: 18px;
}

.tca .date-slider-v2__slide--disabled {
    background-color: transparent;
    box-shadow: 0 0 0 0;
    border-top: 3px solid transparent;
}

    .tca .date-slider-v2__slide--disabled:hover {
        background-color: transparent;
    }

.tca .date-slider-v2 .slick-prev, .tca .date-slider-v2 .slick-next {
    background-color: #333;
    border: none;
    color: transparent;
    display: block;
    margin: 1px;
    font-size: 1px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .tca .date-slider-v2 .slick-prev:focus, .tca .date-slider-v2 .slick-next:focus {
        outline: 0;
        box-shadow: 0 0 0 2px #dc3566;
    }

    .tca .date-slider-v2 .slick-prev:before, .tca .date-slider-v2 .slick-next:before {
        bottom: 0px;
        color: #fff;
        display: block;
        font-size: 20px;
        line-height: 40px;
        margin: 0 auto;
        position: absolute;
        top: 0px;
        width: 25px;
    }

.tca .date-slider-v2 .slick-prev {
    left: calc(50% - 102px);
    z-index: 1;
}

    .tca .date-slider-v2 .slick-prev:before {
        content: '\e901';
        left: 5px;
    }

.tca .date-slider-v2 .slick-next {
    right: calc(50% - 102px);
    z-index: 1;
}

    .tca .date-slider-v2 .slick-next:before {
        content: '\e904';
        right: 5px;
    }

.tca .date-slider-v2 .slick-list, .tca .date-slider-v2 .slick-track {
    height: 100%;
}

.tca .date-slider-v2 .slick-track {
    padding-bottom: 3px;
}

.tca .slick-center .date-slider-v1__slide--from, .tca .slick-center .date-slider-v1__slide--price {
    color: #4e4a41;
}

@media (min-width: 635px) {
    .tca .date-slider-v2 {
        height: 110px;
        margin: 0 20px;
    }

    .tca .date-slider-v2__slide {
        height: 105px !important;
    }

        .tca .date-slider-v2__slide.slick-center {
            width: 240px;
        }

    .tca .date-slider-v2__slide--day {
        display: block;
    }

    .tca .date-slider-v2__slide--from, .tca .date-slider-v2__slide--nofly {
        padding-top: 5px;
        display: block;
    }

    .tca .date-slider-v2--nofly {
        font-size: 15px;
        margin-top: 7px;
    }

    .tca .date-slider-v2 .slick-prev, .tca .date-slider-v2 .slick-next {
        border-color: transparent;
        width: 45px;
        height: 45px;
    }

        .tca .date-slider-v2 .slick-prev:hover, .tca .date-slider-v2 .slick-next:hover {
            background-color: #4d4d4d;
        }

        .tca .date-slider-v2 .slick-prev:before, .tca .date-slider-v2 .slick-next:before {
            font-size: 25px;
            line-height: 45px;
        }

    .tca .date-slider-v2 .slick-prev {
        box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
        left: calc(47% - 90px);
    }

    .tca .date-slider-v2 .slick-next {
        box-shadow: -1px 2px 3px rgba(0,0,0,0.3);
        right: calc(48% - 90px);
    }

        .tca .date-slider-v2 .slick-next:before, .tca .date-slider-v2 .slick-prev:before {
            border: none;
            bottom: auto;
            content: '\f0c0';
            display: block;
            float: none;
            font-family: 'icomoon' !important;
            line-height: 45px;
            margin: 0 auto;
            position: relative;
            right: auto;
            width: auto;
            left: 370px;
        }

    .tca .date-slider-v2 .slick-next {
        right: calc(50% - 118px);
    }

        .tca .date-slider-v2 .slick-next:before {
            content: '\e904';
            left: 2px;
        }

    .tca .date-slider-v2 .slick-prev {
        left: calc(50% - 118px);
    }

        .tca .date-slider-v2 .slick-prev:before {
            content: '\e901';
            left: -2px;
        }

        .tca .date-slider-v2 .slick-next:after, .tca .date-slider-v2 .slick-prev:after {
            content: none;
        }
}

@media (min-width: 1025px) {
    .tca .date-slider-v2 {
        height: 124px;
    }

    .tca .date-slider-v2__slide {
        padding-top: 20px;
        height: 120px !important;
    }

        .tca .date-slider-v2__slide.slick-center {
            width: 280px;
        }

    .tca .date-slider-v2__slide--from, .tca .date-slider-v2__slide--price, .tca .date-slider-v2__slide--nofly {
        font-size: 16px;
    }

    .tca .date-slider-v2__slide .icon {
        font-size: 32px;
    }

    .tca .date-slider-v2__slide.slick-center {
        padding-top: 18px;
    }

        .tca .date-slider-v2__slide.slick-center .h5, .tca .date-slider-v2__slide.slick-center .flight-spec__info, .tca .date-slider-v2__slide.slick-center .title-bar__title {
            font-size: 36px;
        }

        .tca .date-slider-v2__slide.slick-center .icon {
            font-size: 32px;
        }

    .tca .date-slider-v2 .slick-prev, .tca .date-slider-v2 .slick-next {
        height: 45px;
        width: 45px;
    }

        .tca .date-slider-v2 .slick-prev:before, .tca .date-slider-v2 .slick-next:before {
            line-height: 30px;
            font-size: 24px;
        }

    .tca .date-slider-v2 .slick-next {
        right: calc(50% - 130px);
    }

    .tca .date-slider-v2 .slick-prev {
        left: calc(50% - 130px);
    }
}

.pca .pcaautocomplete {
    z-index: 80 !important;
}

    .pca .pcaautocomplete.pcatext {
        left: 10px !important;
        min-width: 50% !important;
        right: 10px !important;
    }

        .pca .pcaautocomplete.pcatext .pcaitem {
            font-family: "missiongothic", Helvetica, Arial, sans-serif;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            border-top: 1px solid #dcdbd9;
            color: #333;
            font-size: 16px;
            line-height: 18px;
        }

            .pca .pcaautocomplete.pcatext .pcaitem b {
                color: #00799b;
                font-weight: normal;
            }

            .pca .pcaautocomplete.pcatext .pcaitem:hover {
                background-color: #edece9;
            }

            .pca .pcaautocomplete.pcatext .pcaitem:after {
                content: '';
                display: block;
                width: 30px;
                height: 30px;
                background-color: #dcdbd9;
                position: absolute;
                right: 10px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

@media (min-width: 635px) {
    .pca .pcaautocomplete.pcatext {
        left: 50% !important;
        min-width: 55% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .pca .pcaautocomplete.pcatext .pcaitem {
            font-size: 16px;
            line-height: 22px;
        }
}

@media (min-width: 1025px) {
    .pca .pcaautocomplete.pcatext {
        left: 50% !important;
        max-width: 583px !important;
        min-width: inherit !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 48.3%;
    }

        .pca .pcaautocomplete.pcatext .pcaitem {
            font-size: 16px;
            line-height: 50px;
            color: #4e4a41;
        }

            .pca .pcaautocomplete.pcatext .pcaitem:after {
                width: 50px;
                height: 50px;
            }

    .pca .pca.pcalist {
        height: 340px !important;
    }

}

