/* Global styles & wrapper - MAY CONFILCT WITH EXISTING SYSTEM */
/*html, body {
    font-family: 'Oxygen', sans-serif !important;
    background-color: white !important;
    font-size: 13px !important;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}*/

label {
    font-weight: 500 !important;
}

input[type=checkbox], input[type=radio] {
    position: relative;
    vertical-align: middle;
    bottom: 2px;
    position: relative !important;
    height: auto !important;
    margin-right: 8px !important;
}

td:hover {
    cursor: pointer !important;
}

h2 {
    margin: 0 !important;
}

a, a:hover, a:focus {
    color: #fff;
}

    a:visited, a:active {
        color: #fff;
        text-decoration: none !important;
    }

.clearfix {
    clear: both;
}

#mainWrapper {
    position: relative;
    min-width: 1170px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
}

.carets:after {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}

.tableFlag {
    margin-right: 5px;
}

.tableLinkWhite {
    color: #fff !important;
}

.tableLinkOrange {
    color: #406781 !important;
}

.tableLinkGreen {
    color: #406781 !important;
    cursor: pointer;
}

.tableRowLink { /* used inside table cells to add a link/anchor */
    color: inherit !important;
    display: block;
    width: 100%;
}

    .tableRowLink:hover {
        text-decoration: none;
    }

.headerHorRule {
    border: 1px solid #232323;
    margin-top: 14px !important;
    margin-bottom: 28px !important;
}

.defaulList {
    padding: 0 !important;
    margin: 0 0 55px 0 !important;
    list-style-type: none !important;
    color: #585858;
}

    .defaulList li {
        margin: 0 12px 15px 12px;
        list-style-position: outside;
    }

        .defaulList li::before { /* bullet point icon styling */
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent;
            border-left: 4px solid #232323;
            content: "";
            display: inline-block;
            height: 0;
            width: 0;
            margin-right: 5px;
            margin-left: -12px;
        }
/* END OF GLOBAL STYLES */


/* TOP BLUE HEADER/NAV BAR */
#headerBar {
    background-color: #232323;
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
    z-index: 999;
    top: 0;
    position: fixed;
    width: 100%;
    height: 70px;
}

    #headerBar h4 {
        font-weight: bold;
        margin: 7.5px 0;
    }

.headerChild {
    float: left;
}

#logo {
    width: 207px;
}

#searchBox {
    width: 245px;
    padding: 20px;
}

    #searchBox .btn-search {
        background-color: #406781;
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
        padding: 6px 7px;
    }

    #searchBox .glyphicon-search {
        color: white !important;
    }

#phoneBox {
    color: #fff;
    width: 200px;
    font-size: 16px;
    padding-left: 50px;
}

    #phoneBox i {
        color: white;
    }

#navigationBox {
    display: none;
}

    #navigationBox.header-visible {
        display: block;
    }

.btnHeadWrap {
    width: 100%;
}

.btnHead {
    display: inline-block;
    color: #fff !important;
    text-align: center;
    padding: 6px 15px;
    position: relative;
}

.btnLogout {
    color: #fff !important;
    text-align: center;
    padding: 6px;
    position: relative;
}

.active, .btnHead:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #D3D3D3 !important;
    cursor: pointer;
}

#walking.active, #walking.btnHead:hover {
    color: var(--walking-lime) !important;
}

#lapland.active, #lapland.btnHead:hover {
    color: var(--lapland-lilac) !important;
}

#ski.active, #ski.btnHead:hover {
    color: var(--ski-air) !important;
}

/* LEFT VERTICAL SEARCH BAR */
#mainContentWrapper {
    position: relative;
    min-height: calc(100vh - 86px);
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

#searchColumn {
    background-color: #393939;
    color: #fff;
    padding: 0;
    float: left;
    width: 255px;
    z-index: 2;
    position: fixed;
    height: 100%;
}

#searchColumnInner {
    overflow-y: auto;
    height: 100%;
}

    #searchColumnInner .panel-group {
        margin-bottom: 150px !important;
    }

    #searchColumnInner::-webkit-scrollbar {
        width: 0px !important;
    }

.backgroundPadding { /* IE9 column height fix */
    background-color: #393939;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 247px;
    z-index: 1;
    height: 100%;
}

.searchPadding {
    padding: 0 25px;
    background-color: #242a33;
    vertical-align: middle;
}

    .searchPadding input, .searchPadding select, .sortFields select { /* styling for form inputs only effects those wrapped within this container */
        height: 23px !important;
        font-size: 12px;
        padding: 1px 0 1px 10px !important;
    }

    .searchPadding button {
        float: right;
        background-color: white;
        border: none;
        color: black;
        padding: 6px 13px;
        font-weight: bold;
        border-radius: 6px !important;
    }

.criteriaHeader { /* used for titles in searches e.g - 'Travelling to:' or 'Duration' */
    color: #929599;
}

.formSection {
    padding-bottom: 5px;
}

.formRow {
    padding-bottom: 5px;
    font-size: 12px !important;
}

.formCol {
    width: 27.5%;
    float: left;
    margin-right: 3%;
    font-size: 12px;
}

.formHalfCol {
    width: 50%;
    float: left;
    font-size: 12px;
}

#agencyDetails {
    font-size: 11px;
    color: #7c8087;
    padding: 0 25px;
}

.formRow .fa-plane, .formRow .fa-car, .formRow .fa-bed, .formRow .fa-ship {
    vertical-align: middle;
    min-width: 10px;
    max-width: 13px;
    color: #fff;
}

.formRow .checkbox-inline {
    width: 90%;
}
/* END OF LEFT VERTICAL */


/* RIGHT SIDE - RESULTS & TABLE AREA */
#resultsColumn, .footerBar {
    float: right;
    width: calc(100% - 247px);
    position: relative;
    padding: 15px 25px 28px;
    left: 247px;
    height: 100%;
    clear: both;
}

#resultsColumn {
    margin-bottom: 50px;
}

    #resultsColumn .results {
        max-height: 100%;
    }


    #resultsColumn.bookingsPanel {
        width: calc(100% - 247px);
        padding: 5px;
        height: auto;
        float: none;
    }

#searchColumn.bookingsPanelSearch {
    width: 100%;
    height: 204px;
    position: static;
}



.accommodationWrapper {
    left: 0 !important;
}

.headlineWrapper {
    margin-bottom: 30px;
}

.headlineTitle {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.localTaxDetails {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

a.headlineLink {
    cursor: pointer;
}

#airportSearchBox {
    width: 240px;
    float: right;
    margin-bottom: 10px;
}

table {
    color: #232323;
    font-weight: bold;
}

.table thead th:first-child, .table tr td:first-child {
    padding: 8px 0 8px 18px !important;
    text-align: left !important;
}

.tableBold thead th:last-child, tr td:last-child {
    text-align: right;
    padding: 8px 18px 8px 0 !important;
    vertical-align: middle !important;
}

th {
    border-bottom: none !important;
    color: #fff;
    background-color: #232323;
    height: 40px;
}

tr {
    width: 80%;
}

/*tr:hover {
        background-color: #e1f2fa !important;
    }*/

.tableBold tr td:last-child {
    font-weight: bold;
    font-size: 19px;
    line-height: 0.75 !important;
}

td {
    border-top: #f7f7f7 solid 2px !important;
    vertical-align: middle !important;
}

.table td span {
    color: #232323;
    font-weight: normal !important;
}

.table span, .landing-product .table a span.resortDetails {
    color: #585858;
    font-weight: normal;
}

.headlineWrapper span {
    color: #585858;
    font-weight: normal;
}

.headlineWrapper .headlineShortDescription {
    display: block;
    margin: 10px 0;
}

.landing-product .headlineWrapper {
    margin-bottom: 15px;
}


.viewMore {
    color: #fff;
    padding: 0;
    font-weight: 700;
}

.wasPrice, .wasPrice span {
    font-weight: bold !important;
    color: #cf0031 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    display: block;
    padding: 10px 0 0 0;
}

    .wasPrice span {
        display: inline;
    }

/* END OF RIGHT SIDE - RESULTS & TABLE AREA */


/* BOOTSTRAP STYLES OVERRIDE */
.panel {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #282e38 !important;
    border-radius: 0 0 0 0;
}

.panel-heading {
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
}

.panel-title {
    padding: 20px 25px;
    font-size: 14px !important;
}

.panel-body {
    border: none !important;
    padding: 0 !important;
}

.panel-group .panel + .panel {
    margin-top: 0 !important;
}

.table {
    background-color: #F5F5F5 !important;
}

    .table > thead > tr > th {
        vertical-align: middle !important;
    }

.form-control, .btn {
    border-radius: 0 !important;
}

.btn {
    text-transform: uppercase;
}

.btn-primary {
    font-size: 12px !important;
    font-weight: 700 !important;
    font-family: Raleway;
}

.btn-default {
    background-color: #68bee7 !important;
    color: #fff !important;
}

button {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.form-control {
    border: solid 1px #C8C8C8 !important;
    border-radius: 6px !important;
}

    input:focus, .form-control:focus {
        outline: solid #232323 !important;
        border: solid 1px #232323 !important;
    }

.col-xs-3 {
    padding: 0 !important;
}

#datetimepicker1 {
    cursor: pointer;
}

.input-group-addon .fa {
    color: #fff !important;
}

.input-group-addon {
    border: none !important;
    background-color: transparent !important;
    font-size: 16px !important;
    padding: 3.5px 0 0 6px !important;
}

.field-validation-error {
    color: #ff0000;
}
/* END OF BOOTSTRAP STYLES OVERRIDE */


/* FONT AWESOME ICON STYLE */
.fa {
    /*    //color: white;*/
    color: #fab702;
    min-width: 23px;
}

.fa-search, .fa-file, .fa-plane, .fa-sign-out {
    color: white;
}

.fa-star {
    min-width: 14px;
}

.fa-star-half {
    color: #fab702 !important;
    min-width: 0px;
}

.fa-caret-right {
    color: white;
    min-width: 0;
    margin-left: 8px;
}

.fa-phone {
    min-width: 0;
    margin-right: 5px;
}

.fa-angle-double-right { /* USED AFTER LINKS IN LISTS */
    color: #406781;
    min-width: 0px;
    margin: 0 25px 0 3px;
}
/* END OF FONT AWESOME ICON STYLE */


/* FOOTER BAR */
.footerBar {
    background-color: #dadfe8;
    padding: 15px 40px;
    position: fixed;
    bottom: 0;
    left: 247px;
    z-index: 999;
}

#footerCopy {
    float: left;
    vertical-align: middle;
    margin-top: 7px;
}

#footerIcon {
    float: right;
}

#footerCopy a {
    color: #333 !important;
}
/* END OF FOOTER BAR */



/* TABLE STYLING IN 'ACCOMMODATION' PAGE

Alternating the Odd & Even classes on tables - causes the alternating colour pattern 

accomTable          - USED FOR ALL TABLES IN ACCOM PAGE
accomTableHeader    - USED FOR TABLE CONTAINING DATES/HEADER COLUMN
accomTableOdd       - USED FOR TABLES WITH WHITE BACKGROUND COLOUR
accomTableEven      - USED FOR TABLES WITH BLUE (#e1f2fa) BACKGROUND COLOUR
*/
.accomTable tbody tr:first-child td {
    border: none !important;
}

.accomTable thead tr th {
    border: none !important;
}

.accomTable tr td:first-child, .accomTable thead th:first-child, .accomTable tr td:last-child, .accomTable thead th:last-child, .accomTable td, .accomTable th {
    padding: 6px !important;
    text-align: center !important;
}

.accomTable td {
    height: 44px;
    line-height: 1 !important;
}

.accomTable thead tr th {
    height: 30px !important;
    line-height: 1 !important;
}

.accomTableHeader thead tr th {
    height: 60px !important;
    line-height: 1 !important;
}

.accomTableHeader {
    float: left;
    width: 15% !important;
}

    .accomTableHeader th {
        background-color: #232323;
    }

    .accomTableHeader tbody tr td {
        background-color: #fff;
    }

.accomTableEven thead tr:first-child th {
    background-color: #0b5e8b;
}

.accomTableEven thead tr:last-child th {
    background-color: #186791;
}

.accomTableEven tr {
    background-color: #e1f2fa;
}

    .accomTableEven tr:hover {
        background-color: #e1f2fa !important;
    }

.accomTableEven td:hover, .accomTableOdd td:hover {
    background-color: #b1ddf2;
}

.accomTableEven, .accomTableOdd {
    width: 21.25% !important;
    float: left;
}

    .accomTableOdd thead tr:first-child th {
        background-color: #232323;
    }

    .accomTableOdd thead tr:last-child th {
        background-color: #0f5d87;
    }

    .accomTableOdd tr:hover {
        background-color: #fff !important;
    }

    .accomTable .wasPrice, .accomTableEven .wasPrice {
        font-size: 10px !important;
    }

#moreInfoButton .fa {
    min-width: 0;
    margin-left: 8px;
}

#moreInfoButton {
    min-width: 110px;
}
/* END OF TABLE STYLING IN 'ACCOMMODATION' PAGE */

.panel-ski {
    margin: 0 0 1em 0;
    line-height: 1.5em;
    padding: 1em;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 5px;
}

.panel-ski-title {
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 700;
}

.panel-levels li {
    padding: 0.2em 0;
    position: relative;
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: 1px solid #c4c4c4;
}

.panel-levels .panel-levels-last {
    border-bottom: 0px;
}

.panel-levels-label {
    display: inline-block;
    width: 90px;
    font-weight: 700;
}

.cross-country, .ski-begin, .ski-intermediate, .ski-advanced, .ski-board, .mountain-hikes, .mountain-walks, .mountain-strolls {
    display: inline-block;
    width: 55px;
    height: 8px;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: left center;
}

.ski-begin {
    background-image: url(/assets/images/icons/beginner-sml-ico.png);
}

.ski-intermediate {
    background-image: url(/assets/images/icons/intermediate-sml-ico.png);
}

.ski-advanced {
    background-image: url(/assets/images/icons/advanced-sml-ico.png);
}

.ski-board {
    background-image: url(/assets/images/icons/board-sml-ico.png);
}

.cross-country {
    background-image: url(/assets/images/icons/cross-sml-ico.png);
    height: 9px;
}

.mountain-hikes {
    background-image: url(/assets/images/icons/hikes-sml-ico.png);
}

.mountain-walks {
    background-image: url(/assets/images/icons/walks-sml-ico.png);
}

.mountain-strolls {
    background-image: url(/assets/images/icons/strolls-sml-ico.png);
}

.lvl4 {
    width: 44px;
}

.lvl3 {
    width: 33px;
}

.lvl2 {
    width: 22px;
}

.lvl1 {
    width: 11px;
}

.lvl0 {
    width: 0px;
}

.ski-icon-txt {
    padding-left: 12px;
    padding-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
}

.ski-begin-txt {
    background-image: url(/assets/images/icons/beginner-sml-ico.png);
}

.ski-intermediate-txt {
    background-image: url(/assets/images/icons/intermediate-sml-ico.png);
}

.ski-advanced-txt {
    background-image: url(/assets/images/icons/advanced-sml-ico.png);
}

.ski-board-txt {
    background-image: url(/assets/images/icons/board-sml-ico.png);
}

.run-green-txt {
    background-image: url(/assets/images/icons/green-sml-ico.png);
}

.run-blue-txt {
    background-image: url(/assets/images/icons/blue-sml-ico.png);
}

.run-red-txt {
    background-image: url(/assets/images/icons/red-sml-ico.png);
}

.run-black-txt {
    background-image: url(/assets/images/icons/black-sml-ico.png);
}

/* ACCOMMODATION PAGE HOTEL PANEL */
#flyerPdf {
    -moz-transform: scale(0.35,0.35);
    -ms-transform: scale(0.35,0.35);
    -webkit-transform: scale(0.35,0.35);
    -o-transform: scale(0.35,0.35);
    transform: scale(0.35,0.35);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.moreInfoNav {
    cursor: pointer;
    background-color: #232323;
    border: solid 1px;
    padding: 2px 4px;
    margin-right: 5px;
    color: white;
    padding: 2px 7px;
}

.moreInfoBackTop {
    font-weight: 600;
    display: block;
    cursor: pointer;
    color: #fb6400;
}


    .moreInfoBackTop i.fa {
        cursor: pointer;
        color: #fb6400 !important;
    }

#generatedMoreInfo a,
#generatedMoreInfo a:visited,
#generatedMoreInfo a:active,
#generatedMoreInfo a:hover,
#generatedMoreInfo a:focus {
    color: #232323 !important;
}

#generatedMoreInfo .fa {
    color: #232323;
    cursor: pointer;
}

#moreInfoBox {
    padding: 15px 35px;
}

.moreInfoRow .headerHorRule {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.moreInfoRow {
    margin-bottom: 40px;
}

.moreInfoClose {
    float: right;
    font-weight: bold;
    cursor: pointer;
}

    .moreInfoClose, .moreInfoClose .fa {
        color: #585858;
        min-width: 0;
    }

.hotelLargeImg {
    float: left;
    height: 264px;
    width: 553px;
    overflow: hidden;
}

.hotelSmallCopy {
    float: left;
    width: calc(100% - 553px);
    height: 264px;
    overflow: hidden;
    padding: 20px 25px 0 25px;
    background-color: #232323;
    color: #fff;
}

.hotelSmallImg {
    float: left;
    text-align: center;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    max-height: 148px;
    padding: 0 32px;
}

    .hotelSmallImg img {
        background: #fff;
        padding: 3px;
    }

.hotelLargeCopy {
    float: left;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: calc(100% - 520px);
}

    .hotelLargeCopy .fa {
        font-size: 12px;
        min-width: 0px;
        vertical-align: middle;
        margin-top: -2px;
    }

    .hotelLargeCopy span {
        font-size: 12px;
        color: #232323;
    }

    .hotelLargeCopy p {
        margin-bottom: 20px;
        font-size: 12px;
        color: #585858;
        margin: 0;
    }

    .hotelLargeCopy h4 {
        font-size: 18px;
        color: 2E353F;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 4px;
    }

.hotelSmallCopy tr td:first-child {
    font-weight: normal !important;
    padding: 6px 2px !important;
}

.hotelSmallCopy tr td:last-child {
    padding: 0 2px !important;
    font-size: 15px;
}

.hotelSmallCopy tr:hover {
    background-color: #5a5a5a !important;
}

.hotelSmallCopy table {
    width: 100%;
    margin-bottom: 15px;
}

    .hotelSmallCopy table tr td {
        color: #fff;
        border-top: none !important;
        border-bottom: 2px solid #ffffff;
    }

.hotelSmallCopy h4 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 4px;
}

#hotelDetails {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid white;
    border-radius: 6px;
}


.text-background {
    background-color: #000;
    opacity: 0.5;
    padding: 5px;
}


.modal-content {
    border-radius: 0px;
    /*    background-color: white;*/
    background-color: #C8C8C8;
}

.modal-header {
    background-color: #232323;
}

/* IMAGE SLIDER */
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    width: 56px !important;
    opacity: 1 !important;
}

.carousel-inner > .item > img {
    height: auto;
}

.slideControls {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.slideControlsPrev {
    left: 20px !important;
}
/* END OF IMAGE SLIDER */
/* END OF ACCOMMODATION PAGE HOTEL PANEL */



/* PROPERTY TABLE (3RD TABLE) ON DEPARTURE PAGE */
.departureTitle {
    color: #232323;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
}

.propTable td {
    font-size: 11px;
}

.propTable tr td:first-child, .propTable thead th:first-child {
    text-align: center !important;
    padding: 8px !important;
}

.propTable td:first-child {
    font-size: 15px;
}

.propTable td:last-child {
    width: 28%;
}

.tableData { /* THESE ARE USED FOR SECOND LINE IN THE SECOND COLUMN, CONTAINS NAME, CODE & BOARD INFO */
    float: left;
    text-transform: uppercase;
    color: #585858;
    margin-right: 8%;
}

    .tableData .fa {
        color: #232323;
    }

.tableRoute tr td:nth-child(2), .tableRoute tr td:nth-child(2) span {
    color: #585858;
}

.departureHeadRow {
    border-top: none !important;
    border-bottom: 2px solid #efefef;
    background-color: #f7f7f7;
    color: #636363 !important;
    text-transform: uppercase;
}
/* END OF PROPERTY TABLES */



/* POP-UP CALENDAR STYLING */
.table-condensed tr td:last-child {
    padding: 8px !important;
}

.table-condensed th {
    border-radius: 0 !important;
}

.table-condensed tr:hover {
    background-color: #fff !important;
}

.datepicker .next:hover, .datepicker .prev:hover {
    background-color: #878787 !important;
}

.datepicker-switch:hover {
    background-color: #232323 !important;
    cursor: auto !important;
}
/* END OF POP-UP CALENDAR STYLING */



/* AGENT ADMIN PAGE */
#agentAdminDetails {
    /*background-color: #fff;*/
    margin-bottom: 20px;
}

.agentAdminLeft {
    width: 400px;
    float: left;
}

.agentAdminRight {
    width: 400px;
    float: right;
}

.agentAdminCopy button {
    font-weight: bold;
    margin-right: 20px;
    padding: 5px 25px;
}

.agentAdminCopy {
    float: left;
    /*width: calc(100% - 400px);*/
    height: 250px;
    overflow: hidden;
    padding: 40px 30px 0 4px;
}

    .agentAdminCopy .defaulList {
        margin: 0 !important;
    }

.agentAdminImg {
    float: left;
    height: 250px;
    width: 400px;
    overflow: hidden;
}
/*.agentAdminWrapper {
    max-width: 930px !important;
    float: left !important;
}*/
.agentAdminWrapper a {
    color: #232323 !important;
    text-decoration: underline !important;
}

.agentAdminWrapper .umb-grid .container {
    width: 100% !important;
}
/* END OF AGENT ADMIN PAGE */



/* LOG IN PAGE */
.loginBody {
    background-color: white !important;
}

.logInWrapper {
    background-color: transparent;
    width: 390px;
    margin: 0 auto;
    position: relative;
    min-height: 100vh;
    margin-bottom: 150px;
}

.logInHeader {
    padding: 70px 0 62px 0;
}

.logInForm {
    margin-bottom: 40px;
}

    .logInForm .criteriaHeader {
        color: #232323;
        font-weight: bold !important;
        font-size: 14px;
    }

.logInWrapper a {
    color: #232323 !important;
}

.logInForm button {
    width: 100%;
}

.logInForm .formSection {
    padding-bottom: 25px;
}

.formInputWrap .fa {
    position: absolute;
    top: 7.5px;
    right: 0;
    font-size: 17px;
    color: #232323;
}

.formInputWrap {
    position: relative;
}

.noSideBarFooter {
    width: 100% !important;
    left: 0 !important;
}

.logInLogo {
    width: 142px;
    text-align: center;
    display: block;
    height: 110px;
    margin-left: 10%
}

    .logInLogo img {
        content: url('../images/icons.svg#logo') !important;
    }

.logInTitle {
    width: 248px;
    text-align: right;
}

    .logInTitle h2 {
        font-size: 18px;
        margin: 8px 0 !important;
    }

.logInForm input, .logInForm button {
    height: 32px !important;
    font-size: 13px !important;
}

.logInForm input {
    padding: 6px 30px 6px 12px;
}

.logInForm button {
    margin-bottom: 15px;
}
/* END OF LOG IN PAGE */



/* FLIGHT ONLY PAGE */
.flightOnlyWrapper ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
}

.flightOnlyWrapper li {
    display: inline;
    display: table-cell;
    text-align: center;
    padding: 5px;
}

    .flightOnlyWrapper li .fa {
        min-width: 0px;
        color: #585858;
    }

.flightOnlyTable tr td:first-child, .flightOnlyTable tr td:nth-child(7) {
    color: #232323;
}

.flightOnlyTable tr td:nth-child(7) {
    font-size: 19px;
}

.flightOnlyTable {
    color: #585858;
}

    .flightOnlyTable th .fa {
        color: #fff;
        min-width: 0;
        margin-left: 5px;
        font-size: 10px;
    }

    .flightOnlyTable th {
        font-weight: normal;
    }

    .flightOnlyTable tbody tr {
        height: 54px;
    }

    .flightOnlyTable img {
        vertical-align: initial;
    }

.flightOnlyPagination {
    color: #585858;
    width: 190px;
    float: right;
    padding-right: 15px;
}

    .flightOnlyPagination li:hover, .flightOnlyPagination li:hover > .fa {
        background-color: #406781;
        color: #fff;
        cursor: pointer;
    }

.flightOnlyActive {
    background-color: #406781;
    color: #fff;
}
/*.flightOnlyPagination li .fa:hover {
    color: #fff;
}*/
/* END OF FLIGHT ONLY PAGE */



/* PAGES WITH NO SIDE BAR */
.noSideBar {
    min-width: 600px !important;
}
/* END OF PAGES WITH NO SIDE BAR */



/* HOME PAGE */
.landing h2.headlineTitle {
    margin-top: 30px !important;
}


.landing h1.headlineTitle {
    margin-top: 30px;
}


.homeWrapper {
    width: 1165px !important;
    margin: 0 auto;
    float: none !important;
    left: 0 !important;
}

.homeSection {
    height: 250px;
    text-align: center;
    padding: 55px 45px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border: 0px solid #C8C8C8;
    border-radius: 10px;
}

    .homeSection h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 40px;
        padding: 0;
        margin: 0;
        line-height: .5;
        text-shadow: -2px 2px rgba(0,0,0, 0.7);
    }

    .homeSection span {
        text-transform: none;
        font-size: 13px;
        color: #fff;
        display: block;
    }

.homeColImg {
    padding: 0 50px 0 75px;
}

.homeColCopy {
    padding: 0 50px 0 0;
}

    .homeColCopy a {
        color: #406781;
    }

.homeSection h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.9em;
    line-height: 1;
    text-shadow: -2px 2px rgba(0,0,0,0.7);
    margin-top: 10px;
}

.corner-ribbon {
    width: 318px;
    height: 54px;
    background: #E23333;
    text-align: center;
    line-height: 15px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 28px;
    right: -101px;
    opacity: 0.8;
    padding: 13px 101px;
    vertical-align: middle;
    position: absolute;
    z-index: 30;
    justify-content: center;
    display: flex;
}

    .corner-ribbon p {
        margin-top: auto;
        margin-bottom: auto;
    }


/* END OF HOME PAGE */



/* RESULTS PAGE */
#filterCollapseBox {
    padding: 20px;
}

#filterButtonToggle .fa {
    min-width: 0;
    margin-left: 5px;
    color: #585858;
    font-size: 10px;
}

#filterButtonToggle {
    cursor: pointer;
}

.filterButton {
    float: right;
    margin-top: 0;
    margin-bottom: 10px;
}

.filterHeader h3 {
    cursor: pointer;
    color: white !important;
}

#filterCollapseBoxHeader {
    background-color: #232323 !important;
    color: white !important;
    padding: 20px 20px 10px 20px;
    /*    border: 5px solid #232323;
    border-radius: 6px 6px 0 0;*/
}

.resultsFilter {
    background-color: #fff;
    margin-bottom: 10px;
}

    .resultsFilter select:focus {
        outline: none;
    }

    .resultsFilter select {
        width: 200px;
        background-color: #efefef;
        height: 30px;
        border: 0;
        padding-left: 10px;
    }

    .resultsFilter label {
        margin-bottom: 8px;
    }

    .resultsFilter h3, .resultsFilter h4 {
        color: #232323;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
        font-size: 13px;
        font-weight: bold;
    }

    .resultsFilter h3 {
        text-transform: uppercase;
        font-size: 16px;
    }

    .resultsFilter .fa {
        color: #232323;
    }

span.result-count {
    color: #406781 !important;
}

.resultsImg {
    float: left;
    width: 257px;
}

.resultsCopy {
    float: left;
    width: calc(100% - 430px);
    padding: 0 25px;
    height: 100%;
    background: #fff;
}

.resultsRow {
    background-color: #fff;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid white;
    border-radius: 6px;
}

    .resultsRow .headlineTitle {
        line-height: .9;
        margin-bottom: 10px !important;
        top: 10px;
        position: relative;
    }

.headlineTitle a {
    color: #232323 !important;
    margin-right: 5px;
}

.resultsPrice a {
    font-size: 13px;
}

.resultsRow p {
    max-height: 70px;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    top: 2px;
}

.resultsPrice {
    float: left;
    width: 100px;
    font-size: 24px;
    font-weight: bold;
    color: #232323;
    text-align: right;
    padding: 20px 25px 20px 0;
    line-height: .7;
}

    .resultsPrice .resultsBookBtn {
        position: relative;
        top: 5px;
    }

button.resultsBookBtn {
    background: transparent;
    font-size: 13px;
    padding: 0;
    padding-left: 6px;
}

    button.resultsBookBtn .tableLinkGreen {
        margin-left: 4px;
    }

.resultsList {
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    color: #232323;
    width: 100%;
    overflow: hidden;
    display: block;
}

    .resultsList li {
        display: inline-block;
        margin-right: 10px;
        font-weight: bold;
        font-size: 12px;
    }

    .resultsList .fa {
        color: #232323;
        min-width: 0px;
        margin-right: 3.5px;
        font-size: 14px !important;
    }

.resultsCopy .fa {
    font-size: 12px;
    min-width: 0px;
    vertical-align: middle;
    margin-top: -2px;
}

.results-date, .results-date .fa {
    color: #232323;
}

.resultsCopy span {
    font-size: 12px;
    color: #232323;
    text-transform: none;
}

.results-pool {
    margin-right: 0 !important;
}
/* END OF RESULTS PAGE */



/* Other overrides */
.activeMenu {
    background-color: #242a33 !important;
}

#tableImage {
    padding: 0 !important;
}

.starContainer {
    position: absolute;
}

.checkbox-inline, .radio-inline {
    text-align: left !important;
}

.iconAlignRight .fa-bed, .iconAlignRight .fa-car, .iconAlignRight .fa-ship {
    font-size: 10px;
}

.bestChalet tr td:nth-child(2) .fa {
    min-width: 2px !important;
}

.bestChalet tr td:nth-child(2) {
    text-align: right;
}

.brochureTable td:first-child {
    border-top: none !important;
}

.tableRight thead th:last-child {
    text-align: right;
    padding: 8px 18px 8px 0 !important;
    vertical-align: middle !important;
}

#airportSearchBox input, #searchBox input {
    height: 32px;
}

.accomTableDate {
    height: 60px !important;
}

.routeSearchResults .tableLinkOrange {
    font-size: 13px;
}

.productSearchDescription p:nth-child(n+3) {
    display: none;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #ccc !important;
}

.bookButtonHide {
    display: none !important;
}

.error .footerBar, .landing .footerBar, .login .footerBar {
    width: 100%;
    left: 0px;
}

.form-group {
    margin-bottom: 0 !important;
}

.topSpace {
    padding-top: 70px;
}

.half {
    width: 45% !important;
}

.fullHeight {
    height: 100%;
}

#filterButtonToggle[aria-expanded=false] .toggle-expanded, #filterButtonToggle[aria-expanded=true] .toggle-collapsed {
    display: none;
}

.footerSpacer {
    padding-bottom: 75px;
}

tr.selected-route-item, tr.selected-route-item span {
    background: #406781 !important;
    color: white !important;
}

td.selected-date {
    background: #406781 !important;
    color: white !important;
}

td.selected-date-price {
    background: #406781 !important;
    color: white !important;
}

    td.selected-date-price span {
        color: white !important;
    }

        td.selected-date-price span .wasPrice {
            color: #cf0031 !important;
        }

    td.selected-date-price a {
        color: white !important;
    }

        td.selected-date-price a > .fa {
            color: #406781 !important;
        }

td.selected-date > .tableLinkGreen {
    color: white !important;
}

td.selected-date > span {
    color: white !important;
}

td.selected-date > .tableLinkGreen > .fa {
    color: white !important;
}

.productSearchDescription span {
    color: #333;
}

.sidebar-image {
    padding: 10px;
}


    .sidebar-image img {
        padding: 10px;
    }

.accomTable thead.fixed-table tr {
    width: 100%;
}

    .accomTable thead.fixed-table tr:first-child th {
        width: 100%;
    }

    .accomTable thead.fixed-table tr:nth-child(2) th {
        width: 50%;
    }

.fixed-table {
    position: fixed;
}

.static-table {
    position: static;
}

.landing-accommodation .wasPrice {
    padding: 2px 0;
}

.table-in {
    margin-bottom: -8px !important;
    margin-top: 8px !important;
    text-transform: initial;
}

    .table-in tr.ng-scope:first-child td {
        border-top: 2px solid #efefef !important;
    }

.checkbox-disabled {
    color: #cccccc;
}

.contentpage iframe {
    width: 90%;
    min-height: 1400px;
    border: none;
}

.sortFields {
    margin: 10px 0 30px 0;
    padding: 10px 0;
}

    .sortFields select {
        width: 150px;
        display: inline;
    }

/*Book Loader*/


.loader-bg {
    z-index: 10000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #666;
    opacity: 0.6;
}

.loader {
    z-index: 10001;
    position: fixed;
    top: 30%;
    left: 50%;
    width: 620px;
    margin-left: -310px;
    background: #f3f3f3;
    text-align: center;
}

.loader-header {
    z-index: 10002;
    height: 74px;
    background-image: url("/assets/images/loader/header-loader.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.loader-content {
    padding: 15px;
    color: #024675;
    text-align: center;
}

    .loader-content h5 {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .loader-content img {
        display: inline;
        text-align: center;
    }

.loader-footer {
    z-index: 10002;
    border-top: 3px solid #024675;
    padding: 0 15px 10px 15px;
}

    .loader-footer h6 {
        font-size: 12px;
        font-weight: normal;
        color: #024675;
        padding: 6px 0 35px 0;
        background: url("/assets/images/loader/creditcards.png") no-repeat center bottom;
    }

    .loader-footer b {
        font-weight: bold;
    }

.modal-payment-amout-header {
    font-size: 20px;
    line-height: 1em;
}

.accommodation-table thead {
    background-color: #C8C8C8 !important;
}

.accommodation-table th {
    background-color: #232323;
}

.accommodation-table thead th:first-child, .accommodation-table tr td:first-child, .accommodation-table thead th:last-child, .accommodation-table tr td:last-child, .accommodation-table thead th, .accommodation-table td {
    text-align: center !important;
    padding: 6px !important;
    line-height: 1 !important;
}

.accommodation-date-header {
    width: 15% !important;
    height: 60px;
}

.accommodation-date {
    width: 15% !important;
    padding: 6px !important;
    text-align: center !important;
}

.accommodation-from-header {
    height: 30px;
    width: 21.25% !important;
    background-color: #232323 !important;
}

    .accommodation-from-header.odd {
        background-color: #232323 !important;
    }

.accommodation-price-1 {
    width: 21.25% !important;
}

.accommodation-price-2 {
    width: 10.625% !important;
}

.accommodation-price-3 {
    width: 7.08333% !important;
}

.accommodation-empty {
    width: 100%;
    background-color: white !important;
    border-top: white solid 2px !important;
    height: 30px;
}

.accommodation-night-header {
    height: 30px;
    border-top: none !important;
    background-color: #232323 !important;
}

    .accommodation-night-header.odd {
        background-color: #232323 !important;
    }

.accommodation-price.odd {
    background-color: white;
}

.accommodation-price:hover {
    background-color: #b1ddf2 !important;
    color: #232323 !important;
}

    .accommodation-price:hover span {
        color: #232323 !important;
    }

    .accommodation-price:hover > a {
        color: #406781 !important;
    }

        .accommodation-price:hover > a > .tableLinkGreen {
            color: #406781 !important;
        }

.hl-sticky {
    width: 100%;
}


.fileviewer-image-under {
    height: 100px;
    cursor: pointer;
    width: 100px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 1
}



.fileviewer-image-over {
    height: 100px;
    cursor: pointer;
    width: 100px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0px;
}

.fileviewer-path {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.fileviewer-path-underline:hover {
    text-decoration: underline;
}

.fileviewer-image-frame {
    height: 100px;
    width: 100px;
    display: block;
    margin: 10px auto;
    position: relative;
}

.accommodation-duration-text {
    padding: 10px;
    background-color: #fff;
    margin: 10px 0;
}
/*emergency banner*/
.emergency-banner {
    padding: 0.5em 0;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
    z-index: 999;
    position: fixed;
    top: 0;
    max-height: 50px;
    overflow: hidden;
    width: 100%;
}

    .emergency-banner a {
        text-decoration: underline;
        color: inherit;
    }

    .emergency-banner p {
        color: inherit;
    }

.show-banner #headerBar {
    top: 45px;
}

.show-banner #mainWrapper {
    padding-top: 50px;
}

input.ng-dirty.ng-invalid {
    color: red
}

option[title="region"] {
    font-weight: bold;
}

.alternative-results-price {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
    text-align: right;
    padding: 20px 25px 20px 0;
}

.alternative-pricing {
    padding-right: 15px;
    padding-bottom: 10px;
}

.alternative-book {
    padding-top: 8px;
    float: right;
    background-color: #406781;
    border: none;
    color: #242a33;
    padding: 6px 13px;
    font-weight: bold;
    font-size: 12px;
}

.alternative-table {
    font-weight: normal !important;
    width: auto !important;
    pointer-events: none;
    font-size: 12px !important;
}

    .alternative-table tr td:first-child {
        border-top: #f7f7f7 solid 2px !important;
        vertical-align: middle !important;
        padding: 4px !important;
        text-align: center !important;
    }

    .alternative-table td:last-child {
        border-top: #f7f7f7 solid 2px !important;
        vertical-align: middle !important;
        padding: 4px !important;
        text-align: center !important;
    }

    .alternative-table .cell {
        color: grey;
    }

        .alternative-table .cell span {
            color: grey;
            font-weight: normal !important;
        }

.alternative-was {
    color: #cf0031 !important;
    text-decoration: line-through;
}
/*===========================================================MEDIA QUERIES=================================================================================*/
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .homeSection h3 {
        font-size: 22px;
    }

    #headerBar {
        padding: 10px 40px;
    }

    #phoneBox {
        margin-left: 230px;
    }

    #navigationBox {
        clear: both;
        float: left;
        display: none;
    }

        #navigationBox.header-visible {
            display: block;
        }

    #resultsColumn {
        padding: 28px 25px;
    }

    .resultsRow p.productSearchDescription {
        max-height: 50px;
    }

    .btnHead, .btnLogout {
        padding: 8px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    #headerBar {
        padding: 20px;
    }

    .homeSection h3 {
        font-size: 22px;
    }

    .btnHead, .btnLogout {
        padding: 8px;
    }

    #navigationBox {
        clear: both;
        float: left;
        display: none;
    }

        #navigationBox.header-visible {
            display: block;
        }
}

@media (max-width:1024px) {
    .homeColImg {
        padding: 0 0px 0 25px;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    .homeColImg {
        padding: 0 0px 0 25px;
    }
}


.icon-logo {
    fill: white !important;
}


* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    -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 {
    -webkit-box-sizing: content-box;
    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] {
        -webkit-box-sizing: border-box;
        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;
        -webkit-box-sizing: content-box;
        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;
}

.ng-binding {
    font-family: "Sunset Gothic", "Montserrat", Arial !important;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        -webkit-box-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857143;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    border: 0;
    border-top: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

[role=button] {
    cursor: pointer;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: "Sunset Gothic";
    font-style: normal;
    font-weight: 100;
    src: local("Sunset Gothic"), url("../fonts/SunsetGothic-Light-Pro.ttf") format("opentype");
}

@font-face {
    font-family: "Sunset Gothic";
    font-style: normal;
    font-weight: 300;
    src: local("Sunset Gothic"), url("../fonts/SunsetGothic-Medium-Pro.ttf") format("opentype");
}

@font-face {
    font-family: "Sunset Gothic";
    font-style: italic;
    font-weight: 300;
    src: local("Sunset Gothic"), url("../fonts/SunsetGothic-Italic-Pro.ttf") format("opentype");
}

@font-face {
    font-family: "Sunset Gothic";
    font-style: normal;
    font-weight: 500;
    src: local("Sunset Gothic"), url("../fonts/SunsetGothic-Bold-Pro.ttf") format("opentype");
}

@font-face {
    font-family: "Sunset Gothic";
    font-style: normal;
    font-weight: 700;
    src: local("Sunset Gothic"), url("../fonts/SunsetGothic-Heavy-Pro.ttf") format("opentype");
}

:root {
    --heading-font: 3.5em;
}

:root {
    --global-font-size: 16px;
    --global-font-style: "Sunset Gothic", "Montserrat", Arial;
}

:root {
    --color-grey-bg: #C8C8C8;
    --color-primary: var(--inghams-charcoal);
    --color-primary-10: var(--inghams-charcoal-10);
    --color-primary-25: var(--inghams-charcoal-25);
    --color-primary-50: var(--inghams-charcoal-50);
    --color-primary-75: var(--inghams-charcoal-75);
    --color-primary-90: var(--inghams-charcoal-90);
    --color-red: #e02531;
    --color-secondary: var(--inghams-white);
    --inghams-charcoal: #232323;
    --inghams-charcoal-10: #2323231a;
    --inghams-charcoal-25: #c8c8c8;
    --inghams-charcoal-50: #919191;
    --inghams-charcoal-75: #5a5a5a;
    --inghams-charcoal-90: #393939;
    --inghams-white: #f9f9f9;
    --lapland-lilac: #D292FF;
    --lapland-purple: #381766;
    --lapland-purple-10: #3817661a;
    --lapland-purple-25: #cdc5d9;
    --lapland-purple-50: #9c8bb3;
    --lapland-purple-75: #6a518c;
    --lapland-purple-90: #4c2e75;
    --ski-air: #95E0E4;
    --ski-blue: #003457;
    --ski-blue-10: #0034571a;
    --ski-blue-25: #bfccd5;
    --ski-blue-50: #809aab;
    --ski-blue-75: #406781;
    --ski-blue-90: #194868;
    --walking-green: #004C28;
    --walking-green-10: #004c281a;
    --walking-green-25: #bfd2c9;
    --walking-green-50: #80a694;
    --walking-green-75: #40795e;
    --walking-green-90: #195e3e;
    --walking-lime: #D8F754;
}

body, html {
    -moz-osx-font-smoothing: grayscale;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    background-color: white;
    /*    background-color: #C8C8C8;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: "Sunset Gothic", "Montserrat", Arial;
    font-size: 14px;
    font-weight: 100;
    height: 100vh;
    line-height: 22px;
}

@media screen and (min-width: 992px) {
    body {
        /* font-size: 16px; */
        /* line-height: 24px; */
    }
}

.c-icon {
    fill: currentColor;
    height: 30px;
    width: 30px;
}

.c-section {
    margin: 30px 0;
}

@media screen and (min-width: 992px) {
    .c-section {
        margin: 60px 0;
    }
}

.c-section .c-lead {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px auto;
    max-width: 76%;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .c-section .c-lead {
        margin: 0 auto 30px;
        max-width: 65%;
    }
}

.c-section .c-lead__symbols {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-column-gap: 15px;
    align-items: center;
    column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    .c-section .c-lead__symbols .c-icon {
        height: auto;
        width: 32px;
    }

@media screen and (min-width: 992px) {
    .c-section .c-lead__symbols {
        -webkit-column-gap: 20px;
        column-gap: 20px;
        margin-bottom: 30px;
    }

        .c-section .c-lead__symbols .c-icon {
            width: 64px;
        }
}

.c-section .c-lead .heading {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 19px;
    position: relative;
    text-transform: uppercase;
}

    .c-section .c-lead .heading:after {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background-color: var(--inghams-charcoal);
        bottom: 0;
        content: "";
        height: 4px;
        left: 50%;
        opacity: 0.15;
        position: absolute;
        transform: translateX(-50%);
        width: 60px;
    }

@media screen and (min-width: 992px) {
    .c-section .c-lead .heading {
        font-size: 2.25em;
        margin-bottom: 10px;
        margin-top: 0;
        padding-bottom: 30px;
    }
}

.js-modal__blocker {
    -webkit-box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 50;
}

    .js-modal__blocker.behind {
        background-color: transparent;
    }

    .js-modal__blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -0.05em;
        vertical-align: middle;
    }

.js-modal {
    -webkit-box-shadow: 0 0 10px #000;
    -webkit-box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
    box-sizing: border-box;
    display: none;
    max-width: 500px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    z-index: 13;
}

    .js-modal a.close-modal {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 30px;
        position: absolute;
        right: -12.5px;
        text-indent: -9999px;
        top: -12.5px;
        width: 30px;
        z-index: 20;
    }

@media screen and (min-width: 992px) {
    .modal-mobile {
        display: block;
    }
}

.modal-spinner {
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    background-color: #111;
    border-radius: 5px;
    display: none;
    height: 20px;
    left: 50%;
    padding: 12px 16px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

    .modal-spinner > div {
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
        background-color: #fff;
        border-radius: 100px;
        display: inline-block;
        height: 20px;
        margin: 0 1px;
        width: 2px;
    }

    .modal-spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .modal-spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .modal-spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.flickity-slider {
    position: absolute;
    width: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    tap-highlight-color: transparent;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

/* ---- flickity-button ---- */
.flickity-button {
    border: none;
    color: white;
    position: absolute;
}

    .flickity-button:hover {
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: none;
    }

    .flickity-button:active {
        opacity: 0.6;
    }

    .flickity-button:disabled {
        cursor: auto;
        opacity: 0.3;
        /* prevent disabled button from capturing pointer up event. #716 */
        pointer-events: none;
    }

.flickity-button-icon {
    fill: white;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    -ms-transform: translateY(-50%);
    /* vertically center */
    -webkit-transform: translateY(-50%);
    background-color: transparent;
    border-radius: 50%;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
}

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    left: 10px;
    right: auto;
}

.flickity-prev-next-button .flickity-button-icon {
    height: 60%;
    left: 20%;
    position: absolute;
    top: 20%;
    width: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
    bottom: -25px;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0 8px;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }

h1, h2, h3, h4, h5 {
    margin-bottom: 0;
}

.c-heading-h1 {
    color: var(--color-primary);
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-bottom: 0.46875rem;
    margin-top: 0.46875rem;
}

@media screen and (min-width: 992px) {
    .c-heading-h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 39px;
        line-height: 2.4375rem;
        margin-bottom: 0.9375rem;
        margin-top: 0.9375rem;
    }
}

.c-heading-h2 {
    color: var(--color-primary);
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
    margin-bottom: 0.9375rem;
    margin-top: 0.9375rem;
}

@media screen and (min-width: 992px) {
    .c-heading-h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 36px;
        line-height: 2.25rem;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
}

.c-heading-h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-bottom: 0.46875rem;
    margin-top: 0.46875rem;
}

@media screen and (min-width: 992px) {
    .c-heading-h3 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 27px;
        line-height: 1.6875rem;
    }
}

.c-heading-h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 0.46875rem;
    margin-top: 0.46875rem;
}

@media screen and (min-width: 992px) {
    .c-heading-h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.c-heading-h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 0.46875rem;
    margin-top: 0.46875rem;
}

.c-text-lead {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25.5px;
    line-height: 1.59375rem;
}

.c-text-small {
    color: #757373;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22.5px;
    line-height: 1.40625rem;
    text-transform: uppercase;
}

.c-text-source {
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
}

.c-color-white {
    color: white;
}

.c-color-blue {
    color: #003155;
}

.c-color-orange {
    color: #f26419 !important;
}

.c-color-grey-10 {
    color: #eaeaea;
}

.c-color-grey-20 {
    color: #c0c0c0;
}

.c-color-grey-30 {
    color: #9f9f9f;
}

.c-bgcolor-blue {
    background-color: #004D93;
}

.c-bgcolor-red {
    background-color: #D00216;
}

.c-bgcolor-black {
    background-color: #000000;
}

.c-bgcolor-orange {
    background-color: #F5A623;
}

.c-bgcolor-grey {
    background-color: #9f9f9f;
}

.c-bgcolor-green--lite {
    background-color: #A0A0A0;
}

.c-skip-nav {
    background-color: #000;
    color: #fff;
    left: -100%;
    padding: 0.75rem;
    position: absolute;
    text-decoration: none;
    top: 0;
}

    .c-skip-nav:focus {
        left: 0;
    }

strong {
    font-weight: 300;
}

blockquote {
    color: #003155;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 27px;
    line-height: 1.6875rem;
    margin: 20px 0;
    padding-left: 3.3em;
    position: relative;
}

    blockquote:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E\a%3Cpath fill='%23e6eef2' d='M146.5 47C64.5 106 2 205.8 2 314.6 2 402 53.7 450.2 112.6 450.2c53.5 0 94.6-42.8 94.6-94.5 0-53.6-35.7-91-85.7-91-9 0-21.4 1.8-23.2 1.8 5.4-57 57-128.5 114.2-166l-66-53.5zM432 47c-82 59-144.5 158.8-144.5 267.6 0 87.5 51.7 135.6 110.6 135.6 53.6 0 96.4-42.8 96.4-94.5 0-53.6-37.4-91-87.4-91-9 0-21.4 1.8-23.2 1.8 7-57 57-128.5 114.2-166L432 47z'/%3E\a%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 3rem;
        left: 0;
        position: absolute;
        width: 3rem;
    }

cite {
    color: #757373;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    line-height: 1.3125rem;
    padding-top: 5px;
}

.grey-bg-color {
    background-color: var(--color-grey-bg);
}

.santa-breaks-light {
    color: red;
}

.ski-color {
    color: var(--ski-blue);
}

.ski-bg-color {
    background-color: var(--ski-blue);
}

.ski-air-color, .ski-light {
    color: var(--ski-air);
}

.ski-air-bg-color {
    background-color: var(--ski-air);
}

.walking-color {
    color: var(--walking-green);
}

.walking-bg-color {
    background-color: var(--walking-green);
}

.walking-lime-color, .walking-light {
    color: var(--walking-lime);
}

.walking-lime-bg-color {
    background-color: var(--walking-lime);
}

.lapland-color {
    color: var(--lapland-purple);
}

.lapland-bg-color {
    background-color: var(--lapland-purple);
}

.lapland-lilac-color, .lapland-light {
    color: var(--lapland-lilac);
}

.lapland-lilac-bg-color {
    background-color: var(--lapland-lilac);
}

.c-breadcrumb {
    margin: 15px 0;
}

.c-breadcrumb-here {
    background-color: var(--color-primary);
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-right: 15px;
    padding: 3px 10px;
    position: relative;
}

    .c-breadcrumb-here:after {
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        background-color: var(--color-primary);
        bottom: 0;
        content: "";
        left: auto;
        position: absolute;
        right: -4px;
        top: 0;
        transform: skewX(-20deg);
        width: 8px;
    }

.c-breadcrumb-list {
    display: inline-block;
    margin: 0 auto;
}

.c-breadcrumb-item {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
}

    .c-breadcrumb-item:before {
        content: "/";
        display: inline-block;
        padding: 0 3px 0 2px;
    }

    .c-breadcrumb-item:first-child:before {
        display: none;
    }

    .c-breadcrumb-item a {
        color: #4f4f4f;
    }

.c-prehead {
    color: white;
    display: none;
    float: left;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
}

    .c-prehead .c-link {
        color: #00a1d8;
        font-weight: 700;
        padding: 0 5px;
    }

.is-active .c-prehead {
    display: block;
}

@media screen and (min-width: 992px) {
    .c-prehead {
        background: #001a2e;
        display: block;
        height: 50px;
        left: 0;
        margin: 0;
        padding: 15px 0;
        position: absolute;
        right: 0;
        top: -50px;
    }
}

.c-prehead-text {
    background-color: #001a2e;
}

@media screen and (min-width: 992px) {
    .c-prehead-text__icon-time, .c-prehead-text__icon-call {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .c-prehead-text {
        min-height: 50px;
        padding: 15px 0;
        position: relative;
    }

    .c-prehead-text__help {
        display: none;
    }

    .c-prehead-text__description {
        border-top: 1px solid #9f9f9f;
        display: none;
        margin-top: 35px;
        padding: 15px 15px 0 15px;
        text-align: center;
    }

        .c-prehead-text__description.is-active {
            display: block;
        }

    .c-prehead-text__icon-time, .c-prehead-text__icon-call {
        color: #9f9f9f;
        position: absolute;
        top: 12px;
    }

        .c-prehead-text__icon-time .c-icon, .c-prehead-text__icon-call .c-icon {
            height: 25px;
            width: 25px;
        }

        .c-prehead-text__icon-time:focus, .c-prehead-text__icon-time:hover, .c-prehead-text__icon-call:focus, .c-prehead-text__icon-call:hover {
            color: #9f9f9f;
        }

    .c-prehead-text__icon-time {
        left: 30px;
    }

    .c-prehead-text__icon-call {
        right: 30px;
    }

    .c-prehead-text__contact-number {
        bottom: auto;
        color: #00a1d8;
        font-size: 18px;
        font-size: 1.125rem;
        font-style: italic;
        left: 70px;
        position: absolute;
        right: 70px;
        text-align: center;
        top: 17px;
    }

        .c-prehead-text__contact-number:before, .c-prehead-text__contact-number:after {
            background-color: #9f9f9f;
            content: "";
            height: 20px;
            position: absolute;
            top: -2px;
            width: 1px;
        }

        .c-prehead-text__contact-number:before {
            left: 0;
        }

        .c-prehead-text__contact-number:after {
            right: 0;
        }
}

.c-prehead-nav {
    background: #dfdfdf;
    position: relative;
}

@media screen and (min-width: 992px) {
    .c-prehead-nav {
        background: transparent;
        float: right;
    }
}

.c-prehead-nav__items {
    display: table;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-prehead-nav__items {
        display: inline-block;
        float: right;
        width: auto;
    }
}

.c-prehead-nav__item {
    display: table-cell;
    vertical-align: middle;
}

    .c-prehead-nav__item a {
        color: #757373;
        display: block;
        font-weight: 700;
        padding: 15px 0;
        text-align: center;
        text-transform: uppercase;
    }

@media screen and (min-width: 992px) {
    .c-prehead-nav__item {
        display: inline-block;
    }

        .c-prehead-nav__item a {
            color: white;
            font-size: 12px;
            font-size: 0.75rem;
            padding: 0 4px;
        }
}

@media screen and (min-width: 480px) and (max-width: 991px) {
    .c-prehead-search {
        width: 65px;
    }
}

.c-prehead-search .c-prehead-search_btn {
    border-radius: 3px !important;
    height: 32px;
    position: absolute;
    right: 15px;
    width: 45px;
}

.c-prehead-search .c-prehead-search__input {
    margin-right: 50px;
}

.c-prehead-search .c-input-text {
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    height: 36px;
    padding: 10px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-prehead-search {
        background-color: transparent;
        border: none;
        display: inline-block;
        overflow-x: visible;
        padding: 0;
        right: 0;
        top: 1px;
        z-index: 10;
    }
}

.c-prehead-search__icon {
    -webkit-transition: all 0.3s ease-in-out;
    margin-right: 5px;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

    .c-prehead-search__icon .c-icon {
        height: 24px;
        width: 24px;
    }

    .c-prehead-search__icon:hover, .c-prehead-search__icon:focus {
        color: #757373;
    }

    .c-prehead-search__icon.is-active {
        color: #F86624;
    }

@media screen and (min-width: 480px) and (max-width: 991px) {
    .c-prehead-search__icon {
        margin-left: 15px;
        margin-right: -10;
    }
}

@media screen and (min-width: 992px) {
    .c-prehead-search__icon {
        color: white;
        height: 20px;
        margin-left: 8px;
        margin-right: 0;
        right: 0;
    }

        .c-prehead-search__icon:before {
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            background-color: #757373;
            content: "";
            height: 20px;
            position: absolute;
            right: 9%;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
        }

        .c-prehead-search__icon:focus {
            color: white;
        }

        .c-prehead-search__icon .c-icon {
            height: 20px;
            width: 20px;
        }
}

.c-prehead-search__field {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: white;
    border-radius: 3px;
    color: #757373;
    display: none;
    font-size: 13px;
    height: 40px;
    padding: 1px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 51;
}

    .c-prehead-search__field.is-active {
        display: block;
        left: 5px;
        position: absolute;
        right: 70px;
    }

@media screen and (min-width: 992px) {
    .c-prehead-search__field.is-active {
        left: 0;
        right: 10%;
    }
}

.c-prehead-search__field:before {
    -moz-transform: scale(0.9999);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    bottom: auto;
    content: "";
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.c-prehead-search__field .c-input-search {
    -webkit-box-sizing: border-box;
    border: 0;
    box-sizing: border-box;
    height: 38px;
    padding: 5px 10px 5px;
    width: 85%;
}

.c-prehead-search__field .c-btn {
    float: right;
    text-align: center;
    width: 15%;
}

.c-header {
    color: white;
}

    .c-header .c-icon {
        display: block;
    }

/*@media screen and (max-width: 991px) {
    .c-header {
        left: 0;
        position: fixed;
        right: 0;
        top: 0px;
        z-index: 5;
    }
}*/

.c-header__burger .c-icon {
    fill: white;
    height: 20px;
    margin: 5px;
    width: 20px;
}

.c-header__burger .icon-close {
    display: none;
}

.c-header__burger.is-active .icon-menu {
    display: none;
}

.c-header__burger.is-active .icon-close {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    display: block;
    transform: scale(0.8);
}

@media screen and (min-width: 992px) {
    .c-header__burger {
        display: none;
    }
}

.c-header__main {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    background-color: var(--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    overflow: visible;
    padding: 10px;
}

    .c-header__main > div {
        -ms-flex-positive: 3;
        -webkit-box-flex: 3;
        flex-grow: 3;
    }

@media screen and (min-width: 992px) {
    .c-header__main {
        padding: 20px;
    }

        .c-header__main:not(.home-page) {
            margin-bottom: 54px;
        }
}

@media screen and (min-width: 992px) {
    .c-header__need-help {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .c-header__opening-times {
        background-color: white;
        border-radius: 5px;
        color: var(--inghams-charcoal);
        display: none;
        line-height: 30px;
        padding: 10px 25px 10px 15px;
        position: absolute;
        right: 118px;
        top: 60px;
        width: 210px;
        z-index: 5;
    }

        .c-header__opening-times.is-active {
            display: block;
        }

        .c-header__opening-times .head {
            display: block;
            font-weight: 500;
        }

        .c-header__opening-times span {
            display: inline-block;
        }
}

.c-header__support {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    line-height: 22px;
}

    .c-header__support span {
        display: inline-block;
        padding-right: 10px;
    }

    .c-header__support a {
        color: white;
        font-weight: 500;
    }

@media screen and (max-width: 991px) {
    .c-header__support {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px;
    }
}

.c-header__links {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    display: none;
    flex-direction: row;
    font-size: 0.8125em;
}

    .c-header__links a {
        color: white;
    }

@media screen and (max-width: 991px) {
    .c-header__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px;
    }
}

.c-header .c-brand {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .c-header .c-brand {
        -ms-flex-pack: left;
        -webkit-box-pack: left;
        justify-content: left;
    }
}

.c-header .c-brand__logo {
    color: white;
}

    .c-header .c-brand__logo .c-icon {
        display: block;
        height: 30px;
        width: 184px;
    }

@media screen and (min-width: 992px) {
    .c-header .c-brand__logo .c-icon {
        height: 30px;
        width: 184px;
    }
}

.c-header .c-brand-contact {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -webkit-column-gap: 10px;
    align-items: center;
    color: white;
    column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

    .c-header .c-brand-contact a {
        color: inherit;
    }

@media screen and (min-width: 992px) {
    .c-header .c-brand-contact {
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .c-header .c-brand-contact .c-user .c-icon {
        width: 25px;
    }

    .c-header .c-brand-contact .c-search .c-icon {
        width: 22px;
    }
}

.c-header .c-brand-contact .c-need-help {
    display: none;
    padding-right: 18px;
    position: relative;
}

@media screen and (min-width: 992px) {
    .c-header .c-brand-contact .c-need-help {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .c-header .c-brand-contact .c-need-help:after {
            -moz-transform: scale(0.9999);
            -webkit-transition: all 300ms ease-in-out;
            border-color: var(--color-secondary) transparent transparent transparent;
            border-style: solid;
            border-width: 5px 5px 0 5px;
            content: "";
            content: "";
            display: block;
            height: 0;
            position: absolute;
            right: 0px;
            top: 9px;
            transition: all 300ms ease-in-out;
            width: 0;
        }

        .c-header .c-brand-contact .c-need-help.is-active:after {
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
}

.c-header .c-brand-contact .c-number {
    color: white;
    display: inline;
    font-weight: 500;
    padding-left: 10px;
}

@media screen and (min-width: 992px) {
    .c-header .c-brand-contact .c-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-footer {
    background-color: var(--inghams-charcoal);
}

@media screen and (min-width: 992px) {
    .c-footer .u-separator-90 {
        margin: 60px auto;
        width: 100%;
    }
}

.c-footer__brand {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-column-gap: 20px;
    align-items: center;
    column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

    .c-footer__brand .s-symbol .c-icon {
        height: auto;
        width: 25px;
    }

@media screen and (min-width: 992px) {
    .c-footer__brand .s-symbol .c-icon {
        width: 38px;
    }
}

.c-footer__brand .c-icon.icon-logo {
    color: white;
    height: 15px;
    margin-top: 5px;
    width: 90px;
}

@media screen and (min-width: 992px) {
    .c-footer__brand .c-icon.icon-logo {
        height: 20px;
        margin-top: 12px;
        width: 128px;
    }
}

.c-footer__brand-item {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-footer__brand-name {
    font-size: 0.625em;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .c-footer__brand-name {
        font-size: 0.9375em;
    }
}

.c-footer__links {
    -ms-grid-column-align: center;
    -webkit-column-gap: 20px;
    color: white;
    column-gap: 20px;
    display: -ms-grid;
    display: grid;
    font-size: 1.125em;
    justify-items: center;
    row-gap: 25px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .c-footer__links {
        -ms-grid-column-align: left;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        justify-items: left;
        text-align: left;
    }
}

.c-footer__links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.c-footer__links a {
    color: white;
}

.c-footer__links .header {
    font-weight: 500;
    padding: 4px 0;
}

.c-footer__social {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

    .c-footer__social a {
        display: inline-block;
        font-weight: 500;
        padding: 6px 10px 6px 35px;
        position: relative;
    }

        .c-footer__social a .c-icon {
            left: 0;
            position: absolute;
            top: 0;
            width: 25px;
        }

@media screen and (min-width: 992px) {
    .c-footer__social a {
        padding: 8px 10px 8px 50px;
    }

        .c-footer__social a .c-icon {
            top: 5px;
            width: 35px;
        }
}

.c-footer__logo .c-icon {
    display: block;
    height: 19px;
    width: 120px;
}

@media screen and (min-width: 992px) {
    .c-footer__logo .c-icon {
        height: 28px;
        width: 180px;
    }
}

.c-footer__nav a, .c-footer__help a {
    display: block;
    padding: 2px 0;
}

@media screen and (min-width: 992px) {
    .c-footer__nav a, .c-footer__help a {
        padding: 2px 0;
    }
}

.c-footer__content {
    color: var(--inghams-charcoal-25);
    font-size: 0.75em;
    line-height: 16px;
    margin: 20px auto;
    text-align: center;
    width: 80%;
}

    .c-footer__content a {
        color: var(--inghams-charcoal-25);
        display: inline-block;
        line-height: 18px;
        padding: 0 5px;
    }

.c-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 49;
}

@media screen and (max-width: 991px) {
    .c-overlay.is-active {
        display: block;
    }
}

/*************************************\
  Header
\*************************************/
@media screen and (max-width: 991px) {
    .steeky {
        position: relative;
        top: 0px;
        z-index: 33;
    }
}

@media screen and (max-width: 992px) {
    .steeky-header-adjust {
        padding-top: 56px;
    }
}

@media screen and (min-width: 992px) {
    .steeky.is-stuck {
        position: relative !important;
        width: auto !important;
    }
}

@media screen and (max-width: 992px) {
    .steeky.is-stuck nav.is-active {
        overflow-y: scroll;
    }
}

@media screen and (max-width: 991px) {
    .is-stuck-container .is-stuck ~ .site-content {
        padding-top: 56px;
    }
}

@media screen and (max-width: 991px) {
    .site-content {
        padding-top: 50px;
    }
}

.c-nav {
    display: none;
    overflow: visible;
}

    .c-nav .js-toggle-trigger {
        cursor: pointer;
    }

@media screen and (max-width: 991px) {
    .c-nav {
        background-color: var(--color-primary);
        bottom: 0;
        left: 0;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 50px;
        z-index: 5;
    }

        .c-nav.is-active {
            -ms-flex-direction: column;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            border-top: 1px solid var(--color-primary-90);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            row-gap: 20px;
        }
}

@media screen and (min-width: 992px) {
    .c-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .c-nav .js-toggle-trigger {
            display: none;
        }
}

.c-nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.c-nav-list__item a {
    color: white;
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

@media screen and (min-width: 992px) {
    .c-nav-list {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-column-gap: 30px;
        align-items: center;
        column-gap: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

    .c-nav-list__item {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .c-nav .c-level-1,
    .c-nav .c-level-2,
    .c-nav .c-level-3 {
        width: 100%;
    }

        .c-nav .c-level-1 > li,
        .c-nav .c-level-2 > li,
        .c-nav .c-level-3 > li {
            position: relative;
        }

            .c-nav .c-level-1 > li > a,
            .c-nav .c-level-2 > li > a,
            .c-nav .c-level-3 > li > a {
                border-bottom: 1px solid var(--color-primary-90);
                display: block;
                padding: 16px;
                width: 100%;
            }

            .c-nav .c-level-1 > li > .js-toggle-trigger,
            .c-nav .c-level-2 > li > .js-toggle-trigger,
            .c-nav .c-level-3 > li > .js-toggle-trigger {
                border-bottom: none;
                border-left: 1px solid var(--color-primary-90);
                border-top: none;
                display: block;
                height: 55px;
                position: absolute;
                right: 0;
                top: 0;
                width: 50px;
                z-index: 6;
            }

                .c-nav .c-level-1 > li > .js-toggle-trigger .c-icon,
                .c-nav .c-level-2 > li > .js-toggle-trigger .c-icon,
                .c-nav .c-level-3 > li > .js-toggle-trigger .c-icon {
                    -ms-transform: translate(50%, -50%);
                    -webkit-transform: translate(50%, -50%);
                    -webkit-transition: all 0.3s ease-out;
                    display: block;
                    height: 20px;
                    position: absolute;
                    right: 50%;
                    top: 50%;
                    transform: translate(50%, -50%);
                    transition: all 0.3s ease-out;
                    width: 20px;
                }

                .c-nav .c-level-1 > li > .js-toggle-trigger.is-active .c-icon,
                .c-nav .c-level-2 > li > .js-toggle-trigger.is-active .c-icon,
                .c-nav .c-level-3 > li > .js-toggle-trigger.is-active .c-icon {
                    -ms-transform: translate(50%, -50%) rotate(-180deg);
                    -webkit-transform: translate(50%, -50%) rotate(-180deg);
                    transform: translate(50%, -50%) rotate(-180deg);
                }
}

.c-nav .c-level-1 li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .c-nav .c-level-1 > li > a {
        -webkit-transition: color 200ms ease-in-out;
        transition: color 200ms ease-in-out;
    }

    .c-nav .c-level-1 > li.ski > a:hover {
        color: var(--ski-air);
    }

    .c-nav .c-level-1 > li.walking > a:hover {
        color: var(--walking-lime);
    }

    .c-nav .c-level-1 > li.lapland > a:hover {
        color: var(--lapland-lilac);
    }
}

.c-nav .c-level-1 > li.is-active > a {
    color: var(--color-secondary);
}

@media screen and (max-width: 991px) {
    .c-nav .c-level-1 > li.is-active > a {
        text-decoration: underline;
    }
}

@media screen and (min-width: 992px) {
    .c-nav .c-level-1 > li.is-active > a {
        color: var(--color-secondary);
    }

        .c-nav .c-level-1 > li.is-active > a:before {
            background-color: var(--color-secondary);
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            right: 0;
            top: 25px;
        }

        .c-nav .c-level-1 > li.is-active > a:after {
            -moz-transform: scale(0.9999);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            border-color: transparent transparent var(--color-secondary) transparent;
            border-style: solid;
            border-width: 0 8px 8px 8px;
            bottom: -26px;
            content: "";
            display: block;
            height: 0;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            width: 0;
        }
}

.c-nav .c-level-1 > li.is-active > .js-toggle-trigger .c-icon {
    color: var(--color-secondary);
}

.c-nav .c-level-2 a {
    font-weight: 300;
}

@media screen and (min-width: 992px) {
    .c-nav .c-level-2 {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-column-gap: 30px;
        background-color: var(--color-secondary);
        column-gap: 30px;
        justify-content: center;
        left: 0;
        padding: 15px 0;
        position: absolute;
        top: 70px;
        width: 100%;
        z-index: 2;
    }

        .c-nav .c-level-2 a {
            color: var(--color-primary);
        }
}

@media screen and (max-width: 991px) {
    .c-nav .c-level-2 {
        display: none;
    }

        .c-nav .c-level-2.is-active {
            display: block;
        }

        .c-nav .c-level-2 > li > a {
            background-color: var(--color-secondary);
            border-bottom: 1px solid var(--color-primary-25);
            color: var(--color-primary);
        }

        .c-nav .c-level-2 > li > .js-toggle-trigger {
            border-left-color: var(--color-primary-25);
        }

            .c-nav .c-level-2 > li > .js-toggle-trigger .c-icon {
                color: var(--color-primary);
                height: 13px;
                width: 13px;
            }
}

.c-nav .c-level-3 {
    display: none;
}

@media screen and (max-width: 991px) {
    .c-nav .c-level-3 {
        width: 100%;
    }

        .c-nav .c-level-3.is-active {
            display: block;
        }

        .c-nav .c-level-3 > li > a {
            background-color: var(--color-primary-75);
            border-bottom: 1px solid var(--color-primary-50);
        }
}

.c-page-content .c-banner-slider__nav .c-icon {
    height: 50px;
    width: 50px;
}

.c-page-content .c-btn-more {
    display: none;
}

    .c-page-content .c-btn-more:before {
        content: " ";
    }

.c-page-content ul, .c-page-content ol {
    list-style-position: outside;
    margin-top: 15px;
    padding-left: 18px;
}

    .c-page-content ul li, .c-page-content ol li {
        margin: 10px 0;
    }

        .c-page-content ul li:first-child, .c-page-content ol li:first-child {
            margin-top: 0;
        }

.c-page-content ul {
    list-style-type: disc;
}

.c-page-content p {
    margin: 15px 0;
}

.c-page-content.readmore-active {
    overflow: hidden;
    position: relative;
}

    .c-page-content.readmore-active .c-btn-more {
        display: inline;
    }

        .c-page-content.readmore-active .c-btn-more:before {
            color: black;
            content: "... ";
            text-decoration: none;
        }

        .c-page-content.readmore-active .c-btn-more:after {
            content: "";
            display: block;
            margin-bottom: 400px;
        }

        .c-page-content.readmore-active .c-btn-more ~ figure {
            display: none;
        }

.c-page-content a {
    color: var(--color-primary-75);
}

    .c-page-content a:hover, .c-page-content a:focus {
        color: var(--color-primary-50);
    }

.c-protection__list {
    margin: 10px 0;
}

@media screen and (min-width: 992px) {
    .c-protection__list {
        margin: 20px 0;
    }
}

.c-protection__item {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .c-protection__item {
        margin-left: 40px;
    }
}

.c-protection__item img {
    height: 32px;
    max-width: 100%;
    width: auto;
}

@media screen and (min-width: 768px) {
    .c-protection__item img {
        height: 40px;
    }
}

@media screen and (min-width: 992px) {
    .c-protection__item img {
        height: auto;
        width: 100%;
    }
}

.c-protection__item:first-child {
    color: #9f9f9f;
    margin-left: 0px;
}

.c-protection .c-feefo {
    width: 100px;
}

.c-divider {
    border-bottom: 1px solid #eaeaea;
}

.c-trustpilot {
    display: table;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}

.c-trustpilot__wrapper {
    display: table-row;
}

.c-trustpilot__widget {
    display: table-cell;
    vertical-align: middle;
}

.c-trustpilot .trustpilot-widget {
    height: 95px;
    margin: 0 auto;
    width: 160px;
}

.c-sidebar {
    margin-top: 15px;
}

.c-sidebar__module {
    margin-bottom: 35px;
    overflow: hidden;
}

    .c-sidebar__module .c-countdown__content {
        border-left: none;
        border-top: solid 1px #c8c8c8;
    }

.c-sidebar .c-caro-awards .c-slider .flickity-button {
    height: 35px;
    width: 35px;
}

    .c-sidebar .c-caro-awards .c-slider .flickity-button.next {
        right: 0;
    }

    .c-sidebar .c-caro-awards .c-slider .flickity-button.previous {
        left: 0;
    }

@media screen and (min-width: 992px) {
    .c-sidebar {
        margin-top: 0;
    }
}

.c-home-panel {
    margin: 15px 0;
}

.c-home-panel__quote, .c-sidebar__quote {
    padding: 0 20px;
}

    .c-home-panel__quote blockquote, .c-sidebar__quote blockquote {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 22.5px;
        line-height: 1.40625rem;
        padding-left: 65px;
    }

    .c-home-panel__quote cite, .c-sidebar__quote cite {
        font-style: italic;
    }

@media screen and (min-width: 768px) {
    .c-home-panel__quote, .c-sidebar__quote {
        display: table;
    }

        .c-home-panel__quote blockquote, .c-sidebar__quote blockquote {
            display: table-cell;
            margin: 10px 0;
            vertical-align: middle;
        }
}

.c-home-panel__facebook, .c-sidebar__facebook {
    position: relative;
}

.c-home-panel__facebook-icon, .c-sidebar__facebook-icon {
    border: 1px solid white;
    border-radius: 3px;
    bottom: 10px;
    left: 10px;
    position: absolute;
}

.c-home-panel__facebook .fb-like, .c-sidebar__facebook .fb-like {
    border: 1px solid white;
    border-radius: 3px;
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.c-home-panel__twitter, .c-sidebar__twitter {
    position: relative;
}

    .c-home-panel__twitter iframe.twitter-timeline, .c-sidebar__twitter iframe.twitter-timeline {
        -webkit-transition: background-color 300ms linear;
        background-color: #003155;
        transition: background-color 300ms linear;
    }

    .c-home-panel__twitter:hover iframe.twitter-timeline, .c-sidebar__twitter:hover iframe.twitter-timeline {
        background-color: #00406f;
    }

.c-home-panel__twitter-bird, .c-sidebar__twitter-bird {
    bottom: 18px;
    left: 10px;
    position: absolute;
}

.c-home-panel__twitter .twitter-follow-button, .c-sidebar__twitter .twitter-follow-button {
    border: 1px solid white;
    border-radius: 3px;
    bottom: 18px !important;
    left: 130px !important;
    position: absolute !important;
}

.c-home-panel__img, .c-sidebar__img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .u-header-push {
        padding-top: 115px !important;
    }
}

.c-page-content-slim {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .c-page-content-slim {
        padding: 0 40px;
    }
}

@media screen and (min-width: 992px) {
    .c-page-content-slim {
        padding: 0 60px;
    }
}

.c-page-cta .c-btn:last-child {
    margin-left: 18px;
}

.c-page-cta .c-btn:first-child {
    margin-left: 0;
}

.c-page-cta--stacked {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

    .c-page-cta--stacked .c-btn {
        margin: 20px auto 0 !important;
    }

html.lb-disable-scrolling {
    height: 100vh;
    overflow: hidden;
    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    position: fixed;
    width: 100vw;
}

.lightboxOverlay {
    background-color: black;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.lightbox {
    font-weight: normal;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10000;
}

    .lightbox .lb-image {
        /* Image border */
        border: 4px solid white;
        border-radius: 3px;
        display: block;
        height: auto;
        max-height: none;
        max-width: inherit;
    }

    .lightbox a img {
        border: none;
    }

.lb-outerContainer {
    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
    border-radius: 4px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
    *zoom: 1;
}

    .lb-outerContainer:after {
        clear: both;
        content: "";
        display: table;
    }

.lb-loader {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 43%;
    width: 100%;
}

.lb-cancel {
    background: url(./assets/img/loading.gif) no-repeat;
    display: block;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}

.lb-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
    outline: none;
}

.lb-prev, .lb-next {
    cursor: pointer;
    display: block;
    height: 100%;
}

.lb-nav a.lb-prev {
    -webkit-transition: opacity 0.6s;
    background: url(./assets/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    float: left;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s;
    width: 34%;
}

    .lb-nav a.lb-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-nav a.lb-next {
    -webkit-transition: opacity 0.6s;
    background: url(./assets/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    float: right;
    opacity: 0;
    right: 0;
    transition: opacity 0.6s;
    width: 64%;
}

    .lb-nav a.lb-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-dataContainer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    *zoom: 1;
}

    .lb-dataContainer:after {
        clear: both;
        content: "";
        display: table;
    }

.lb-data {
    color: #ccc;
    padding: 0 4px;
}

    .lb-data .lb-details {
        float: left;
        line-height: 1.1em;
        text-align: left;
        width: 85%;
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }

        .lb-data .lb-caption a {
            color: #4ae;
        }

    .lb-data .lb-number {
        clear: left;
        color: #999999;
        display: block;
        font-size: 12px;
        padding-bottom: 1em;
    }

    .lb-data .lb-close {
        -webkit-transition: opacity 0.2s;
        background: url(./assets/img/close.png) top right no-repeat;
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        float: right;
        height: 30px;
        opacity: 0.7;
        outline: none;
        text-align: right;
        transition: opacity 0.2s;
        width: 30px;
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

.c-embed-video {
    padding: 6px;
}

    .c-embed-video.c-embed-video-iframe--activated .c-embed-video:before {
        display: none;
    }

.c-embed-video__content {
    -webkit-transition: all 0.4s ease-in-out;
    background-color: #eaeaea;
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    transition: all 0.4s ease-in-out;
}

    .c-embed-video__content.c-embed-video--activated {
        opacity: 1;
    }

    .c-embed-video__content embed, .c-embed-video__content iframe, .c-embed-video__content object {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.c-embed-video__thumbnail {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.c-embed-video__overlay,
.c-slider__overlay {
    -webkit-transition: all 0.4s ease-in-out;
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: 3;
}

    .c-embed-video__overlay:before,
    .c-slider__overlay:before {
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        bottom: auto;
        color: white;
        content: "Activate media";
        font-size: 13px;
        font-weight: 600;
        left: 50%;
        position: absolute;
        right: auto;
        top: 40%;
        transform: translate(-50%, -50%);
    }

    .c-embed-video__overlay:after,
    .c-slider__overlay:after {
        -moz-transform: scale(0.9999);
        -ms-transform: translate(-50%, -55%);
        -webkit-transform: translate(-50%, -55%);
        -webkit-transition: all 0.3s ease-in-out;
        border-color: white transparent transparent transparent;
        border-style: solid;
        border-width: 20px 40px 0 40px;
        bottom: auto;
        content: "";
        content: "";
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        right: auto;
        top: 55%;
        transform: translate(-50%, -55%);
        transition: all 0.3s ease-in-out;
        width: 0;
        z-index: 3;
    }

@media screen and (min-width: 992px) {
    .c-embed-video__overlay,
    .c-slider__overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

        .c-embed-video__overlay:before,
        .c-slider__overlay:before {
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -webkit-transition: all 0.3s ease-in-out;
            border: 2px solid white;
            border-radius: 50%;
            bottom: auto;
            content: "";
            height: 80px;
            left: 50%;
            opacity: 0.5;
            position: absolute;
            right: auto;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease-in-out;
            width: 80px;
            z-index: 3;
        }

        .c-embed-video__overlay:after,
        .c-slider__overlay:after {
            -moz-transform: scale(0.9999);
            -ms-transform: translate(-50%, -51%);
            -webkit-transform: translate(-50%, -51%);
            -webkit-transition: all 0.3s ease-in-out;
            border-color: transparent transparent transparent white;
            border-style: solid;
            border-width: 20px 0 20px 35px;
            bottom: auto;
            content: "";
            content: "";
            display: block;
            height: 0;
            left: 50.45%;
            position: absolute;
            right: auto;
            top: 50%;
            transform: translate(-50%, -51%);
            transition: all 0.3s ease-in-out;
            width: 0;
            z-index: 3;
        }

        .c-embed-video__overlay:hover,
        .c-slider__overlay:hover {
            background-color: rgba(0, 0, 0, 0.8);
            cursor: pointer;
        }

            .c-embed-video__overlay:hover:before,
            .c-slider__overlay:hover:before {
                opacity: 1;
            }

            .c-embed-video__overlay:hover:after,
            .c-slider__overlay:hover:after {
                -ms-transform: translate(-50%, -50%) scale(1.1);
                -webkit-transform: translate(-50%, -50%) scale(1.1);
                transform: translate(-50%, -50%) scale(1.1);
            }
}

.c-btn, .hotelButton, .searchPadding button #moreInfoButton, .alternative-book {
    -webkit-transition: background 0.25s cubic-bezier(0.39, 0.5, 0.15, 1.36);
    background-color: var(--color-primary) !important;
    border-radius: 100px;
    border-width: 0;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 10px;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: background 0.25s cubic-bezier(0.39, 0.5, 0.15, 1.36);
    vertical-align: middle;
}

    .c-btn:focus, .c-btn:hover, .hotelButton:focus, .hotelButton:hover {
        color: white;
        text-decoration: none;
    }

        .c-btn:focus:not(a.no-focus) .hotelButton:focus:not(a.no-focus) {
            outline: none;
        }

    .c-btn:disabled, .c-btn[disabled], .hotelButton:disabled, .hotelButton[disabled] {
        background-color: var(--inghams-charcoal-50) !important;
        color: #fff !important;
    }

        .c-btn:disabled::after, .c-btn[disabled]::after, .hotelButton:disabled::after, .hotelButton[disabled]::after {
            color: #fff !important;
        }

.hotelButton {
    background-color: var(--inghams-charcoal) !important;
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 20px;
}

a.hotelButton {
    display: inline-block;
}

.c-btn--primary {
    background-color: var(--color-primary);
}

    .c-btn--primary:hover {
        background-color: var(--color-primary-90);
        color: #fff;
    }

    .c-btn--primary:active {
        background-color: var(--color-primary-75);
        color: #fff;
    }

.c-btn--secondary {
    background-color: var(--color-primary);
    color: white;
}

    .c-btn--secondary::after {
        color: white;
    }

    .c-btn--secondary:hover {
        background-color: var(--color-primary-90);
        color: #fff;
    }

    .c-btn--secondary:active, .c-btn--secondary.active {
        color: white;
    }

.c-btn--secondary-hollow {
    background: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary-90);
}

.c-btn--tertiary {
    background-color: var(--color-primary-90);
    color: #fff;
}

    .c-btn--tertiary:hover {
        background-color: var(--color-primary-90);
        color: #fff;
    }

    .c-btn--tertiary:active {
        color: var(--color-primary-90);
    }

.c-btn--white {
    background-color: #fff;
    color: var(--color-primary);
}

    .c-btn--white:hover, .c-btn--white:active, .c-btn--white:focus {
        background-color: #e6e6e6;
        color: var(--color-primary-90);
    }

    .c-btn--white.cta-border {
        border: 1px solid var(--color-primary);
    }

.c-btn--plain {
    background-color: transparent;
    color: var(--color-primary);
    outline: 1px solid var(--color-primary);
}

    .c-btn--plain:hover {
        color: var(--color-primary);
    }

    .c-btn--plain::after {
        display: none;
    }

.c-btn--small {
    font-size: 14px;
    padding: 9px 10px;
}

.c-btn--mid {
    font-size: 14px;
    padding: 12px 10px;
}

.c-btn--wide {
    padding-left: 20px;
    padding-right: 20px;
}

.c-btn--full {
    display: block;
    width: 100%;
}

.c-btn-icon {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .c-btn-icon .c-icon {
        display: block;
        height: 15px;
        width: 15px;
    }

.c-btn--clear {
    margin-bottom: 0;
}

.c-btn--icon-left {
    padding-left: 32px;
}

    .c-btn--icon-left.c-btn--small {
        padding-left: 22px;
    }

    .c-btn--icon-left .c-btn-icon {
        left: 8px;
    }

.c-btn--icon-right {
    padding-right: 32px;
}

    .c-btn--icon-right.c-btn--small {
        padding-right: 22px;
    }

    .c-btn--icon-right .c-btn-icon {
        right: 8px;
    }

.c-btn--link {
    background-color: transparent;
    color: var(--color-primary);
    font-size: 15px;
    font-weight: normal;
    padding: 0;
}

    .c-btn--link:focus,
    .c-btn--link:hover {
        color: var(--color-primary);
        text-decoration: underline;
    }

.c-form-popup:before {
    -moz-transform: scale(0.9999);
    border-color: transparent transparent #ccc transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    bottom: auto;
    content: "";
    display: block;
    height: 0;
    left: auto;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    top: -10px;
    width: 0;
}

.c-form-popup:after {
    -moz-transform: scale(0.9999);
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    bottom: auto;
    content: "";
    display: block;
    height: 0;
    left: auto;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    top: -9px;
    width: 0;
}

.position-top.c-form-popup {
    bottom: 70px;
    top: auto;
}

    .position-top.c-form-popup:before {
        -moz-transform: scale(0.9999);
        border-color: #ccc transparent transparent transparent;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        bottom: -10px;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-right: -10px;
        position: absolute;
        right: 50%;
        top: auto;
        width: 0;
    }

    .position-top.c-form-popup:after {
        -moz-transform: scale(0.9999);
        border-color: white transparent transparent transparent;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        bottom: -9px;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-right: -10px;
        position: absolute;
        right: 50%;
        top: auto;
        width: 0;
    }

.c-form input[type=text], .c-form select {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 3px;
    color: #4f4f4f;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 40px;
    line-height: 22.5px;
    line-height: 1.40625rem;
    padding: 6px 10px;
    width: 100%;
}

    .c-form select::-ms-expand {
        display: none;
    }

.c-form-text, .c-form-select {
    border-radius: 3px;
}

.c-form-select {
    background-color: white;
    position: relative;
}

    .c-form-select button {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .c-form-select select {
        background-color: white;
        padding-right: 32px;
    }

    .c-form-select:after {
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 6.069L12.672.234a.763.763 0 0 1 1.1 0 .816.816 0 0 1 0 1.132l-6.222 6.4a.764.764 0 0 1-1.1 0l-6.222-6.4a.816.816 0 0 1 0-1.132.763.763 0 0 1 1.1 0L7 6.07z' fill='%238E8E8E' fill-rule='evenodd'/%3e%3c/svg%3e");
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        height: 15px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
    }

.c-form-checkbox {
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
    /* accessibility */
}

    .c-form-checkbox [type=checkbox]:not(:checked),
    .c-form-checkbox [type=checkbox]:checked {
        left: -9999px;
        position: absolute;
    }

        .c-form-checkbox [type=checkbox]:not(:checked) + label,
        .c-form-checkbox [type=checkbox]:checked + label {
            cursor: pointer;
            padding-left: 30px;
            position: relative;
        }

            .c-form-checkbox [type=checkbox]:not(:checked) + label:before,
            .c-form-checkbox [type=checkbox]:checked + label:before {
                background: #fff;
                border-radius: 4px;
                content: "";
                height: 20px;
                left: 0;
                position: absolute;
                top: 0;
                width: 20px;
            }

            .c-form-checkbox [type=checkbox]:not(:checked) + label:after,
            .c-form-checkbox [type=checkbox]:checked + label:after {
                -webkit-transition: all 0.3s;
                background-color: #809aab;
                border-radius: 2px;
                content: "";
                height: 10px;
                left: 5px;
                position: absolute;
                top: 5px;
                transition: all 0.3s;
                width: 10px;
            }

            .c-form-checkbox [type=checkbox]:not(:checked) + label:after {
                -ms-transform: scale(0);
                -webkit-transform: scale(0);
                opacity: 0;
                transform: scale(0);
            }

            .c-form-checkbox [type=checkbox]:checked + label:after {
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                opacity: 1;
                transform: scale(1);
            }

    .c-form-checkbox [type=checkbox]:disabled:not(:checked) + label:before,
    .c-form-checkbox [type=checkbox]:disabled:checked + label:before {
        -webkit-box-shadow: none;
        background-color: #ddd;
        border-color: #bbb;
        box-shadow: none;
    }

    .c-form-checkbox [type=checkbox]:disabled:checked + label:after {
        color: #999;
    }

    .c-form-checkbox [type=checkbox]:disabled + label {
        color: #aaa;
    }

    .c-form-checkbox [type=checkbox]:checked:focus + label:before,
    .c-form-checkbox [type=checkbox]:not(:checked):focus + label:before {
        outline: 2px dashed #c0c0c0;
    }

.c-form-popup {
    -ms-transform: translateX(-50%);
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    color: #333;
    display: none;
    left: 50%;
    min-width: 190px;
    padding: 10px 10px 10px;
    position: absolute;
    top: 85px;
    transform: translateX(-50%);
    z-index: 10;
}

    .c-form-popup.is-active {
        display: block;
    }

.c-form--outline {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    padding: 15px;
}

@media screen and (min-width: 480px) {
    .c-form--outline {
        padding: 30px;
    }
}

.c-form__row {
    margin: 15px 0;
}

    .c-form__row:first-child {
        margin-top: 0;
    }

.c-form__desc {
    color: #3C3C3C;
    margin-bottom: 10px;
}

.c-form__optional {
    color: #4f4f4f;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}

.c-form__label {
    color: #003155;
    display: block;
    width: 100%;
}

.c-form__label-required {
    color: #f00;
    padding-left: 5px;
}

.c-form__label-text {
    display: block;
}

.c-form__legend {
    color: #003155;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.c-form__checkbox input {
    display: none;
}

.c-form__checkbox .c-icon {
    display: none;
    fill: #008000;
    height: 14px;
    left: 8px;
    position: absolute;
    top: 10px;
    width: 14px;
}

.c-form__checkbox .c-form__label {
    line-height: 30px;
    min-height: 32px;
    padding-left: 42px;
    position: relative;
    width: auto;
}

    .c-form__checkbox .c-form__label:hover {
        cursor: pointer;
    }

    .c-form__checkbox .c-form__label:before {
        background-color: white;
        border: 1px solid #9f9f9f;
        border-radius: 3px;
        content: "";
        height: 28px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 28px;
    }

.c-form__checkbox input:checked + .c-icon {
    display: block;
    background-color: 50% #809aab !important;
}

.c-form__radio {
    color: #3C3C3C;
}

    .c-form__radio [type=radio]:checked, .c-form__radio [type=radio]:not(:checked) {
        left: -9999px;
        position: absolute;
    }

        .c-form__radio [type=radio]:checked + span, .c-form__radio [type=radio]:not(:checked) + span {
            -webkit-transition: opacity 150ms ease-in;
            cursor: pointer;
            display: inline-block;
            line-height: 20px;
            padding-left: 35px;
            position: relative;
            transition: opacity 150ms ease-in;
        }

            .c-form__radio [type=radio]:checked + span:before, .c-form__radio [type=radio]:not(:checked) + span:before {
                background-color: #fff;
                border: 2px solid #A0A0A0;
                border-radius: 100%;
                content: "";
                height: 22px;
                left: 0;
                position: absolute;
                top: 0px;
                width: 22px;
            }

            .c-form__radio [type=radio]:checked + span:after, .c-form__radio [type=radio]:not(:checked) + span:after {
                -webkit-transition: all 0.2s ease;
                background: #008000;
                border-radius: 100%;
                content: "";
                height: 10px;
                left: 6px;
                position: absolute;
                top: 6px;
                transition: all 0.2s ease;
                width: 10px;
            }

    .c-form__radio [type=radio]:disabled + span, .c-form__radio [type=radio]:disabled:checked + span {
        opacity: 0.4;
    }

        .c-form__radio [type=radio]:disabled + span:after, .c-form__radio [type=radio]:disabled:checked + span:after {
            background: #9f9f9f;
        }

    .c-form__radio [type=radio]:not(:checked) + span:after {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0;
        transform: scale(0);
    }

    .c-form__radio [type=radio]:checked + span:after {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
    }

.c-form__select, .c-form__select.select {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg width="12" height="7" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.64.225L6 4.865 1.36.225A.802.802 0 0 0 .225 1.36L5.43 6.565c.151.151.356.236.57.234a.8.8 0 0 0 .57-.234l5.205-5.205A.802.802 0 0 0 10.64.225z" fill="%239C9C9C" fill-rule="nonzero"/%3E%3C/svg%3E');
    background-position: -webkit-calc(100% - 10px) center;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    display: inline-block;
    height: 35px;
    margin-right: 10px;
    min-width: 100px;
    padding: 5px 30px 5px 10px;
    position: relative;
    vertical-align: top;
    width: inherit;
}

.c-form__input-text,
.c-form .c-form__input-text[type=text] {
    border: 1px solid #c8c8c8;
    color: #3C3C3C;
    margin-right: 10px;
    max-width: 240px;
    padding: 10px;
    position: relative;
}

    .c-form__input-text.small,
    .c-form .c-form__input-text[type=text].small {
        width: 120px;
    }

    .c-form__input-text.datefield,
    .c-form .c-form__input-text[type=text].datefield {
        display: inline-block;
        width: 50px;
    }

    .c-form__input-text.datefield-year,
    .c-form .c-form__input-text[type=text].datefield-year {
        width: 70px;
    }

.c-form__textarea--full textarea {
    border: 1px solid #c8c8c8;
    height: 144px;
    width: 100%;
}

.c-form__link {
    color: #f26419;
}

.c-form .input.is-danger, .c-form .select.is-danger {
    border-color: #f00;
}

    .c-form .input.is-danger input, .c-form .select.is-danger input {
        border-color: #f00;
    }

.c-form__validation-msg {
    color: #f00;
    display: none;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
}

    .c-form__validation-msg.has-error {
        display: block;
    }

.c-form__btn.c-btn--secondary[disabled] {
    background-color: #f26419 !important;
    color: #fff !important;
    opacity: 0.5;
}

.c-form-address-list__wrapper {
    max-height: 250px;
    overflow-x: scroll;
    position: absolute;
    z-index: 10;
}

.c-form-address-list {
    background-color: #ebebeb;
}

.c-form__fixed-container {
    background-color: #023761;
    bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.addressDropdown-item {
    color: #808080;
    font-size: 13px;
    padding: 5px 10px;
}

.toggle-on-target {
    display: none;
}

    .toggle-on-target.is-active {
        display: block;
    }

.c-figure {
    margin: 10px 0;
    width: 100%;
}

@media screen and (min-width: 650px) {
    .c-figure {
        margin-right: 15px;
        width: 400px;
    }

        .c-figure.pull-left {
            float: left;
            margin-left: 0;
            margin-right: 15px;
        }

        .c-figure.pull-right {
            float: right;
            margin-left: 15px;
            margin-right: 0;
        }

        .c-figure.full-width {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }
}

.c-figure__caption {
    background-color: #f2f2f2;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22.5px;
    line-height: 1.40625rem;
    padding: 10px;
}

.c-figure__caption-header {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    padding-bottom: 10px;
}

.c-ptag-item {
    margin-top: 5px;
}

    .c-ptag-item:first-child {
        margin-top: 0;
    }

.c-ptag__label {
    background-color: #003155;
    color: white;
    display: block;
    padding: 5px 10px;
}

.c-ptag__price {
    background-color: white;
    color: #F86624;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
}

.c-tag__items {
    margin-bottom: 10px;
}

.c-tag__item--link {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -webkit-transition: all 0.2s linear;
    color: var(--color-primary);
    display: block;
    padding: 6px 14px;
    position: relative;
    transform: skewX(20deg);
    transition: all 0.2s linear;
}

    .c-tag__item--link:hover {
        background-color: var(--color-secondary);
        color: var(--color-primary);
        text-decoration: none;
    }

.c-tag__item {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    background-color: var(--color-primary-10);
    display: inline-block;
    margin: 3px 2px;
    transform: skewX(-20deg);
}

    .c-tag__item:hover, .c-tag__item:focus {
        background-color: var(--color-primary-90);
        color: var(--color-primary);
    }

        .c-tag__item:hover .c-tag__item--link, .c-tag__item:focus .c-tag__item--link {
            background-color: transparent;
            color: var(--color-secondary);
            text-decoration: none;
        }

.c-tabs-nav__items {
    list-style-type: none;
    margin: 0 -5px;
    overflow: hidden;
    padding: 0;
    text-align: right;
}

@media screen and (min-width: 992px) {
    .c-tabs-nav__items {
        padding-right: 15px;
        width: 100%;
    }
}

.c-tabs-nav__item {
    float: left;
    margin: 5px 0;
    padding: 0 5px;
    width: 50%;
}

    .c-tabs-nav__item a {
        background-color: var(--color-secondary);
        border-radius: 3px;
        color: var(--color-primary);
        display: block;
        font-weight: 500;
        padding: 15px;
        position: relative;
        text-align: left;
        text-decoration: none;
        z-index: 4;
    }

@media screen and (min-width: 992px) {
    .c-tabs-nav__item {
        display: inline-block;
        float: none;
        margin-bottom: 0;
        margin-left: 45px;
        margin-top: 0;
        padding: 0;
        width: auto;
    }

        .c-tabs-nav__item a {
            border-radius: 10px 10px 0 0;
            padding: 10px 20px;
            text-align: center;
        }

            .c-tabs-nav__item a:before {
                -ms-transform: skewX(-40deg);
                -webkit-transform: skewX(-40deg);
                background-color: var(--color-secondary);
                border-top-left-radius: 5px;
                bottom: 0;
                content: "";
                left: -20px;
                position: absolute;
                right: auto;
                top: 0;
                transform: skewX(-40deg);
                width: 40px;
                z-index: -1;
            }
}

.c-tabs-nav__item.is-active {
    color: var(--color-secondary);
}

    .c-tabs-nav__item.is-active a {
        background-color: var(--color-primary);
        color: var(--color-secondary);
    }

        .c-tabs-nav__item.is-active a:before {
            background-color: var(--color-primary);
        }

.c-tabs-content__items {
    margin-top: 5px;
}

@media screen and (min-width: 992px) {
    .c-tabs-content__items {
        margin-top: 0;
    }
}

.c-tabs-content__item {
    background-color: var(--color-grey-bg);
    border-radius: 10px;
    border-top: 3px solid var(--color-primary);
    border-top-width: 0;
    height: 0;
    overflow: hidden;
    padding: 0 15px;
    visibility: hidden;
}

    .c-tabs-content__item img.c-promotions__img {
        border-bottom: 3px solid var(--color-primary);
        border-radius: 3px;
        margin-bottom: 15px;
        width: 100%;
    }

@media screen and (min-width: 600px) {
    .c-tabs-content__item img.c-promotions__img {
        margin: 10px 15px;
        max-width: 320px;
        width: auto;
    }

        .c-tabs-content__item img.c-promotions__img.pull-right {
            margin-right: 0;
        }

        .c-tabs-content__item img.c-promotions__img.pull-left {
            margin-left: 0;
        }
}

.c-tabs-content__item .c-tag__item--link {
    text-decoration: underline;
}

.c-tabs-content__item.is-active {
    border-top-width: 3px;
    height: auto;
    padding: 12px 15px;
    visibility: visible;
}

@media screen and (min-width: 992px) {
    .c-tabs-content__item {
        padding: 0 30px;
    }

        .c-tabs-content__item.is-active {
            border-top-width: 3px;
            padding: 12px 30px;
        }
}

.c-tabs-beta {
    margin-top: 50px;
}

.c-tabs-beta__nav {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}

.c-tabs-beta__nav-list {
    margin: 0;
    overflow: hidden;
    padding: 0 35px;
}

.c-tabs-beta__nav-item {
    float: left;
    gap: 5px;
    margin-left: 8px;
}

    .c-tabs-beta__nav-item.c-slider__item {
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        width: auto;
    }

        .c-tabs-beta__nav-item.c-slider__item:before {
            display: none;
        }

    .c-tabs-beta__nav-item a {
        -webkit-transition: background-color 0.2s ease-in-out;
        background-color: var(--color-secondary);
        border-radius: 10px 10px 0 0;
        color: var(--color-primary);
        display: block;
        float: left;
        font-weight: 300;
        padding: 10px 20px;
        text-decoration: none;
        transition: background-color 0.2s ease-in-out;
        width: 100%;
    }

        .c-tabs-beta__nav-item a:hover {
            background-color: var(--color-primary-75);
            color: var(--color-secondary);
        }

    .c-tabs-beta__nav-item:first-child {
        margin-left: 0;
    }

    .c-tabs-beta__nav-item.is-active a {
        background-color: var(--color-primary);
        color: var(--color-secondary);
    }

.c-tabs-beta__nav.c-slider {
    border: none;
    border-radius: 0;
    margin-bottom: -2px;
    padding: 0;
}

    .c-tabs-beta__nav.c-slider .flickity-button {
        -webkit-box-shadow: none;
        background-color: var(--color-primary);
        box-shadow: none;
        padding-left: 4px;
        padding-right: 4px;
        width: 30px;
    }

        .c-tabs-beta__nav.c-slider .flickity-button .flickity-button-icon {
            fill: var(--color-secondary);
        }

        .c-tabs-beta__nav.c-slider .flickity-button[disabled] {
            display: none;
        }

        .c-tabs-beta__nav.c-slider .flickity-button.next {
            right: 0;
        }

        .c-tabs-beta__nav.c-slider .flickity-button.previous {
            left: 0;
        }

        .c-tabs-beta__nav.c-slider .flickity-button .flickity-button-icon {
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 50%;
        }

    .c-tabs-beta__nav.c-slider .flickity-prev-next-button {
        border-radius: 0;
    }

.c-tabs-beta__content {
    background-color: var(--color-grey-bg);
    border-radius: 0 0 10px 10px;
    padding: 35px 30px;
    position: relative;
}

    .c-tabs-beta__content .c-card.c-card--result {
        background-color: white;
    }

    .c-tabs-beta__content:before {
        background-color: var(--color-primary);
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.c-tabs-beta__content-item {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

    .c-tabs-beta__content-item.is-active {
        height: auto;
        overflow: auto;
        visibility: visible;
    }

    .c-tabs-beta__content-item .c-page-content a {
        color: var(--color-primary-75);
    }

.c-tabs-beta__content .data-grid tbody, .c-tabs-beta__content tbody {
    border: 1px solid #ececec;
}

.c-tabs-beta__content .data-grid th, .c-tabs-beta__content th,
.c-tabs-beta__content .data-grid td, .c-tabs-beta__content td {
    padding: 8px 20px;
}

.c-tabs-beta__content th,
.c-tabs-beta__content .data-grid th {
    background-color: #E3E3E3;
    color: var(--inghams-charcoal) !important;
    font-weight: 500;
    text-align: left;
}

    .c-tabs-beta__content th span, .c-tabs-beta__content th strong,
    .c-tabs-beta__content .data-grid th span,
    .c-tabs-beta__content .data-grid th strong {
        display: block;
        font-size: 12px;
        line-height: 16px;
    }

.c-tabs-beta__content-level {
    border-radius: 35px;
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    width: 24px;
}

.c-tabs-beta__content-level--blue {
    background-color: #004D93;
}

.c-tabs-beta__content-level--black {
    background-color: #000000;
}

.c-tabs-beta__content-level--yellow {
    background-color: #F5A623;
}

.c-tabs-beta__content-level--red {
    background-color: #D00216;
}

.c-tabs-beta__content-level--grey {
    background-color: #A0A0A0;
}

.c-tabs-beta__content-table {
    -webkit-box-shadow: none;
    border-radius: 10px;
    box-shadow: none;
    overflow: hidden;
}

@media screen and (max-width: 450px) {
    .c-tabs-beta__content-table {
        min-width: 368px;
    }
}

@media screen and (max-width: 450px) {
    .c-tabs-beta__content-table-wrapper {
        overflow: scroll;
    }
}

.c-tabs-beta__content-table .data-grid th, .c-tabs-beta__content-table th,
.c-tabs-beta__content-table .data-grid td, .c-tabs-beta__content-table td {
    padding: 8px 20px;
}

.c-tabs-beta__content-table .data-grid th, .c-tabs-beta__content-table th {
    background-color: var(--color-primary-10);
    color: var(--inghams-charcoal);
    font-weight: 500;
    text-align: left;
}

.c-tabs-beta__content-table__label {
    background-color: var(--color-primary-10);
    border-top: 1px solid white;
    color: #4F4F4F;
    font-size: 15px;
    line-height: 20px;
    width: 190px;
}

.c-tabs-beta__content-table--row-wrapper {
    overflow-x: scroll;
    position: relative;
}

@media screen and (min-width: 992px) {
    .c-tabs-beta__content-table--row-wrapper {
        overflow-x: auto;
    }
}

.c-tabs-beta__content-table--row th {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

    .c-tabs-beta__content-table--row th span, .c-tabs-beta__content-table--row th strong {
        display: block;
        font-size: 12px;
        line-height: 16px;
    }

.c-tabs-beta__content-table--row tr:nth-of-type(2n) {
    background-color: white;
}

.c-tabs-beta.fly .c-tabs-beta__nav {
    margin-bottom: 0;
}

    .c-tabs-beta.fly .c-tabs-beta__nav a {
        border-bottom: none;
        border-radius: 6px 6px 0 0;
    }

.c-tabs-beta.fly .c-tabs-beta__content {
    border: none;
    margin-top: 15px;
    padding: 0 0 15px;
    position: relative;
}

    .c-tabs-beta.fly .c-tabs-beta__content:before {
        background-color: white;
        border-radius: 6px 6px 0 0;
        content: "";
        height: 10px;
        left: 0;
        position: absolute;
        right: 0;
        top: -10px;
    }

.c-list__pipped {
    overflow: hidden;
    padding: 0;
}

.c-list__pipped-item {
    color: #757373;
    display: block;
    line-height: 22.5px;
    line-height: 1.40625rem;
    margin: 4px 0;
    position: relative;
}

    .c-list__pipped-item:first-child {
        margin-top: 0;
    }

@media screen and (min-width: 768px) {
    .c-list__pipped-item {
        display: block;
        float: left;
        margin-bottom: 4px;
        margin-top: 0;
        padding-left: 30px;
    }

        .c-list__pipped-item:before {
            border-left: 1px solid #c0c0c0;
            bottom: 0;
            content: "";
            left: 15px;
            position: absolute;
            top: 0;
        }

        .c-list__pipped-item:first-child {
            padding-left: 0;
        }

            .c-list__pipped-item:first-child:before {
                display: none;
            }
}

.c-list__tick-item {
    padding-left: 45px;
    position: relative;
}

.c-list__tick-icon {
    left: 0;
    position: absolute;
    top: 0;
}

.c-ig-datepicker {
    /* styling for abbr */
}

    .c-ig-datepicker.pika-single {
        color: #333;
        display: block;
        position: relative;
    }

        .c-ig-datepicker .pika-single:before,
        .c-ig-datepicker .pika-single:after {
            content: " ";
            display: table;
        }

        .c-ig-datepicker.pika-single:after {
            clear: both;
        }

    .c-ig-datepicker.pika-single {
        *zoom: 1;
    }

        .c-ig-datepicker.pika-single.is-hidden {
            display: none;
        }

    .c-ig-datepicker.pika-position-top:before {
        -moz-transform: scale(0.9999);
        border-color: #ccc transparent transparent transparent;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        bottom: -10px;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-right: -10px;
        position: absolute;
        right: 50%;
        top: auto;
        width: 0;
    }

    .c-ig-datepicker.pika-position-top:after {
        -moz-transform: scale(0.9999);
        border-color: white transparent transparent transparent;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        bottom: -9px;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-right: -10px;
        position: absolute;
        right: 50%;
        top: auto;
        width: 0;
    }

    .c-ig-datepicker.pika-position-bottom:before {
        -moz-transform: scale(0.9999);
        border-color: transparent transparent #ccc transparent;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        bottom: auto;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-right: -10px;
        position: absolute;
        right: 50%;
        top: -10px;
        width: 0;
    }

    .c-ig-datepicker.pika-position-bottom:after {
        -moz-transform: scale(0.9999);
        border-color: transparent transparent white transparent;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        bottom: auto;
        content: "";
        display: block;
        height: 0;
        left: auto;
        margin-right: -10px;
        position: absolute;
        right: 50%;
        top: -9px;
        width: 0;
    }

    .c-ig-datepicker .pika-title {
        position: relative;
        text-align: center;
    }

    .c-ig-datepicker .pika-label {
        display: none;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        margin: 0;
        margin: 0 4px;
        overflow: hidden;
        padding: 5px 10px;
        position: relative;
        z-index: 9999;
    }

    .c-ig-datepicker .pika-title select {
        background-color: white;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxICAgYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMCAgIGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 8px 8px;
        cursor: pointer;
        left: 0;
        padding: 0px 8px 0px 4px;
        position: absolute;
        top: 5px;
        z-index: 9998;
    }

    .c-ig-datepicker .pika-prev,
    .c-ig-datepicker .pika-next {
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 75% 75%;
        border: 0;
        cursor: pointer;
        display: block;
        height: 30px;
        opacity: 0.5;
        overflow: hidden;
        padding: 10px;
        position: relative;
        *position: absolute;
        /* hide text using text-indent trick, using width value (it's enough) */
        text-indent: 20px;
        *top: 0;
        white-space: nowrap;
        width: 20px;
    }

        .c-ig-datepicker .pika-prev:hover,
        .c-ig-datepicker .pika-next:hover {
            opacity: 1;
        }

    .c-ig-datepicker .pika-prev,
    .c-ig-datepicker .is-rtl .pika-next {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
        float: left;
        *left: 0;
    }

    .c-ig-datepicker .pika-next,
    .c-ig-datepicker .is-rtl .pika-prev {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
        float: right;
        *right: 0;
    }

        .c-ig-datepicker .pika-prev.is-disabled,
        .c-ig-datepicker .pika-next.is-disabled {
            cursor: default;
            opacity: 0.2;
        }

    .c-ig-datepicker .pika-select {
        display: inline-block;
        *display: inline;
        height: 24px;
    }

    .c-ig-datepicker .pika-table {
        -webkit-box-shadow: none;
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
        box-shadow: none;
        width: 100%;
    }

        .c-ig-datepicker .pika-table th,
        .c-ig-datepicker .pika-table td {
            border: none;
            padding: 0;
        }

        .c-ig-datepicker .pika-table td {
            padding: 4px;
        }

        .c-ig-datepicker .pika-table th {
            background-color: transparent;
            color: #999;
            font-size: 12px;
            font-weight: bold;
            line-height: 25px;
            text-align: center;
        }

    .c-ig-datepicker .pika-button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-transition: all 0.3s ease;
        background-color: #fff;
        border: 0;
        border-radius: 3px;
        box-sizing: border-box;
        color: #3C3C3C;
        cursor: pointer;
        display: block;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        transition: all 0.3s ease;
        width: 100%;
    }

    .c-ig-datepicker .pika-week {
        color: #999;
        font-size: 11px;
    }

    .c-ig-datepicker .is-selected .pika-button,
    .c-ig-datepicker .has-event .pika-button {
        background: var(--color-secondary);
        border-radius: 3px;
        color: var(--color-primary);
        font-weight: bold;
    }

    .c-ig-datepicker .is-disabled.is-selected .pika-button {
        background-color: #404040;
    }

    .c-ig-datepicker .has-event .pika-button {
        -webkit-box-shadow: inset 0 1px 3px #0076c9;
        background: #005da9;
        box-shadow: inset 0 1px 3px #0076c9;
    }

    .c-ig-datepicker .is-disabled .pika-button,
    .c-ig-datepicker .is-inrange .pika-button {
        background: #D5E9F7;
    }

    .c-ig-datepicker .is-startrange .pika-button {
        -webkit-box-shadow: none;
        background: #6CB31D;
        border-radius: 3px;
        box-shadow: none;
        color: #fff;
    }

    .c-ig-datepicker .is-endrange .pika-button {
        -webkit-box-shadow: none;
        background: #33aaff;
        border-radius: 3px;
        box-shadow: none;
        color: #fff;
    }

    .c-ig-datepicker .is-disabled .pika-button,
    .c-ig-datepicker .is-outside-current-month .pika-button {
        background: #c0c0c0;
        cursor: default;
        opacity: 0.3;
        pointer-events: none;
    }

    .c-ig-datepicker .pika-button:hover,
    .c-ig-datepicker .pika-row.pick-whole-week:hover .pika-button {
        -webkit-box-shadow: none;
        background: var(--color-secondary);
        box-shadow: none;
        color: var(--color-primary);
    }

    .c-ig-datepicker .pika-table abbr {
        border-bottom: none;
        cursor: help;
    }

    .c-ig-datepicker .pika-label-month-year {
        display: inline-block;
        *display: inline;
        height: 24px;
        width: 180px;
    }

    .c-ig-datepicker .pika-label-month-year__text {
        color: var(--inghams-charcoal);
        position: relative;
    }

        .c-ig-datepicker .pika-label-month-year__text:after {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxICAgYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMCAgIGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
            background-position: center right;
            background-repeat: no-repeat;
            background-size: 8px 8px;
            content: "";
            height: 20px;
            padding-left: 15px;
            width: 20px;
        }

    .c-ig-datepicker .pika-label-month-year .pika-select {
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.c-dynamic-banner {
    -webkit-transition: all 150ms linear;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    position: relative;
    transition: all 150ms linear;
}

.c-dynamic-banner-ready {
    opacity: 1;
}

.c-dynamic-banner .container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 991px) {
    .c-dynamic-banner:before {
        background: rgba(0, 0, 0, 0.1);
        /* Old browsers */
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.5)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
        bottom: 0;
        content: "";
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        /* IE6-9 */
    }
}

@media screen and (min-width: 992px) {
    .c-dynamic-banner .c-dynamic-banner__overlay {
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -webkit-transition: all 0.1s linear;
        background-color: rgba(0, 0, 0, 0.55);
        display: block;
        transform: skewX(-20deg);
        transition: all 0.1s linear;
    }

    .c-dynamic-banner.overlay-left .c-dynamic-banner__overlay {
        bottom: 0;
        left: -10%;
        position: absolute;
        right: 50%;
        top: 0;
    }

    .c-dynamic-banner.overlay-right .c-dynamic-banner__overlay {
        bottom: 0;
        left: 50%;
        position: absolute;
        right: -10%;
        top: 0;
    }
}

.c-dynamic-banner__cta {
    margin: 15px 0;
}

.c-dynamic-banner__pretext {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25.5px;
    line-height: 1.59375rem;
    margin: 15px 0;
}

@media screen and (min-width: 992px) {
    .c-dynamic-banner__pretext {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 25.5px;
        line-height: 1.59375rem;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.35);
    }
}

.c-dynamic-banner__heading {
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem;
    margin: 15px 0;
}

@media screen and (min-width: 992px) {
    .c-dynamic-banner__heading {
        font-size: 38px;
        font-size: 2.375rem;
    }
}

.c-dynamic-banner__content {
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 5;
}

@media screen and (max-width: 991px) {
    .c-dynamic-banner__content {
        width: 100% !important;
    }
}

@media screen and (min-width: 992px) {
    .c-dynamic-banner__content {
        padding: 50px 5px;
        text-align: left;
        width: 40%;
    }
}

@media screen and (min-width: 992px) {
    .overlay-right .c-dynamic-banner__content {
        float: right;
        text-align: right;
    }
}

.c-inspiration {
    border-bottom: 3px solid #f3f3f3;
    overflow: hidden;
}

.emergency-banner {
    color: #fff;
    font-style: normal;
    padding: 10px 0;
    text-align: center;
}

    .emergency-banner p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 21px;
        line-height: 1.3125rem;
    }

    .emergency-banner a {
        color: inherit;
        text-decoration: underline;
    }

[v-cloak] > * {
    display: none;
}

.c-search-product__modal {
    background-color: var(--color-primary);
}

.c-search-product__container {
    display: none;
    position: relative;
    z-index: 9;
}

@media screen and (min-width: 992px) {
    .c-search-product__container {
        display: block;
        margin-top: -50px;
    }
}

@media screen and (min-width: 992px) {
    .c-search-product__sidebar .c-search-product__container {
        margin-top: 0;
    }
}

.c-search-product {
    background-color: var(--color-secondary);
    border-radius: 10px;
    color: white;
    color: var(--color-primary);
    float: left;
    padding: 8px;
    position: relative;
    width: 100%;
    z-index: 20;
}

.t-inghams .c-search-product {
    --color-primary: var(--inghams-charcoal);
    --color-secondary: var(--inghams-white);
}

.c-search-product .c-form-select {
    border-radius: 10px;
    overflow: hidden;
}

    .c-search-product .c-form-select > button {
        border-radius: 10px;
    }

.c-search-product__info {
    width: 100%;
}

.c-search-product .c-form-row {
    float: left;
    padding: 7px;
    position: relative;
    width: 100%;
}

.c-search-product .c-form-label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.c-search-product .c-form-row__small,
.c-search-product .c-form-row__mid,
.c-search-product .c-form-row__btn {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-search-product .c-form-row__mid {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .c-search-product .c-form-row__mid {
        width: 16.4%;
    }
}

@media screen and (min-width: 992px) {
    .c-search-product .c-form-row__small {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .c-search-product .c-form-row__small {
        width: 8%;
    }
}

@media screen and (min-width: 992px) {
    .c-search-product .c-form-row__btn {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .c-search-product .c-form-row__btn {
        width: 10%;
    }
}

.c-search-product .c-form-row__btn .c-btn {
    text-align: center;
    text-transform: capitalize;
}

@media screen and (min-width: 992px) {
    .c-search-product .c-form-row__btn .c-form-btn {
        margin-top: 22px;
    }
}

@media screen and (min-width: 992px) {
    .c-search-product__sidebar .c-search-product .c-form-row__small,
    .c-search-product__sidebar .c-search-product .c-form-row__mid,
    .c-search-product__sidebar .c-search-product .c-form-row__btn {
        width: 100%;
    }
}

.c-search-product .c-form-adult span,
.c-search-product .c-form-children span {
    display: none;
}

@media screen and (max-width: 991px) {
    .c-search-product .c-form-adult,
    .c-search-product .c-form-children {
        width: 50%;
    }

        .c-search-product .c-form-adult span,
        .c-search-product .c-form-children span {
            display: inline;
        }
}

@media screen and (min-width: 992px) {
    .c-search-product__sidebar .c-search-product .c-form-adult,
    .c-search-product__sidebar .c-search-product .c-form-children {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .c-search-product__sidebar .c-form-row__btn .c-form-btn {
        margin-top: 5px;
    }
}

.c-form-row.c-form-children .c-form-select > button {
    background-color: white;
    border: none;
    color: #4f4f4f;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 40px;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.js-modal__title {
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin-top: 15px;
    padding: 0 15px;
}

@media screen and (min-width: 992px) {
    .js-modal__title {
        display: none;
    }
}

.c-search-product__wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 11;
}

    .c-search-product__wrapper .js-modal__title {
        color: white;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 27px;
        line-height: 1.6875rem;
        margin-top: 15px;
        padding: 0 15px;
    }

.c-form-children__caller--button {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .c-form-children__popup {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        left: auto;
        right: 5px;
        transform: translateX(0);
    }

        .c-form-children__popup:before, .c-form-children__popup:after {
            left: 65%;
        }
}

.c-form-children__popup.is-active {
    display: block;
}

.c-form-children__popup select {
    height: 30px;
    padding: 5px 10px;
}

.c-form-children__popup .c-form-label {
    font-weight: 700;
    text-transform: none;
}

.c-form-children__main {
    overflow: hidden;
}

    .c-form-children__main .c-form-label {
        float: left;
        padding-bottom: 0;
        width: 50%;
    }

        .c-form-children__main .c-form-label span {
            display: block;
            font-size: 12px;
            font-size: 0.75rem;
            font-weight: 300;
        }

    .c-form-children__main .c-form-select {
        float: left;
        width: 50%;
    }

.c-form-children__list {
    margin: 0 -5px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

    .c-form-children__list:before {
        content: "";
        left: 5px;
        position: absolute;
        right: 5px;
        top: 0;
    }

.c-form-children__list-item {
    float: left;
    margin-top: 10px;
    padding: 0 5px;
    width: 50%;
}

.c-form-children__cta {
    margin-top: 5px;
    padding-top: 3px;
}

    .c-form-children__cta button {
        background-color: transparent;
        border: none;
    }

        .c-form-children__cta button:focus {
            border: none;
        }

        .c-form-children__cta button:disabled {
            color: #c0c0c0;
        }

.c-form-children__footnote {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 0 3px;
}

.c-form-flexible-date {
    background-color: #e3e3e3;
    border-radius: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 5px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

    .c-form-flexible-date label {
        color: #333;
    }

    .c-form-flexible-date input {
        margin-right: 6px;
    }

    .c-form-flexible-date .flexible-date-icon {
        display: none;
    }

    .c-form-flexible-date .flexible-date-icon,
    .c-form-flexible-date .icon-check-box {
        color: black;
        height: 12px;
        left: 2px;
        position: absolute;
        top: 2px;
        width: 12px;
        z-index: 9999;
    }

    .c-form-flexible-date .c-form-checkbox [type=checkbox]:checked + label:after {
        display: none;
    }

    .c-form-flexible-date .c-form-checkbox [type=checkbox]:checked + label .flexible-date-icon {
        display: block;
    }

.c-datepicker {
    overflow: visible;
    position: relative;
}

    .c-datepicker > input {
        border-radius: 10px !important;
    }

    .c-datepicker:after {
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15px' height='15px' viewBox='0 0 15 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 49.1 (51147) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3ecalendar%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='Artboard' transform='translate(-107.000000, -445.000000)' fill='%238D8D8D' fill-rule='nonzero'%3e%3cg id='calendar' transform='translate(107.000000, 445.000000)'%3e%3cpath d='M3.36556531,5.56491794 L4.66959684,5.56491794 C4.86546626,5.56491794 5.02424977,5.7235545 5.02424977,5.91924266 L5.02424977,6.68240358 C5.02424977,6.87809173 4.86546626,7.0367283 4.66959684,7.0367283 L3.36556531,7.0367283 C3.16969593,7.0367283 3.01091239,6.87809173 3.01091239,6.68240358 L3.01091239,5.91924266 C3.01091239,5.7235545 3.16969593,5.56491794 3.36556531,5.56491794 Z M3.35465292,8.08334903 L4.65868446,8.08334903 C4.85455384,8.08334903 5.01333738,8.24198563 5.01333738,8.43767375 L5.01333738,9.2008347 C5.01333738,9.39652283 4.85455384,9.55515942 4.65868446,9.55515942 L3.35465292,9.55515942 C3.15878354,9.55515942 3,9.39652283 3,9.2008347 L3,8.43767375 C3,8.24198563 3.15878354,8.08334903 3.35465292,8.08334903 Z M3.35465292,10.5281896 L4.65868446,10.5281896 C4.85455384,10.5281896 5.01333738,10.6868262 5.01333738,10.8825143 L5.01333738,11.6456753 C5.01333738,11.8413634 4.85455384,12 4.65868446,12 L3.35465292,12 C3.15878354,12 3,11.8413634 3,11.6456753 L3,10.8825143 C3,10.6868262 3.15878354,10.5281896 3.35465292,10.5281896 Z M6.86571688,10.5281896 L8.16974841,10.5281896 C8.3656178,10.5281896 8.52440134,10.6868262 8.52440134,10.8825143 L8.52440134,11.6456753 C8.52440134,11.8413634 8.3656178,12 8.16974841,12 L6.86571688,12 C6.6698475,12 6.51106396,11.8413634 6.51106396,11.6456753 L6.51106396,10.8825143 C6.51106396,10.6868262 6.6698475,10.5281896 6.86571688,10.5281896 Z M6.86571688,8.08334903 L8.16974841,8.08334903 C8.3656178,8.08334903 8.52440134,8.24198563 8.52440134,8.43767375 L8.52440134,9.2008347 C8.52440134,9.39652283 8.3656178,9.55515942 8.16974841,9.55515942 L6.86571688,9.55515942 C6.6698475,9.55515942 6.51106396,9.39652283 6.51106396,9.2008347 L6.51106396,8.43767375 C6.51106396,8.24198563 6.6698475,8.08334903 6.86571688,8.08334903 Z M6.86571688,5.56764351 L8.16974841,5.56764351 C8.3656178,5.56764351 8.52440134,5.72628011 8.52440134,5.92196823 L8.52440134,6.68512918 C8.52440134,6.88081731 8.3656178,7.03945391 8.16974841,7.03945391 L6.86571688,7.03945391 C6.6698475,7.03945391 6.51106396,6.88081731 6.51106396,6.68512918 L6.51106396,5.92196823 C6.51106396,5.72628011 6.6698475,5.56764351 6.86571688,5.56764351 Z M10.3413155,10.5281896 L11.6453471,10.5281896 C11.8412165,10.5281896 12,10.6868262 12,10.8825143 L12,11.6456753 C12,11.8413634 11.8412165,12 11.6453471,12 L10.3413155,12 C10.1454462,12 9.98666262,11.8413634 9.98666262,11.6456753 L9.98666262,10.8825143 C9.98666262,10.6868262 10.1454462,10.5281896 10.3413155,10.5281896 Z M10.3413155,8.08334903 L11.6453471,8.08334903 C11.8412165,8.08334903 12,8.24198563 12,8.43767375 L12,9.2008347 C12,9.39652283 11.8412165,9.55515942 11.6453471,9.55515942 L10.3413155,9.55515942 C10.1454462,9.55515942 9.98666262,9.39652283 9.98666262,9.2008347 L9.98666262,8.43767375 C9.98666262,8.24198563 10.1454462,8.08334903 10.3413155,8.08334903 Z M10.3413155,5.56764351 L11.6453471,5.56764351 C11.8412165,5.56764351 12,5.72628011 12,5.92196823 L12,6.68512918 C12,6.88081731 11.8412165,7.03945391 11.6453471,7.03945391 L10.3413155,7.03945391 C10.1454462,7.03945391 9.98666262,6.88081731 9.98666262,6.68512918 L9.98666262,5.92196823 C9.98666262,5.72628011 10.1454462,5.56764351 10.3413155,5.56764351 Z M3.26598969,0.797230622 C3.26598969,0.356932306 3.62325262,0 4.06395877,0 C4.50466493,0 4.86192786,0.356932306 4.86192786,0.797230622 L4.86192786,3.03123731 C4.86192786,3.4715356 4.50466493,3.82846793 4.06395877,3.82846793 C3.62325262,3.82846793 3.26598969,3.4715356 3.26598969,3.03123731 L3.26598969,0.797230622 Z M6.74158836,0.797230622 C6.74158836,0.356932306 7.09885128,0 7.53955744,0 C7.9802636,0 8.33752652,0.356932306 8.33752652,0.797230622 L8.33752652,3.03123731 C8.33752652,3.4715356 7.9802636,3.82846793 7.53955744,3.82846793 C7.09885128,3.82846793 6.74158836,3.4715356 6.74158836,3.03123731 L6.74158836,0.797230622 Z M10.217187,0.797230622 C10.217187,0.356932306 10.5744499,0 11.0151561,0 C11.4558623,0 11.8131252,0.356932306 11.8131252,0.797230622 L11.8131252,3.03123731 C11.8131252,3.4715356 11.4558623,3.82846793 11.0151561,3.82846793 C10.5744499,3.82846793 10.217187,3.4715356 10.217187,3.03123731 L10.217187,0.797230622 Z' id='Combined-Shape'%3e%3c/path%3e%3cpath d='M13.7503125,1 L1.25015625,1 C0.5596875,1 0,1.57593102 0,2.28703448 L0,13.7124828 C0,14.4235862 0.5596875,15 1.25015625,15 L13.7503125,15 C14.4407812,15 15,14.4235862 15,13.7124827 L15,2.28703448 C15,1.57593102 14.4407812,1 13.7503125,1 Z M13.4333333,13.1655761 C13.4333333,13.3261989 13.3066143,13.456705 13.1510762,13.456705 L1.84934763,13.456705 C1.6933857,13.456705 1.56666667,13.3261989 1.56666667,13.1655761 L1.56666667,2.83551999 C1.56666667,2.67533363 1.6933857,2.54482759 1.84934763,2.54482759 L13.1510762,2.54482759 C13.3066143,2.54482759 13.4333333,2.67533363 13.4333333,2.83551999 L13.4333333,13.1655761 Z' id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        height: 15px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
    }

.c-datepicker__container {
    border: none;
    border-radius: 10px;
}

    .c-datepicker__container:before {
        display: none;
    }

.is-active .c-datepicker__container {
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.c-accommodation-popup .js-modal__title {
    display: block !important;
}

.c-quote-medium {
    color: inherit;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
}

    .c-quote-medium:before {
        width: 25px;
    }

.c-quote__img {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.c-snow-widget {
    margin: 15px 0;
    overflow: hidden;
}

.c-snow-widget__video {
    margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
    .c-snow-widget__video {
        float: left;
        margin-bottom: 0;
        margin-right: -30%;
        width: 63%;
    }

    .c-snow-widget__video--full-width {
        width: 100% !important;
    }

    .c-snow-widget__video .c-snow-widget__video-inner {
        padding-right: 15px;
    }
}

.c-snow-widget__video-caption {
    font-size: 14px;
    padding: 10px 0 5px;
}

.c-snow-widget__video-title {
    color: #003155;
    font-weight: 700;
}

@media screen and (min-width: 980px) {
    .c-snow-widget__report {
        float: right;
        overflow: hidden;
        width: 37%;
    }

        .c-snow-widget__report .c-snow-widget__report-inner {
            padding-left: 15px;
        }
}

.c-snow-widget__report-table {
    background-color: #f3f3f3;
    border: 1px solid #eaeaea;
    border-collapse: collapse;
    font-size: 14px;
    margin: 0;
    width: 100%;
}

    .c-snow-widget__report-table table {
        -webkit-box-shadow: none;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }

    .c-snow-widget__report-table tr {
        border-bottom: 1px solid #d7d7d7;
        border-right: none;
    }

    .c-snow-widget__report-table td {
        border: none;
        margin: 0;
        padding: 12px;
        vertical-align: middle;
        width: 50%;
    }

    .c-snow-widget__report-table .left {
        font-weight: 500;
    }

    .c-snow-widget__report-table .right {
        background-color: white;
        text-align: center;
    }

.c-snow-widget__header {
    display: inline;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    padding: 5px 0;
    vertical-align: middle;
}

    .c-snow-widget__header img {
        display: inline;
        float: none;
    }

.c-snow-widget__yt-wrap {
    background-color: #f1f1f1;
    border: 1px solid #d7d7d7;
    padding: 10px;
}

.c-snow-widget__yt-player {
    border: 1px solid white;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

    .c-snow-widget__yt-player iframe, .c-snow-widget__yt-player object, .c-snow-widget__yt-player embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.c-snow-widget__caption {
    float: left;
    width: 100%;
}

.c-latest-deals {
    background-color: var(--color-primary);
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .c-latest-deals {
        background-image: none !important;
    }
}

.c-latest-deals .js-toggle-target.row {
    margin-left: -6px;
    margin-right: -6px;
}

.c-latest-deals .js-toggle-target .js-toggle-item {
    padding-left: 6px;
    padding-right: 6px;
}

@media screen and (max-width: 767px) {
    .c-latest-deals .js-toggle-target .js-toggle-item {
        height: 0;
        min-height: 0;
        visibility: hidden;
    }

        .c-latest-deals .js-toggle-target .js-toggle-item.is-active {
            height: auto;
            min-height: 1px;
            visibility: visible;
        }
}

.c-latest-deals .js-toggle-trigger.row {
    margin-left: -6px;
    margin-right: -6px;
}

.c-latest-deals .js-toggle-trigger .js-toggle-item {
    padding-left: 6px;
    padding-right: 6px;
}

.c-latest-deals-item {
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.c-sidebar__module .c-latest-deals-item {
    margin-bottom: 0;
}

.c-latest-deals__image {
    background-position: center center;
    background-size: cover;
    display: block;
    padding-top: 50%;
}

.c-latest-deals__title {
    left: 10px;
    position: absolute;
    top: 10px;
}

    .c-latest-deals__title .c-tag__label {
        background-color: var(--color-primary);
        border-radius: 10px;
        color: white;
        padding: 5px 10px;
    }

.c-latest-deals__footer {
    background-color: var(--color-grey-bg);
    color: var(--color-primary);
    display: block;
    padding: 10px;
    text-align: center;
}

.c-latest-deals__price-list {
    border-bottom: 1px solid #d7d7d7;
    display: table;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

    .c-latest-deals__price-list .c-btn {
        text-align: center;
        width: 110px;
    }

.c-latest-deals__price-label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .c-sidebar__module .c-latest-deals__price-label {
        width: 100%;
    }
}

.c-latest-deals__price-tag {
    display: block;
    float: left;
    width: 50%;
}

    .c-latest-deals__price-tag .c-btn {
        float: right;
        font-size: 0.6875em;
        font-weight: 500;
        margin-bottom: 0;
    }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .c-sidebar__module .c-latest-deals__price-tag {
        margin-top: 10px;
        width: 100%;
    }

        .c-sidebar__module .c-latest-deals__price-tag .c-btn {
            width: 100%;
        }
}

.c-latest-deals__price-tag .c-currency {
    font-size: 11px;
}

.c-latest-deals__price-icon {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.c-holiday-block-container {
    border-radius: 20px;
    margin: -2px -2px;
    overflow: hidden;
}

    .c-holiday-block-container img {
        -webkit-transition: all 200ms ease-in-out;
        display: block;
        float: left;
        transition: all 200ms ease-in-out;
        width: 100%;
    }

.c-holiday-block__img {
    margin: 2px;
    overflow: hidden;
    position: relative;
}

    .c-holiday-block__img img {
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.c-holiday-block__tag {
    -webkit-transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    bottom: 13px;
    position: absolute;
    right: 13px;
    text-align: right;
    transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .c-holiday-block__tag .c-tag__label {
        background-color: var(--color-primary);
        border-radius: 10px;
        color: var(--color-secondary);
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 10px;
        padding: 5px 10px;
        position: relative;
    }

@media screen and (min-width: 768px) {
    .c-holiday-block__tag .c-tag__label {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 5px 10px;
    }
}

.c-holiday-block__tag .c-tag__price {
    background-color: white;
    border-radius: 10px;
    color: var(--color-primary);
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 3px 10px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-holiday-block__tag .c-tag__price {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 5px 10px;
    }
}

.c-holiday-block-item {
    display: block;
}

@media screen and (min-width: 992px) {
    .c-holiday-block-item:hover img, .c-holiday-block-item:focus img {
        -ms-transform: translate(-50%, -50%) scale(1.07);
        -webkit-transform: translate(-50%, -50%) scale(1.07);
        transform: translate(-50%, -50%) scale(1.07);
    }

    .c-holiday-block-item:hover .c-holiday-block__tag, .c-holiday-block-item:focus .c-holiday-block__tag {
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.c-holiday-block-row:before, .c-holiday-block-row:after {
    content: " ";
    display: table;
}

.c-holiday-block-row:after {
    clear: both;
    display: block;
    height: 0px;
    visibility: hidden;
}

.c-holiday-block-row {
    *zoom: 1;
}

.c-holiday-block-large,
.c-holiday-block-small {
    position: relative;
}

    .c-holiday-block-large .c-holiday-block__img {
        padding-top: 82%;
    }

@media screen and (min-width: 768px) {
    .c-holiday-block-large {
        float: left;
        width: 50%;
    }
}

.c-holiday-block-small {
    float: left;
    width: 50%;
}

    .c-holiday-block-small .c-holiday-block__img {
        padding-top: 81.3%;
    }

.c-holiday-block-mid {
    float: left;
    position: relative;
    width: 50%;
}

    .c-holiday-block-mid .c-holiday-block__img {
        padding-top: 82%;
    }

    .c-holiday-block-mid:first-child {
        width: 100%;
    }

@media screen and (min-width: 768px) {
    .c-holiday-block-mid {
        float: left;
        width: 33.33%;
    }

        .c-holiday-block-mid:first-child {
            width: 33.33%;
        }
}

.c-latest-offers__list {
    display: -ms-grid;
    display: grid;
    gap: 10px;
}

@media screen and (min-width: 992px) {
    .c-latest-offers__list {
        -ms-grid-columns: (1fr)[2];
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.c-latest-offers__list-item {
    -ms-grid-columns: 45% auto;
    background-color: var(--color-grey-bg);
    border-radius: 8px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 45% auto;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .c-latest-offers__list-item {
        -ms-grid-columns: 47% auto;
        grid-template-columns: 47% auto;
    }
}

.c-latest-offers__list-img {
    padding-top: 85%;
}

@media screen and (min-width: 992px) {
    .c-latest-offers__list-img {
        padding-top: 92.5%;
    }
}

.c-latest-offers__list-content {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
}

    .c-latest-offers__list-content p {
        display: none;
    }

@media screen and (min-width: 992px) {
    .c-latest-offers__list-content {
        padding: 15px 30px;
    }

        .c-latest-offers__list-content p {
            display: block;
        }
}

.c-latest-offers__list-desc {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
}

.c-slider {
    -webkit-transition: opacity 0.2s linear;
    border-radius: 10px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: opacity 0.2s linear;
}

.c-slider-ready {
    opacity: 1;
}

.c-slider-content {
    margin-bottom: 50px;
}

.c-slider .flickity-prev-next-button {
    -webkit-transition: all 0.2s linear;
    background-color: white;
    height: 44px;
    transition: all 0.2s linear;
    width: 44px;
}

    .c-slider .flickity-prev-next-button .flickity-button-icon {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        fill: black;
        left: 50%;
        transform: translateX(-50%);
        width: 15px;
    }

    .c-slider .flickity-prev-next-button.previous {
        left: 15px;
    }

    .c-slider .flickity-prev-next-button.next {
        right: 15px;
    }

.c-slider.nav-autohide .flickity-prev-next-button.previous {
    left: 15px;
}

.c-slider.nav-autohide .flickity-prev-next-button.next {
    right: 15px;
}

@media screen and (min-width: 992px) {
    .c-slider.nav-autohide .flickity-prev-next-button {
        display: block;
        opacity: 0;
    }

        .c-slider.nav-autohide .flickity-prev-next-button.previous {
            left: 30px;
        }

        .c-slider.nav-autohide .flickity-prev-next-button.next {
            right: 30px;
        }
}

@media screen and (min-width: 992px) {
    .c-slider.nav-autohide:hover .flickity-prev-next-button {
        opacity: 1;
    }

        .c-slider.nav-autohide:hover .flickity-prev-next-button.previous {
            left: 15px;
        }

        .c-slider.nav-autohide:hover .flickity-prev-next-button.next {
            right: 15px;
        }
}

.c-slider.nav-hide .flickity-prev-next-button {
    display: none;
}

.c-slider__item {
    border-radius: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .c-slider__item .c-slider__overlay {
        background-color: transparent;
    }

    .c-slider__item img {
        border-radius: 10px;
        height: auto;
        width: 100%;
    }

    .c-slider__item.c-slider__video--activated:before {
        display: none;
    }

.c-slider__slides:focus {
    outline: 2px dashed #c0c0c0;
}

.c-slider .c-slider__img {
    background-position: center center;
    background-size: cover;
    height: 0;
    padding-top: 48%;
}

    .c-slider .c-slider__img > iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.c-slider--img-slider .c-slider__list {
    background-color: #3C3C3C;
}

@media screen and (min-width: 992px) {
    .c-slider--img-slider .c-slider__item {
        height: 450px;
        position: relative;
    }

        .c-slider--img-slider .c-slider__item img {
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            left: 50%;
            max-height: 450px;
            max-width: 100%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: auto;
        }
}

.c-slider .flickity-page-dots {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    bottom: 20px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
}

    .c-slider .flickity-page-dots .dot {
        -webkit-transition: all 0.2s linear;
        background-color: var(--color-primary-25);
        border: 1px solid white;
        border-radius: 100% !important;
        display: none;
        height: 15px;
        margin: 3px;
        opacity: 0.8;
        outline: none;
        overflow: hidden;
        padding: 0;
        text-indent: -2000px;
        transition: all 0.2s linear;
        width: 15px;
    }

        .c-slider .flickity-page-dots .dot.is-selected {
            -ms-transform: scale(1.15);
            -webkit-transform: scale(1.15);
            background-color: var(--color-primary);
            opacity: 1;
            transform: scale(1.15);
        }

@media screen and (min-width: 992px) {
    .c-slider .flickity-page-dots .dot {
        display: inline-block;
        height: 17px;
        margin: 5px;
        width: 17px;
    }
}

.c-slider__caption {
    background-color: white;
    color: #3C3C3C;
    font-size: 0.75em;
    font-weight: 300;
    padding: 2px 12px;
}

@media screen and (min-width: 992px) {
    .c-slider__caption {
        border-radius: 15px;
        bottom: 15px;
        left: 0;
        margin: 0 15px;
        position: absolute;
    }
}

@media screen and (max-width: 991px) {
    .js-carousel__thumbnail-active .c-slider__caption {
        padding-bottom: 18px;
    }
}

.c-slider__content-container {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: white;
    float: right;
    height: auto;
    padding: 3%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    width: 330px;
}

.c-slider__content-title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .c-slider__content-title {
        line-height: 16px;
    }
}

@media screen and (min-width: 992px) {
    .c-slider__content-title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 27px;
        line-height: 1.6875rem;
    }
}

.c-slider__content-desc {
    color: white;
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
    .c-slider__content-desc {
        font-size: 16px;
        font-size: 1rem;
    }
}

.c-slider__content-desc p {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .c-slider__content-desc p {
        line-height: 16px;
    }
}

.c-slider__content-desc p:first-child {
    margin-top: 0;
}

.c-slider__content-strap {
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .c-slider__content-strap {
        line-height: 16px;
    }
}

@media screen and (min-width: 992px) {
    .c-slider__content-strap {
        font-size: 32px;
        font-size: 2rem;
    }
}

.c-slider__content-btn {
    color: white !important;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
    .c-slider__content-btn {
        font-size: 14px;
        margin-top: 10px;
    }
}

.c-slider__has-video .flickity-slider {
    -webkit-transition: background-color linear 0.5s;
    background-color: black;
    transition: background-color linear 0.5s;
}

.js-carousel__topPanel {
    left: 0;
    margin: 0 15px;
    position: absolute;
    top: 15px;
}

.js-carousel__counter,
.js-carousel__lightbox {
    background-color: white;
    border-radius: 25px;
    color: #3C3C3C;
    display: block;
    fill: #3C3C3C;
    float: left;
    font-size: 0.75em;
    font-weight: 300;
    margin-right: 5px;
    padding: 0px 10px;
    stroke: #3C3C3C;
}

.js-carousel__lightbox {
    padding: 2px;
    position: relative;
}

    .js-carousel__lightbox .c-icon {
        color: #3C3C3C;
        height: 12px;
        width: 12px;
    }

.c-slider__video--playing .js-carousel__lightbox {
    display: none;
}

.js-carousel__overlay {
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0px;
    display: none;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 100;
}

    .js-carousel__overlay.is-active {
        display: block;
    }

        .js-carousel__overlay.is-active .js-carousel__overlay-close-icon {
            -webkit-transition: all 0.1s ease;
            opacity: 1;
            transition: all 0.1s ease;
        }

.js-carousel__overlay-img-wrapper {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    max-height: 2000px;
    max-width: 85%;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media screen and (max-width: 768px) {
    .js-carousel__overlay-img-wrapper {
        padding: 0;
    }
}

.js-carousel__overlay img {
    -webkit-transition: all 0.5 linear;
    border: 2px solid white;
    margin: auto;
    transition: all 0.5 linear;
}

.js-carousel__overlay-next, .js-carousel__overlay-prev {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .js-carousel__overlay-next:hover, .js-carousel__overlay-prev:hover {
        cursor: pointer;
    }

    .js-carousel__overlay-next .c-icon, .js-carousel__overlay-prev .c-icon {
        color: white;
        height: 60px;
        width: 60px;
    }

.js-carousel__overlay-prev {
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    left: 10%;
    transform: translateY(-50%) rotate(180deg);
}

.js-carousel__overlay-next {
    right: 10%;
}

.js-carousel__overlay-close-icon {
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 0;
    transform: translate(50%, -50%);
    width: 36px;
}

@media screen and (max-width: 768px) {
    .js-carousel__overlay-close-icon {
        right: 0;
    }
}

.js-carousel__overlay-close-icon .c-icon {
    fill: #fff;
    height: 20px;
    margin: 8px;
    width: 20px;
}

.js-carousel__lightboxItem {
    display: none;
    line-height: 10px;
    padding: 2px;
    text-decoration: none;
}

    .js-carousel__lightboxItem.active {
        display: block;
    }

    .js-carousel__lightboxItem:hover, .js-carousel__lightboxItem:active, .js-carousel__lightboxItem:focus {
        text-decoration: none;
    }

.js-carousel__thumbnails {
    position: relative;
}

.js-carousel__thumbnails-track {
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #003155;
    overflow: hidden;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.js-carousel__thumbnail-container {
    float: left;
    padding: 0 2px;
    position: relative;
    width: 100px;
}

.js-carousel__thumbnail {
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    height: 80px;
    width: 100%;
}

    .js-carousel__thumbnail:before {
        -webkit-transition: all 0.3s ease-in-out;
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 0;
        content: "";
        left: 2px;
        position: absolute;
        right: 2px;
        top: 0;
        transition: all 0.3s ease-in-out;
    }

    .js-carousel__thumbnail:hover:before {
        background-color: rgba(0, 0, 0, 0.3);
    }

.is-selected .js-carousel__thumbnail {
    border: 1px solid white;
}

    .is-selected .js-carousel__thumbnail:before {
        display: none;
    }

.js-carousel__thumbnails-collapse-button {
    border-bottom: 14px solid #003155;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    cursor: pointer;
    height: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: -14px;
    width: 80px;
}

.js-carousel__thumbnails-collapse-icon {
    -moz-transform: scale(0.9999);
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    content: "";
    display: block;
    height: 0;
    margin: 4px auto 0;
    text-align: center;
    width: 0;
}

.js-carousel__thumbnails-opened .js-carousel__thumbnails-collapse-icon {
    -moz-transform: scale(0.9999);
    border-color: white transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
}

.c-slider--dark .js-carousel__counter,
.c-slider--dark .js-carousel__lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    fill: white;
    stroke: white;
}

    .c-slider--dark .js-carousel__counter .c-icon,
    .c-slider--dark .js-carousel__lightbox .c-icon {
        color: white;
    }

@media screen and (max-width: 992px) {
    .c-slider--dark .c-slider__list {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

.c-slider--dark .c-slider__item {
    background-color: #393939;
}

.c-slider--dark .c-slider__caption {
    background-color: transparent;
    color: white;
}

@media screen and (min-width: 992px) {
    .c-slider--dark .c-slider__caption {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

#lightboxOverlay {
    -webkit-transition: top 300ms ease-in-out;
    height: 100% !important;
    left: 0;
    position: fixed !important;
    top: 0;
    transition: top 300ms ease-in-out;
    width: 100% !important;
}

#lightbox {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: top 300ms ease-in-out;
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
    transition: top 300ms ease-in-out;
}

.lb-outerContainer {
    -webkit-transition: top 300ms ease-in-out;
    transition: top 300ms ease-in-out;
}

.lb-dataContainer {
    display: none !important;
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.c-caro-awards .c-banner-slider {
    height: 100%;
}

.c-caro-awards .caro-awards-slide {
    width: 100%;
}

.c-page-sliders .flickity-viewport {
    background-color: black;
}

.c-card-slider {
    width: 100%;
}

    .c-card-slider .slick-track {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding-bottom: 20px;
    }

    .c-card-slider .slick-slide {
        height: inherit !important;
        margin: 0 15px;
    }

    .c-card-slider .slick-list {
        margin: 0 -15px;
    }

    .c-card-slider .c-card-slider-arrows {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: end;
        margin-bottom: 20px;
    }

        .c-card-slider .c-card-slider-arrows button {
            background-color: transparent;
            border: none;
            font-size: 0;
            line-height: 0;
        }

        .c-card-slider .c-card-slider-arrows svg {
            fill: #f26419;
            height: 53px;
        }

.l-board__arrows {
    -ms-flex-pack: end;
    -ms-flex-pack: justify;
    -ms-transform: translateY(-50%);
    -webkit-box-pack: end;
    -webkit-box-pack: justify;
    -webkit-transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

    .l-board__arrows button {
        background-color: transparent;
        border: none;
        font-size: 0;
        line-height: 0;
    }

    .l-board__arrows svg {
        fill: #f26419;
        height: 53px;
    }

.country-carousel {
    position: relative;
}

    .country-carousel .c-section-title {
        text-align: center;
    }

@media screen and (min-width: 768px) {
    .country-carousel .c-section-title {
        margin: 20px 0;
    }
}

@media screen and (min-width: 992px) {
    .country-carousel .c-section-title {
        margin: 30px 0;
    }
}

.country-carousel .c-slider__list {
    background-color: transparent;
    margin: 0 -15px;
    overflow: visible;
}

    .country-carousel .c-slider__list:focus {
        outline: 2px dashed var(--color-primary-10);
    }

.country-carousel .c-slider {
    overflow: visible;
    padding: 0 60px 30px 60px;
}

@media screen and (min-width: 768px) {
    .country-carousel .c-slider {
        padding-bottom: 60px;
    }
}

.country-carousel .c-slider__item {
    background-color: transparent;
    padding: 0 10px;
    width: 100%;
}

    .country-carousel .c-slider__item:hover:before {
        display: none;
    }

.country-carousel .c-slider__item-wrap {
    border: 1px solid white;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 480px) {
    .country-carousel .c-slider__item {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .country-carousel .c-slider__item {
        width: 33.3%;
    }
}

@media screen and (min-width: 992px) {
    .country-carousel .c-slider__item {
        width: 25%;
    }
}

.country-carousel .flickity-page-dots {
    bottom: -35px;
}

    .country-carousel .flickity-page-dots .dot.is-selected {
        background-color: var(--color-primary);
    }

@media screen and (min-width: 768px) {
    .country-carousel .flickity-page-dots {
        bottom: -55px;
    }
}

.country-carousel .flickity-prev-next-button {
    background-color: var(--color-secondary);
    border-radius: 50%;
    display: block;
    height: 40px;
    opacity: 1;
    padding: 0 5px;
    width: 40px;
}

    .country-carousel .flickity-prev-next-button .flickity-button-icon {
        fill: var(--color-primary);
    }

    .country-carousel .flickity-prev-next-button:hover {
        background-color: var(--color-primary);
    }

        .country-carousel .flickity-prev-next-button:hover .flickity-button-icon {
            fill: var(--color-secondary);
        }

    .country-carousel .flickity-prev-next-button.previous {
        left: -40px;
    }

    .country-carousel .flickity-prev-next-button.next {
        right: -40px;
    }

.country-carousel:hover .flickity-prev-next-button.previous {
    left: -40px;
}

.country-carousel:hover .flickity-prev-next-button.next {
    right: -40px;
}

.country-carousel .c-slider__item {
    padding: 0 5px;
}

.country-carousel__tag {
    background-color: var(--color-secondary);
    border-radius: 10px;
    bottom: 10px;
    color: var(--color-primary);
    left: 10px;
    line-height: 30px;
    margin-bottom: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

    .country-carousel__tag:hover, .country-carousel__tag:focus, .country-carousel__tag:active {
        background-color: var(--color-primary);
    }

.country-carousel__nav {
    display: none;
}

.c-brand-slider {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='742' height='207' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M49.49 105.425c0 8.944-2.133 15.818-6.4 20.622-4.266 4.805-10.381 7.207-18.345 7.207-7.964 0-14.08-2.402-18.345-7.207-4.267-4.804-6.4-11.703-6.4-20.696 0-8.993 2.14-15.86 6.417-20.604 4.279-4.743 10.411-7.114 18.399-7.114 7.988 0 14.097 2.39 18.328 7.17 4.23 4.78 6.346 11.654 6.346 20.622zm-37.935 0c0 6.036 1.102 10.582 3.306 13.637 2.204 3.056 5.499 4.583 9.884 4.583 8.793 0 13.19-6.073 13.19-18.22 0-12.171-4.373-18.257-13.119-18.257-4.385 0-7.691 1.534-9.92 4.601-2.227 3.068-3.341 7.62-3.341 13.656zm78.359-26.942h11.128l-17.67 54.032H71.355L53.72 78.483h11.128l9.777 32.153a129.013 129.013 0 0 1 1.688 6.634c.581 2.525.943 4.28 1.085 5.266.26-2.266 1.15-6.233 2.666-11.9l9.849-32.153zm47.605 54.032h-29.936V78.483h29.936v9.387h-18.914v11.864h17.598v9.387h-17.598v13.933h18.914v9.461zm21.865-30.047h3.555c3.485 0 6.056-.603 7.715-1.81 1.66-1.208 2.489-3.105 2.489-5.692 0-2.562-.847-4.386-2.542-5.47-1.695-1.084-4.32-1.626-7.875-1.626h-3.342v14.598zm0 9.314v20.733h-11.021V78.483h15.145c7.063 0 12.29 1.336 15.68 4.01 3.388 2.673 5.083 6.732 5.083 12.177 0 3.179-.841 6.006-2.524 8.482-1.683 2.476-4.065 4.417-7.146 5.821 7.821 12.147 12.917 19.994 15.288 23.542h-12.23l-12.409-20.733h-5.866zm383.334-11.125l10.844-22.248h11.875l-17.243 33.003v21.03h-10.95v-20.66L520 78.409h11.946l10.772 22.248zm59.196 31.784h-29.936V78.41h29.936v9.387H583V99.66h17.599v9.387h-17.6v13.933h18.915v9.461zm42.664 0l-3.769-12.861h-18.95l-3.768 12.861h-11.875l18.345-54.254h13.475l18.416 54.254h-11.874zm-6.4-22.47c-3.484-11.654-5.445-18.245-5.884-19.773-.438-1.527-.752-2.734-.942-3.621-.782 3.153-3.022 10.951-6.72 23.394h13.546zm35.838 1.737v20.733h-11.022V78.41h15.146c7.063 0 12.29 1.337 15.679 4.01 3.389 2.673 5.084 6.732 5.084 12.177 0 3.179-.842 6.006-2.525 8.482-1.682 2.476-4.065 4.417-7.146 5.821 7.822 12.147 12.918 19.994 15.288 23.542h-12.23l-12.408-20.733h-5.866zm0-9.314h3.555c3.484 0 6.056-.603 7.715-1.81 1.659-1.208 2.489-3.105 2.489-5.692 0-2.562-.848-4.386-2.542-5.47-1.695-1.084-4.32-1.626-7.875-1.626h-3.342v14.598zm67.728 15.042c0 4.879-1.689 8.722-5.066 11.531-3.378 2.809-8.077 4.213-14.097 4.213-5.546 0-10.453-1.084-14.719-3.252v-10.644c3.508 1.626 6.477 2.772 8.906 3.437 2.43.665 4.652.998 6.666.998 2.418 0 4.272-.48 5.564-1.441 1.292-.961 1.938-2.39 1.938-4.287 0-1.06-.285-2.002-.853-2.828-.57-.825-1.405-1.62-2.507-2.383-1.102-.764-3.348-1.984-6.737-3.66-3.176-1.551-5.558-3.042-7.146-4.471a16.7 16.7 0 0 1-3.804-4.99c-.949-1.897-1.423-4.114-1.423-6.652 0-4.78 1.559-8.537 4.676-11.272 3.116-2.735 7.424-4.102 12.923-4.102 2.702 0 5.28.332 7.733.998 2.453.665 5.019 1.601 7.697 2.808l-3.555 8.907c-2.773-1.182-5.066-2.008-6.88-2.476a21.348 21.348 0 0 0-5.35-.702c-2.086 0-3.686.505-4.8 1.515-1.114 1.01-1.671 2.328-1.671 3.955 0 1.01.225 1.89.675 2.642.45.752 1.168 1.478 2.151 2.18.984.703 3.313 1.966 6.987 3.789 4.858 2.414 8.189 4.835 9.99 7.262 1.801 2.427 2.702 5.402 2.702 8.925zM258 54.714c0-5.51.18-10.211.538-14.106.36-3.894.988-7.267 1.885-10.116.897-2.85 1.93-5.415 3.096-7.694 1.167-2.28 2.647-4.655 4.442-7.125 3.59-4.94 8.077-8.786 13.461-11.54C286.807 1.376 292.64 0 298.922 0s12.115 1.377 17.5 4.132c5.384 2.755 9.87 6.602 13.46 11.541 1.795 2.47 3.32 4.845 4.577 7.125 1.256 2.28 2.333 4.844 3.23 7.694.898 2.85 1.481 6.222 1.75 10.116.27 3.895.405 8.597.405 14.106 0 6.08-.09 11.209-.27 15.388-.18 4.18-.718 7.885-1.615 11.114-.897 3.23-2.288 6.127-4.173 8.692-1.885 2.565-4.442 5.272-7.673 8.121 3.23 2.66 5.788 5.32 7.673 7.98 1.885 2.66 3.276 5.794 4.173 9.404.897 3.61 1.436 8.026 1.615 13.25.18 5.225.27 11.637.27 19.236 0 6.27-.135 11.446-.404 15.53-.27 4.085-.673 7.647-1.212 10.687-.538 3.04-1.301 5.605-2.288 7.694-.987 2.09-2.199 4.275-3.635 6.555-3.05 4.94-7.358 9.166-12.922 12.68-5.564 3.515-12.385 5.273-20.461 5.273-8.077 0-14.897-1.758-20.461-5.272-5.564-3.515-9.872-7.742-12.923-12.681-1.436-2.28-2.647-4.465-3.634-6.555-.987-2.09-1.75-4.654-2.289-7.694-.538-3.04-.942-6.602-1.211-10.686-.27-4.085-.404-9.262-.404-15.531 0-7.6.09-14.01.27-19.235.179-5.225.717-9.642 1.615-13.251.897-3.61 2.288-6.745 4.172-9.404 1.885-2.66 4.443-5.32 7.673-7.98-3.23-2.85-5.788-5.556-7.673-8.121-1.884-2.565-3.275-5.462-4.172-8.692-.898-3.23-1.436-6.934-1.616-11.114-.18-4.18-.269-9.309-.269-15.388zm54.922-11.466c0-3.99-1.346-7.361-4.038-10.116S303.05 29 299.46 29s-6.73 1.377-9.423 4.132C287.346 35.887 286 39.26 286 43.248v29.637c0 3.99 1.346 7.362 4.038 10.117 2.693 2.754 5.833 4.132 9.423 4.132s6.73-1.378 9.423-4.132c2.692-2.755 4.038-6.127 4.038-10.117V43.248zm0 80c0-3.99-1.346-7.361-4.038-10.116S303.05 109 299.46 109s-6.73 1.377-9.423 4.132c-2.692 2.755-4.038 6.127-4.038 10.116v39.896c0 3.99 1.346 7.362 4.038 10.117 2.693 2.754 5.833 4.132 9.423 4.132s6.73-1.378 9.423-4.132c2.692-2.755 4.038-6.127 4.038-10.117v-39.896zM358 43.6c0-6.839 1.122-12.918 3.365-18.238 2.244-5.32 5.25-9.879 9.02-13.678a38.568 38.568 0 0 1 13.056-8.692C388.377.997 393.537 0 398.921 0c5.385 0 10.545.997 15.481 2.992a38.568 38.568 0 0 1 13.057 8.692c3.77 3.8 6.776 8.359 9.02 13.678 2.243 5.32 3.365 11.399 3.365 18.238v119.117c0 6.84-1.122 12.919-3.366 18.238-2.243 5.32-5.25 9.88-9.019 13.679a38.568 38.568 0 0 1-13.057 8.692c-4.936 1.994-10.096 2.992-15.48 2.992-5.385 0-10.545-.998-15.48-2.992a38.568 38.568 0 0 1-13.058-8.692c-3.769-3.8-6.775-8.36-9.019-13.679-2.243-5.319-3.365-11.398-3.365-18.238V43.6zm28 119.05c0 4.18 1.256 7.647 3.77 10.402 2.512 2.755 5.742 4.132 9.691 4.132 3.949 0 7.18-1.377 9.692-4.132 2.513-2.755 3.77-6.222 3.77-10.401V43.533c0-4.18-1.257-7.646-3.77-10.4C406.64 30.376 403.41 29 399.461 29s-7.18 1.377-9.692 4.132C387.256 35.887 386 39.354 386 43.533v119.118z' fill='%23666' fill-rule='evenodd' opacity='.05'/%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    position: relative;
}

    .c-brand-slider .flickity-prev-next-button {
        border: 1px solid #c0c0c0;
        border-radius: 3px;
        color: #757373;
        cursor: pointer;
        display: none;
        float: left;
        height: 40px;
        left: auto;
        margin-left: 8px;
        padding: 5px;
        right: 0;
        width: 40px;
    }

        .c-brand-slider .flickity-prev-next-button.previous {
            right: 50px;
        }

        .c-brand-slider .flickity-prev-next-button .flickity-button-icon {
            fill: #9f9f9f;
        }

@media screen and (min-width: 768px) {
    .c-brand-slider .flickity-prev-next-button {
        display: block;
    }
}

.c-brand-slider .flickity-viewport {
    min-height: 60px;
}

@media screen and (min-width: 768px) {
    .c-brand-slider .flickity-viewport {
        height: 100% !important;
    }
}

.c-brand-slider .c-slider__slides {
    color: #003155;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25.5px;
    line-height: 1.59375rem;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-brand-slider .c-slider__slides {
        margin-top: 0;
        padding-right: 100px;
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    .c-brand-slider .c-slider__slides {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 27px;
        line-height: 1.6875rem;
        padding-right: 120px;
    }
}

.c-brand-slider .c-slider__slide {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-brand-slider .c-slider__slide {
        display: table-cell;
        height: 100%;
        padding-top: 15px;
        vertical-align: middle;
    }
}

.c-brand-slider__header {
    -webkit-box-shadow: -5px -5px 0px rgba(0, 0, 0, 0.2);
    background-color: #003155;
    border-radius: 5px;
    box-shadow: -5px -5px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    padding: 10px;
    text-align: center;
}

.c-home-slider {
    border: none;
    padding: 0;
    position: relative;
}

    .c-home-slider .container {
        display: table;
        height: 100%;
    }

.c-home-slider__caption {
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

.c-home-slider.c-slider .flickity-prev-next-button {
    display: none;
}

@media screen and (min-width: 992px) {
    .c-home-slider.c-slider .flickity-prev-next-button {
        display: block;
    }

        .c-home-slider.c-slider .flickity-prev-next-button.previous {
            left: -5px;
            opacity: 0;
        }

        .c-home-slider.c-slider .flickity-prev-next-button.next {
            opacity: 0;
            right: -5px;
        }
}

.c-home-slider.c-slider .flickity-page-dots {
    display: none;
}

@media screen and (min-width: 992px) {
    .c-home-slider.c-slider .flickity-page-dots {
        display: block;
    }

        .c-home-slider.c-slider .flickity-page-dots .dot {
            display: inline-block;
            height: 22px;
            margin: 5px;
            width: 22px;
        }
}

@media screen and (min-width: 992px) {
    .c-home-slider.c-slider:hover .flickity-prev-next-button.previous {
        left: 15px;
        opacity: 1;
    }

    .c-home-slider.c-slider:hover .flickity-prev-next-button.next {
        opacity: 1;
        right: 15px;
    }
}

.c-home-slider .c-slider__list:focus {
    outline: 2px dashed #c0c0c0;
}

.c-home-slider__content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@media screen and (min-width: 992px) {
    .c-home-slider__content {
        padding: 0 80px;
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    .c-home-slider__content {
        padding: 0 30px;
    }
}

@media screen and (min-width: 1400px) {
    .c-home-slider__content {
        padding: 0;
    }
}

.c-home-slider .c-slider__item:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(0, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.5));
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (min-width: 992px) {
    .c-home-slider .c-slider__item:before {
        -webkit-transition: all 0.3s ease-in-out;
        background: rgba(0, 0, 0, 0.1);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(17%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.5)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.5) 100%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start", endColorstr="$stop", GradientType=1 );
        opacity: 0.4;
        transition: all 0.3s ease-in-out;
    }
}

.c-home-slider .c-slider__item:hover:before {
    opacity: 1;
}

.c-home-slider .c-hero-heading__pretext {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 992px) {
    .c-home-slider .c-hero-heading__pretext {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.c-home-slider .c-hero-heading__heading {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.125rem;
    margin: 5px 0 15px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 768px) {
    .c-home-slider .c-hero-heading__heading {
        font-size: 32px;
        font-size: 2rem;
        line-height: 3.375rem;
        margin: 15px 0 20px;
    }
}

@media screen and (min-width: 992px) {
    .c-home-slider .c-hero-heading__heading {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .c-home-slider .c-hero-heading__heading {
        font-size: 58px;
        font-size: 3.625rem;
    }
}

.c-home-slider .c-hero-heading__heading,
.c-home-slider .c-hero-heading__pretext {
    color: white;
}

.c-caro-awards {
    -webkit-transition: background-color 300ms linear;
    background-color: #003155;
    transition: background-color 300ms linear;
    /* AWARDS PANEL */
}

    .c-caro-awards .caro-awards-slide {
        text-align: center;
    }

    .c-caro-awards .caro-awards-frame {
        margin-top: 1em;
    }

    .c-caro-awards .caro-awards-text-frame-title {
        color: #fff;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700;
        margin-top: 0.5em;
    }

    .c-caro-awards .caro-awards-text-frame-description {
        color: #fff;
    }

    .c-caro-awards .caro-awards-frame img {
        margin: 0 auto;
    }

.c-sidebar__module .c-caro-awards {
    background-color: #f3f3f3;
}

    .c-sidebar__module .c-caro-awards .caro-awards-text-frame-title,
    .c-sidebar__module .c-caro-awards .caro-awards-text-frame-description {
        color: #003155;
    }

    .c-sidebar__module .c-caro-awards .flickity-button-icon {
        fill: #003155;
    }

.c-caro-awards .caro-awards-slide {
    padding: 15px 0;
}

.c-caro-awards .c-slider__list {
    background-color: transparent;
    padding-bottom: 30px;
}

.c-caro-awards .c-slider .flickity-page-dots {
    bottom: 5px;
}

    .c-caro-awards .c-slider .flickity-page-dots .dot {
        display: inline-block;
        height: 12px;
        margin: 5px;
        width: 12px;
    }

.c-caro-awards .c-slider .flickity-prev-next-button {
    opacity: 1;
}

    .c-caro-awards .c-slider .flickity-prev-next-button.previous {
        left: 10px;
    }

    .c-caro-awards .c-slider .flickity-prev-next-button.next {
        right: 10px;
    }

.c-caro-awards:hover .flickity-prev-next-button.previous {
    left: 8px;
}

.c-caro-awards:hover .flickity-prev-next-button.next {
    right: 8px;
}

.c-home-carousel {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .c-home-carousel .flickity-viewport {
        overflow: visible;
    }

    .c-home-carousel .caro-link {
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: opacity, -webkit-transform 0.5s ease-in-out;
        margin: 0 10px;
        opacity: 0.3;
        padding: 0;
        text-align: center;
        transform: translate3d(0, 0, 0);
        transition: opacity, -webkit-transform 0.5s ease-in-out;
        transition: opacity, transform 0.5s ease-in-out;
        transition: opacity, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
        width: 60%;
    }

@media screen and (min-width: 768px) {
    .c-home-carousel .caro-link {
        padding: 0 10px;
        width: 33.3%;
    }
}

@media screen and (min-width: 992px) {
    .c-home-carousel .caro-link {
        width: 26%;
    }
}

.c-home-carousel .caro-link.is-selected {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.1);
}

.c-home-carousel .flickity-button-icon {
    fill: #003155;
}

.c-point-section__item {
    margin-bottom: 20px;
}

.c-insiders .heading {
    color: var(--color-primary);
}

.c-insiders-slider {
    -ms-overflow-style: none;
    -ms-scroll-snap-type: x mandatory;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -20px 20px;
    overflow-x: auto;
    padding: 20px 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.c-insiders__tag {
    border-radius: 8px;
    color: white;
    font-size: 0.8em;
    font-weight: 500;
    padding: 6px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-insiders__card {
    -ms-flex: 0 0 100%;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
    position: relative;
    scroll-snap-align: start;
}

@media screen and (min-width: 480px) {
    .c-insiders__card {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 768px) {
    .c-insiders__card {
        -ms-flex: 0 0 32%;
        -webkit-box-flex: 0;
        flex: 0 0 32%;
    }
}

@media screen and (min-width: 992px) {
    .c-insiders__card {
        -ms-flex: 0 0 375px;
        -webkit-box-flex: 0;
        flex: 0 0 375px;
    }
}

.c-insiders__card-img {
    background-position: center center;
    background-size: cover;
    margin: -20px -20px 0 -20px;
    padding-top: 80%;
}

.c-insiders__card .c-insiders__tag {
    background-color: var(--color-primary);
}

.c-insiders__card .c-insiders__header {
    color: var(--color-primary);
}

.c-insiders__card.ski .c-insiders__header {
    color: var(--ski-blue);
}

.c-insiders__card.ski .c-insiders__tag {
    background-color: var(--ski-blue);
}

.c-insiders__card.walking .c-insiders__header {
    color: var(--walking-green);
}

.c-insiders__card.walking .c-insiders__tag {
    background-color: var(--walking-green);
}

.c-insiders__card.lapland .c-insiders__header {
    color: var(--lapland-purple);
}

.c-insiders__card.lapland .c-insiders__tag {
    background-color: var(--lapland-purple);
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.c-spinner {
    position: relative;
}

    .c-spinner:before {
        -webkit-animation: spinner 0.6s linear infinite;
        -webkit-box-sizing: border-box;
        animation: spinner 0.6s linear infinite;
        border: 1px solid #ccc;
        border-radius: 50%;
        border-top-color: #003155;
        box-sizing: border-box;
        content: "";
        height: 60px;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px;
        position: absolute;
        top: 50%;
        width: 60px;
        z-index: 10;
    }

.c-share {
    border: 2px solid #eaeaea;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 15px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-share .c-icon {
    color: #F86624;
}

.c-share__link {
    color: #4f4f4f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    padding: 10px 15px;
}

.c-share__content {
    display: none;
}

.c-info-box {
    background-color: var(--color-grey-bg);
    border-radius: 10px;
    color: white;
    color: var(--color-primary);
    overflow: hidden;
    padding: 15px 20px;
}

.c-info-box__content {
    position: relative;
    z-index: 1;
}

    .c-info-box__content p, .c-info-box__content ul, .c-info-box__content ol {
        margin-bottom: 0;
    }

        .c-info-box__content p:first-child, .c-info-box__content ul:first-child, .c-info-box__content ol:first-child {
            margin-top: 0;
        }

    .c-info-box__content ul {
        list-style-type: disc;
    }

    .c-info-box__content:before, .c-info-box__content:after {
        opacity: 0.1;
        z-index: -1;
    }

.c-inline-review {
    background-color: #f3f3f3;
    border-radius: 10px;
    float: left;
    margin: 16px 15px 7px 0;
}

@media screen and (max-width: 479px) {
    .c-inline-review {
        float: none;
        margin-right: 0;
    }
}

.c-inline-review__badges {
    margin: -7px 7px 5px;
    overflow: hidden;
}

.c-inline-review__item {
    -webkit-box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s ease-in-out;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.2);
    display: block;
    float: left;
    margin: 8px;
    min-height: 125px;
    overflow: hidden;
    text-align: center;
    transition: all 0.15s ease-in-out;
    width: 125px;
}

@media screen and (min-width: 320px) {
    .c-inline-review__item {
        min-height: 140px;
        width: 140px;
    }
}

.c-inline-review__item .cdsROW,
.c-inline-review__item .cdsROW.narrow {
    padding: 10px;
    width: 100%;
}

    .c-inline-review__item .cdsROW .logo,
    .c-inline-review__item .cdsROW.narrow .logo {
        height: auto;
        width: 100%;
    }

        .c-inline-review__item .cdsROW .logo img,
        .c-inline-review__item .cdsROW.narrow .logo img {
            width: 100%;
        }

.c-inline-review__item:hover {
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.2);
}

.c-inline-review__header {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 10px 15px 0;
    text-align: center;
}

.c-inline-review__sub {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 100;
    margin-top: 3px;
}

.c-inline-review__badgecont {
    display: inline-block;
    overflow: hidden;
}

.c-inline-review__badge {
    margin: -2px;
    max-width: none;
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
    .c-inline-review__item {
        float: none;
    }
}

.c-ski-info {
    background-color: #f3f3f3;
    display: table;
    padding: 15px;
    width: 100%;
}

.c-ski-info__list {
    display: table-cell;
    padding-left: 10px;
}

.c-ski-info__list-item {
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 1px;
    width: 12px;
}

.c-ski-info__lead {
    margin: 4px 0 5px;
}

.c-ski-info__item {
    margin: 10px 0 15px;
}

.c-ski-info__heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 6px 0;
}

.c-ski-info__runs li {
    display: inline-block;
    margin-right: 5px;
}

.c-ski-info__runs span {
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    width: 12px;
}

.c-ski-info__level {
    display: table-row;
    font-weight: bold;
}

.countdown-timer {
    text-align: center;
}

    .countdown-timer .counter-item {
        display: inline-block;
    }

    .countdown-timer .counter-numbers {
        -webkit-box-shadow: inset 0px 0px 8px -1px rgba(0, 0, 0, 0.18);
        background-color: #E3E3E3;
        border: 1px solid #C8C8C8;
        border-radius: 3px;
        box-shadow: inset 0px 0px 8px -1px rgba(0, 0, 0, 0.18);
        color: #4F4F4F;
        display: block;
        font-size: 24px;
        margin: 3px;
        min-height: 42px;
        min-width: 44px;
        padding: 10px 4px;
        text-align: center;
    }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .countdown-timer .counter-numbers {
        font-size: 18px;
        min-height: 32px;
        min-width: 36px;
        padding: 6px 4px;
    }
}

.countdown-timer .counter-text {
    display: block;
    font-size: 12px;
    line-height: 13px;
    padding-top: 2px;
}

.c-countdown {
    -webkit-transition: opacity 0.1s ease-in;
    background-color: #F3F3F3;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #4f4f4f;
    display: none;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.1s ease-in;
}

    .c-countdown:hover {
        text-decoration: none;
    }

    .c-countdown.countdown-loaded {
        display: block;
        opacity: 1;
    }

.c-countdown__top {
    padding: 10px;
    text-align: center;
}

.c-countdown__header {
    padding-bottom: 6px;
}

.c-countdown__content {
    background-color: white;
    border-left: solid 1px #c8c8c8;
    min-height: 110px;
    padding: 15px;
    position: relative;
    text-align: center;
}

    .c-countdown__content h3, .c-countdown__content p {
        padding: 4px 0;
    }

    .c-countdown__content .c-btn {
        margin: 6px 0 0;
    }

.c-countdown__img {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
}

    .c-countdown__img:after {
        -ms-transform: skewX(-15deg);
        -webkit-transform: skewX(-15deg);
        background-color: white;
        bottom: 0;
        content: "";
        left: -20px;
        position: absolute;
        top: 0;
        transform: skewX(-15deg);
        width: 40px;
        z-index: 1;
    }

@media screen and (min-width: 768px) and (max-width: 991px) {
    .c-countdown-sidebar.c-countdown {
        padding-left: 232px;
        position: relative;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .c-countdown-sidebar.c-countdown .c-countdown__top {
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .c-countdown-sidebar.c-countdown .c-countdown__content {
        padding-right: 40%;
        text-align: left;
    }

        .c-countdown-sidebar.c-countdown .c-countdown__content .c-btn {
            bottom: 15px;
            margin-bottom: 0;
            position: absolute;
            right: 15px;
            z-index: 1;
        }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .c-countdown-sidebar.c-countdown .c-countdown__img {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .c-countdown-main.c-countdown {
        padding-left: 232px;
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    .c-countdown-main.c-countdown .c-countdown__top {
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) {
    .c-countdown-main.c-countdown .c-countdown__content {
        padding-right: 40%;
        text-align: left;
    }

        .c-countdown-main.c-countdown .c-countdown__content .c-btn {
            bottom: 15px;
            margin-bottom: 0;
            position: absolute;
            right: 15px;
            z-index: 1;
        }
}

@media screen and (min-width: 768px) {
    .c-countdown-main.c-countdown .c-countdown__img {
        display: block;
    }
}

.c-countdown-prehead.c-countdown {
    background-color: black;
}

    .c-countdown-prehead.c-countdown .c-countdown__header {
        color: #e67700;
        display: inline-block;
        font-size: 26px;
        font-style: italic;
        font-weight: 700;
        padding-right: 30px;
        text-align: left;
    }

@media screen and (max-width: 1199px) {
    .c-countdown-prehead.c-countdown .c-countdown__header {
        font-size: 22px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .c-countdown-prehead.c-countdown .c-countdown__header {
        display: inline;
        font-size: 18px;
        text-align: center;
    }
}

.c-countdown-prehead.c-countdown .c-countdown__header ~ div {
    display: inline-block;
    vertical-align: middle;
}

.c-countdown-prehead.c-countdown .c-countdown__top {
    display: block;
    padding: 10px 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .c-countdown-prehead.c-countdown .c-countdown__top {
        padding-bottom: 65px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .c-countdown-prehead.c-countdown .c-countdown__top .countdown-wrapper {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: -60px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%;
    }
}

.c-countdown-prehead.c-countdown .c-countdown__top .counter-numbers {
    background-color: #1D1D1D;
    border-color: #6F6F6F;
    color: #C8C8C8;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .c-countdown-prehead.c-countdown .c-countdown__top .counter-numbers {
        font-size: 22px;
        min-height: 38px;
        min-width: 38px;
        padding: 8px 4px;
    }
}

@media screen and (max-width: 991px) {
    .c-countdown-prehead.c-countdown .c-countdown__top .counter-numbers {
        font-size: 18px;
        min-height: 32px;
        min-width: 32px;
        padding: 4px 4px;
    }
}

.c-countdown-prehead.c-countdown .c-countdown__top .counter-text {
    color: #6F6F6F;
}

@media screen and (max-width: 1199px) {
    .c-countdown-prehead.c-countdown .c-countdown__top .counter-text {
        font-size: 10px;
        line-height: 12px;
        padding-top: 0;
    }
}

.c-countdown-prehead.c-countdown .c-countdown__top .c-btn {
    background-color: transparent;
    color: #C8C8C8;
    margin-left: 30px;
}

@media screen and (max-width: 991px) {
    .c-countdown-prehead.c-countdown .c-countdown__top .c-btn {
        margin: 0;
    }
}

@media screen and (max-width: 1199px) {
    .c-countdown-prehead.c-countdown .c-countdown__top .c-btn {
        margin-left: 5px;
    }
}

.c-countdown-prehead.c-countdown .c-countdown__more {
    background-color: transparent;
    display: none;
}

@media screen and (min-width: 768px) {
    .c-countdown-prehead.c-countdown .c-countdown__more {
        color: #e67700;
        display: inline;
        font-size: 15px;
        text-decoration: underline;
    }
}

@media screen and (min-width: 992px) {
    .c-countdown-prehead.c-countdown .c-countdown__more {
        border: 1px solid #e67700;
        border-radius: 5px;
        color: #C8C8C8;
        margin-left: 10px;
        padding: 8px 20px;
        text-decoration: none;
    }
}

@media screen and (min-width: 1200px) {
    .c-countdown-prehead.c-countdown .c-countdown__more {
        margin-left: 30px;
    }
}

@media screen and (min-width: 768px) {
    .c-countdown-prehead.c-countdown .c-countdown__img {
        display: block;
    }
}

.c-added-value {
    background-color: #f3f3f3;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding: 20px 15px 15px 15px;
    position: relative;
}

.c-added-value__header {
    position: absolute;
    top: -6px;
}

.c-added-value__header-text {
    background-color: #00533A;
    color: white;
    font-size: 15px;
    font-style: italic;
    padding: 4px 25px 2px;
    position: relative;
}

    .c-added-value__header-text:after {
        -moz-transform: scale(0.9999);
        border-color: transparent transparent transparent #002016;
        border-style: solid;
        border-width: 6px 0 0 6px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -6px;
        top: 0;
        width: 0;
    }

    .c-added-value__header-text span {
        background-color: #00533A;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

        .c-added-value__header-text span:before, .c-added-value__header-text span:after {
            position: absolute;
        }

        .c-added-value__header-text span:before {
            -moz-transform: scale(0.9999);
            border-color: #00533A transparent transparent transparent;
            border-style: solid;
            border-width: 6px 100px 0 0;
            content: "";
            display: block;
            height: 0;
            left: 0;
            width: 0;
        }

        .c-added-value__header-text span:after {
            -moz-transform: scale(0.9999);
            border-color: transparent #00533A transparent transparent;
            border-style: solid;
            border-width: 0 100px 6px 0;
            content: "";
            display: block;
            height: 0;
            right: 0;
            width: 0;
        }

.c-added-value__list {
    background-color: white;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 0 10px;
}

.c-added-value__list-item {
    font-style: italic;
}

.c-added-value.c-page-content .c-added-value__list {
    font-size: 14px;
    font-size: 0.875rem;
}

    .c-added-value.c-page-content .c-added-value__list p {
        margin: 10px 0;
    }

.c-added-value .c-point-section__item {
    margin-bottom: 15px;
}

    .c-added-value .c-point-section__item .c-icon {
        color: #00533A !important;
    }

.c-rating {
    overflow: hidden;
}

.c-rating__bg, .c-rating__fill {
    background-image: url(https://d1fwqd6ui9sk54.cloudfront.net/1.45.2/assets/img/ratings.svg);
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.c-rating__bg {
    background-size: 100px auto;
}

.c-rating__fill {
    -webkit-transition: all 0.2s ease-in-out;
    background-size: 100px auto;
    transition: all 0.2s ease-in-out;
}

.c-rating__clip {
    display: block;
    float: left;
    overflow: hidden;
    padding-bottom: 20%;
    position: relative;
    width: 100%;
}

.c-rating__wrap {
    width: 100px;
}

.c-rating__list-item {
    background-color: gold;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    width: 12px;
}

.c-rating--star .c-rating__bg {
    background-position-y: 69%;
}

.c-rating--star .c-rating__fill {
    background-position-y: 77%;
}

.c-rating--star-themed .c-rating__bg {
    background-position-y: 69%;
}

.c-rating--star-themed .c-rating__fill {
    background-position-y: 77%;
}

.c-rating--star-default .c-rating__bg {
    background-position-y: 69%;
}

.c-rating--star-default .c-rating__fill {
    background-position-y: -0.5%;
}

.c-rating--diamond .c-rating__bg {
    background-position-y: 16%;
}

.c-rating--diamond .c-rating__fill {
    background-position-y: 24.9%;
}

.c-hero {
    background-size: cover;
    padding: 180px 0px 40px;
    position: relative;
    z-index: -1;
}

@media screen and (min-width: 992px) {
    .c-hero {
        padding: 180px 0 380px;
    }
}

@media screen and (min-width: 1200px) {
    .c-hero {
        padding: 233px 0 277px;
    }
}

@media screen and (max-width: 991px) {
    .c-hero__content {
        -ms-flex-direction: row;
        -ms-flex-pack: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

.c-hero__heading {
    -webkit-transition: ease-in 300ms all;
    color: white;
    font-size: 2em;
    font-weight: 500;
    line-height: 30px;
    opacity: 0;
    text-align: center;
    text-transform: uppercase;
    transition: ease-in 300ms all;
    width: 260px;
}

@media screen and (min-width: 992px) {
    .c-hero__heading {
        font-size: 4em;
        line-height: 64px;
        text-align: left;
        width: 70%;
    }
}

.c-hero__heading .ski {
    color: var(--ski-air);
}

.c-hero__heading .walking {
    color: var(--walking-lime);
}

.c-hero__heading .lapland {
    color: var(--lapland-lilac);
}

.c-hero__heading .santa {
    color: red;
}

.c-hero__bg-video {
    -o-object-fit: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.c-hero > .container {
    position: inherit;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .c-hero .js-typewriter__before:after {
        clear: both;
        content: "";
        display: block;
    }
}

.c-hero-inner {
    background-position: center center;
    background-size: cover;
    display: none;
}

@media screen and (min-width: 992px) {
    .c-hero-inner {
        display: block;
    }
}

.c-hero__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 380px;
    padding: 50px 0;
}

@media screen and (min-width: 992px) {
    .c-hero__product {
        height: 635px;
        padding: 100px 0;
    }
}

.c-hero__product .container {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.c-hero__product .s-symbol .c-icon {
    height: auto;
    width: 48px;
}

@media screen and (min-width: 992px) {
    .c-hero__product .s-symbol .c-icon {
        width: 96px;
    }
}

.c-hero__product .c-hero__heading {
    margin-top: 20px;
    opacity: 1;
    text-align: center;
}

    .c-hero__product .c-hero__heading strong {
        color: var(--color-secondary);
        font-weight: 500;
    }

.c-hero__product .c-arrow-pipe {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    background-color: var(--color-secondary);
    flex-grow: 1;
    margin-bottom: 5px;
    margin-top: 25px;
    position: relative;
    width: 6px;
}

    .c-hero__product .c-arrow-pipe:after {
        -moz-transform: scale(0.9999);
        border-color: var(--color-secondary) transparent transparent transparent;
        border-style: solid;
        border-width: 5px 3.3px 0 3.3px;
        bottom: -4px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

@media screen and (min-width: 992px) {
    .c-hero__product .c-arrow-pipe {
        width: 8px;
    }

        .c-hero__product .c-arrow-pipe:after {
            -moz-transform: scale(0.9999);
            border-color: var(--color-secondary) transparent transparent transparent;
            border-style: solid;
            border-width: 6px 4px 0 4px;
            bottom: -6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
        }
}

.c-hero__product .c-arrow-head {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: var(--color-secondary);
    height: auto;
    transform: rotate(180deg);
    width: 32px;
}

@media screen and (min-width: 992px) {
    .c-hero__product .c-arrow-head {
        width: 48px;
    }
}

.c-card {
    display: block;
    margin: 35px 0;
    overflow: hidden;
}

    .c-card:first-child {
        margin-top: 0;
    }

    .c-card + .c-card {
        margin-bottom: 0;
    }

.c-card__row:before, .c-card__row:after {
    content: " ";
    display: table;
}

.c-card__row:after {
    clear: both;
    display: block;
    height: 0px;
    visibility: hidden;
}

.c-card__row {
    *zoom: 1;
}

.c-card .c-snow-widget, .c-card .c-figure {
    margin: 0;
}

.c-card--result {
    background-color: var(--color-grey-bg);
    border-radius: 10px;
}

    .c-card--result .c-card__row {
        margin: 15px;
        padding: 0;
    }

    .c-card--result .c-card__link {
        color: var(--color-primary) !important;
    }

        .c-card--result .c-card__link:hover {
            color: var(--color-primary-50) !important;
        }

    .c-card--result .c-card__header {
        background-color: var(--color-primary);
        color: grey;
        color: var(--color-secondary);
        font-size: 1em;
        font-weight: 700;
        padding: 15px 20px;
    }

        .c-card--result .c-card__header a {
            color: var(--color-secondary);
            display: block;
        }

            .c-card--result .c-card__header a:hover {
                text-decoration: underline;
            }

    .c-card--result .c-page-content p {
        margin-top: 0;
    }

    .c-card--result .c-card__btn > a {
        font-weight: 500;
    }

@media screen and (max-width: 479px) {
    .c-card--result .c-card__btn > a {
        text-align: center;
        width: 100%;
    }
}

.c-card--result .c-card__img {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .c-card--result .c-card__img {
        padding: 0 15px 10px 0;
        width: 275px;
    }
}

.c-card--result .c-card__info-price {
    color: var(--inghams-charcoal);
}

.c-card--result .c-card__info-value {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    padding-left: 6px;
}

.c-card--result .c-card__info-value-pp {
    font-weight: 600;
}

.c-card--result .c-card__resorts {
    background-color: #f3f3f3;
    padding: 10px 15px;
}

.c-card--result .c-card__resorts-header {
    font-size: 16px;
    font-size: 1rem;
    padding: 3px 0;
}

.c-card--result .c-card__resorts-list {
    margin-top: 5px;
}

.c-card--result .c-card__resorts-list__item {
    display: block;
    float: left;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .c-card--result .c-card__resorts-list__item {
        width: 49.5%;
    }
}

@media screen and (min-width: 768px) {
    .c-card--result .c-card__resorts-list__item {
        width: 33.3%;
    }
}

@media screen and (min-width: 768px) {
    .c-card--result .c-card__resorts-list__item {
        width: 33.3%;
    }
}

@media screen and (min-width: 1200px) {
    .c-card--result .c-card__resorts-list__item {
        width: 24.5%;
    }
}

.c-card--result .c-card__resorts-list__item a {
    color: #4f4f4f;
    display: block;
    line-height: 22.5px;
    line-height: 1.40625rem;
    padding: 3px 0;
    text-decoration: underline;
}

.c-card--booking .c-info-box {
    background-color: var(--color-primary);
    border-radius: 10px 10px 0 0;
    color: var(--color-secondary);
    padding: 30px;
}

@media screen and (min-width: 481px) and (max-width: 991px) {
    .c-card--booking .c-info-box {
        border-radius: 0 10px 10px 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 991px) {
    .c-card--booking .c-card__row {
        float: right;
        width: 50%;
    }
}

.c-card--booking .price-label,
.c-card--booking .price-value,
.c-card--booking .price-pp {
    color: white;
}

.c-card--booking .price-label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
}

.c-card--booking .price-value {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 37px;
}

.c-card--booking .price-discount {
    color: var(--color-secondary);
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 8px;
    margin-bottom: 15px;
}

.c-card--booking .price-discount {
    background-color: transparent !important;
    color: var(--color-secondary) !important;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0 !important;
}

.c-card--booking .c-card__price-info {
    margin-top: 5px;
}

.c-card--booking .price-info {
    color: var(--color-primary-25);
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 16px;
    opacity: 0.7;
}

.c-card--booking .text {
    line-height: 18px;
    text-align: left;
}

.c-card--booking .c-card__price {
    text-align: center;
}

    .c-card--booking .c-card__price .c-info-box__content {
        margin: 0 auto;
    }

    .c-card--booking .c-card__price .c-btn.c-btn--secondary.c-btn--mid {
        background-color: var(--color-secondary);
        color: var(--color-primary);
        font-size: 1em;
    }

        .c-card--booking .c-card__price .c-btn.c-btn--secondary.c-btn--mid:hover {
            background-color: transparent;
            color: var(--color-secondary);
            outline: 1px solid var(--color-secondary);
        }

.c-card--booking .c-card__link {
    border: 2px solid var(--color-primary);
    border-radius: 25px;
    color: var(--color-primary) !important;
    display: block;
    font-weight: 300;
    margin-top: 5px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
}

.c-card--booking .c-card__btn {
    margin: 20px 0;
}

.c-card--booking .c-card__info {
    background-color: var(--color-secondary);
    border-radius: 0 0 10px 10px;
    color: var(--color-primary);
    padding: 25px;
}

@media screen and (min-width: 481px) and (max-width: 991px) {
    .c-card--booking .c-card__info {
        border-radius: 10px 0 0 10px;
    }
}

.c-card--booking .c-card__info .info-header {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 8px 0;
}

.c-card--booking .c-card__info .info-desc span {
    display: block;
}

.c-card--booking .c-card__info .info-header,
.c-card--booking .c-card__info .info-desc {
    color: var(--color-primary);
}

.c-card--booking .c-card__info .info-more {
    border-top: 2px solid var(--inghams-charcoal-10);
    margin-top: 15px;
    padding: 10px 0;
}

.c-card--booking .c-card__info .info-more__items {
    font-weight: 100;
    margin: 8px 0;
    padding-left: 32px;
    position: relative;
}

.c-card--booking .c-card__info .info-more .c-icon {
    height: 20px;
    width: 20px;
}

.c-card--booking .c-card__info .info-icons {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.c-card--generic {
    background-color: #fff;
    height: 100%;
}

    .c-card--generic .c-card__header {
        color: #000;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 36px;
        line-height: 2.25rem;
        margin: 20px 30px;
    }

        .c-card--generic .c-card__header a {
            display: block;
        }

            .c-card--generic .c-card__header a:hover {
                text-decoration: underline;
            }

    .c-card--generic .c-card__subtitle {
        color: #000;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 36px;
        line-height: 2.25rem;
    }

        .c-card--generic .c-card__subtitle a {
            display: block;
        }

            .c-card--generic .c-card__subtitle a:hover {
                text-decoration: underline;
            }

.c-card--generic-shadow {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.c-card--generic-grey {
    background-color: #f3f3f3;
}

.c-card--generic-image {
    border: none;
}

    .c-card--generic-image .c-card__img {
        background-position: center;
        background-size: cover;
        height: 100%;
        padding: 0;
    }

.c-card--generic .c-card__content {
    margin: 20px 30px;
}

    .c-card--generic .c-card__content p {
        margin-bottom: 12px;
    }

        .c-card--generic .c-card__content p:last-child {
            margin-bottom: 0;
        }

    .c-card--generic .c-card__content ul {
        -webkit-padding-start: 28px;
        list-style-type: disc;
        padding-inline-start: 28px;
    }

        .c-card--generic .c-card__content ul li {
            margin: 0 0 22px;
        }

.c-card--generic .c-card__cta-list {
    margin: 20px 30px;
}

@media screen and (max-width: 768px) {
    .c-card--generic .c-card__cta-list {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin: 20px 30px 0;
    }
}

@media screen and (min-width: 768px) {
    .c-card--generic .c-card__cta-list .c-btn:last-child {
        margin-left: 18px;
    }

    .c-card--generic .c-card__cta-list .c-btn:first-child {
        margin-left: 0;
    }
}

.c-card--generic .c-card__cta-list--stacked {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

    .c-card--generic .c-card__cta-list--stacked .c-btn:last-child {
        margin-left: 0;
    }

.c-card--generic .c-card__img {
    padding-top: 56.25%;
    position: relative;
}

    .c-card--generic .c-card__img img {
        -o-object-fit: cover;
        bottom: 0;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.col-md-3 .c-card--generic .c-card__header,
.col-md-3 .c-card--generic .c-card__content,
.col-md-3 .c-card--generic .c-card__cta-list {
    margin: 20px;
}

.ysws {
    position: relative;
}

.ysws__mountain {
    background-color: white;
    background-image: url(./assets/img/mountain-top.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 14%;
}

.ysws__container {
    background-color: #f3f3f3;
    overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ysws__container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.ysws__card {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    margin: 10px 10px 20px;
    padding: 10px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ysws__card {
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
    }
}

.ysws__heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 5px;
    padding-left: 33px;
    padding-top: 5px;
    position: relative;
}

    .ysws__heading > .c-icon {
        height: 25px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 25px;
    }

    .ysws__heading > span {
        color: #003155;
        font-weight: 700;
        text-transform: uppercase;
    }

.ysws__list-item {
    border-top: 1px solid #dddddd;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 16.5px;
    line-height: 1.03125rem;
    padding: 13px 0;
}

    .ysws__list-item:first-child {
        border-top: none;
    }

.ysws__cite {
    font-weight: 700;
    padding-top: 5px;
}

.c-iframe-container {
    -webkit-overflow-scrolling: touch !important;
    height: 400px;
    margin-bottom: 30px;
    overflow: auto !important;
    position: relative;
}

.c-site-search__bar {
    position: relative;
}

    .c-site-search__bar .icon-search {
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        fill: #c0c0c0;
        left: 2px;
        position: absolute;
        top: 2px;
        transform: scale(0.75);
    }

.c-site-search__input[type=search] {
    -webkit-box-sizing: border-box;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 5px 0 6px 32px;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}

.c-site-search__submit {
    float: right;
    font-size: 15px;
    font-weight: 500;
}

.c-site-search__result {
    list-style: none;
    margin: 48px 0 !important;
    padding: 0 !important;
}

.c-site-search__result-item {
    margin: 30px 0 !important;
}

.c-site-search__result-item-hgroup:hover {
    text-decoration: none;
}

    .c-site-search__result-item-hgroup:hover > h2 {
        text-decoration: underline;
    }

.c-site-search__result-item-hgroup h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.c-site-search__result-item-hgroup span {
    color: #f26419;
}

.c-site-search__result-item-term {
    color: #4f4f4f;
    font-weight: 700;
}

.c-site-search__no-results {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 24px;
    text-align: center;
}

.c-site-search__no-results-text {
    font-size: 13px;
}

.c-filter {
    display: none;
}

.c-filter__container {
    background-color: var(--color-primary);
    border-radius: 10px;
}

    .c-filter__container .c-heading-h3 {
        color: var(--color-secondary);
        display: inline-block;
        padding-left: 16px;
    }

.c-filter__container-mobile, .c-filter__container-mobile-header {
    display: none;
}

.c-filter__header {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    padding: 8px 14px;
}

    .c-filter__header > p {
        margin: 5px 0;
    }

.c-filter__supplement-text {
    float: right;
    font-size: 10px;
    font-weight: 400;
}

.c-filter__reset {
    background-color: transparent;
    color: white !important;
    float: right;
    font-size: 13px;
    font-weight: 400;
}

    .c-filter__reset:hover, .c-filter__reset:focus {
        text-decoration: underline;
    }

.c-filter__more-filters {
    border: none;
    color: var(--color-primary);
    display: block;
    font-size: 13px;
    padding: 16px 10px 16px 14px;
    text-align: left;
    width: 100%;
}

    .c-filter__more-filters > div {
        text-decoration: underline;
    }

    .c-filter__more-filters:hover, .c-filter__more-filters:focus {
        text-decoration: underline;
    }

.c-filter__show-filter-btn {
    padding: 0;
}

    .c-filter__show-filter-btn .c-btn {
        text-align: center;
        width: 100%;
    }

@media screen and (min-width: 768px) {
    .c-filter__show-filter-btn .c-btn {
        width: auto;
    }
}

.c-filter__show-filter-btn__supplement-text {
    font-size: 10px;
    font-weight: 400;
}

.c-filter__filter-sort {
    padding: 0;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .c-filter__filter-sort {
        text-align: right;
    }
}

.c-filter__filter-sort .c-form-select {
    background: transparent;
}

.c-filter__filter-sort-text {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .c-filter__filter-sort-text {
        display: inline;
        margin-top: 0;
    }
}

.c-filter__sorting-container {
    background-color: #f3f3f3;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    margin: 0 15px;
    overflow: hidden;
    padding: 10px;
}

@media screen and (min-width: 992px) {
    .c-filter__sorting-container {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        margin: 0;
        overflow: auto;
        padding: 0 15px;
    }
}

.c-filter-item__btn {
    display: none;
}

    .c-filter-item__btn + label {
        -webkit-transition: all 0.2s ease-in-out;
        background-color: #f3f3f3;
        border-bottom: 1px solid #E3E3E3;
        color: #003155;
        cursor: pointer;
        display: block;
        padding: 10px 10px 10px 44px;
        position: relative;
        text-align: left;
        transition: all 0.2s ease-in-out;
    }

        .c-filter-item__btn + label .icon-check-box {
            -ms-transform: scale(0.5) translateY(-50%);
            -webkit-transform: scale(0.5) translateY(-50%);
            fill: white;
            left: 8px;
            position: absolute;
            top: -webkit-calc(50% - 7px);
            top: calc(50% - 7px);
            transform: scale(0.5) translateY(-50%);
        }

        .c-filter-item__btn + label:last-child {
            border-bottom: 0;
        }

        .c-filter-item__btn + label:before {
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -webkit-transition: all 0.2s ease-in-out;
            background-color: #fff;
            border: 1px solid var(--inghams-charcoal-25);
            border-radius: 5px;
            content: "";
            height: 20px;
            left: 12px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.2s ease-in-out;
            width: 20px;
        }

        .c-filter-item__btn + label:after {
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -webkit-transition: all 0.2s ease-in-out;
            border-radius: 50%;
            content: " ";
            height: 0px;
            left: 20px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.2s ease-in-out;
            width: 0px;
        }

    .c-filter-item__btn:checked + label::before {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

    .c-filter-item__btn:checked + label:after {
        height: 6px;
        left: 13px;
        width: 6px;
    }

.c-filter-item__btn--disabled + label {
    color: #c0c0c0;
    cursor: default;
}

    .c-filter-item__btn--disabled + label .icon-check-box {
        display: none;
        fill: #B3B3B3;
    }

    .c-filter-item__btn--disabled + label::before {
        background-color: var(--inghams-charcoal-25);
        border-color: #c0c0c0;
    }

.c-filter-item__btn--disabled:checked + label::before {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.c-filter-item__btn--disabled:checked + label .icon-check-box {
    fill: #9f9f9f;
}

.c-filter__no-results {
    counter-reset: search-tips;
    margin-top: 46px;
}

.c-filter__no-results-list h3 {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 40px;
}

.c-filter__no-results-list ol {
    list-style-type: none;
}

    .c-filter__no-results-list ol li {
        font-size: 15px;
        line-height: 20px;
        margin: 15px 0;
    }

        .c-filter__no-results-list ol li::before {
            content: counter(search-tips) ":";
            counter-increment: search-tips;
            font-weight: 500;
            padding-right: 6px;
        }

.c-filter__no-results-box {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 24px;
    text-align: center;
}

.c-filter__no-results-box-text {
    font-size: 13px;
}

.c-filter--on {
    display: block;
}

    .c-filter--on::before {
        background: #000000;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .c-filter--on .c-filter__container {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        display: block;
        height: 392px;
        left: 50%;
        line-height: 24px;
        overflow: auto;
        padding-bottom: 49px;
        position: fixed;
        top: 50px;
        transform: translateX(-50%);
        width: 300px;
        z-index: 100;
    }

        .c-filter--on .c-filter__container .c-heading-h3 {
            display: block;
            line-height: 24px;
            margin: 0;
            padding: 14px 0 18px;
            text-align: center;
        }

    .c-filter--on .c-filter__reset {
        display: none;
    }

    .c-filter--on .c-filter__container-mobile-header {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background-color: var(--color-primary);
        border-radius: 10px 10px 0 0;
        display: block;
        height: 56px;
        left: 50%;
        position: fixed;
        text-align: center;
        top: 50px;
        transform: translateX(-50%);
        width: 300px;
        z-index: 100;
    }

        .c-filter--on .c-filter__container-mobile-header .c-heading-h3 {
            line-height: 40px;
        }

        .c-filter--on .c-filter__container-mobile-header .icon-close {
            cursor: pointer;
            height: 20px;
            position: absolute;
            right: 10px;
            top: 18px;
            width: 20px;
        }

    .c-filter--on .c-filter__container-mobile {
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background-color: white;
        border-radius: 0 0 10px 10px;
        border-top: 1px solid #c8c8c8;
        display: block;
        display: block;
        height: 49px;
        left: 50%;
        position: fixed;
        top: 393px;
        transform: translateX(-50%);
        width: 300px;
        z-index: 100;
    }

        .c-filter--on .c-filter__container-mobile .c-filter__container-mobile-close-all {
            float: left;
        }

        .c-filter--on .c-filter__container-mobile .c-filter__container-mobile-done {
            float: right;
        }

        .c-filter--on .c-filter__container-mobile .c-btn {
            background-color: transparent;
            color: var(--color-primary) !important;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
        }

@media screen and (min-width: 992px) {
    .c-filter--deals {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .c-filter--search-results {
        display: block;
    }
}

.c-form.c-form--filter {
    display: block;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-form.c-form--filter {
        display: inline-block;
    }
}

.c-form.c-form--filter .c-form-select {
    padding: 5px;
}

    .c-form.c-form--filter .c-form-select:after {
        right: 20px;
    }

.c-form.c-form--filter select {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 2px 30px 2px 16px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-form.c-form--filter select {
        margin-left: 6px;
        width: 200px;
    }
}

.c-form.c-form--filter select:after {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 6.069L12.672.234a.763.763 0 0 1 1.1 0 .816.816 0 0 1 0 1.132l-6.222 6.4a.764.764 0 0 1-1.1 0l-6.222-6.4a.816.816 0 0 1 0-1.132.763.763 0 0 1 1.1 0L7 6.07z' fill='%238E8E8E' fill-rule='evenodd'/%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

.c-filter-card {
    background-color: var(--color-grey-bg);
    border-radius: 0 10px 10px 0;
    color: var(--inghams-charcoal);
    display: block;
    margin: 30px auto;
    max-width: 450px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-filter-card {
        max-width: none;
    }
}

.c-filter-card-wrapper {
    padding: 0;
}

.c-filter-card__label-container {
    position: absolute;
    right: 16px;
}

.c-filter-card__label {
    display: none;
    float: right;
    padding: 0 5px;
    position: relative;
    right: 0;
    top: -6px;
}

.c-filter-card__label-text {
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.42);
    background-color: var(--color-primary);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.42);
    color: #ffffff;
    font-size: 0.75em;
    height: 36px;
    line-height: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 66px;
}

    .c-filter-card__label-text:after {
        -moz-transform: scale(0.9999);
        border-color: transparent transparent transparent var(--color-primary);
        border-style: solid;
        border-width: 6px 0 0 6px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -6px;
        top: 0;
        width: 0;
    }

.c-filter-card__label-text-content {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.c-filter-card__label-text-content-saving {
    font-weight: 500;
}

.c-filter-card__label-corners {
    background-color: var(--color-primary);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

    .c-filter-card__label-corners:before, .c-filter-card__label-corners:after {
        position: absolute;
    }

    .c-filter-card__label-corners:before {
        -moz-transform: scale(0.9999);
        border-color: var(--color-primary) transparent transparent transparent;
        border-style: solid;
        border-width: 6px 30px 0 0;
        content: "";
        display: block;
        height: 0;
        left: 0;
        width: 0;
    }

    .c-filter-card__label-corners:after {
        -moz-transform: scale(0.9999);
        border-color: transparent var(--color-primary) transparent transparent;
        border-style: solid;
        border-width: 0 30px 6px 0;
        content: "";
        display: block;
        height: 0;
        right: 0;
        width: 0;
    }

.c-filter-card__label-tag-2 {
    display: block;
}

    .c-filter-card__label-tag-2 .c-filter-card__label-text {
        background-color: var(--color-red);
    }

    .c-filter-card__label-tag-2 .c-filter-card__label-corners {
        background-color: var(--color-red);
    }

        .c-filter-card__label-tag-2 .c-filter-card__label-corners:before {
            -moz-transform: scale(0.9999);
            border-color: var(--color-red) transparent transparent transparent;
            border-style: solid;
            border-width: 6px 30px 0 0;
            content: "";
            display: block;
            height: 0;
            width: 0;
        }

        .c-filter-card__label-tag-2 .c-filter-card__label-corners:after {
            -moz-transform: scale(0.9999);
            border-color: transparent var(--color-red) transparent transparent;
            border-style: solid;
            border-width: 0 30px 6px 0;
            content: "";
            display: block;
            height: 0;
            width: 0;
        }

.c-filter-card__image {
    background-color: #f3f3f3;
    border-radius: 1px 1px 0 0;
    padding: 5px;
    width: 100%;
}

.c-filter-card__image-div {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='450' height='240' fill='none'%3e%3cpath fill='%23EFEFEF' d='M0 0h450v240H0z'/%3e%3cpath fill='%23F3F3F3' d='M0 0h450v240H0z'/%3e%3cg fill='%23D7D7D7' clip-path='url(%23clip0)'%3e%3cpath d='M312.758 127.286c-3.573 6.685-.411 8.154 5.395 8.154 5.523 0 10.418-3.128 12.413-7.3 3.674-7.683-8.121-7.493-6.305-11.286.77-1.612 2.024-2.562 3.489-2.562.707 0 1.225.096 1.448.523.267.427-.019 1.421-.814 3.081h6.513c2.851-5.169-.214-7.348-4.743-7.348-4.294 0-10.139 1.563-12.613 6.731-3.651 7.636 8.597 6.497 6.174 11.572-.774 1.61-2.315 2.464-3.636 2.464-1.322 0-1.846-.378-1.862-1.137.034-.759.483-1.801 1.054-2.892h-6.513zm-18.414-16.265h-6.654l-11.451 23.943h6.653l7.893-16.499c1.018-2.134 2.192-3.793 4.315-3.793 2.125 0 1.707 1.659.687 3.793l-7.893 16.499h6.515l7.89-16.499c1.02-2.134 2.192-3.793 4.317-3.793 2.123 0 1.705 1.659.687 3.793l-7.892 16.499h6.655l9.183-19.201c1.585-3.319-.29-5.215-3.453-5.215-2.738 0-5.077.947-7.632 3.034-.18-1.897-1.522-3.034-3.884-3.034-2.499 0-4.656.758-6.996 2.891h-.095l1.155-2.418zm-14.788 7.538c2.085-4.362 2.745-8.011-5.703-8.011-2.548 0-4.92.425-6.977 1.563-2.079 1.091-3.859 2.94-5.242 5.833h6.513c.906-1.897 1.935-3.652 4.246-3.652 2.406 0 1.986 1.471 1.011 3.509l-.884 1.849c-6.136-.094-12.383.238-16.169 8.159-1.995 4.171-1.951 7.631 2.672 7.631 2.88 0 5.38-1.184 7.975-3.649h.096l-1.237 3.173h6.184c.56-1.467 1.097-2.984 1.798-4.454l5.717-11.951zm-8.828 4.839c-1.246 2.607-3.171 7.917-7.088 7.917-2.171 0-1.458-2.086-.64-3.793 2.039-4.267 4.357-3.981 7.728-4.124zm-21.435 11.566l9.183-19.201c1.587-3.319-.291-5.215-3.451-5.215-1.228 0-2.404.188-3.575.663-1.097.427-2.243 1.137-3.426 2.228h-.094l6.077-12.706-8.974 4.99-14.051 29.241h6.654l7.891-16.499c1.019-2.134 2.192-3.793 4.315-3.793 2.125 0 1.708 1.659.688 3.793l-7.892 16.499h6.655zm-17.62-23.943l-1.339 2.798h-.094c.123-2.229-1.407-3.271-3.767-3.271-6.938 0-10.229 6.683-12.746 11.949-2.585 5.406-6.135 12.135 1.18 12.135 2.17 0 4.511-.946 6.387-2.794h.093l-2.198 4.597c-1.157 2.418-3.016 4.045-4.668 4.045-.603 0-.552.017-.79-.055-.173-.047-.702-.518-.503-.937l-5.563 3.29c1.999.933 1.609.857 1.93.903.252.031 1.31.484 3.491.484 9.155 0 12.19-6.545 12.983-8.203l11.929-24.941h-6.325zm-12.023 12.708c3.491-7.303 4.756-9.057 7.257-9.057 2.455 0 1.261 2.986-1.257 8.252-2.425 5.073-3.957 7.586-6.364 7.586-3.209 0-.703-4.552.364-6.781zm-16.338-12.708h-6.654l-11.451 23.943h6.653l7.892-16.499c1.019-2.134 2.191-3.793 4.315-3.793 2.123 0 1.706 1.659.687 3.793l-7.892 16.499h6.655l9.184-19.201c1.586-3.319-.292-5.215-3.453-5.215-1.226 0-2.404.188-3.573.663-1.102.427-2.243 1.137-3.427 2.228h-.094l1.158-2.418zm-13.817-10.288l-2.516 5.262h6.655l2.517-5.262h-6.656zm4.394 4.628l-6.601.11-14.162 29.493h6.654l14.109-29.603zM176.472 96s-16.98 30.402-62.472 38.977h42.772L176.472 96z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' d='M0 0h222v49H0z' transform='translate(114 96)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 4px #e8e8e8;
    border-radius: 10px 10px 0 0;
    padding-top: 55%;
    width: 100%;
}

.c-filter-card__details {
    padding: 10px 14px 14px 14px;
}

.c-filter-card__heading {
    color: var(--color-primary);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
}

.c-filter-card__sub-heading {
    color: var(--color-primary-75);
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0;
    text-decoration: underline;
}

.c-filter-card__text {
    font-size: 14px;
    text-decoration: none;
}

.c-filter-card-pricing__split {
    float: left;
    max-width: 50%;
    padding-right: 10px;
}

    .c-filter-card-pricing__split:nth-child(2) {
        border-left: 1px solid #C8C8C8;
        padding-left: 10px;
    }

.c-filter-card-pricing__currency {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.c-filter-card-pricing__price {
    padding-left: 5px;
}

.c-filter-card-pricing__price, .c-filter-card-pricing__price-suffix {
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1;
    line-height: 36px;
}

.c-filter-card-pricing__per-person {
    font-size: 12px;
    font-style: italic;
    line-height: 13px;
}

.c-filter-card-pricing__was {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}

.c-filter-card-pricing__save {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.c-filter-card__btn {
    display: inline-block;
    font-weight: 500;
}

.c-filter-card:hover {
    text-decoration: none;
}

.c-filter-card-deal .c-filter-card-pricing {
    margin-bottom: 10px;
}

.c-filter-card-deal .c-filter-card-pricing__per-person {
    margin: 5px 0;
}

.c-filter-card-deal .c-filter-card-pricing__price, .c-filter-card-deal .c-filter-card-pricing__price-suffix {
    font-size: 1.625em;
    line-height: 26px;
}

.c-filter-card-deal .c-filter-card-pricing__save {
    color: var(--color-red);
}

.c-filter-card-deal .c-filter-card-pricing__split p {
    margin: 0 0 6px;
}

.c-filter-card-search .c-filter-card__text {
    padding-left: 30px;
    position: relative;
}

    .c-filter-card-search .c-filter-card__text .c-icon {
        height: 18px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 18px;
    }

.c-filter-card-search .c-filter-card-pricing {
    text-align: center;
}

.c-filter-card-search .c-filter-card__pricing-wrapper {
    text-align: center;
}

.c-filter-card-search .c-filter-card__label-corners {
    display: none;
}

.c-filter-card-search .c-filter-card__label-tag-2 {
    float: none;
    left: auto;
    padding: 0;
    right: auto;
    top: auto;
}

.c-filter-card-search .c-filter-card__label-text {
    -webkit-box-shadow: none;
    border-radius: 35px;
    box-shadow: none;
    display: inline-block;
    font-size: 0.75em;
    height: auto;
    line-height: 15px;
    padding: 5px 10px;
    width: auto;
}

    .c-filter-card-search .c-filter-card__label-text:after {
        display: none;
    }

.c-filter-card-search .c-filter-card__label-text-content {
    left: auto;
    position: relative;
    right: auto;
}

@media screen and (max-width: 992px) {
    .c-filter-card-search .c-filter-card__side-details {
        border-radius: 0 0 10px 10px;
    }
}

.c-filter__amount-heading {
    margin: 20px auto;
    max-width: 450px;
}

@media screen and (min-width: 768px) {
    .c-filter__amount-heading {
        max-width: none;
    }
}

.c-filter__sorting-container {
    margin: 15px 15px;
    max-width: 450px;
}

@media screen and (min-width: 480px) {
    .c-filter__sorting-container {
        margin: auto 15px;
    }
}

@media screen and (min-width: 768px) {
    .c-filter__sorting-container {
        margin: auto 15px;
        max-width: none;
    }
}

@media screen and (min-width: 992px) {
    .c-filter__sorting-container {
        background-color: var(--color-grey-bg);
        border: 1px solid #C8C8C8;
        border-radius: 3px;
        margin: 0 15px;
        overflow: hidden;
        padding: 10px;
    }
}

@media screen and (min-width: 992px) {
    .c-filter-results--deals .c-filter__amount-heading {
        margin: 10px auto 0;
    }
}

.c-filter-results--deals .c-filter__sorting-container {
    margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
    .c-filter-results--deals .c-filter__sorting-container {
        margin: 0 auto 15px;
    }
}

@media screen and (min-width: 768px) {
    .c-filter-results--deals .c-filter__sorting-container {
        margin: 15px;
    }
}

@media screen and (min-width: 992px) {
    .c-filter-results--deals .c-filter__sorting-container {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        margin: 0;
        overflow: auto;
        padding: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .c-filter-results--deals .c-filter__show-filter-btn {
        display: none;
    }
}

.c-filter-results--deals .c-filter__show-filter-btn .c-btn {
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .c-filter-results--deals .c-filter__show-filter-btn .c-btn {
        line-height: 14px;
    }
}

.c-filter-results--deals .c-filter-results__divider {
    border: 1px solid #eaeaea;
    display: none;
}

@media screen and (min-width: 992px) {
    .c-filter-results--deals .c-filter-results__divider {
        display: block;
    }
}

.c-filter-results--deals .c-filter-card {
    border-radius: 10px;
    margin: 15px auto;
}

@media screen and (min-width: 768px) {
    .c-filter-results--deals .c-filter-card {
        max-width: none;
    }
}

.c-filter-results--deals .c-filter-card__rating {
    height: 20px;
}

.c-filter-results--search-results {
    color: var(--inghams-charcoal);
}

@media screen and (min-width: 1200px) {
    .c-filter-results--search-results .c-filter__amount-heading {
        margin: 10px auto 0;
    }
}

@media screen and (min-width: 1200px) {
    .c-filter-results--search-results .c-filter__show-filter-btn {
        display: none;
    }
}

.c-filter-results--search-results .c-filter__show-filter-btn .c-btn {
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter__show-filter-btn .c-btn {
        line-height: 14px;
    }
}

@media screen and (min-width: 480px) {
    .c-filter-results--search-results .c-filter__sorting-container {
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter__sorting-container {
        margin: auto 15px;
    }
}

@media screen and (min-width: 1200px) {
    .c-filter-results--search-results .c-filter__sorting-container {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        margin: 0;
        overflow: auto;
        padding: 0 15px;
    }
}

.c-filter-results--search-results .c-filter-results__divider {
    border: 1px solid #eaeaea;
    display: none;
}

@media screen and (min-width: 1200px) {
    .c-filter-results--search-results .c-filter-results__divider {
        display: block;
    }
}

.c-filter-results--search-results .c-filter-card {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .c-filter-results--search-results .c-filter-card {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        flex-direction: row;
        margin: 15px auto;
    }
}

.c-filter-results--search-results .c-filter-card__details {
    -ms-flex: 1;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    border-top: 5px solid var(--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px 15px;
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter-card__details {
        padding: 15px 20px;
    }
}

.c-filter-results--search-results .c-filter-card__details-header {
    padding: 6px 15px;
}

.c-filter-results--search-results .c-filter-card__heading {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter-card__heading {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) {
    .c-filter-results--search-results .c-filter-card__heading {
        font-size: 18px;
    }
}

.c-filter-results--search-results .c-filter-card__sub-heading {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter-card__sub-heading {
        border-right: 2px solid #C8C8C8;
        margin-right: 10px;
        margin-top: 5px;
        padding-right: 15px;
    }
}

.c-filter-results--search-results .c-filter-card__rating {
    clear: left;
    padding-top: 4px;
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter-card__rating {
        clear: none;
        display: inline-block;
        padding-top: 0;
        vertical-align: text-top;
    }
}

.c-filter-results--search-results .c-filter-card__rating .c-rating__wrap {
    width: 75px;
}

.c-filter-results--search-results .c-filter-card__rating .c-rating__bg,
.c-filter-results--search-results .c-filter-card__rating .c-rating__fill {
    background-size: 75px auto;
}

.c-filter-results--search-results .c-filter-card__image-wrapper {
    padding: 15px;
}

.c-filter-results--search-results .c-filter-card__image {
    background-color: transparent;
    height: auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter-card__image {
        float: left;
        height: 121px;
        padding: 0 15px 0 0;
        width: 240px;
    }
}

@media screen and (min-width: 992px) {
    .c-filter-results--search-results .c-filter-card__image {
        height: 164px;
        width: 320px;
    }
}

@media screen and (min-width: 1200px) {
    .c-filter-results--search-results .c-filter-card__image {
        height: 148px;
        width: 290px;
    }
}

.c-filter-results--search-results .c-filter-card__desc {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter-card__desc {
        margin-top: 0;
    }
}

.c-filter-results--search-results .c-filter-card__level {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    padding: 0 15px 15px 15px;
}

.c-filter-results--search-results .c-filter-card__level-score-item-wrapper {
    margin-left: 10px;
}

    .c-filter-results--search-results .c-filter-card__level-score-item-wrapper > span {
        background-color: var(--color-primary);
    }

.c-filter-results--search-results .c-filter-card__level-score {
    border-radius: 5px;
    display: inline-block;
    height: 8px;
    margin: 5px 2px 5px 1px;
    width: 15px;
}

.c-filter-results--search-results .c-filter-card__level-score-item {
    display: block;
}

    .c-filter-results--search-results .c-filter-card__level-score-item > span {
        display: inline-block;
        line-height: 16px;
        width: 100px;
    }

.c-filter-results--search-results .c-filter-card__side-details {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background-color: var(--color-primary);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 0.875em;
    padding: 20px;
}

    .c-filter-results--search-results .c-filter-card__side-details p {
        margin: 5px 0;
    }

        .c-filter-results--search-results .c-filter-card__side-details p:nth-child(5) {
            -ms-flex-positive: 1;
            -webkit-box-flex: 1;
            flex-grow: 1;
        }

@media screen and (min-width: 992px) {
    .c-filter-results--search-results .c-filter-card__side-details {
        padding: 15px 20px;
        width: 286px;
    }
}

.c-filter-results--search-results .c-filter-card__text-date {
    line-height: 20px;
    margin-bottom: 4px;
}

.c-filter-results--search-results .c-filter-card__text {
    display: inline;
    line-height: 22px;
}

@media screen and (min-width: 480px) {
    .c-filter-results--search-results .c-filter-card__text {
        display: block;
    }
}

.c-filter-results--search-results .c-filter-card__pricing-wrapper {
    margin-top: 15px;
}

.c-filter-results--search-results .c-filter-card__pricing {
    padding: 15px;
}

    .c-filter-results--search-results .c-filter-card__pricing:first-child {
        border-top: 4px solid var(--color-primary-90);
    }

@media screen and (min-width: 350px) {
    .c-filter-results--search-results .c-filter-card__pricing {
        padding: 20px;
    }

        .c-filter-results--search-results .c-filter-card__pricing + .c-filter-card__pricing {
            padding-top: 0;
        }
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter-card__pricing:nth-child(2) .c-filter-card-pricing__saving {
        border-left: none;
    }
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter-card__pricing {
        display: block;
    }
}

.c-filter-results--search-results .c-filter-card-pricing__per-person {
    font-style: normal;
    line-height: 19px;
}

.c-filter-results--search-results .c-filter-card-pricing__price, .c-filter-results--search-results .c-filter-card-pricing__price-suffix {
    font-weight: bold;
}

.c-filter-results--search-results .c-filter-card-pricing__saving {
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-left: -6px;
    padding: 2px 0;
}

    .c-filter-results--search-results .c-filter-card-pricing__saving .icon-check-box {
        fill: white;
        height: 20px;
        vertical-align: bottom;
    }

.c-filter-results--search-results .c-filter-card__btn {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .c-filter-results--search-results .c-filter-card__btn {
        width: 100%;
    }
}

.c-filter-progress {
    display: inline-block;
}

.c-filter-progress__text {
    color: #747474;
    font-size: 13px;
}

/***************************************\
  COLOR THEMES MIXIN
\***************************************/
/***************************************\
  COLOR THEMES FUNCTION
\***************************************/
.t-ski {
    --color-primary: var(--ski-blue);
    --color-primary-10: var(--ski-blue-10);
    --color-primary-25: var(--ski-blue-25);
    --color-primary-50: var(--ski-blue-50);
    --color-primary-75: var(--ski-blue-75);
    --color-primary-90: var(--ski-blue-90);
    --color-secondary: var(--ski-air);
}

.t-walking {
    --color-primary: var(--walking-green);
    --color-primary-10: var(--walking-green-10);
    --color-primary-25: var(--walking-green-25);
    --color-primary-50: var(--walking-green-50);
    --color-primary-75: var(--walking-green-75);
    --color-primary-90: var(--walking-green-90);
    --color-secondary: var(--walking-lime);
}

.t-lapland {
    --color-primary: var(--lapland-purple);
    --color-primary-10: var(--lapland-purple-10);
    --color-primary-25: var(--lapland-purple-25);
    --color-primary-50: var(--lapland-purple-50);
    --color-primary-75: var(--lapland-purple-75);
    --color-primary-90: var(--lapland-purple-90);
    --color-secondary: var(--lapland-lilac);
}

/* used on the faq page */
.c-accordion__item {
    position: relative;
}

    .c-accordion__item.is-active .c-icon {
        -ms-transform: translateY(-50%) scale(0.8) rotate(180deg);
        -webkit-transform: translateY(-50%) scale(0.8) rotate(180deg);
        transform: translateY(-50%) scale(0.8) rotate(180deg);
    }

.c-accordion__head {
    background-color: var(--color-primary-10);
    border-radius: 10px;
    color: var(--color-primary);
    display: block;
    font-weight: 500;
    line-height: 24px;
    margin-top: 12px;
    padding: 15px 56px 15px 20px;
    position: relative;
}

    .c-accordion__head .c-icon {
        -ms-transform: translateY(-50%) scale(0.8);
        -webkit-transform: translateY(-50%) scale(0.8);
        -webkit-transition: all 0.3s ease;
        fill: var(--color-primary);
        height: 35px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) scale(0.8);
        transition: all 0.3s ease;
        width: 35px;
    }

    .c-accordion__head:hover, .c-accordion__head:focus {
        text-decoration: none;
    }

.c-accordion__body {
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
}

.c-accordion__content {
    border-top: 0;
    padding: 15px 0;
}

.c-dropdown-selector {
    background-color: #f3f3f3;
    border: 1px solid #C8C8C8;
    margin-bottom: 40px;
    padding: 30px 15px;
    position: relative;
}

.c-dropdown-selector__heading {
    color: #3C3C3C;
    margin: 0 0 8px 15px;
}

.c-inpage-linkbox {
    display: block;
}

.c-inpage-linkbox__cat {
    display: none;
}

    .c-inpage-linkbox__cat + label {
        -webkit-box-shadow: 0px 0px 0px 1px #C8C8C8;
        -webkit-transition: all 0.2s ease-in-out;
        background-color: #e3e3e3;
        border-radius: 2px;
        box-shadow: 0px 0px 0px 1px #C8C8C8;
        color: #003155;
        cursor: pointer;
        display: inline-block;
        line-height: 20px;
        margin: 0 15px 30px;
        overflow: hidden;
        padding: 14px;
        position: relative;
        transition: all 0.2s ease-in-out;
        width: -webkit-calc(33.333333% - 33.3333333333px);
        width: calc(33.333333% - 33.3333333333px);
    }

        .c-inpage-linkbox__cat + label:hover, .c-inpage-linkbox__cat + label:focus {
            background-color: #fff;
        }

        .c-inpage-linkbox__cat + label .icon-check-box {
            -webkit-transition: all 0.2s ease-in-out;
            fill: #fff;
            height: 10px;
            position: absolute;
            right: -10px;
            top: -10px;
            transition: all 0.2s ease-in-out;
            width: 10px;
            z-index: 2;
        }

        .c-inpage-linkbox__cat + label:after {
            -moz-transform: scale(0.9999);
            -webkit-transition: all 0.2s ease-in-out;
            border-color: transparent #00533A transparent transparent;
            border-style: solid;
            border-width: 0 20px 20px 0;
            content: "";
            height: 0;
            position: absolute;
            right: -10px;
            top: -10px;
            transition: all 0.2s ease-in-out;
            width: 0;
        }

    .c-inpage-linkbox__cat:checked + label {
        -webkit-box-shadow: 0px 0px 0px 2px #00533A;
        background-color: #fff;
        box-shadow: 0px 0px 0px 2px #00533A;
    }

        .c-inpage-linkbox__cat:checked + label .icon-check-box {
            bottom: auto;
            display: block;
            left: auto;
            position: absolute;
            right: 0;
            top: 0;
        }

        .c-inpage-linkbox__cat:checked + label:after {
            bottom: auto;
            display: block;
            left: auto;
            right: 0;
            top: 0;
        }

.c-form--faq .c-form-select {
    border: 1px solid #C8C8C8;
    margin-left: 15px;
    width: -webkit-calc(33.333333% - 33.3333333333px);
    width: calc(33.333333% - 33.3333333333px);
}

.c-faq-dropdown {
    border: 1px solid #C8C8C8;
    border-radius: 2px;
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
    padding: 2px 40px 2px 5px;
    width: -webkit-calc(33.333333% - 33.3333333333px);
    width: calc(33.333333% - 33.3333333333px);
}

    .c-faq-dropdown:after {
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 6.069L12.672.234a.763.763 0 0 1 1.1 0 .816.816 0 0 1 0 1.132l-6.222 6.4a.764.764 0 0 1-1.1 0l-6.222-6.4a.816.816 0 0 1 0-1.132.763.763 0 0 1 1.1 0L7 6.07z' fill='%238E8E8E' fill-rule='evenodd'/%3e%3c/svg%3e");
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        height: 15px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
    }

.faqs {
    display: none;
}

    .faqs.active {
        display: block;
    }

    .faqs .c-accordion__item {
        margin-bottom: 15px;
    }

    .faqs .c-accordion__head {
        background-color: #f3f3f3;
        border: 1px solid #E3E3E3;
        text-decoration: none;
    }

    .faqs .c-accordion__body {
        height: 0px;
        overflow: hidden;
    }

    .faqs .c-accordion__content {
        border: 1px solid #E3E3E3;
        display: block;
        padding: 35px 20px 38px;
    }

        .faqs .c-accordion__content a {
            color: #f26419;
        }

#js-faq-container .c-heading-h2 {
    border-bottom: 1px solid #C8C8C8;
    line-height: 32px;
    margin: 0 0 14px 0;
    padding-bottom: 8px;
}

@media only screen and (max-width: 768px) {
    .c-dropdown-selector {
        margin-bottom: 34px;
    }

    .c-dropdown-selector__heading {
        margin-left: 0;
    }

    .c-inpage-linkbox__cat + label {
        display: block;
        margin: 16px auto;
        width: 100%;
    }

    .c-dropdown-selector__toggler {
        display: block;
        width: 100%;
    }

    .c-dropdown-selector__input {
        margin-left: 0;
        width: 100%;
    }

    .c-dropdown-selector__btns-wrapper {
        left: 15px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .c-dropdown-selector__topics-wrapper {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .c-dropdown-selector__topics {
        height: 200px;
    }

    .c-form--faq .c-form-select {
        margin-left: 0;
        width: 100%;
    }
}

.c-product-card {
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 0 !important;
    margin-bottom: 9px;
    padding-bottom: 0;
    padding-top: 25%;
    position: relative;
    text-align: center;
}

    .c-product-card:before {
        background-color: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.25;
        position: absolute;
        right: 0;
        top: 0;
    }

    .c-product-card:hover, .c-product-card:focus {
        text-decoration: none;
    }

@media screen and (min-width: 768px) {
    .c-product-card {
        background-size: contain;
        height: 0 !important;
        padding-bottom: 0;
        padding-top: 58.5%;
    }
}

.c-product-card__list {
    margin: -5px;
    overflow: hidden;
    padding: 40px 0;
}

.c-product-card__item {
    display: block;
    list-style-type: none;
    padding: 5px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-product-card__item {
        float: left;
        width: 50%;
    }
}

.c-product-card__title {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    line-height: 63px;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.63);
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-product-card__title {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 8px;
        top: 24px;
        transform: translateY(0);
    }
}

@media screen and (min-width: 992px) {
    .c-product-card__title {
        font-size: 42px;
        top: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card__title {
        top: 112px;
    }
}

.c-product-card__details {
    display: none;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-product-card__details {
        bottom: 35px;
        display: block;
        position: absolute;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .c-product-card__details {
        bottom: 40px;
    }
}

.c-product-card__desc {
    border-bottom-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-top-width: 1px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 20px;
    padding: 4px;
    position: relative;
}

@media screen and (min-width: 992px) {
    .c-product-card__desc {
        font-size: 20px;
        line-height: 26px;
    }
}

.c-product-card__price {
    background-color: #FFF;
    border-radius: 2px;
    color: #003155;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 24px;
    opacity: 0.85;
    padding: 5px 20px;
}

@media screen and (min-width: 992px) {
    .c-product-card__price {
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card__price {
        margin-top: 30px;
    }
}

[v-cloak] > * {
    display: none;
}

.c-product-search__mobile-btn {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: -23px 30px;
}

@media screen and (min-width: 992px) {
    .c-product-search__mobile-btn {
        display: none;
    }
}

.c-product-search__mobile-btn .c-product-search__search-btn {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    color: var(--inghams-charcoal);
    font-size: 1em;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .c-product-search__mobile-btn .c-product-search__search-btn .c-icon {
        display: inline-block;
        height: 23px;
        margin-right: 10px;
        vertical-align: middle;
        width: 23px;
    }

    .c-product-search__mobile-btn .c-product-search__search-btn.active {
        display: block;
    }

@media screen and (min-width: 992px) {
    .c-product-search--hero .c-product-search__container {
        margin-top: -250px;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-search--hero .c-product-search__container {
        margin-top: -225px;
    }
}

@media screen and (max-width: 991px) {
    .c-product-search__home-page .l-section--grey {
        padding: 0 !important;
    }
}

.c-product-search__home-page .c-product-search__container {
    left: 0;
    position: absolute;
    right: 0;
    top: 56px;
}

@media screen and (min-width: 992px) {
    .c-product-search__home-page .c-product-search__container {
        margin-top: 10px;
        position: static;
    }
}

@media screen and (min-width: 992px) {
    .c-product-search__error-page .c-product-search__container {
        display: none;
    }
}

.c-product-search__container {
    display: none;
    position: relative;
    z-index: 1000;
}

@media screen and (min-width: 992px) {
    .c-product-search__container {
        z-index: 5;
    }
}

.c-product-search__container.active {
    display: block;
    left: 50%;
    position: absolute;
    top: 56px;
}

@media screen and (min-width: 992px) {
    .c-product-search__container.active {
        left: 0;
        position: relative;
        top: 0;
    }
}

.c-product-search__container.active .c-product-search__wrapper {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
    .c-product-search__container.active .c-product-search__wrapper {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.c-product-search__container.active .c-product-search__tabs,
.c-product-search__container.active .c-product-search__inner {
    display: none;
}

    .c-product-search__container.active .c-product-search__tabs.active,
    .c-product-search__container.active .c-product-search__inner.active {
        display: block;
    }

        .c-product-search__container.active .c-product-search__tabs.active .close-search,
        .c-product-search__container.active .c-product-search__inner.active .close-search {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            cursor: pointer;
            display: block;
            height: 30px;
            position: absolute;
            right: -12.5px;
            top: -12.5px;
            width: 30px;
            z-index: 20;
        }

@media screen and (min-width: 992px) {
    .c-product-search__container.active .c-product-search__tabs.active .close-search,
    .c-product-search__container.active .c-product-search__inner.active .close-search {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .c-product-search__container.active .c-product-search__tabs,
    .c-product-search__container.active .c-product-search__inner {
        display: block;
    }
}

.c-product-search__container.active .c-product-search__inner {
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
}

    .c-product-search__container.active .c-product-search__inner .c-btn.c-btn--secondary {
        background-color: var(--color-secondary);
    }

@media screen and (min-width: 992px) {
    .c-product-search__container.active .c-product-search__inner {
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .c-product-search__container {
        display: block;
        margin-bottom: 10px;
        margin-top: -50px;
    }
}

#productSearchModal {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}

    #productSearchModal.active {
        display: block;
    }

@media screen and (min-width: 992px) {
    #productSearchModal.active {
        display: none;
    }
}

.c-product-search {
    float: left;
    position: relative;
    width: 100%;
    z-index: 20;
}

.c-product-search__info {
    width: 100%;
}

.c-product-search__tabs {
    border-radius: 5px;
    display: block;
    margin: auto;
    padding: 8px 12px;
    text-align: center;
    width: 290px;
}

@media screen and (min-width: 992px) {
    .c-product-search__tabs {
        background-color: transparent;
        border-radius: 5px;
        margin: 0;
        padding: 0;
        text-align: left;
        width: auto;
    }
}

.c-product-search__tabs > .c-form-label {
    text-align: left;
}

@media screen and (min-width: 992px) {
    .c-product-search__tabs > .c-form-label {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .c-product-search__tabs + .c-product-search__inner {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.c-product-search__tab {
    cursor: pointer;
    font-weight: 500;
    height: 77px;
    margin: auto;
    margin-bottom: 12px;
    width: 262px;
}

@media screen and (min-width: 992px) {
    .c-product-search__tab {
        border-radius: 10px 10px 0 0;
        display: inline-block;
        font-size: 15px;
        height: auto;
        line-height: 20px;
        margin-bottom: 0;
        margin-right: 3px;
        padding: 10px 30px;
        width: auto;
    }

        .c-product-search__tab.skiing-snowboarding {
            background-color: var(--ski-air);
            color: var(--ski-blue);
        }

        .c-product-search__tab.summer-experiences {
            background-color: var(--walking-lime);
            color: var(--walking-green);
        }

        .c-product-search__tab.lapland {
            background-color: var(--lapland-lilac);
            color: var(--lapland-purple);
        }

        .c-product-search__tab.santa-breaks {
            background-color: red;
            color: white;
        }

    .c-product-search__tab--active {
        text-align: center;
    }

        .c-product-search__tab--active:before {
            content: "";
            height: 5px;
            left: 0;
            position: absolute;
            top: 40px;
            width: 100%;
        }

        .c-product-search__tab--active .c-product-search__tab-text {
            position: relative;
        }

            .c-product-search__tab--active .c-product-search__tab-text:after {
                -moz-transform: scale(0.9999);
                border-color: transparent transparent var(--inghams-charcoal) transparent;
                border-style: solid;
                border-width: 0 8px 8px 8px;
                bottom: -15px;
                content: "";
                content: "";
                display: block;
                height: 0;
                left: 50%;
                position: absolute;
                width: 0;
            }

        .c-product-search__tab--active.skiing-snowboarding:before {
            background-color: var(--ski-air);
        }

        .c-product-search__tab--active.summer-experiences:before {
            background-color: var(--walking-lime);
        }

        .c-product-search__tab--active.lapland:before {
            background-color: var(--lapland-lilac);
        }

        .c-product-search__tab--active.santa-breaks:before {
            background-color: red;
        }
}

.c-product-search__tab-image {
    background-position: center center;
    background-size: cover;
    height: 77px;
    position: absolute;
    width: 262px;
}

@media screen and (min-width: 992px) {
    .c-product-search__tab-image {
        display: none;
        height: 0;
        width: 0;
    }
}

.c-product-search__tab-image::before {
    background-color: rgba(0, 0, 0, 0.21);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.c-product-search__tab-text {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 22px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.63);
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
    .c-product-search__tab-text {
        -ms-transform: none;
        -webkit-transform: none;
        font-size: inherit;
        text-shadow: none;
        top: 0;
        transform: none;
    }
}

@media screen and (min-width: 992px) {
    .c-product-search__tab--active {
        border: none;
        cursor: default;
    }
}

.c-product-search__inner {
    background-color: var(--color-secondary);
    border-radius: 10px;
    color: var(--color-primary);
    padding: 8px;
}

.t-inghams .c-product-search__inner {
    --color-primary: var(--inghams-white);
    --color-secondary: var(--inghams-charcoal);
}

    .t-inghams .c-product-search__inner.santa-breaks .c-btn.c-btn--secondary {
        background-color: red;
    }

    .t-inghams .c-product-search__inner.skiing-snowboarding .c-btn.c-btn--secondary {
        background-color: var(--ski-air);
        color: var(--ski-blue);
    }

    .t-inghams .c-product-search__inner.summer-experiences .c-btn.c-btn--secondary {
        background-color: var(--walking-lime);
        color: var(--walking-green);
    }

    .t-inghams .c-product-search__inner.lapland .c-btn.c-btn--secondary {
        background-color: var(--lapland-lilac);
        color: var(--lapland-purple);
    }

@media screen and (min-width: 992px) {
    .c-product-search__program-select {
        display: none;
    }
}

.c-product-search .c-form-row {
    float: left;
    padding: 7px;
    position: relative;
    width: 100%;
}

.c-product-search .c-form-select {
    border-radius: 10px;
    overflow: hidden;
}

    .c-product-search .c-form-select > button {
        border-radius: 10px;
    }

.c-product-search .c-form-label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.c-product-search .c-form-row__small,
.c-product-search .c-form-row__mid,
.c-product-search .c-form-row__btn {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-product-search .c-form-row__mid {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-search .c-form-row__mid {
        width: 16.4%;
    }
}

@media screen and (min-width: 992px) {
    .c-product-search .c-form-row__small {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-search .c-form-row__small {
        width: 8%;
    }
}

@media screen and (min-width: 992px) {
    .c-product-search .c-form-row__btn {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-search .c-form-row__btn {
        width: 10%;
    }
}

.c-product-search .c-form-row__btn .c-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 10px;
    text-align: center;
    text-transform: capitalize;
}

@media screen and (min-width: 992px) {
    .c-product-search .c-form-row__btn .c-form-btn {
        margin-top: 22px;
    }
}

@media screen and (min-width: 992px) {
    .c-product-search__sidebar .c-product-search .c-form-row__small,
    .c-product-search__sidebar .c-product-search .c-form-row__mid,
    .c-product-search__sidebar .c-product-search .c-form-row__btn {
        width: 100%;
    }
}

.c-product-search .c-form-adult span,
.c-product-search .c-form-children span {
    display: none;
}

@media screen and (max-width: 991px) {
    .c-product-search .c-form-adult,
    .c-product-search .c-form-children {
        width: 50%;
    }

        .c-product-search .c-form-adult span,
        .c-product-search .c-form-children span {
            display: inline;
        }
}

.c-form-row.c-form-children .c-form-select > button {
    background-color: white;
    border: none;
    color: #4f4f4f;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 40px;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.c-product-search__wrapper {
    position: absolute;
    z-index: 11;
}

@media screen and (min-width: 992px) {
    .c-product-search__wrapper {
        position: static;
    }
}

.c-form-children__caller--button {
    width: 100%;
}

.c-form-children__popup {
    border: none;
}

    .c-form-children__popup:before {
        display: none;
    }

@media screen and (max-width: 991px) {
    .c-form-children__popup {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        left: auto;
        right: 5px;
        transform: translateX(0);
    }

        .c-form-children__popup:before, .c-form-children__popup:after {
            left: 65%;
        }
}

.c-form-children__popup.is-active {
    display: block;
}

.c-form-children__popup select {
    height: 30px;
    padding: 5px 10px;
}

.c-form-children__popup .c-form-select {
    border: 1px solid var(--inghams-charcoal-25);
    overflow: hidden;
}

.c-form-children__popup .c-form-label {
    font-weight: 700;
    text-transform: none;
}

.c-form-children__main {
    overflow: hidden;
}

    .c-form-children__main .c-form-label {
        float: left;
        padding-bottom: 0;
        width: 50%;
    }

        .c-form-children__main .c-form-label span {
            display: block;
            font-size: 12px;
            font-size: 0.75rem;
            font-weight: 300;
        }

    .c-form-children__main .c-form-select {
        float: left;
        width: 50%;
    }

.c-form-children__list {
    margin: 0 -5px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

    .c-form-children__list:before {
        border-top: 1px solid #eaeaea;
        content: "";
        left: 5px;
        position: absolute;
        right: 5px;
        top: 0;
    }

.c-form-children__list-item {
    float: left;
    margin-top: 10px;
    padding: 0 5px;
    width: 50%;
}

.c-form-children__cta {
    margin-top: 5px;
    padding-top: 3px;
}

    .c-form-children__cta button {
        background-color: transparent;
        border: none;
        color: #F86624;
    }

        .c-form-children__cta button:focus {
            border: none;
        }

        .c-form-children__cta button:disabled {
            color: #c0c0c0;
        }

.c-form-children__footnote {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 0 3px;
}

.c-form-flexible-date {
    background-color: var(--color-secondary);
    border-radius: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 5px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

    .c-form-flexible-date label {
        color: var(--color-primary);
    }

    .c-form-flexible-date input {
        margin-right: 6px;
    }

    .c-form-flexible-date .flexible-date-icon {
        display: none;
    }

    .c-form-flexible-date .flexible-date-icon,
    .c-form-flexible-date .icon-check-box {
        color: var(--color-secondary);
        height: 12px;
        left: 2px;
        position: absolute;
        top: 2px;
        width: 12px;
        z-index: 9999;
    }

    .c-form-flexible-date .c-form-checkbox [type=checkbox]:checked + label:after {
        display: none;
    }

    .c-form-flexible-date .c-form-checkbox [type=checkbox]:checked + label .flexible-date-icon {
        display: block;
    }

.c-loader-modal {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6470588235);
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

.c-loader-modal__loader {
    border-radius: 10px;
    overflow: hidden;
}

.c-loader-modal__dots {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

    .c-loader-modal__dots div {
        -webkit-animation: 0.9s bounce infinite alternate;
        animation: 0.9s bounce infinite alternate;
        background-color: #909090;
        border-radius: 50%;
        height: 1.5rem;
        margin: 1rem 0.4rem;
        width: 1.5rem;
    }

        .c-loader-modal__dots div:nth-child(2) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .c-loader-modal__dots div:nth-child(3) {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

.c-loader-modal__header {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    background-color: var(--inghams-charcoal);
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

    .c-loader-modal__header .c-icon {
        fill: white;
        height: 20px;
        width: 118px;
    }

.c-loader-modal__content {
    background-color: white;
    padding: 15px 25px;
    text-align: center;
}

.c-loader-modal__title {
    font-weight: bold;
    margin-bottom: 20px;
}

.c-loader-modal__content img {
    display: inline;
    text-align: center;
}

.c-loader-modal__footer {
    background-color: white;
    padding: 15px 25px;
    text-align: center;
}

@-webkit-keyframes bounce {
    to {
        -webkit-transform: translate3d(0, -1rem, 0);
        opacity: 0.2;
        transform: translate3d(0, -1rem, 0);
    }
}

@keyframes bounce {
    to {
        -webkit-transform: translate3d(0, -1rem, 0);
        opacity: 0.2;
        transform: translate3d(0, -1rem, 0);
    }
}

#feefo feefowidget-global .feefowidget-global-container {
    padding: 0;
}

.c-feefo__badge {
    background-image: url("https://api.feefo.com/api/logo?merchantidentifier=inghams&amp;template=Service-Stars-White-225x57.png");
    height: 57px;
    width: 225px;
}

@media screen and (min-width: 992px) {
    .c-feefo__badge {
        background-image: url("https://api.feefo.com/api/logo?merchantidentifier=inghams&amp;template=Service-Stars-White-Square-200x200.png");
        height: 200px;
        width: 200px;
    }
}

.c-feefo__badge--average {
    background-image: url("https://api.feefo.com/api/logo?merchantidentifier=inghams&amp;template=Average-Independent-Banner-420x35.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    max-width: 420px;
}

.c-feefo__text {
    color: #c0c0c0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 19.5px;
    line-height: 1.21875rem;
    margin-top: -10px;
    padding-left: 6px;
    width: 200px;
}

.c-feefo-section {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    background-color: var(--color-primary);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: -1;
}

@media screen and (min-width: 992px) {
    .c-feefo-section {
        margin-bottom: -170px;
    }
}

.c-feefo-section__wrapper {
    margin: 52px auto 80px;
}

@media screen and (min-width: 992px) {
    .c-feefo-section__wrapper {
        margin: 75px auto 170px;
        width: 70%;
    }
}

.c-feefo-section .heading {
    font-size: 2.25em;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

    .c-feefo-section .heading strong {
        color: var(--color-secondary);
        font-weight: 500;
    }

.c-feefo-section__rating {
    font-weight: 500;
    margin-top: 30px;
}

.c-feefo-section .c-btn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: var(--color-secondary);
    border-radius: 25px;
    color: var(--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1em;
    font-weight: 500;
    justify-content: center;
    margin: 25px auto 0;
    padding: 10px 20px;
}

@media screen and (max-width: 991px) {
    .c-feefo-section .c-btn {
        border-radius: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute;
        width: 100%;
    }
}

.c-feefo-section .c-btn .c-icon {
    height: auto;
    margin-left: 5px;
    width: 16px;
}

.c-error-page__top {
    padding-top: 5px;
}

@media screen and (min-width: 768px) {
    .c-error-page__top {
        padding-top: 30px;
    }
}

@media screen and (min-width: 992px) {
    .c-error-page__top {
        padding-top: 55px;
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .c-error-page__top {
        padding-right: 70px;
    }
}

@media screen and (min-width: 768px) {
    .c-error-page__right, .c-error-page__left {
        float: left;
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .c-error-page__left {
        padding-right: 40px;
    }
}

@media screen and (min-width: 992px) {
    .c-error-page__right {
        position: absolute;
        right: 0;
        top: 115px;
    }
}

@media screen and (min-width: 1200px) {
    .c-error-page__right {
        position: absolute;
        right: 0;
        top: 75px;
    }
}

.c-error-page__heading {
    color: #003155;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

@media screen and (min-width: 768px) {
    .c-error-page__heading {
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (min-width: 992px) {
    .c-error-page__heading {
        font-size: 56px;
        line-height: 74px;
    }
}

.c-error-page__intro {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

@media screen and (min-width: 768px) {
    .c-error-page__intro {
        font-size: 24px;
        line-height: 36px;
    }
}

.c-error-page__code, .c-error-page__phone {
    color: #003155;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.c-error-page__code {
    margin-top: 0;
}

.c-error-page__title {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 24px;
}

.c-error-page .c-error-page__list {
    list-style-type: none;
    padding-left: 0;
}

.c-error-page .c-error-page__search-btn {
    color: #FFF;
}

    .c-error-page .c-error-page__search-btn:hover, .c-error-page .c-error-page__search-btn:focus {
        background-color: #ee7600;
        color: #FFF;
    }

.c-error-page .c-error-page__phone {
    color: #003155;
}

.c-quote-carousel {
    height: 100%;
    margin-bottom: 75px;
    overflow: hidden;
    position: relative;
}

.c-quote-carousel__wrapper {
    padding: 45px 0;
}

@media screen and (min-width: 768px) {
    .c-quote-carousel__wrapper {
        padding: 75px 0;
    }
}

.c-quote-carousel__title {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 34px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .c-quote-carousel__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.c-quote-carousel__slider {
    width: 100%;
}

    .c-quote-carousel__slider .flickity-button {
        border: 1px solid #C8C8C8;
        border-radius: 50%;
        height: 28px;
        width: 28px;
    }

@media screen and (min-width: 768px) {
    .c-quote-carousel__slider .flickity-button {
        height: 40px;
        width: 40px;
    }
}

.c-quote-carousel__quote {
    -webkit-transition: -webkit-transform 0.4s ease;
    margin: 0 62px;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
}

@media screen and (min-width: 768px) {
    .c-quote-carousel__quote {
        margin: 0 100px;
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}

@media screen and (min-width: 992px) {
    .c-quote-carousel__quote {
        -ms-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        margin: 0;
        opacity: 0.2;
        top: 0;
        transform: scale(0.6);
        width: 33.3%;
    }
}

@media screen and (min-width: 992px) {
    .c-quote-carousel__quote.is-selected {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1);
    }
}

.c-quote-carousel__border {
    position: relative;
    text-align: center;
}

.c-quote-carousel__border-left, .c-quote-carousel__border-right {
    background-color: #A0A0A0;
    height: 1px;
    left: 36px;
    position: absolute;
    top: 50%;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
}

.c-quote-carousel__border-right {
    left: initial;
    right: 36px;
}

.c-quote-carousel__border .c-icon {
    fill: #A0A0A0;
}

.c-quote-carousel__primary {
    color: #FFFFFF;
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
}

.c-quote-carousel__secondary {
    color: #C8C8C8;
    font-size: 12px;
    line-height: 20px;
    margin: 15px auto 0;
    text-align: center;
}

    .c-quote-carousel__secondary:last-child {
        margin-top: 0;
    }

.c-features-carousel {
    margin: 10px 0 0;
    overflow: hidden;
}

    .c-features-carousel .c-slider {
        overflow: visible;
        padding: 0 8px;
    }

    .c-features-carousel .c-slider__item {
        -ms-transform: none;
        -webkit-transform: none;
        background-color: transparent;
        padding: 0 7.5px;
        top: auto;
        transform: none;
        width: 85%;
    }

        .c-features-carousel .c-slider__item:hover {
            text-decoration: none;
        }

@media screen and (min-width: 992px) {
    .c-features-carousel .c-slider__item:hover .c-features-carousel__details {
        top: -68px;
    }
}

.c-features-carousel .c-slider__item-wrap {
    border: 1px solid #c0c0c0;
    overflow: hidden;
    position: relative;
}

    .c-features-carousel .c-slider__item-wrap:after {
        -webkit-transition: opacity 0.3s ease-in-out;
        background-color: black;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease-in-out;
    }

@media screen and (min-width: 480px) {
    .c-features-carousel .c-slider__item-wrap:after {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .c-features-carousel .c-slider__item-wrap {
        height: 315px;
    }
}

@media screen and (min-width: 1200px) {
    .c-features-carousel .c-slider__item-wrap {
        height: 300px;
    }
}

.c-features-carousel .c-slider__item.is-selected .c-slider__item-wrap:after {
    opacity: 0;
}

@media screen and (min-width: 480px) {
    .c-features-carousel .c-slider__item {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .c-features-carousel .c-slider__item {
        width: 33.3%;
    }
}

@media screen and (min-width: 1200px) {
    .c-features-carousel .c-slider__item {
        width: 25%;
    }
}

.c-features-carousel .c-slider .flickity-page-dots {
    bottom: -5px;
}

    .c-features-carousel .c-slider .flickity-page-dots .dot {
        display: inline-block;
    }

.c-features-carousel .c-slider .flickity-button {
    -ms-transform: translateY(calc(-50% - 30px));
    -webkit-transform: translateY(-webkit-calc(-50% - 30px));
    background-color: #fff;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
    display: none;
    height: 40px;
    transform: translateY(calc(-50% - 30px));
    width: 40px;
}

.c-features-carousel .c-slider .flickity-button-icon {
    fill: #003155;
}

@media screen and (min-width: 768px) {
    .c-features-carousel .c-slider .flickity-button {
        display: block;
        height: 40px;
        width: 40px;
    }
}

.c-features-carousel .c-slider__list {
    margin: 0 -15px;
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .c-features-carousel .c-slider__list {
        overflow: visible;
    }
}

.c-features-carousel__details {
    background: #fff;
    padding: 15px;
    position: relative;
    top: 0;
}

@media screen and (min-width: 768px) {
    .c-features-carousel__details {
        -webkit-transition: top 0.3s ease-in-out;
        transition: top 0.3s ease-in-out;
    }
}

.c-features-carousel__title {
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.c-features-carousel__tag {
    background-color: #f26419;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    line-height: 24px;
    padding: 6px 30px;
    position: absolute;
    top: -37px;
}

.c-features-carousel__description {
    color: #f26419;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px;
}

@media screen and (min-width: 992px) {
    .c-features-carousel__description {
        margin-bottom: 25px;
    }
}

.c-features-carousel__button {
    display: none;
    margin-top: 22px;
}

@media screen and (min-width: 992px) {
    .c-features-carousel__button {
        display: block;
    }
}

.c-features-carousel__img {
    position: relative;
}

.c-bio {
    display: -ms-grid;
    display: grid;
}

@media screen and (min-width: 992px) {
    .c-bio {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.c-bio .c-section .c-lead .heading:after {
    background-color: var(--inghams-charcoal-25);
}

.c-bio__col {
    -ms-grid-column-align: right;
    background-color: var(--color-primary);
    color: white;
    display: -ms-grid;
    display: grid;
    justify-items: right;
    padding: 0 15px;
}

.c-bio__content {
    -ms-grid-column-align: center;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    margin: 30px auto;
    max-width: 750px;
    text-align: center;
}

    .c-bio__content .c-lead .heading strong {
        color: var(--color-secondary);
    }

.ski .c-bio__content .c-lead .heading strong {
    color: var(--ski-air);
}

.walking .c-bio__content .c-lead .heading strong {
    color: var(--walking-lime);
}

.lapland .c-bio__content .c-lead .heading strong {
    color: var(--lapland-lilac);
}

.c-bio__content .s-symbol {
    display: none;
    margin-bottom: 30px;
}

    .c-bio__content .s-symbol .c-icon {
        width: 64px;
    }

@media screen and (min-width: 992px) {
    .c-bio__content .s-symbol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .c-bio__content {
        max-width: 485px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 1200px) {
    .c-bio__content {
        margin: 100px auto;
        max-width: 600px;
        padding: 0 15px;
    }
}

.c-bio__img {
    background-size: cover;
    padding-top: 82.5%;
}

.c-awards {
    margin: 30px auto;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .c-awards {
        margin: 60px auto;
    }
}

.c-awards img {
    margin: 10px;
    max-width: 128px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .c-awards img {
        margin: 10px 30px;
    }
}

.c-brochure__item {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 78px;
}

@media screen and (min-width: 480px) {
    .c-brochure__item {
        width: 115px;
    }
}

.c-contact__title {
    color: #fff;
    font-weight: 500;
}

#contactForm a.close-modal {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==");
    height: 24px;
    right: 12px;
    top: 12px;
    width: 24px;
}

.c-listing {
    padding: 0 7px;
}

.c-listing__wrapper {
    margin-left: -8px;
    margin-right: -8px;
}

.c-listing__item {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 0;
    margin-bottom: 15px;
    padding-bottom: 60%;
    position: relative;
    text-align: left;
}

@media screen and (min-width: 992px) {
    .c-listing__item {
        background-size: cover;
        height: 204px;
        padding-bottom: 0;
    }
}

.c-listing__item:link, .c-listing__item:visited, .c-listing__item:hover, .c-listing__item:active {
    text-decoration: none;
}

.c-listing__item-xs {
    padding-bottom: 43%;
}

.c-listing__title {
    background-color: #023761;
    border: 1px solid #A0A0A0;
    border-radius: 2px;
    bottom: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    left: 15px;
    line-height: 20px;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding: 5px 15px;
    position: absolute;
}

.c-msg {
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    max-width: 533px;
    padding: 16px;
    padding-left: 50px;
    position: relative;
    width: 100%;
}

.c-msg--show {
    display: block;
}

.c-msg .c-icon {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 24px;
    left: 15px;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 24px;
}

    .c-msg .c-icon svg {
        height: 20px;
        left: 2px;
        width: 20px;
    }

.c-msg--positive {
    background-color: rgba(137, 170, 77, 0.17);
    border: 1px solid #89AA4D;
    color: #89AA4D;
}

    .c-msg--positive .c-icon {
        background-color: #89AA4D;
        fill: #fff;
        vertical-align: middle;
    }

.c-msg--negative, .c-msg--required {
    background-color: rgba(208, 2, 27, 0.15);
    border: 1px solid #D0021B;
    color: #D0021B;
}

    .c-msg--negative .c-icon, .c-msg--required .c-icon {
        background-color: #D0021B;
        font-size: 18px;
        font-weight: 700;
    }

#theCogworksCookieDirective_footer {
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
}

.s-symbol .c-icon {
    background-color: var(--inghams-charcoal-25);
    border-radius: 50%;
    display: block;
    height: 64px;
    padding: 0.1875em;
    width: 64px;
}

.s-symbol.s-ski .c-icon {
    background-color: var(--ski-air);
    color: var(--ski-blue);
}

.s-symbol.s-walking .c-icon {
    background-color: var(--walking-lime);
    color: var(--walking-green);
}

.s-symbol.s-lapland .c-icon {
    background-color: var(--lapland-lilac);
    color: var(--lapland-purple);
}

.c-safe-hands {
    background-color: var(--color-primary);
    color: white;
}

.c-safe-hands__row {
    -ms-grid-columns: (1fr)[5];
    -ms-overflow-style: none;
    -ms-scroll-snap-type: x mandatory;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.c-safe-hands__item {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    background-color: var(--color-primary-90);
    border-radius: 10px;
    color: var(--color-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 140px;
    padding: 15px;
    scroll-snap-align: start;
}

.c-safe-hands .c-icon {
    height: 24px;
    width: 24px;
}

.c-safe-hands .c-lead .heading:after {
    background-color: var(--color-primary-25);
}

.c-safe-hands__title {
    font-size: 0.875em;
    font-weight: 500;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .c-safe-hands__item {
        min-width: 218px;
        padding: 30px;
    }

    .c-safe-hands__title {
        line-height: 24px;
    }

    .c-safe-hands .c-icon {
        color: var(--color-secondary);
        height: 48px;
        width: 48px;
    }
}

.t-inghams .c-safe-hands {
    background-color: transparent;
    color: var(--color-primary);
}

.t-inghams .c-safe-hands__item {
    background-color: var(--color-grey-bg);
    color: var(--color-primary);
}

.t-inghams .c-safe-hands .c-icon {
    color: var(--color-primary);
}

.c-good-to-know .heading {
    color: var(--color-primary);
}

.c-good-to-know .c-icon {
    color: var(--color-primary);
    height: auto;
}

.c-good-to-know__items {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.c-good-to-know__item {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    background-color: var(--color-grey-bg);
    border-radius: 10px;
    color: var(--inghams-charcoal);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 140px;
    padding: 15px 55px;
    position: relative;
}

.c-good-to-know__icon, .c-good-to-know__arrow {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.c-good-to-know__icon {
    left: 15px;
}

    .c-good-to-know__icon .c-icon {
        width: 24px;
    }

.c-good-to-know__arrow {
    right: 15px;
}

    .c-good-to-know__arrow .c-icon {
        width: 18px;
    }

.c-good-to-know__title {
    color: var(--color-primary);
    font-size: 1.5em;
    font-weight: 500;
    line-height: 16px;
    margin-top: 5px;
}

.c-good-to-know__desc {
    margin: 8px 0;
}

@media screen and (min-width: 992px) {
    .c-good-to-know__items {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .c-good-to-know__item {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        min-width: 218px;
        padding: 30px;
    }

    .c-good-to-know__title {
        line-height: 24px;
        text-align: center;
    }

    .c-good-to-know__desc {
        margin: 15px 0;
        text-align: center;
    }

    .c-good-to-know__icon, .c-good-to-know__arrow {
        -ms-transform: none;
        -webkit-transform: none;
        left: auto;
        position: relative;
        right: auto;
        top: 0;
        transform: none;
    }

        .c-good-to-know__icon .c-icon {
            width: 41px;
        }
}

.c-experts .row {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media screen and (max-width: 991px) {
    .c-experts .row {
        margin: 0;
    }
}

@media screen and (min-width: 992px) {
    .c-experts .row {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        flex-direction: row;
    }
}

.c-experts__card {
    -ms-flex: 1;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: horizontal;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: row;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .c-experts__card {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
    }
}

.c-experts__img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 0;
}

    .c-experts__img > div {
        background-position: center center;
        background-size: cover;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

@media screen and (min-width: 992px) {
    .c-experts__img {
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), color-stop(75%, rgba(0, 0, 0, 0.5)), color-stop(92%, transparent));
        -webkit-mask-image: -webkit-linear-gradient(top, black 60%, rgba(0, 0, 0, 0.5) 75%, transparent 92%);
        mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), color-stop(75%, rgba(0, 0, 0, 0.5)), color-stop(92%, transparent));
        mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.5) 75%, transparent 92%);
        right: 0;
    }
}

.c-experts__heading {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-top: 10px;
    z-index: 1;
}

    .c-experts__heading svg {
        color: white;
        display: inline-block;
        height: 17px;
        width: 107px;
    }

.c-experts__heading-brand {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1em;
    margin-top: -4px;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .c-experts__heading {
        padding-bottom: 65.5%;
        padding-top: 40px;
    }

        .c-experts__heading svg {
            height: 34px;
            width: 216px;
        }

    .c-experts__heading-brand {
        font-size: 1.6em;
    }
}

.c-experts__content {
    -ms-flex: 0 0 50%;
    -ms-flex-item-align: end;
    -webkit-box-flex: 0;
    /*    align-self: flex-end;*/
    color: white;
    flex: 0 0 50%;
    padding: 20px 0 20px 20px;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .c-experts__content {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        padding: 20px;
    }
}

.c-experts__btn {
    background-color: white;
    border: none;
    border-radius: 25px;
    color: var(--inghams-charcoal);
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 20px;
}

.c-persona__pods {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media screen and (max-width: 991px) {
    .c-persona__pods {
        margin: 0;
    }
}

@media screen and (min-width: 992px) {
    .c-persona__pods {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        flex-direction: row;
    }
}

.c-persona__pod {
    -ms-flex: 1;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: horizontal;
    background-color: var(--color-primary);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: row;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .c-persona__pod {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
        padding: 20px;
    }
}

.c-persona__img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 62%;
    top: 0;
    z-index: 0;
}

    .c-persona__img > div {
        background-position: center center;
        background-size: cover;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

@media screen and (min-width: 992px) {
    .c-persona__img {
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(60%, transparent));
        -webkit-mask-image: -webkit-linear-gradient(top, black 40%, rgba(0, 0, 0, 0.3) 50%, transparent 60%);
        mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(60%, transparent));
        mask-image: linear-gradient(to bottom, black 40%, rgba(0, 0, 0, 0.3) 50%, transparent 60%);
        right: 0;
    }
}

.c-persona__heading {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    padding-top: 10px;
    text-transform: uppercase;
    vertical-align: bottom;
    z-index: 1;
}

    .c-persona__heading strong {
        color: var(--color-secondary);
        font-weight: 500;
    }

@media screen and (min-width: 992px) {
    .c-persona__heading {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        font-size: 2.25em;
        line-height: 36px;
    }
}

.c-persona__content {
    -ms-flex: 0 0 62%;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 62%;
    flex-direction: column;
    margin-left: auto;
    padding: 0 20px;
    text-align: left;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .c-persona__content {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        margin-left: 0;
        text-align: center;
    }

        .c-persona__content:before {
            -ms-flex: 1;
            -webkit-box-flex: 1;
            content: "";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex: 1;
            padding-top: 45.5%;
            width: 100%;
        }
}

.c-persona__btn .c-btn {
    background-color: white;
    border: none;
    border-radius: 25px;
    color: var(--inghams-charcoal);
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 20px;
}

.c-stays .heading {
    color: var(--color-primary);
}

.c-stays-rail {
    -ms-overflow-style: none;
    -ms-scroll-snap-type: x mandatory;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -20px 20px;
    overflow-x: auto;
    padding: 20px 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.c-stays__tag {
    border-radius: 8px;
    color: white;
    font-size: 0.8em;
    font-weight: 500;
    padding: 6px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-stays__pod {
    -ms-flex: 0 0 100%;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
}

@media screen and (min-width: 480px) {
    .c-stays__pod {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 768px) {
    .c-stays__pod {
        -ms-flex: 0 0 32%;
        -webkit-box-flex: 0;
        flex: 0 0 32%;
    }
}

@media screen and (min-width: 992px) {
    .c-stays__pod {
        -ms-flex: 0 0 375px;
        -webkit-box-flex: 0;
        flex: 0 0 375px;
    }
}

.c-stays__pod-img {
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    padding-top: 80%;
}

.c-stays__pod .c-stays__tag {
    background-color: var(--color-primary);
}

.c-stays__pod .c-stays__header {
    color: var(--color-primary);
}

.c-stays__pod.ski .c-insiders__header {
    color: var(--ski-blue);
}

.c-stays__pod.ski .c-insiders__tag {
    background-color: var(--ski-blue);
}

.c-stays__pod.walking .c-insiders__header {
    color: var(--walking-green);
}

.c-stays__pod.walking .c-insiders__tag {
    background-color: var(--walking-green);
}

.c-stays__pod.lapland .c-insiders__header {
    color: var(--lapland-purple);
}

.c-stays__pod.lapland .c-insiders__tag {
    background-color: var(--lapland-purple);
}

.c-search__global .close-modal {
    border-radius: 25px;
    outline: 2px solid var(--color-grey-bg);
}

.c-search__wrapper {
    background-color: var(--color-grey-bg);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 15px;
}

@media screen and (min-width: 992px) {
    .c-search__wrapper {
        -webkit-column-gap: 20px;
        column-gap: 20px;
        padding: 30px;
    }
}

.c-search__wrapper input {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    border: 0;
    border-radius: 6px;
    flex-grow: 1;
    padding: 8px 12px;
}

.c-search__wrapper button {
    background-color: var(--inghams-charcoal);
    border: 0;
    border-radius: 25px;
    color: white;
    font-weight: 500;
    padding: 8px 20px;
}

.white_box_shadow {
    border: 1px solid var(--inghams-charcoal-10);
    display: -ms-grid;
    display: grid;
    padding: 10px;
}

    .white_box_shadow h1 {
        font-size: 2em;
        font-weight: bold;
    }

    .white_box_shadow h2 {
        font-size: 1em;
    }

    .white_box_shadow .page-title {
        font-size: 2em;
        font-style: italic;
        font-weight: 700;
        padding: 5px 0;
        text-transform: uppercase;
    }

    .white_box_shadow img {
        width: 100%;
    }

.g12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.g4, .g6 {
    float: left;
}

@media screen and (min-width: 992px) {
    .g4 {
        width: 33.333%;
    }
}

@media screen and (min-width: 992px) {
    .g6 {
        width: 50%;
    }
}

.horiz-holiday {
    margin: 2% 0;
    position: relative;
}

    .horiz-holiday img {
        width: 100%;
    }

.horiz-holiday-tn {
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #f4f4f4;
    display: none;
    float: left;
    margin-right: 1%;
    margin-top: 10px;
    position: relative;
    width: 23%;
}

@media screen and (min-width: 992px) {
    .horiz-holiday-tn {
        display: block;
    }
}

.horiz-holiday-info {
    float: left;
    width: 74%;
}

.horiz-holiday-title {
    color: #003155;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 10px;
    padding-bottom: 0.4em;
}

.horiz-holiday-description {
    line-height: 1.4em;
}

.g-banner {
    overflow: hidden;
    position: relative;
}

.g-banner-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .g-banner-overlay:before {
        display: none;
    }

.g-banner__heading-h1 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .g-banner__heading-h1 {
        font-size: 35px;
        line-height: 48px;
    }
}

.g-banner__heading-h2 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 13px auto 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .g-banner__heading-h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

.g-banner__cta-button {
    margin: 34px auto 0;
}

.g-banner__content {
    padding: 45px 0;
    position: relative;
    text-align: center;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .g-banner__content {
        padding: 62px 0 95px;
    }
}

.g-banner__image-list-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.g-banner__image-list {
    height: 100%;
    width: 100%;
}

    .g-banner__image-list .slick-list,
    .g-banner__image-list .slick-track {
        height: 100%;
    }

.g-banner__image-item {
    display: block;
    height: 100%;
    width: 100%;
}

    .g-banner__image-item img {
        -o-object-fit: cover;
        -o-object-position: center;
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

.g-banner__video {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.youtube-iframe {
    height: 56.25vw;
    margin: 0 auto;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    pointer-events: none;
    position: absolute;
    width: 100vw;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
}

.buffering-background,
.vimeo-background {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.vimeo-iframe {
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    width: 100vw;
}

.l-board {
    color: #000;
    display: block;
    margin: 35px 0;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .l-board {
        padding: 20px;
    }
}

.l-board:first-child {
    margin-top: 0;
}

.l-board--simple {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    height: 100%;
}

.l-board--shadow {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.l-board--grey {
    background-color: #f3f3f3;
}

.l-board--image {
    color: #fff;
    position: relative;
}

    .l-board--image > div {
        position: relative;
    }

    .l-board--image .l-board__img {
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

        .l-board--image .l-board__img img {
            -o-object-fit: cover;
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

        .l-board--image .l-board__img::before {
            background-color: rgba(0, 0, 0, 0.35);
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }

@media screen and (min-width: 768px) {
    .l-board--countdown {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .l-board--countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.l-board__header {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 36px;
    line-height: 2.25rem;
    margin: 0;
}

    .l-board__header a {
        display: block;
    }

        .l-board__header a:hover {
            text-decoration: underline;
        }

.l-board__content {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    margin: 20px 30px;
}

    .l-board__content p {
        margin-bottom: 12px;
    }

        .l-board__content p:first-of-type {
            margin-top: 20px;
        }

        .l-board__content p:last-child {
            margin-bottom: 0;
        }

    .l-board__content ul {
        -webkit-padding-start: 28px;
        list-style-type: disc;
        padding-inline-start: 28px;
    }

        .l-board__content ul li {
            margin: 0 0 22px;
        }

.l-board__cta-list {
    margin: 20px 30px;
}

@media screen and (min-width: 768px) {
    .l-board__cta-list {
        -ms-flex-item-align: center;
        -ms-flex-negative: 0;
        -ms-grid-row-align: center;
        align-self: center;
        flex-shrink: 0;
    }
}

.l-board__cta-list .c-btn {
    margin: 0;
}

.l-board__countdown {
    margin: 20px 30px;
}

@media screen and (min-width: 992px) {
    .l-board__countdown {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 20px 0;
        width: 40%;
    }
}

.l-board__countdown-clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

@media screen and (min-width: 768px) {
    .l-board__countdown-clock {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.l-board__countdown-item {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 21px;
    margin: 12px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .l-board__countdown-item {
        font-size: 22px;
        line-height: 29px;
        margin: 24px 0 0;
        margin: 24px auto 0;
    }
}

@media screen and (max-width: 768px) {
    .l-board__countdown-item:first-child {
        margin-left: 0;
    }

    .l-board__countdown-item--days, .l-board__countdown-item--hours, .l-board__countdown-item--minutes, .l-board__countdown-item--seconds {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
    .l-board__countdown-item--days, .l-board__countdown-item--hours, .l-board__countdown-item--minutes, .l-board__countdown-item--seconds {
        font-size: 28px;
        line-height: 35px;
    }
}

.l-board__countdown-item span {
    display: block;
}

.l-board__list {
    margin: 0;
    padding: 30px 0;
}

@media screen and (min-width: 768px) {
    .l-board__list-item {
        margin: 0 40px !important;
    }
}

.l-board__item-icon {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: #fff;
    border: 2px solid #003155;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    justify-content: center;
    margin: auto;
    width: 65px;
}

.l-board__item-text {
    margin-top: 18px;
}

.l-board--countdown-creative,
.l-board--creative {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    padding: 40px;
    text-align: center;
}

    .l-board--countdown-creative .l-board__content,
    .l-board--creative .l-board__content {
        margin: 0;
    }

    .l-board--countdown-creative .l-board__subtitle,
    .l-board--creative .l-board__subtitle {
        margin-top: 20px;
    }

    .l-board--countdown-creative .l-board__header,
    .l-board--creative .l-board__header {
        font-size: 40px;
        line-height: 55px;
        margin: 0;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.81);
    }

@media screen and (min-width: 768px) {
    .l-board--countdown-creative .l-board__header,
    .l-board--creative .l-board__header {
        font-size: 40px;
        line-height: 47px;
    }
}

.l-board--countdown-creative .l-board__content,
.l-board--creative .l-board__content {
    max-width: 800px;
}

.l-board--countdown-creative .l-board__countdown,
.l-board--creative .l-board__countdown {
    margin: 0 auto;
    width: auto;
}

@media screen and (max-width: 768px) {
    .l-board--countdown-creative .l-board__countdown-clock,
    .l-board--creative .l-board__countdown-clock {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
    }
}

.l-board--countdown-creative .l-board__countdown-item,
.l-board--creative .l-board__countdown-item {
    -webkit-box-sizing: border-box;
    background: rgba(0, 26, 46, 0.8);
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    height: 120px;
    line-height: 25px;
    margin: 20px 16px;
    padding: 12px;
    width: 120px;
}

@media screen and (min-width: 992px) {
    .l-board--countdown-creative .l-board__countdown-item,
    .l-board--creative .l-board__countdown-item {
        height: 100px;
        width: 100px;
    }
}

.l-board--countdown-creative .l-board__countdown-item--days, .l-board--countdown-creative .l-board__countdown-item--hours, .l-board--countdown-creative .l-board__countdown-item--minutes, .l-board--countdown-creative .l-board__countdown-item--seconds,
.l-board--creative .l-board__countdown-item--days,
.l-board--creative .l-board__countdown-item--hours,
.l-board--creative .l-board__countdown-item--minutes,
.l-board--creative .l-board__countdown-item--seconds {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

@media screen and (min-width: 768px) {
    .l-board--countdown-creative .l-board__countdown-item--days, .l-board--countdown-creative .l-board__countdown-item--hours, .l-board--countdown-creative .l-board__countdown-item--minutes, .l-board--countdown-creative .l-board__countdown-item--seconds,
    .l-board--creative .l-board__countdown-item--days,
    .l-board--creative .l-board__countdown-item--hours,
    .l-board--creative .l-board__countdown-item--minutes,
    .l-board--creative .l-board__countdown-item--seconds {
        font-size: 35px;
        line-height: 42px;
    }
}

.l-board--countdown-creative .l-board__cta-list,
.l-board--creative .l-board__cta-list {
    margin-bottom: 0;
}

.l-board__slider {
    position: relative;
}

.read-more__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 20px;
}

.read-more__summary {
    margin-bottom: 20px;
}

.read-more__content {
    display: none;
    margin: 0 0 20px;
}

    .read-more__content p:first-child {
        margin-top: 0;
    }

.read-more__toggle {
    background-color: transparent;
    border: none;
    color: #f26419;
    margin: 0;
    padding: 0;
}

    .read-more__toggle:hover, .read-more__toggle:focus {
        outline: none;
        text-decoration: underline;
    }

    .read-more__toggle.active .read-more__toggle-open {
        display: none;
    }

    .read-more__toggle.active .read-more__toggle-close {
        display: block;
    }

.read-more__toggle-open svg,
.read-more__toggle-close svg {
    height: 10px;
    width: 15px;
}

.read-more__toggle-close {
    display: none;
}

.u-clearfix:before, .u-clearfix:after {
    content: " ";
    display: table;
}

.u-clearfix:after {
    clear: both;
    display: block;
    height: 0px;
    visibility: hidden;
}

.u-clearfix {
    *zoom: 1;
}

.u-text-left {
    text-align: left !important;
}

.u-text-center {
    text-align: center !important;
}

.u-text-right {
    text-align: right !important;
}

.u-text-justify {
    text-align: justify !important;
}

.u-text-underline {
    text-decoration: underline !important;
}

@media screen and (max-width: 991px) {
    .u-text-left-m {
        text-align: left !important;
    }
}

@media screen and (max-width: 991px) {
    .u-text-center-m {
        text-align: center !important;
    }
}

.u-text-bold {
    font-weight: 700 !important;
}

.u-text-caps {
    text-transform: uppercase !important;
}

.u-text-mid {
    font-weight: 500 !important;
}

.u-text-lite {
    font-weight: 600 !important;
}

.u-text-normal {
    font-weight: 100 !important;
}

.u-text-italic {
    font-style: italic !important;
}

.u-color-danger {
    color: red !important;
}

.u-text-constrain {
    max-width: 30em !important;
}

.u-padding-all {
    padding: 1.875rem !important;
}

.u-padding-all-small {
    padding: 0.9375rem !important;
}

.u-padding-all-large {
    padding: 3.75rem !important;
}

.u-padding-all-none {
    padding: 0 !important;
}

.u-padding-top {
    padding-top: 1.875rem !important;
}

.u-padding-top-small {
    padding-top: 0.9375rem !important;
}

.u-padding-top-large {
    padding-top: 3.75rem !important;
}

.u-padding-top-none {
    padding-top: 0 !important;
}

.u-padding-right {
    padding-right: 1.875rem !important;
}

.u-padding-right-small {
    padding-right: 0.9375rem !important;
}

.u-padding-right-large {
    padding-right: 3.75rem !important;
}

.u-padding-right-none {
    padding-right: 0 !important;
}

.u-padding-bottom {
    padding-bottom: 1.875rem !important;
}

.u-padding-bottom-small {
    padding-bottom: 0.9375rem !important;
}

.u-padding-bottom-large {
    padding-bottom: 3.75rem !important;
}

.u-padding-bottom-none {
    padding-bottom: 0 !important;
}

.u-padding-left {
    padding-left: 1.875rem !important;
}

.u-padding-left-small {
    padding-left: 0.9375rem !important;
}

.u-padding-left-large {
    padding-left: 3.75rem !important;
}

.u-padding-left-none {
    padding-left: 0 !important;
}

.u-margin-all {
    margin: 1.875rem !important;
}

.u-margin-all-small {
    margin: 0.9375rem !important;
}

.u-margin-all-large {
    margin: 3.75rem !important;
}

.u-margin-all-none {
    margin: 0 !important;
}

.u-margin-top {
    margin-top: 1.875rem !important;
}

.u-margin-top-small {
    margin-top: 0.9375rem !important;
}

.u-margin-top-large {
    margin-top: 3.75rem !important;
}

.u-margin-top-none {
    margin-top: 0 !important;
}

.u-margin-right {
    margin-right: 1.875rem !important;
}

.u-margin-right-small {
    margin-right: 0.9375rem !important;
}

.u-margin-right-large {
    margin-right: 3.75rem !important;
}

.u-margin-right-none {
    margin-right: 0 !important;
}

.u-margin-bottom {
    margin-bottom: 1.875rem !important;
}

.u-margin-bottom-small {
    margin-bottom: 0.9375rem !important;
}

.u-margin-bottom-large {
    margin-bottom: 3.75rem !important;
}

.u-margin-bottom-none {
    margin-bottom: 0 !important;
}

.u-margin-left {
    margin-left: 1.875rem !important;
}

.u-margin-left-small {
    margin-left: 0.9375rem !important;
}

.u-margin-left-large {
    margin-left: 3.75rem !important;
}

.u-margin-left-none {
    margin-left: 0 !important;
}

.u-is-hidden-visually {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.u-has-outline:focus, .c-ig-datepicker .pika-select:focus {
    outline: 2px dashed #c0c0c0;
}

.u-inline-block {
    display: inline-block !important;
}

.u-inline {
    display: inline !important;
}

.u-block {
    display: block;
}

.u-overflow-hidden {
    overflow: hidden;
}

.u-border-grey-10-1 {
    border: 1px solid #eaeaea;
}

.u-separator-grey-10-1 {
    border-top: 1px solid #eaeaea;
    margin-bottom: 15px;
    margin-top: 15px;
}

.u-separator-grey-20-1 {
    border-top: 1px solid #dddddd;
    margin-bottom: 15px;
    margin-top: 15px;
}

.u-list-style-none {
    list-style-type: none;
}

.u-separator-90 {
    background-color: var(--inghams-charcoal-90);
    height: 5px;
    margin: 30px auto;
    width: 67%;
}

.u-vertical-align-center {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.u-vertical-align-parent {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.c-homesection .row {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media screen and (max-width: 1199px) {
    .c-homesection .row {
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .c-homesection .row {
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        flex-direction: row;
    }
}

.c-homesection__card {
    -ms-flex: 1;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: horizontal;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: row;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .c-homesection__card {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column;
    }
}

.c-homesection__img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 0;
}

    .c-homesection__img > div {
        background-position: center center;
        background-size: cover;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

@media screen and (min-width: 1200px) {
    .c-homesection__img {
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), color-stop(75%, rgba(0, 0, 0, 0.5)), color-stop(92%, transparent));
        -webkit-mask-image: -webkit-linear-gradient(top, black 60%, rgba(0, 0, 0, 0.5) 75%, transparent 92%);
        mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), color-stop(75%, rgba(0, 0, 0, 0.5)), color-stop(92%, transparent));
        mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.5) 75%, transparent 92%);
        right: 0;
    }
}

.c-homesection__heading {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-top: 10px;
    z-index: 1;
}

    .c-homesection__heading svg {
        color: white;
        display: inline-block;
        height: 17px;
        width: 107px;
    }

.c-homesection__heading-brand {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1em;
    margin-top: -4px;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    .c-homesection__heading {
        padding-bottom: 65.5%;
        padding-top: 40px;
    }

        .c-homesection__heading svg {
            height: 34px;
            width: 216px;
        }

    .c-homesection__heading-brand {
        font-size: 1.6em;
    }
}

.c-homesection__content {
    -ms-flex: 0 0 50%;
    -ms-flex-item-align: end;
    -webkit-box-flex: 0;
    /*    align-self: flex-end;*/
    color: white;
    flex: 0 0 50%;
    padding: 20px 0 20px 20px;
    z-index: 1;
}


@media screen and (min-width: 1200px) {
    .c-homesection__content {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        padding: 20px;
    }
}

.c-homesection__btn {
    background-color: white;
    border: none;
    border-radius: 25px;
    color: var(--inghams-charcoal);
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 20px;
}

a.c-homesection__btn, a:hover.c-homesection__btn, a:focus.c-homesection__btn, a:visited.c-homesection__btn, a:active.c-homesection__btn {
    color: #232323 !important;
}

a:visited.c-homesection__btn, a:active.c-homesection__btn {
    color: #232323 !important;
    text-decoration: none !important;
}

/** Flyer Styling **/
.flyerContent {
    width: 250px;
    float: left;
    font-style: normal;
    margin-top: 22px;
}

.flyerTitle {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 4px;
}

.flyerLabel {
    background: #232323;
    cursor: pointer;
    padding: 5px 0px 4px 10px; /* position: relative; */ /* top: 41px; */ /* right: 91px; */
    font-style: normal;
    color: white; /* float: right; */
    margin-top: 4px;
    display: inline-block;
}

c-btn-flyer {
    color: #242a33;
    background-color: #fab702;
}

/* New Flyer Styling*/
.c-flyer {
    position: absolute;
    height: 1430px;
    width: 1010px;
    padding: 0px;
    margin: 0px;
    background-color: white;
    overflow: hidden;
    color: black;
}

.c-flyer__info {
    padding-left: 30px !important;
    padding-top: 10px !important;
}

/* Flyer Images */
.c-flyer__images {
    height: 480px;
    width: 100%;
}

.c-flyer__images-left {
    position: relative;
    top: 10px;
    left: 10px;
    width: 495px;
    height: 480px;
}

.c-flyer__images-right {
    position: relative;
    top: -470px;
    left: 515px;
    width: 485px;
    height: 490px;
}

.c-flyer__image1 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-flyer__image2 {
    position: relative;
    height: 235px;
    width: 485px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-flyer__image3 {
    position: relative;
    height: 235px;
    width: 485px;
    top: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Flyer Image Nav */
#c-flyer__imagenav {
    position: relative;
    width: 1010px;
    top: 140px;
    z-index: 9999;
}

#c-flyer__image1--previousimage {
    position: absolute;
    left: 10px;
}

#c-flyer__image2--previousimage {
    position: absolute;
    top: -40px;
    left: 180px;
}

#c-flyer__image3--previousimage {
    position: absolute;
    top: 40px;
    left: 180px;
}

#c-flyer__image1--nextimage {
    position: absolute;
    left: 140px;
}

#c-flyer__image2--nextimage {
    position: absolute;
    top: -40px;
    left: 320px;
}

#c-flyer__image3--nextimage {
    position: absolute;
    top: 40px;
    left: 320px;
}

/* Standard */
.c-flyer-header {
    background-color: #232323;
    color: white;
    height: 150px;
    z-index: 1;
}

.c-flyer-header__title {
    position: absolute;
    top: 65px;
    width: 100%;
    height: 50px;
    color: white;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    z-index: 1;
}

.c-flyer-product__infobanner {
    position: absolute;
    top: 665px;
    left: 40px;
    width: 440px;
    height: 350px;
    background-color: #171E60;
    z-index: 1;
}

.c-flyer-product__infodetails {
    position: absolute;
    top: 730px;
    left: 50px;
    width: 410px;
    color: white;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    z-index: 2
}

.c-flyer-product__infodetails-perholiday {
    position: absolute;
    top: 705px;
    left: 50px;
    width: 410px;
    color: white;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    z-index: 2;
    height: 100px;
}

.c-flyer-product__pricebanner {
    position: absolute;
    top: 665px;
    right: 40px;
    width: 440px;
    background-color: #919191;
    color: white;
    height: 350px;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    z-index: 1;
}

.c-flyer-product__price {
    position: absolute;
    top: 810px;
    left: 560px;
    width: 400px;
    color: white;
    font-size: 65px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    z-index: 2;
}

.c-flyer__footer {
    background-color: #232323;
    position: absolute;
    top: 1285px;
    height: 150px;
    width: 1029px;
}

.c-flyer__modal-logo {
    position: absolute;
    content: url("/assets/Inghams/V2/images/logo.png");
    top: 40px;
    height: 70px;
    left: 50px;
}

.c-flyer__logo-atol {
    position: absolute;
    content: url("/assets/images/logos/atol_white.png");
    top: 45px;
    height: 60px;
    right: 60px;
}

.c-flyer__logo-abta {
    position: absolute;
    content: url("/assets/images/logos/abta_white.png");
    top: 45px;
    height: 60px;
    right: 140px;
}

/* Lapland */
.c-flyer__theme-lapland > .c-flyer-header {
    background-color: #381766;
    color: white;
}

.c-flyer__theme-lapland > .c-flyer-header__title {
    color: white;
}

.c-flyer__theme-lapland > .c-flyer-product__infobanner {
    background-color: #381766;
}

.c-flyer__theme-lapland > .c-flyer-product__infodetails {
    color: white;
}

.c-flyer__theme-lapland > .c-flyer-product__pricebanner {
    background-color: #C8A5D2;
    color: #381766;
}

.c-flyer__theme-lapland > .c-flyer-product__price {
    color: #381766;
}

.c-flyer__theme-lapland > .c-flyer__footer {
    background-color: #381766;
    color: white;
}

    .c-flyer__theme-lapland > .c-flyer__footer > .c-flyer__modal-logo {
        /* 0.17 width ratio for image*/
        content: url("/assets/Inghams/V2/images/logo-lapland.png");
        width: 502px;
        height: 40px;
        top: 55px;
    }

/* Ski*/
.c-flyer__theme-ski > .c-flyer-header {
    background-color: #003A53;
    color: white;
}

.c-flyer__theme-ski > .c-flyer-header__title {
    color: white;
}

.c-flyer__theme-ski > .c-flyer-product__infobanner {
    background-color: #003A53;
}

.c-flyer__theme-ski > .c-flyer-product__infodetails {
    color: white;
}

.c-flyer__theme-ski > .c-flyer-product__pricebanner {
    background-color: #71D9EF;
    color: #003A53;
}

.c-flyer__theme-ski > .c-flyer-product__price {
    color: #003A53;
}

.c-flyer__theme-ski > .c-flyer__footer {
    background-color: #003A53;
    color: white;
}

    .c-flyer__theme-ski > .c-flyer__footer > .c-flyer__modal-logo {
        /* 0.13 width ratio for image*/
        content: url("/assets/Inghams/V2/images/logo-ski.png");
        width: 346px;
        height: 41px;
        top: 55px;
    }

/* Walking*/
.c-flyer__theme-walking > .c-flyer-header {
    background-color: #004C2B;
    color: white;
}

.c-flyer__theme-walking > .c-flyer-header__title {
    color: white;
}

.c-flyer__theme-walking > .c-flyer-product__infobanner {
    background-color: #004C2B;
}

.c-flyer__theme-walking > .c-flyer-product__infodetails {
    color: white;
}

.c-flyer__theme-walking > .c-flyer-product__pricebanner {
    background-color: #E4E25C;
    color: #004C2B;
}

.c-flyer__theme-walking > .c-flyer-product__price {
    color: #004C2B;
}

.c-flyer__theme-walking > .c-flyer__footer {
    background-color: #004C2B;
    color: white;
}

    .c-flyer__theme-walking > .c-flyer__footer > .c-flyer__modal-logo {
        /* 0.17 width ratio for image*/
        content: url("/assets/Inghams/V2/images/logo-walking.png");
        width: 502px;
        height: 40px;
        top: 55px;
    }

/** Flyer Email Styling **/
.c-flyer__resort {
    font-weight: bold;
    text-transform: uppercase;
}

.c-flyer__country {
    font-weight: bold;
    text-transform: uppercase;
}

.c-flyer__product-description {
    height: 200px;
    padding-left: 6px;
    position: absolute;
    top: 1030px;
    width: 900px;
    line-height: 1.2;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}


.c-flyer__modal-btn-container {
    position: absolute;
    top: 510px;
    left: 630px;
    width: 300px;
}

/** End Flyer Styling **/

em {
    font-style: normal !important;
}

#button-login {
    text-align: center !important;
    height: 40px !important;
}

#header-landing-links {
    float: none;
    overflow: hidden;
    text-align: center;
    display: none;
}

    #header-landing-links.header-visible {
        display: block;
    }

#header-other-links {
    float: right;
    display: none;
}

    #header-other-links #phoneBox {
        display: block;
    }


    #header-other-links.header-visible {
        display: block;
    }

#header-contact {
    float: right;
}

input[type="radio"]:checked {
    accent-color: #406781;
}

input[type="checkbox"]:checked {
    accent-color: #406781;
}

.accommodation-price-month {
    border-bottom: Solid 2px #406781 !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 2px 3px 8px grey !important;
}

.accommodation-table td.accommodation-price {
    border-bottom: Solid 2px #406781 !important;
    border-top: Solid 2px #406781 !important;
}

.accommodation-table td.accommodation-date {
    border-bottom: Solid 2px #406781 !important;
    border-top: Solid 2px #406781 !important;
}

.accommodation-price:hover a {
    color: #406781 !important;
}

.accommodation-price span .wasPrice {
    color: #cf0031 !important;
}

.accommodation-price:hover > a > .tableLinkGreen {
    color: #406781 !important;
}

.fa-arrow-circle-left {
    background-color: transparent !important;
    color: white !important;
    padding-left: 10px;
    height: 50px;
    width: 50px;
}

.icon-arrow-background {
    color: white;
}

.icon-arrow {
    color: #232323;
}
