﻿/*
    Top section
*/
.cl-top {
    margin: 25px 0 35px 0;
    padding-left: 75px;
}
.cl-top-logo {
    display: inline-block;
    position: relative;
    z-index: 10;
}
.cl-top-logo img, .cl-recommended-by {
    height: 100px;
}
.cl-recommended-by {
    display: inline-block;
    float: right;
    line-height: 100px;
    font-style: italic;
}

/*
    Main section
*/
.cl-chooser-root {
    background-image: url("/content/images/woman-on-cruise.jpg");
    background-size: 100% 100%;
    color: white;
    padding: 1.75% 2.57%;
    text-align: center;
}
.cl-main-left {
    background: white;
    color: black;
    display: inline-block;
    width: 37%;
    padding: 45px;
}
.cl-book {
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
}
.cl-excursions {
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.cl-begin {
    font-size: 16px;
    max-width: 200px;
    margin: 0.5em auto 1.5em auto;
}
.cl-selector {
    border: 1px solid #B5B5B5;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding-left: 15px;
    background: #fff url(/content/images/arrow-down.svg) 98% center no-repeat;
    background-size: 30px;
}
.cl-dept-date {
    background-image: url(/content/images/calendar.svg);
}
.cl-find-button {
    background: #00A650;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-family: 'Lato';
}
.cl-main-right {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 90px;
    text-align: left;
}
.cl-perfect-for {
    font-size: 44px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0;
}
.cl-memories {
    margin: 30px 0;
    font-size: 36px;
}
.cl-text {
    max-width: 900px;
    margin: 3em auto;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
}
.cl-disclaimer {
    color: #555;
}

/*
    Trips section
*/
.cl-trips-section {
    margin-top: 60px;
}
.cl-headline {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    max-width: 720px;
}
.cl-subheadline {
    font-size: 30px;
    text-align: center;
    width: 100%;
}
.cl-trip-list {
    overflow: hidden;
}
.cl-trip {
    float: left;
    position: relative;
    width: 33%;
    margin-bottom: 40px;
    padding: 0 15px;
}
    .cl-trip a {
        text-decoration: none;
        color: #1E87CB;
    }
.cl-trip-image-wrapper {
    text-align: center;
    height: 220px;
    overflow-y: hidden;
}
.cl-trip-image {
    width: 100%;
}
.cl-region-name {
    text-transform: uppercase;
    display: block;
    margin: 1em auto;
    text-align: center;
    font-size: 1.2rem;
    color: #444;
    font-weight: bold;
}
.cl-trip-link {
    text-transform: uppercase;
    display: block;
    margin: 1em auto;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 15px;
}
.cl-separator {
    display: block;
    max-width: 80px;
    border-top: 1px solid #aaa;
    margin: 1em auto;
}
.cl-region-link {
    display: block;
    margin: 1em auto;
    text-align: center;
    font-weight: bold;
}