body, html {
    font-family: 'PT Sans', sans-serif;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
}

.navigation-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 0.72) 11%, rgba(255, 255, 255, 0) 39%);
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 0.72) 11%, rgba(255, 255, 255, 0) 39%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 0.72) 11%, rgba(255, 255, 255, 0) 39%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#00ffffff', GradientType=0);
}

.navigation-container .logo {
    position: absolute;
    top: 25px;
    left: 15px;
}

.navigation {
    width: 230px;
    list-style: none;
    background: #fff;

    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 0;
    padding: 0;
    border: 2px solid #f1f1f1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);;
}

.navigation .nav-item {
    text-align: center;

    border-bottom: 1px solid #f1f1f1;
}

.navigation .nav-item a {
    padding: 10px 40px;
    font-size: 16px;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
}

.navigation .nav-item a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}

.navigation .nav-item a:active {
    text-decoration: none;
}

.navigation .nav-item:last-of-type {
    border-bottom: 0;
}

.site-wrap {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
}

.nav-trigger {
    position: absolute;
    right: 15px;
    clip: rect(0, 0, 0, 0);
}

.has-error {
    border: 1px solid #ff514c;
}

.min-height-60 {
    min-height: 60%;
}

label[for="nav-trigger"] {
    position: absolute;
    top: 32px;
    right: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
}

.nav-trigger:checked + label {
    /*left: 215px;*/
}

.nav-trigger:checked ~ .site-wrap {
    left: 100%;
    border-left: 1px solid #f1f1f1;
    display:none;
}

.nav-trigger + label, .site-wrap {
    transition: left 0.2s;

}

.navbar {
    padding: 20px 0;
}

.navbar .logo {
    top: 4px;
    position: relative;
}

.nav {
    border: 1px solid #e3e3e3;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
    letter-spacing: 2px;
}

.nav .active {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #edeeee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #edeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #edeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edeeee', GradientType=0);
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #edeeee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #edeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #edeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edeeee', GradientType=0);
}

.navbar-nav > li > a {
    padding: 15px 20px;
}

.nav a {
    color: #000;
    font-size: 18px;
}

.width-100 {
    width: 100%;
}

.header-car {
    background-image: url("../images/car.png");
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 350px;
}

.header-gradient {
    background: #efefef;
    background: -moz-linear-gradient(left, #efefef 0%, #ffffff 53%);
    background: -webkit-linear-gradient(left, #efefef 0%, #ffffff 53%);
    background: linear-gradient(to right, #efefef 0%, #ffffff 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=1);
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.steps .col-md-4 {
    border-right: #000 dotted 2px;
}

.steps .col-md-4:last-of-type {
    border-right: 0;
}

.steps .number {
    font-size: 40px;
    color: #FA9900;
    font-weight: bold;
    padding: 0 10px;
    font-style: italic;
    position: relative;
    top: 10px;
}

.steps .step-text {
    font-weight: bold;
    font-size: 18px;
    color: #4C565B;
}

.steps .icon-image {
    padding: 10px;
}

input.zip {
    border: #636363 2px solid
}

.row-eq-height {
    display: flex;
}

.catch-phrase {
    position: relative;
    top: -11px;
}

.blog-gradient {
    padding: 30px;
    height: 100%;
    border-radius: 5px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 48%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 48%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 48%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
}

.quotes {
    background: #f6f6f6;
    height: 100%;
    border-radius: 5px;
    padding: 30px;
}

.blockquote.orange {
    border-left: 5px solid #fb9900;
}

.blockquote {
    font-size: 16px;
}

.btn.btn-orange {
    color: #fff;
    background: #fbb601;
    background: -moz-linear-gradient(top, #fbb601 0%, #fab500 35%, #fb9902 100%);
    background: -webkit-linear-gradient(top, #fbb601 0%, #fab500 35%, #fb9902 100%);
    background: linear-gradient(to bottom, #fbb601 0%, #fab500 35%, #fb9902 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb601', endColorstr='#fb9902', GradientType=0);
}

.btn.btn-orange:hover {
    background: #fbb601;
    background: -moz-linear-gradient(top, #fbb601 63%, #fb9902 100%);
    background: -webkit-linear-gradient(top, #fbb601 63%, #fb9902 100%);
    background: linear-gradient(to bottom, #fbb601 63%, #fb9902 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb601', endColorstr='#fb9902', GradientType=0);
}

.b-g-gradient-gray {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, #f6f6f6 50%, #ffffff 90%);
    background: -webkit-linear-gradient(left, #ffffff 10%, #f6f6f6 50%, #ffffff 90%);
    background: linear-gradient(to right, #ffffff 10%, #f6f6f6 50%, #ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.footer-social li {
    float: right;
    margin-left: 5px;
}

.footer-social {
    float: right;
    margin-bottom: 0;
    list-style: none;
}

.footer-logo {
    display: inline-block;
    position: relative;
    top: -5px;
}
.footer-logo img{
    max-width:150px;
    width:100%;
}
.footer-text {
    display: inline-block;
}

.border-bottom-gray {
    margin: 10px 0;
    display: block;
    border: none;
    color: white;
    height: 1px;
    background: black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(#afafaf), to(#fff));
}

.border-left-gray {
    margin: 5px 0;
    display: block;
    border: none;
    color: white;
    height: 1px;
    background: black;
    background: -webkit-gradient(radial, 10% 20%, 0, 10% 20%, 500, from(#e1e1e1), to(#fff));
}

ul.side li {
    list-style-image: url(../images/arrow.png);
    line-height: 20px;
    margin-left: 29px;
}

.sub-links .sub-link {
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #cdcdcd;
}

.sub-links .sub-link:first-of-type {
    padding-left: 0;
}

.sub-links .sub-link:last-of-type {
    border-right: 0;
}

dl dt {
    margin-top: 10px;
}

label {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}

.f-c-gray {
    color: #565656;
}

.f-c-black {
    color: #000;
}

.f-c-orange {
    color: #fb9900;
}

.f-c-dark-blue {
    color: #014364;
}

.f-c-light-blue {
    color: #0089D1;
}

.f-c-red {
    color: #ff0000;
}

.bold {
    font-weight: 700;
}

.regular {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.medium {
    font-weight: 500;
}

.italic {
    font-style: italic;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-36 {
    font-size: 36px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-13 {
    font-size: 13px;
    line-height: 16px !important;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-13 {
    font-size: 13px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-l-50 {
    margin-left: 50px;
}

.m-t-80 {
    margin-top: 80px;
}

.p-30 {
    padding: 30px;
}

.media-nav {
    display: none;
}

@media (max-width: 1199px) {
    .steps .step-text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .row-eq-height {
        display: block;
    }

    .steps .col-md-4 {
        border-right: 0;
    }

    .media-m-t-40 {
        margin-top: 40px;
    }

    .media-m-t-10 {
        margin-top: 10px;
    }

    .media-center {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .navbar .logo {
        padding-left: 15px;
    }

    .navbar-nav.pull-right {
        display: none;
    }

    .media-nav {
        display: block;
    }

}
