body{
    background: none!important;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden;
}
.show {
    display: block;
}
.hide {
    display: none;
}

.title{
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    margin: 30px 0 20px;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #222c4f;
    text-align: center;
}

.description {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    color: #666;
    font-family: "Roboto",sans-serif;
    text-align: center;
}

.header{
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #e8f8fe;
}

.btn-outline-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
.navbar-light .navbar-toggler {
    color: #222C4F;
    border-color: transparent;
    padding: 8px 12px;
}


#subnav {
    position: fixed;
    top: -50px;
    width: 100%;
    padding: 10px 0;
    background-color: #e3f5fc;
    z-index: 100;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.scrolled #subnav {
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.recent-container {
    border: 1px solid #e3f5fc;
    border-radius: 5px;
    padding: 1rem 1rem 0rem 1rem;
    margin-top: 20px;
    text-align: center;
}
.recent-container h3 {
    margin-bottom: 1rem;
}

ul.recent-list {
    margin-left: 0;
    list-style: none;
}

ul.recent-list li{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgrey;
}

ul.recent-list li:last-child{
    margin-bottom: 0rem;
    border-bottom: 0px;
}

ul.recent-list a{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.logo {
    width: 155px;
    height: auto;
}

.formLink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
}

.continueLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1.5rem;
}

.phone-number-container {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.textBody {
    text-align: center;
    max-width: 45%;
    margin: 0 auto;
}

.p1 {
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 18px;
    line-height: 1.4em;
    color: black;
    text-align: left;
}

.p2 {
    margin-left: 1em;
    font-size: 1.125rem;
    line-height: 1.4em;
    color: black;
    text-align: left;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.caption {
    font-weight: 600;
    color: #222C4F;
}

.nav {
    margin-top: 12px;
}
.nav-item{
    padding: 0 1rem;
}

.nav-item a{
    color:#222C4F;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.MuiIconButton-colorPrimary {
    color: #222C4F;
}
.btn-outline-primary {
    color: #222C4F;
    background-color: transparent;
    background-image: none;
    border-color: #222C4F;
    font-weight: 600;
}
.btn-outline-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

#stories {
    margin-top: 2rem;
}

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

    .p1 {
        font-size: 14px;
    }

    .p2 {
        font-size: 14px;
        margin-left: 0;
    }

    .textBody {
        max-width: 60%;
    }

    .img-fluid {
        width: 100%;
    }

    .title{
        font-size: 32px;
    }

    .caption {
        margin-bottom: 0;
    }
    .header{
        padding:10px 0 15px 0;
    }
    .nav {display: block}
    .navbar {
        padding: 5px 0;
    }
    .nav-item {
        padding: 10px 0;
    }
    ul.mobile-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        margin-left: 0;
    }
    ul.mobile-nav li {
        display: inline-flex;
        /* You can also add some margins here to make it look prettier */
        zoom:1;
        *display:inline;
    }
    .btn-outline-primary {
        display: inline-block;
        margin-right: 5px;
        padding: 6px 15px;
        font-size: 12px;
    }

    .navbar-collapse {
        position: absolute;
        height: auto;
        text-align: left;
        top: 59px;
        right: -15px;
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,.1);
        box-shadow: 0 6px 20px 0 rgba(0,0,0,.1);
        width: 180px;
        border: 1px solid #ddd;
        border-radius: 3px;
        transition: height 0.25s ease-in;
        z-index: 1;
    }
}


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;
font-family: "Roboto",sans-serif;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: disc;
  margin-left: 30px;
}

ol {
  list-style: decimal;
}

blockquote, q {
  quotes: none; }

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

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

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

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

p{
  font-size: 16px;
  line-height: 1.5em;
  color: black;
  margin-bottom: 1em;
}


body {
    font-family: "Roboto",sans-serif;
  color: #555F61;
  /*background: url("../images/road.svg") repeat-x;
  background-position: center -80px;*/
  font-size: 14px;
  font-weight: 400;
}

h4 {
  font-family: "Roboto",sans-serif;
  font-size: 1.5em;
}

.desktop {display: block;}
.mobile {display: none;}

#header {
 /* background: url("../images/road.png") repeat-x;*/
  background-size: contain;
  background-color: #e3f5fc;
  height: 100px;
  /*background-position: center -80px;*/
}

/*
header {
  background: url("../images/AutoSavings_DesktopHeader.jpg") no-repeat;
  background-size: auto 100%;
  background-repeat: no-repeat;
}*/

.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

h1, h2, h3 {
  color: #222C4F;
  font-weight: 500;

}

h1 {
  font-family: "Roboto",sans-serif;
  font-size: 34px;
  margin: 20px 0 20px;
  font-weight: 300; }


h2 {
  font-size: 26px;
  margin: 0 0 20px;
  opacity: .7; }

h3 {
  font-size: 22px;
  opacity: 1;
  text-transform: capitalize;
  }

a {

  font-family: "Roboto",sans-serif;
  font-weight: bold;
  color: #177BBD;
  text-decoration: none;   -webkit-transition: all 0.35s;
  transition: all 0.35s;}
  a:hover {
    text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

strong {
  font-weight: 600;
  color: #222C4F; }

header {
/*  height: 125px;*/
  }
  header:after {
    content: '';
    display: table;
    clear: both; }

  .list footer {
      padding: 0;
      border-top: solid 0px #DDD;
      margin-top: 0;
  }

    footer {font-size: 14px;
        line-height: 18px;
        padding: 50px 0 0 0;
        border-top: solid 1px #DDD;
        margin-top: 50px;
    }

    footer .footerInfo {
        margin-bottom: 15px;
    }

    footer .terms {
        padding-bottom: 50px;
    }


#page-list h1 a{
  margin: 0 0 10px;
  color:#000;
  font-family: "Roboto",sans-serif;
  font-size: 34px;
  font-weight: 300;
    text-transform: capitalize;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#page-list h1 a:hover{
  color: #666;
  text-decoration: none;
}

#page-list p {
  color: #666;
  font-family: "Roboto",sans-serif;
}


.credit{
  border-top: 1px  solid #666;
  border-bottom: 1px  solid #666;
}

.credit p{
  color:#666;
}

.author {
      border-radius: 50%;
    max-width: 50px;
}

#newsletter{
  background-color: #222C4F;
}

#newsletter h2 {margin-bottom: 5px;color:white;opacity: 1;}
#newsletter p {margin-bottom: 0; font-size: 1.25em;color:rgba(255,255,255,.5); font-style: italic;}


.btn {
  font-family: "Roboto",sans-serif;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-warning {
  padding: .375rem 2.5rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  background-color: #faa740;
  border-color: #faa740;
  border-radius: .125rem;
}

.btn-warning:hover {
    color: #fff;
    background-color: #fac067;
    border-color: #fac067;
}

.btn-width{
  display: block;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}

.btn-hyundai{
    padding: 9px 12px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: bold;
    color:#fff;
    background-color: #ff6900;
    border-color: #ff6900;
    border-radius: 125rem;
}
.btn-hyundai:hover {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.brandContainer {
    border-top: 1px solid #f2f2f2;
    margin-top: 12px;
    padding-top: 1em;
}

.logoContainer {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgContainer {
    display: inline;
    margin-left: 1em;
    margin-right: 1em;
}

.footerContainer {
    color: #808080;
    padding: 25px 0 50px 0;
    font-size: 13px;
    border-top: solid 0px #DDD;
    margin-top: 1rem;
    text-align: left;
    font-weight: 600;
    line-height: 18px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f2f2f2;
}

.mcAfeeLogo {
    border: 1px solid #000;
    max-width: 115px;
    height: auto;
}

.legalBlock {
  font-size: 14px;
  line-height: 18px;
  margin-top: 50px;
  color: #AAA; }

.actions {
  margin-top: 15px; }

.removeRow {
  margin: 25px -15px; }

.social {
  list-style: none;
}
.social li {
  font-family: "Roboto",sans-serif;
  display: inline-block;
  margin-right: 10px;
  list-style: none;
  text-transform: uppercase;
}

.social li a{
  font-size: 1.75em;
}

#copy{
  margin-top: 3em;
}
#copy h2, #copy h3 {
    font-size: 22px;
    opacity: 1;
    text-transform: capitalize;
    margin: 0;
}

#copy p {
    font-size: 18px;
    line-height: 1.7;
    color: black;
    margin-bottom: 1em;
}

#copy ol{
  list-style: decimal;
  font-size: 22px;
  color: #222C4F;
  opacity: 1;
  margin-left: 15px;
}

#copy ol li, #copy ul li {
    margin-bottom: 25px;
    font-size: 1rem;
    color: black;
}

#copy ol li p, #copy ul li p, #copy ol li ul li{
  font-size: 16px;
  line-height: 1.5em;
  color: black;
}

#copy ol li ul{
  margin-top: 15px;
  margin-left: 25px;
}
#copy ol li ul li{
  margin-bottom: 10px;
}


ol.hyundai {
  list-style-position: inside !important;
}

ol.hyundai li{
  margin-bottom: 1em !important;
  font-size: 16px !important;
  line-height: 1.5em !important;
  color: black;
}


.hovereffect {
  width: 100%;
  height: 250px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 8%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 36px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  line-height: 1.1em;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  text-decoration: none;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#stories .hovereffect {
  height: 175px;
}

#stories .hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 50%;
  left: 10%;
  top: 20%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
}

#stories .hovereffect h2 {
    padding: .6em 0;
    line-height: 1.25em;
}

/*
#stories .hovereffect img{
  height: 175px;
}*/

#stories h4 a {
  color: #666;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -moz-transition:  0.4s ease;
  transition:  0.4s ease;
}

#stories h4 a:hover{
  color: #177BBD;
}



/** Social **/
.fb {color: #475a95;}
.tw {color: #88c3eb;}
.gg {color: #bc4638;}


@keyframes jigglecar {
  0% {
    top: 100px; }
  100% {
    top: 102px; } }
@keyframes slide {
  0% {
    left: 0; }
  100% {
    left: -2400px; } }
.mui-scroll-lock {
  padding-right: 0 !important;
  overflow: visible !important; }

/*# sourceMappingURL=leadgen.css.map */


/*** Mobile ***/
@media only screen and (min-width: 320px) and (max-width: 767px) {

  .btn-width{ width: 100%; }
    .phone-number-container {
        padding-bottom: 1rem;
    }
    .nav {display: block}
}
