@charset "UTF-8";
/**
* PARENT THEME
*
* Notes: "~parent" is a webpack alias for "../../../ed-template-dodge/library/scss/"
* -------------------------------------------------------------------
*/
/**
* Main dependencies, order is important
* -------------------------------------------------------------------
*/
/*
  @mixin set-break

  Returns css wrapped in a given breakpoint ($breakpoints defined in _variables)

*/
/*
  @mixin color-overlay

  Returns css blocks wrapped with a vendor prefixed placeholder selector
 */
/*
  @mixin make-button

// Accepts color, border-color, background-color, params for each button state, in the order: Normal, Hover, Active, Focus
// use the @content property do add additional css (ie. button--invert)
 */
/*
  @mixin color-overlay

// Create a background overlay where:
// The background image container is set to position relative, with a new stacking context
// A full width/height :before psuedo is created at z-index -1 in this new context, with a $color applied to background
// Any content (ie. Text, buttons) will appear over the color by default (or if z-index is >= 0)
 */
/*
@mixin get-button

Accepts a single string which will return a matching system button
or a list of 9 colours for a customized button.

System buttons:
'button--filled'
'button--filled.invert'
'button--outline'
'button--outline.invert'
'button--outline.button--secondary'
'button--outline.button--secondary.invert'
'button--inner'
'button--inner.button--secondary'
*/
/**
* THEME SETTINGS
*
* Notes
* -------------------------------------------------------------------
* - sassdash (npm module) functions are being utilized to work with sass maps
*       _get($map, 'one.two.three') === map-get(map-get(map-get($map, 'one'), 'two'), 'three')
*       _has($map, $key) === map-has-keys($map, $key)
*       _merge($map_one, map_two) === map-merge($map_one, map_two)
*
* Table Of Contents
* -------------------------------------------------------------------
* colors - Brand colors and any custom colors used by the theme
* breakpoints - The foundation grid will use the breakpoints in this file when being compiled
* z-layers - Used by the "z()" function to return a predefined z-index value
* links - The default styling for <a> tags
* text - The default styling for body copy
* heading - The default styling for <hX> and type classes like .display-1
* spacing - Used by the "space()" function for returning a predefined spacer amount, typically used with padding or margin
* -------------------------------------------------------------------
*/
/**
* CHILD THEME - GENERAL IMPORTS
* -------------------------------------------------------------------
*/
.wp .titlebar-base {
  background: #FFFFFF;
  color: #05141F;
  padding: 19px 0;
  border-top: 2px solid #05141F; }

@media screen and (min-width: 768px) {
  .wp .titlebar-base {
    padding: 25px 0; } }

.wp .breadcrumbs-cell {
  margin-bottom: 19px; }

.wp .breadcrumbs-base {
  margin: 19px 0; }
  .wp .breadcrumbs-base > span {
    display: inline-block;
    margin: 0 19px 0 0;
    padding: 0 19px 0 0;
    position: relative;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle; }
    .wp .breadcrumbs-base > span > a,
    .wp .breadcrumbs-base > span > span {
      font-family: "Kia Signature", Arial, sans-serif;
      color: inherit;
      font-size: 12px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.02rem;
      text-decoration: none;
      text-transform: none;
      transition: color 0.25s;
      line-height: 1.333rem; }
      .wp .breadcrumbs-base > span > a:hover,
      .wp .breadcrumbs-base > span > span:hover {
        color: #EA0029;
        transition: color 0.25s; }
      .wp .breadcrumbs-base > span > a:active, .wp .breadcrumbs-base > span > a:focus,
      .wp .breadcrumbs-base > span > span:active,
      .wp .breadcrumbs-base > span > span:focus {
        color: #37434B; }
      @media screen and (min-width: 768px) {
        .wp .breadcrumbs-base > span > a,
        .wp .breadcrumbs-base > span > span {
          font-size: 12px;
          font-size: 0.6rem;
          line-height: 1rem; } }
    .wp .breadcrumbs-base > span > * {
      color: #37434B;
      font-weight: 700; }
    .wp .breadcrumbs-base > span:before {
      content: "";
      background: #9BA1A5;
      margin: 0 0 0 -.5px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 1px;
      height: 100%; }
    .wp .breadcrumbs-base > span:last-child {
      margin-right: 0;
      padding-right: 0; }
      .wp .breadcrumbs-base > span:last-child:before {
        display: none; }

@media screen and (min-width: 768px) {
  .wp .breadcrumbs-base {
    margin: 25px 0; }
    .wp .breadcrumbs-base > span {
      margin: 0 25px 0 0;
      padding: 0 25px 0 0; }
  .wp .breadcrumbs-cell {
    margin-bottom: 25px; } }

@media screen and (min-width: 1030px) {
  .wp .breadcrumbs-base {
    margin: 75px 0 25px; } }

.selectize-control {
  position: relative; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #37434B;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #697278;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px; }
  .selectize-input.full {
    background-color: #fff; }
  .selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important; }
  .selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #37434B;
    border: 0 solid #d0d0d0; }
    .selectize-control.multi .selectize-input > div.active {
      background: #e8e8e8;
      color: #37434B;
      border: 0 solid #cacaca; }
  .selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #8e8e8e;
    background: white;
    border: 0 solid white; }
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    height: auto; }
    .selectize-input > input::-ms-clear {
      display: none; }
    .selectize-input > input:focus {
      outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #697278;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(125, 168, 208, 0.2);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
  .selectize-dropdown .option, .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5; }
  .selectize-dropdown [data-selectable].option {
    opacity: 1; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #37434B;
    background: #fff;
    cursor: default; }
  .selectize-dropdown .active {
    background-color: #F7F7F8;
    color: #495c68; }
    .selectize-dropdown .active.create {
      color: #495c68; }
  .selectize-dropdown .create {
    color: rgba(55, 67, 75, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

main.wp .blog-pg .sidebar, main.wp .blog-single .sidebar, main.wp .archive-pg .sidebar {
  background: #F7F7F8;
  padding: 19px; }
  main.wp .blog-pg .sidebar .widgettitle, main.wp .blog-single .sidebar .widgettitle, main.wp .archive-pg .sidebar .widgettitle {
    font-family: "Kia Signature", Arial, sans-serif;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.04rem;
    line-height: normal;
    color: inherit; }
  main.wp .blog-pg .sidebar .widget_categories.post-base-sidebar, main.wp .blog-single .sidebar .widget_categories.post-base-sidebar, main.wp .archive-pg .sidebar .widget_categories.post-base-sidebar {
    padding-bottom: 19px;
    border-bottom: 1px solid #697278; }
    main.wp .blog-pg .sidebar .widget_categories.post-base-sidebar ul, main.wp .blog-single .sidebar .widget_categories.post-base-sidebar ul, main.wp .archive-pg .sidebar .widget_categories.post-base-sidebar ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    main.wp .blog-pg .sidebar .widget_categories.post-base-sidebar li.cat-item, main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item, main.wp .archive-pg .sidebar .widget_categories.post-base-sidebar li.cat-item {
      padding-top: 10px; }
      main.wp .blog-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a, main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a, main.wp .archive-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a {
        color: #37434B;
        font-size: 15px;
        font-size: 1rem;
        font-weight: 700;
        text-decoration: none;
        text-transform: none;
        transition: color 0.25s;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 1.25rem; }
        main.wp .blog-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a:hover, main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a:hover, main.wp .archive-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a:hover {
          color: #EA0029;
          transition: color 0.25s; }
        main.wp .blog-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a:active, main.wp .blog-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a:focus, main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a:active, main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a:focus, main.wp .archive-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a:active, main.wp .archive-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a:focus {
          color: #37434B; }
        @media screen and (min-width: 768px) {
          main.wp .blog-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a, main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a, main.wp .archive-pg .sidebar .widget_categories.post-base-sidebar li.cat-item a {
            font-size: 15px;
            font-size: 0.75rem;
            line-height: 0.93rem; } }
  main.wp .blog-pg .sidebar .widget_recent_entries.post-base-sidebar, main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar, main.wp .archive-pg .sidebar .widget_recent_entries.post-base-sidebar {
    padding-top: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid #697278; }
    main.wp .blog-pg .sidebar .widget_recent_entries.post-base-sidebar ul, main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul, main.wp .archive-pg .sidebar .widget_recent_entries.post-base-sidebar ul {
      list-style: none;
      padding: 0; }
      main.wp .blog-pg .sidebar .widget_recent_entries.post-base-sidebar ul li, main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul li, main.wp .archive-pg .sidebar .widget_recent_entries.post-base-sidebar ul li {
        padding-top: 10px; }
        main.wp .blog-pg .sidebar .widget_recent_entries.post-base-sidebar ul li a, main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul li a, main.wp .archive-pg .sidebar .widget_recent_entries.post-base-sidebar ul li a {
          color: inherit; }
        main.wp .blog-pg .sidebar .widget_recent_entries.post-base-sidebar ul li .post-date, main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul li .post-date, main.wp .archive-pg .sidebar .widget_recent_entries.post-base-sidebar ul li .post-date {
          display: block;
          font-family: "Kia Signature", Arial, sans-serif;
          font-size: 18px;
          font-size: 0.7rem;
          font-weight: 400;
          line-height: 1rem;
          letter-spacing: 0.005rem;
          color: inherit;
          color: #37434B; }
          @media screen and (min-width: 768px) {
            main.wp .blog-pg .sidebar .widget_recent_entries.post-base-sidebar ul li .post-date, main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul li .post-date, main.wp .archive-pg .sidebar .widget_recent_entries.post-base-sidebar ul li .post-date {
              letter-spacing: 0.015rem; } }
  main.wp .blog-pg .sidebar .widget_archive.post-base-sidebar, main.wp .blog-single .sidebar .widget_archive.post-base-sidebar, main.wp .archive-pg .sidebar .widget_archive.post-base-sidebar {
    padding-top: 19px; }
    main.wp .blog-pg .sidebar .widget_archive.post-base-sidebar .widgettitle, main.wp .blog-single .sidebar .widget_archive.post-base-sidebar .widgettitle, main.wp .archive-pg .sidebar .widget_archive.post-base-sidebar .widgettitle {
      padding-bottom: 19px; }
    main.wp .blog-pg .sidebar .widget_archive.post-base-sidebar .screen-reader-text, main.wp .blog-single .sidebar .widget_archive.post-base-sidebar .screen-reader-text, main.wp .archive-pg .sidebar .widget_archive.post-base-sidebar .screen-reader-text {
      background-color: #fff;
      color: #000;
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px); }

main.wp .blog-pg .post-list .unit, main.wp .blog-single .post-list .unit, main.wp .archive-pg .post-list .unit {
  background: #FFFFFF;
  padding: 19px; }
  main.wp .blog-pg .post-list .unit .post-image, main.wp .blog-single .post-list .unit .post-image, main.wp .archive-pg .post-list .unit .post-image {
    padding-top: 100%;
    width: 100%;
    position: relative; }
    main.wp .blog-pg .post-list .unit .post-image a, main.wp .blog-single .post-list .unit .post-image a, main.wp .archive-pg .post-list .unit .post-image a {
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      main.wp .blog-pg .post-list .unit .post-image a:after, main.wp .blog-single .post-list .unit .post-image a:after, main.wp .archive-pg .post-list .unit .post-image a:after {
        display: none; }
      main.wp .blog-pg .post-list .unit .post-image a .img-placeholder, main.wp .blog-single .post-list .unit .post-image a .img-placeholder, main.wp .archive-pg .post-list .unit .post-image a .img-placeholder {
        height: 100%;
        background: #CDD0D2;
        align-items: center;
        justify-content: center;
        display: flex; }

main.wp .blog-pg .post-list .post-text-container, main.wp .blog-single .post-list .post-text-container, main.wp .archive-pg .post-list .post-text-container {
  padding-top: 19px; }
  main.wp .blog-pg .post-list .post-text-container .post-info, main.wp .blog-single .post-list .post-text-container .post-info, main.wp .archive-pg .post-list .post-text-container .post-info {
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    main.wp .blog-pg .post-list .post-text-container .post-info .date-text, main.wp .blog-single .post-list .post-text-container .post-info .date-text, main.wp .archive-pg .post-list .post-text-container .post-info .date-text {
      padding-left: 10px; }
    main.wp .blog-pg .post-list .post-text-container .post-info .category-link, main.wp .blog-single .post-list .post-text-container .post-info .category-link, main.wp .archive-pg .post-list .post-text-container .post-info .category-link {
      padding-right: 10px;
      border-right: 1px solid #697278; }
    main.wp .blog-pg .post-list .post-text-container .post-info a:after, main.wp .blog-single .post-list .post-text-container .post-info a:after, main.wp .archive-pg .post-list .post-text-container .post-info a:after {
      display: none; }
  main.wp .blog-pg .post-list .post-text-container .title-container, main.wp .blog-single .post-list .post-text-container .title-container, main.wp .archive-pg .post-list .post-text-container .title-container {
    padding-bottom: 19px; }
    main.wp .blog-pg .post-list .post-text-container .title-container .post-title, main.wp .blog-single .post-list .post-text-container .title-container .post-title, main.wp .archive-pg .post-list .post-text-container .title-container .post-title {
      color: #37434B; }
  main.wp .blog-pg .post-list .post-text-container .post-excerpt p, main.wp .blog-single .post-list .post-text-container .post-excerpt p, main.wp .archive-pg .post-list .post-text-container .post-excerpt p {
    margin-top: 0; }
  main.wp .blog-pg .post-list .post-text-container .post-excerpt .read-more a:after, main.wp .blog-single .post-list .post-text-container .post-excerpt .read-more a:after, main.wp .archive-pg .post-list .post-text-container .post-excerpt .read-more a:after {
    display: none; }
  main.wp .blog-pg .post-list .post-text-container .post-excerpt .read-more .link-button, main.wp .blog-single .post-list .post-text-container .post-excerpt .read-more .link-button, main.wp .archive-pg .post-list .post-text-container .post-excerpt .read-more .link-button {
    font-family: "Kia Signature", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1rem;
    text-transform: none;
    text-decoration: underline;
    color: #05141F; }
    main.wp .blog-pg .post-list .post-text-container .post-excerpt .read-more .link-button:hover, main.wp .blog-single .post-list .post-text-container .post-excerpt .read-more .link-button:hover, main.wp .archive-pg .post-list .post-text-container .post-excerpt .read-more .link-button:hover {
      text-decoration: none;
      color: #05141F; }
    main.wp .blog-pg .post-list .post-text-container .post-excerpt .read-more .link-button:active, main.wp .blog-single .post-list .post-text-container .post-excerpt .read-more .link-button:active, main.wp .archive-pg .post-list .post-text-container .post-excerpt .read-more .link-button:active {
      text-decoration: underline;
      color: #EA0029; }

main.wp .blog-pg #blog-paging, main.wp .blog-single #blog-paging, main.wp .archive-pg #blog-paging {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  main.wp .blog-pg #blog-paging .page-numbers, main.wp .blog-single #blog-paging .page-numbers, main.wp .archive-pg #blog-paging .page-numbers {
    background: transparent;
    color: #05141F;
    font-family: "Kia Signature", Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    main.wp .blog-pg #blog-paging .page-numbers.current, main.wp .blog-single #blog-paging .page-numbers.current, main.wp .archive-pg #blog-paging .page-numbers.current {
      background: #05141F;
      color: #FFFFFF; }
      main.wp .blog-pg #blog-paging .page-numbers.current:hover, main.wp .blog-single #blog-paging .page-numbers.current:hover, main.wp .archive-pg #blog-paging .page-numbers.current:hover {
        background: #05141F;
        color: #FFFFFF; }
    main.wp .blog-pg #blog-paging .page-numbers:hover, main.wp .blog-single #blog-paging .page-numbers:hover, main.wp .archive-pg #blog-paging .page-numbers:hover {
      color: #05141F;
      border: 2px solid #05141F; }
    main.wp .blog-pg #blog-paging .page-numbers.prev, main.wp .blog-single #blog-paging .page-numbers.prev, main.wp .archive-pg #blog-paging .page-numbers.prev {
      left: 0;
      border: 0; }
    main.wp .blog-pg #blog-paging .page-numbers.next, main.wp .blog-single #blog-paging .page-numbers.next, main.wp .archive-pg #blog-paging .page-numbers.next {
      right: 0;
      border: 0; }
    main.wp .blog-pg #blog-paging .page-numbers.prev, main.wp .blog-pg #blog-paging .page-numbers.next, main.wp .blog-single #blog-paging .page-numbers.prev, main.wp .blog-single #blog-paging .page-numbers.next, main.wp .archive-pg #blog-paging .page-numbers.prev, main.wp .archive-pg #blog-paging .page-numbers.next {
      position: absolute;
      width: 35px;
      height: 35px; }
      main.wp .blog-pg #blog-paging .page-numbers.prev .svg-icon, main.wp .blog-pg #blog-paging .page-numbers.next .svg-icon, main.wp .blog-single #blog-paging .page-numbers.prev .svg-icon, main.wp .blog-single #blog-paging .page-numbers.next .svg-icon, main.wp .archive-pg #blog-paging .page-numbers.prev .svg-icon, main.wp .archive-pg #blog-paging .page-numbers.next .svg-icon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background ease-in-out 0.25s;
        background: rgba(5, 20, 31, 0.8);
        border-radius: 50%; }
      main.wp .blog-pg #blog-paging .page-numbers.prev svg, main.wp .blog-pg #blog-paging .page-numbers.next svg, main.wp .blog-single #blog-paging .page-numbers.prev svg, main.wp .blog-single #blog-paging .page-numbers.next svg, main.wp .archive-pg #blog-paging .page-numbers.prev svg, main.wp .archive-pg #blog-paging .page-numbers.next svg {
        transition: color 0.25s, fill 0.25s;
        color: #f7f7f8;
        fill: #f7f7f8;
        height: 15px;
        width: 15px; }
      main.wp .blog-pg #blog-paging .page-numbers.prev:hover .svg-icon, main.wp .blog-pg #blog-paging .page-numbers.next:hover .svg-icon, main.wp .blog-single #blog-paging .page-numbers.prev:hover .svg-icon, main.wp .blog-single #blog-paging .page-numbers.next:hover .svg-icon, main.wp .archive-pg #blog-paging .page-numbers.prev:hover .svg-icon, main.wp .archive-pg #blog-paging .page-numbers.next:hover .svg-icon {
        background: #05141f; }
      main.wp .blog-pg #blog-paging .page-numbers.prev:hover svg, main.wp .blog-pg #blog-paging .page-numbers.next:hover svg, main.wp .blog-single #blog-paging .page-numbers.prev:hover svg, main.wp .blog-single #blog-paging .page-numbers.next:hover svg, main.wp .archive-pg #blog-paging .page-numbers.prev:hover svg, main.wp .archive-pg #blog-paging .page-numbers.next:hover svg {
        color: #f7f7f8;
        fill: #f7f7f8; }
      main.wp .blog-pg #blog-paging .page-numbers.prev:active .svg-icon, main.wp .blog-pg #blog-paging .page-numbers.next:active .svg-icon, main.wp .blog-single #blog-paging .page-numbers.prev:active .svg-icon, main.wp .blog-single #blog-paging .page-numbers.next:active .svg-icon, main.wp .archive-pg #blog-paging .page-numbers.prev:active .svg-icon, main.wp .archive-pg #blog-paging .page-numbers.next:active .svg-icon {
        background: #05141f; }
      main.wp .blog-pg #blog-paging .page-numbers.prev:active svg, main.wp .blog-pg #blog-paging .page-numbers.next:active svg, main.wp .blog-single #blog-paging .page-numbers.prev:active svg, main.wp .blog-single #blog-paging .page-numbers.next:active svg, main.wp .archive-pg #blog-paging .page-numbers.prev:active svg, main.wp .archive-pg #blog-paging .page-numbers.next:active svg {
        color: #f7f7f8;
        fill: #f7f7f8; }
    main.wp .blog-pg #blog-paging .page-numbers:after, main.wp .blog-single #blog-paging .page-numbers:after, main.wp .archive-pg #blog-paging .page-numbers:after {
      display: none; }

@media screen and (min-width: 768px) {
  main.wp .blog-pg .post-list .unit .post-image, main.wp .blog-single .post-list .unit .post-image, main.wp .archive-pg .post-list .unit .post-image {
    padding-top: 56.25%; } }

main.wp .blog-single .breadcrumbs-base {
  padding-top: 56px; }

main.wp .blog-single .sidebar {
  background: #F7F7F8;
  padding: 19px;
  padding-bottom: 56px; }
  main.wp .blog-single .sidebar .widgettitle {
    font-family: "Kia Signature", Arial, sans-serif;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.04rem;
    line-height: normal;
    color: inherit; }
  main.wp .blog-single .sidebar .widget_categories.post-base-sidebar {
    padding-bottom: 19px;
    border-bottom: 1px solid #697278; }
    main.wp .blog-single .sidebar .widget_categories.post-base-sidebar ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item {
      padding-top: 10px; }
      main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a {
        color: #37434B;
        font-size: 15px;
        font-size: 1rem;
        font-weight: 700;
        text-decoration: none;
        text-transform: none;
        transition: color 0.25s;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 1.25rem; }
        main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a:hover {
          color: #EA0029;
          transition: color 0.25s; }
        main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a:active, main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a:focus {
          color: #37434B; }
        @media screen and (min-width: 768px) {
          main.wp .blog-single .sidebar .widget_categories.post-base-sidebar li.cat-item a {
            font-size: 15px;
            font-size: 0.75rem;
            line-height: 0.93rem; } }
  main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar {
    padding-top: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid #697278; }
    main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul li {
        padding-top: 10px; }
        main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul li a {
          font-family: "Kia Signature", Arial, sans-serif;
          font-size: 11.25px;
          font-size: 0.75rem;
          margin-top: 0;
          margin-bottom: 0;
          letter-spacing: 0.04rem;
          line-height: normal;
          color: inherit;
          font-weight: 800;
          text-transform: uppercase; }
        main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul li .post-date {
          display: block;
          font-family: "Kia Signature", Arial, sans-serif;
          font-size: 18px;
          font-size: 0.7rem;
          font-weight: 400;
          line-height: 1rem;
          letter-spacing: 0.005rem;
          color: inherit;
          color: #37434B; }
          @media screen and (min-width: 768px) {
            main.wp .blog-single .sidebar .widget_recent_entries.post-base-sidebar ul li .post-date {
              letter-spacing: 0.015rem; } }
  main.wp .blog-single .sidebar .widget_archive.post-base-sidebar {
    padding-top: 19px; }
    main.wp .blog-single .sidebar .widget_archive.post-base-sidebar .widgettitle {
      padding-bottom: 19px; }
    main.wp .blog-single .sidebar .widget_archive.post-base-sidebar .screen-reader-text {
      background-color: #fff;
      color: #000;
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px); }
    main.wp .blog-single .sidebar .widget_archive.post-base-sidebar select {
      width: 100%;
      background: #FFFFFF;
      border: 1px solid #697278;
      border-radius: 0; }

main.wp .blog-single .content-container {
  padding-bottom: 19px; }
  main.wp .blog-single .content-container .page-title {
    padding-bottom: 10px; }
  main.wp .blog-single .content-container .post-info {
    padding-bottom: 10px; }
    main.wp .blog-single .content-container .post-info .date-text {
      padding-left: 10px; }
    main.wp .blog-single .content-container .post-info .category-link {
      padding-right: 10px;
      border-right: 1px solid #697278; }
      main.wp .blog-single .content-container .post-info .category-link a {
        display: inline-block; }
    main.wp .blog-single .content-container .post-info a:after {
      display: none; }

main.wp .blog-single .blog-navigation .prev {
  margin-bottom: 10px; }

main.wp .blog-single .content.container {
  padding-bottom: 56px; }

@media screen and (min-width: 768px) {
  main.wp .blog-single .blog-navigation .prev {
    margin-bottom: 0; } }

main.wp {
  background: #F7F7F8; }
  main.wp .inner > .container div[id^="post-"] p,
  main.wp .inner > .container div[id^="post-"] ol,
  main.wp .inner > .container div[id^="post-"] ul {
    margin-block-start: 10px;
    margin-block-end: 10px; }
  main.wp .inner > .container div[id^="post-"] h1,
  main.wp .inner > .container div[id^="post-"] .headline-2,
  main.wp .inner > .container div[id^="post-"] h2,
  main.wp .inner > .container div[id^="post-"] h3,
  main.wp .inner > .container div[id^="post-"] h4,
  main.wp .inner > .container div[id^="post-"] .headline-3 {
    margin-block-start: 19px;
    font-family: "Kia Signature", Arial, sans-serif; }
  main.wp .inner > .container div[id^="post-"] p + h1,
  main.wp .inner > .container div[id^="post-"] p + .headline-2,
  main.wp .inner > .container div[id^="post-"] p + h2,
  main.wp .inner > .container div[id^="post-"] p + h3,
  main.wp .inner > .container div[id^="post-"] p + h4,
  main.wp .inner > .container div[id^="post-"] p + .headline-3 {
    margin-block-start: 19px; }
  main.wp .inner > .container .content {
    padding: 19px 0 0;
    font-family: "Kia Signature", Arial, sans-serif; }
  main.wp .inner > .container .dealer-hours-base .title,
  main.wp .inner > .container .dealer-hours-base .toggles {
    margin: 0 0 10px; }
  main.wp .inner > .container .dealer-hours-base table tr.active {
    font-weight: 700; }

@media screen and (min-width: 768px) {
  main.wp .inner > .container .content {
    padding: 25px 0 0; }
  main.wp .inner > .container div[id^="post-"] p,
  main.wp .inner > .container div[id^="post-"] ol,
  main.wp .inner > .container div[id^="post-"] ul {
    margin-block-start: 13px;
    margin-block-end: 13px; }
  main.wp .inner > .container div[id^="post-"] h1,
  main.wp .inner > .container div[id^="post-"] .headline-2,
  main.wp .inner > .container div[id^="post-"] h2,
  main.wp .inner > .container div[id^="post-"] h3,
  main.wp .inner > .container div[id^="post-"] h4,
  main.wp .inner > .container div[id^="post-"] .headline-3 {
    margin-block-start: 25px; }
  main.wp .inner > .container div[id^="post-"] p + h1,
  main.wp .inner > .container div[id^="post-"] p + .headline-2,
  main.wp .inner > .container div[id^="post-"] p + h2,
  main.wp .inner > .container div[id^="post-"] p + h3,
  main.wp .inner > .container div[id^="post-"] p + h4,
  main.wp .inner > .container div[id^="post-"] p + .headline-3 {
    margin-block-start: 25px; }
  main.wp .inner > .container .dealer-hours-base .title,
  main.wp .inner > .container .dealer-hours-base .toggles {
    margin: 0 0 13px; }
  main.wp .inner > .container .dealer-hours-base .toggles .toggle {
    margin: 0 0 0 25px; } }

main.wp.coming-soon-pg .coming-soon-template .content {
  padding-top: 56px;
  padding-bottom: 19px;
  text-align: center; }
  main.wp.coming-soon-pg .coming-soon-template .content h2 {
    margin-top: 19px;
    margin-bottom: 19px; }

@media screen and (min-width: 768px) {
  main.wp.coming-soon-pg .content {
    padding-top: 75px;
    padding-bottom: 25px; }
    main.wp.coming-soon-pg .content h2 {
      margin-top: 25px;
      margin-bottom: 25px; }
      main.wp.coming-soon-pg .content h2 br {
        display: none; } }

main.wp .inner.side aside {
  margin-top: 56px;
  margin-bottom: 56px; }
  main.wp .inner.side aside .widget_archive .select-container {
    display: flex;
    position: relative;
    background: #FFFFFF;
    border-radius: 30px; }
  main.wp .inner.side aside .widget_archive select {
    flex: 1;
    border-radius: 30px;
    background: transparent;
    z-index: 1; }
  main.wp .inner.side aside .widget_archive button {
    padding: 0;
    width: 39px;
    height: 39px;
    border-radius: 30px;
    border: 1px solid #37434B;
    background: #37434B;
    position: absolute;
    right: 4px;
    top: 3px; }
    main.wp .inner.side aside .widget_archive button span {
      padding: 0; }
    main.wp .inner.side aside .widget_archive button svg {
      color: #FFFFFF; }
    main.wp .inner.side aside .widget_archive button:hover {
      border: 1px solid #05141F;
      background: #05141F; }
      main.wp .inner.side aside .widget_archive button:hover svg {
        color: #FFFFFF; }
    main.wp .inner.side aside .widget_archive button:active {
      border: 1px solid #05141F;
      background: #05141F; }
      main.wp .inner.side aside .widget_archive button:active svg {
        color: #FFFFFF; }
  main.wp .inner.side aside .ctas .cta .widget-cta-button {
    margin-bottom: 5px; }
  main.wp .inner.side aside .ctas .sidebar-contact {
    background: #FFFFFF;
    padding: 19px 19px 0; }
    main.wp .inner.side aside .ctas .sidebar-contact a {
      color: #05141F; }
      main.wp .inner.side aside .ctas .sidebar-contact a .link-label {
        color: #05141F;
        text-decoration: none; }
      main.wp .inner.side aside .ctas .sidebar-contact a:hover {
        color: #37434B; }
        main.wp .inner.side aside .ctas .sidebar-contact a:hover .link-label {
          color: #37434B;
          text-decoration: underline; }
      main.wp .inner.side aside .ctas .sidebar-contact a:active {
        color: #05141F; }
        main.wp .inner.side aside .ctas .sidebar-contact a:active .link-label {
          color: #05141F;
          text-decoration: none; }
    @media screen and (min-width: 768px) {
      main.wp .inner.side aside .ctas .sidebar-contact {
        padding: 25px 25px 0; } }
    main.wp .inner.side aside .ctas .sidebar-contact h2 {
      margin: 0 0 10px; }
    main.wp .inner.side aside .ctas .sidebar-contact ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      main.wp .inner.side aside .ctas .sidebar-contact ul li {
        margin-top: 3.75px; }
        main.wp .inner.side aside .ctas .sidebar-contact ul li:first-child {
          margin-top: 0; }
  main.wp .inner.side aside .dealer-hours-base {
    background: #FFFFFF;
    padding: 19px; }
    main.wp .inner.side aside .dealer-hours-base .exit-toggle {
      display: none; }

@media screen and (max-width: 767px) {
  main.wp .inner.side aside .ctas .cta {
    margin-top: 10px; }
    main.wp .inner.side aside .ctas .cta:first-child {
      margin-top: 0; } }

@media screen and (min-width: 768px) {
  main.wp .inner.side aside {
    margin-top: 75px;
    margin-bottom: 75px; }
    main.wp .inner.side aside .dealer-hours-base {
      padding: 25px; } }

@media screen and (max-width: 1029px) {
  main.wp .inner.side aside .dealer-hours-base {
    display: none; } }

@media screen and (min-width: 1030px) {
  main.wp .inner.side aside {
    margin-top: 25px; } }

main.wp.contact-pg .title {
  margin: 0 0 10px; }

main.wp.contact-pg .dealer-hours {
  margin: 19px 0 0; }
  main.wp.contact-pg .dealer-hours .exit {
    display: none; }

main.wp.contact-pg .dealer-hours-base .title {
  display: none; }

main.wp.contact-pg .dealer-hours-base .toggles .toggle:not(.active) {
  color: #37434B; }

main.wp.contact-pg .dealer-hours-base .department tr:not(.active) {
  color: #37434B; }

main.wp.contact-pg .dealer-hours-base .department tr td {
  line-height: 1.5; }

main.wp.contact-pg .dealer-location,
main.wp.contact-pg .dealer-contact {
  margin: 19px 0 0; }

main.wp.contact-pg .dealer-location br {
  display: none; }

main.wp.contact-pg .dealer-location a {
  color: #05141F;
  text-decoration: none; }
  main.wp.contact-pg .dealer-location a:hover {
    color: #37434B;
    text-decoration: underline; }
  main.wp.contact-pg .dealer-location a:active {
    color: #05141F;
    text-decoration: none; }

main.wp.contact-pg .dealer-contact table {
  border-collapse: collapse;
  color: #37434B; }
  main.wp.contact-pg .dealer-contact table .descriptive-2 {
    color: #05141F; }
  main.wp.contact-pg .dealer-contact table tr td {
    padding: 10px 0 0 10px; }
    main.wp.contact-pg .dealer-contact table tr td a {
      display: block;
      color: #05141F;
      text-decoration: none; }
      main.wp.contact-pg .dealer-contact table tr td a:hover {
        color: #37434B;
        text-decoration: underline; }
      main.wp.contact-pg .dealer-contact table tr td a:active {
        color: #05141F;
        text-decoration: none; }
    main.wp.contact-pg .dealer-contact table tr td:first-child {
      padding-left: 0; }
  main.wp.contact-pg .dealer-contact table tr.active {
    font-weight: 700; }
  main.wp.contact-pg .dealer-contact table tr:first-child {
    padding: 0; }
    main.wp.contact-pg .dealer-contact table tr:first-child td {
      padding-top: 0; }

main.wp.contact-pg .map-bg {
  margin: 56px 0 0;
  overflow: hidden;
  position: relative;
  height: 300px; }
  main.wp.contact-pg .map-bg > div {
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%; }
  main.wp.contact-pg .map-bg iframe {
    height: 170px; }

main.wp.contact-pg .dealer-contact-form {
  margin: 56px 0; }
  main.wp.contact-pg .dealer-contact-form iframe {
    height: 630px; }

@media all and (min-width: 661px) and (max-width: 1029px) {
  main.wp.contact-pg .dealer-contact-form iframe {
    height: 350px; } }

@media screen and (min-width: 768px) {
  main.wp.contact-pg .title {
    margin: 0 0 13px; }
  main.wp.contact-pg .dealer-hours {
    margin: 25px 0 0; }
  main.wp.contact-pg .dealer-location,
  main.wp.contact-pg .dealer-contact {
    margin: 25px 0 0; }
  main.wp.contact-pg .dealer-contact table tr td {
    padding: 13px 0 0 13px; }
  main.wp.contact-pg .map-bg {
    margin: 75px 0 0; }
    main.wp.contact-pg .map-bg iframe {
      height: 250px; }
  main.wp.contact-pg .dealer-contact-form {
    margin: 50px 0 75px 0; } }

@media screen and (min-width: 768px) {
  main.wp.contact-pg.multi-location-pg .inner > .container > .grid-x {
    position: relative;
    align-items: flex-start; }
    main.wp.contact-pg.multi-location-pg .inner > .container > .grid-x > .large-5 {
      position: sticky;
      top: 0; } }

.wp .promotions.ed-template-chevrolet {
  /*read-less-more*/ }
  .wp .promotions.ed-template-chevrolet .read-less-more.show-less .more {
    display: none; }
  .wp .promotions.ed-template-chevrolet .read-less-more.show-less .less {
    display: inline; }
  .wp .promotions.ed-template-chevrolet .read-less-more.show-more .less {
    display: none; }
  .wp .promotions.ed-template-chevrolet .read-less-more.show-more .more {
    display: inline; }

.wp .no-promos {
  text-align: center;
  padding: 40px 0; }
  .wp .no-promos h3 {
    font-size: 24px;
    text-transform: capitalize; }

@media screen {
  #print-container {
    display: none; } }

@media print {
  .printing * {
    display: none; }
  .printing div#print-container {
    position: absolute;
    display: block;
    font-family: inherit;
    margin-top: 30px; }
    .printing div#print-container * {
      display: block; }
    .printing div#print-container .less, .printing div#print-container .trigger, .printing div#print-container .promo-links, .printing div#print-container .promo-lead-link, .printing div#print-container .form-sect {
      display: none; }
    .printing div#print-container .print-details {
      max-width: 600px;
      margin: 15px auto;
      font-size: 13px; }
      .printing div#print-container .print-details strong {
        display: inline; }
    .printing div#print-container .promo, .printing div#print-container .promotions-page {
      padding: 20px;
      border: 3px dashed #BBB;
      margin: 0 auto; }
      .printing div#print-container .promo img, .printing div#print-container .promotions-page img {
        width: 100%; }
      .printing div#print-container .promo .more, .printing div#print-container .promotions-page .more {
        display: block;
        font-size: 13px; }
      .printing div#print-container .promo .promo-title, .printing div#print-container .promotions-page .promo-title {
        font-size: 20px;
        font-weight: 700;
        margin: 10px 0;
        padding: 0 0 7px; }
      .printing div#print-container .promo .promo-end-date, .printing div#print-container .promotions-page .promo-end-date {
        font-size: 18px;
        text-align: right;
        line-height: normal;
        font-weight: 700; }
      .printing div#print-container .promo .promo-details, .printing div#print-container .promotions-page .promo-details {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-top: 5px;
        padding-left: 0;
        margin-bottom: 15px; }
        .printing div#print-container .promo .promo-details.count-2 li.seperator, .printing div#print-container .promotions-page .promo-details.count-2 li.seperator {
          margin: 0 30px; }
        .printing div#print-container .promo .promo-details.count-3, .printing div#print-container .promotions-page .promo-details.count-3 {
          text-align: justify;
          text-justify: distribute; }
          .printing div#print-container .promo .promo-details.count-3:after, .printing div#print-container .promotions-page .promo-details.count-3:after {
            content: '';
            display: inline-block;
            width: 100%; }
        .printing div#print-container .promo .promo-details.count-4, .printing div#print-container .promo .promo-details.count-5, .printing div#print-container .promo .promo-details.count-6, .printing div#print-container .promotions-page .promo-details.count-4, .printing div#print-container .promotions-page .promo-details.count-5, .printing div#print-container .promotions-page .promo-details.count-6 {
          text-align: center;
          position: relative; }
          .printing div#print-container .promo .promo-details.count-4 li, .printing div#print-container .promo .promo-details.count-5 li, .printing div#print-container .promo .promo-details.count-6 li, .printing div#print-container .promotions-page .promo-details.count-4 li, .printing div#print-container .promotions-page .promo-details.count-5 li, .printing div#print-container .promotions-page .promo-details.count-6 li {
            margin-bottom: 15px; }
            .printing div#print-container .promo .promo-details.count-4 li:nth-child(7)::before, .printing div#print-container .promo .promo-details.count-5 li:nth-child(7)::before, .printing div#print-container .promo .promo-details.count-6 li:nth-child(7)::before, .printing div#print-container .promotions-page .promo-details.count-4 li:nth-child(7)::before, .printing div#print-container .promotions-page .promo-details.count-5 li:nth-child(7)::before, .printing div#print-container .promotions-page .promo-details.count-6 li:nth-child(7)::before {
              content: "";
              display: block; }
            .printing div#print-container .promo .promo-details.count-4 li.seperator, .printing div#print-container .promo .promo-details.count-5 li.seperator, .printing div#print-container .promo .promo-details.count-6 li.seperator, .printing div#print-container .promotions-page .promo-details.count-4 li.seperator, .printing div#print-container .promotions-page .promo-details.count-5 li.seperator, .printing div#print-container .promotions-page .promo-details.count-6 li.seperator {
              margin: 0 15px; }
        .printing div#print-container .promo .promo-details li, .printing div#print-container .promotions-page .promo-details li {
          display: inline-block;
          vertical-align: top;
          margin: 0;
          padding: 0;
          position: relative;
          text-align: left; }
          .printing div#print-container .promo .promo-details li.seperator, .printing div#print-container .promotions-page .promo-details li.seperator {
            width: 1px;
            height: 60px;
            margin: 0 10px;
            background: #BBB !important; }
          .printing div#print-container .promo .promo-details li span, .printing div#print-container .promotions-page .promo-details li span {
            display: block;
            padding: 0; }
          .printing div#print-container .promo .promo-details li .top, .printing div#print-container .promo .promo-details li .bottom, .printing div#print-container .promotions-page .promo-details li .top, .printing div#print-container .promotions-page .promo-details li .bottom {
            font-size: 12px; }
          .printing div#print-container .promo .promo-details li .middle, .printing div#print-container .promotions-page .promo-details li .middle {
            font-size: 24px;
            line-height: 30px; }
    .printing div#print-container .promo {
      max-width: 600px; }
      .printing div#print-container .promo .promo-title {
        border-bottom: 1px solid #bbb; }
    .printing div#print-container .promotions-page {
      max-width: 750px; }
      .printing div#print-container .promotions-page .promo-title {
        float: left;
        margin: 0;
        padding: 0;
        line-height: normal; }
      .printing div#print-container .promotions-page .img-sect {
        float: left;
        width: 50%;
        padding: 0 20px 20px 0; }
      .printing div#print-container .promotions-page .full-width-img .img-sect {
        float: none;
        width: 100%;
        padding: 0px; }
      .printing div#print-container .promotions-page .promo-content {
        font-size: 13px; }
        .printing div#print-container .promotions-page .promo-content ul li {
          list-style: bullet; }
      .printing div#print-container .promotions-page .promo-end-date {
        float: right;
        font-size: 20px;
        line-height: normal; }
      .printing div#print-container .promotions-page .title {
        border-bottom: 1px solid #bbb;
        margin: 10px 0;
        padding: 0 0 7px; } }

.wp .promotions.ed-template-chevrolet .form-area {
  clear: both; }
  .wp .promotions.ed-template-chevrolet .form-area form {
    font-size: 0;
    /*input defaults*/ }
    .wp .promotions.ed-template-chevrolet .form-area form .input-sect {
      font-size: 12px;
      width: 100%;
      margin: 0 0 5px 0;
      padding: 0 10px;
      display: inline-block;
      vertical-align: top; }
      .wp .promotions.ed-template-chevrolet .form-area form .input-sect.full {
        width: 100%; }
        .wp .promotions.ed-template-chevrolet .form-area form .input-sect.full textarea {
          height: auto;
          max-width: none;
          line-height: 1.5;
          height: 70px;
          padding: 5px 10px; }
      .wp .promotions.ed-template-chevrolet .form-area form .input-sect input[type='text'],
      .wp .promotions.ed-template-chevrolet .form-area form .input-sect input[type='number'],
      .wp .promotions.ed-template-chevrolet .form-area form .input-sect textarea {
        font-size: 16px; }
    .wp .promotions.ed-template-chevrolet .form-area form .read-less-more .view-disclaimer {
      font-size: 1em; }
    .wp .promotions.ed-template-chevrolet .form-area form .read-less-more.show-more .more {
      display: block;
      margin: 10px 0; }
    .wp .promotions.ed-template-chevrolet .form-area form .casl-sect {
      font-size: 13px;
      position: relative;
      padding-left: 10px; }
      .wp .promotions.ed-template-chevrolet .form-area form .casl-sect input[type="checkbox"] {
        width: auto;
        margin-left: 0;
        margin-right: 5px;
        display: inline-block; }
    .wp .promotions.ed-template-chevrolet .form-area form .submit-sect {
      font-size: 13px;
      padding: 0 10px;
      text-align: left;
      position: relative; }
      .wp .promotions.ed-template-chevrolet .form-area form .submit-sect label {
        position: relative; }
        .wp .promotions.ed-template-chevrolet .form-area form .submit-sect label[for="send_copy"] {
          display: block;
          margin-bottom: 5px; }
    .wp .promotions.ed-template-chevrolet .form-area form label.error {
      color: #D30303;
      font-weight: 700; }
    .wp .promotions.ed-template-chevrolet .form-area form input[type="text"], .wp .promotions.ed-template-chevrolet .form-area form input[type="tel"], .wp .promotions.ed-template-chevrolet .form-area form input[type="email"] {
      min-height: 40px; }
    .wp .promotions.ed-template-chevrolet .form-area form input[type="text"],
    .wp .promotions.ed-template-chevrolet .form-area form input[type="tel"],
    .wp .promotions.ed-template-chevrolet .form-area form input[type="number"],
    .wp .promotions.ed-template-chevrolet .form-area form input[type="email"],
    .wp .promotions.ed-template-chevrolet .form-area form textarea {
      display: block;
      box-sizing: border-box;
      height: auto;
      line-height: 30px;
      padding: 0 12px;
      margin-bottom: 0;
      font-size: 1em;
      color: #000;
      vertical-align: middle;
      box-shadow: none;
      border: 0;
      width: 100%;
      max-width: none;
      background-color: #EEE; }
      .wp .promotions.ed-template-chevrolet .form-area form input[type="text"].error,
      .wp .promotions.ed-template-chevrolet .form-area form input[type="tel"].error,
      .wp .promotions.ed-template-chevrolet .form-area form input[type="number"].error,
      .wp .promotions.ed-template-chevrolet .form-area form input[type="email"].error,
      .wp .promotions.ed-template-chevrolet .form-area form textarea.error {
        background-color: #EEE; }
      .wp .promotions.ed-template-chevrolet .form-area form input[type="text"]:focus, .wp .promotions.ed-template-chevrolet .form-area form input[type="text"]:active,
      .wp .promotions.ed-template-chevrolet .form-area form input[type="tel"]:focus,
      .wp .promotions.ed-template-chevrolet .form-area form input[type="tel"]:active,
      .wp .promotions.ed-template-chevrolet .form-area form input[type="number"]:focus,
      .wp .promotions.ed-template-chevrolet .form-area form input[type="number"]:active,
      .wp .promotions.ed-template-chevrolet .form-area form input[type="email"]:focus,
      .wp .promotions.ed-template-chevrolet .form-area form input[type="email"]:active,
      .wp .promotions.ed-template-chevrolet .form-area form textarea:focus,
      .wp .promotions.ed-template-chevrolet .form-area form textarea:active {
        background-color: #e7e7e7;
        outline: none; }

.wp .promotions.ed-template-chevrolet .promo-form-message-container .form-message {
  text-align: center;
  padding: 10px 0 0 0; }
  .wp .promotions.ed-template-chevrolet .promo-form-message-container .form-message i {
    font-size: 40px; }
  .wp .promotions.ed-template-chevrolet .promo-form-message-container .form-message.success i {
    color: #027E02; }
  .wp .promotions.ed-template-chevrolet .promo-form-message-container .form-message.error i {
    color: #D30303; }

@media screen and (min-width: 600px) {
  .wp .promotions.ed-template-chevrolet .form-area form .input-sect {
    font-size: 12px;
    margin: 0 0 10px 0; }
  .wp .promotions.ed-template-chevrolet .form-area form input[type="text"],
  .wp .promotions.ed-template-chevrolet .form-area form input[type="tel"],
  .wp .promotions.ed-template-chevrolet .form-area form input[type="number"],
  .wp .promotions.ed-template-chevrolet .form-area form input[type="email"],
  .wp .promotions.ed-template-chevrolet .form-area form textarea {
    line-height: 40px; } }

.promo-popup-container, .form-sect {
  position: relative; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .promo-popup-container .form-loader-container, .form-sect .form-loader-container {
    display: none; }
    .promo-popup-container .form-loader-container.active, .form-sect .form-loader-container.active {
      margin: 0;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.6);
      z-index: 9; }
    .promo-popup-container .form-loader-container .loader, .form-sect .form-loader-container .loader {
      border: 6px solid #6d6d6d;
      border-left: 6px solid #00bd17;
      border-radius: 100px;
      height: 35px;
      width: 35px;
      -webkit-animation: spin 1s infinite linear;
      animation: spin 1s infinite linear;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 45%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.promotions.list.ed-template-chevrolet.opt-2 {
  margin: 0 auto; }
  .promotions.list.ed-template-chevrolet.opt-2 .categories {
    margin-top: 19px;
    margin-bottom: 56px; }
    .promotions.list.ed-template-chevrolet.opt-2 .categories .category {
      margin-right: 19px;
      padding-right: 19px;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 3.75px;
      position: relative; }
      .promotions.list.ed-template-chevrolet.opt-2 .categories .category:after {
        position: absolute;
        content: '';
        display: block;
        right: 0;
        top: 5px;
        background: #000;
        width: 1px;
        height: 50%; }
      .promotions.list.ed-template-chevrolet.opt-2 .categories .category:last-child:after {
        display: none; }
      .promotions.list.ed-template-chevrolet.opt-2 .categories .category-name {
        text-transform: capitalize;
        color: #4D4D4D;
        font-size: 14px;
        transition: all ease-in-out .25s;
        border-bottom: 2px solid transparent; }
      .promotions.list.ed-template-chevrolet.opt-2 .categories .category:last-child {
        margin-right: 0; }
      .promotions.list.ed-template-chevrolet.opt-2 .categories .category.active .category-name {
        border-bottom-color: #EA0029;
        color: #05141F;
        font-weight: 500; }
      .promotions.list.ed-template-chevrolet.opt-2 .categories .category.active:hover {
        cursor: default; }
        .promotions.list.ed-template-chevrolet.opt-2 .categories .category.active:hover .category-name {
          color: #05141F; }
      .promotions.list.ed-template-chevrolet.opt-2 .categories .category:hover {
        cursor: pointer; }
        .promotions.list.ed-template-chevrolet.opt-2 .categories .category:hover .category-name {
          color: #EA0029; }
  .promotions.list.ed-template-chevrolet.opt-2 .promos-container .promo-category-title {
    padding: 0 0 19px;
    margin: 0 0 19px; }
    .promotions.list.ed-template-chevrolet.opt-2 .promos-container .promo-category-title .category-title {
      text-transform: capitalize; }
  .promotions.list.ed-template-chevrolet.opt-2 .promos-container {
    display: none; }
    .promotions.list.ed-template-chevrolet.opt-2 .promos-container.active {
      display: block; }
  .promotions.list.ed-template-chevrolet.opt-2 .promo {
    background: #F7F7F8;
    border: 1px solid #697278;
    padding: 19px;
    margin-bottom: 19px;
    /*&:last-child {
			margin: 0;
		}*/ }
    .promotions.list.ed-template-chevrolet.opt-2 .promo .promo-title {
      margin: 0 0 10px;
      padding: 0 0 10px;
      position: relative; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .promo-title:after {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #B3B3B3; }
    .promotions.list.ed-template-chevrolet.opt-2 .promo .img-cell {
      margin: 0 auto 19px; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .img-cell img:hover {
        cursor: pointer; }
    .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell {
      position: relative; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell:after {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #B3B3B3; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell .half-info span {
        display: block;
        padding: 0 0 3.75px; }
        .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell .half-info span:last-child {
          padding: 0; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell .promo-excerpt-sect {
        width: 100%; }
        .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell .promo-excerpt-sect .read-more-link {
          display: block; }
          .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell .promo-excerpt-sect .read-more-link:after {
            display: none; }
    .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell {
      padding: 19px 0 0; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell .cta {
        padding: 0 0 10px; }
        .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell .cta .cta-button-container a:after {
          display: none; }
        .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell .cta .cta-button-container a:hover:after {
          display: none; }
        .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell .cta:last-child {
          padding: 0; }
    .promotions.list.ed-template-chevrolet.opt-2 .promo .offer-disclaimer-cell {
      padding: 10px 0; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .offer-disclaimer-cell .disclaimer-trigger {
        display: block;
        text-decoration: underline;
        transition: all ease-in-out 0.25s; }
        .promotions.list.ed-template-chevrolet.opt-2 .promo .offer-disclaimer-cell .disclaimer-trigger:hover {
          color: #EA0029; }
    .promotions.list.ed-template-chevrolet.opt-2 .promo .disclaimer-popup {
      width: calc(100% - (19px * 2));
      padding: 19px 10px;
      max-width: 800px; }
  .promotions.list.ed-template-chevrolet.opt-2 .popup-container {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.85); }
    .promotions.list.ed-template-chevrolet.opt-2 .popup-container .popup {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #F7F7F8; }
  .promotions.list.ed-template-chevrolet.opt-2 .popup-top {
    position: relative; }
    .promotions.list.ed-template-chevrolet.opt-2 .popup-top .close {
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      color: #FFFFFF;
      border: 1px solid #FFFFFF;
      background: transparent;
      line-height: inherit;
      text-transform: uppercase;
      transition: background 0.25s, color 0.25s; }
      .promotions.list.ed-template-chevrolet.opt-2 .popup-top .close span {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px; }
      .promotions.list.ed-template-chevrolet.opt-2 .popup-top .close .x {
        font-size: 20px;
        line-height: 14px; }
      .promotions.list.ed-template-chevrolet.opt-2 .popup-top .close:hover {
        background: #FFFFFF;
        color: #37434B;
        cursor: pointer; }
  .promotions.list.ed-template-chevrolet.opt-2 .img-popup {
    padding: 19px 10px;
    max-width: calc(100% - (10px * 2)); }
  .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup {
    width: calc(100% - (19px * 2));
    padding: 19px 10px;
    max-width: 800px; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .popup-content {
      min-height: 385px;
      max-height: 60vh;
      overflow: auto; }
      .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .popup-content .popup-heading {
        margin: 19px 0;
        display: inline-block; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .title-cell {
      margin: 0 0 10px; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .img-cell {
      max-width: 285px;
      margin: 0 auto 19px; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .info-cell span {
      display: block; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .bonus-cell {
      margin: 10px 0 0;
      padding: 10px 0 0;
      border-top: 1px solid #9BA1A5; }
      .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .bonus-cell span {
        display: inline-block;
        font-size: 0.75rem;
        letter-spacing: 0.071rem; }
      .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .bonus-cell strong {
        font-size: 1.25rem;
        letter-spacing: 0.214rem;
        font-weight: 500; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .offer-cell {
      padding: 10px;
      background: #697278; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form label {
      font-size: 14px; }
      .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form label.error {
        font-size: 12px;
        color: #D30303; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form .input-sect textarea,
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form .input-sect input[type="email"],
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form .input-sect input[type="tel"],
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form .input-sect input[type="text"] {
      width: 100%;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form .input-sect textarea {
      border: 1px solid #37434B;
      height: 135px; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form .casl-sect input {
      display: inline-block;
      vertical-align: middle;
      height: auto; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form .cell {
      margin: 0 0 10px; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form .submit-sect {
      text-align: center;
      margin: 19px 0 0; }
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup form .button.submit {
      max-width: 300px; }
  @media screen and (min-width: 768px) {
    .promotions.list.ed-template-chevrolet.opt-2 .categories {
      margin-top: 25px;
      margin-bottom: 75px; }
    .promotions.list.ed-template-chevrolet.opt-2 .promos-container .promo-category-title {
      padding: 0 0 25px;
      margin: 0 0 25px; }
    .promotions.list.ed-template-chevrolet.opt-2 .popup-top .close {
      top: -64px; }
    .promotions.list.ed-template-chevrolet.opt-2 .promo {
      padding: 25px;
      margin-bottom: 25px; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .promo-title {
        margin: 0 0 13px;
        padding: 0 0 13px; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .img-cell {
        margin: 0 auto;
        padding-right: 25px; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell {
        padding: 0 25px 0 0; }
        .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell .half-info span {
          padding: 0 0 5px; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell {
        padding: 25px 0 0; }
        .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell .cta {
          padding-bottom: 0;
          /*.cta-button-container {
						padding: 0 space('small', 'medium') 0 0;
					}
					&:last-child .cta-button-container {
						padding: 0;
					}*/ }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .offer-disclaimer-cell {
        padding: 13px 0; } }
  @media screen and (min-width: 1030px) {
    .promotions.list.ed-template-chevrolet.opt-2 {
      /*Some Magnify CSS*/
      /*Lets create the magnifying glass*/ }
      .promotions.list.ed-template-chevrolet.opt-2 .magnify {
        margin: 50px auto;
        position: relative;
        cursor: none; }
      .promotions.list.ed-template-chevrolet.opt-2 .large-img {
        width: 130px;
        height: 130px;
        position: absolute;
        border-radius: 100%;
        z-index: 20;
        /*Multiple box shadows to achieve the glass effect*/
        box-shadow: 0 0 0 2px rgba(234, 0, 41, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 1px rgba(0, 0, 0, 0.25); }
      .promotions.list.ed-template-chevrolet.opt-2 .small-img {
        display: block; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .grid-y {
        flex-direction: column-reverse; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .offer-disclaimer-cell {
        position: relative; }
        .promotions.list.ed-template-chevrolet.opt-2 .promo .offer-disclaimer-cell .disclaimer-trigger {
          position: absolute;
          right: 19px;
          top: 50%;
          transform: translateY(-50%); }
      .promotions.list.ed-template-chevrolet.opt-2 .popup-top .close {
        top: -88px; }
      .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup {
        padding: calc(19px * 2); }
        .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .popup-content {
          max-height: 70vh; }
        .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .img-cell {
          margin: 0 auto;
          max-width: none;
          padding: 0 19px 0 0; }
        .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .info-cell {
          padding: 0 0 0 19px; }
        .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .offer-cell {
          text-align: left; } }
  @media screen and (min-width: 1240px) {
    .promotions.list.ed-template-chevrolet.opt-2 .get-offer-popup .popup-content {
      max-height: none; } }
  @media screen and (min-width: 1600px) {
    .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell {
      padding: 25px 0 0; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell .cta:first-child {
        padding: 0; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell .cta:last-child {
        padding: 13px 0 0; }
      .promotions.list.ed-template-chevrolet.opt-2 .promo .ctas-cell .cta {
        padding: 13px 0 0; }
    .promotions.list.ed-template-chevrolet.opt-2 .promo .img-cell {
      margin: 0 auto 25px; }
    .promotions.list.ed-template-chevrolet.opt-2 .promo .info-cell {
      padding: 0 0 25px; } }

.wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details {
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  padding-left: 5px;
  padding-right: 5px; }
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li {
    display: block;
    color: #FFFFFF;
    list-style: none;
    padding: 10px 0px;
    margin: 0;
    position: relative;
    text-align: center; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li a {
      color: #FFFFFF; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li.seperator {
      display: none;
      background: #b2b7ba; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li span {
      font-weight: 600;
      padding-right: 5px;
      text-transform: uppercase; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li .top, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li .middle, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li .bottom {
      font-size: 12px; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li .top, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li .bottom {
      max-width: 150px; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li .middle {
      font-weight: 700; }
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-0 {
    display: none; }

.wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect {
  z-index: 3;
  position: relative; }
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect a {
    border-radius: 5px;
    text-transform: uppercase;
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    color: #37434B;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    transition: all ease-in-out 0.25s; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect a:hover {
      color: #FFFFFF;
      border-color: #FFFFFF;
      background: transparent; }
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect .promo-lead-link, .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect .promo-links, .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect li {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    margin: 0; }
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect .promo-links li:before {
    display: none; }
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect .promo-lead-link, .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect .promo-links li {
    margin: 5px; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect .promo-lead-link i, .wp.promotions.ed-template-chevrolet.opt-2 .promo .link-sect .promo-links li i {
      display: none; }

.promotions-container .form-area form .submit-sect input[type="submit"] {
  background: #010101; }

@media screen and (min-width: 600px) {
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-2 li.seperator {
      margin: 0 30px; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-3, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-4, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-5, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-6 {
      text-align: justify;
      text-justify: distribute; }
      .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-3:after, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-4:after, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-5:after, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-6:after {
        content: '';
        display: inline-block;
        width: 100%; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: left; }
      .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li.seperator {
        display: inline-block;
        width: 1px;
        height: 60px;
        margin: 0 10px; }
      .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li span {
        display: block;
        padding: 0; }
      .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li .top, .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li .bottom {
        font-size: 12px; }
      .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details li .middle {
        font-size: 24px;
        line-height: 30px; }
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-links {
    padding-top: 10px; } }

@media screen and (min-width: 1030px) {
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-3 li {
    display: block; }
    .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-3 li .middle {
      font-size: 20px; }
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-3 li.seperator {
    display: none; } }

@media screen and (min-width: 1240px) {
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-3 li {
    display: inline-block; }
  .wp.promotions.ed-template-chevrolet.opt-2 .promo .promo-details.count-3 li.seperator {
    display: inline-block; } }

.wp.promotions.slider.ed-template-chevrolet.opt-2 .promo {
  padding: 19px calc(38px);
  color: #FFFFFF;
  text-align: center; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .disclaimer {
    color: #FFFFFF; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .img-sect {
    background-image: url(.././images/promotions-placeholder.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .img-sect img {
      display: none; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .info-sect {
    position: relative;
    z-index: 10; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .info-sect h3 {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 20px;
      padding: 0 5px;
      color: #FFFFFF;
      text-align: center; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .info-sect .excerpt-sect {
      font-size: 14px;
      margin: 0 0 20px;
      padding: 0 5px; }
      .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .info-sect .excerpt-sect a {
        color: #FFFFFF;
        font-weight: 700; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .promo-details {
    margin-bottom: 0;
    margin-top: 0; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .link-sect {
    margin-top: 15px; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .misc-sect {
    z-index: 3;
    position: relative;
    padding: 0 5px; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .misc-sect .promo-end-date {
      margin: 15px auto;
      font-size: 13px;
      padding-left: 50px;
      position: relative;
      line-height: 15px;
      display: inline-block;
      font-style: italic; }
      .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .misc-sect .promo-end-date:after {
        content: '';
        height: 1px;
        background: #fff;
        width: 45px;
        position: absolute;
        top: 7px;
        left: 0; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .misc-sect .disclaimer-sect {
      font-size: 11px;
      line-height: normal;
      font-style: italic; }
      .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .misc-sect .disclaimer-sect a {
        color: #FFFFFF;
        font-weight: 700; }

.wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-prev,
.wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-next {
  background: rgba(5, 20, 31, 0.1);
  display: block;
  margin: auto 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 500;
  width: 35px;
  height: 100%; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-prev .svg-icon,
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-next .svg-icon {
    width: 30px;
    height: 30px; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-prev svg,
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-next svg {
    color: #FFFFFF;
    fill: #FFFFFF; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-prev:focus,
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-next:focus {
    outline: none; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-prev:hover,
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-next:hover {
    opacity: 1;
    background: rgba(5, 20, 31, 0.2); }

.wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-prev {
  left: 0px; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-prev i {
    left: 0; }

.wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-next {
  right: 0px; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-nav .owl-next i {
    right: 0; }

.wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-stage {
  display: flex; }

.wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-item {
  position: relative;
  flex-shrink: 0; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-item:nth-child(odd) .promo-container:after {
    background: rgba(55, 67, 75, 0.9); }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .owl-item:nth-child(even) .promo-container:after {
    background: rgba(55, 67, 75, 0.9); }

.wp.promotions.slider.ed-template-chevrolet.opt-2 .promo-container {
  width: 100%; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo-container:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo-container:nth-child(odd):after {
    background: rgba(55, 67, 75, 0.9); }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo-container:nth-child(even):after {
    background: rgba(55, 67, 75, 0.9); }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo-container .unit-container {
    position: relative;
    z-index: 3; }

@media screen and (min-width: 768px) {
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .info-sect h3 {
    font-size: 25px; } }

@media screen and (min-width: 1030px) {
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo {
    padding: calc(38px) calc(38px) 19px;
    text-align: left;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .info-sect {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      justify-content: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-start; }
      .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .info-sect h3 {
        text-align: left; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .misc-sect {
      margin-top: 15px; }
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .unit {
    order: 1;
    width: 100%; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .unit .unit-container {
      padding: 60px 10px 120px; } }

@media screen and (min-width: 1240px) {
  .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo {
    padding: 56px; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .info-sect h3 {
      font-size: 30px;
      text-align: left; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .info-sect .excerpt-sect {
      font-size: 16px;
      line-height: 28px; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2 .promo .misc-sect {
      margin-top: 45px; } }

@media screen and (min-width: 1600px) {
  .wp.promotions.slider.ed-template-chevrolet.opt-2.lrg-container .promo {
    padding: 60px 60px 35px; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2.lrg-container .promo .info-sect h3 {
      font-size: 35px; }
    .wp.promotions.slider.ed-template-chevrolet.opt-2.lrg-container .promo .misc-sect {
      margin-top: 45px; } }

.wp .meet-the-team.v5 .name {
  padding-top: 19px; }

.wp .meet-the-team.v5 .title {
  padding-bottom: 19px; }

.wp .meet-the-team.v5 .description {
  padding-top: 19px; }
  .wp .meet-the-team.v5 .description p {
    margin: 0;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important; }

.wp .meet-the-team.v5 .read-more {
  display: none; }
  .wp .meet-the-team.v5 .read-more.teaser {
    display: block; }

.wp .meet-the-team.v5 .box {
  padding: 19px;
  background: #F7F7F8; }
  .wp .meet-the-team.v5 .box .img-sect {
    text-align: center; }
    .wp .meet-the-team.v5 .box .img-sect img {
      min-width: 100%; }
  .wp .meet-the-team.v5 .box .contact {
    padding-bottom: 19px;
    border-bottom: 2px solid #697278; }
    .wp .meet-the-team.v5 .box .contact li {
      display: flex;
      align-items: center; }
      .wp .meet-the-team.v5 .box .contact li:first-child {
        padding-bottom: 10px; }
      .wp .meet-the-team.v5 .box .contact li .svg-icon {
        padding-right: 10px;
        margin-right: 10px;
        padding: 5px;
        background: #05141F;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .wp .meet-the-team.v5 .box .contact li .svg-icon svg {
          width: 100%;
          height: 100%;
          fill: #FFFFFF; }
      .wp .meet-the-team.v5 .box .contact li a {
        color: #05141F;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis; }
        .wp .meet-the-team.v5 .box .contact li a:after {
          display: none; }
        .wp .meet-the-team.v5 .box .contact li a:hover {
          color: #37434B;
          text-decoration: underline; }
        .wp .meet-the-team.v5 .box .contact li a:active {
          color: #05141F;
          text-decoration: none; }
    .wp .meet-the-team.v5 .box .contact ul {
      list-style: none;
      padding: 0;
      margin: 0; }
  .wp .meet-the-team.v5 .box .description {
    color: #37434B; }

.wp .meet-the-team.v5 .mtt-tab {
  display: none; }
  .wp .meet-the-team.v5 .mtt-tab.active {
    display: block; }

.wp .meet-the-team.v5 .tab-heads-mtt.tabs--text {
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0; }
  .wp .meet-the-team.v5 .tab-heads-mtt.tabs--text li {
    text-align: left;
    padding-right: 19px; }
  .wp .meet-the-team.v5 .tab-heads-mtt.tabs--text .tab-head-mtt > a {
    text-decoration: none;
    color: #37434B; }
    .wp .meet-the-team.v5 .tab-heads-mtt.tabs--text .tab-head-mtt > a:after {
      display: block;
      content: '';
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: 1px;
      left: 0;
      background: transparent; }
  .wp .meet-the-team.v5 .tab-heads-mtt.tabs--text .tab-head-mtt:hover > a {
    color: #05141F; }
    .wp .meet-the-team.v5 .tab-heads-mtt.tabs--text .tab-head-mtt:hover > a:after {
      background: #05141F; }
  .wp .meet-the-team.v5 .tab-heads-mtt.tabs--text .tab-head-mtt.active > a {
    color: #05141F; }
    .wp .meet-the-team.v5 .tab-heads-mtt.tabs--text .tab-head-mtt.active > a:after {
      background: #05141F; }

.wp .meet-the-team.v5 .tab-content-mtt {
  padding-top: 19px; }

@media screen and (min-width: 768px) {
  .wp .meet-the-team.v5 .tab-heads-mtt.tabs--text li {
    padding-right: 25px; }
  .wp .meet-the-team.v5 .title {
    padding-bottom: 25px; }
  .wp .meet-the-team.v5 .name, .wp .meet-the-team.v5 .description {
    padding-top: 25px; }
  .wp .meet-the-team.v5 .box {
    padding: 25px; }
    .wp .meet-the-team.v5 .box .contact {
      padding-bottom: 25px; }
      .wp .meet-the-team.v5 .box .contact li:first-child {
        padding-bottom: 13px; }
      .wp .meet-the-team.v5 .box .contact li .svg-icon {
        margin-right: 13px; }
    .wp .meet-the-team.v5 .box .img-sect img {
      min-width: auto; } }

.multimedia-scroller-container div.n2-ss-slider .nextend-arrow-previous, .multimedia-scroller-container div.n2-ss-slider .nextend-arrow-next {
  background: rgba(5, 20, 31, 0.8) !important;
  transition: background ease-in-out 0.25s;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important; }
  .multimedia-scroller-container div.n2-ss-slider .nextend-arrow-previous:hover, .multimedia-scroller-container div.n2-ss-slider .nextend-arrow-next:hover {
    background: #05141f !important; }
  .multimedia-scroller-container div.n2-ss-slider .nextend-arrow-previous:active, .multimedia-scroller-container div.n2-ss-slider .nextend-arrow-next:active {
    background: #05141f !important; }
  .multimedia-scroller-container div.n2-ss-slider .nextend-arrow-previous img, .multimedia-scroller-container div.n2-ss-slider .nextend-arrow-next img {
    width: auto !important; }

.multimedia-scroller-container div.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color {
  z-index: 5; }

.multimedia-scroller-container .n2-ss-align {
  position: static; }
  .multimedia-scroller-container .n2-ss-align .n2-ss-slider.n2-ss-load-fade.n2-ss-loaded {
    position: static; }
  .multimedia-scroller-container .n2-ss-align .n2-ss-slider-1 {
    position: static !important; }

.multimedia-scroller-container .n2-ss-section-main-content {
  padding: 0 !important; }

.multimedia-scroller-container .content {
  color: #FFFFFF;
  padding-top: 19px;
  max-width: 330px;
  margin: 0 auto; }
  .multimedia-scroller-container .content .descriptive-1 {
    margin: 10px 0;
    display: inline-block; }
  .multimedia-scroller-container .content .display-2 {
    margin: 0 0 19px; }
  .multimedia-scroller-container .content .button {
    width: auto;
    padding: 14px 30px; }

.multimedia-scroller-container .n2-ss-layers-container {
  margin: 0 !important; }

@media screen and (min-width: 768px) {
  .multimedia-scroller .content {
    max-width: 390px; } }

@media screen and (min-width: 1030px) {
  .multimedia-scroller .content .descriptive-1 {
    font-size: 14px; }
  .multimedia-scroller .content .button {
    text-align: center; }
  .multimedia-scroller.full .n2-ss-section-main-content {
    padding: 0 6rem !important; }
  .multimedia-scroller.full .content {
    text-align: left;
    max-width: none;
    margin: 0; }
  .multimedia-scroller.full .display-2 {
    max-width: 450px; } }

.multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet {
  margin-bottom: 10px; }
  .multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet .nextend-bullet-bar > div {
    margin-right: 10px !important;
    transition: none;
    border: 1px solid #CDD0D2 !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
    background: #05141F !important;
    position: relative;
    padding: 0 !important;
    height: 4px !important;
    width: 12px !important;
    box-sizing: border-box;
    border-radius: 0 !important; }
    .multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet .nextend-bullet-bar > div:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 0 !important;
      width: 0 !important;
      border-radius: 50%;
      background: #05141F !important;
      display: block; }
    .multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet .nextend-bullet-bar > div:hover {
      border-color: #05141F !important;
      background-color: #CDD0D2 !important;
      height: 4px !important;
      width: 12px !important; }
      .multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet .nextend-bullet-bar > div:hover:before {
        background-color: #CDD0D2 !important;
        height: 0 !important;
        width: 0 !important; }
    .multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet .nextend-bullet-bar > div.n2-active {
      border-color: #05141F !important;
      background-color: #05141F !important;
      height: 6px !important;
      width: 16px !important; }
      .multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet .nextend-bullet-bar > div.n2-active:before {
        background-color: #05141F !important;
        height: 0 !important;
        width: 0 !important; }
      .multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet .nextend-bullet-bar > div.n2-active:hover {
        border-color: #05141F !important;
        background-color: #05141F !important; }
        .multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet .nextend-bullet-bar > div.n2-active:hover:before {
          background-color: #05141F !important; }
    .multimedia-scroller-container div.n2-ss-slider .n2-ss-control-bullet .nextend-bullet-bar > div:last-child {
      margin-right: 0; }

/**
* CHILD THEME - DEALER SPECIFIC IMPORTS
* -------------------------------------------------------------------
*/
.wp .inventory-search.opt-1 {
  padding: 19px 0;
  position: relative;
  background: #FFFFFF; }
  .wp .inventory-search.opt-1[data-lang="fr"] .live-inventory-cell .search-result .vehicle-list .vehicle .img-cell:after {
    content: "Voir les détails"; }
  .wp .inventory-search.opt-1 .live-inventory > .grid-container {
    padding: 0 !important; }
  .wp .inventory-search.opt-1.full {
    padding: 0; }
  .wp .inventory-search.opt-1 .instock-cell {
    margin-bottom: 10px; }
  .wp .inventory-search.opt-1 .headline-2 {
    color: #37434B; }
  .wp .inventory-search.opt-1 .live-inventory-cell {
    position: relative; }
    .wp .inventory-search.opt-1 .live-inventory-cell .headline-4 {
      color: #37434B; }
    .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search {
      position: relative;
      padding-left: 0;
      padding-right: 0; }
      .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search > .input-button-cell > .grid-x {
        align-items: center; }
      .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search label {
        left: 19px;
        color: #05141F;
        padding-left: 0; }
      .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='text'] {
        padding-left: 19px;
        padding-right: 100px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-color: #697278;
        color: #05141F;
        background: #FFFFFF; }
        .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='text']:hover {
          border-color: #697278;
          color: #05141F;
          background: #FFFFFF; }
        .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='text']:focus, .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='text']:active {
          border-color: #05141F;
          color: #05141F;
          background: #FFFFFF; }
      .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search button[type='submit'],
      .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='submit'] {
        padding: 11px 16px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        height: 39px;
        position: absolute;
        width: auto;
        right: 4px;
        top: 3px;
        color: #FFFFFF;
        border: 1px solid #37434B;
        background: #37434B; }
        .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search button[type='submit'] svg,
        .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='submit'] svg {
          color: #FFFFFF;
          fill: #FFFFFF; }
        .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search button[type='submit']:hover,
        .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='submit']:hover {
          text-decoration: none;
          background: #05141F;
          border: 1px solid #05141F;
          color: #FFFFFF; }
          .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search button[type='submit']:hover svg,
          .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='submit']:hover svg {
            color: #FFFFFF;
            fill: #FFFFFF; }
        .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search button[type='submit']:active,
        .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='submit']:active {
          background: #05141F;
          border: 1px solid #05141F;
          color: #FFFFFF; }
          .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search button[type='submit']:active svg,
          .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='submit']:active svg {
            color: #FFFFFF;
            fill: #FFFFFF; }
    .wp .inventory-search.opt-1 .live-inventory-cell .search-result {
      position: absolute;
      background: #F7F7F8;
      border: 1px solid #CDD0D2;
      width: 100%;
      box-shadow: 0px 7px 10px 0px rgba(55, 67, 75, 0.3);
      font-size: 0;
      z-index: 10;
      justify-content: center; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .search-result-container {
        width: 552px !important;
        padding-left: 25px;
        padding-right: 25px; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list {
        max-height: 334px;
        overflow: auto;
        margin-bottom: 25px;
        padding-right: 25px; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .ScrollbarsCustom-Content > .cell {
          padding-right: 19px; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list > .cell {
          width: 467px;
          margin-bottom: 25px; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list a {
          user-select: none;
          display: block; }
          .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list a:hover .container {
            background: #fff; }
          .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list a:hover .img-cell:after {
            background: #05141F; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .container {
          transition: all ease-in-out 0.25s;
          background: #F7F7F8;
          border: 1px solid #CDD0D2; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .img-cell {
          position: relative;
          padding-right: 25px; }
          .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .img-cell:after {
            content: "View Details";
            position: absolute;
            bottom: 0;
            width: calc(100% - 25px);
            background: #05141F;
            color: #fff;
            left: 0;
            font-size: 14px;
            font-weight: 700;
            text-transform: none;
            text-align: center;
            font-family: "Kia Signature", Arial, sans-serif; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .info-cell {
          padding-top: 13px;
          padding-bottom: 13px;
          padding-right: 25px; }
          .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .info-cell .year-name-cell {
            border-bottom: 2px solid #697278;
            margin-bottom: 13px; }
          .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .info-cell .headline-5 {
            color: #05141F; }
          .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .info-cell .descriptive-3 {
            padding-left: 5px; }
          .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .info-cell .data-row {
            padding-bottom: 5px; }
            .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .info-cell .data-row:last-child {
              padding-bottom: 0; }
            .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .info-cell .data-row .cell {
              display: flex;
              align-items: center;
              width: auto; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .details-cell .cell {
          padding-top: 13px;
          margin-right: 25px;
          text-align: left; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .vehicle .icon-cell {
          padding-right: 5px; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .number-of-results {
        padding-top: 25px;
        padding-bottom: 25px; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .number-of-results span {
          display: block;
          color: #05141F; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result a.view-all-button {
        text-transform: capitalize; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .no-results .body-1 {
        font-size: 0.7rem;
        line-height: 1rem;
        letter-spacing: 0.015rem;
        font-weight: 700; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .no-results .button {
        margin-top: 25px; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .no-results .button > span {
          padding-right: 0; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .no-results span {
        display: inline-block; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .close-cell {
        margin-top: 25px; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .close-button {
        -webkit-appearance: none;
        width: 100%;
        border: 0;
        background: rgba(55, 67, 75, 0.8);
        font-size: 0;
        height: 36px; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .close-button span {
          color: #FFFFFF; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .close-button .svg-icon {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px;
          margin-right: 10px; }
          .wp .inventory-search.opt-1 .live-inventory-cell .search-result .close-button .svg-icon svg {
            color: #FFFFFF;
            fill: #FFFFFF;
            width: 10px; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .close-button .link-button {
          display: inline-block;
          vertical-align: middle;
          font-size: 0.8rem;
          line-height: 1.333rem;
          letter-spacing: 0.02rem; }
        .wp .inventory-search.opt-1 .live-inventory-cell .search-result .close-button:hover {
          cursor: pointer;
          background: #37434b; }
  @media screen and (min-width: 768px) {
    .wp .inventory-search.opt-1 {
      padding: 25px 0; }
      .wp .inventory-search.opt-1 .instock-cell {
        margin-bottom: 0;
        padding-right: 19px; }
      .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search label {
        left: 25px; }
      .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='text'] {
        padding-left: 25px; }
      .wp .inventory-search.opt-1 .live-inventory-cell .keyword-search input[type='submit'] {
        padding: 10px 16px 11px; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .search-result-container {
        padding-left: 25px;
        padding-right: 25px; }
      .wp .inventory-search.opt-1 .live-inventory-cell .search-result .vehicle-list .ScrollbarsCustom-Content > .cell {
        padding-right: 25px; } }
  @media screen and (min-width: 1030px) {
    .wp .inventory-search.opt-1 .instock-cell {
      margin-bottom: 0; } }

.wp .banner-tool.opt-12 {
  position: relative;
  text-align: center;
  z-index: 1; }
  .wp .banner-tool.opt-12 .video-cell {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -2; }
    .wp .banner-tool.opt-12 .video-cell .video-bg {
      height: 100%;
      min-width: 100%;
      min-height: 56.25vw;
      transform: translateX(-50%);
      position: absolute;
      left: 50%; }
  .wp .banner-tool.opt-12 .image-cell {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wp .banner-tool.opt-12 > .grid-container {
    position: relative;
    z-index: 20;
    padding-top: 56px;
    padding-bottom: 56px; }
  .wp .banner-tool.opt-12:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 20, 31, 0.7);
    z-index: 20; }
  .wp .banner-tool.opt-12 .heading-cell {
    font-size: 0; }
    .wp .banner-tool.opt-12 .heading-cell span {
      color: #FFFFFF; }
    .wp .banner-tool.opt-12 .heading-cell .line {
      display: inline-block;
      vertical-align: middle;
      height: 2px;
      width: 40px;
      background: #9BA1A5; }
    .wp .banner-tool.opt-12 .heading-cell .display-3 {
      display: inline-block;
      vertical-align: middle;
      padding: 0 19px; }
    .wp .banner-tool.opt-12 .heading-cell .display-2 {
      display: block;
      margin-bottom: 19px; }
  .wp .banner-tool.opt-12 .ctas-cell {
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 2px solid #9BA1A5; }
    .wp .banner-tool.opt-12 .ctas-cell .cta {
      margin-bottom: 10px; }
      .wp .banner-tool.opt-12 .ctas-cell .cta:nth-last-child(2), .wp .banner-tool.opt-12 .ctas-cell .cta:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 599px) {
        .wp .banner-tool.opt-12 .ctas-cell .cta .button {
          height: 65px; } }
  .wp .banner-tool.opt-12 .search-our-inventory-cell {
    color: #fff;
    margin-bottom: 56px; }
    .wp .banner-tool.opt-12 .search-our-inventory-cell .left-text-cell {
      display: flex;
      align-items: center;
      padding-right: 19px; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .faux-placeholder-label {
    display: none; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .EDForm .cell {
    padding: 0; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .input-wrapper:hover .inv-select-filter__dropdown-indicator {
    color: #05141F;
    background: #CDD0D2; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__option {
    text-align: left;
    color: #05141F; }
    .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__option--is-focused {
      background: #F7F7F8;
      text-decoration: underline; }
    .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__option--is-selected {
      background: #37434B;
      color: #FFFFFF;
      text-decoration: none; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__control {
    background: transparent;
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0; }
    .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__control--is-focused {
      border-color: #fff;
      box-shadow: none; }
    .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__control:focus {
      outline: 0; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__dropdown-indicator {
    padding: 0;
    color: #05141F;
    background: #FFFFFF;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 5px;
    transition: color 0.2s, background 0.2s; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__clear-indicator {
    display: none; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__value-container {
    padding: 0; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__menu {
    background-color: #F7F7F8;
    z-index: 20;
    border-radius: 0;
    font-size: 0.8rem;
    margin-top: 0;
    border-bottom: 1px solid #697278; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__menu-list {
    padding-top: 0; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__placeholder {
    color: #fff;
    font-weight: 700; }
  .wp .banner-tool.opt-12 .inventory-search.opt-9 .inv-select-filter__single-value {
    color: #fff;
    margin-right: 0;
    margin-left: 0;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.02rem;
    line-height: 1.333rem; }
  .wp .banner-tool.opt-12 .inventory-search-cell .inventory-search.opt-1 {
    display: block;
    padding: 0; }
    .wp .banner-tool.opt-12 .inventory-search-cell .inventory-search.opt-1 .live-inventory-cell .keyword-search {
      padding: 0; }
      .wp .banner-tool.opt-12 .inventory-search-cell .inventory-search.opt-1 .live-inventory-cell .keyword-search .cell.shrink {
        position: absolute;
        right: 0; }
    .wp .banner-tool.opt-12 .inventory-search-cell .inventory-search.opt-1 #is01-keyword-search {
      background: transparent;
      border-bottom-color: #fff;
      color: #fff;
      padding-left: 0; }
    @media screen and (max-width: 767px) {
      .wp .banner-tool.opt-12 .inventory-search-cell .inventory-search.opt-1 .live-inventory-cell .search-result {
        display: none; } }
    .wp .banner-tool.opt-12 .inventory-search-cell .inventory-search.opt-1 .live-inventory-cell .keyword-search label {
      color: #fff;
      left: 0; }
    .wp .banner-tool.opt-12 .inventory-search-cell .inventory-search.opt-1 .button--icon {
      width: 38px !important;
      height: 38px !important;
      background: #fff;
      border-radius: 9999px; }
  .wp .banner-tool.opt-12 .bottom-ctas-cell {
    text-align: left; }
    .wp .banner-tool.opt-12 .bottom-ctas-cell .cta {
      margin-bottom: 19px; }
      .wp .banner-tool.opt-12 .bottom-ctas-cell .cta:last-child {
        margin-bottom: 0; }
      .wp .banner-tool.opt-12 .bottom-ctas-cell .cta a {
        color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .wp .banner-tool.opt-12 > .grid-container {
      padding-top: 75px;
      padding-bottom: 75px; }
    .wp .banner-tool.opt-12 .heading-cell .display-3 {
      padding: 0 25px; }
    .wp .banner-tool.opt-12 .heading-cell .display-2 {
      margin-bottom: 75px; }
    .wp .banner-tool.opt-12 .ctas-cell {
      padding-bottom: 25px;
      margin-bottom: 25px; }
      .wp .banner-tool.opt-12 .ctas-cell .cta {
        margin-bottom: 0; }
        .wp .banner-tool.opt-12 .ctas-cell .cta:nth-child(5), .wp .banner-tool.opt-12 .ctas-cell .cta:nth-child(6), .wp .banner-tool.opt-12 .ctas-cell .cta:nth-child(7), .wp .banner-tool.opt-12 .ctas-cell .cta:nth-child(8) {
          margin-top: 0.625rem; }
    .wp .banner-tool.opt-12 .search-our-inventory-cell {
      margin-bottom: 75px; }
    .wp .banner-tool.opt-12 .inventory-search-cell .inventory-search.opt-1 {
      max-width: none; }
    .wp .banner-tool.opt-12 .bottom-ctas-cell .cta {
      margin-bottom: 0; } }
  @media screen and (min-width: 1030px) {
    .wp .banner-tool.opt-12 .ctas-cell .cta:nth-child(5), .wp .banner-tool.opt-12 .ctas-cell .cta:nth-child(6), .wp .banner-tool.opt-12 .ctas-cell .cta:nth-child(7), .wp .banner-tool.opt-12 .ctas-cell .cta:nth-child(8) {
      margin-top: 1.25rem; } }

.live-inventory.opt-4 {
  background: #F7F7F8;
  padding-top: 19px;
  padding-bottom: 19px; }
  .live-inventory.opt-4 .is-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); }
  .live-inventory.opt-4 .EDForm .cell {
    padding: 0; }
  .live-inventory.opt-4 .grid-x.filters {
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    padding-top: 19px;
    position: relative;
    text-align: center; }
  .live-inventory.opt-4 .price-value {
    font-weight: 600;
    color: #05141F; }
  .live-inventory.opt-4 .title-cell {
    margin-bottom: 19px; }
    .live-inventory.opt-4 .title-cell .headline-4 {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .live-inventory.opt-4 .title-cell .svg-icon {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-size: 0; }
      .live-inventory.opt-4 .title-cell .svg-icon svg {
        width: 10px;
        height: 10px; }
  .live-inventory.opt-4 .search-section {
    border-bottom: 1px solid #9BA1A5;
    padding-right: 19px;
    padding-left: 19px;
    padding-bottom: 19px; }
    .live-inventory.opt-4 .search-section .button {
      text-decoration: none;
      text-transform: none;
      position: relative;
      margin: 0;
      width: 100%;
      padding: 0 16px;
      font-family: "Kia Signature", Arial, sans-serif;
      font-weight: 700;
      text-align: center;
      border: 1px solid #05141F;
      outline: none;
      background-color: #05141F;
      cursor: pointer;
      transition: background 0.25s, border 0.25s, color 0.25s;
      color: #FFFFFF;
      font-size: 14px;
      font-size: 0.93rem;
      letter-spacing: 0;
      line-height: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      border-radius: 0px; }
      .live-inventory.opt-4 .search-section .button > span {
        vertical-align: middle; }
        .live-inventory.opt-4 .search-section .button > span.svg-icon {
          padding-right: 10px; }
          .live-inventory.opt-4 .search-section .button > span.svg-icon svg {
            color: #FFFFFF;
            fill: #FFFFFF;
            transition: all 0.25s; }
      @media screen and (min-width: 768px) {
        .live-inventory.opt-4 .search-section .button {
          font-size: 14px;
          font-size: 0.7rem;
          line-height: 0.9rem; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .live-inventory.opt-4 .search-section .button:hover {
          background-color: #05141F;
          color: #FFFFFF;
          border-color: #05141F;
          transition: 0.25s all;
          text-decoration: underline; }
          .live-inventory.opt-4 .search-section .button:hover svg {
            color: #FFFFFF;
            fill: #FFFFFF; } }

@-moz-document url-prefix() {
  .live-inventory.opt-4 .search-section .button:hover {
    background-color: #05141F;
    color: #FFFFFF;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    .live-inventory.opt-4 .search-section .button:hover svg {
      color: #FFFFFF;
      fill: #FFFFFF; } }
      @media (hover: hover) {
        .live-inventory.opt-4 .search-section .button:hover {
          background-color: #05141F;
          color: #FFFFFF;
          border-color: #05141F;
          transition: 0.25s all;
          text-decoration: underline; }
          .live-inventory.opt-4 .search-section .button:hover svg {
            color: #FFFFFF;
            fill: #FFFFFF; } }
      .live-inventory.opt-4 .search-section .button .active, .live-inventory.opt-4 .search-section .button:active {
        background-color: rgba(5, 20, 31, 0.8);
        color: #FFFFFF;
        border-color: transparent;
        transition: 0.25s all;
        text-decoration: none; }
        .live-inventory.opt-4 .search-section .button .active svg, .live-inventory.opt-4 .search-section .button:active svg {
          color: #FFFFFF;
          fill: #FFFFFF; }
  .live-inventory.opt-4 .payment-section {
    padding: 19px;
    text-align: left; }
    .live-inventory.opt-4 .payment-section .heading {
      text-align: center; }
    .live-inventory.opt-4 .payment-section label {
      color: #05141F;
      margin-bottom: 19px;
      display: inline-block; }
    .live-inventory.opt-4 .payment-section .button {
      text-decoration: none;
      text-transform: none;
      position: relative;
      margin: 0;
      width: 100%;
      padding: 0 16px;
      font-family: "Kia Signature", Arial, sans-serif;
      font-weight: 700;
      text-align: center;
      border: 1px solid #05141F;
      outline: none;
      background-color: #05141F;
      cursor: pointer;
      transition: background 0.25s, border 0.25s, color 0.25s;
      color: #FFFFFF;
      font-size: 14px;
      font-size: 0.93rem;
      letter-spacing: 0;
      line-height: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      border-radius: 0px; }
      .live-inventory.opt-4 .payment-section .button > span {
        vertical-align: middle; }
        .live-inventory.opt-4 .payment-section .button > span.svg-icon {
          padding-right: 10px; }
          .live-inventory.opt-4 .payment-section .button > span.svg-icon svg {
            color: #FFFFFF;
            fill: #FFFFFF;
            transition: all 0.25s; }
      @media screen and (min-width: 768px) {
        .live-inventory.opt-4 .payment-section .button {
          font-size: 14px;
          font-size: 0.7rem;
          line-height: 0.9rem; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .live-inventory.opt-4 .payment-section .button:hover {
          background-color: #05141F;
          color: #FFFFFF;
          border-color: #05141F;
          transition: 0.25s all;
          text-decoration: underline; }
          .live-inventory.opt-4 .payment-section .button:hover svg {
            color: #FFFFFF;
            fill: #FFFFFF; } }

@-moz-document url-prefix() {
  .live-inventory.opt-4 .payment-section .button:hover {
    background-color: #05141F;
    color: #FFFFFF;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    .live-inventory.opt-4 .payment-section .button:hover svg {
      color: #FFFFFF;
      fill: #FFFFFF; } }
      @media (hover: hover) {
        .live-inventory.opt-4 .payment-section .button:hover {
          background-color: #05141F;
          color: #FFFFFF;
          border-color: #05141F;
          transition: 0.25s all;
          text-decoration: underline; }
          .live-inventory.opt-4 .payment-section .button:hover svg {
            color: #FFFFFF;
            fill: #FFFFFF; } }
      .live-inventory.opt-4 .payment-section .button .active, .live-inventory.opt-4 .payment-section .button:active {
        background-color: rgba(5, 20, 31, 0.8);
        color: #FFFFFF;
        border-color: transparent;
        transition: 0.25s all;
        text-decoration: none; }
        .live-inventory.opt-4 .payment-section .button .active svg, .live-inventory.opt-4 .payment-section .button:active svg {
          color: #FFFFFF;
          fill: #FFFFFF; }
  .live-inventory.opt-4 .slider-grid {
    margin-bottom: 19px; }
  .live-inventory.opt-4 .separator-cell {
    margin-top: 10px; }
  .live-inventory.opt-4 .popup-container .headline-4 {
    display: none; }
  .live-inventory.opt-4 .button-cell .button {
    color: #37434B;
    border-color: #37434B;
    background-color: transparent; }
    .live-inventory.opt-4 .button-cell .button:hover {
      color: #FFFFFF;
      border-color: #37434B;
      background-color: #37434B; }
  .live-inventory.opt-4 .clear-cell {
    padding-top: 19px;
    padding-bottom: 19px;
    color: #37434B; }
    .live-inventory.opt-4 .clear-cell .link-button {
      color: #37434B; }
    .live-inventory.opt-4 .clear-cell .link-button:hover {
      cursor: pointer; }
  .live-inventory.opt-4 .cta-section {
    padding-top: 19px;
    margin-left: 0;
    margin-right: 0; }
    .live-inventory.opt-4 .cta-section > .cell {
      margin-left: 0;
      margin-right: 0; }
    .live-inventory.opt-4 .cta-section:before {
      display: none; }
  .live-inventory.opt-4 .bottom-cta-section {
    padding: 19px 0; }
    .live-inventory.opt-4 .bottom-cta-section:before {
      display: none; }
    .live-inventory.opt-4 .bottom-cta-section > .cell {
      margin-bottom: 19px; }
      .live-inventory.opt-4 .bottom-cta-section > .cell:last-child {
        margin-bottom: 0; }
    .live-inventory.opt-4 .bottom-cta-section .link-button {
      transition: all ease-in-out 0.25s; }
      .live-inventory.opt-4 .bottom-cta-section .link-button span {
        color: #37434B; }
      .live-inventory.opt-4 .bottom-cta-section .link-button:hover span {
        color: #37434B; }
      .live-inventory.opt-4 .bottom-cta-section .link-button:active span {
        color: #EA0029; }
      .live-inventory.opt-4 .bottom-cta-section .link-button:visited span {
        color: #37434B; }
      .live-inventory.opt-4 .bottom-cta-section .link-button > span {
        margin-right: 10px; }
      .live-inventory.opt-4 .bottom-cta-section .link-button .svg-icon svg {
        color: #9BA1A5;
        fill: #9BA1A5;
        width: 10px;
        height: 10px; }
  .live-inventory.opt-4 .heading {
    display: block;
    user-select: none; }
    .live-inventory.opt-4 .heading:hover {
      cursor: pointer; }
    .live-inventory.opt-4 .heading.active .svg-icon {
      transform: rotate(-90deg); }
    .live-inventory.opt-4 .heading .link-button {
      margin-right: 10px; }
    .live-inventory.opt-4 .heading .svg-icon {
      transition: transform ease-in-out 0.15s; }
      .live-inventory.opt-4 .heading .svg-icon svg {
        color: #EA0029;
        fill: #EA0029;
        width: 10px;
        height: 10px; }
  .live-inventory.opt-4 .select-wrap {
    padding-bottom: 19px; }
  .live-inventory.opt-4 .input-wrapper {
    margin-bottom: 10px; }
    .live-inventory.opt-4 .input-wrapper:last-child {
      margin-bottom: 0; }
  .live-inventory.opt-4 .inv-select-filter__option {
    font-size: 14px;
    position: relative;
    color: #05141F;
    background: #F7F7F8;
    text-align: left; }
    .live-inventory.opt-4 .inv-select-filter__option:before {
      content: '';
      position: absolute;
      width: 3px;
      height: 15px;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .live-inventory.opt-4 .inv-select-filter__option:hover {
      cursor: pointer; }
    .live-inventory.opt-4 .inv-select-filter__option--is-focused {
      color: #05141F;
      text-decoration: underline; }
    .live-inventory.opt-4 .inv-select-filter__option--is-selected {
      background: #37434B;
      color: #FFFFFF;
      text-decoration: none; }
  .live-inventory.opt-4 .inv-select-filter__indicator-separator {
    display: none; }
  .live-inventory.opt-4 .inv-select-filter__control {
    border-color: #697278;
    background-color: #FFFFFF;
    border-radius: 30px;
    height: 45px; }
    .live-inventory.opt-4 .inv-select-filter__control .inv-select-filter__single-value {
      color: #05141F; }
    .live-inventory.opt-4 .inv-select-filter__control:hover {
      border-color: #697278;
      background-color: #FFFFFF; }
      .live-inventory.opt-4 .inv-select-filter__control:hover .inv-select-filter__single-value {
        color: #05141F; }
    .live-inventory.opt-4 .inv-select-filter__control--is-focused {
      border-color: #05141F;
      background-color: #FFFFFF;
      box-shadow: none; }
      .live-inventory.opt-4 .inv-select-filter__control--is-focused .inv-select-filter__single-value {
        color: #05141F; }
      .live-inventory.opt-4 .inv-select-filter__control--is-focused .inv-select-filter__indicators {
        background: #05141F;
        border: 1px solid #05141F; }
        .live-inventory.opt-4 .inv-select-filter__control--is-focused .inv-select-filter__indicators .inv-select-filter__dropdown-indicator {
          color: #FFFFFF; }
  .live-inventory.opt-4 .inv-select-filter__indicators {
    background: #37434B;
    border: 1px solid #37434B;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    height: 39px;
    width: 39px;
    position: relative;
    top: 2px;
    right: 3px; }
    .live-inventory.opt-4 .inv-select-filter__indicators .inv-select-filter__dropdown-indicator {
      color: #FFFFFF;
      padding-left: 12px;
      padding-right: 12px; }
    .live-inventory.opt-4 .inv-select-filter__indicators:hover {
      background: #05141F;
      border: 1px solid #05141F; }
      .live-inventory.opt-4 .inv-select-filter__indicators:hover .inv-select-filter__dropdown-indicator {
        color: #FFFFFF; }
  .live-inventory.opt-4 .inv-select-filter__clear-indicator {
    display: none; }
  .live-inventory.opt-4 .inv-select-filter__menu {
    background-color: #fff;
    z-index: 20;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    margin-top: 0; }
  .live-inventory.opt-4 .inv-select-filter__menu-list {
    padding-top: 0; }
  .live-inventory.opt-4 .inv-select-filter__placeholder {
    font-size: 14px;
    color: #37434B; }
  .live-inventory.opt-4 .inv-select-filter__single-value {
    font-size: 14px; }
  .live-inventory.opt-4 .instock-container {
    text-align: center;
    margin-bottom: 19px; }
    .live-inventory.opt-4 .instock-container .instock-tagline {
      display: inline-block;
      color: #37434B; }
  .live-inventory.opt-4 .decorative-image {
    display: none; }
  .live-inventory.opt-4 .or-separator {
    position: relative;
    display: block;
    text-align: center;
    color: #37434B;
    text-transform: uppercase; }
    .live-inventory.opt-4 .or-separator:before {
      content: '';
      width: 40%;
      left: 0;
      height: 1px;
      background: #9BA1A5;
      top: 50%;
      position: absolute;
      display: block; }
    .live-inventory.opt-4 .or-separator:after {
      content: '';
      width: 40%;
      right: 0;
      height: 1px;
      background: #9BA1A5;
      top: 50%;
      position: absolute;
      display: block; }
  .live-inventory.opt-4 input[type=range] {
    display: inline-block;
    background: #CDD0D2;
    border: 0;
    border-radius: 5px;
    background-image: linear-gradient(#697278, #697278);
    background-size: 0 100%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    height: 4px; }
  .live-inventory.opt-4 input[type=range]:focus {
    outline: none; }
  .live-inventory.opt-4 input[type=range]::-webkit-slider-runnable-track {
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 20.2px;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    height: 4px; }
  .live-inventory.opt-4 input[type=range]::-webkit-slider-thumb {
    box-shadow: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #697278;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    bottom: 7px;
    z-index: 10; }
    @media screen and (min-width: 1030px) {
      .live-inventory.opt-4 input[type=range]::-webkit-slider-thumb {
        height: 12px;
        width: 12px;
        bottom: 4px; } }
  .live-inventory.opt-4 input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 20.2px;
    margin-top: 5px;
    width: 100%;
    height: 5px; }
  .live-inventory.opt-4 input[type=range]::-moz-range-thumb {
    box-shadow: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #697278;
    cursor: pointer;
    position: relative;
    bottom: 7px;
    z-index: 10; }
    @media screen and (min-width: 1030px) {
      .live-inventory.opt-4 input[type=range]::-moz-range-thumb {
        height: 12px;
        width: 12px;
        bottom: 4px; } }
  .live-inventory.opt-4 input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: transparent;
    border-radius: 20.2px;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent; }
  .live-inventory.opt-4 input[type=range]::-ms-fill-lower {
    background: #697278;
    border-radius: 20.2px; }
  .live-inventory.opt-4 input[type=range]::-ms-fill-upper {
    background: #CDD0D2;
    border-radius: 20.2px; }
  .live-inventory.opt-4 input[type=range]::-ms-thumb {
    box-shadow: null;
    height: 18px;
    width: 18px;
    border-radius: 36px;
    background: #FFFFFF;
    border: 2px solid #697278;
    cursor: pointer;
    position: relative;
    bottom: 7px;
    z-index: 10; }
    @media screen and (min-width: 1030px) {
      .live-inventory.opt-4 input[type=range]::-ms-thumb {
        height: 12px;
        width: 12px;
        bottom: 4px; } }
    .live-inventory.opt-4 input[type=range]::-ms-thumb:hover {
      background: #CDD0D2;
      border: 2px solid #05141F; }
  .live-inventory.opt-4 input[type=range]:focus::-ms-fill-lower {
    background: #697278; }
  .live-inventory.opt-4 input[type=range]:focus::-ms-fill-upper {
    background: #CDD0D2; }
  @media screen and (min-width: 768px) {
    .live-inventory.opt-4 {
      padding-top: 25px;
      padding-bottom: 25px; }
      .live-inventory.opt-4 .select-wrap {
        padding-bottom: 25px; }
      .live-inventory.opt-4 .title-cell .headline-4 {
        margin-right: 13px; }
      .live-inventory.opt-4 .clear-cell {
        padding-top: 25px;
        padding-bottom: 25px; }
      .live-inventory.opt-4 .heading .link-butotn {
        margin-right: 13px; }
      .live-inventory.opt-4 .bottom-cta-section {
        padding: 0; }
        .live-inventory.opt-4 .bottom-cta-section > .cell {
          margin-bottom: 13px; }
          .live-inventory.opt-4 .bottom-cta-section > .cell:nth-child(3) {
            margin-bottom: 0; }
      .live-inventory.opt-4 .instock-container {
        margin-bottom: 0; }
      .live-inventory.opt-4 .separator-cell {
        margin-top: 13px;
        margin-bottom: 5px; }
      .live-inventory.opt-4 .cta-section {
        flex-direction: row;
        padding-top: 25px;
        padding-bottom: 25px; }
        .live-inventory.opt-4 .cta-section .link-button > span {
          margin-right: 13px; }
      .live-inventory.opt-4 .input-wrapper {
        margin-bottom: 13px; }
        .live-inventory.opt-4 .input-wrapper:nth-last-child(2) {
          margin-bottom: 0; }
      .live-inventory.opt-4 .grid-x.filters {
        justify-content: center;
        padding-top: 25px;
        padding-bottom: 25px; }
      .live-inventory.opt-4 .search-section {
        padding: 13px 0;
        border-bottom: 0;
        border-right: 1px solid #9BA1A5; }
        .live-inventory.opt-4 .search-section.active {
          border-top: 2px solid #EA0029; }
          .live-inventory.opt-4 .search-section.active .popup-container {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 124px;
            z-index: 10;
            display: block; } }
        @media screen and (min-width: 768px) and (max-width: 1029px) {
          .live-inventory.opt-4 .search-section.active .popup-container {
            box-shadow: 0 22px 18px 2px rgba(0, 0, 0, 0.15); } }
  @media screen and (min-width: 768px) {
        .live-inventory.opt-4 .search-section .popup-container {
          display: none;
          background: #FFFFFF;
          padding-right: 25px;
          padding-left: 25px;
          padding-bottom: 25px; }
      .live-inventory.opt-4 .payment-section {
        padding: 13px 0; }
        .live-inventory.opt-4 .payment-section.active {
          border-top: 2px solid #EA0029; }
          .live-inventory.opt-4 .payment-section.active .popup-container {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 124px;
            z-index: 10;
            display: block; } }
        @media screen and (min-width: 768px) and (max-width: 1029px) {
          .live-inventory.opt-4 .payment-section.active .popup-container {
            box-shadow: 0 22px 18px 2px rgba(0, 0, 0, 0.15); } }
  @media screen and (min-width: 768px) {
        .live-inventory.opt-4 .payment-section .popup-container {
          background: #FFFFFF;
          padding-right: 25px;
          padding-left: 25px;
          padding-bottom: 25px;
          display: none; } }
  @media screen and (min-width: 1030px) {
    .live-inventory.opt-4 .is-hidden {
      position: relative !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: initial; }
    .live-inventory.opt-4 .heading {
      display: none; }
    .live-inventory.opt-4 .popup-container .headline-4 {
      display: inline-block; }
    .live-inventory.opt-4 .title-cell {
      display: none; }
    .live-inventory.opt-4 .input-wrapper:nth-child(4) {
      margin-bottom: 0; }
    .live-inventory.opt-4 .search-section {
      border-right: 0;
      border-bottom: 1px solid #9BA1A5;
      padding-top: 0;
      padding-bottom: 0; }
    .live-inventory.opt-4 .clear-cell {
      padding-top: 0;
      justify-content: space-between; }
    .live-inventory.opt-4 .instock-container {
      text-align: left; }
    .live-inventory.opt-4 .search-section {
      position: relative;
      z-index: 40; }
      .live-inventory.opt-4 .search-section.active {
        border-top: 0; }
        .live-inventory.opt-4 .search-section.active .popup-container {
          transform: none;
          position: static; }
      .live-inventory.opt-4 .search-section .popup-container {
        display: block; }
    .live-inventory.opt-4 .payment-section {
      padding: 25px 0 0; }
      .live-inventory.opt-4 .payment-section.active {
        border-top: 0; }
        .live-inventory.opt-4 .payment-section.active .popup-container {
          transform: none;
          position: static; }
      .live-inventory.opt-4 .payment-section label {
        margin-bottom: 0; }
      .live-inventory.opt-4 .payment-section .popup-container {
        display: block;
        padding-bottom: 0; }
    .live-inventory.opt-4 .cta-section {
      padding-top: calc(25px + 13px);
      justify-content: flex-end;
      margin-left: -0.625rem;
      margin-right: -0.625rem; }
      .live-inventory.opt-4 .cta-section > .cell {
        margin-left: 0.625rem;
        margin-right: 0.625rem; }
    .live-inventory.opt-4 .separator-cell {
      display: none; }
    .live-inventory.opt-4 .select-container > .grid-container > .grid-x {
      position: relative; }
    .live-inventory.opt-4 .decorative-image {
      display: block;
      position: absolute;
      width: calc(25% - 1.25rem);
      max-width: 216px;
      left: 1.65rem;
      bottom: 0px;
      z-index: 20; } }
  @media screen and (min-width: 1600px) {
    .live-inventory.opt-4 {
      padding-top: 75px;
      padding-bottom: 75px; }
      .live-inventory.opt-4 .decorative-image {
        width: calc(25% - 1.875rem);
        left: 4.15rem;
        max-width: 321px;
        bottom: inherit;
        top: 250px; }
      .live-inventory.opt-4 .search-section {
        border-bottom: 0;
        border-right: 1px solid #9BA1A5; }
        .live-inventory.opt-4 .search-section .popup-container {
          padding-left: 0;
          background: none; }
      .live-inventory.opt-4 .bi-weekly-cell {
        margin-bottom: 25px;
        line-height: 1; }
      .live-inventory.opt-4 .all-in-cell {
        line-height: 1; }
      .live-inventory.opt-4 .grid-x.filters {
        padding-right: 75px;
        padding-left: 75px; }
      .live-inventory.opt-4 .payment-section {
        padding: 0; }
        .live-inventory.opt-4 .payment-section .popup-container {
          padding-right: 0; } }

.wp .live-inventory.opt-4 .search-section {
  z-index: 31; }

.wp .live-inventory.opt-4 .button-cell .button {
  cursor: pointer; }
  .wp .live-inventory.opt-4 .button-cell .button:hover {
    color: #05141F;
    border-color: #05141F;
    background: transparent; }
  .wp .live-inventory.opt-4 .button-cell .button:active {
    opacity: 0.8; }

.wp .live-inventory.opt-4 .bottom-cta-section .link-button .svg-icon svg {
  fill: #37434B;
  color: #37434B; }

.wp .ctas-base.opt-19 {
  padding-top: 19px; }
  .wp .ctas-base.opt-19 p {
    margin: 0; }
  .wp .ctas-base.opt-19 .cta {
    margin-bottom: 19px; }
  .wp .ctas-base.opt-19 .cta-container {
    position: relative;
    background: #F7F7F8;
    height: 100%; }
    .wp .ctas-base.opt-19 .cta-container .img {
      height: 210px;
      background-position: center;
      background-size: cover;
      background-repeat: repeat; }
    .wp .ctas-base.opt-19 .cta-container .title {
      color: #05141F;
      margin-bottom: 10px; }
    .wp .ctas-base.opt-19 .cta-container .text {
      color: #05141F;
      margin-bottom: 19px; }
    .wp .ctas-base.opt-19 .cta-container .content {
      padding: 19px; }
  .wp .ctas-base.opt-19 .cta-button {
    width: auto;
    display: inline-flex; }
  @media screen and (min-width: 768px) {
    .wp .ctas-base.opt-19 {
      padding-top: 25px; }
      .wp .ctas-base.opt-19 .cta {
        margin-bottom: 25px; }
      .wp .ctas-base.opt-19 .cta-container .title {
        margin-bottom: 13px; }
      .wp .ctas-base.opt-19 .cta-container .text {
        margin-bottom: 25px; }
      .wp .ctas-base.opt-19 .cta-container .content {
        padding: 25px; } }

.wp .ctas-base.opt-19 {
  padding-top: 0; }
  .wp .ctas-base.opt-19 > .grid-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
    .wp .ctas-base.opt-19 > .grid-container .cta-container {
      background: #FFFFFF; }
      .wp .ctas-base.opt-19 > .grid-container .cta-container .cta-button {
        width: 100%; }

.wp .calling-cards-base.opt-2 {
  padding: 19px 0; }
  .wp .calling-cards-base.opt-2 .cards {
    list-style: none;
    padding: 0; }
    .wp .calling-cards-base.opt-2 .cards .card {
      margin-top: 19px; }
      .wp .calling-cards-base.opt-2 .cards .card .card-container {
        background-position: center;
        background-size: cover;
        padding: 19px 0;
        position: relative;
        z-index: 10;
        height: 100%; }
        .wp .calling-cards-base.opt-2 .cards .card .card-container:before {
          content: "";
          background: #37434B;
          opacity: 0.75;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: 100%; }
      .wp .calling-cards-base.opt-2 .cards .card .content {
        color: #FFFFFF;
        margin: 10px 0 0;
        text-align: center; }
        .wp .calling-cards-base.opt-2 .cards .card .content .title {
          color: #FFFFFF; }
        .wp .calling-cards-base.opt-2 .cards .card .content .subtitle {
          color: #FFFFFF;
          margin: 10px 0 0; }
        .wp .calling-cards-base.opt-2 .cards .card .content .button {
          margin: 19px 0 0; }
          .wp .calling-cards-base.opt-2 .cards .card .content .button:after {
            display: none; }
      .wp .calling-cards-base.opt-2 .cards .card:first-child {
        margin-top: 0; }

@media screen and (min-width: 768px) {
  .wp .calling-cards-base.opt-2 {
    padding: 25px 0; }
    .wp .calling-cards-base.opt-2 .cards .card {
      margin-top: 0; }
      .wp .calling-cards-base.opt-2 .cards .card .card-container {
        padding: 25px 13px; }
      .wp .calling-cards-base.opt-2 .cards .card .content {
        margin: 13px 0 0; }
        .wp .calling-cards-base.opt-2 .cards .card .content .subtitle {
          margin: 13px 0 0; }
        .wp .calling-cards-base.opt-2 .cards .card .content .button {
          margin: 25px 0 0; } }

@media screen and (min-width: 1030px) {
  .wp .calling-cards-base.opt-2 {
    padding: 25px 0; }
    .wp .calling-cards-base.opt-2 .cards .card {
      margin-top: 0; }
      .wp .calling-cards-base.opt-2 .cards .card .card-container {
        padding: 25px; } }

@media screen and (min-width: 1600px) {
  .wp .calling-cards-base.opt-2 .cards .card .card-container {
    padding: 75px; } }

.wp .calling-cards-base.opt-2 .cards .card .card-container:before {
  background: #05141F;
  opacity: 0.8; }

.wp .calling-cards-base.opt-2 .cards .card .content .button {
  cursor: pointer; }

@media screen and (min-width: 768px) and (max-width: 1029px) {
  .wp .calling-cards-base.opt-2 .cards .card .icon {
    margin-bottom: 19px; }
  .wp .calling-cards-base.opt-2 .cards .card .content {
    margin-top: auto; } }

.ctas.opt-5 {
  background: #FFFFFF;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  z-index: 1;
  /**
     * BREAKPOINTS - .ctas.opt-5
     */ }
  .ctas.opt-5 .button-sect {
    display: none; }
  .ctas.opt-5 .grid-x > .cta {
    color: #FFFFFF;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    margin-top: 19px;
    transition: all .25s ease;
    min-height: 228px;
    margin-bottom: 25px; }
    .ctas.opt-5 .grid-x > .cta:hover {
      box-shadow: 0 0 15px 0 rgba(5, 20, 31, 0.75); }
    .ctas.opt-5 .grid-x > .cta:first-child {
      margin-top: 0; }
    .ctas.opt-5 .grid-x > .cta:active .img-bg, .ctas.opt-5 .grid-x > .cta:focus .img-bg, .ctas.opt-5 .grid-x > .cta:hover .img-bg {
      transform: scale(1.06); }
  .ctas.opt-5 .content-area {
    height: 100%;
    padding: 19px;
    position: relative;
    justify-content: flex-end;
    text-align: center;
    z-index: 999999999;
    box-shadow: 0 0 10px #000; }
    .ctas.opt-5 .content-area:before {
      content: '';
      background: linear-gradient(to top, #05141f, rgba(5, 20, 31, 0.8) 80%);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1; }
    .ctas.opt-5 .content-area .cta-title {
      margin: 0;
      position: relative;
      text-transform: none; }
    .ctas.opt-5 .content-area .arrow-container {
      padding: 10px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex: 1; }
  .ctas.opt-5 .img-bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    .ctas.opt-5 {
      padding-top: 25px;
      padding-bottom: 25px; }
      .ctas.opt-5 .grid-x > .cta {
        margin-top: 0; }
        .ctas.opt-5 .grid-x > .cta:last-child {
          flex: 1; }
      .ctas.opt-5 .content-area {
        padding: 25px 13px; }
        .ctas.opt-5 .content-area:before {
          background: linear-gradient(to top, #05141f, rgba(5, 20, 31, 0.4) 50%); } }
  @media screen and (min-width: 1030px) {
    .ctas.opt-5 .button-sect {
      display: block; }
    .ctas.opt-5 .grid-x > .cta {
      min-height: 466px; }
    .ctas.opt-5 .content-area {
      padding: 25px; }
      .ctas.opt-5 .content-area:before {
        background: linear-gradient(to top, #05141f, rgba(5, 20, 31, 0.4) 50%); }
      .ctas.opt-5 .content-area .cta-title {
        margin-bottom: 25px; }
      .ctas.opt-5 .content-area .cta-title br {
        display: none; } }
  @media screen and (min-width: 1600px) {
    .ctas.opt-5 .grid-x > .cta .content-area {
      padding: 75px; } }

@media screen and (min-width: 1030px) and (max-width: 1599px) {
  .grid-container.ctas.opt-5 .content-area .cta-title {
    margin-bottom: 13px; } }

.ctas.opt-5 .grid-x > .cta {
  background: #05141F; }

.ctas.opt-10 .grid-container {
  padding-top: 19px;
  padding-bottom: 19px;
  /**
       * BREAKPOINTS - .ctas.opt-2
       */ }
  .ctas.opt-10 .grid-container .cta-group {
    align-items: stretch;
    margin-bottom: -10px; }
  .ctas.opt-10 .grid-container .grid-x > .cta {
    color: #37434B;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    display: flex; }
    .ctas.opt-10 .grid-container .grid-x > .cta a {
      padding: 0;
      height: auto; }
      @media screen and (min-width: 768px) {
        .ctas.opt-10 .grid-container .grid-x > .cta a {
          padding: 0; } }
    .ctas.opt-10 .grid-container .grid-x > .cta .content-area {
      justify-content: center;
      padding: 19px 10px;
      height: 100%; }
      .ctas.opt-10 .grid-container .grid-x > .cta .content-area .cta-title-container {
        padding-top: 10px;
        text-align: center; }
  @media screen and (min-width: 768px) {
    .ctas.opt-10 .grid-container {
      padding-top: 25px;
      padding-bottom: 25px; }
      .ctas.opt-10 .grid-container .grid-x > .cta .content-area {
        padding: 25px; }
        .ctas.opt-10 .grid-container .grid-x > .cta .content-area .cta-title-container {
          padding-top: 13px; } }
  @media screen and (min-width: 1030px) {
    .ctas.opt-10 .grid-container .grid-x > .cta:last-child {
      flex: 1; } }
  @media screen and (min-width: 1600px) {
    .ctas.opt-10 .grid-container {
      padding-top: 25px;
      padding-bottom: 25px; }
      .ctas.opt-10 .grid-container .grid-x > .cta .content-area .cta-title br {
        display: none; } }

.wp .ctas.opt-10 {
  background: #37434B; }
  .wp .ctas.opt-10 > .grid-container > .grid-x.cta-group .cta {
    overflow: visible; }
    .wp .ctas.opt-10 > .grid-container > .grid-x.cta-group .cta .button {
      background: #FFFFFF;
      color: #05141F;
      border-color: transparent;
      box-shadow: 0px 1px 10px #00000029; }

.wp .featured-vehicles.opt-3 {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #F7F7F8; }
  .wp .featured-vehicles.opt-3 .vehicle-section {
    position: relative; }
  .wp .featured-vehicles.opt-3 .vehicles-container {
    overflow: hidden;
    position: relative; }
    .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination {
      padding-bottom: 19px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-dot, .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-page, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-dot, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-page {
        border-radius: 0;
        height: 4px;
        width: 12px;
        margin-right: 5px;
        margin-left: 5px;
        padding: 0;
        border: 1px solid #CDD0D2;
        background: #05141F;
        position: relative;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
        .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-dot:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-page:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-dot:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-page:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0;
          border-radius: 50%;
          background: #05141F; }
        .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-dot.active, .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-page.active, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-dot.active, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-page.active {
          height: 6px;
          width: 16px;
          background: #05141F;
          border-color: #05141F; }
          .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-dot.active:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-page.active:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-dot.active:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-page.active:before {
            background: #05141F;
            height: 0;
            width: 0; }
          .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-dot.active:hover, .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-page.active:hover, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-dot.active:hover, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-page.active:hover {
            background: #05141F;
            border-color: #05141F;
            height: 6px;
            width: 16px; }
            .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-dot.active:hover:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-page.active:hover:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-dot.active:hover:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-page.active:hover:before {
              background: #05141F;
              height: 0;
              width: 0; }
        .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-dot:focus, .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-page:focus, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-dot:focus, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-page:focus {
          outline: none; }
        .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-dot:hover, .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-page:hover, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-dot:hover, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-page:hover {
          cursor: pointer;
          background: #CDD0D2;
          border-color: #05141F;
          height: 4px;
          width: 12px; }
          .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-dot:hover:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-dots .owl-page:hover:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-dot:hover:before, .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination .owl-page:hover:before {
            background: #CDD0D2;
            height: 0;
            width: 0; }
  .wp .featured-vehicles.opt-3 .owl-wrapper {
    flex-shrink: 0;
    display: flex !important; }
  .wp .featured-vehicles.opt-3 .owl-controls {
    padding-top: 19px; }
  .wp .featured-vehicles.opt-3 .owl-buttons {
    display: none; }
    .wp .featured-vehicles.opt-3 .owl-buttons .owl-prev, .wp .featured-vehicles.opt-3 .owl-buttons .owl-next {
      cursor: pointer;
      position: absolute;
      top: 40%;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: 0;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all ease-in-out 0.25s;
      background: rgba(5, 20, 31, 0.8); }
      .wp .featured-vehicles.opt-3 .owl-buttons .owl-prev span, .wp .featured-vehicles.opt-3 .owl-buttons .owl-next span {
        color: #f7f7f8;
        transition: all ease-in-out 0.25s;
        line-height: 1; }
        .wp .featured-vehicles.opt-3 .owl-buttons .owl-prev span .svg-icon, .wp .featured-vehicles.opt-3 .owl-buttons .owl-next span .svg-icon {
          display: inline-block; }
      .wp .featured-vehicles.opt-3 .owl-buttons .owl-prev:hover, .wp .featured-vehicles.opt-3 .owl-buttons .owl-next:hover {
        background: #05141f; }
        .wp .featured-vehicles.opt-3 .owl-buttons .owl-prev:hover span, .wp .featured-vehicles.opt-3 .owl-buttons .owl-next:hover span {
          color: #f7f7f8; }
      .wp .featured-vehicles.opt-3 .owl-buttons .owl-prev:active, .wp .featured-vehicles.opt-3 .owl-buttons .owl-next:active {
        background: #05141f; }
        .wp .featured-vehicles.opt-3 .owl-buttons .owl-prev:active span, .wp .featured-vehicles.opt-3 .owl-buttons .owl-next:active span {
          color: #f7f7f8; }
      .wp .featured-vehicles.opt-3 .owl-buttons .owl-prev:focus, .wp .featured-vehicles.opt-3 .owl-buttons .owl-next:focus {
        outline: none; }
    .wp .featured-vehicles.opt-3 .owl-buttons .owl-prev {
      left: 0; }
    .wp .featured-vehicles.opt-3 .owl-buttons .owl-next {
      right: 0; }
  .wp .featured-vehicles.opt-3 .owl-stage {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 19px;
    padding-bottom: 19px; }
  .wp .featured-vehicles.opt-3 .owl-item {
    display: flex; }
  .wp .featured-vehicles.opt-3 .model-item {
    display: flex;
    flex: 1;
    padding: 0 10px; }
    .wp .featured-vehicles.opt-3 .model-item a {
      display: flex;
      width: 100%;
      flex-direction: column;
      height: 100%;
      flex-basis: 100%; }
    .wp .featured-vehicles.opt-3 .model-item .year-make {
      color: #37434B; }
    .wp .featured-vehicles.opt-3 .model-item .title {
      color: #37434B; }
    .wp .featured-vehicles.opt-3 .model-item .top-wrapper,
    .wp .featured-vehicles.opt-3 .model-item .img-wrapper {
      flex: 0 0 auto; }
    .wp .featured-vehicles.opt-3 .model-item .data-wrapper {
      padding: 10px;
      background: #F7F7F8;
      flex: 1;
      flex-basis: auto; }
    .wp .featured-vehicles.opt-3 .model-item .mileage-price-container {
      padding-top: 10px; }
      .wp .featured-vehicles.opt-3 .model-item .mileage-price-container .mileage .units {
        padding-left: 3.75px; }
      .wp .featured-vehicles.opt-3 .model-item .mileage-price-container .price {
        color: #05141F; }
      .wp .featured-vehicles.opt-3 .model-item .mileage-price-container .mileage-field {
        border-bottom: 1px solid #9BA1A5;
        padding-bottom: 10px; }
      .wp .featured-vehicles.opt-3 .model-item .mileage-price-container .price-field {
        padding-top: 10px; }
    .wp .featured-vehicles.opt-3 .model-item .cta {
      padding-top: 10px; }
  .wp .featured-vehicles.opt-3 header {
    padding-bottom: 56px; }
    .wp .featured-vehicles.opt-3 header .slider-title {
      text-align: center; }
    .wp .featured-vehicles.opt-3 header .tagline {
      text-align: center; }
  .wp .featured-vehicles.opt-3 .view-all-button {
    text-align: center;
    padding-top: 19px; }
    .wp .featured-vehicles.opt-3 .view-all-button a {
      text-decoration: none;
      text-transform: none;
      position: relative;
      margin: 0;
      width: 100%;
      padding: 0 16px;
      font-family: "Kia Signature", Arial, sans-serif;
      font-weight: 700;
      text-align: center;
      border: 1px solid #05141F;
      outline: none;
      background-color: transparent;
      cursor: pointer;
      transition: background 0.25s, border 0.25s, color 0.25s;
      color: #05141F;
      font-size: 14px;
      font-size: 0.93rem;
      letter-spacing: 0;
      line-height: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      border-radius: 0px; }
      .wp .featured-vehicles.opt-3 .view-all-button a > span {
        vertical-align: middle; }
        .wp .featured-vehicles.opt-3 .view-all-button a > span.svg-icon {
          padding-right: 10px; }
          .wp .featured-vehicles.opt-3 .view-all-button a > span.svg-icon svg {
            color: #05141F;
            fill: #05141F;
            transition: all 0.25s; }
      @media screen and (min-width: 768px) {
        .wp .featured-vehicles.opt-3 .view-all-button a {
          font-size: 14px;
          font-size: 0.7rem;
          line-height: 0.9rem; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .wp .featured-vehicles.opt-3 .view-all-button a:hover {
          background-color: transparent;
          color: #05141F;
          border-color: #05141F;
          transition: 0.25s all;
          text-decoration: underline; }
          .wp .featured-vehicles.opt-3 .view-all-button a:hover svg {
            color: #05141F;
            fill: #05141F; } }

@-moz-document url-prefix() {
  .wp .featured-vehicles.opt-3 .view-all-button a:hover {
    background-color: transparent;
    color: #05141F;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    .wp .featured-vehicles.opt-3 .view-all-button a:hover svg {
      color: #05141F;
      fill: #05141F; } }
      @media (hover: hover) {
        .wp .featured-vehicles.opt-3 .view-all-button a:hover {
          background-color: transparent;
          color: #05141F;
          border-color: #05141F;
          transition: 0.25s all;
          text-decoration: underline; }
          .wp .featured-vehicles.opt-3 .view-all-button a:hover svg {
            color: #05141F;
            fill: #05141F; } }
      .wp .featured-vehicles.opt-3 .view-all-button a .active, .wp .featured-vehicles.opt-3 .view-all-button a:active {
        background-color: transparent;
        color: rgba(5, 20, 31, 0.8);
        border-color: rgba(5, 20, 31, 0.8);
        transition: 0.25s all;
        text-decoration: none; }
        .wp .featured-vehicles.opt-3 .view-all-button a .active svg, .wp .featured-vehicles.opt-3 .view-all-button a:active svg {
          color: rgba(5, 20, 31, 0.8);
          fill: rgba(5, 20, 31, 0.8); }
      .wp .featured-vehicles.opt-3 .view-all-button a span {
        padding-right: 0; }
  .wp .featured-vehicles.opt-3 .disclaimer {
    padding-top: 19px;
    display: block;
    text-align: center; }
  .wp .featured-vehicles.opt-3 .units {
    text-transform: capitalize; }
  .wp .featured-vehicles.opt-3 .msrp {
    display: block; }
  @media screen and (min-width: 768px) {
    .wp .featured-vehicles.opt-3 {
      padding-top: 75px;
      padding-bottom: 75px; }
      .wp .featured-vehicles.opt-3 .msrp {
        display: inline; }
      .wp .featured-vehicles.opt-3 .owl-controls {
        padding-top: 25px; }
      .wp .featured-vehicles.opt-3 .vehicles-container .owl-pagination {
        padding-bottom: 25px; }
      .wp .featured-vehicles.opt-3 .owl-buttons {
        display: block; }
      .wp .featured-vehicles.opt-3 .owl-stage {
        padding-top: 75px; }
      .wp .featured-vehicles.opt-3 .disclaimer {
        padding-top: 25px; }
      .wp .featured-vehicles.opt-3 .vehicle-section {
        padding-left: 75px;
        padding-right: 75px; }
      .wp .featured-vehicles.opt-3 .model-item .price-field {
        text-align: center; }
      .wp .featured-vehicles.opt-3 .model-item .mileage-price-container .mileage .units {
        padding-left: 0; } }

.ed-reviews-container.opt-2 {
  padding-top: 56px;
  padding-bottom: 56px; }
  .ed-reviews-container.opt-2 .owl-slider {
    padding-top: 19px; }
  .ed-reviews-container.opt-2 .heading-section .display-3 {
    margin-bottom: 10px; }
  .ed-reviews-container.opt-2 #review-popups {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 30;
    display: none; }
    .ed-reviews-container.opt-2 #review-popups.active {
      display: block; }
    .ed-reviews-container.opt-2 #review-popups > .grid-container {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      padding-top: 56px;
      padding-bottom: 56px; }
    .ed-reviews-container.opt-2 #review-popups .owl-controls {
      margin: 56px 0; }
    .ed-reviews-container.opt-2 #review-popups .owl-wrapper {
      display: flex !important;
      align-items: center; }
    .ed-reviews-container.opt-2 #review-popups .owl-dots, .ed-reviews-container.opt-2 #review-popups .owl-pagination {
      padding-bottom: 0;
      justify-content: center; }
  .ed-reviews-container.opt-2 .review-popup p {
    margin: 0; }
  .ed-reviews-container.opt-2 .review-popup .review-content {
    color: #F7F7F8; }
  .ed-reviews-container.opt-2 .review-popup .customer-name {
    color: #F7F7F8;
    margin-bottom: 10px; }
  .ed-reviews-container.opt-2 .review-popup .review-cell {
    overflow: auto; }
  .ed-reviews-container.opt-2 .review-popup .date {
    color: #F7F7F8; }
  .ed-reviews-container.opt-2 .review-popup .top-content {
    margin-bottom: 19px; }
  .ed-reviews-container.opt-2 .review-popup .star-cell {
    margin-bottom: 19px;
    display: flex;
    justify-content: center; }
    .ed-reviews-container.opt-2 .review-popup .star-cell .svg-icon {
      width: 20px;
      height: 20px;
      margin-right: 3.75px; }
      .ed-reviews-container.opt-2 .review-popup .star-cell .svg-icon:last-child {
        margin-right: 0; }
    .ed-reviews-container.opt-2 .review-popup .star-cell svg {
      fill: #EA0029;
      height: 100%;
      width: 100%; }
  .ed-reviews-container.opt-2 .owl-dots, .ed-reviews-container.opt-2 .owl-pagination {
    padding-bottom: 19px;
    display: flex;
    align-items: center; }
    .ed-reviews-container.opt-2 .owl-dots .owl-dot, .ed-reviews-container.opt-2 .owl-dots .owl-page, .ed-reviews-container.opt-2 .owl-pagination .owl-dot, .ed-reviews-container.opt-2 .owl-pagination .owl-page {
      border-radius: 0;
      margin-right: 5px;
      margin-left: 5px;
      padding: 0;
      border: 1px solid #CDD0D2;
      background: #05141F;
      position: relative;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      height: 4px;
      width: 12px; }
      .ed-reviews-container.opt-2 .owl-dots .owl-dot:before, .ed-reviews-container.opt-2 .owl-dots .owl-page:before, .ed-reviews-container.opt-2 .owl-pagination .owl-dot:before, .ed-reviews-container.opt-2 .owl-pagination .owl-page:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: #05141F;
        height: 0;
        width: 0; }
      .ed-reviews-container.opt-2 .owl-dots .owl-dot.active, .ed-reviews-container.opt-2 .owl-dots .owl-page.active, .ed-reviews-container.opt-2 .owl-pagination .owl-dot.active, .ed-reviews-container.opt-2 .owl-pagination .owl-page.active {
        background: #05141F;
        border-color: #05141F;
        height: 6px;
        width: 16px; }
        .ed-reviews-container.opt-2 .owl-dots .owl-dot.active:before, .ed-reviews-container.opt-2 .owl-dots .owl-page.active:before, .ed-reviews-container.opt-2 .owl-pagination .owl-dot.active:before, .ed-reviews-container.opt-2 .owl-pagination .owl-page.active:before {
          background: #EA0029;
          height: 0;
          width: 0; }
        .ed-reviews-container.opt-2 .owl-dots .owl-dot.active:hover, .ed-reviews-container.opt-2 .owl-dots .owl-page.active:hover, .ed-reviews-container.opt-2 .owl-pagination .owl-dot.active:hover, .ed-reviews-container.opt-2 .owl-pagination .owl-page.active:hover {
          background: #05141F;
          border-color: #05141F;
          height: 6px;
          width: 16px; }
          .ed-reviews-container.opt-2 .owl-dots .owl-dot.active:hover:before, .ed-reviews-container.opt-2 .owl-dots .owl-page.active:hover:before, .ed-reviews-container.opt-2 .owl-pagination .owl-dot.active:hover:before, .ed-reviews-container.opt-2 .owl-pagination .owl-page.active:hover:before {
            background: #EA0029;
            height: 0;
            width: 0; }
      .ed-reviews-container.opt-2 .owl-dots .owl-dot:focus, .ed-reviews-container.opt-2 .owl-dots .owl-page:focus, .ed-reviews-container.opt-2 .owl-pagination .owl-dot:focus, .ed-reviews-container.opt-2 .owl-pagination .owl-page:focus {
        outline: none; }
      .ed-reviews-container.opt-2 .owl-dots .owl-dot:hover, .ed-reviews-container.opt-2 .owl-dots .owl-page:hover, .ed-reviews-container.opt-2 .owl-pagination .owl-dot:hover, .ed-reviews-container.opt-2 .owl-pagination .owl-page:hover {
        cursor: pointer;
        background: #CDD0D2;
        border-color: #05141F;
        height: 4px;
        width: 12px; }
        .ed-reviews-container.opt-2 .owl-dots .owl-dot:hover:before, .ed-reviews-container.opt-2 .owl-dots .owl-page:hover:before, .ed-reviews-container.opt-2 .owl-pagination .owl-dot:hover:before, .ed-reviews-container.opt-2 .owl-pagination .owl-page:hover:before {
          background: #CDD0D2;
          height: 0;
          width: 0; }
  .ed-reviews-container.opt-2 #ed-reviews-list .owl-wrapper {
    position: relative; }
  .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 19px;
    margin-bottom: 19px; }
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls .owl-buttons {
      display: none; }
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls .svg-icon {
      width: 20px;
      height: 20px; }
  .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons {
    display: none; }
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-prev, .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: 0;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all ease-in-out 0.25s;
      background: rgba(5, 20, 31, 0.8);
      transform: translateY(-50%); }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-prev span, .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-next span {
        color: #f7f7f8;
        transition: all ease-in-out 0.25s;
        line-height: 1; }
        .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-prev span .svg-icon, .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-next span .svg-icon {
          display: inline-block; }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-prev:hover, .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-next:hover {
        background: #05141f; }
        .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-prev:hover span, .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-next:hover span {
          color: #f7f7f8; }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-prev:active, .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-next:active {
        background: #05141f; }
        .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-prev:active span, .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-next:active span {
          color: #f7f7f8; }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-prev:focus, .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-next:focus {
        outline: none; }
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-prev {
      left: 0; }
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-buttons .owl-next {
      right: 0; }
  .ed-reviews-container.opt-2 #ed-reviews-list .review-container {
    background: #37434B;
    border: 1px solid transparent;
    padding: 19px;
    position: relative; }
    .ed-reviews-container.opt-2 #ed-reviews-list .review-container .star-cell {
      padding-top: 10px;
      display: flex;
      justify-content: center; }
      .ed-reviews-container.opt-2 #ed-reviews-list .review-container .star-cell .svg-icon {
        width: 20px;
        height: 20px;
        margin-right: 3.75px; }
        .ed-reviews-container.opt-2 #ed-reviews-list .review-container .star-cell .svg-icon:last-child {
          margin-right: 0; }
      .ed-reviews-container.opt-2 #ed-reviews-list .review-container .star-cell svg {
        fill: #37434B;
        height: 100%;
        width: 100%; }
    .ed-reviews-container.opt-2 #ed-reviews-list .review-container .review-content {
      padding: 19px 0 10px;
      color: #FFFFFF; }
    .ed-reviews-container.opt-2 #ed-reviews-list .review-container .read-more {
      text-align: right; }
      .ed-reviews-container.opt-2 #ed-reviews-list .review-container .read-more span {
        position: relative;
        cursor: pointer;
        font-size: 17px;
        line-height: 25px;
        color: #FFFFFF; }
        .ed-reviews-container.opt-2 #ed-reviews-list .review-container .read-more span:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          bottom: 2px;
          background: #FFFFFF; }
        .ed-reviews-container.opt-2 #ed-reviews-list .review-container .read-more span:hover {
          color: #CDD0D2; }
          .ed-reviews-container.opt-2 #ed-reviews-list .review-container .read-more span:hover:after {
            background: #CDD0D2; }
        .ed-reviews-container.opt-2 #ed-reviews-list .review-container .read-more span:active {
          color: #9BA1A5; }
          .ed-reviews-container.opt-2 #ed-reviews-list .review-container .read-more span:active:after {
            background: #9BA1A5; }
    .ed-reviews-container.opt-2 #ed-reviews-list .review-container .name {
      color: #FFFFFF;
      text-transform: capitalize; }
    .ed-reviews-container.opt-2 #ed-reviews-list .review-container p {
      margin: 0; }
  .ed-reviews-container.opt-2 #ed-reviews-list .owl-nav {
    font-size: 2rem; }
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-nav .owl-prev {
      position: absolute;
      padding: 19px !important;
      left: 0;
      top: 50%;
      transform: translate(-100%, -50%); }
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-nav .owl-next {
      position: absolute;
      padding: 19px !important;
      right: 0;
      top: 50%;
      transform: translate(100%, -50%); }
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-nav button {
      outline: 0; }
  .ed-reviews-container.opt-2 #ed-reviews-list .owl-item {
    padding: 0 3.75px;
    display: flex; }
  .ed-reviews-container.opt-2 #ed-reviews-list .owl-wrapper {
    align-items: stretch; }
  .ed-reviews-container.opt-2 #ed-reviews-list .customer-name {
    margin: 19px 0 0; }
  .ed-reviews-container.opt-2 #ed-reviews-list .date {
    margin-top: 3.75px;
    line-height: 1; }
    .ed-reviews-container.opt-2 #ed-reviews-list .date span {
      font-weight: 400;
      text-transform: uppercase; }
  .ed-reviews-container.opt-2 #ed-reviews-list .review-cell {
    padding-bottom: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .ed-reviews-container.opt-2 .overview-bar {
    padding: 19px 0;
    text-align: center;
    border: 1px solid transparent; }
    .ed-reviews-container.opt-2 .overview-bar .left-content {
      margin-right: 19px; }
    .ed-reviews-container.opt-2 .overview-bar > .cell {
      margin-top: 19px; }
      .ed-reviews-container.opt-2 .overview-bar > .cell:first-child {
        margin-top: 0; }
    .ed-reviews-container.opt-2 .overview-bar .star-cell {
      margin-top: 10px;
      margin-bottom: 0;
      display: flex;
      justify-content: center; }
      .ed-reviews-container.opt-2 .overview-bar .star-cell .svg-icon {
        width: 34px;
        height: 34px;
        margin-right: 3.75px; }
        .ed-reviews-container.opt-2 .overview-bar .star-cell .svg-icon:last-child {
          margin-right: 0; }
        .ed-reviews-container.opt-2 .overview-bar .star-cell .svg-icon svg {
          fill: #37434B;
          height: 100%;
          width: 100%; }
    .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper {
      margin-top: 19px; }
      .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button {
        text-decoration: none;
        text-transform: none;
        position: relative;
        margin: 0;
        width: 100%;
        padding: 0 16px;
        font-family: "Kia Signature", Arial, sans-serif;
        font-weight: 700;
        text-align: center;
        border: 1px solid #05141F;
        outline: none;
        background-color: transparent;
        cursor: pointer;
        transition: background 0.25s, border 0.25s, color 0.25s;
        color: #05141F;
        font-size: 14px;
        font-size: 0.93rem;
        letter-spacing: 0;
        line-height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        border-radius: 0px;
        max-width: 235px;
        margin: 0 auto; }
        .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button > span {
          vertical-align: middle; }
          .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button > span.svg-icon {
            padding-right: 10px; }
            .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button > span.svg-icon svg {
              color: #05141F;
              fill: #05141F;
              transition: all 0.25s; }
        @media screen and (min-width: 768px) {
          .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button {
            font-size: 14px;
            font-size: 0.7rem;
            line-height: 0.9rem; } }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button:hover {
            background-color: transparent;
            color: #05141F;
            border-color: #05141F;
            transition: 0.25s all;
            text-decoration: underline; }
            .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button:hover svg {
              color: #05141F;
              fill: #05141F; } }

@-moz-document url-prefix() {
  .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button:hover {
    background-color: transparent;
    color: #05141F;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button:hover svg {
      color: #05141F;
      fill: #05141F; } }
        @media (hover: hover) {
          .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button:hover {
            background-color: transparent;
            color: #05141F;
            border-color: #05141F;
            transition: 0.25s all;
            text-decoration: underline; }
            .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button:hover svg {
              color: #05141F;
              fill: #05141F; } }
        .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button .active, .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button:active {
          background-color: transparent;
          color: rgba(5, 20, 31, 0.8);
          border-color: rgba(5, 20, 31, 0.8);
          transition: 0.25s all;
          text-decoration: none; }
          .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button .active svg, .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper .button:active svg {
            color: rgba(5, 20, 31, 0.8);
            fill: rgba(5, 20, 31, 0.8); }
  @media screen and (min-width: 768px) {
    .ed-reviews-container.opt-2 {
      padding-top: 75px;
      padding-bottom: 75px; }
      .ed-reviews-container.opt-2 .heading-section .display-3 {
        margin-bottom: 13px; }
      .ed-reviews-container.opt-2 .owl-slider {
        padding-top: 25px; }
      .ed-reviews-container.opt-2 #review-popups > .grid-container {
        padding-top: 75px;
        padding-bottom: 75px; }
      .ed-reviews-container.opt-2 #review-popups .owl-controls {
        margin: 75px 0 25px; }
      .ed-reviews-container.opt-2 .review-popup .customer-name {
        margin-bottom: 13px; }
      .ed-reviews-container.opt-2 .review-popup .star-cell {
        margin-bottom: 25px; }
      .ed-reviews-container.opt-2 .review-popup .top-content {
        margin-bottom: 25px; }
      .ed-reviews-container.opt-2 .review-popup .bottom-content {
        margin-bottom: 25px; }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 0; }
        .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls .owl-buttons {
          display: block;
          opacity: 0;
          transition: all ease-in-out 0.25s; }
          .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls .owl-buttons .owl-next {
            right: 0.3125rem; }
          .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls .owl-buttons .owl-prev {
            left: 0.3125rem; }
      .ed-reviews-container.opt-2 #ed-reviews-list:hover .owl-controls .owl-buttons {
        opacity: 1; }
      .ed-reviews-container.opt-2 #ed-reviews-list .date {
        margin-top: 5px; }
      .ed-reviews-container.opt-2 #ed-reviews-list .review-cell {
        padding-bottom: 0; }
      .ed-reviews-container.opt-2 #ed-reviews-list .review-container {
        padding: calc(25px + 13px); }
        .ed-reviews-container.opt-2 #ed-reviews-list .review-container .star-cell {
          padding-top: 0; }
        .ed-reviews-container.opt-2 #ed-reviews-list .review-container .review-content {
          padding: 25px 0 13px; }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-nav .owl-prev {
        padding: 25px !important; }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-nav .owl-next {
        padding: 25px !important; }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-item {
        padding: 0 0.3125rem; }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-slider {
        padding-top: 75px; }
      .ed-reviews-container.opt-2 .overview-bar {
        padding: 25px 0; }
        .ed-reviews-container.opt-2 .overview-bar > .cell {
          margin-top: 25px; }
          .ed-reviews-container.opt-2 .overview-bar > .cell:nth-child(2) {
            margin-top: 0; }
        .ed-reviews-container.opt-2 .overview-bar .star-cell {
          margin-top: 13px; }
        .ed-reviews-container.opt-2 .overview-bar .read-all-reviews-wrapper {
          margin-top: 13px; } }
  @media screen and (min-width: 1030px) {
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls {
      margin-bottom: 0;
      justify-content: flex-start; }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls .owl-buttons .owl-next {
        right: calc(0.625rem * 2); }
      .ed-reviews-container.opt-2 #ed-reviews-list .owl-controls .owl-buttons .owl-prev {
        left: 0; }
    .ed-reviews-container.opt-2 #ed-reviews-list .owl-item {
      padding: 0 25px 0 0; }
    .ed-reviews-container.opt-2 .overview-bar > .cell:nth-child(2) {
      margin-top: 25px; } }

.wp .ed-reviews-container.slider.opt-2 .owl-wrapper {
  padding: 10px; }

.wp .ed-reviews-container.slider.opt-2 #ed-reviews-list .review-container {
  box-shadow: 0px 2px 10px #00000029; }
  .wp .ed-reviews-container.slider.opt-2 #ed-reviews-list .review-container .star-cell svg {
    color: #FFFFFF;
    fill: #FFFFFF; }
  .wp .ed-reviews-container.slider.opt-2 #ed-reviews-list .review-container .read-more span {
    font-size: 13px; }

.wp .ed-reviews-container.slider.opt-2 .review-summary .rating .display-2 {
  color: #05141F; }

.wp .ed-reviews-container.slider.opt-2 #review-popups .button {
  margin: 0 auto; }

[data-colour-scheme][data-theme] {
  --accent-1: #05141F; }
  [data-colour-scheme][data-theme] #Showroom {
    --srl-listing-bg: #f5f5f5;
    --srl-listing-title: #000;
    --srl-listing-card-text: #000;
    --srl-listing-card-body-style-bg: #eee;
    --srl-frequency-radios-bg-active: #000;
    --srl-frequency-radios-border-active: #000;
    --srl-frequency-radios-text-default: #000;
    --srl-tab-switcher-tab-text-default: #000;
    --srl-tab-switcher-tab-text-active: #000;
    --srl-listing-filter-toggle-text: #000;
    --srl-listing-filters-menu-body-style-text-hover: #000;
    --srl-listing-filters-menu-body-style-icon-hover: #000;
    --src-input-text-text: #000;
    --src-input-text-icon-bg: #ddd;
    --src-tooltip-bg: #000;
    --src-button-primary-bg-default: #05141F;
    --src-button-primary-bg-hover: #05141F;
    --src-button-primary-bg-active:  rgba(5, 20, 31, 0.8);
    --src-button-primary-border-default: 1px solid #05141F;
    --src-button-primary-border-hover: 1px solid #05141F;
    --src-button-primary-border-active: 1px solid transparent;
    --src-button-primary-text-default: #FFFFFF;
    --src-button-primary-text-hover: #FFFFFF;
    --src-button-primary-text-active:  #FFFFFF;
    --src-button-secondary-bg-default: transparent;
    --src-button-secondary-bg-hover: transparent;
    --src-button-secondary-bg-active: transparent;
    --src-button-secondary-border-default: 1px solid #05141F;
    --src-button-secondary-border-hover: 1px solid #05141F;
    --src-button-secondary-border-active: 1px solid rgba(5, 20, 31, 0.8);
    --src-button-secondary-text-default: #05141F;
    --src-button-secondary-text-hover: #05141F;
    --src-button-secondary-text-active: rgba(5, 20, 31, 0.8);
    --srd-bg: #f5f5f5;
    --srd-cards-card-chips-hl-bg: #eee;
    --srd-payment-calc-input-icon-bg: #ddd;
    --srd-cards-card-features-text: #000;
    --srd-go-back-text: #000;
    --srd-go-back-svg-color: #000;
    --srd-go-back-hover-underline: 1px solid #000;
    --srd-comparison-trim-name: #000;
    --srd-cards-pagination-dots-bg-active: #000;
    --srd-payment-calc-title: #000;
    --srd-payment-calc-tabs-tab-text-active: #000;
    --srd-payment-calc-input-text: #000;
    --srd-payment-break-title: #000;
    --srd-payment-break-quick-break-title: #000;
    --srd-all-features-ctas-primary-bg-default: #05141F;
    --srd-all-features-ctas-primary-bg-hover: #05141F;
    --srd-all-features-ctas-primary-bg-active:  rgba(5, 20, 31, 0.8);
    --srd-all-features-ctas-primary-border-default: #05141F;
    --srd-all-features-ctas-primary-border-hover: #05141F;
    --srd-all-features-ctas-primary-border-active: transparent;
    --srd-all-features-ctas-primary-text-default: #FFFFFF;
    --srd-all-features-ctas-primary-text-hover: #FFFFFF;
    --srd-all-features-ctas-primary-text-active:  #FFFFFF; }

body[class*="template-"] #VLP .vehicle-comparison-base .email-button.button.button--tertiary {
  margin-top: 10px; }

body[class*="template-"] #VLP .button.button--secondary.clear-filters {
  width: 100%; }

body[class*="template-"] #VLP .vehicle-comparison-button-cell .button.compare-vehicles {
  width: auto; }

body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base {
  text-decoration: none;
  text-transform: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 16px;
  font-family: "Kia Signature", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  border: 1px solid #05141F;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: background 0.25s, border 0.25s, color 0.25s;
  color: #05141F;
  font-size: 14px;
  font-size: 0.93rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0px;
  width: auto;
  display: inline-flex; }
  body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base > span {
    vertical-align: middle; }
    body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base > span.svg-icon {
      padding-right: 10px; }
      body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base > span.svg-icon svg {
        color: #05141F;
        fill: #05141F;
        transition: all 0.25s; }
  @media screen and (min-width: 768px) {
    body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base {
      font-size: 14px;
      font-size: 0.7rem;
      line-height: 0.9rem; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base:hover {
      background-color: transparent;
      color: #05141F;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base:hover svg {
        color: #05141F;
        fill: #05141F; } }

@-moz-document url-prefix() {
  body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base:hover {
    background-color: transparent;
    color: #05141F;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base:hover svg {
      color: #05141F;
      fill: #05141F; } }
  @media (hover: hover) {
    body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base:hover {
      background-color: transparent;
      color: #05141F;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base:hover svg {
        color: #05141F;
        fill: #05141F; } }
  body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base .active, body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base:active {
    background-color: transparent;
    color: rgba(5, 20, 31, 0.8);
    border-color: rgba(5, 20, 31, 0.8);
    transition: 0.25s all;
    text-decoration: none; }
    body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base .active svg, body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base:active svg {
      color: rgba(5, 20, 31, 0.8);
      fill: rgba(5, 20, 31, 0.8); }
  body[class*="template-"] #VDP .vdp-details .vehicle-packages .toggle-more.toggle-base span {
    padding-right: 0; }

body[class*="template-"] #VDP .button.button--filled.toggle-more {
  width: auto;
  margin: 15px 0; }

body[class*="template-"] .mfp-ed-standard-form .mfp-content .hidden-gallery-details .button,
body[class*="template-"] .mfp-hidden-gallery-base .mfp-content .hidden-gallery-details .button,
body[class*="template-"] #VDP .mfp-content .hidden-gallery-details .button,
body[class*="template-"] #VLP .mfp-content .hidden-gallery-details .button {
  height: 30px; }

body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled,
body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled,
body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled,
body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled {
  text-decoration: none;
  text-transform: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 16px;
  font-family: "Kia Signature", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  border: 1px solid #05141F;
  outline: none;
  background-color: #05141F;
  cursor: pointer;
  transition: background 0.25s, border 0.25s, color 0.25s;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.93rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0px;
  width: auto; }
  body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled > span,
  body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled > span,
  body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled > span,
  body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled > span {
    vertical-align: middle; }
    body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled > span.svg-icon,
    body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled > span.svg-icon,
    body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled > span.svg-icon,
    body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled > span.svg-icon {
      padding-right: 10px; }
      body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled > span.svg-icon svg,
      body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled > span.svg-icon svg,
      body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled > span.svg-icon svg,
      body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled > span.svg-icon svg {
        color: #FFFFFF;
        fill: #FFFFFF;
        transition: all 0.25s; }
  @media screen and (min-width: 768px) {
    body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled,
    body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled,
    body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled,
    body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled {
      font-size: 14px;
      font-size: 0.7rem;
      line-height: 0.9rem; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled:hover,
    body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled:hover,
    body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled:hover {
      background-color: #05141F;
      color: #FFFFFF;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled:hover svg,
      body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled:hover svg,
      body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled:hover svg {
        color: #FFFFFF;
        fill: #FFFFFF; } }

@-moz-document url-prefix() {
  body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled:hover,
  body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled:hover,
  body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled:hover,
  body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled:hover {
    background-color: #05141F;
    color: #FFFFFF;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled:hover svg,
    body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled:hover svg,
    body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled:hover svg,
    body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled:hover svg {
      color: #FFFFFF;
      fill: #FFFFFF; } }
  @media (hover: hover) {
    body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled:hover,
    body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled:hover,
    body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled:hover {
      background-color: #05141F;
      color: #FFFFFF;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled:hover svg,
      body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled:hover svg,
      body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled:hover svg {
        color: #FFFFFF;
        fill: #FFFFFF; } }
  body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled .active, body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled:active,
  body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled .active,
  body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled:active,
  body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled .active,
  body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled:active,
  body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled .active,
  body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled:active {
    background-color: rgba(5, 20, 31, 0.8);
    color: #FFFFFF;
    border-color: transparent;
    transition: 0.25s all;
    text-decoration: none; }
    body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled .active svg, body[class*="template-"] .mfp-ed-standard-form .no-results-found-base .btn.button.button--filled:active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled .active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .no-results-found-base .btn.button.button--filled:active svg,
    body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled .active svg,
    body[class*="template-"] #VDP .no-results-found-base .btn.button.button--filled:active svg,
    body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled .active svg,
    body[class*="template-"] #VLP .no-results-found-base .btn.button.button--filled:active svg {
      color: #FFFFFF;
      fill: #FFFFFF; }

body[class*="template-"] .mfp-ed-standard-form .button.button--filled,
body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled,
body[class*="template-"] #VDP .button.button--filled,
body[class*="template-"] #VLP .button.button--filled {
  text-decoration: none;
  text-transform: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 16px;
  font-family: "Kia Signature", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  border: 1px solid #05141F;
  outline: none;
  background-color: #05141F;
  cursor: pointer;
  transition: background 0.25s, border 0.25s, color 0.25s;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.93rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0px; }
  body[class*="template-"] .mfp-ed-standard-form .button.button--filled > span,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled > span,
  body[class*="template-"] #VDP .button.button--filled > span,
  body[class*="template-"] #VLP .button.button--filled > span {
    vertical-align: middle; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled > span.svg-icon,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled > span.svg-icon,
    body[class*="template-"] #VDP .button.button--filled > span.svg-icon,
    body[class*="template-"] #VLP .button.button--filled > span.svg-icon {
      padding-right: 10px; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--filled > span.svg-icon svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled > span.svg-icon svg,
      body[class*="template-"] #VDP .button.button--filled > span.svg-icon svg,
      body[class*="template-"] #VLP .button.button--filled > span.svg-icon svg {
        color: #FFFFFF;
        fill: #FFFFFF;
        transition: all 0.25s; }
  @media screen and (min-width: 768px) {
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled,
    body[class*="template-"] #VDP .button.button--filled,
    body[class*="template-"] #VLP .button.button--filled {
      font-size: 14px;
      font-size: 0.7rem;
      line-height: 0.9rem; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled:hover,
    body[class*="template-"] #VDP .button.button--filled:hover,
    body[class*="template-"] #VLP .button.button--filled:hover {
      background-color: #05141F;
      color: #FFFFFF;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--filled:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled:hover svg,
      body[class*="template-"] #VDP .button.button--filled:hover svg,
      body[class*="template-"] #VLP .button.button--filled:hover svg {
        color: #FFFFFF;
        fill: #FFFFFF; } }

@-moz-document url-prefix() {
  body[class*="template-"] .mfp-ed-standard-form .button.button--filled:hover,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled:hover,
  body[class*="template-"] #VDP .button.button--filled:hover,
  body[class*="template-"] #VLP .button.button--filled:hover {
    background-color: #05141F;
    color: #FFFFFF;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled:hover svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled:hover svg,
    body[class*="template-"] #VDP .button.button--filled:hover svg,
    body[class*="template-"] #VLP .button.button--filled:hover svg {
      color: #FFFFFF;
      fill: #FFFFFF; } }
  @media (hover: hover) {
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled:hover,
    body[class*="template-"] #VDP .button.button--filled:hover,
    body[class*="template-"] #VLP .button.button--filled:hover {
      background-color: #05141F;
      color: #FFFFFF;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--filled:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled:hover svg,
      body[class*="template-"] #VDP .button.button--filled:hover svg,
      body[class*="template-"] #VLP .button.button--filled:hover svg {
        color: #FFFFFF;
        fill: #FFFFFF; } }
  body[class*="template-"] .mfp-ed-standard-form .button.button--filled .active, body[class*="template-"] .mfp-ed-standard-form .button.button--filled:active,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled .active,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled:active,
  body[class*="template-"] #VDP .button.button--filled .active,
  body[class*="template-"] #VDP .button.button--filled:active,
  body[class*="template-"] #VLP .button.button--filled .active,
  body[class*="template-"] #VLP .button.button--filled:active {
    background-color: rgba(5, 20, 31, 0.8);
    color: #FFFFFF;
    border-color: transparent;
    transition: 0.25s all;
    text-decoration: none; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled .active svg, body[class*="template-"] .mfp-ed-standard-form .button.button--filled:active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled .active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled:active svg,
    body[class*="template-"] #VDP .button.button--filled .active svg,
    body[class*="template-"] #VDP .button.button--filled:active svg,
    body[class*="template-"] #VLP .button.button--filled .active svg,
    body[class*="template-"] #VLP .button.button--filled:active svg {
      color: #FFFFFF;
      fill: #FFFFFF; }
  body[class*="template-"] .mfp-ed-standard-form .button.button--filled span,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled span,
  body[class*="template-"] #VDP .button.button--filled span,
  body[class*="template-"] #VLP .button.button--filled span {
    padding-right: 0; }
  body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert,
  body[class*="template-"] #VDP .button.button--filled.invert,
  body[class*="template-"] #VLP .button.button--filled.invert {
    text-decoration: none;
    text-transform: none;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0 16px;
    font-family: "Kia Signature", Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    border: 1px solid #FFFFFF;
    outline: none;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: background 0.25s, border 0.25s, color 0.25s;
    color: #05141F;
    font-size: 14px;
    font-size: 0.93rem;
    letter-spacing: 0;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 0px;
    width: auto;
    display: inline-flex; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert > span,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert > span,
    body[class*="template-"] #VDP .button.button--filled.invert > span,
    body[class*="template-"] #VLP .button.button--filled.invert > span {
      vertical-align: middle; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert > span.svg-icon,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert > span.svg-icon,
      body[class*="template-"] #VDP .button.button--filled.invert > span.svg-icon,
      body[class*="template-"] #VLP .button.button--filled.invert > span.svg-icon {
        padding-right: 10px; }
        body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert > span.svg-icon svg,
        body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert > span.svg-icon svg,
        body[class*="template-"] #VDP .button.button--filled.invert > span.svg-icon svg,
        body[class*="template-"] #VLP .button.button--filled.invert > span.svg-icon svg {
          color: #05141F;
          fill: #05141F;
          transition: all 0.25s; }
    @media screen and (min-width: 768px) {
      body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert,
      body[class*="template-"] #VDP .button.button--filled.invert,
      body[class*="template-"] #VLP .button.button--filled.invert {
        font-size: 14px;
        font-size: 0.7rem;
        line-height: 0.9rem; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert:hover,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert:hover,
      body[class*="template-"] #VDP .button.button--filled.invert:hover,
      body[class*="template-"] #VLP .button.button--filled.invert:hover {
        background-color: #FFFFFF;
        color: #05141F;
        border-color: #FFFFFF;
        transition: 0.25s all;
        text-decoration: underline; }
        body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert:hover svg,
        body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert:hover svg,
        body[class*="template-"] #VDP .button.button--filled.invert:hover svg,
        body[class*="template-"] #VLP .button.button--filled.invert:hover svg {
          color: #05141F;
          fill: #05141F; } }

@-moz-document url-prefix() {
  body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert:hover,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert:hover,
  body[class*="template-"] #VDP .button.button--filled.invert:hover,
  body[class*="template-"] #VLP .button.button--filled.invert:hover {
    background-color: #FFFFFF;
    color: #05141F;
    border-color: #FFFFFF;
    transition: 0.25s all;
    text-decoration: underline; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert:hover svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert:hover svg,
    body[class*="template-"] #VDP .button.button--filled.invert:hover svg,
    body[class*="template-"] #VLP .button.button--filled.invert:hover svg {
      color: #05141F;
      fill: #05141F; } }
    @media (hover: hover) {
      body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert:hover,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert:hover,
      body[class*="template-"] #VDP .button.button--filled.invert:hover,
      body[class*="template-"] #VLP .button.button--filled.invert:hover {
        background-color: #FFFFFF;
        color: #05141F;
        border-color: #FFFFFF;
        transition: 0.25s all;
        text-decoration: underline; }
        body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert:hover svg,
        body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert:hover svg,
        body[class*="template-"] #VDP .button.button--filled.invert:hover svg,
        body[class*="template-"] #VLP .button.button--filled.invert:hover svg {
          color: #05141F;
          fill: #05141F; } }
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert .active, body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert:active,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert .active,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert:active,
    body[class*="template-"] #VDP .button.button--filled.invert .active,
    body[class*="template-"] #VDP .button.button--filled.invert:active,
    body[class*="template-"] #VLP .button.button--filled.invert .active,
    body[class*="template-"] #VLP .button.button--filled.invert:active {
      background-color: rgba(255, 255, 255, 0.8);
      color: #05141F;
      border-color: transparent;
      transition: 0.25s all;
      text-decoration: none; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert .active svg, body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert:active svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert .active svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert:active svg,
      body[class*="template-"] #VDP .button.button--filled.invert .active svg,
      body[class*="template-"] #VDP .button.button--filled.invert:active svg,
      body[class*="template-"] #VLP .button.button--filled.invert .active svg,
      body[class*="template-"] #VLP .button.button--filled.invert:active svg {
        color: #05141F;
        fill: #05141F; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--filled.invert span,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--filled.invert span,
    body[class*="template-"] #VDP .button.button--filled.invert span,
    body[class*="template-"] #VLP .button.button--filled.invert span {
      padding-right: 0; }

body[class*="template-"] .mfp-ed-standard-form .button.button--secondary,
body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary,
body[class*="template-"] #VDP .button.button--secondary,
body[class*="template-"] #VLP .button.button--secondary {
  text-decoration: none;
  text-transform: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 16px;
  font-family: "Kia Signature", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  border: 1px solid #05141F;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: background 0.25s, border 0.25s, color 0.25s;
  color: #05141F;
  font-size: 14px;
  font-size: 0.93rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0px;
  width: auto;
  display: inline-flex; }
  body[class*="template-"] .mfp-ed-standard-form .button.button--secondary > span,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary > span,
  body[class*="template-"] #VDP .button.button--secondary > span,
  body[class*="template-"] #VLP .button.button--secondary > span {
    vertical-align: middle; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary > span.svg-icon,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary > span.svg-icon,
    body[class*="template-"] #VDP .button.button--secondary > span.svg-icon,
    body[class*="template-"] #VLP .button.button--secondary > span.svg-icon {
      padding-right: 10px; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--secondary > span.svg-icon svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary > span.svg-icon svg,
      body[class*="template-"] #VDP .button.button--secondary > span.svg-icon svg,
      body[class*="template-"] #VLP .button.button--secondary > span.svg-icon svg {
        color: #05141F;
        fill: #05141F;
        transition: all 0.25s; }
  @media screen and (min-width: 768px) {
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary,
    body[class*="template-"] #VDP .button.button--secondary,
    body[class*="template-"] #VLP .button.button--secondary {
      font-size: 14px;
      font-size: 0.7rem;
      line-height: 0.9rem; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary:hover,
    body[class*="template-"] #VDP .button.button--secondary:hover,
    body[class*="template-"] #VLP .button.button--secondary:hover {
      background-color: transparent;
      color: #05141F;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--secondary:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary:hover svg,
      body[class*="template-"] #VDP .button.button--secondary:hover svg,
      body[class*="template-"] #VLP .button.button--secondary:hover svg {
        color: #05141F;
        fill: #05141F; } }

@-moz-document url-prefix() {
  body[class*="template-"] .mfp-ed-standard-form .button.button--secondary:hover,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary:hover,
  body[class*="template-"] #VDP .button.button--secondary:hover,
  body[class*="template-"] #VLP .button.button--secondary:hover {
    background-color: transparent;
    color: #05141F;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary:hover svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary:hover svg,
    body[class*="template-"] #VDP .button.button--secondary:hover svg,
    body[class*="template-"] #VLP .button.button--secondary:hover svg {
      color: #05141F;
      fill: #05141F; } }
  @media (hover: hover) {
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary:hover,
    body[class*="template-"] #VDP .button.button--secondary:hover,
    body[class*="template-"] #VLP .button.button--secondary:hover {
      background-color: transparent;
      color: #05141F;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--secondary:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary:hover svg,
      body[class*="template-"] #VDP .button.button--secondary:hover svg,
      body[class*="template-"] #VLP .button.button--secondary:hover svg {
        color: #05141F;
        fill: #05141F; } }
  body[class*="template-"] .mfp-ed-standard-form .button.button--secondary .active, body[class*="template-"] .mfp-ed-standard-form .button.button--secondary:active,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary .active,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary:active,
  body[class*="template-"] #VDP .button.button--secondary .active,
  body[class*="template-"] #VDP .button.button--secondary:active,
  body[class*="template-"] #VLP .button.button--secondary .active,
  body[class*="template-"] #VLP .button.button--secondary:active {
    background-color: transparent;
    color: rgba(5, 20, 31, 0.8);
    border-color: rgba(5, 20, 31, 0.8);
    transition: 0.25s all;
    text-decoration: none; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary .active svg, body[class*="template-"] .mfp-ed-standard-form .button.button--secondary:active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary .active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary:active svg,
    body[class*="template-"] #VDP .button.button--secondary .active svg,
    body[class*="template-"] #VDP .button.button--secondary:active svg,
    body[class*="template-"] #VLP .button.button--secondary .active svg,
    body[class*="template-"] #VLP .button.button--secondary:active svg {
      color: rgba(5, 20, 31, 0.8);
      fill: rgba(5, 20, 31, 0.8); }
  body[class*="template-"] .mfp-ed-standard-form .button.button--secondary span,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary span,
  body[class*="template-"] #VDP .button.button--secondary span,
  body[class*="template-"] #VLP .button.button--secondary span {
    padding-right: 0; }
  body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert,
  body[class*="template-"] #VDP .button.button--secondary.invert,
  body[class*="template-"] #VLP .button.button--secondary.invert {
    text-decoration: none;
    text-transform: none;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0 16px;
    font-family: "Kia Signature", Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    border: 1px solid #FFFFFF;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    transition: background 0.25s, border 0.25s, color 0.25s;
    color: #FFFFFF;
    font-size: 14px;
    font-size: 0.93rem;
    letter-spacing: 0;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 0px;
    width: auto;
    display: inline-flex; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert > span,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert > span,
    body[class*="template-"] #VDP .button.button--secondary.invert > span,
    body[class*="template-"] #VLP .button.button--secondary.invert > span {
      vertical-align: middle; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert > span.svg-icon,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert > span.svg-icon,
      body[class*="template-"] #VDP .button.button--secondary.invert > span.svg-icon,
      body[class*="template-"] #VLP .button.button--secondary.invert > span.svg-icon {
        padding-right: 10px; }
        body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert > span.svg-icon svg,
        body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert > span.svg-icon svg,
        body[class*="template-"] #VDP .button.button--secondary.invert > span.svg-icon svg,
        body[class*="template-"] #VLP .button.button--secondary.invert > span.svg-icon svg {
          color: #FFFFFF;
          fill: #FFFFFF;
          transition: all 0.25s; }
    @media screen and (min-width: 768px) {
      body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert,
      body[class*="template-"] #VDP .button.button--secondary.invert,
      body[class*="template-"] #VLP .button.button--secondary.invert {
        font-size: 14px;
        font-size: 0.7rem;
        line-height: 0.9rem; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert:hover,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert:hover,
      body[class*="template-"] #VDP .button.button--secondary.invert:hover,
      body[class*="template-"] #VLP .button.button--secondary.invert:hover {
        background-color: transparent;
        color: #FFFFFF;
        border-color: #FFFFFF;
        transition: 0.25s all;
        text-decoration: underline; }
        body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert:hover svg,
        body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert:hover svg,
        body[class*="template-"] #VDP .button.button--secondary.invert:hover svg,
        body[class*="template-"] #VLP .button.button--secondary.invert:hover svg {
          color: #FFFFFF;
          fill: #FFFFFF; } }

@-moz-document url-prefix() {
  body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert:hover,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert:hover,
  body[class*="template-"] #VDP .button.button--secondary.invert:hover,
  body[class*="template-"] #VLP .button.button--secondary.invert:hover {
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
    transition: 0.25s all;
    text-decoration: underline; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert:hover svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert:hover svg,
    body[class*="template-"] #VDP .button.button--secondary.invert:hover svg,
    body[class*="template-"] #VLP .button.button--secondary.invert:hover svg {
      color: #FFFFFF;
      fill: #FFFFFF; } }
    @media (hover: hover) {
      body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert:hover,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert:hover,
      body[class*="template-"] #VDP .button.button--secondary.invert:hover,
      body[class*="template-"] #VLP .button.button--secondary.invert:hover {
        background-color: transparent;
        color: #FFFFFF;
        border-color: #FFFFFF;
        transition: 0.25s all;
        text-decoration: underline; }
        body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert:hover svg,
        body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert:hover svg,
        body[class*="template-"] #VDP .button.button--secondary.invert:hover svg,
        body[class*="template-"] #VLP .button.button--secondary.invert:hover svg {
          color: #FFFFFF;
          fill: #FFFFFF; } }
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert .active, body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert:active,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert .active,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert:active,
    body[class*="template-"] #VDP .button.button--secondary.invert .active,
    body[class*="template-"] #VDP .button.button--secondary.invert:active,
    body[class*="template-"] #VLP .button.button--secondary.invert .active,
    body[class*="template-"] #VLP .button.button--secondary.invert:active {
      background-color: transparent;
      color: rgba(255, 255, 255, 0.8);
      border-color: rgba(255, 255, 255, 0.8);
      transition: 0.25s all;
      text-decoration: none; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert .active svg, body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert:active svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert .active svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert:active svg,
      body[class*="template-"] #VDP .button.button--secondary.invert .active svg,
      body[class*="template-"] #VDP .button.button--secondary.invert:active svg,
      body[class*="template-"] #VLP .button.button--secondary.invert .active svg,
      body[class*="template-"] #VLP .button.button--secondary.invert:active svg {
        color: rgba(255, 255, 255, 0.8);
        fill: rgba(255, 255, 255, 0.8); }
    body[class*="template-"] .mfp-ed-standard-form .button.button--secondary.invert span,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--secondary.invert span,
    body[class*="template-"] #VDP .button.button--secondary.invert span,
    body[class*="template-"] #VLP .button.button--secondary.invert span {
      padding-right: 0; }

body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary,
body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary,
body[class*="template-"] #VDP .button.button--tertiary,
body[class*="template-"] #VLP .button.button--tertiary {
  text-decoration: none;
  text-transform: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 16px;
  font-family: "Kia Signature", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  border: 1px solid #05141F;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: background 0.25s, border 0.25s, color 0.25s;
  color: #05141F;
  font-size: 14px;
  font-size: 0.93rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0px; }
  body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary > span,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary > span,
  body[class*="template-"] #VDP .button.button--tertiary > span,
  body[class*="template-"] #VLP .button.button--tertiary > span {
    vertical-align: middle; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary > span.svg-icon,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary > span.svg-icon,
    body[class*="template-"] #VDP .button.button--tertiary > span.svg-icon,
    body[class*="template-"] #VLP .button.button--tertiary > span.svg-icon {
      padding-right: 10px; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary > span.svg-icon svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary > span.svg-icon svg,
      body[class*="template-"] #VDP .button.button--tertiary > span.svg-icon svg,
      body[class*="template-"] #VLP .button.button--tertiary > span.svg-icon svg {
        color: #05141F;
        fill: #05141F;
        transition: all 0.25s; }
  @media screen and (min-width: 768px) {
    body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary,
    body[class*="template-"] #VDP .button.button--tertiary,
    body[class*="template-"] #VLP .button.button--tertiary {
      font-size: 14px;
      font-size: 0.7rem;
      line-height: 0.9rem; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary:hover,
    body[class*="template-"] #VDP .button.button--tertiary:hover,
    body[class*="template-"] #VLP .button.button--tertiary:hover {
      background-color: transparent;
      color: #05141F;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary:hover svg,
      body[class*="template-"] #VDP .button.button--tertiary:hover svg,
      body[class*="template-"] #VLP .button.button--tertiary:hover svg {
        color: #05141F;
        fill: #05141F; } }

@-moz-document url-prefix() {
  body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary:hover,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary:hover,
  body[class*="template-"] #VDP .button.button--tertiary:hover,
  body[class*="template-"] #VLP .button.button--tertiary:hover {
    background-color: transparent;
    color: #05141F;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary:hover svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary:hover svg,
    body[class*="template-"] #VDP .button.button--tertiary:hover svg,
    body[class*="template-"] #VLP .button.button--tertiary:hover svg {
      color: #05141F;
      fill: #05141F; } }
  @media (hover: hover) {
    body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary:hover,
    body[class*="template-"] #VDP .button.button--tertiary:hover,
    body[class*="template-"] #VLP .button.button--tertiary:hover {
      background-color: transparent;
      color: #05141F;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary:hover svg,
      body[class*="template-"] #VDP .button.button--tertiary:hover svg,
      body[class*="template-"] #VLP .button.button--tertiary:hover svg {
        color: #05141F;
        fill: #05141F; } }
  body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary .active, body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary:active,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary .active,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary:active,
  body[class*="template-"] #VDP .button.button--tertiary .active,
  body[class*="template-"] #VDP .button.button--tertiary:active,
  body[class*="template-"] #VLP .button.button--tertiary .active,
  body[class*="template-"] #VLP .button.button--tertiary:active {
    background-color: transparent;
    color: rgba(5, 20, 31, 0.8);
    border-color: rgba(5, 20, 31, 0.8);
    transition: 0.25s all;
    text-decoration: none; }
    body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary .active svg, body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary:active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary .active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary:active svg,
    body[class*="template-"] #VDP .button.button--tertiary .active svg,
    body[class*="template-"] #VDP .button.button--tertiary:active svg,
    body[class*="template-"] #VLP .button.button--tertiary .active svg,
    body[class*="template-"] #VLP .button.button--tertiary:active svg {
      color: rgba(5, 20, 31, 0.8);
      fill: rgba(5, 20, 31, 0.8); }
  body[class*="template-"] .mfp-ed-standard-form .button.button--tertiary span,
  body[class*="template-"] .mfp-hidden-gallery-base .button.button--tertiary span,
  body[class*="template-"] #VDP .button.button--tertiary span,
  body[class*="template-"] #VLP .button.button--tertiary span {
    padding-right: 0; }

body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled,
body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled,
body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled,
body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled {
  text-decoration: none;
  text-transform: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 16px;
  font-family: "Kia Signature", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  border: 1px solid #05141F;
  outline: none;
  background-color: #05141F;
  cursor: pointer;
  transition: background 0.25s, border 0.25s, color 0.25s;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.93rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0px; }
  body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled > span,
  body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled > span,
  body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled > span,
  body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled > span {
    vertical-align: middle; }
    body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled > span.svg-icon,
    body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled > span.svg-icon,
    body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled > span.svg-icon,
    body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled > span.svg-icon {
      padding-right: 10px; }
      body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled > span.svg-icon svg,
      body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled > span.svg-icon svg,
      body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled > span.svg-icon svg,
      body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled > span.svg-icon svg {
        color: #FFFFFF;
        fill: #FFFFFF;
        transition: all 0.25s; }
  @media screen and (min-width: 768px) {
    body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled,
    body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled,
    body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled,
    body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled {
      font-size: 14px;
      font-size: 0.7rem;
      line-height: 0.9rem; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled:hover,
    body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled:hover,
    body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled:hover {
      background-color: #05141F;
      color: #FFFFFF;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled:hover svg,
      body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled:hover svg,
      body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled:hover svg {
        color: #FFFFFF;
        fill: #FFFFFF; } }

@-moz-document url-prefix() {
  body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled:hover,
  body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled:hover,
  body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled:hover,
  body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled:hover {
    background-color: #05141F;
    color: #FFFFFF;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled:hover svg,
    body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled:hover svg,
    body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled:hover svg,
    body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled:hover svg {
      color: #FFFFFF;
      fill: #FFFFFF; } }
  @media (hover: hover) {
    body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled:hover,
    body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled:hover,
    body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled:hover,
    body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled:hover {
      background-color: #05141F;
      color: #FFFFFF;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled:hover svg,
      body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled:hover svg,
      body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled:hover svg,
      body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled:hover svg {
        color: #FFFFFF;
        fill: #FFFFFF; } }
  body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled .active, body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled:active,
  body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled .active,
  body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled:active,
  body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled .active,
  body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled:active,
  body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled .active,
  body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled:active {
    background-color: rgba(5, 20, 31, 0.8);
    color: #FFFFFF;
    border-color: transparent;
    transition: 0.25s all;
    text-decoration: none; }
    body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled .active svg, body[class*="template-"] .mfp-ed-standard-form .frm_forms .frm_form_fields .button--filled:active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled .active svg,
    body[class*="template-"] .mfp-hidden-gallery-base .frm_forms .frm_form_fields .button--filled:active svg,
    body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled .active svg,
    body[class*="template-"] #VDP .frm_forms .frm_form_fields .button--filled:active svg,
    body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled .active svg,
    body[class*="template-"] #VLP .frm_forms .frm_form_fields .button--filled:active svg {
      color: #FFFFFF;
      fill: #FFFFFF; }

body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button {
  text-decoration: none;
  text-transform: none;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0 16px;
  font-family: "Kia Signature", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  border: 1px solid #05141F;
  outline: none;
  background-color: #05141F;
  cursor: pointer;
  transition: background 0.25s, border 0.25s, color 0.25s;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.93rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 0px; }
  body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button > span {
    vertical-align: middle; }
    body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button > span.svg-icon {
      padding-right: 10px; }
      body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button > span.svg-icon svg {
        color: #FFFFFF;
        fill: #FFFFFF;
        transition: all 0.25s; }
  @media screen and (min-width: 768px) {
    body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button {
      font-size: 14px;
      font-size: 0.7rem;
      line-height: 0.9rem; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button:hover {
      background-color: #05141F;
      color: #FFFFFF;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button:hover svg {
        color: #FFFFFF;
        fill: #FFFFFF; } }

@-moz-document url-prefix() {
  body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button:hover {
    background-color: #05141F;
    color: #FFFFFF;
    border-color: #05141F;
    transition: 0.25s all;
    text-decoration: underline; }
    body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button:hover svg {
      color: #FFFFFF;
      fill: #FFFFFF; } }
  @media (hover: hover) {
    body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button:hover {
      background-color: #05141F;
      color: #FFFFFF;
      border-color: #05141F;
      transition: 0.25s all;
      text-decoration: underline; }
      body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button:hover svg {
        color: #FFFFFF;
        fill: #FFFFFF; } }
  body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button .active, body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button:active {
    background-color: rgba(5, 20, 31, 0.8);
    color: #FFFFFF;
    border-color: transparent;
    transition: 0.25s all;
    text-decoration: none; }
    body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button .active svg, body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button:active svg {
      color: #FFFFFF;
      fill: #FFFFFF; }
  body[class*="template-"] .frm_forms .frm_form_fields .frm_submit button span {
    padding-right: 0; }


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