html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

footer, header, nav {
    display: block;
}

a {
    background: transparent;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after {
        content: "";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}

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

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.col-md-3, .col-md-4, .col-md-7, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .col-md-3, .col-md-4, .col-md-7, .col-md-12 {
        float: left;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
}

html, body, div, h1, p, a, img, ul, footer, header, nav {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Proxima Nova W01', Helvetica, Arial, sans-serif;
    color: #3a4b58;
    font-size: 18px;
    line-height: 1.5625;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0;
    color: #eb3a2e;
}

h1 {
    font-weight: normal;
    text-rendering: optimizelegibility;
    font-family: 'Proxima Nova W01';
    color: #3a4b58;
}

h1 a {
    font-weight: inherit;
}

h1 {
    font-size: 30px;
    line-height: 1.3125em;
    margin-bottom: 0.65625em;
}

body {
    color: #808080;
}

ul {
    list-style: none outside;
}

#header {
    background: #fff;
    position: fixed;
    z-index: 9999;
    margin: 0px auto 0px;
    height: 60px;
    width: 100%;
    box-shadow: inset 0 -5px 5px -5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 0 -5px 5px -5px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: inset 0 -5px 5px -5px rgba(50, 50, 50, 0.5);
}

#header nav {
    display: inline-block;
}

#header h1 {
    height: 60px;
    line-height: 1;
    margin-bottom: 0;
}

.hdr-logo-image{
    display: block;
    text-indent: -999em;
    width: 150px;
    height: auto;
}

.hdr-logo-link {
    display: inline-block;
}


#header ul {
    margin-bottom: 0;
    height: 100%;
    margin: 0;
}

#header #mobile-nav {
    display: none;
}

#main-menu {
    text-align: right;
    float: right;
}

body, html {
    height: 100%;
}

#doc {
    height: 100%;
    padding-top: 60px;
}

#footer {
    border-top: 1px solid #3a4b58;
    font-size: 14px;
}

#footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#mission-statement p {
    font-size: 18px;
}

#menu-about {
    background: #3a4b58;
    padding: 10px 0;
}

#menu-about ul {
    margin-bottom: 0;
    list-style-type: disc;
    text-align: right;
}

#colophon {
    text-align: right;
    margin: 20px 0;
}

p {
    margin: 0 0 10px;
}

@media only screen and (max-width: 1260px) {
    #header {
        position: relative;
        height: auto;
    }

    #header .container, #header .col-md-3, #header .col-md-7 {
        padding: 0;
        width: 100%;
        float: none;
        margin: 0;
    }

    #header #main-menu {
        display: none;
    }

    #header nav {
        display: block;
    }

    #header h1.hdr-logo a {
        background-image: url(https://www.autoreturn.com/app/themes/autorebuild/images/logo-mobile.svg);
    }

    #header #mobile-nav {
        display: block;
    }

    #main-menu {
        width: 100%;
    }

    #doc {
        padding-top: 0;
    }

    #footer {
        margin-top: 15px;
    }

    #colophon, #menu-about ul {
        text-align: center;
    }

    #colophon {
        margin: 0;
    }
}

.content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    min-height: calc(100vh - 12em);
    flex-direction: column;
}

.flexContainer {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
}

.flexComponent {
    display: block;
    min-width: 10em;
    width: auto;
    flex-basis: 30%;
    margin: 1em;
}

.flexAnchor {
    display: block;
    margin: auto;
    width: auto;
}

.flexText {
    display: block;
    margin: auto;
    width: auto;
    text-align: center;
}

.flexImage {
    height: 3em;
    display: block;
    margin: auto;
    width: auto;
}

#doc {
    /* will be overridden by min-height, required for vertical alignment in IE*/
    height: 1px;
}