/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("fonts_inclusion.css");

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
    color: #888888;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*
 * PLASTIC
 * Colors
 * Site-wide color palette and helper classes
 */

.transparent {
    color: transparent !important;
}

/* Fonts */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: white;
    height: auto !important;
    padding-top: 150px;
}

.normal {
    font-weight: 400;
}

.regular {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.u-padding10 {
    padding: 10px 10px 0 !important
}

h1 {
    font-weight: 900;
    font-size: 30px;
    color: #282828;
    line-height: 37px;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

.hidden {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0;
}

.align_center {
    text-align: center;
}

* {
    box-sizing: border-box;
}

.navbar-fixed-up-logged-out {
    /*border-bottom: 1px solid #444444;*/
}

.col {
    padding-left: 0;
    padding-right: 0;
}

.hero_banner {
    width: auto;
    top: 54px;
    padding-top: 145px;
    z-index: 100;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.u-fadein {
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
}

html {
    position: relative;
    min-height: 100%;
}

.carousel-inner > .item {
    /*disables white flash*/
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    border-radius: 10px !important;
}

@media screen and (max-width: 1000px) {

    .carousel-inner > .item {
        border-radius: 0 !important;
    }
}

.carousel {
    margin: -60px 40px 70px;
    max-height: 450px;

}

body.front .slick-slider .slick-track,
body.front .slick-slider .slick-list,
body.front .slick-slide,
body.front .carousel {
    max-height: none !important;
}

.carousel-inner {
    height: 450px;
    width: auto !important;
    -webkit-box-shadow: 0 30px 70px -23px #BBB;
    -moz-box-shadow: 0 30px 70px -23px #BBB;
    -o-box-shadow: 0 30px 70px -23px #BBB;
    box-shadow: 0 30px 70px -23px #BBB;
    border-radius: 10px !important;

}

.u-backgroundColorF6 {
    background-color: #F6F6F6;
}

.u-backgroundColorf6f9fc {
    background-color: #f6f9fc !important;
}

.item:nth-child(1) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('/static/images/homepage/alt-garage2.jpg');
    position: relative;

}

.item:nth-child(2) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 100% !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('/static/images/homepage/alt-garage1.jpg');
    position: relative;
}

.item:nth-child(3) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 100% !important;
    background-repeat: no-repeat;
    background-position: bottom -20px center;
    background-image: url('/static/images/homepage/alt-garage3.jpg');
    position: relative;
}

.item:nth-child(4) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 100% !important;
    background-repeat: no-repeat;
    background-position: bottom -29px center;
    background-image: url('/static/images/homepage/alt-garage4.jpg');
    position: relative;
}

.item:nth-child(5) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 100% !important;
    background-repeat: no-repeat;
    background-position: top -28px center;
    background-image: url('/static/images/homepage/alt-garage5.jpg');
    position: relative;
}

.slick-slider {
    background: #FFFFFF;
}

.slick-slide {
    max-height: 400px !important;
}

.slick-slide img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    margin-top: -8%;
}

.slick-list {
    border-radius: 0 !important;
}

.slick-arrow {
    cursor: pointer;
}

.slick-arrow.fa-angle-left {
    display: inline-block;
    position: absolute;
    left: 15px;
    z-index: 200;
    top: 43%;
    color: #FFF;
}

.slick-arrow.fa-angle-right {
    display: inline-block;
    position: absolute;
    right: 15px;
    z-index: 200;
    top: 43%;
    color: #FFF;
}

.carousel-inner > .item {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.carousel-inner > .item:first-of-type {
    position: relative;
}

.carousel-inner > .active {
    opacity: 1;
    z-index: 3;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
    left: 0;
    z-index: 2;
}

.carousel-inner > .active.left,
.carousel-inner > .active.right {
    z-index: 1;
}

.carousel-control {
    z-index: 4;
}

.hero_banner .search_container,
.advantages,
.partners {
    width: 100%;
    padding: 10px 40px 75px !important;
    height: auto;
    left: 0.00001%;
    right: 0.00001%;
    margin-bottom: 40px;
}

.partners {
    padding: 10px 40px 75px !important;
}

.selected-listings {
    width: 100%;
    padding: 10px 40px 10px !important;
    height: auto;
    left: 0.00001%;
    right: 0.00001%;
    z-index: 2000;
    position: relative;

    bottom: 0 !important;
    /*margin-bottom: 0 !important;*/
}

.hero_banner .search_container {
    background-color: transparent;
}

.u-fontSize12px {
    font-size: 12px;
    font-weight: 400;
}

.search {
    /* specific to big search */
    /* specific to small search */
    /* mobile fullscreen search */
    /* shared styles */
    width: 100%;
}

.search-colored-container {
    background: transparent;
    width: 100%;
    top: -20px;
    padding: 0 0 7px;
    border-bottom: none;
    margin-bottom: 20vh !important;
}

@media screen and (max-width: 325px) {
    .search-colored-container {
        margin-bottom: 10vh !important;
    }
}

.max-width-container {
    max-width: 1175px;
    padding: 0 40px 20px;
    margin: 0 auto;
    position: relative;
}

.carousel-wrapper {
    margin-top: 20px;
}

.search_container .search #query {
    padding: 20px 287px 20px 20px;
    line-height: 1.1;
    height: 65px;
    font-size: 20px;
    -webkit-box-shadow: 0 5px 30px rgba(156, 160, 171, 0.25);
    -moz-box-shadow: 0 5px 30px rgba(156, 160, 171, 0.25);
    -o-box-shadow: 0 5px 30px rgba(156, 160, 171, 0.25);
    box-shadow: 0 5px 30px rgba(156, 160, 171, 0.25);
    border-radius: 4px;
    border: 1px solid #DDD;
    color: #282828;
    font-weight: normal !important;
    outline: none;
    display: inline-block;
    max-width: inherit;
    vertical-align: middle;
    /*background: #FFFFFF url("/static/images/homepage/fa-search-big-BBB.png") no-repeat left 16px top 18px;
    background-clip: padding-box;
    background-size: 33px 33px;
    */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    margin-top: 40px;
}

.search_container .search #query:focus,
.search_container select:focus,
.search_container button:focus {
    /*-webkit-box-shadow: 0 0px 0 1px #FF3369;
    -moz-box-shadow: 0 0px 0 1px #FF3369;
    -o-box-shadow: 0 0px 0 1px #FF3369;
    box-shadow: 0 0px 0 1px #FF3369;
    outline: none !important;*/

    -webkit-box-shadow: 0 0 0 3px #a3dcfb;
    -moz-box-shadow: 0 0 0 3px #a3dcfb;
    -o-box-shadow: 0 0 0 3px #a3dcfb;
    box-shadow: 0 0 0 3px #a3dcfb;
    transition-duration: 0s;
    outline: none !important;
}

#myLocationIcon {
    position: absolute;
    height: 33px;
    width: 33px;
    top: 19px;
    right: 16px;
    float: right;
    background: transparent url(/static/images/homepage/fa-mylocation-big-BBB.png) no-repeat;
    background-clip: padding-box;
    cursor: pointer;
    border: none !important;
    font-size: 0;
    outline: none;
    color: #999999;
}

#myLocationIcon:hover {
    background: transparent url(/static/images/homepage/fa-mylocation-big-999.png) no-repeat;
    background-clip: padding-box;
    border: none !important;
    font-size: 0;
    outline: none;
    color: #999999;
}

.textColor999 {
    color: #999999;
}

.search #query {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    text-align: left;
}

.search #query::-webkit-input-placeholder {
    color: #999 !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search select::-webkit-input-placeholder {
    color: #999 !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search #query:-moz-placeholder {
    color: #999 !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search select:-moz-placeholder {
    color: #999 !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search #query:-ms-input-placeholder {
    color: #999 !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search select:-ms-input-placeholder {
    color: #999 !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search #query:focus::-webkit-input-placeholder {
    color: #AAA !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search select:focus::-webkit-input-placeholder {
    color: #AAA !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search #query:focus:-moz-placeholder {
    color: #AAA !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search select:focus:-moz-placeholder {
    color: #AAA !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search #query:focus::-moz-placeholder {
    color: #AAA !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search select:focus::-moz-placeholder {
    color: #AAA !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search #query:focus:-ms-input-placeholder {
    color: #AAA !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search select:focus:-ms-input-placeholder {
    color: #AAA !important;
    transition-property: all;
    transition-duration: 120ms;
    opacity: 1 !important;
}

.search_submit {
    display: inline;
    height: 71px;
    width: 100%;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 600;
    outline: none !important;
    /*display: none;*/
}

/*
.search #query, .search_submit {
    margin-top: 320px;
}
*/
.search_title,
.advantages_title,
.search-subtitle {
    text-align: left;
    margin: 10px 0 10px;
    font-weight: 400;
}

.search_title, .advantages_title {
    font-size: 40px;
    line-height: 50px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.search_title {
    color: #282828;
    margin: 0;
}

.h1-container > h1 {
    max-width: 610px;
}

.search-desc {
    font-size: 24px;
    line-height: 36px;
    color: #666;
    padding: 0;
}

.search-subtitle, .advantages_subtitle {
    font-size: 24px;
    line-height: 36px;
    color: #666;
}

.advantages_subtitle {
    text-align: center;
}

.advantages_subtitle > div {
    max-width: none;
    margin: 0;
    text-align: left;
    padding: 0 15px;
}

.advantages_title {
    letter-spacing: -0.6px !important;
    -webkit-font-smoothing: antialiased;
    text-align: left !important;
    margin-left: 15px;
    width: calc(100% - 30px);
}

.search_subtitle, .advantages_subtitle, .faq-front-subtitle {
    margin: 0 0 5px;
    font-weight: 400 !important;
}

.faq-front-subtitle {
    height: 28px;
    font-size: 19px !important;;
    line-height: 1.1 !important;
}

.faq-front-subtitle + div {
    color: rgb(125, 142, 150);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.43;
}

.faq-front .u-paddingLeftRight15:not(:last-child) {
    border-right: 1px solid #e8e8e8;
}

@media screen and (max-width: 425px) {
    .faq-front .u-padding15:nth-child(3) > .faq-front-subtitle {
        height: 51px !important;
    }
}

.search_subtitle {
    padding: 0 100px;
}

.u-fontSizeUp {
    font-size: 18px !important;
    line-height: 26.0028px;
    font-weight: 300;
    letter-spacing: 0em;
}

@media screen and (max-width: 1000px) {
    .search_title, .advantages_title {
        font-size: 34px;
        line-height: 43px;
    }

    .search-subtitle, .advantages_subtitle {
        font-size: 21px;
        line-height: 31px;
    }

    .max-width-container {
        padding: 20px 15px 20px;
    }

    .search-colored-container > .max-width-container {
        padding: 0 15px 15px;
    }

    .carousel {
        top: 40px;
        margin: 0 0 100px !important;
        width: 100% !important;
    }

    .carousel-inner {
        width: 100% !important;
        border-radius: 0 !important;
    }
}

@media screen and (max-width: 738px) {
    body {
        padding-top: 90px;
    }

    .carousel-wrapper {
        margin-top: 20px;
    }

    .search-colored-container {
        padding: 0 0 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 425px) {

    .search_title, .advantages_title {
        font-size: 27px;
        line-height: 1.2;
    }

    .search-desc {
        font-size: 21px;
        line-height: 31px;
        padding-bottom: 10px;
    }

    .search_container .search #query {
        margin-top: 15px !important;
    }

    .hero_banner {
        padding-top: 90px !important;
        padding-bottom: 10px !important;
    }

    .carousel-wrapper {
        margin-top: 20px;
    }

    .carousel {
        height: 100%;
        top: 0;
        margin: 0 0 40px !important;
        width: 100% !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control .icon-prev {
    left: 15%;
}

.carousel-control .icon-next {
    right: 15%;
}

@media screen and (max-width: 450px) {
    .carousel-control .icon-prev {
        left: 45%;
    }

    .carousel-control .icon-next {
        right: 45%;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
    background-repeat: no-repeat;
}

ul,
ol {
    padding-left: 0;
    color: #a0a0a2;
}

a {
    text-decoration: none;
    color: #444444;
}

a:hover {
    text-decoration: underline;
}

.search_fields {
    padding-top: 400px;
    max-width: 900px;
    margin: 0 auto;
}

.search_fields > [class*="col-"] {
    padding: 3px;
}

.toggle-car-wrapper {
    text-align: center;
    position: absolute;
    right: -3px;
    top: 20px;
}

.vehicle-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.car-radio {
    background: url(/static/images/permalink/auto-gray-lg.png);
    background-repeat: no-repeat;
    background-size: auto 50px;
    background-position: center center;
    width: 139px !important;
    border-radius: 0 8px 8px 0;
    height: 71px !important;
    border-left: 1px solid #CCC !important;
    border-right: 1px solid #CCC;

}

.bike-radio {
    background: url(/static/images/permalink/bike-bw-lg.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: center center;
    width: 139px !important;
    border-left: 1px solid #CCC !important;
    margin-left: -1px;
    height: 71px !important;
}

.vehicle-selector input:active + .vehicle-selector-option {
    opacity: .9;
    filter: alpha(opacity=90);
}

.vehicle-selector-option {
    cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 50px;
    margin-top: 0px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    opacity: .7;
    filter: alpha(opacity=70);
    margin-bottom: 0 !important;
    float: left;
}

.vehicle-selector-option:hover {
    opacity: .9;
    filter: alpha(opacity=9);
}

.vehicle-selector input:checked + .vehicle-selector-option.bike-radio {
    background-color: #959595;
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: center center;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(/static/images/permalink/bike-white-lg.png);
}

.vehicle-selector input:checked + .vehicle-selector-option.car-radio {
    background-color: #959595;
    background-repeat: no-repeat;
    background-size: auto 50px;
    background-position: center center;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(/static/images/permalink/auto-white-lg.png);
}

@media screen and (max-width: 1000px) {
    .hero_banner .search_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero_banner .search_container,
    .advantages {
        padding: 20px 20px 25px 20px !important;
    }

    .partners {
        padding: 20px 20px 25px 0 !important;
    }

    .selected-listings {
        padding: 20px 0 15px 0 !important;
    }

    .logged-in-user > a.dashboardHref {
        left: 15px;
    }

    .toggle-car-wrapper {
        position: absolute;
        right: 0;
        margin-left: -2px;
    }
}

input[name="geeignet_fuer"] {
    opacity: 0;
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .vehicle-selector {
        height: 50px;
    }

    .faq-front .u-padding15 {
        border-right: 1px solid transparent;
    }

    .search_container .search #query {
        padding: 20px 20px 20px 20px;
    }

    .toggle-car-wrapper {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: -20px !important;
        background-color: white;
        border-radius: 8px;
        -webkit-box-shadow: 0 9px 20px -7px rgba(0, 0, 0, .16);
        -moz-box-shadow: 0 9px 20px -7px rgba(0, 0, 0, .16);
        -o-box-shadow: 0 9px 20px -7px rgba(0, 0, 0, .16);
        box-shadow: 0 9px 20px -7px rgba(0, 0, 0, .16);
        border: 1px solid #DDD;
    }

    .car-radio {
        border-left-color: transparent !important;
    }

    .vehicle-selector-option {
        border-radius: 8px;
        height: 50px;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        transition: none !important;
    }

    .vehicle-selector-option.car-radio {
        border-radius: 8px 0 0 8px;
        float: left;
        width: 50% !important;
    }

    .vehicle-selector-option.bike-radio,
    .vehicle-selector input:checked + .vehicle-selector-option.bike-radio {
        border-radius: 8px 0 0 8px;
        float: left;
        width: 50% !important;
        border-right: 1px solid #DDD;
    }

    .vehicle-selector-option.car-radio,
    .vehicle-selector input:checked + .vehicle-selector-option.car-radio {
        border-radius: 0 8px 8px 0;
        float: right;
        width: 50% !important;
    }

}

.bottomMarginHomepageSearchElements {
    margin-bottom: 12px;
}

.bottomMarginHomepageSearchElements:first-child {
    width: 65%
}

.bottomMarginHomepageSearchElements:last-child {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 34%;
}

@media screen and (max-width: 768px) {
    .bottomMarginHomepageSearchElements {
        width: 100% !important;
    }
}

/* CUSTOM HOMEPAGE AUTOCOMPLETE STYLING */
.pac-container {
    border-radius: 8px !important;
    z-index: 130;
    border: none !important;
    border-top-color: transparent;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 1);
    width: 100% !important;
    max-width: 727px !important;
    margin-left: 0 !important;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .07);
    -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .07);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .07);
}

.pac-icon {
    display: none !important;
}

.pac-item {
    padding-left: 20px !important;
    padding-top: 13px !important;
    padding-bottom: 10px !important;
    height: 70px !important;
    vertical-align: middle;
    line-height: 1.4;
    color: #444444;
    font-size: 14px;
    font-weight: normal !important;
    border-radius: 0;
    /*-webkit-transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    transition: all 0.23s ease-in-out;*/
}

.pac-item-query, .pac-matched {
    font-size: 17px !important;
    font-weight: 700 !important;
    /*-webkit-transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    transition: all 0.23s ease-in-out;*/
}

@media screen and (max-width: 768px) {
    .pac-container {
        z-index: 301;
    }
}

.pac-item-query {
    display: block;
    width: 100%;
}

.pac-matched {
    width: auto !important;
    display: inline-block !important;
}

.pac-item:nth-child(1) {
    background-color: #FFFFFF;
    border-top-color: transparent;
}

.pac-item:nth-child(2) {
    background-color: #FFFFFF;
    border-radius: 0;
}

.pac-item:nth-child(3) {
    background-color: #FFFFFF;
    border-radius: 0;
}

.pac-item:nth-child(4) {
    background-color: #FFFFFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pac-item:nth-child(5) {
    display: none;
}

.pac-item:hover {
    cursor: pointer;
    background-color: #f5f7f9;
}

.pac-item:hover .pac-item-query,
.pac-item:hover .pac-matched {
    color: #444444;
}

.has-empty-input {
    background-color: rgba(210, 35, 42, 0.17) !important;
}

.empty-input-outline:focus {
    -webkit-box-shadow: 0 0px 0 1px #D2232A !important;
    -moz-box-shadow: 0 0px 0 1px #D2232A !important;
    -o-box-shadow: 0 0px 0 1px #D2232A !important;
    box-shadow: 0 0px 0 1px #D2232A !important;
}

.action {
    z-index: 200;
    margin-bottom: -320px !important;
    margin-top: 210px;
}

.partners {
    z-index: 200;
}

.snapshot_perspective {
    max-width: none;
    top: 0;
    left: 0;
    -webkit-perspective: 1630px;
    perspective: 1630px;
    -webkit-perspective-origin: 50% 10%;
    perspective-origin: 50% 10%;
    z-index: 1000;
    min-height: 510px;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

.platform_snapshot {
    background-image: url(/static/images/docs/screen_shot.jpg);
    background-size: 670px auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1) rotateX(29deg) rotateY(36deg) rotateZ(10deg) rotate(-27deg) translateX(0px) translateY(29px) !important;
    -moz-transform: scale(1) rotateX(29deg) rotateY(36deg) rotateZ(10deg) rotate(-27deg) translateX(0px) translateY(29px) !important;
    -o-transform: scale(1) rotateX(29deg) rotateY(36deg) rotateZ(10deg) rotate(-27deg) translateX(0px) translateY(29px) !important;
    transform: scale(1) rotateX(29deg) rotateY(36deg) rotateZ(10deg) rotate(-27deg) translateX(0px) translateY(29px) !important;
    -webkit-box-shadow: inset 0 0px 0px 1px #EEE, inset 0 0px 6px 6px rgba(173, 186, 204, .15), 0 12px 56px -10px rgba(0, 21, 64, .1), 0 20px 90px -10px rgba(0, 21, 64, .05), 0 0 0 1px #DDDDDD, -50px 40px 130px 0 #DDD;
    -moz-box-shadow: inset 0 0px 0px 1px #EEE, inset 0 0px 6px 6px rgba(173, 186, 204, .15), 0 12px 56px -10px rgba(0, 21, 64, .1), 0 20px 90px -10px rgba(0, 21, 64, .05), 0 0 0 1px #DDDDDD, -50px 40px 130px 0 #DDD;
    -o-box-shadow: inset 0 0px 0px 1px #EEE, inset 0 0px 6px 6px rgba(173, 186, 204, .15), 0 12px 56px -10px rgba(0, 21, 64, .1), 0 20px 90px -10px rgba(0, 21, 64, .05), 0 0 0 1px #DDDDDD, -50px 40px 130px 0 #DDD;
    box-shadow: inset 0 0px 0px 1px #EEE, inset 0 0px 6px 6px rgba(173, 186, 204, .15), 0 12px 56px -10px rgba(0, 21, 64, .1), 0 20px 90px -10px rgba(0, 21, 64, .05), 0 0 0 1px #DDDDDD, -50px 40px 130px 0 #DDD;
    width: 759px;
    height: 386px;
    border-radius: 35px;
    margin: 0 auto;
}

.snapshot_perspective_only_lg {
    width: 100%;
    max-width: none;
    position: absolute;
    top: -344px;
    left: 49px;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: initial;
    perspective-origin: initial;
    z-index: 1000;
    min-height: 590px;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
    overflow-x: hidden !important;
}

.platform_snapshot_only_lg {
    background-image: url(/static/images/docs/mobile_screen_shot.jpg);
    background-size: 209px auto;
    background-repeat: no-repeat;
    background-position: center top 39px;

    width: 227px;
    height: 448px;

    -webkit-transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
    -moz-transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
    -o-transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
    transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;

    -webkit-transform-origin: 50% 50% !important;
    -moz-transform-origin: 50% 50% !important;
    -o-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;

    border-radius: 35px;
    margin: 0 auto;

    background-color: #FFFFFF;

    -webkit-box-shadow: inset 0 0px 0px 3px #EEE, inset 0 0px 9px 6px rgba(173, 186, 204, .14), 0 52px 76px 0px rgba(0, 21, 64, .2), 0 30px 90px -30px rgba(0, 21, 64, .25) !important;
    -moz-box-shadow: inset 0 0px 0px 3px #EEE, inset 0 0px 9px 6px rgba(173, 186, 204, .14), 0 52px 76px 0px rgba(0, 21, 64, .2), 0 30px 90px -30px rgba(0, 21, 64, .25) !important;
    -o-box-shadow: inset 0 0px 0px 3px #EEE, inset 0 0px 9px 6px rgba(173, 186, 204, .14), 0 52px 76px 0px rgba(0, 21, 64, .2), 0 30px 90px -30px rgba(0, 21, 64, .25) !important;
    box-shadow: inset 0 0px 0px 3px #EEE, inset 0 0px 9px 6px rgba(173, 186, 204, .14), 0 52px 76px 0px rgba(0, 21, 64, .2), 0 30px 90px -30px rgba(0, 21, 64, .25) !important;
}

.home_button_phone {
    width: 35px;
    height: 35px;
    position: relative;
    left: -72px;
    z-index: 6;
    top: 418px;
    background-color: #EEE;
    border-radius: 50%;
    -webkit-transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
    -moz-transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
    -o-transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
    transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
    -webkit-transform-origin: 50% 50% !important;
    -moz-transform-origin: 50% 50% !important;
    -o-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .action {
        margin-top: 0;
    }

    .snapshot_perspective {
        width: 100%;
        max-width: none;
        top: 0;
        left: 0;
        -webkit-perspective: 1200px;
        perspective: 1200px;
        -webkit-perspective-origin: initial;
        perspective-origin: initial;
        z-index: 1000;
        min-height: 510px;
        -webkit-animation: fadein 1s;
        -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
        -o-animation: fadein 1s;
        animation: fadein 1s;
        overflow-x: hidden !important;
    }

    .platform_snapshot {
        background-image: url(/static/images/docs/mobile_screen_shot.jpg);
        background-size: 209px auto;
        background-repeat: no-repeat;
        background-position: center top 39px;

        width: 227px;
        height: 448px;

        -webkit-transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
        -moz-transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
        -o-transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;
        transform: scale(1) rotateX(30deg) rotateY(-10deg) rotateZ(10deg) rotate(10deg) !important;

        -webkit-transform-origin: 50% 50% !important;
        -moz-transform-origin: 50% 50% !important;
        -o-transform-origin: 50% 50% !important;
        transform-origin: 50% 50% !important;

        border-radius: 35px;
        margin: 0 auto;

        background-color: #FFFFFF;

        -webkit-box-shadow: inset 0 0px 0px 1px #EEE, inset 0 0px 9px 6px rgba(173, 186, 204, .15), 0 12px 56px -10px rgba(0, 21, 64, .1), 0 -10px 50px 20px rgba(0, 21, 64, .05) !important;
        -moz-box-shadow: inset 0 0px 0px 1px #EEE, inset 0 0px 9px 6px rgba(173, 186, 204, .15), 0 12px 56px -10px rgba(0, 21, 64, .1), 0 -10px 50px 20px rgba(0, 21, 64, .05) !important;
        -o-box-shadow: inset 0 0px 0px 1px #EEE, inset 0 0px 9px 6px rgba(173, 186, 204, .15), 0 12px 56px -10px rgba(0, 21, 64, .1), 0 -10px 50px 20px rgba(0, 21, 64, .05) !important;
        box-shadow: inset 0 0px 0px 1px #EEE, inset 0 0px 9px 6px rgba(173, 186, 204, .15), 0 12px 56px -10px rgba(0, 21, 64, .1), 0 -10px 50px 20px rgba(0, 21, 64, .05) !important;
    }

    .snapshot_perspective_only_lg {
        display: none !important;
    }

    .platform_snapshot_only_lg {
        display: none !important;
    }
}

.advantages-grid {
    position: relative;
    /*border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #e8e8e8;*/
    margin-bottom: 80px;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

.action, .advantages-grid {
    padding: 0 40px;
}

@media screen and (max-width: 1336px) {
    .action, .advantages-grid {
        padding: 0 40px !important;
    }

}

@media screen and (max-width: 1000px) {
    .action, .advantages-grid {
        padding: 0 !important;
    }

}

@media only screen and (max-width: 735px) {
    .advantages-grid.border-bottom {
        border-bottom: 1px solid #e8e8e8
    }
}

.advantages-grid .advantages-grid-copy {
    position: relative;
    z-index: 1
}

.advantages-grid:before,
.advantages-grid:after {
    content: ' ';
    display: table
}

.advantages-grid:after {
    clear: both
}

@media only screen and (max-width: 735px) {
    .advantages-grid {
        border-top: none
    }

    .advantages-grid .last-item {
        display: none
    }
}

.advantages-grid:before {
    position: absolute;
    content: "";
    display: none;
    z-index: 5
}

@media only screen and (max-width: 735px) {
    .advantages-grid:before {
        display: block;
        top: 0;
        left: 50%;
        height: 100%;
        width: 1px;
        border-top: none;
    }
}

.advantages-grid .group {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.advantages-grid .icon {
    margin: 0 auto 10px
}

@media only screen and (max-width: 735px) {
    .advantages-grid .icon {
        margin-bottom: 15px
    }
}

.advantages-grid .cell-wrapper {
    margin: 0 -1px
}

@media only screen and (max-width: 735px) {
    .advantages-grid .cell-wrapper {
        border-left: solid 1px #e8e8e8;
        border-right: solid 1px #e8e8e8
    }
}

.advantages-grid .reveal-item {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0 0 20px 0 !important;
    margin-top: 0;
}

.advantages-grid .reveal-item.first-of-type {
}

@media screen and (max-width: 1000px) {
    .advantages-grid .reveal-item.first-of-type {
        padding-left: 0;
    }
}

.advantages-grid .reveal-item:last-child {
    padding-right: 0;
}

.reveal-item.first-of-type .advantages-grid-copy > *:not(.advantages_subtitle) {
    border-right: 1px solid transparent /*#e8e8e8*/;
}

.advantages-grid .reveal-item:last-of-type {
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .advantages-grid .reveal-item {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        padding: 0;
    }

    .reveal-item.first-of-type .advantages-grid-copy > *:not(.advantages_subtitle) {
        border-right: 1px solid transparent;
    }
}

.advantages-grid .advantages-grid-copy {
    padding: 15px;
    background: transparent;
}

.advantages-grid .advantages-grid-copy > .card-name {
    font-size: 19px;
    line-height: 28px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.advantages-grid .advantages-grid-copy.partner {
    padding: 20px 0 20px 70px;
}

@media only screen and (max-width: 1068px) {
    .advantages-grid .advantages-grid-copy {
        padding: 20px 15px;
    }

    .advantages-grid .advantages-grid-copy.partner {
        padding: 20px 0 20px 70px;
    }
}

@media only screen and (max-width: 735px) {
    .advantages-grid .advantages-grid-copy {
        padding: 20px 15px !important;
        opacity: 1 !important;
    }

    .advantages-grid .advantages-grid-copy.partner {
        padding: 20px 20px;
    }
}

.calls-to-action-big {
    height: 45px;
    padding: 6px 15px !important;
    font-size: 21px;
    width: auto;
    margin: 0 10px 15px 0;
    background: #FF3369;
    color: #FFFFFF;
    border: 1px solid #FF3369;
    border-radius: 8px;
}

.calls-to-action-big:hover,
.calls-to-action-big:active,
.calls-to-action-big:focus {
    background: #e52d5c;
    color: #FFFFFF;
}

.calls-to-action-big-inverted {
    height: 45px;
    padding: 6px 15px !important;
    background: white !important;
    border: 1px solid #FF3369 !important;
    color: #FF3369;
    font-size: 21px;
    width: auto;
    margin: 0 10px 15px 0;
    border-radius: 8px;
}

.calls-to-action-big-inverted:hover,
.calls-to-action-big-inverted:active,
.calls-to-action-big-inverted:focus {
    color: #e52d5c !important;
    border-color: #e52d5c;
    background: rgba(255, 51, 105, 0.04) !important;
}

.calls-to-action-big, .calls-to-action-big-inverted {
    -webkit-font-smoothing: subpixel-antialiased !important;
}

@media screen and (max-width: 768px) {
    .calls-to-action-big, .calls-to-action-big-inverted {
        width: 100% !important;
        margin-bottom: 0;
    }

    .calls-to-action-big-inverted {
        margin-left: 0;
        margin-top: 15px
    }
}

.u-padding20.u-paddingTop60 {
    padding-top: 60px !important;
}

@media screen and (max-width: 992px) {
    .u-padding20.u-paddingTop60 {
        padding-top: 0 !important;
    }

    .search-colored-container {
        margin-bottom: 0;
    }
}

.partner_card {
    margin: 0;
    z-index: 499;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 140px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    background-size: auto 120px !important;
}

@media screen and (max-width: 768px) {
    .partner_card {
        margin: 15px 0 0;
        background-size: auto 90px !important;
        background-position: center top 0 !important;
    }
}

.partner_card.vba {
    background: url('/static/images/docs/vba_deu.png');
    background-repeat: no-repeat;
    background-position: left 0 bottom 20px;
    background-size: auto 100px !important;
}

.partner_card.ey {
    background: url('/static/images/docs/ey.png');
    background-repeat: no-repeat;
    background-position: left 43% bottom 20px;
}

.partner_card.stripe {
    background: url('/static/images/docs/stripe-logos.png');
    background-repeat: no-repeat;
    background-size: auto 85px !important;
    background-position: left 0 bottom 0;
}

.u-spacialBoxShadowMessages {
    -webkit-box-shadow: 0 7px 26px -7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 7px 26px -7px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 7px 26px -7px rgba(0, 0, 0, .1);
    box-shadow: 0 7px 26px -7px rgba(0, 0, 0, .1);
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 6px;
    margin-top: -2px;
}

.tooltip-inner {
    padding: 8px 10px !important;
    max-width: 230px !important;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 0;
}

.grey-text {
    color: #aaa;
    font-size: 90%;
    width: auto;
    min-width: 25px;
}

.fa-stack {
    line-height: 1.9em;
}

.fa-circle {
    font-size: 1.1em;
    text-shadow: 0 0 2px #444;
    color: #FFFFFF !important;
}

.fa-question {
    color: #00A4E2 !important;
    font-size: 0.8em;
    min-width: 1.2em;
}

.fa-question:before {
    content: '\f129';
    font-size: .8em;
}

.priceTagBlack > span {
    color: #FFFFFF !important;
    position: absolute;
    left: 9px;
    top: 5px;
    font-weight: 400 !important;
    text-align: center !important;
    font-size: 14px !important;
}

.boxShadowSpreadOnHover:hover,
.boxShadowSpreadOnHover:focus {
    -webkit-box-shadow: 0 6px 45px -5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 6px 45px -5px rgba(0, 0, 0, .12);
    box-shadow: 0 6px 45px -5px rgba(0, 0, 0, .12);
}

.q-summaries {
    position: relative;
    display: inline-block;
}

@media (min-width: 769px) {
    .q-summaries {
        display: inline-block;
        margin: -20px 0;
    }
}

.q-summary {
    /*padding-bottom: 36px;*/
}

@media (min-width: 520px) {
    .q-summary {
        padding: 0 50px 0 0;
        max-width: none;
        width: calc(50% - 10px);
        display: inline-block;
        vertical-align: top;
    }
}

.q-header {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.q-name {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 19px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.q-text {
    font-weight: 400;
    font-size: 17px;
    color: #282828;
}

.footer-ctas {
    padding: 0 0 90px;
}

.footer-ctas .container-lg {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .footer-ctas .container-lg {
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.footer-ctas .container-lg .title {
    font-weight: 400;
    margin: .75em 0;
    font-size: 24px;
    line-height: 33px;
    color: #666;
}

.footer-ctas .container-lg .title > .subtitle {
    font-weight: 300;
    color: #282828;
    display: block;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.footer-ctas .container-lg .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    margin: -10px;
}

@media screen and (min-width: 769px) {
    .footer-ctas .container-lg .buttons {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer-ctas .container-lg .buttons .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 14px 3px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: .025em;
    transition: all .15s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 10px;
    background: #FFF;
    color: #666;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid #DDD;
    border-top: 1px solid #EEE;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .07), 0 3px 6px rgba(0, 0, 0, .02);
}

.footer-ctas .container-lg .buttons .btn.main-trigger {
    background: -webkit-linear-gradient(top, #51b5ef, #39a0ea);
    background: linear-gradient(to bottom, #51b5ef, #39a0ea);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(14, 116, 195, .75);
    border: 1px solid #2b95d1;
    border-bottom-color: #147bc6;
    border-top-color: #45a9e2;
}

@media screen and (max-width: 374px) {
    .footer-ctas .container-lg .buttons {
        display: block !important;
    }

    .footer-ctas .container-lg .buttons .btn {
        width: calc(100% - 20px);
    }
}