@import url("font-awesome.min.css");
/* 
   @import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");
*/
@import url("rrmodified.css");

/* Basic */

body, #skel-layers-wrapper {
    background: #ffffff;
}

    body.is-loading * {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }

body, select, textarea {
    color: #7c8081;
    font-family: 'Lato', sans-serif;
    font-size: 15pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.5em;
}

p {
    color: #333333;
}

h2 {
    color: #7c8081;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    color: #3fb1a3;
    text-decoration: none;
    border-bottom: dotted 1px;
}

    a:hover {
        border-bottom-color: transparent;
    }

strong, b {
    font-weight: 400;
}

publisherli li {
    background-color: red;
}

p, ul, ol, dl, table, blockquote {
    /*margin: 0 0 2em 0;*/
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 1em;
    /*text-transform: capitalize;*/
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
        border: 0;
    }

h1 {
    font-size: 2em;
    /*letter-spacing: 0.1em; */
}

h2 {
    font-size: 1.2em;
    /*letter-spacing: 0.1em;*/
}

h3 {
    font-size: 1.15em;
    /*letter-spacing: 0.025em;*/
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border-top: solid 1px rgba(124, 128, 129, 0.2);
    border: 0;
    margin-bottom: 1.5em;
}

blockquote {
    border-left: solid 0.5em rgba(124, 128, 129, 0.2);
    font-style: italic;
    padding: 1em 0 1em 2em;
}

/* Section/Article */

section.special, article.special {
    text-align: center;
}

header.major {
    padding-bottom: 2em;
}

header.special {
    margin-bottom: 5em;
    padding-top: 7em;
    position: relative;
    text-align: center;
}

    header.special:before, header.special:after {
        /*border-bottom: solid 1.5px;
			border-top: solid 1.5px;*/
        content: '';
        height: 7px;
        opacity: 0.1;
        position: absolute;
        top: 1.75em;
        width: 43%;
    }

    header.special:before {
        left: 0;
    }

    header.special:after {
        right: 0;
    }

    header.special h2 {
        margin-bottom: 0;
    }

        header.special h2 + p {
            margin-bottom: 0;
            padding-top: 1.5em;
        }

    header.special .icon {
        cursor: default;
        height: 7em;
        left: 0;
        position: absolute;
        text-align: center;
        top: 1em;
        width: 100%;
    }

        header.special .icon:before {
            font-size: 3.5em;
            opacity: 0.35;
        }

footer > :last-child {
    margin-bottom: 0;
}

footer.major {
    padding-top: 3em;
}

/* Form */

/*
input[type="password"] {
    background-color: #5f5f5f !important;
    padding: 1em;
    width: 14em;
}
*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: inherit;
    /*display: block;*/
    padding: 1.1em;
    text-decoration: none;
    outline: 0;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    textarea:focus {
        border-color: #82C0A0;
    }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    line-height: 1em;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    position: relative;
    top: 3px;
}

:-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

.formerize-placeholder {
    color: rgba(124, 128, 129, 0.5) !important;
}

/* Image */

.image {
    border: 0;
    position: relative;
}

    .image:before {
        /*		background: url("cdimages/overlay.png"); */
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .image.fit {
        display: block;
    }

        .image.fit img {
            display: block;
            width: 100%;
        }

    .image.featured {
        display: block;
        margin: 0 0 2em 0;
    }

        .image.featured img {
            display: block;
            width: 100%;
        }

/* Icon */

.icon {
    position: relative;
}

    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .icon.circle {
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border: 0;
        border-radius: 100%;
        display: inline-block;
        font-size: 1.25em;
        height: 2.25em;
        left: 0;
        line-height: 2.25em;
        text-align: center;
        text-decoration: none;
        top: 0;
        width: 2.25em;
    }

        .icon.circle:hover {
            top: -0.2em;
        }

        .icon.circle.fa-twitter {
            background: #70aecd;
            color: white;
        }

            .icon.circle.fa-twitter:hover {
                background: #7fb7d2;
            }

        .icon.circle.fa-facebook {
            background: #7490c3;
            color: white;
        }

            .icon.circle.fa-facebook:hover {
                background: #829bc9;
            }

        .icon.circle.fa-google-plus {
            background: #db6b67;
            color: white;
        }

            .icon.circle.fa-google-plus:hover {
                background: #df7b77;
            }

        .icon.circle.fa-github {
            background: #dcad8b;
            color: white;
        }

            .icon.circle.fa-github:hover {
                background: #e1b89b;
            }

        .icon.circle.fa-dribbble {
            background: #da83ae;
            color: white;
        }

            .icon.circle.fa-dribbble:hover {
                background: #df93b8;
            }

    .icon.featured {
        cursor: default;
        display: block;
        margin: 0 0 1.5em 0;
        opacity: 0.35;
        text-align: center;
    }

        .icon.featured:before {
            font-size: 5em;
            line-height: 1em;
        }

    .icon > .label {
        display: none;
    }

/* List */

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

    ol.default li {
        padding-left: 0.25em;
    }

ul.default {
    list-style: disc;
    padding-left: 1em;
}

    ul.default li {
        padding-left: 0.5em;
    }

ul.icons {
    cursor: default;
}

    ul.icons li {
        display: inline-block;
        line-height: 1em;
        padding-left: 0.5em;
    }

        ul.icons li:first-child {
            padding-left: 0;
        }

ul.featured-icons {
    cursor: default;
    margin: -0.75em 0 0 0;
    opacity: 0.35;
    overflow: hidden;
    position: relative;
}

    ul.featured-icons li {
        display: block;
        float: left;
        text-align: center;
        width: 50%;
    }

        ul.featured-icons li .icon {
            display: inline-block;
            font-size: 6.25em;
            height: 1.25em;
            line-height: 1.25em;
            width: 1em;
        }

ul.buttons {
    cursor: default;
}

    ul.buttons:last-child {
        margin-bottom: 0;
    }

    ul.buttons li {
        display: inline-block;
        padding: 0 0 0 1.5em;
    }

        ul.buttons li:first-child {
            padding: 0;
            text-align: center;
        }

    ul.buttons.vertical li {
        display: block;
        padding: 1.5em 0 0 0;
    }

        ul.buttons.vertical li:first-child {
            padding: 0;
        }

/* Table */

table {
    width: 100%;
}

    table.default {
        width: 100%;
    }

        table.default tbody tr {
            border-bottom: solid 1px rgba(124, 128, 129, 0.2);
        }

        table.default td {
            padding: 0.5em 1em 0.5em 1em;
        }

        table.default th {
            font-weight: 400;
            padding: 0.5em 1em 0.5em 1em;
            text-align: left;
        }

        table.default thead {
            background: #7c8081;
            color: #fff;
        }

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    background: none;
    border: solid 1px;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 900;
    letter-spacing: 2px;
    min-width: 12em;
    padding: 0 0.75em;
    line-height: 3.75em;
    text-align: center;
    text-decoration: none;
}

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    .button:hover {
        background: rgba(188, 202, 206, 0.15);
        border-color: inherit;
    }

    input[type="button"].special,
    input[type="submit"].special,
    input[type="reset"].special,
    .button.special {
        background: #83d3c9;
        border-color: #83d3c9;
        color: white !important;
    }

        input[type="button"].special:hover,
        input[type="submit"].special:hover,
        input[type="reset"].special:hover,
        .button.special:hover {
            background: #96dad1 !important;
            border-color: #96dad1 !important;
        }

    input[type="button"].fit,
    input[type="submit"].fit,
    input[type="reset"].fit,
    .button.fit {
        width: 100%;
    }

    input[type="button"].small,
    input[type="submit"].small,
    input[type="reset"].small,
    .button.small {
        font-size: 0.7em;
        min-width: 14em;
        padding: 0.5em 0;
    }

/* Wrapper */

.frontsquares {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
    font-weight: bolder;
    line-height: 1.1em;
}

.frontsquaresimg {
    width:30%; 
    float: left; 
    padding-right: 1em;
}

.frontsquares a {
    color: #808080;
    font-weight: bold;
    text-decoration: none;
    text-decoration-color: white;
}

.squarerow {
    padding: 30px 0 0 30px !important;
}

.squareheader h3 {
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 1.1em;
}

.row > * {
/*    padding: 30px 0 0 30px !important; */
}

.wrapper {
    margin-bottom: 3em;
    padding: 3em 2em 3em 2em;
}

.wrapper2 {
    margin-bottom: 1em;
}

.wrapper2b {
    padding-top: 0px;
    margin-bottom: 1em;
}


.wrapper.style1 {
    padding: 0;
}

.wrapper.style2 {
    background-color: #83d3c9;
    background-image: url("cdimages/light-bl.svg"), url("cdimages/light-br.svg");
    background-position: bottom left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: 25em, 25em;
    color: white;
}

    .wrapper.style2 .button:hover {
        background: rgba(255, 255, 255, 0.15) !important;
    }

    .wrapper.style2 .button.special {
        background: white;
        border-color: white;
        color: #83d3c9 !important;
    }

        .wrapper.style2 .button.special:hover {
            border-color: inherit !important;
            color: white !important;
        }

.wrapper.style3 {
    background: white;
    color: inherit;
}

.wrapper.style4 {
    background: white;
    color: inherit;
    padding: 4em;
}

.wrapper-home {
    margin-bottom: 3em;
    padding: 1em 5em 5em 5em;
}

.style5 {
    margin-bottom: 1em;
    padding: 3em 3em 0.5em 3em;
}

.style6 {
    margin-bottom: 1em;
    padding: 1em 3em 0.5em 3em;
}

h1.style7 {
    margin-top: 1em;
    margin-bottom: 0em;
    padding-top: 1em;
    padding-bottom: 0em;
}

table.noborders {
    padding: 0px;
    margin: 0px;
    border: none;
}

td.valign-top {
    vertical-align: top;
}

/* Header */
@-moz-keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}

@keyframes reveal-header {
    0% {
        top: -5em;
    }

    100% {
        top: 0;
    }
}

#header {
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
    color: inherit;
    cursor: default;
    font-size: 0.8em;
    left: 0;
    padding: 0.8em 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    #header .header-inner {
        width: 1400px;
        margin: 0 auto;
        padding: 0 5em;
    }

    #header h1 {
        font-weight: 900;
        margin: 0;
    }

        #header h1 span {
            font-weight: 300;
        }



    #header nav {
        letter-spacing: 0.075em;
        text-transform: uppercase;
        /*position: absolute;
			right: 1.5em;
			top: 0.75em; */
    }

@media screen and (min-width: 1280px) {
    #header .submenu {
        display: inline-block;
        margin-left: 9em;
    }
}

@media screen and (max-width: 1280px) {
    #header .submenu {
        display: inline-block;
        margin-left: 5em;
    }
}


#header nav ul li {
    display: inline-block;
    margin-left: 7em;
}

    #header nav ul li > ul {
        display: none;
    }

    #header nav ul li a {
        border: solid 1px transparent;
        color: inherit;
        display: inline-block;
        line-height: 1em;
        padding: 0.6em 0.75em;
        text-decoration: none;
    }

    #header nav ul li input[type="button"],
    #header nav ul li input[type="submit"],
    #header nav ul li input[type="reset"],
    #header nav ul li .button {
        font-size: 1em;
        min-width: 0;
        width: auto;
    }

    #header nav ul li.submenu {
        padding-top: 0.6em;
    }

        #header nav ul li.submenu > a:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        #header nav ul li.submenu > a:before {
            content: '\f107';
            margin-right: 0.65em;
        }

    #header nav ul li.active > a, #header nav ul li:hover > a {
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: rgba(188, 202, 206, 0.15);
    }

    #header nav ul li.current > a {
        font-weight: 900;
    }

#header.reveal {
    -moz-animation: reveal-header 0.5s;
    -webkit-animation: reveal-header 0.5s;
    -o-animation: reveal-header 0.5s;
    -ms-animation: reveal-header 0.5s;
    animation: reveal-header 0.5s;
}

#header.alt {
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    background: #ffffff;
    box-shadow: none;
    color: #b0adac;
    padding: 0.8em 0em 0.8em 0em;
    position: relative;
}

    #header.alt nav {
        /*right: 2.5em;
				top: 1.75em;*/
    }

        #header.alt nav ul li.active > a, #header.alt nav ul li:hover > a {
            border: solid 1px;
        }

/* Dropotron */

.dropotron {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
    line-height: 2.25em;
    min-width: 13em;
    padding: 1em 0;
    text-transform: uppercase;
    margin-top: calc(-1em + 1px);
}

    .dropotron.level-0 {
        font-size: 0.7em;
        font-weight: 400;
        margin-top: 1.5em;
    }

        .dropotron.level-0:before {
            border-bottom: solid 0.5em #fff;
            border-left: solid 0.5em transparent;
            border-right: solid 0.5em transparent;
            content: '';
            left: 0.75em;
            position: absolute;
            top: -0.45em;
        }

    .dropotron > li {
        border-top: solid 1px rgba(124, 128, 129, 0.2);
    }

        .dropotron > li > a {
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none;
            color: inherit;
            text-decoration: none;
            padding: 0 1em;
            border: 0;
        }

        .dropotron > li:hover > a {
            background: #82c0a1;
            color: white;
        }

        .dropotron > li:first-child {
            border-top: 0;
        }

/* Banner */

/* HIDE VIDEO ON SMALL SCREENS */ /* CW ENABLED THIS */
@media screen and (max-width: 600px) {

}


video#bgvid {
    background-attachment: scroll;
    min-width: 100%;
    height: auto;
    cursor: default;
    text-align: center;
    position: relative;
    margin-top: -150px; /*** CW ***/
    top: -50%;
}

@-moz-keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes reveal-banner {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#banner {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #5F5F5F;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    /*padding: 8em 6em 6em 6em;*/
    text-align: center;
    height: 350px;
    overflow: hidden;
}

    #banner .inner {
        -moz-animation: reveal-banner 1s 0.25s ease-in-out;
        -webkit-animation: reveal-banner 1s 0.25s ease-in-out;
        -o-animation: reveal-banner 1s 0.25s ease-in-out;
        -ms-animation: reveal-banner 1s 0.25s ease-in-out;
        animation: reveal-banner 1s 0.25s ease-in-out;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        background: rgba(59, 59, 59, 0.6);
        color: white;
        display: inline-block;
        opacity: 0;
        padding: 1.5em;
        text-align: center;
        cursor: pointer;
        margin: 6.5em 6em 6em 6em;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
    }

        #banner .inner:hover {
            background: rgba(59, 59, 59, 0.8);
            -webkit-transition: background 0.5s linear;
            -moz-transition: background 0.5s linear;
            -ms-transition: background 0.5s linear;
            -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
        }

    #banner .trans {
        background: none !important;
    }

    #banner .inner header {
        display: inline-block;
        border-bottom: solid 2px;
        border-top: solid 2px;
        margin: 0 0 2em 0;
        padding: 3px 0 3px 0;
    }

        #banner .inner header h2 {
            border-bottom: solid 2px;
            border-top: solid 2px;
            font-size: 2.5em;
            font-weight: 900;
            letter-spacing: 0.2em;
            margin: 0;
            padding-left: 0.05em;
            position: relative;
            text-transform: uppercase;
        }

    #banner .inner p {
        letter-spacing: 0.1em;
        margin: 0;
        text-transform: uppercase;
    }

        #banner .inner p a {
            font-weight: 400;
            text-decoration: none;
        }

    #banner .inner footer {
        margin: 2em 0 0 0;
    }

    #banner .inner a {
        color: #ffffff;
    }

    #banner .inner h2 {
        margin-bottom: 0.3em;
    }



.banner-block-title {
    background: none repeat scroll 0 0 rgba(59, 59, 59, 0.6);
    padding: 0.4em;
    z-index: 1;
    position: relative;
    margin-left: -15px;
}

.banner-block-image {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

/* Main */

#main {
    /*background-image: url("cdimages/dark-tl.svg"), url("cdimages/dark-tr.svg"), url("cdimages/dark-bl.svg"), url("cdimages/dark-br.svg");
		background-position: top left, top right, bottom left, bottom right;
		background-repeat: no-repeat; */
    background-size: 25em;
    /* padding: 7em 0; */
}

    #main > :last-child {
        margin-bottom: 0;
    }

    #main .sidebar section {
        border-top: solid 1px rgba(124, 128, 129, 0.2);
        margin: 3em 0 0 0;
        padding: 3em 0 0 0;
    }

        #main .sidebar section:first-child {
            border-top: 0;
            padding-top: 0;
            margin-top: 0;
        }

body.index #main {
    /*padding-top: 5em;*/
}

/* CTA */

#ctainvert {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #82c0a0;
    background-size: auto;
    color: white;
    padding: 1em;
    text-align: center;
}

    #cta header {
        margin-bottom: 1em;
    }

#cta {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #7c7b7b;
    /* background-image: url("cdimages/car-driving-password-fade.png"); */
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    color: white;
    padding: 1em;
    text-align: center;
}

    #cta header {
        margin-bottom: 1em;
    }


#cta-title {
    background-color: #4c4c4c;
    color: white;
    padding: 0.2em;
    text-align: center;
}

    #cta-title header {
        margin-bottom: 1em;
    }

    #cta-title h2 {
        margin-bottom: 0.3em;
        margin-top: 0.3em;
    }

/* CTA */

#ctacleint {
    background-attachment: scroll, scroll, scroll, fixed;
    background-color: #7c7b7b;
    /*background-image:  url("../cdimages/car-driving-password-fade.png");
		background-position: 100px 0 ;
		background-repeat: no-repeat ;
		background-size: auto;*/
    color: white;
    padding: 0 1em 0 1em;
    text-align: center;
}

    #ctacleint header {
        margin-bottom: 1em;
    }


#ctacleint-title {
    background-color: #4c4c4c;
    color: white;
    padding: 1em;
    text-align: center;
}

    #ctacleint-title header {
        margin-bottom: 1em;
    }


/* Breadcrumbs */

#breadcrumbs {
    background-color: #ffffff;
    color: #7c8081;
    padding: 0 1em 0 1em;
    text-align: left;
    margin-bottom: -50px;
}

    #breadcrumbs header {
        margin-bottom: 1em;
    }


#breadcrumbs-title {
    background-color: #4c4c4c;
    color: white;
    padding: 1em;
    text-align: center;
}

.breadcrumbs-container {
    height: 75px;
    clear: both;
}

#breadcrumbs a {
    line-height: 75px;
}



/* Footer */

@media screen and (max-width: 800px) {
    #footer li {
        text-align: center !important;
    }
}

@media screen and (min-width: 800px) {
    #footer li {
        text-align: left !important;
    }
}

#footer {
    background: #eeeeee;
    color: #ffffff;
    padding: 1em 2em 1em 5em;
    text-align: left;
    font-weight: 900;
}

    #footer .copyright {
        font-size: 0.8em;
        line-height: 1em;
    }

        #footer .copyright a {
            color: inherit;
        }

    #footer p {
        margin-bottom: 10px;
        font-weight: bold;
        color: #7c8081;
    }

    #footer .footercontact {
        font-size: 16px;
        line-height: 30px;
    }

    #footer .footeraddress {
        font-size: 16px;
        line-height: 20px;
    }

    #footer .footercopy {
        font-size: 16px;
        line-height: 18px;
    }

/* Layer */

#topButton .toggle {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

    #topButton .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    #topButton .toggle:before {
        color: white;
        content: '\f039';
        font-size: 0.75em;
        height: 30px;
        left: 0;
        line-height: 30px;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    #topButton .toggle:after {
        background: rgba(163, 169, 170, 0.75);
        border-radius: 0 0 4px 4px;
        content: '';
        height: 30px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
        top: 0;
        width: 80px;
    }

#sideButton .toggle {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

    #sideButton .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    #sideButton .toggle:before {
        color: white;
        content: '\f039';
        font-size: 1em;
        height: 40px;
        left: 10px;
        line-height: 40px;
        opacity: 0.5;
        position: absolute;
        top: 11px;
        width: 60px;
        z-index: 1;
    }

    #sideButton .toggle:after {
        background: rgba(163, 169, 170, 0.75);
        border-radius: 2px;
        content: '';
        height: 40px;
        left: 10px;
        position: absolute;
        top: 10px;
        width: 60px;
    }

#topPanel,
#sidePanel {
    background: #1c2021;
    color: white;
    font-size: 0.8em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

    #topPanel nav,
    #sidePanel nav {
        padding: 0.25em 0.5em 1em 0.5em;
    }

    #topPanel .link,
    #sidePanel .link {
        border: 0;
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        color: inherit;
        display: block;
        height: 3em;
        line-height: 3em;
        opacity: 0.75;
        text-decoration: none;
    }

        #topPanel .link.depth-0,
        #sidePanel .link.depth-0 {
            font-weight: 900;
        }

        #topPanel .link:first-child,
        #sidePanel .link:first-child {
            border-top: 0;
        }

    #topPanel .indent-1,
    #sidePanel .indent-1 {
        display: inline-block;
        width: 1em;
    }

    #topPanel .indent-2,
    #sidePanel .indent-2 {
        display: inline-block;
        width: 2em;
    }

    #topPanel .indent-3,
    #sidePanel .indent-3 {
        display: inline-block;
        width: 3em;
    }

    #topPanel .indent-4,
    #sidePanel .indent-4 {
        display: inline-block;
        width: 4em;
    }

    #topPanel .indent-5,
    #sidePanel .indent-5 {
        display: inline-block;
        width: 5em;
    }

.header-inner {
    width: 1400px;
}

#logo {
    float: left;
}

    #logo img {
        margin-left: 100px;
    }

#nav {
}

.car-driving-img-hover {
    text-align: left;
    height: 100px;
}

    .car-driving-img-hover img {
        padding: 5px;
        -webkit-transition: all .5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .car-driving-img-hover img:hover {
            -webkit-filter: brightness(1.2) !important;
            -moz-filter: brightness(1.2) !important;
            -o-filter: brightness(1.2) !important;
            -ms-filter: brightness(1.2) !important;
            filter: brightness(1.2) !important;
            -webkit-transition: all .5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.car-driving-img-hover-small img {
    width: 19%;
}

.car-driving-img-hover-large img {
    width: 24%;
}






.car-driving-img-hover-home {
    text-align: left;
}

    .car-driving-img-hover-home img {
        padding: 5px;
        -webkit-transition: all .5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .car-driving-img-hover-home img:hover {
            -webkit-filter: brightness(1.2) !important;
            -moz-filter: brightness(1.2) !important;
            -o-filter: brightness(1.2) !important;
            -ms-filter: brightness(1.2) !important;
            filter: brightness(1.2) !important;
            -webkit-transition: all .5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .brighter img:hover {
            -webkit-filter: brightness(1.35) !important;
            -moz-filter: brightness(1.35) !important;
            -o-filter: brightness(1.35) !important;
            -ms-filter: brightness(1.35) !important;
            filter: brightness(1.35) !important;
            -webkit-transition: all .5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

      .brighter img {
        -webkit-transition: all .5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.car-driving-img-hover-small-home img {
    width: 19%;
}

.car-driving-img-hover-large-home img {
    width: 24%;
}


.carouselinvert {
    background-color: #82c0a0;

}

.carousel {
    padding: 0.5em 2em 1.5em 2em;
    margin: 0 auto;
}

@media screen and (max-width: 400px) {
    .carousel {
        padding: 0.5em 0em 1.5em 0.6em !important;
    }
}

.carouselitem {
    background-color: #82c0a0;
    color: #ffffff;
    max-height: 250px;
    margin-right: 1em;
}

.carouseliteminvert {
    background-color: #ffffff;
    color: #7c7b7b;
    max-height: 250px;
    margin-right: 1em;
}

@media screen and (max-width: 400px) {
    .carouselitem img {
        float: center;
        width: 100%;
    }
}

@media screen and (min-width: 400px) {
    .carouselitem img {
        float: right;
    }
}

.carouselitem .holder {
    line-height: 150px;
}

.carousel-library {
    padding-top: 0.5em;
}

.carouselitem-library {
    color: #ffffff;
    height: 84px;
    margin-right: 1em;
}



@media screen and (max-width: 400px) {
    .carouselitem-library img {
        float: center;
        width: 100%;
    }
}

@media screen and (min-width: 400px) {
    .carouselitem-library img {
        float: right;
    }
}

#logo-overlap-white {
    repeat: no-repeat;
    height: 100px;
    min-width: 100px;
    position: absolute;
    background-size: contain;
    top: 0px;
}

#logo-overlap,#logo-overlap2 {
    background-image: url('../cdimages/car-driving-logo.png');
    repeat: no-repeat;
    height: 100px;
    width: 96px;
    position: absolute;
    top: 0px;
}


.fade-text {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

    .fade-text:after {
        content: "";
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
/* Client Login CTA */
.clientpassword .clientpasswordfeild {
    vertical-align: middle;
    width: 10em;
    line-height: 1em;
    margin-top: 0.9em;
    font-size: 0.7em;
    padding: 0.6em;
    background-color: purple;
}

.clientpassword .clientlogin {
    float: left;
    line-height: 0.7em;
}

.cpimage {
    float: left;
    padding-right: 10px;
}

.cptext {
    float: left;
    padding-right: 10px;
    line-height: 0.7em;
}

    .cptext h2 {
        font-weight: 900;
        text-align: right;
        font-size: 1.1em;
        line-height: 75px;
    }

.cppass {
    float: left;
    padding-top: 7px;
    padding-right: 10px;
}

.cpbutton {
    float: left;
    line-height: 0.7em;
    padding-top: 0.7em;
    padding-right: 10px;
}

    .cpbutton input[type="submit"] {
        line-height: 40px;
    }

.ctacleintcontain {
    height: 75px;
    padding: 0 5em 0 5em;
}
.clearfix {
        overflow: hidden;
}


/* Start Accordion */

.accordion {
    width: 80%;
}

.aparent {
    background-color: #dadbdc;
    font-weight: 400;
    padding: 0.5em 1em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
}

    .aparent:hover {
        background-color: #a6a7a9;
    }

.achild {
    background-color: #dadbdc;
    font-weight: 400;
    padding: 0.5em 1em 0.5em 3em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
}

    .achild:hover {
        background-color: #a6a7a9;
    }

.accordionLink {
}

/*end*/

.RVholder {
    font-size: 0.8em;
}

    .RVholder h4 {
        margin-bottom: 0.2em;
        margin-top: 0.5em;
    }

    .RVholder p {
        line-height: 1.2em;
    }

.Vskip {
    padding-top: 0.3em;
}

.Vskipblock {
    background-color: #515154;
    padding: 0.5em;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
    float: left;
    width: 13.6%;
    min-height: 80px;
    text-align: center;
    margin-right: 5px;
    font-size: 0.7em;
    line-height: 1.3em;
    text-decoration: none !important;
}

    .Vskipblock:hover {
        background-color: #949598;
    }

    .Vskipblock a {
        min-height: 80px;
        display: inline-block;
        color: #ffffff;
        text-decoration: none !important;
        border-bottom: none !important;
    }

.lastVV {
    margin-right: 0px !important;
}

.SmallCTA {
    background-color: #a4a5a7;
    color: #272525;
    text-align: center;
    padding: 2em 1em 1em 1em;
}

    .SmallCTA h2 {
        font-weight: 400;
        font-size: 1.2em;
        margin-bottom: 0.1em;
    }

    .SmallCTA h3 {
        font-weight: 900;
        font-size: 1.6em;
    }

.sliderTitle {
    margin-bottom: 0.3em;
    font-size: 3em;
    line-height: 2em;
}

.Blocktitle {
    background-color: #a4a5a7;
    color: #272525;
    text-align: left;
    padding: 0.5em;
}

    .Blocktitle h2 {
        font-weight: 900;
        font-size: 2em;
        text-transform: uppercase;
        margin-bottom: 0;
    }


/*Blog */
.blogTitle {
    color: #111446;
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 0;
    line-height: 1.2em;
}

.blogMeta {
    float: right;
    font-size: 0.8em;
}

.blogAticle p {
    text-align: left;
    line-height: 1.3em;
    font-size: 0.9em;
    padding-top: 8px;
}

.blogAticle img {
    width: 100%;
}

.BlocktitleBespoke {
    background-color: #5c97dc;
    color: #ffffff;
    text-align: left;
    padding: 0.2em 0.5em;
}

    .BlocktitleBespoke h2 {
        font-weight: 300;
        font-size: 2em;
        margin-bottom: 0;
        font-style: italic;
    }

.bespokeblogAticle {
    text-align: left;
}

    .bespokeblogAticle p {
        margin-bottom: 15px;
    }

.bespokeblogTitle {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.bespokeblogsubtitle {
    font-weight: 300;
    text-transform: uppercase;
    font-style: italic;
}

.Blocktitlestories {
    background-color: #6ea86b;
    color: #ffffff;
    text-align: left;
    padding: 0.2em 0.5em;
}

    .Blocktitlestories h2 {
        font-weight: 300;
        font-size: 2em;
        margin-bottom: 0;
    }


/* Stories Accordion */
.storiesaccordion {
    width: 100%;
}

.storiesaparent {
    font-weight: 900;
    padding: 0.5em 1em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
}

.storiesachild {
    font-weight: 400;
    padding: 0.5em 1em 0.5em 3em;
    width: 100%;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
}

.Greenarrow {
    background-image: url('../cdimages/green-arrow-right.png');
    background-repeat: no-repeat;
    height: 28px;
    width: 25px;
    float: left;
}

.Greenarrow-down {
    background-image: url('../cdimages/green-arrow-down.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 28px;
    float: left;
}


/* Features Accordion */
.featuresaccordion {
    width: 100%;
}

.featuresaparent {
    font-weight: 500;
    padding: 0.3em 0.7em;
    width: 100%;
    font-size: smaller;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
}

.featuresachild {
    font-weight: 500;
    padding: 0.2em 0.5em;
    width: 100%;
    text-align: left;
    font-size: smaller;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    cursor: pointer;
    margin-left: 20px;
}

    .featuresachild a {
        color: #272525;
        border-bottom: 0;
    }

.Blocktitlesfeatures {
    background-color: #ce7249;
    color: #ffffff;
    text-align: left;
    padding: 0.2em 0.5em;
}

    .Blocktitlesfeatures h2 {
        font-weight: 900;
        font-size: 2em;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.Wordcount {
    font-weight: 400;
    color: #acadb0;
    font-size: 0.9em;
    margin-left: 10px;
}

.Editorialh3 {
    margin-top: 1em;
    margin-bottom: 0.1em;
}

.Editorialh2 {
    margin-top: 1em;
}

#Editorialstats {
    font-size: 0.8em;
    line-height: 1.2em;
}

    #Editorialstats td {
        padding: 5px;
        border: 2px solid #ffffff;
    }

    #Editorialstats .dark {
        background-color: #b9babc;
    }

    #Editorialstats .light {
        background-color: #e3e4e5;
    }

#Editorialscoring {
    background-color: #e3e4e5;
    padding: 0.5em;
}

    #Editorialscoring td {
        border-bottom: 2px solid #e3e4e5;
        font-size: 0.8em;
        line-height: 1.2em;
    }

    #Editorialscoring .dark {
        padding-top: 20px;
        background-color: #e3e4e5;
        font-size: 0.8em;
        line-height: 1.2em;
    }

    #Editorialscoring .bar {
        display: block;
        position: relative;
        background: #bcbcbc;
        text-align: left;
        padding: 0px 0px 0px 3px;
        color: #333;
        height: 2em;
        line-height: 2em;
    }

    #Editorialscoring .bar-total {
        display: block;
        position: relative;
        background: #334c30;
        text-align: left;
        padding: 0px 0px 0px 3px;
        color: #333;
        height: 2em;
        line-height: 2em;
    }

    #Editorialscoring .graph {
        width: 100%;
    }

.Editorialholder {
    background-color: #e3e4e5;
    padding: 0.5em;
}

small {
    font-size: 0.7em;
    margin-left: 0.3em;
}

.dealer-leasing-block {
    margin-top: 1em;
    text-align: left;
}

.dealer-leasing-block img {
    border: solid 1em #bcbdbc;
    padding: 5px;
}

.dealer-leasing2 {
    background-color: #bcbdbc;
    padding: 1em;
    color: #000000;
    text-align: left;
}

.dealer-leasing {
    background-color: #bcbdbc;
    margin-left: 1em;
    margin-top: 1em;
    color: #000000;
    text-align: left;
}

    .dealer-leasing h2 {
        margin-bottom: 0.2em;
    }

    .dealer-leasing p {
        margin-bottom: 1em;
        line-height: 1.2em;
    }

    .dealer-leasing img {
        width: 100%;
    } 

    .dealer-leasing a {
        text-decoration: underline;
    }

    .dealer-leasing3 {
    background-color: #bcbdbc;
    margin-left: 1em;
    padding: 1em;
    color: #000000;
    text-align: left;
}

    .dealer-leasing3 h2 {
        margin-bottom: 0.2em;
    }

    .dealer-leasing3 p {
        margin-bottom: 1em;
        line-height: 1.2em;
    }

    .dealer-leasing3 img {
        width: 100%;
        max-width: 100%;
    } 

    .dealer-leasing3 a {
        text-decoration: underline;
    }


/*Publisher Page and supplement */

.PublisherCTA {
    background-color: #58585b;
    color: #ffffff;
    text-align: left;
    padding: 1em 1em 1em 1em;
}

    .PublisherCTA h2 {
        margin-bottom: 0.1em;
        font-weight: 900;
        font-size: 1.6em;
    }

    .PublisherCTA h3 {
        font-weight: 400;
        font-size: 1.2em;
        margin-bottom: 0.1em;
    }

.Publishersupplement {
    text-align: left;
}

    .Publishersupplement p {
        margin-bottom: 0.5em;
    }

.Publisherpageno {
    background-color: #6fa86a;
    color: #272525;
    width: 28%;
    padding: 0.5em;
    font-weight: 900;
}

.Publisherpage {
    background-color: #aaabad;
    color: #272525;
    padding: 1em;
    text-align: left;
}

.Publishercontent {
    width: 50%;
    float: left;
    line-height: 1.2em;
}

    .Publishercontent h3 {
        font-size: 1em;
        margin-bottom: 0.3em;
    }

.Publisherimage {
    width: 50%;
    float: left;
}

    .Publisherimage img {
        width: 100%;
    }

.manupic {
    border: solid 1px #dddddd;
}

.manulink {
    color: #ffffff;
    margin: 0px;
    height: 9em;
    vertical-align: middle;
    font-weight: bold;
}

.manutext {
    padding: 20px;
    vertical-align: middle;
    font-weight: bolder;
    margin-top: -8px;
    height: 100%;
    background-color: #ffffff;
    text-decoration: none;
}

.manutext:hover {
    background-color: #58585b;
}


.MMcontent {
    margin-top: 20px;
}

.MMCTA {
    padding: 1em;
    text-align: center;
    background-color: #58585b;
    color: #ffffff;
    height: 150px;
    border-bottom: 0;
    width: 100%;
}

    .MMCTA:hover {
        background-color: #272525;
    }

    .MMCTA a {
        min-height: 175px;
        display: inline-block;
        border-bottom: 0;
        font-weight: 900;
        color: #ffffff;
    }

/* TV Monitor */
#TV-monitor {
    background-image: url('../cdimages/tv-mointor.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 800px;
}

    #TV-monitor .TVinner {
        padding: 3em 1em 1em 1em;
    }

        #TV-monitor .TVinner iframe {
            width: 100%;
            height: 68%;
        }



/*Radio Button and Box */

#Radiobox {
    background-color: #4c4c4c;
    color: #ffffff;
    margin-bottom: 2em;
    text-align: center;
    padding: 1em;
}

#Radiobutton {
    background-image: url('../cdimages/radio_button.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 215px;
    height: 218px;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 auto;
}

    #Radiobutton:hover {
        -webkit-filter: brightness(1.5) !important;
        -moz-filter: brightness(1.5) !important;
        -o-filter: brightness(1.5) !important;
        -ms-filter: brightness(1.5) !important;
        filter: brightness(1.5) !important;
    }

    #Radiobutton a span {
        height: 218px;
        display: inline-block;
        width: 215px;
        border-bottom: 0;
    }

    #Radiobutton a {
        border-bottom: 0;
    }


.W300 {
    font-weight: 300;
}



/* Car Type */

.search-again {
    background-color: #87ba88;
    padding: 2em 1.5em;
    color: #ffffff;
    text-align: center;
    margin-top: 1em;
    border-radius: 10px;
}

    .search-again a {
        color: #ffffff;
        font-size: 1.6em;
        font-weight: 900;
        text-decoration: none !important;
        border: 0;
    }

.big-number {
    background-color: #87ba88;
    color: #ffffff;
    font-size: 2em;
    font-weight: 900;
    display: inline-block;
    float: left;
    height: 75px;
    margin-right: 15px;
    line-height: 75px;
    width: 60px;
    text-align: center;
}




.SelectBlock-large {
    background-color: #58585b;
    padding: 0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

    .SelectBlock-large h4 {
        padding-top: 0.8em;
    }

    .SelectBlock-large img {
        width: 100%;
    }

    .SelectBlock-large label {
        font-weight: 400;
        padding-left: 20px;
    }



.SelectBlock {
    background-color: #58585b;
    padding: 0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

    .SelectBlock h4 {
        padding-top: 0.8em;
    }

    .SelectBlock img {
        width: 26%;
        float: left;
    }

    .SelectBlock label {
        font-weight: 400;
        padding-left: 20px;
    }

.Scheckbox {
    background-color: #87ba88;
    display: inline-block;
}

.car-type-select {
    /*margin-top: 4px;
    width: 70%;*/
    margin-top: 14px;
    width: 85%;
    padding: 4px
}

.Preferencestitle {
    background-color: #87ba88;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 0.6em 0;
    font-size: 1.2em;
}

.Scheckboxc {
    width: 100%;
    text-align: left;
    padding-left: 2em;
}

.Preferencestitle-small {
    background-color: #87ba88;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 0.2em 0;
    font-size: 1.2em;
}

.SelectBlock-small {
    background-color: #58585b;
    padding: 0.5em 0;
    color: white;
    text-align: center;
}

    .SelectBlock-small img {
        width: 100%;
        margin-bottom: 5px;
    }

    .SelectBlock-small h4 {
        font-size: 0.8em;
    }

.Scheckboxc-small {
    width: 100%;
    font-size: 0.8em;
    line-height: 1.2em;
}

.faded-green {
    background-color: #eef4ee;
}

    .faded-green h2 {
        font-size: 25px;
        height: 75px;
        margin-bottom: 0;
        line-height: 75px;
    }

.car-type-submit {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 1.1em !important;
    font-weight: 900 !important;
    line-height: 1.2em !important;
    border: 0 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    word-wrap: break-word;
    white-space: normal;
    padding: 20px 0 !important;
    width: 100% !important;
    min-width: 100% !important;
}

    .car-type-submit:hover {
        background-color: gray !important;
    }

.faded-green input[type="submit"] {
    width: auto !important;
}

.clear {
    clear: both;
}


.cosumer-toggle {
    background-color: #272525;
    color: #ffffff;
    text-align: center;
    padding: 1em 1em 1em 1em;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .cosumer-toggle:hover {
        -webkit-filter: brightness(2.5) !important;
        -moz-filter: brightness(2.5) !important;
        -o-filter: brightness(2.5) !important;
        -ms-filter: brightness(2.5) !important;
        filter: brightness(2.5) !important;
    }

    .cosumer-toggle h2 {
        margin-bottom: 0.1em;
        font-weight: 900;
        font-size: 1.6em;
    }

#Results-cosumer {
    display: none;
}


.arrow-right-cosumer-results {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
    float: right;
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    margin-right: 1em;
}

.Toggle-Tab {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#VideoCrucial {
    padding: 0 1em 1em 1em;
    text-align: center;
}

    #VideoCrucial h2 {
        display: inline-block;
        margin-bottom: 0em;
    }

    #VideoCrucial img {
        margin: 0;
    }

    #VideoCrucial .VC-inner {
        line-height: 76px;
    }

.footerreports {
        padding: 5px;
        vertical-align: middle;
        height: 60px;
        text-align: center;
}

.footerreports h2 {
        text-align: center;
        vertical-align: middle;
        padding: 0px;
        margin: 0px;
}

/* Bespoke Writing */
.news-container {
    background-color: #898888;
    color: #ffffff;
    padding: 1em 1em 2em 1em;
    text-align: left;
    height: 400px;
}

    .news-container h2 {
        text-align: left;
        text-transform: uppercase;
        color: #272525;
        font-size: 3em;
        margin-bottom: 0.2em;
    }

.news-footer {
    background-color: #898888;
    color: #ffffff;
    padding: 1em 0;
}

    .news-footer a {
        color: #272525;
        font-weight: 900;
    }


.bespoke-container {
    background-color: #009ee0;
    color: #ffffff;
    padding: 1em 1em 2em 1em;
    text-align: left;
    height: 400px;
}

    .bespoke-container h2 {
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 3em;
        margin-bottom: 0.2em;
    }

.bespoke-footer {
    background-color: #009ee0;
    color: #ffffff;
    padding: 1em 0;
}

    .bespoke-footer a {
        color: #272525;
        font-weight: 900;
    }



.stories-container {
    background-color: #47ad68;
    color: #ffffff;
    padding: 1em 1em 2em 1em;
    text-align: left;
    height: 400px;
}

    .stories-container h2 {
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 3em;
        margin-bottom: 0.2em;
    }

.stories-footer a {
    color: #272525;
    font-weight: 900;
}

.stories-footer {
    background-color: #47ad68;
    color: #ffffff;
    padding: 1em 0;
}



.features-container {
    background-color: #ea6645;
    color: #ffffff;
    padding: 1em 1em 2em 1em;
    text-align: left;
    height: 400px;
}

    .features-container h2 {
        text-align: left;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 3em;
        margin-bottom: 0.2em;
    }

.features-footer {
    background-color: #ea6645;
    color: #ffffff;
    padding: 1em 0;
}

    .features-footer a {
        color: #272525;
        font-weight: 900;
    }


/*Image Libary Road Test, menu with images */
.car-model-brand-selector {
    background-color: #dadbdc;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 66px;
}

    .car-model-brand-selector:hover {
        background-color: #a6a7a9;
    }

    .car-model-brand-selector h3 {
        line-height: 66px;
    }

    .car-model-brand-selector img {
        float: left;
        margin-right: 10px;
    }

    .car-model-brand-selector a {
        color: #7C8081;
    }

/*Contact */

.map-button {
    background: #86b885;
    border-radius: 10px;
    padding: 2.5em;
    text-align: center -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .map-button h2 {
        color: #000000;
    }

    .map-button:hover {
        -webkit-filter: brightness(0.8) !important;
        -moz-filter: brightness(0.8) !important;
        -o-filter: brightness(0.8) !important;
        -ms-filter: brightness(0.8) !important;
        filter: brightness(0.8) !important;
    }

.contact-form-input {
    background-color: #e5e6e6 !important;
    color: #000000 !important;
    width: 100%;
}

.contact-form-textarea {
    background-color: #e5e6e6 !important;
    color: #000000 !important;
    width: 100%;
    margin-top: 1em;
    height: 200px;
    margin-top: -20px;
}

.contact-form-send {
    margin-top: 1em;
}

.video-clips-textarea {
    background-color: #e5e6e6 !important;
    color: #000000 !important;
    width: 100%;
    height: 195px;
    float: left;
}

.video-clips-send {
    margin-top: 1em;
    float: left;
}

.homepage-block {
    background-color: #82C0A0;
    color: #ffffff;
    padding: 6px;
    height: 55px;
    line-height: 1em;
    font-weight: 600;
    font-size: 0.8em;
}

.videoclip-block {
    background-color: #8d8e90;
    color: #ffffff;
    padding: 6px;
    height: 75px;
    margin-bottom: 15px;
}

.pink-block {
    background-color: #b290b1;
    color: #ffffff;
    padding: 5px 10px;
    width: 22%;
    height: 75px;
    float: left;
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
}

.green-block-thin {
    background-color: #86ce87;
    height: 40px;
    width: 10px;
    float: left;
    margin-right: 10px;
}

.green-block-left .accordion {
    border-left: solid #86ce87 10px;
    margin-left: 10px;
}

.pink-block-thin {
    background-color: #b290b1;
    height: 40px;
    width: 10px;
    float: left;
    margin-right: 10px;
}

.pink-block-left .accordion {
    border-left: solid #b290b1 10px;
    margin-left: 10px;
}

.blue-block {
    background-color: #01b2ca;
    color: #ffffff;
    padding: 5px 10px;
    width: 22%;
    height: 75px;
    float: left;
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
}

.blue-block-thin {
    background-color: #01b2ca;
    height: 40px;
    width: 10px;
    float: left;
    margin-right: 10px;
}

.blue-block-left .accordion {
    border-left: solid #01b2ca 10px;
    margin-left: 10px;
}

.red-block {
    background-color: #1d4e89;
    color: #ffffff;
    padding: 5px 10px;
    width: 22%;
    height: 75px;
    float: left;
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
}

.red-block-thin {
    background-color: #1d4e89;
    height: 40px;
    width: 10px;
    float: left;
    margin-right: 10px;
}

.red-block-left .accordion {
    border-left: solid #1d4e89 10px;
    margin-left: 10px;
}

.yellow-block {
    background-color: #f79255;
    color: #000000;
    padding: 5px 10px;
    width: 22%;
    height: 75px;
    float: left;
    font-weight: 600;
    text-align: center;
}

.yellow-block-thin {
    background-color: #f79255;
    height: 40px;
    width: 10px;
    float: left;
    margin-right: 10px;
}

.yellow-block-left .accordion {
    border-left: solid #f79255 10px;
    margin-left: 10px;
}

.editorial-holder {
    width: 45%;
    margin: 20px 20px 20px 0px;
    float: left;
}

    .editorial-holder img {
        width: 100%;
    }

.editorial-block {
    background-color: #8d8e90;
    color: #ffffff;
    padding: 6px;
    height: 40px;
    font-weight: 600;
    text-align: center;
}

.editorial-selector p {
    float: left;
    margin: 2px 0 2px 5px;
    display: inline;
    vertical-align: middle;
    text-align: center;
}

.editorial-selector a {
    background-color: #717174;
    border: 1px dotted #999999;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    overflow: hidden;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
}

    .editorial-selector a:hover {
        background-color: #49494b;
        webkit-transition: all .5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.editorial-title {
    background-color: #808183;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}

.editorial-child-holder {
    width: 44%;
    float: left;
}

    .editorial-child-holder img {
        width: 100%;
        height: 150px;
    }

.editorial-child-holder-right {
    float: left;
    background-color: #8d8e90;
    color: #ffffff;
    width: 55%;
    height: 100%;
    padding: 10px 0 0 10px;
    font-weight: 600;
    font-size: 0.8em;
}

.editorial-block-child {
    background-color: #6d6d70;
    color: #ffffff;
    padding: 6px;
    height: 40px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.editorial-child-wrapper {
    height: 190px;
    margin-bottom: 15px;
}

.homepage-wrapper img, .homepage-wrapper a {
    border: none;
}

.float-right-img {
    float: right;
    margin: 0 0 10px 10px;
    width: 50%;
}

.image-text-top {
    background-image: url('cdimages/audi_image_gallery_no_text.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

    .image-text-top a {
        color: #ffffff;
        border: 0;
        font-weight: 900;
        font-size: 30px;
        line-height: 30px;
        padding: 40px 20px 20px 20px;
        display: block;
    }

.Publisherpoints ul li {
    font-size: 1.1em;
    font-weight: 900;
    margin-bottom: 0.5em;
    line-height: 1.5em;
    color: #333333;
    list-style-type: disc;
    padding-left: 0.2em;
}

.Publisherpoints ul li a {
    color: #666666;
}

.Publisherpoints ul {
    margin-left: 2em;
}

.video_responsive {
    position: relative;
    padding-bottom: 55.80%;
    padding-top: 0.5em;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 0;
}

    .video_responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

td.textrow {
    vertical-align: middle;
}

td.imgrow {
    width: 90px;
    margin: 0px 0px -20px 0px;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}

.lineseparator {
    min-height: 50px;
    border: none;
}


.imggallery-click {
    background-color: #333333;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .imggallery-click a {
        text-align: center;
        vertical-align: middle;
        color: #ffffff;
    }

tr.SelectBlock {
    vertical-align: middle;
}

td.SelectBlock {
    text-align: left;
    height: 25px;
    vertical-align: middle;
    margin-left: 5%;
}

td.SelectBlockText {
    text-align: left;
    height: 40px;
    font-size: smaller;
    vertical-align: middle;
    padding-left: 5%;
}

span.SelectBlockText2 {
    text-align: left;
    font-size: x-small;
    vertical-align: middle;
    margin-left: 5%;
}

td.SelectBlockImg {
    text-align: left;
    font-size: small;
    height: 50px;
    vertical-align: middle;
    margin-left: 5%;
}

    td.SelectBlockImg img {
        width: 100%;
    }

.cdwebsiteplayer {
    width: 100%;
    border: none;
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#mediaplayer {
    border: solid 1px #7c8081;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-left {
    text-align: left;
}

/* Gets rid of the extra white space that follows an inline element*/
.image img {
    vertical-align: bottom;
}

.videos img {
  width:100%;
  height:auto;
}
a.video {
  float: left;
  position: relative;
}

a.video img {
      opacity: 0.5;
}
a.video span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("cdimages/playbtn.png") no-repeat;
  background-position: 50% 50%;
  background-size: 300%;
}
@media screen and (max-width: 480px) {
  a.video span {
    background-size: 400%;
  }
}

    .csstagmobile { display: none; }
    .csstagnarrow { display: none; }
    .csstagnarrower { display: none; }
    .csstagnormal { display: none; }
    .csstagwide { display: none; }
    .csstagnoscript { display: none; }

.demobar {
    background-color: #eeeeee;
    text-align: center;
    margin-top: 2em;
    padding-top: 1.2em;
    padding-bottom: 0.01em;
    vertical-align: middle;
}

.demobar h3 a {
    text-decoration: none;
    text-decoration-style: dotted;
}

h2.loginbar {
    text-align: right;
    vertical-align: middle;
}

.loginbar {
    vertical-align: middle;
    text-align: left;
}

.cpicon {
    vertical-align: middle;
    text-align: right;
    height: 80px;
    padding-top: 0.4em;
}

.nobackground{
	background-image:none;
}

.youtube_field {
    border: solid 1px grey;
}

.CTAText {
    text-align: left;
    color: #666666;
    font-weight: 500;
    font-size: 1.2em;
    vertical-align: middle;
}

.PreDeliveryCTA {
    background-color: #c0c0c0;
    border: none;
    color: #272525;
    vertical-align: middle;
    line-height: 1.4em;
    margin-top: 2em;
    padding: 1.2em 1em 0.5em 1em;
}

.PreDeliveryCTA-h2 {
    color: #666666;
    font-size: 2em;
    margin-bottom: 0.1em;
}

.PreDeliveryCTA-h3 {
    font-weight: 900;
   color: #666666;
    font-size: 1.6em;
}

.PreDeliveryBox {
    background-color: #ffffff;
    padding-top: 20px;
    margin-top: 0px;
    padding-bottom: 20px;
}

.PreDeliveryText {
    background-color: #7a7a7a;
    font-weight: 600;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.PreDeliveryHeader h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.6em;
}

.PreDeliveryEmbed {
    border-top: solid 1px #7a7a7a;
    border-left: solid 1px #7a7a7a;
    border-right: solid 1px #7a7a7a;
}

.cta-title h2 {
/*
    margin-bottom:0.3em; margin-top:0.3em; min-height: 2em; vertical-align: middle; line-height: 2em; font-size: 2em;
*/
}

.store-banner {
    width: 100%;
    max-width: 100%;
}

.store-banner > a > img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.login-bar {
    border: solid 1px red;
    background-color: white;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
}

.login-text {
    color: #000000;
    height: 75px;
}

.login-text > h2 {
    font-size: 1.2em;
}

.banner-mobile {
    margin-top: 1em;
    background-color: #82C0A0;
    color: white;
    font-weight: bold;
    padding: 1.5em;
}

.banner-mobile > a {
    margin-top: 1em;
    text-decoration: none;
    color: white;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner-mobile:hover {
    -webkit-filter: brightness(1.1) !important;
    -moz-filter: brightness(1.1) !important;
    -o-filter: brightness(1.1) !important;
    -ms-filter: brightness(1.1) !important;
    filter: brightness(1.1) !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner-desktop > img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.banner-desktop:hover {
    -webkit-filter: brightness(1.2) !important;
    -moz-filter: brightness(1.2) !important;
    -o-filter: brightness(1.2) !important;
    -ms-filter: brightness(1.2) !important;
    filter: brightness(1.2) !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .banner-mobile:hover {
        -webkit-filter: brightness(1.1) !important;
        -moz-filter: brightness(1.1) !important;
        -o-filter: brightness(1.1) !important;
        -ms-filter: brightness(1.1) !important;
        filter: brightness(1.1) !important;
        -webkit-transition: all .5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


@media (max-width: 800px) {
    .banner-desktop {
        display: none !important;
    }

    .banner-mobile {
        display: block !important;
    }
}

    @media (min-width: 800px) {
        .banner-desktop {
            display: block;
        }

        .banner-mobile {
            display: none;
        }
    }


@media (max-width: 800px) {
    .footer-desktop {
        display: none !important;
    }

    .footer-mobile {
        display: block !important;
        padding: 0;
        text-align: left;
    }

    #footer {
        color: #ffffff;
        padding: 0;
        margin-top: 2em;
        vertical-align: middle;
        text-align: center;
        font-weight: 900;
    }
}

.homeinfobox {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: solid 1px #82C0A0;
    padding-left: 0.5em;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.4em;
}

.homeinfoboxalt {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: none;
    padding-left: 0.5em;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.4em;
}

a.homeinfoboxlink:hover {
    color: #83d3c9 !important;
}

@media (min-width: 800px) {
    .footer-desktop {
        display: block;
    }

    .footer-mobile {
        display: none;
    }
}

.downabit {
    margin-top: 2em;
}

.upabit {
    margin-top: 0em;
    padding-top: 1em;
}

.whiteme {
    color: #ffffff !important;
}

.whybox {
    background-color: #82C0A0;
    font-size: 0.8em;
}

.whybox a {
    color: #ffffff;
    text-decoration: none !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
}

.whybox img {
    width: 100%;
}

.salesbox {
    border: solid 1px #82c0a0;
    text-align: center;
}

.salesbanding {
    background-color: #e3e4e5;
}

.footer-icons {
    text-decoration: none;
    padding-top: 1em;
}


.footer-icons > a {
    border: solid 1px white;
    text-decoration: none;
}

.footer-icons > a:hover {
    color: lightskyblue;
}

.standard-text {
    text-align: left !important;
    font-weight: normal;
}

.standard-text a {
    text-align: left !important;
    font-weight: bold;
}

.job-title {
    padding-top: 1em;
    font-weight: 700;
    padding-bottom: 0.5em;
}

.job-desc {
    padding-top: 0.3em;
    font-size: 1em;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 0.5em;
}

.download-area > a > li {
    padding-bottom: 1em;
    list-style-type: none;
}

ul.download-area {
    background: url("../cdimages/pdf32.png") no-repeat 0px 0px transparent;
}

.download-area > a > li {
    margin-left: 40px;
    padding-bottom: 1em;
    text-decoration: none;
    color: #87ba88;
    border-bottom-color: transparent;
}

.download-area > li > a:hover {
    padding-bottom: 1em;
    text-decoration: solid;
    color: #87ba88;
    border-bottom-color: transparent;
}

.sitemap > ul {
    padding-left: 2em;
    padding-top: 0.5em;
}

.sitemap {
    padding-top: 1em;
}

.manulogo {
    width: 50%;
}

.louder {
    font-weight: bold;
    color: #58585b;
}

.login-field {
    min-width: 100%;
}

.login-area {
    padding: 0.2em;
    border: solid 1px #82C0A0;
    margin: 0px;
    line-height: 1em;
    vertical-align: middle;
}

.login-line {
    padding: 0px;
    min-height: 1.6em;
    font-size: 0.8em;
    margin-top: 0.2em;
}

.login-line input {
    line-height: 1.2em;
    padding: 0.2em;
    margin-top: 0.2em;
}

.login-submit input {
    font-size: 0.8em;
    padding-left: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-right: 0.5em;
    background-color: white;
    min-width: auto;
    width: auto;
    font-weight: normal;
    margin-top: 0.2em;
    letter-spacing: normal;
}

.login-panel {
    padding: 1px;
    background-color: #ffffff;
    min-width: 0px;
    color: #7c8081;
}

    .login-panel input[type="password"] {
        min-width: 0px;
        border-left: solid 1px #eeeeee;
        border-top: solid 1px #eeeeee;
        border-right: solid 1px #eeeeee;
        max-width: 100%;
        max-height: 1.6em;
    }

    .login-panel input[type="submit"] {
        background-color: #82C0A0;
        border-top: solid 1px #ffffff;
        border-left: solid 1px #82C0A0;
        border-bottom: solid 1px #82C0A0;
        border-right: solid 1px #82C0A0;
        border: none;
        padding: 0px;
        margin-top: 2px;
        min-width: 0px;
        width: 100%;
        min-height: 0px;
        line-height: 2em;
        letter-spacing: 1px;
        height: 2em;
        font-size: 1em;
        font-family: 'Lato', sans-serif;
        color: white;
    }

    .login-panel input[type="email"] {
        min-width: 0px;
        border-left: solid 1px #eeeeee;
        border-top: solid 1px #eeeeee;
        border-right: solid 1px #eeeeee;
        max-width: 100%;
        max-height: 1.6em;
    }

    .login-button-area {
        background-color: #82C0A0;
    }

    .client-testimonial {
        font-style: italic;
        padding-left: 3em;
        padding-right: 3em;
    }

    .spacer-line {
        border-top: solid 2px #87ba88;
        max-width: 100%;
        min-width: 100%;
    }


    .slider-text {
        border: none;
        vertical-align: middle;
        
    }

.slider-tail {
    border: none;
    background: #82C0A0;
    padding: 1em;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
}

        .slider-text::before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

        .slider-text img {
            vertical-align: middle;
            display: inline-block;
        }

        .sloganarea h1 {
               padding-bottom: 0em;
               margin-bottom: 0em;
        }


.predelivery {
    text-align: left;
}

.predelivery h2 {
    font-size: 2em;
}

.predelivery h3 {
    font-size: 1.5em;
}

.salesprospecting {
    text-align: left;
}

    .salesprospecting ul {
        list-style-type: disc;
    }

    .salesprospecting ul {
padding-left: 1.05em;
color: #ffffff;
    }

.salesband1 {
    background-color: #82c0a0;
    color: white;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.salesband1 h2 {
    margin: 0;
}

.salesband1 p {
    padding-top: 0.2em;
    color: white;
    font-weight: bold;
}


.salesband2 {
    background-color: #e3e4e5;
    padding: 2em;
    margin-top: 1.5em;
}
.salesband3 {
    background-color: #87ba88;
    color: white !important;
    padding: 2em;
}
.salesband4 {
    background-color: #ffffff;
    color: #333333 !important;
    padding: 2em;
}

.salesband3 p {
    color: white;
}

.bolder {
    font-weight: bold;
}

.whyyouneed {
    text-align: left;
}
.whyyouneed h1 {
    padding-bottom: 2em;
}

.whyyouneed p {
    font-size: 1.5em;
    line-height: 1.7em;
}

.whyyouneed ul {
    list-style-type: disc;
}

.whyyouneed ul {
    padding-left: 1.05em;
    color: #ffffff;
}

.whyyouneedband1 {
    background-color: #82c0a0;
    color: white;
    min-height: 500px;
}

.whyyouneedband1 img {
    max-height: 500px;
    overflow: hidden;
    }

.whytextimage {
    overflow: hidden;
}

.blueme {
    background-color: #61c0be;
}

.greenme {
    background-color: #046a38;
}

.darkblueme {
    background-color: #326476;
}

.bgimg1 {

}

.whytextbox {
    padding: 2em;
    padding-top: 2em !important;
    padding-right: 4em !important;
    padding-bottom: 2em !important;
    overflow: visible;
}

.whyvideofill {
    margin: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: pink;
    overflow: hidden;
}

.whyvideofill video {
    max-height: 500px;
    max-width: 100%;
    border: solid 5px yellow;
    flex-shrink: 0;
}


.whyimagefill {
    margin-top: -50px !important;
    margin-left: -50px !important;
    object-fit: none;
    object-position: center;
}

.whyimagefillleft {
    margin-top: -50px !important;
    margin-right: -50px !important;
    text-align: right;
    object-fit: none;
    object-position: center;
}

/* @media (max-width: 980px) {
    .whyimagefill {
        margin: -30px !important;
   }

    .whytextbox h2 {
        font-size: 1em !important;
        line-height: 1.2em !important;
    }

    
    .whyimagefill img {
        }
} */

/*
@media (max-width: 800px) {
    .whyimagefill img{
        padding-left: 6em !important;
        padding-right: 6em !important;
        max-width: 50%;
        border-radius: 10px;
        overflow-y: hidden;
     }
}
*/

    .whyyouneedband1 h2 {
        margin: 0;
    }

    .whyyouneedband1 p {
        padding-top: 0.2em;
        color: white;
        font-weight: bold;
    }

    .whyclient {
        text-align: center;
        background-color: #eeeeee;
    }

        .whyclient img {
            padding-top: 1em;
            height: 100%;
            max-width: 100%;
            max-height: 450px;
            width: auto;
            padding-bottom: 1em;
        }

.darkhover {
    -webkit-filter: brightness(100%);
}

.darkhover :hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.center-cropped {
    height: 500px;
    width: 90%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 4;
    object-fit: none;
    object-position: center;
}

.whyyouneed strong {
     font-weight: 900;
}

.whytextbox a {
    text-decoration: underline;
}

.whyyouneed a {
    color: #333333;
    text-decoration: underline;
    border-bottom: none;
}

.whyyouneed em {
    font-style: italic;
}

.whyyouneedtitle h1 {
    line-height: 1.2em;
    margin-bottom: 0.4em;
    padding-bottom: 0.2em;
    padding-top: 0.6em;
}

.homepage-grey {
    background-color: #7c7c7c;
    text-align: left;
    color: white;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 0;
    background-image: url("/cdwebsite/cdimages/playbtn2.png");
    background-repeat: no-repeat;
    background-position:right center;
    background-size: 50px;
    background-origin: content-box;
}

.homepage-grey p {
    text-align: left;
    font-size: 1.5em;
    color: white;
    z-index: 1;
}

.homepage-grey h2 {
    text-align: left;
    font-size: 2em;
    color: white;
    z-index: 1;
}

.lighthover :hover {
    -webkit-filter: brightness(1.35) !important;
    -moz-filter: brightness(1.35) !important;
    -o-filter: brightness(1.35) !important;
    -ms-filter: brightness(1.35) !important;
    filter: brightness(1.35) !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lighthover {
    -webkit-transition: all .5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.white_bigimage {
    vertical-align: middle;
}
.white_bigimage img {
    max-width: 100%;
}

.white_smimage {
    margin-top: -5em;
    border-bottom: solid 8px rgba(124, 128, 129, 0.2);
}
.white_smimage img {
    max-width: 100%;
}

.white_bluebox_nocaps {
    max-width: 100%;
    background-color: darkcyan;
    color: white;
    padding-top: 2em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 2em;
    min-height: 100%;
}

    .white_bluebox_nocaps p {
        font-size: 2em;
        color: white;
        text-shadow: 0px 1px, 1px 0px, 1px 1px;
        line-height: 1.5em;
        text-align: left;
        font-weight: 300;
    }

    .white_bluebox_nocaps h2 {
        font-size: 4em;
        margin-bottom: 0;
        color: white;
        text-shadow: 0px 1px, 1px 0px, 1px 1px;
        line-height: 1.5em;
        text-align: left;
        font-weight: 300;
    }

.white_bluebox_header {
    max-width: 100%;
    background-color: darkcyan;
    color: white;
    text-transform: capitalize;
    padding-top: 2em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 2em;
    margin-top: 4em;
}

    .white_bluebox_header p {
        font-size: 1.7em;
        color: white;
        text-transform: uppercase;
        text-shadow: 0px 1px, 1px 0px, 1px 1px;
        line-height: 2em;
        text-align: left;
        font-weight: 300;
    }

.white_bluebox {
    max-width: 100%;
    background-color: darkcyan;
    color: white;
    text-transform: capitalize;
    padding-top: 2em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 2em;
}

.white_bluebox p {
        font-size: 3em;
        color: white;
        text-transform: uppercase;
        text-shadow: 0px 1px, 1px 0px, 1px 1px;
        line-height: 1.5em;
        text-align: left;
        font-weight: 300;
    }

    .white_bluebox h2 {
        font-size: 4em;
        margin-bottom: 0;
        color: white;
        text-transform: uppercase;
        text-shadow: 0px 1px, 1px 0px, 1px 1px;
        line-height: 1.5em;
        text-align: left;
        font-weight: 300;
    }

    .white_textbox {
        text-align: left;
        line-height: 1.7em;
        font-size: 1.5em;
    }

.white_banner {
    background-color: rgba(124, 128, 129, 0.2);
    padding-top: 2em;
    padding-bottom: 1em;
    line-height: 1.5em;
    font-size: 2em;
    padding-left: 105em;
    padding-right: 105em;
    text-align: center;
    margin-left: -100em;
    margin-right: -100em;
}

.white_hr {
}

.white_hr hr {
        border-top : solid 1px #666666;
        margin-bottom: 1.5em;
        width: 50%;
}

td.box169 {
    border: solid 5px red;
}

td.box169 img {
    border: solid 3px blue;
}

a.whitelink {
    text-decoration: none !important;
    color: #dddddd;
}

.black-bg {

}

img.app-image {
    border-radius: 36px;
    width: 100%;
    border:solid 2px #333333;
}

img.w-100 {
    width: 100%;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (adjust if needed) */
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

