﻿/* Property/Value Structure
------------------------------------------------------------------------------------------------------------*/

/* 
    <> Display & Positioning
        -> display 
        -> position
        -> top, left, right, bottom 
    <> Margin & Padding
        -> margin 
        -> padding
        -> width
        -> height
    <> Float & Clear
        -> float
        -> clear
    <> Font Styling
        -> font
        -> font-size
        -> font-style
        -> font-weight
        -> font-variant
        -> line-height
        -> text-decoration
        -> color
    <> Backgrounds & Broders
        -> background
        -> background-color
        -> background-image
        -> background-repeat
        -> background-position
        -> border
    <> Additionals
        -> overflow
        -> visibility
        -> z-index
        -> "rest"
*/

/* Skimmer Web - Global
------------------------------------------------------------------------------------------------------------*/

/* skimmer.webflow.css (TODO!)
--------------------------------------------------------------*/

body {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    color: #6a859c;
    font-size: 16px;
    line-height: 20px;
}

h1 {
    margin-top: 6px;
    margin-bottom: 17px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #30373b;
    font-size: 31px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
}

h2 {
    position: relative;
    margin-bottom: 11px;
    padding-right: 10px;
    padding-left: 10px;
    color: #949494;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

h3 {
    margin-top: 44px;
    margin-bottom: 0px;
    color: #30373b;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;
}

h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-bottom: 20px;
    color: #676770;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

h6 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    color: #767676;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    text-transform: none;
}

.button {
    display: inline-block;
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 0;
    padding: 12px 30px;
    border-radius: 4px;
    background-color: #69b9ff;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: white;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover { background-color: #2e9dff; }

.button.w--current { background-color: #2e80b6; }

.button.full-width {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.button.tab {
    margin-right: 8px;
    margin-left: 8px;
    background-color: #92a0ad;
}

.button.tab:hover { background-color: #2e80b6; }

.button.tab.w--current { background-color: #2e80b6; }

.navigation-link {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #676770;
}

.navigation-link:hover { color: #2e9dff; }

.navigation-bar {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 70px !important;
    background-color: white;
    color: white;
}

.skimmer-logo {
    width: 200px;
    height: 60px;
    float: left;
}

.brand-link {
    padding-top: 0px;
    padding-bottom: 16px;
}

.brand-link.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section {
    position: relative;
    padding: 80px 10px;
    background-color: white;
    text-align: center;
}

.section.accent { background-color: #192024; }

.white-box {
    padding: 15px;
    border: 1px solid #dcebf7;
    border-radius: 5px;
    background-color: white;
    text-align: center;
}

.white-box.transparent {
    border-style: none;
    background-color: transparent;
}

.hero-section {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 466px;
    padding-top: 50px;
    padding-bottom: 252px;
    background-image: -webkit-linear-gradient(298deg, #122e6b 33%, #5cb7ff);
    background-image: linear-gradient(152deg, #122e6b 33%, #5cb7ff);
}

.hero-section.short {
    height: 109px;
    padding-top: 27px;
    padding-bottom: 0px;
}

.hero-section.price-hero { min-height: 650px; }

.hollow-button {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0px;
    padding: 10px 30px;
    border: 1px solid white;
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    color: white;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: none;
}

.hollow-button:hover {
    border-color: #2e9dff;
    color: #2e9dff;
}

.hollow-button.all-caps {
    margin-top: 48px;
    margin-left: 0px;
    text-transform: uppercase;
}

.section-heading {
    margin-top: 0px;
    margin-bottom: 16px;
}

.section-heading.centered {
    color: #676770;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.section-heading.centered.white { color: white; }

.section-subheading.center {
    font-family: 'Fontawesome webfont', sans-serif;
    color: #8e8e9c;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-subheading.center.off-white {
    padding-bottom: 0px;
    color: #e8e8e8;
}

.section-title-group { margin-bottom: 60px; }

.form-field {
    height: 45px;
    margin-bottom: 17px;
    border-radius: 3px;
    /* This causes text field borders not to show on iPhones. Simple solution: get rid of it :)
    border: 0px solid black;
    box-shadow: rgba(64, 64, 71, 0.29) 0px 0px 0px 1px;
    */
}

.form-field.text-area { height: 110px; }

.footer {
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer.center {
    border-top: 1px solid #dbdbdb;
    background-color: #383838;
    text-align: center;
}

.dark-blue-footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
}

.footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #9e9e9e;
    font-size: 16px;
    text-align: center;
}

.grid-image {
    display: block;
    width: 35%;
    margin: 20px auto;
    padding: 20px;
    border: 10px solid white;
    border-radius: 50%;
    background-color: #69b9ff;
    box-shadow: #2e9dff 0px 0px 0px 1px;
}

.info-icon { float: left; }

.footer-link {
    display: block;
    margin-bottom: 6px;
    padding-bottom: 0;
    border-bottom: 1px none #d5d5e0;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.footer-link:hover {
    color: white;
    text-decoration: underline;
}

.footer-link.with-icon { margin-left: 30px; }

.tab-menu {
    margin-bottom: 40px;
    text-align: center;
}

.tabs-wrapper { text-align: center; }

.fullwidth-image {
    width: 100%;
    margin-bottom: 20px;
}

.white-text {
    margin-bottom: 20px;
    color: #FFF;
    text-align: left;
}

.white-text.left-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 31px;
    text-align: left;
}

.form { margin-top: 40px; }

.hero-image-column {
    height: 499px;
    margin-top: -36px;
    margin-left: 10px;
    padding-left: 0px;
    background-image: url('Img/route-overview.png?v=1');
    background-position: 0% -13%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.hero-wrapper { height: 211px; }

.nav-link {
    border-top-style: none;
    border-top-width: 3px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    color: #777;
}

.hero-div-col-1 { margin-top: 35px; }

.content-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-section-md {
    padding-top: 70px;
    padding-bottom: 30px;
}

.content-section.light-gray {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background-color: #f7f7f7;
}

.content-section.light-gray.tech-section {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 827px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.content-section.light-gray.customer-section {
    position: static;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 796px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.content-section.part-section { height: 994px; }

.content-section.blue { background-color: #4795ec; }

.content-section.dark-blue { background-color: #212e55; }

.content-section.small-hero {
    height: 100px;
    padding-top: 20px;
    padding-bottom: 70px;
}

.content-wrapper { text-align: center; }

.techs-image {
    max-width: 1796px;
    margin-top: -28px;
    margin-left: -430px;
}

.content-p {
    margin-top: 1px;
    color: #767676;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0px;
    text-transform: none;
}

.content-col-offset-1 {
    margin-left: 3.11%
}

i.huge-icon {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
}

i.blue-icon { color: #2590e4; }

i.white-icon { color: #ffffff; }

i.tab-icon {
    margin-bottom: 12px;
    font-size: 30px;
}

.breakfast-section {
    height: 400px;
    padding-top: 124px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.29) 100%, white), url('Img/breakfast.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.29) 100%, white), url('Img/breakfast.jpg');
    background-size: auto, cover;
}

.action-wrapper {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

.video { margin-top: 34px; }

.rebel-section {
    height: 740px;
    padding-top: 65px;
    background-image: url('Img/_MG_9320.jpg');
    background-position: -1% 100%;
    background-size: cover;
}

.rebel-container {
    margin-top: 0;
    padding-top: 0;
}

.rebel-p {
    padding: 20px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.75) 100%, white);
    background-image: linear-gradient(rgba(0, 0, 0, 0.75) 100%, white);
    font-weight: 400;
}

.beach-section {
    height: 400px;
    padding-top: 82px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2) 100%, white), url('Img/_MG_6156.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, white), url('Img/_MG_6156.jpg');
    background-position: 0% 0%, 0% 0%;
    background-size: auto, cover;
}

.left-text { text-align: left; }

.feature-block {
    margin-top: 15px;
    padding: 20px;
}

.center-text { text-align: center; }

.center-text.feature { margin-top: 20px; }

.hero-contact-block { margin-top: 49px; }

.black-sectin {
    width: 2000px;
    height: 1500px;
    background-color: black;
    color: black;
}

.part-tabs {
    margin-top: 58px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tab-button {
    width: 24%;
    margin-right: 0px;
    padding: 8px 3px 17px;
    border: 1px solid #e7e7e7;
    border-radius: 0px;
    background-color: #f7f7f7;
    color: #767676;
    font-weight: 400;
    text-align: center;
}

.tab-button.w--current {
    border-bottom: 2px solid #2590e4;
    background-color: white;
    color: #2590e4;
    font-weight: 600;
}

.tab-content { margin-top: 41px; }

.optimize-route-image {
    max-width: 1200px;
    margin-top: -18px;
    margin-left: -256px;
}

.customer-image {
    max-width: 800px;
    margin-left: 0px;
    float: right;
}

.shopping-image { height: 500px; }

.shopping-column { height: 609px; }

.screen-image { margin-top: 30px; }

.screen-image.float-right { float: right; }

.screen-image.float-right.max-image { max-width: 600px; }

.screen-image.max-image { max-width: 600px; }

.screen-image.max-image-810 { max-width: 810px; }

.condensed {
    margin-bottom: 0px;
    line-height: 25px;
}

.footer-p {
    margin-top: 14px;
    margin-bottom: 15px;
}

.footer-heading {
    margin-top: 0px;
    margin-bottom: 15px;
    color: white;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.copyright-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright-section-dark-blue {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #212e55;
}

.question-block {
    margin-top: -40px;
    padding-right: 40px;
    padding-left: 45px;
}

.feature-h3 {
    margin-top: 0px;
    margin-bottom: 18px;
}

.feature-h3.blue-text { color: #2590e4; }

.price {
    margin-top: 50px;
    font-size: 65px;
    line-height: 80px;
}

.dollar {
    position: relative;
    left: 1px;
    top: -10px;
    bottom: 0px;
    display: inline;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 38px;
    line-height: 0px;
}

.features-block {
    min-height: 390px;
    margin-top: 0px;
    padding: 50px 30px 35px 60px;
    background-color: white;
}

.price-block {
    padding-top: 0px;
    padding-bottom: 53px;
}

.price-block.blue-section {
    min-height: 390px;
    background-color: #3f8add;
}

.price-h3 {
    margin-top: 20px;
    color: white;
    font-size: 19px;
    font-weight: 300;
    text-align: center;
}

.min-price-h3 {
    margin-top: 8px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.price-row { margin-top: 45px; }

.blue-text {
    border-bottom-style: none;
    color: #2590e4;
}

.contact-section {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #2590e4;
}

.contact-block { margin-left: 50px; }

.text-link { color: #2590e4; }

.footer-h3 {
    margin-top: 0px;
    margin-bottom: 7px;
    color: white;
    text-transform: none;
}

.step-number {
    float: none;
    color: white;
    font-size: 40px;
    line-height: 40px;
}

.step-div {
    display: inline-block;
    width: 75px;
    height: 80px;
    float: left;
    clear: none;
}

.step-h3 {
    display: block;
    margin-top: 0px;
    float: none;
}

.step-instruction-div {
    margin-right: 0px;
    margin-left: 95px;
    float: none;
    text-align: left;
}

.step-instructions {
    color: #767676;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
}

.step-block {
    margin-top: 50px;
    border-bottom-width: 1px;
    border-bottom-color: #2e9dff;
}

.step-button {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
    float: none;
    border-radius: 4px;
    background-color: #5bc211;
    text-align: center;
}

.help-text {
    margin-bottom: 8px;
    color: #767676;
    font-weight: 300;
    text-align: center;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
    opacity: 0;
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
}


@media (min-width: 768px) {
    .credit-card.input-icons {
        width: 45%;
        position: absolute;
        margin-top: -30px;
        left: 162px;
        font-size: 22px;
    }

    .col-sm-2.l-padding-0 {
        padding-left: 0px !important;
    }

    .col-sm-4.l-padding-5 {
        padding-left: 5px !important;
    }

    .col-sm-6.r-padding-10 {
        padding-right: 10px !important;
    }

    .col-sm-6.l-padding-10 {
        padding-left: 10px !important;
    }

    .col-sm-6.r-padding-20 {
        padding-right: 20px !important;
    }

    .col-sm-7.l-padding-5 {
        padding-left: 5px !important;
    }

    .footer-text-l-col {
        text-align: left;
        padding-left: 45px;
    }

    .footer-text-r-col {
        text-align: right;
        padding-right: 36px;
    }
}

@media (min-width: 992px) {
    .credit-card.input-icons {
        width: 45%;
        position: absolute;
        margin-top: -34px;
        left: 205px;
        font-size: 28px;
    }

    .content-wrapper.logo {
        padding-left: 25px;
    }

    .page-title {
        padding-left: 34px;
    }

    .feature-text {
        padding-left: 21px;
    }

    .col-6-text {
        padding-top: 10px !important;
    }

    .terms-text {
        position: relative;
        top: 13px;
    }

    .feature-h3.step-3 {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .navigation-link { color: rgba(255, 255, 255, 0.52); }

    .navigation-link.w--current { color: white; }

    .hamburger-button.w--open { background-color: #3b99d9; }

    .navigation-menu { background-color: #3b99d9; }

    .hero-section { height: 511px; }

    .grid-image {
        width: 50%;
        padding: 15px;
    }

    .rebel-section {
        height: 700px;
        background-position: 42% 0%;
    }

    .menu-button { color: #69b9ff; }

    .hero-contact-block { margin-top: 37px; }

    .content-wrapper.logo {
        padding-left: 8px;
    }

    .page-title {
        padding-left: 17px;
    }

    .feature-text {
        padding-left: 15px;
    }

    .terms-text {
        position: relative;
        top: 8px;
    }

    .feature-h3.step-3 {
        padding-top: 30px;
    }
    
}

@media (max-width: 767px) {
        .button.full-width {
            margin-right: auto;
            margin-left: auto;
        }

        .button.tab {
            font-size: 12px;
        }

        .white-box {
            margin-bottom: 30px;
        }

        .hero-section {
            height: 400px;
        }

            .hero-section.price-hero {
                height: 411px;
                min-height: 950px;
            }

        .form-field.text-area {
            display: block;
        }

        .grid-image {
            width: 20%;
            padding: 20px;
        }

        .white-text {
            margin-bottom: 12px;
        }

            .white-text.left-text {
                padding-right: 70px;
                padding-left: 70px;
                text-align: center;
            }

            .white-text.center {
                padding-right: 45px;
                padding-left: 45px;
                text-align: center;
            }

        .spc {
            margin-bottom: 30px;
        }

        .hero-image-column {
            background-image: none;
            background-position: 0% 0%;
            background-size: auto;
            background-repeat: repeat;
            background-attachment: scroll;
        }

        .hero-div-col-1 {
            text-align: center;
        }

        .breakfast-section {
            padding-top: 72px;
        }

        .rebel-section {
            height: 596px;
        }

        .hero-contact-block {
            display: none;
        }

        .footer-h3 {
            margin-top: 25px;
        }

        .credit-card.input-icons {
            margin-top: -30px;
            left: 171px;
            font-size: 22px;
            float: right;
            margin-right: 10px;
        }

        .col-sm-5.content-col-offset-1 {
            margin-right: 3.11%;
        }
    
        .col-sm-5.col-centered {
            margin-right: 3.11%;
            margin-left: 3.11%;
        }

        .col-6-text {
            padding-top: 10px !important;
        }

        .terms-text {
            position: relative;
            top: 4px;
        }
        .col-6-text > label {
            margin-right: 10px;
        }

        .feature-h3.step-3 {
            padding-top: 10px;
        }

        .feature-h3.step-2 {
            padding-top: 10px;
        }
    }



    @media (max-width: 479px) {
        .button {
            margin-bottom: 25px;
        }

        .hero-section {
            height: 450px;
        }

            .hero-section.price-hero {
                min-height: 1092px;
            }

        .section-subheading.center {
            line-height: 30px;
        }

        .grid-image {
            width: 35%;
        }

        .white-text.left-text {
            padding-right: 10px;
            padding-left: 10px;
        }

        .content-section.light-gray.tech-section {
            height: 950px;
        }

        .content-section.part-section {
            height: 1300px;
        }

        .breakfast-section {
            height: 437px;
            background-position: 0 0, 40% 0;
        }

        .rebel-section {
            height: 686px;
            padding-top: 112px;
        }

        .rebel-container {
            margin-top: -95px;
        }

        .rebel-p {
            padding-top: 20px;
        }

        .menu-button {
            padding-top: 20px;
        }
    }

    /* custom.css (TODO!)
--------------------------------------------------------------*/

    table {
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }

        table td, table th {
            padding: 10px 10px;
        }

        table thead th {
            border-bottom: 2px solid #ddd;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF));
            background: -moz-linear-gradient(center top, #FFFFFF 5%, #FFFFFF 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');
            background-color: #FFFFFF;
            color: #30373B;
            font-size: 17px;
            font-weight: bold;
        }

        table tbody td {
            color: #767676;
            font-size: 16px;
            border-bottom: 1px solid #F1F1F1;
            font-weight: normal;
        }

            table tbody td:first-child {
                border-left: none;
            }

        table tbody tr:last-child td {
            border-bottom: none;
        }

    .field-validation-error {
        color: red;
        text-align: left;
        display: block;
        padding-bottom: 10px;
    }

    .text-danger {
        color: #b94a48;
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: left;
    }

    .text-payment-errors {
        color: #b94a48;
        padding-top: 0px;
        padding-bottom: 5px;
        text-align: left;
    }

    .form {
        margin-top: 0px;
    }

    .formlabel {
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        color: #2590e4;
    }

    .hero-button {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
    }

    .menu-button {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-link {
        color: #2e9dff;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        text-decoration: none;
    }

        .home-link:hover {
            text-decoration: underline;
        }

    .video-link {
        color: #2e9dff;
        font-size: 18px;
        line-height: 36px;
        font-weight: 400;
        text-decoration: none;
    }

        .video-link:hover {
            text-decoration: underline;
        }

    .video-thumbnail {
        margin-right: 20px;
    }

    .video-div {
        margin-top: 30px;
    }

    .margin-top-15 {
        margin-top: 15px;
    }

    .no-top-margin {
        margin-top: 0px;
    }

    .margin-left-5 {
        margin-left: 5px;
    }

    .hollow-menu-button {
        margin-top: 10px;
        display: inline-block;
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 10px 15px;
        border: 1px solid #42A5F5;
        border-radius: 4px;
        -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
        transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
        color: #42A5F5;
        line-height: 21px;
        font-weight: 600;
        letter-spacing: 2px;
        text-decoration: none;
        text-transform: none;
    }

        .hollow-menu-button:hover {
            border-color: #2196F3;
            color: #2196F3;
        }

        .hollow-menu-button.all-caps {
            margin-top: 48px;
            margin-left: 0;
            text-transform: uppercase;
        }

    .flex {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .justify-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mt-4 {
        margin-top: 1rem;
    }

    .-mb-4 {
        margin-bottom: -1rem;
    }

.fa.visa-card {
    color: #005493;
}

.fa.master-card {
    color: #EB001B;
}

.fa.amex-card {
    color: #42A5F5;
}

.fa.discovery-card {
    color: #FF9300;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* webflow.css Overrides
--------------------------------------------------------------*/

    .w-container {
        height: 100%;
    }

    .w-container-md {
        margin-left: auto;
        margin-right: auto;
        max-width: 930px;
    }

    .w-nav-button.w--open {
        background-color: #69b9ff;
        ;
        color: white;
    }

    .w--nav-menu-open {
        background: rgba(255, 255, 255, 0.95);
        border-top: 1px solid #69b9ff;
        border-bottom: 1px solid #69b9ff;
    }

    .w-nav-link {
        display: inline-block;
        text-align: right;
    }

    .w-nav .w--nav-menu-open .menu-button {
        color: #FFF;
    }

    .w-nav[data-collapse="small"] .w--nav-menu-open .menu-button,
    .w-nav[data-collapse="tiny"] .w--nav-menu-open .menu-button,
    .w-nav[data-collapse="small"] .w--nav-menu-open .hollow-menu-button,
    .w-nav[data-collapse="tiny"] .w--nav-menu-open .hollow-menu-button {
        margin-top: 0;
        margin-bottom: 10px;
    }



