html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px
}

#header {
    display: block;
    float: left;
    width: 100%;
    padding: 10px
}

#header #logo {
    float: left;
    display: block;
    margin-right: 5px;
}

#header #logo a {
    line-height: 45px;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#header #logo a span {
    color: #2CA2DB;
}

#header #logo img {
    height: 45px;
    max-width: 100%;
    float: left;
    margin-right: 10px;
    display: block
}

#header #tagline {
    line-height: 48px;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    float: left;
}

@media (max-width: 796px) {
    #header #tagline {
        display: none !important;
        width: 50%;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 16px;
    }
}

#hero {
    background: url("/assets/citystreet.jpg");
    background-size: cover;
    background-position: center;
    min-height: 300px;
    width: 100%;
    padding: 40px 0;
    float: left;
    display: block;
    position: relative
}

#hero #innerColor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: RGBA(16, 31, 48, 0.67);
    z-index: 9
}

#hero #heroLeft {
    z-index: 99;
    display: block;
    position: relative;
    float: left;
    width: 50%;
    padding-right: 50px;
    margin-top: 70px;
}

@media (max-width: 796px) {
    #hero #heroLeft {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        margin-top: 0;
    }
}

#hero #heroLeft h2 {
    color: #fff;
    float: left;
    font-size: 24px
}

#hero #heroRight {
    color: #fff;
    z-index: 99;
    display: block;
    position: relative;
    padding: 20px;
    width: 50%;
    float: left;
    line-height: 1.5
}

@media (max-width: 796px) {
    #hero #heroRight {
        padding: 0;
        width: 100%
    }
}

#hero #heroRight h2 {
    font-size: 24px;
    font-weight: 800
}

#hero #heroRight #why {
    padding-left: 30px
}

#hero #heroRight #why h3 {
    background: url("/assets/check.png") no-repeat;
    background-size: 16px;
    background-position: 0 7px;
    margin-left: -30px;
    padding-left: 30px;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 800
}

@media (max-width: 768px) {
    #hero #heroRight #why h3 {
        margin-left: 0;
        padding-left: 24px
    }
}

@media (max-width: 796px) {
    #hero #heroRight #why {
        padding-left: 0
    }
}

@media (max-width: 796px) {
    #hero {
        padding: 20px 0
    }
}

.quoteWrap {
    padding: 20px 40px;
    background: #fff;
    text-align: center;
    border-radius: 10px
}

.quoteWrap h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 10px
}

.quoteWrap p {
    font-size: 16px
}

@media (max-width: 796px) {
    .quoteWrap {
        padding: 20px
    }
}

#logos {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    background: #f8f8f8;
    text-align: center;
    font-size: 20px;
    color: #d8d8d8
}

#logos img {
    margin-top: 20px;
    max-width: 100%
}

.innerMax {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px
}

.inner {
    width: 800px;
    padding: 20px;
    margin: 0 auto;
    max-width: 100%
}

#content {
    display: block;
    float: left;
    width: 100%;
    padding: 20px
}

#content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px
}

#content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px
}

#content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px
}

#preFooter {
    background: #f1f6f9;
    display: block;
    float: left;
    width: 100%;
    padding: 100px 20px
}

#preFooter .contact {
    /*font-size: 20px;*/
    -webkit-box-shadow: 0;
    box-shadow: 0;
    outline: 0;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-decoration: none;
    background: #d93551;
    color: #fff
}

#preFooter .contact:hover {
    cursor: pointer;
    background: #c1243f
}

#preFooter .prefooter-logo {
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#preFooter .prefooter-logo span {
    color: #2CA2DB;
}

#preFooter .right {
    text-align: center;
}


.left, .right {
    width: 50%;
    float: left
}

@media (max-width: 1000px) {
    .table {
        display: table;
        width: 100%
    }

    .table .left, .table .right {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

#footer {
    background: #101f30;
    padding: 20px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff
}

#footer a {
    color: #fff;
    opacity: 0.5
}

#submitQuote .input-submit {
    width: 100%;
    font-size: 20px;
    line-height: 45px;
    background: #f2f2f2;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    outline: 0;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    padding: 10px 20px;
    color: #838a93;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-align: center;
    text-decoration: none;
}

#submitQuote .input-submit {
    margin-top: 20px;
    background: #d93551;
    color: #fff
}

#submitQuote .input-submit:hover {
    cursor: pointer;
    background: #c1243f
}

