html {
    font-size: 16px;
}

body {
    font-family: Lato, Helvetica, sans-serif;
    color: #424242;
}

a {
    color: #1a59ba;
    text-decoration: none;
}

p, ul {
    font-size: 18px;
    font-weight: 100;
}

h1 {
    font-size: 48px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

li {
    list-style: none;
}

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.display-cell img {
    /*min-width: 45px;
    min-height: 45px;*/
}

ul.custom-bullets li:before {
    content: "•";
    color: #626262;
    padding-right: 6px;
    position: relative;
    line-height: 10px;
}

.kayak-font {
    font-family: 'Kayak Sans', Helvetica, sans-serif;
}

.big {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
}

.container {
    position: relative;
}

.text-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aquamarine {
    background: #6c9eee; /* Old browsers */
    background: -moz-linear-gradient(top, #6c9eee 0%, #52c6ce 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6c9eee 0%, #52c6ce 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6c9eee 0%, #52c6ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c9eee', endColorstr='#52c6ce', GradientType=0); /* IE6-9 */
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.aquamarine::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #557dbd; /* Old browsers */
    background: -moz-linear-gradient(top, #557dbd 0%, #429fa5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #557dbd 0%, #429fa5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #557dbd 0%, #429fa5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#557dbd', endColorstr='#429fa5', GradientType=0); /* IE6-9 */
    opacity: 0;
    transition: opacity .5s cubic-bezier(1, 0, 0, 1);
    z-index: -1;
}

.aquamarine:hover::after {
    opacity: 1;
}

.btn-custom {
    padding: 14px 20px;
    margin-top: 15px;
    color: #fff !important;
    border-radius: 35px;
    border: none;
    max-width: 265px;
}

.btn-custom.bottom {
    font-size: 24px;
    padding: 21px 15px;
    max-width: 360px;
    margin: 20px auto 80px auto;
}

.navbar-collapse .navbar-nav {
    margin: 0;
}

.navbar-default .navbar-brand.logo {
    background: url('../img/home/lief_logo.svg') no-repeat 0 0;
    margin: 16px 0 0 15px !important;
    padding: 14px 0 0 65px;
    font-size: 26px;
    font-weight: 100;
    color: #969494;
}

.navbar-default .navbar-brand img {
    /*margin-top: 5px;*/
    margin-left: 15px;
}

.navbar-default .navbar-brand.logo .kayak-font {
    font-size: 36px;
    color: #2a76cf;
    margin-right: 8px;
}

.navbar-default {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.navbar-default .navbar-toggle {
    margin-top: 23px;
    margin-bottom: 24px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    color: #305696;
    background: none;
    box-shadow: none;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    color: #494949;
    font-weight: normal;
    font-size: 18px;
    padding: 15px 15px;
}

.navbar-default .navbar-nav > li:first-child > a {
    margin-left: 0;
}

.navbar-default .navbar-nav > li > a:not(.btn):hover {
    background-color: transparent !important;
}

.section > .container > [class^="col-"] {
    padding: 0;
    float: none;
}

.section ul {
    padding-top: 20px;
}

.section-1 {
    background: #9bc5ca url('../img/home/main_image_768.jpg') no-repeat center 0/cover;
    height: 380px;
    margin-bottom: 70px;
}

.section-1-healthcare {
    background: url('../img/home/provider_home.png') no-repeat 0/cover;
    height: 380px;
    background-position: center 15%;
    margin-bottom: 70px;
}

.section-1-healthcare .text-middle {
    position: absolute;
    top: 40%;
    left: 60%;
}

.happy-holidays-section-1 {
    background: #9bc5ca url('../img/home/new_landing_cover.jpg') no-repeat center 0/cover !important;
    height: 580px !important;
}

.section-1 .container {
    position: relative;
    height: 100%;
}

.section-1-healthcare .container {
    position: relative;
    height: 100%;
}

.section-1 .text-middle {
    color: #fff;
    max-width: 700px;
}

.section-1-healthcare .text-middle {
    color: #fff;
    max-width: 400px;
}

.section-1 h1 span {
    color: #ffc900;
}

.section-1, .section-1-healthcare p {
    font-size: 24px;
    font-weight: 100;
    text-align: left;
}

.section-1 .sub-image .image-1 {
    position: absolute;
    right: 15px;
    bottom: -20px;
    width: 123px;
    height: 252px;
    top: 300px;
    background-size: 100%;
}

.section-1 .sub-image .image-2 {
    position: absolute;
    right: 86px;
    bottom: -51px;
    width: 144px;
    height: 84px;
    background-size: 100%;
}

.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8 {
    margin-bottom: 80px;
}

.section-4 .text {
    max-width: 680px;
    margin: 0 auto 10px;
}

.section-4 .list-group .item {
    margin-top: 40px;
}

.section-4 .list-group .icon {
    height: 110px;
    width: 90px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 10px;
    background: no-repeat center 32px;
}

.section-4 .list-group .icon.control {
    color: #ff9e35;
    background-image: url('../img/home/icon_control.svg');
}

.section-4 .list-group .icon.resilient {
    color: #157dc9;
    background-image: url('../img/home/icon_resilien.svg');
}

.section-4 .list-group .icon.nudge {
    color: #00c8cc;
    background-image: url('../img/home/icon_nudge.svg');
}

.section-4 .list-group .icon.calm {
    color: #657be8;
    background-image: url('../img/home/icon_calm.svg');
}

/*
.section-5 img {
	width: 50%;
	float: left;
}
*/
.section-7 li:before {
    font-size: 30px;
    top: 4px;
}

.section-8 h4 {
    margin-top: 25px;
}

.section-8 .btn {
    font-size: 20px;
    margin: 35px 0 0 23px;
}

.section-9 li:before {
    font-size: 23px;
    top: 2px;
}

.pricing-table .price {
    text-align: center;
    color: #fff;
    padding: 15px 0 44px;
    font-size: 24px;
    font-weight: 100;
}

.pricing-table .price .package {
    font-size: 16px;
    padding-bottom: 20px;
}

.pricing-table .price span {
    font-size: 50px;
    font-weight: 300;
}

.pricing-table.section .description {
    background: #eee;
    font-size: 14px;
}

.pricing-table .description ul {
    padding: 25px 15px 18px 45px;
    font-size: 14px;
}

.pricing-table .description ul li {
    padding-bottom: 5px;
}

.pricing-table .description h4 {
    padding-bottom: 35px;
    padding-left: 30px;
    line-height: 25px;
}

.cornflower-blue {
    background: #65a4e8;
}

.caribbean-green {
    background: #00c8cc;
}

.mountain-meadow {
    background: #20d897;
}

.footnote {
    margin-top: 20px;
}

.footnote p {
    font-size: 12px;
    font-weight: 300;
}

.underline {
    text-decoration: underline;
}

.description {
    padding-left: 0px;
}

#top-panel-text {
    /*text-align: center;
    top: 77%;
    left: 22%;*/
    top: 75%;
}

#top-panel-health-caretext {
    top: 40%;
}

#top-panel-text p.lf-hack {
    /*text-align: center;*/
}


#top-panel-button {
    position: relative;
}

#top-panel-button .btn-custom {
    font-size: 24px;
    max-width: 360px;
    padding: 21px 69px;
    margin: 8px auto;
}

#down-arrow {
    position: relative;
    width: 100%;
    top: 54px;
}

#down-arrow img {
    max-width: 5vw;
    width: 5vw;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
}

/*.logo-list {
    margin-bottom: 180px;
}*/

.logo-list .col1-padding {
    padding-right: 0px !important;
}

.logo-list .col2-padding {
    padding-left: 0px !important;
}

#download-holiday-form {
    /*text-align: center;
    top: 77%;
    left: 22%;*/
    margin-top: 15%;
    margin-left: 70%;
}

.download-form-wrapper {
    box-shadow: 2px 2px 5px 0px #999;
    padding: 25px;
    background: #ffffff;
}

.download-form-title {
    font-size: x-large;
    color: #6c9eee;
}

.download-form-description {
    font-size: medium;
    font-weight: 100;
}

@media (min-width: 480px) {
    p {
        text-align: justify;
    }

    .section ul {
        padding-left: 60px;
    }

    .section-1 {
        background-image: url('../img/home/main_image_480.jpg');
    }

    .section-4 .list-group .icon {
        float: left;
        margin: 0;
    }

    .section-4 .list-group .description {
        margin-left: 90px;
        padding: 0 0 0 20px;
    }

    .section-8 .btn {
        font-size: 20px;
        margin-left: 72px;
    }

    #download-holiday-form {
        margin-top: 5%;
        margin-left: 70%;
    }

    .download-form-wrapper {
        padding: 15px;
    }

    .download-form-title {
        font-size: larger;
    }

    .download-form-description {
        font-size: small;
    }
}

@media (min-width: 640px) {
    .big {
        font-size: 42px;
        font-weight: 400;
    }
}

@media (min-width: 768px) {
    h2 {
        margin-top: 0;
    }

    .block {
        display: inline-block;
        vertical-align: middle;
    }

    .navbar-default .navbar-toggle {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .navbar-default .navbar-nav > li > a {
        margin-left: 10px;
        padding: 30px 15px;
    }

    .navbar-default .navbar-nav > li > a.btn-custom {
        padding: 15px 30px;
    }



    .section-1 {
        background-image: url('../img/home/main_image_768.jpg');
    }

    .section-2 .block.text {
        padding-left: 40px;
    }

    .section-3 .block.text,
    .section-5 .block.text,
    .section-6 .block.image,
    .section-8 .block.text {
        padding-right: 40px;
    }

    .pricing-table .block {
        vertical-align: bottom;
    }

    .pricing-table .block:nth-child(1) {
        padding-right: 15px;
    }

    .pricing-table .block:nth-child(2) {
        padding: 0 8px;
    }

    .pricing-table .block:nth-child(3) {
        padding-left: 15px;
    }

    #download-holiday-form {
        margin-top: 5%;
        margin-left: 65%;
    }

    .download-form-wrapper {
        padding: 15px;
    }

    .download-form-title {
        font-size: larger;
    }

    .download-form-description {
        font-size: small;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 36px;
    }

    .big {
        font-size: 64px;
        font-weight: 300;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1.250rem; /* 20px */
        margin-left: 70px;
    }

    .navbar-default .navbar-nav > li > a.btn-custom {
        padding: 14px 70px;
    }

    .section-1, .section-1-healthcare {
        height: 580px;
        margin-bottom: 144px;
    }

    .section-1 .sub-image .image-1 {
        right: 15px;
        width: 169px;
        height: 343px;
    }

    .section-1 .sub-image .image-2 {
        right: 105px;
        bottom: -80px;
        width: 261px;
        height: 147px;
    }

    .section-2,
    .section-3,
    .section-4,
    .section-7,
    .section-8 {
        margin-bottom: 190px;
    }

    . {
        margin-bottom: 80px;
    }

    .section-4 .list-group .item {
        margin-top: 70px;
    }

    .section-4 .list-group .description {
        padding: 0 20px;
    }

    .download-form-title {
        font-size: x-large;
    }

    .download-form-description {
        font-size: larger;
    }
}

@media (min-width: 1200px) {
    .list-group {
        padding: 0 95px;
    }

    .pricing-table .description ul {
        padding-left: 85px;
    }

    .pricing-table .description h4 {
        padding-left: 70px;
    }

    .section-1 {
        background-image: url('../img/home/main_image_1440.jpg');
    }

    #download-holiday-form {
        margin-top: 15%;
        margin-left: 70%;
    }

}

@media (max-width: 1199px) {
    #top-panel-text {
        left: 9%;
    }

}


@media (min-width: 1650px) {
    .section-1 {
        height: 798px;
        background-image: url('../img/home/main_image_1920.jpg');
    }

    .section-1-healthcare {
        height: 798px;
        background-image: url('../img/home/provider_home.png');
        background-position: center 15%;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    .section-5 h2,
    .section-6 h2,
    .section-7 h2,
    .section-8 h2 {
        margin-top: 50px;
    }

    .section-5 .block.text {
        padding: 0;
    }

    #down-arrow {
        display: none;
    }

    #download-holiday-form {
        margin-top: 5%;
    }
}


@media (max-width: 992px) {
    .section-8 .block.image {
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 991px) {

    #top-panel-text {
        position: absolute;
        top: 83%;
        left: 0%;
    }

    #top-panel-text h1 {
        font-size: 44px;
        position: relative;
        top: -10px;
    }

    #top-panel-text p.lf-hack {
        text-align: left;
        position: relative;
        top: -24px;
    }

    #top-panel-button {
        position: relative;
        top: -43px;
    }

    .new-group-list {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .new-group-list .description {
        padding-left: 15px;
    }

    .new-group-list .description p {
        text-align: center !important;
    }

    .section-1 .sub-image .image-1 {
        top: 170px;
        right: 0px;
    }

    /*.logo-list {
        margin-bottom: 90px !important;
    }*/

    .logo-list .col1-padding {
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }

    .logo-list .col2-padding {
        padding-left: 15px !important;
        padding-top: 15px !important;
    }
}


@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        padding: 15px 0;
    }

    .navbar-default .navbar-nav > li > a.btn-custom {
        margin-bottom: 15px;
    }

    .navbar-default .navbar-nav > li > a.btn-custom {
        width: 230px;
    }

    .section-1 .text-middle {
        padding-right: 15px;
    }

    .section-1-healthcare .text-middle {
        padding-right: 15px;
        left: 40%;
    }

    .section .block.image {
        width: 100%;
        text-align: center;
    }

    #top-panel-text {
        left: 13.25%;
    }

    #top-panel-text h1 {
        font-size: 5.75vw;
    }

    #top-panel-text p {
        font-size: 3.2vw;
    }

    .new-group-list {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .new-group-list .description {
        padding-left: 15px;
    }

    .new-group-list .description p {
        text-align: center !important;
    }

    p, ul {
        font-weight: 300;
    }
}

@media (max-width: 481px) {
    #top-panel-text h1 {
        font-size: 8vw;
    }

    #top-panel-text p {
        font-size: 4.5vw;
    }

    #top-panel-text {
        left: 0;
        top: 72%;
    }

    #top-panel-text p.lf-hack {
        margin-top: 23px;
    }

    #top-panel-button .btn-custom {
        top: 7px;
        position: relative;
    }

    .navbar-default .navbar-brand img {
        margin-left: 0px;
    }

    .navbar-default .navbar-brand {
        padding-left: 8px;
        padding-right: 8px;
    }
}


@media (max-width: 568px) {
    .section-1, .section-1-healthcare h1 {
        font-size: 24px;
    }

    .section-1, .section-1-healthcare p {
        font-size: 16px;
        font-weight: 300;
    }

    .navbar-default .navbar-brand img {
        margin-left: 0px;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 24px;
    }

    .navbar-default .navbar-brand.logo {
        margin: 21px 0 0 15px !important;
        padding: 8px 0 0 55px;
        font-size: 22px;
        font-weight: 300;
        background-size: 40px;
    }

    .navbar-default .navbar-brand.logo .kayak-font {
        font-size: 24px;
        margin-right: 0px;
    }

    .navbar-default .navbar-brand img {
        margin-left: 0px;
        width: 275px !important;
    }

    .navbar-default .navbar-brand {
        padding-left: 8px;
        padding-right: 8px;
    }

    #download-holiday-form {
        margin-top: 15%;
        margin-left: 0%;
    }
}
