/* Styles css */

body {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  color: #1d1d1d
}

h1,
h4 {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif
}

a {
  color: #0584A9
}

a:hover,
a:active {
  color: #03546B
}

img {
  max-width: 100%
}

option:disabled,
select:disabled {
  color: #ddd
}

.bold {
  font-weight: 700
}

::-webkit-input-placeholder {
  color: #999999 !important;
  font-style: italic
}

::-moz-placeholder {
  color: #999999 !important;
  font-style: italic;
  opacity: 1
}

::-ms-input-placeholder {
  color: #999999 !important;
  font-style: italic
}

::placeholder {
  color: #999999 !important;
  font-style: italic
}

.btn {
  font-family: 'proxima_nova_ltsemibold', 'Proxima Nova', sans-serif;
  letter-spacing: normal;
  white-space: normal;
  cursor: pointer
}

.site-btn {
  background: #0696BF;
  font-weight: 600;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  text-shadow: none;
  padding-left: 2em;
  padding-right: 2em
}

.site-btn:hover {
  background: #0584A9;
  color: #fff
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}

.site-header .logo {
  margin-bottom: .15em;
  margin-top: .15em
}

.site-header .logo img {
  max-height: 40px;
  width: auto
}

@media screen and (max-width:576px) {
  .site-header .logo {
    display: block;
    width: 110px !important;
    position: relative;
    z-index: 1
  }
}

.site-header .hidden-btn {
  margin-top: .15em
}

#menu-toggle {
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#menu-toggle a {
  text-decoration: none;
  color: #232323;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease
}

#menu-toggle a:hover {
  color: #4f7794
}

#menu-toggle input {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  right: -5px;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none
}

#menu-toggle label {
  position: relative;
  display: block;
  width: 30px;
  height: 30px
}

#menu-toggle label span {
  display: none
}

#menu-toggle label div {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #aaa;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0;
  -ms-transform-origin: 4px 0;
  transform-origin: 4px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

#menu-toggle label div:first-child {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%
}

#menu-toggle label div:nth-child(2) {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%
}

#menu-toggle input:checked+label div {
  background: #232323
}

#menu-nojs {
  position: absolute;
  width: 275px;
  margin: -100px -50px 0 0;
  padding: 125px 40px 30px 20px;
  background: rgba(255, 255, 255, .97);
  list-style-type: none;
  right: -275px;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, .1)
}

#menu-nojs li {
  padding: .15em .5em;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: .75em;
  text-align: right;
  font-weight: 600
}

#menu-nojs a li {
  color: #2c2c2c;
  border: 0 solid transparent;
  border-radius: 8px
}

#menu-nojs a:hover li {
  text-decoration: none;
  border: 0 solid #ccc;
  color: #0584A9
}

#menu-toggle input~ul {
  display: none
}

#menu-toggle input:checked~ul {
  right: 0;
  display: block
}

#menu-nojs .dropdown {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: 1em !important;
  margin-right: .55em;
  margin-top: 1em !important
}

#menu-nojs .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  padding: 12px 16px;
  z-index: 1;
  right: 0
}

#menu-nojs .dropdown span {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer
}

#menu-nojs .dropdown .dropdown-content a {
  display: block;
  padding-top: .3em;
  padding-bottom: .3em;
  text-transform: uppercase;
  text-align: right;
  font-weight: 600;
  font-size: .9em;
  margin-bottom: .25em
}

#menu-nojs .dropdown .dropdown-content a:last-of-type {
  margin-bottom: 0
}

#menu-nojs .dropdown:focus {
  cursor: pointer;
  pointer-events: none
}

#menu-nojs .dropdown:hover .dropdown-content,
#menu-nojs .dropdown:focus .dropdown-content {
  display: block
}

.site-footer {
  background: #f6f6f6;
  padding-top: 3em;
  padding-bottom: 3em
}

.site-footer .footer-logo {
  text-align: center;
  margin-bottom: 1em
}

.site-footer .footer-logo img {
  max-width: 200px
}

.site-footer ul.footer-nav {
  margin: .5em 0 1em;
  padding: 0;
  list-style: none
}

.site-footer ul.footer-nav li {
  display: inline;
  margin-right: .7em
}

.site-footer ul.footer-nav li:last-child {
  margin-right: 0
}

.site-footer ul.footer-nav li a {
  color: #888;
  text-transform: uppercase;
  font-size: .9em
}

.site-footer .footer-copyright {
  color: #888;
  text-align: center;
  font-size: .85em
}

@media only screen and (max-width:768px) {
  .site-footer .footer-logo {
    text-align: center;
    margin-bottom: 1.2em
  }

  .site-footer ul.footer-nav {
    margin: 0 0 1.2em 0
  }

  .site-footer ul.footer-nav li {
    display: block;
    margin-right: 0;
    text-align: center;
    line-height: 2.25
  }

  .site-footer ul.footer-nav li a {
    display: block;
    padding: .25em
  }
}

@media screen and (max-width:576px) {
  .site-footer {
    padding-top: 2em;
    padding-bottom: 2em
  }

  .site-footer .footer-logo img {
    max-width: 125px
  }

  .site-footer ul.footer-nav li {
    font-size: .95em
  }

  .site-footer .footer-copyright {
    font-size: .75em
  }
}

.goo-ad-container {
  width: 100%
}

.good-ad-label {
  font-size: .9rem;
  text-align: center;
  margin: 0 auto .5em auto;
  padding: .25em;
  color: #888;
  text-transform: uppercase
}

.page-title {
  background: url(/img/page-title-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 2em 0 2em 0;
  border-bottom: 1px solid #eee
}

.page-title .align-items-center {
  min-height: 130px
}

.page-title h1 {
  line-height: 1;
  margin-bottom: 0;
  color: #0584A9;
  font-family: 'proxima_nova_ltthin', 'Proxima Nova', Georgia, sans-serif;
  font-weight: 700;
  font-size: 3.2em;
  text-align: center
}

@media screen and (max-width:576px) {
  .page-title {
    padding: 1em 0 1em 0
  }

  .page-title .align-items-center {
    min-height: 100px
  }

  .page-title h1 {
    font-size: 1.5em;
    font-weight: 700
  }
}

#getinvp-banner {
  padding: 2em 0;
  background: linear-gradient(to bottom, #565656 0%, #222222 100%)
}

#getinvp-banner p {
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  font-family: 'proxima_nova_ltthin', 'Proxima Nova', sans-serif;
  color: #fff;
  line-height: 1
}

#getinvp-banner p span {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 700;
  color: #B9DBF1
}

@media screen and (max-width:768px) {
  #getinvp-banner {
    padding: 1.5em 0
  }

  #getinvp-banner p {
    font-size: 1.25em;
    margin-bottom: .75em;
    text-align: center
  }

  #getinvp-banner .car {
    margin-bottom: .75em
  }

  #getinvp-banner .car img {
    max-width: 150px
  }
}

@media screen and (max-width:576px) {
  #getinvp-banner p {
    font-size: 1.15em
  }

  #getinvp-banner .car {
    display: none
  }
}

label.error {
  color: #f12b24;
  font-size: 18px !important
}

input.error,
select.error {
  border: 1px solid #f12b24 !important
}

.border-top {
  border-top: 3px solid #eaeaea;
  padding-top: 35px;
  margin-top: 20px
}

@media screen and (max-width:1199px) {
  .container {
    max-width: 91%
  }
}

@media screen and (max-width:991px) {
  .site-header .site-btn {
    font-size: .6rem
  }
}

@media screen and (max-width:768px) {
  .site-header .container {
    padding-left: 0;
    padding-right: 0
  }

  .site-main .container {
    max-width: inherit
  }

  input.form-control,
  select.form-control {
    font-size: 1em
  }
}

@media screen and (max-width:576px) {
  .hidden-btn {
    display: none !important
  }
}

@media screen and (max-width:479px) {
  .btn-lg.site-btn {
    font-size: 1rem;
    display: block;
    width: 100%
  }
}

@media screen and (max-width:768px) {

  input.form-control,
  select.form-control {
    font-size: 1em
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

/* Styles_f8 */

body {
  font-family: 'Proxima Nova', 'Montserrat', 'Open Sans', sans-serif;
  color: #1d1d1d;
  overflow-x: hidden
}

.bold {
  font-weight: 700
}

.site-btn {
  font-family: 'proxima_nova_ltsemibold', 'Open Sans', 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-radius: 20px;
  padding: .5em 1em
}

.btn-block {
  width: 100%
}

#menu-toggle {
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#menu-toggle a {
  text-decoration: none;
  color: #232323;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease
}

#menu-toggle a:hover {
  color: #4f7794
}

#menu-toggle input {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  right: -5px;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none
}

#menu-toggle label {
  position: relative;
  display: block;
  width: 30px;
  height: 30px
}

#menu-toggle label span {
  display: none
}

#menu-toggle label div {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  background: #777;
  border-radius: 0;
  z-index: 1;
  -webkit-transform-origin: 4px 0;
  -ms-transform-origin: 4px 0;
  transform-origin: 4px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

#menu-toggle label div:first-child {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%
}

#menu-toggle label div:nth-child(2) {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%
}

#menu-toggle input:checked+label div {
  background: #232323
}

#menu-nojs {
  position: absolute;
  width: 285px;
  margin: -100px -50px 0 0;
  padding: 125px 40px 30px 20px;
  background: rgba(255, 255, 255, .98);
  list-style-type: none;
  right: -7680px;
  transition: none;
  box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, .1)
}

#menu-nojs li {
  padding: .15em .5em;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: .75em;
  text-align: right
}

#menu-nojs a li {
  color: #2c2c2c;
  border: 0 solid transparent;
  border-radius: 8px
}

#menu-nojs a:hover li {
  text-decoration: none;
  border: 0 solid #ccc;
  color: #0584A9
}

@media screen and (max-width:992px) {
  #menu-nojs {
    right: -300px;
    transition: none;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, .1)
  }
}

#menu-toggle input~ul {
  display: none
}

#menu-toggle input:checked~ul {
  right: 0;
  display: block
}

#menu-nojs .dropdown {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: 1em !important;
  margin-right: .55em;
  margin-top: 1em !important;
  font-size: 1rem
}

#menu-nojs .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  padding: 12px 16px;
  z-index: 1;
  right: 0
}

#menu-nojs .dropdown span {
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer
}

#menu-nojs .dropdown .dropdown-content a {
  display: block;
  padding-top: .3em;
  padding-bottom: .3em;
  text-transform: uppercase;
  text-align: right;
  font-weight: 600;
  margin-bottom: .25em
}

#menu-nojs .dropdown .dropdown-content a:last-of-type {
  margin-bottom: 0
}

#menu-nojs .dropdown:focus {
  cursor: pointer;
  pointer-events: none
}

#menu-nojs .dropdown:hover .dropdown-content,
#menu-nojs .dropdown:focus .dropdown-content {
  display: block
}

.page-title {
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
  padding: 2em 1em;
  border-bottom: 0
}

.page-title h1 {
  font-family: 'Proxima Nova', 'Montserrat', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
  text-align: center
}

.page-title h1 span {
  font-family: 'proxima_nova_altbold', 'Open Sans', 'Montserrat', sans-serif;
  color: #B9DBF1
}

@media screen and (max-width:576px) {
  .page-title {
    padding: 1em 0 1em 0
  }

  .page-title h1 {
    font-size: 1.5rem
  }
}

.site-main h4,
.site-main .h4 {
  font-family: 'proxima_nova_ltsemibold', 'Montserrat', 'Open Sans', sans-serif
}

#site-footer {
  font-family: 'Proxima Nova', 'Montserrat', 'Open Sans', sans-serif;
  font-weight: 400;
  background: #f6f6f6;
  padding-top: 3em;
  padding-bottom: 3em
}

#site-footer .footer-logo {
  text-align: center;
  margin-bottom: 1em
}

#site-footer .footer-logo {
  margin-bottom: 1.5em
}

#site-footer .footer-logo img {
  max-width: 200px
}

#site-footer ul.footer-nav {
  margin: .5em 0 1.5em 0;
  padding: 0;
  list-style: none;
  color: #1d1d1d
}

#site-footer ul.footer-nav li {
  font-family: 'proxima_nova_altbold', 'Open Sans', 'Montserrat', sans-serif;
  display: inline;
  margin-right: .7em;
  text-transform: uppercase
}

#site-footer ul.footer-nav li:last-child {
  margin-right: 0
}

#site-footer ul.footer-nav li a {
  color: #1d1d1d;
  text-transform: normal;
  font-size: 1rem;
  text-decoration: none
}

#site-footer .dealer-link {
  text-align: center;
  margin-bottom: 1.5em
}

#site-footer .footer-copyright {
  margin-bottom: 1.5em;
  color: #1d1d1d;
  text-align: center;
  font-size: 1rem
}

@media only screen and (max-width:768px) {
  #site-footer .footer-logo {
    text-align: center;
    margin-bottom: 1.2em
  }

  #site-footer ul.footer-nav {
    margin: 0 0 1.2em 0
  }

  #site-footer ul.footer-nav li {
    display: block;
    margin-right: 0;
    text-align: center;
    line-height: 2.25
  }

  #site-footer ul.footer-nav li a {
    display: block;
    padding: .25em
  }
}

@media screen and (max-width:576px) {
  #site-footer {
    padding-top: 2em;
    padding-bottom: 2em
  }

  #site-footer .footer-logo img {
    max-width: 125px
  }

  #site-footer .footer-copyright {
    font-size: 1rem
  }
}