/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: "Hyundai Sans",serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    border: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

ul, li {
    padding: 0px;
    margin: 0px;
}

/**
 * Base: Colours
 */
.theme-air-force-blue-dark {
    background-color: #161F4D;
    color: #FFFFFF;
}

.theme-air-force-blue-dark .lightbox-cta a {
    background-color: #2077CF;
}

.theme-air-force-blue-dark .lightbox-cta a:hover, .theme-air-force-blue-dark .lightbox-cta a:active {
    background-color: #004282;
}

.theme-black {
    background-color: #000000;
    color: #FFFFFF;
}

.theme-black .lightbox-cta a {
    background-color: #91A4AD;
}

.theme-black .lightbox-cta a:hover, .theme-black .lightbox-cta a:active {
    background-color: #91A4AD;
}

.theme-day-blue {
    background-color: #2177CF;
    color: #000000;
}

.theme-day-blue .lightbox-cta a {
    background-color: #005296;
}

.theme-day-blue .lightbox-cta a:hover, .theme-day-blue .lightbox-cta a:active {
    background-color: #005296;
}

.theme-gold {
    background-color: #8E7759;
    color: #000000;
}

.theme-gold .lightbox-cta a {
    background-color: #B59E74;
}

.theme-gold .lightbox-cta a:hover, .theme-gold .lightbox-cta a:active {
    background-color: #B59E74;
}

.theme-gold-dark {
    background-color: #8D744A;
    color: #000000;
}

.theme-gold-dark .lightbox-cta a {
    background-color: #C0B19C;
}

.theme-gold-dark .lightbox-cta a:hover, .theme-gold-dark .lightbox-cta a:active {
    background-color: #C0B19C;
}

.theme-gold-light {
    background-color: #C0B19C;
    color: #000000;
}

.theme-gold-light .lightbox-cta a {
    background-color: #8D7659;
}

.theme-gold-light .lightbox-cta a:hover, .theme-gold-light .lightbox-cta a:active {
    background-color: #756653;
}

.theme-grey {
    background-color: #91A4AD;
    color: #000000;
}

.theme-grey .lightbox-cta a {
    background-color: #1875D1;
}

.theme-grey .lightbox-cta a:hover, .theme-grey .lightbox-cta a:active {
    background-color: #004282;
}

.theme-grey-dark {
    background-color: #292929;
    color: #000000;
}

.theme-grey-dark .lightbox-cta a {
    background-color: #717171;
}

.theme-grey-dark .lightbox-cta a:hover, .theme-grey-dark .lightbox-cta a:active {
    background-color: #202020;
}

.theme-grey-light {
    background-color: #BFBFBF;
    color: #000000;
}

.theme-grey-light .lightbox-cta a {
    background-color: #3892BD;
}

.theme-grey-light .lightbox-cta a:hover, .theme-grey-light .lightbox-cta a:active {
    background-color: #00527E;
}

.theme-grey-very-light {
    background-color: #EDEDED;
    color: #000000;
}

.theme-grey-very-light .lightbox-cta a {
    background-color: #3892BD;
}

.theme-grey-very-light .lightbox-cta a:hover, .theme-grey-very-light .lightbox-cta a:active {
    background-color: #3892BD;
}

.theme-jade {
    background-color: #21A195;
    color: #000000;
}

.theme-jade .lightbox-cta a {
    background-color: #007466;
}

.theme-jade .lightbox-cta a:hover, .theme-jade .lightbox-cta a:active {
    background-color: #007466;
}

.theme-jade-light {
    background-color: #7BC6BF;
    color: #000000;
}

.theme-jade-light .lightbox-cta a {
    background-color: #21A195;
}

.theme-jade-light .lightbox-cta a:hover, .theme-jade-light .lightbox-cta a:active {
    background-color: #21A195;
}

.theme-modern-blue {
    background-color: #3892BD;
    color: #000000;
}

.theme-modern-blue .lightbox-cta a {
    background-color: #084D73;
}

.theme-modern-blue .lightbox-cta a:hover, .theme-modern-blue .lightbox-cta a:active {
    background-color: #133A67;
}

.theme-red {
    background-color: #CE2A2A;
    color: #000000;
}

.theme-red .lightbox-cta a {
    background-color: #292929;
}

.theme-red .lightbox-cta a:hover, .theme-red .lightbox-cta a:active {
    background-color: #292929;
}

.theme-red-dark {
    background-color: #BB0720;
    color: #000000;
}

.theme-red-dark .lightbox-cta a {
    background-color: #202020;
}

.theme-red-dark .lightbox-cta a:hover, .theme-red-dark .lightbox-cta a:active {
    background-color: #401419;
}

.theme-sky-grey {
    background-color: #6A8399;
    color: #000000;
}

.theme-sky-grey .lightbox-cta a {
    background-color: #2178CF;
}

.theme-sky-grey .lightbox-cta a:hover, .theme-sky-grey .lightbox-cta a:active {
    background-color: #004282;
}

.theme-sky-grey-dark {
    background-color: #222D33;
    color: #000000;
}

.theme-sky-grey-dark .lightbox-cta a {
    background-color: #2177CF;
}

.theme-sky-grey-dark .lightbox-cta a:hover, .theme-sky-grey-dark .lightbox-cta a:active {
    background-color: #004282;
}

.theme-sky-grey-light {
    background-color: #859CA9;
    color: #000000;
}

.theme-sky-grey-light .lightbox-cta a {
    background-color: #24323C;
}

.theme-sky-grey-light .lightbox-cta a:hover, .theme-sky-grey-light .lightbox-cta a:active {
    background-color: #223D4B;
}

.theme-white {
    background-color: #FFFFFF;
    color: #000000;
}

.text-blue {
    color: #004282 !important;
    border-color: #004282 !important;
}

.text-blue p {
    color: #004282 !important;
}

.text-dark {
    color: #202020 !important;
    border-color: #202020 !important;
}

.text-dark p {
    color: #202020 !important;
}

.text-grey {
    color: #5B5B5B !important;
    border-color: #5B5B5B !important;
}

.text-grey p {
    color: #5B5B5B !important;
}

.text-white {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.text-white p {
    color: #FFFFFF !important;
}

.text-sky-grey-light {
    color: #859CA9 !important;
    border-color: #859CA9 !important;
}

.text-sky-grey-light p {
    color: #859CA9 !important;
}

.text-sky-grey-dark {
    color: #222D33 !important;
    border-color: #222D33 !important;
}

.text-sky-grey-dark p {
    color: #222D33 !important;
}

.text-sky-grey {
    color: #6A8399 !important;
    border-color: #6A8399 !important;
}

.text-sky-grey p {
    color: #6A8399 !important;
}

.text-red-dark {
    color: #BB0720 !important;
    border-color: #BB0720 !important;
}

.text-red-dark p {
    color: #BB0720 !important;
}

.text-red {
    color: #CE2A2A !important;
    border-color: #CE2A2A !important;
}

.text-red p {
    color: #CE2A2A !important;
}

.text-modern-blue {
    color: #3892BD !important;
    border-color: #3892BD !important;
}

.text-modern-blue p {
    color: #3892BD !important;
}

.text-jade-light {
    color: #7BC6BF !important;
    border-color: #7BC6BF !important;
}

.text-jade-light p {
    color: #7BC6BF !important;
}

.text-jade {
    color: #21A195 !important;
    border-color: #21A195 !important;
}

.text-jade p {
    color: #21A195 !important;
}

.text-grey-very-light {
    color: #EDEDED !important;
    border-color: #EDEDED !important;
}

.text-grey-very-light p {
    color: #EDEDED !important;
}

.text-grey {
    color: #91A4AD !important;
    border-color: #91A4AD !important;
}

.text-grey p {
    color: #91A4AD !important;
}

.text-grey-dark {
    color: #292929 !important;
    border-color: #292929 !important;
}

.text-grey-dark p {
    color: #292929 !important;
}

.text-grey-light {
    color: #BFBFBF !important;
    border-color: #BFBFBF !important;
}

.text-grey-light p {
    color: #BFBFBF !important;
}

.text-day-blue {
    color: #2177CF !important;
    border-color: #2177CF !important;
}

.text-day-blue p {
    color: #2177CF !important;
}

.text-gold {
    color: #8E7759 !important;
    border-color: #8E7759 !important;
}

.text-gold p {
    color: #8E7759 !important;
}

.text-gold-dark {
    color: #8D744A !important;
    border-color: #8D744A !important;
}

.text-gold-dark p {
    color: #8D744A !important;
}

.text-gold-light {
    color: #C0B19C !important;
    border-color: #C0B19C !important;
}

.text-gold-light p {
    color: #C0B19C !important;
}

.text-air-force-blue-dark {
    color: #161F4D !important;
    border-color: #161F4D !important;
}

.text-air-force-blue-dark p {
    color: #161F4D !important;
}

@font-face {
    font-family: "Hyundai Sans";
    font-style: italic;
    font-weight: 300;
    src:url("../fonts/hyundai-sans/HyundaiSansTextOffice-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai Sans";
    font-style: normal;
    font-weight: 300;
    src:url("../fonts/hyundai-sans/HyundaiSansTextOffice-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/hyundai-sans/HyundaiSansTextOffice-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai Sans";
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/hyundai-sans/HyundaiSansTextOffice-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/hyundai-sans/HyundaiSansTextOffice-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai Sans";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/hyundai-sans/HyundaiSansTextOffice-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai Sans H";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/hyundai-sans/HyundaiSansHeadOffice-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai Sans H";
    font-style: normal;
    font-weight: 400;
    src:  url("../fonts/hyundai-sans/HyundaiSansHeadOffice-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai Sans H";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/hyundai-sans/HyundaiSansHeadOffice-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai Sans h";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/hyundai-sans/HyundaiSansHeadOffice-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Hyundai icomoon";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/hyundai-icomoon/hyundai-icomoon.ttf") format("truetype");
}

@media (min-width: 1024px) {
    .hide-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hide-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
    .filter-button {
        width: 100%!important;
    }
}

.heading,
.sub-heading {
    font-family: 'Hyundai Sans H', 'Roboto', 'Helvetica Neue', serif;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    display: block;
}

.heading--light,
.sub-heading--light {
    font-weight: 300;
}

.heading--regular,
.sub-heading--regular {
    font-weight: 400;
}

.heading--medium,
.sub-heading--medium {
    font-weight: 500;
}

.heading--bold,
.sub-heading--bold {
    font-weight: 700;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 15px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 72px;
    }

    h2 {
        font-size: 56px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }
}

[class^="text--"] {
    font-family: 'Hyundai Sans', 'Roboto', 'Helvetica Neue', serif;
}

.text {
    font-family: 'Hyundai Sans', 'Roboto', 'Helvetica Neue', serif;
    font-weight: normal;
}

.text--light {
    font-weight: 300;
}

.text--regular {
    font-weight: 400;
}

.text--medium {
    font-weight: 500;
}

.text--bold {
    font-weight: 700;
}

.text--italic {
    font-style: italic;
}

[class^="btn--"] {
    font-family: 'Hyundai Sans', 'Roboto', 'Helvetica Neue', serif;
}

.btn {
    font-family: 'Hyundai Sans', 'Roboto', 'Helvetica Neue', serif;
    font-weight: normal;
}

.btn--light {
    font-weight: 300;
}

.btn--regular {
    font-weight: 400;
}

.btn--medium {
    font-weight: 500;
}

.btn--bold {
    font-weight: 700;
}

.btn--italic {
    font-style: italic;
}

p {
    font-size: 14px;
    line-height: 1em;
}

p.text {
    line-height: 25px;
}

p.text--head {
    font-family: 'Hyundai Sans H', 'Roboto', 'Helvetica Neue', serif;
}

p.size--r {
    font-size: 19px;
}

p.size--s {
    font-size: 14px;
}

p.size--xs {
    font-size: 11px;
}

@media (min-width: 768px) {
    p {
        font-size: 19px;
    }

    p.text {
        line-height: 1.6em;
    }

    p.size--r {
        font-size: 19px;
    }
}

.grid-container {
    height: 5.71429%;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1140px) {
    .grid-container {
        max-width: 1120px;
        padding: 0 0;
    }
}

.grid-container [class^="col-"] {
    float: left;
    margin-left: 1.42857%;
    margin-right: 1.42857%;
}

.grid-container [class^="col-"]:first-child {
    margin-left: 0;
}

.grid-container [class^="col-"]:last-child {
    margin-right: 0;
}

.grid-container .col-1 {
    width: 5.71429%;
}

.grid-container .col-2 {
    width: 14.28571%;
}

.grid-container .col-3 {
    width: 22.85714%;
}

.grid-container .col-4 {
    width: 31.42857%;
}

.grid-container .col-5 {
    width: 40%;
}

.grid-container .col-6 {
    width: 48.57143%;
}

.grid-container .col-7 {
    width: 57.14286%;
}

.grid-container .col-8 {
    width: 65.71429%;
}

.grid-container .col-9 {
    width: 74.28571%;
}

.grid-container .col-10 {
    width: 82.85714%;
}

.grid-container .col-11 {
    width: 91.42857%;
}

.grid-container .col-12 {
    width: 100%;
}

.grid-container .row:after {
    content: ' ';
    display: table;
    clear: both;
}

.grid-container .row .push-left-1 {
    margin-left: 8.57143%;
}

.grid-container .row .push-left-2 {
    margin-left: 17.14286%;
}

.grid-container .row .push-left-3 {
    margin-left: 25.71429%;
}

.grid-container .row .push-left-4 {
    margin-left: 34.28571%;
}

.grid-container .row .push-left-5 {
    margin-left: 42.85714%;
}

.grid-container .row .push-left-6 {
    margin-left: 51.42857%;
}

.grid-container .row .push-left-7 {
    margin-left: 60%;
}

.grid-container .row .push-left-8 {
    margin-left: 68.57143%;
}

.grid-container .row .push-left-9 {
    margin-left: 77.14286%;
}

.grid-container .row .push-left-10 {
    margin-left: 85.71429%;
}

.grid-container .row .push-left-11 {
    margin-left: 94.28571%;
}

.grid-container .row .push-left-12 {
    margin-left: 102.85714%;
}

@media (max-width: 1024px) and (min-width: 576px) {
    .grid-container .col-1-tab {
        width: 5.71429%;
    }

    .grid-container .col-2-tab {
        width: 14.28571%;
    }

    .grid-container .col-3-tab {
        width: 22.85714%;
    }

    .grid-container .col-4-tab {
        width: 31.42857%;
    }

    .grid-container .col-5-tab {
        width: 40%;
    }

    .grid-container .col-6-tab {
        width: 48.57143%;
    }

    .grid-container .col-7-tab {
        width: 57.14286%;
    }

    .grid-container .col-8-tab {
        width: 65.71429%;
    }

    .grid-container .col-9-tab {
        width: 74.28571%;
    }

    .grid-container .col-10-tab {
        width: 82.85714%;
    }

    .grid-container .col-11-tab {
        width: 91.42857%;
    }

    .grid-container .col-12-tab {
        width: 100%;
    }

    .grid-container .break-1-tab [class^="col-"]:nth-child(1) {
        margin-right: 0;
    }

    .grid-container .break-1-tab [class^="col-"]:nth-child(1) + * {
        margin-left: 0;
    }

    .grid-container .break-2-tab [class^="col-"]:nth-child(2) {
        margin-right: 0;
    }

    .grid-container .break-2-tab [class^="col-"]:nth-child(2) + * {
        margin-left: 0;
    }

    .grid-container .break-3-tab [class^="col-"]:nth-child(3) {
        margin-right: 0;
    }

    .grid-container .break-3-tab [class^="col-"]:nth-child(3) + * {
        margin-left: 0;
    }

    .grid-container .break-4-tab [class^="col-"]:nth-child(4) {
        margin-right: 0;
    }

    .grid-container .break-4-tab [class^="col-"]:nth-child(4) + * {
        margin-left: 0;
    }

    .grid-container .break-5-tab [class^="col-"]:nth-child(5) {
        margin-right: 0;
    }

    .grid-container .break-5-tab [class^="col-"]:nth-child(5) + * {
        margin-left: 0;
    }

    .grid-container .break-6-tab [class^="col-"]:nth-child(6) {
        margin-right: 0;
    }

    .grid-container .break-6-tab [class^="col-"]:nth-child(6) + * {
        margin-left: 0;
    }

    .grid-container .break-7-tab [class^="col-"]:nth-child(7) {
        margin-right: 0;
    }

    .grid-container .break-7-tab [class^="col-"]:nth-child(7) + * {
        margin-left: 0;
    }

    .grid-container .break-8-tab [class^="col-"]:nth-child(8) {
        margin-right: 0;
    }

    .grid-container .break-8-tab [class^="col-"]:nth-child(8) + * {
        margin-left: 0;
    }

    .grid-container .break-9-tab [class^="col-"]:nth-child(9) {
        margin-right: 0;
    }

    .grid-container .break-9-tab [class^="col-"]:nth-child(9) + * {
        margin-left: 0;
    }

    .grid-container .break-10-tab [class^="col-"]:nth-child(10) {
        margin-right: 0;
    }

    .grid-container .break-10-tab [class^="col-"]:nth-child(10) + * {
        margin-left: 0;
    }

    .grid-container .break-11-tab [class^="col-"]:nth-child(11) {
        margin-right: 0;
    }

    .grid-container .break-11-tab [class^="col-"]:nth-child(11) + * {
        margin-left: 0;
    }

    .grid-container .break-12-tab [class^="col-"]:nth-child(12) {
        margin-right: 0;
    }

    .grid-container .break-12-tab [class^="col-"]:nth-child(12) + * {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .grid-container .col-1-mob {
        width: 5.71429%;
    }

    .grid-container .col-2-mob {
        width: 14.28571%;
    }

    .grid-container .col-3-mob {
        width: 22.85714%;
    }

    .grid-container .col-4-mob {
        width: 31.42857%;
    }

    .grid-container .col-5-mob {
        width: 40%;
    }

    .grid-container .col-6-mob {
        width: 48.57143%;
    }

    .grid-container .col-7-mob {
        width: 57.14286%;
    }

    .grid-container .col-8-mob {
        width: 65.71429%;
    }

    .grid-container .col-9-mob {
        width: 74.28571%;
    }

    .grid-container .col-10-mob {
        width: 82.85714%;
    }

    .grid-container .col-11-mob {
        width: 91.42857%;
    }

    .grid-container .col-12-mob {
        width: 100%;
    }

    .grid-container .break-1-mob [class^="col-"]:nth-child(1) {
        margin-right: 0;
    }

    .grid-container .break-1-mob [class^="col-"]:nth-child(1) + * {
        margin-left: 0;
    }

    .grid-container .break-2-mob [class^="col-"]:nth-child(2) {
        margin-right: 0;
    }

    .grid-container .break-2-mob [class^="col-"]:nth-child(2) + * {
        margin-left: 0;
    }

    .grid-container .break-3-mob [class^="col-"]:nth-child(3) {
        margin-right: 0;
    }

    .grid-container .break-3-mob [class^="col-"]:nth-child(3) + * {
        margin-left: 0;
    }

    .grid-container .break-4-mob [class^="col-"]:nth-child(4) {
        margin-right: 0;
    }

    .grid-container .break-4-mob [class^="col-"]:nth-child(4) + * {
        margin-left: 0;
    }

    .grid-container .break-5-mob [class^="col-"]:nth-child(5) {
        margin-right: 0;
    }

    .grid-container .break-5-mob [class^="col-"]:nth-child(5) + * {
        margin-left: 0;
    }

    .grid-container .break-6-mob [class^="col-"]:nth-child(6) {
        margin-right: 0;
    }

    .grid-container .break-6-mob [class^="col-"]:nth-child(6) + * {
        margin-left: 0;
    }

    .grid-container .break-7-mob [class^="col-"]:nth-child(7) {
        margin-right: 0;
    }

    .grid-container .break-7-mob [class^="col-"]:nth-child(7) + * {
        margin-left: 0;
    }

    .grid-container .break-8-mob [class^="col-"]:nth-child(8) {
        margin-right: 0;
    }

    .grid-container .break-8-mob [class^="col-"]:nth-child(8) + * {
        margin-left: 0;
    }

    .grid-container .break-9-mob [class^="col-"]:nth-child(9) {
        margin-right: 0;
    }

    .grid-container .break-9-mob [class^="col-"]:nth-child(9) + * {
        margin-left: 0;
    }

    .grid-container .break-10-mob [class^="col-"]:nth-child(10) {
        margin-right: 0;
    }

    .grid-container .break-10-mob [class^="col-"]:nth-child(10) + * {
        margin-left: 0;
    }

    .grid-container .break-11-mob [class^="col-"]:nth-child(11) {
        margin-right: 0;
    }

    .grid-container .break-11-mob [class^="col-"]:nth-child(11) + * {
        margin-left: 0;
    }

    .grid-container .break-12-mob [class^="col-"]:nth-child(12) {
        margin-right: 0;
    }

    .grid-container .break-12-mob [class^="col-"]:nth-child(12) + * {
        margin-left: 0;
    }
}

.grid-container.debug {
    background: #e9e0ff;
    min-height: 960px;
}

.grid-container.debug [class^="col-"] {
    background: #dce3ce;
    min-height: 64px;
    border: 1px dashed #aaa;
    text-align: center;
    line-height: 62px;
    margin-bottom: 32px;
}

.ci {
    box-sizing: border-box;
}

.ci * {
    box-sizing: inherit;
}

.container {
    display: block;
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
}

.ci .page-container {
    background-color: #fff;
    max-width: 100%;
}

.ci .page-container > form {
    background-color: inherit;
    margin: 0;
}

.ci .page-container > form > .edit-buttons {
    position: relative;
    z-index: 801;
}

.ci .page-container > form > .system-items {
    z-index: 801;
}

.ci.modal {
    overflow: hidden;
}

.ci.modal .page-container {
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

@media (min-width: 0px) {
    .ci::after {
        content: "default";
        display: none;
    }
}

@media (min-width: 768px) {
    .ci::after {
        content: "tablet";
        display: none;
    }
}

@media (min-width: 1024px) {
    .ci::after {
        content: "desktop";
        display: none;
    }
}

@media (min-width: 1140px) {
    .ci::after {
        content: "medium-desktop";
        display: none;
    }
}

@media (min-width: 1336px) {
    .ci::after {
        content: "widescreen";
        display: none;
    }
}

@media (min-width: 2000px) {
    .ci::after {
        content: "widescreen2000";
        display: none;
    }
}

.ci .btn {
    border: 0;
    display: block;
    overflow: visible;
    width: 100%;
    /*height: 45px;*/
    line-height: 46px;
    padding: 0 20px;
    margin: 0;
    font-weight: 300;
    background-color: #002c5f;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.ci .btn--auto {
    display: inline-block;
    width: auto;
}

.ci .cta-btn {
    display: inline-block;
    width: 100%;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
    margin: 0px 0px 15px 0px;
    padding: 16px 20px;
    font-family: "Hyundai Sans H", "Roboto", "Helvetica Neue", serif;
    font-size: 1em;
    font-weight: 400;
    color: white;
    background-color: #002c5f;
}

.ci .cta-btn:hover, .ci .cta-btn:visited {
    color: white;
}

.ci .cta-btn.grey {
    background-color: #666666;
}

@media (min-width: 768px) {
    .ci .cta-btn {
        width: auto;
        margin: 0px 30px 15px 0px;
    }
}

.ci .cta-link {
    display: inline-block;
    width: 100%;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
    margin: 0px 0px 15px 0px;
    font-family: "Hyundai Sans", serif;
    font-size: 19px;
    font-weight: 700;
    color: #00aad2;
}

.ci .cta-link:hover, .ci .cta-link:visited {
    color: white;
}

.ci .cta-link.grey {
    background-color: #666666;
}

@media (min-width: 768px) {
    .ci .cta-link {
        width: auto;
        margin: 0px 30px 15px 0px;
    }
}

.ci .cta-link:hover, .ci .cta-link:visited {
    color: #00aad2;
}

.ci .cta-btn:last-child, .ci .cta-link:last-child {
    margin-right: 0px;
}

@-webkit-keyframes hoverPlay {
    25% {
        opacity: 0.9;
        border-width: 3px;
    }
    50% {
        opacity: 0.8;
        border-width: 2px;
    }
    75% {
        opacity: 1;
        border-width: 4px;
    }
}

@-webkit-keyframes speakerPump {
    from {
        left: 0px;
    }
    to {
        left: 3px;
    }
}

@-webkit-keyframes speakerPump {
    from {
        left: 0px;
    }
    to {
        left: 3px;
    }
}

.ci .bg-responsive {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.ci .image-responsive {
    visibility: hidden;
}

@media (min-width: 768px) {
    .ci .bg-responsive {
        opacity: 1;
    }

    .ci .image-responsive {
        visibility: visible;
    }
}

.stage {
    width: 100%;
    height: auto;
    padding: 30px 15px 0;
    padding-bottom: 0;
    color: #fff;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 1140px) {
    .stage {
        padding: 30px 60px 0 60px;
    }

    .stage ~ .stage {
        margin-top: 0;
    }
}

.story {
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 1800px;
    margin: 0 auto;
    background-color: inherit;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.story .story-content {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 1120px;
    margin: 0 auto;
}

.story .story-content:after {
    content: ' ';
    display: table;
    clear: both;
}

.story .story-header {
    display: block;
    text-decoration: none;
}

.story .story-header .heading {
    margin: 0;
    line-height: 1em;
}

.story .btn-container .btn {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .story .btn-container {
        position: absolute;
        bottom: 60px;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .story .btn-container .btn {
        width: auto;
        display: inline-block;
    }
}

.stage.theme--sand {
    background-color: #e4dcd3;
}

.stage.theme--navy {
    background-color: #002c5f;
}

.stage.theme--white {
    background-color: #fff;
}

.stage.theme--grey-sky {
    background-color: transparent;
    background-image: url(../images/hyundai/ci-common/m-grey-sky-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .stage.theme--grey-sky {
        background-image: url(../images/hyundai/ci-common/d-grey-sky-bg.jpg);
    }
}

.hero-blade .story {
    color: #fff;
    height: 360px;
}

@media (min-width: 768px) {
    .hero-blade .story {
        height: 480px;
        padding: 60px 0 0 0;
    }
}

@media (min-width: 1140px) {
    .hero-blade .story {
        height: 540px;
    }
}

.hero-blade .story .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.hero-blade .story-content {
    padding: 30px 15px;
    height: 100%;
    max-width: 1120px;
    color: inherit;
}

.hero-blade .story-content .hero-form-input {
    width: 500px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.3;
    height: 45px;
    border: none;
    padding: 0 10px;
    font-family: "Hyundai Sans H", "Roboto", "Helvetica Neue", serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.hero-blade .story-content .hero-form-input::-webkit-input-placeholder {
    color: #000;
}

.hero-blade .story-content .hero-form-input::-moz-placeholder {
    color: #000;
}

.hero-blade .story-content .hero-form-input:-ms-input-placeholder {
    color: #000;
}

.hero-blade .story-content .hero-form-input::placeholder {
    color: #000;
}

@media (min-width: 768px) {
    .hero-blade .story-content {
        padding: 60px 30px;
        padding-bottom: 0;
    }

    .hero-blade .story-content .hero-form-input {
        margin-bottom: 0;
    }
}

.hero-blade .story-header .heading {
    font-size: 28px;
    color: inherit;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .hero-blade .story-header .heading {
        font-size: 25px;
        margin: 0 0 30px;
        padding-left: 0;
    }
}

.hero-blade .story-header .sub-heading {
    font-size: 19px;
    color: inherit;
    margin: 15px 0;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .hero-blade .story-header .sub-heading {
        font-size: 25px;
        margin: 30px 0;
        padding-left: 0;
    }
}

.hero-blade--default .story {
    max-height: 320px;
}

@media (min-width: 768px) {
    .hero-blade--default .story {
        max-height: none;
    }
}

@media (min-width: 768px) {
    .hero-blade--default .story-header .heading {
        font-size: 72px;
        margin-bottom: 15px;
        max-width: 420px;
        line-height: 0.9em;
    }
}

.hero-blade--default .story-header .sub-heading {
    margin: 8px 0;
}

@media (min-width: 768px) {
    .hero-blade--default .story-header .sub-heading {
        margin: 30px 0;
        margin-bottom: 21px;
    }
}

.hero-blade--default .story-header .cta {
    position: absolute;
    bottom: 15px;
}

@media (min-width: 768px) {
    .hero-blade--default .story-header .cta {
        position: static;
    }
}

.hero-blade--simple .story, .hero-blade--simple-link .story {
    color: #000;
}

.hero-blade--simple .story-content, .hero-blade--simple-link .story-content {
    max-width: 1120px;
    padding: 60px 15px 0 15px;
    height: 100%;
}

@media (min-width: 768px) {
    .hero-blade--simple .story-content, .hero-blade--simple-link .story-content {
        padding: 0 30px;
        padding-top: 120px;
    }
}

@media (min-width: 1140px) {
    .hero-blade--simple .story-content, .hero-blade--simple-link .story-content {
        padding-top: 180px;
    }
}

.hero-blade--simple .story-header .heading, .hero-blade--simple-link .story-header .heading {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .hero-blade--simple .story-header .heading, .hero-blade--simple-link .story-header .heading {
        font-size: 58px;
        margin-bottom: 20px;
        line-height: 60px;
    }
}

.hero-blade--simple .story-header .sub-heading, .hero-blade--simple-link .story-header .sub-heading {
    font-size: 14px;
    max-width: 540px;
}

@media (min-width: 768px) {
    .hero-blade--simple .story-header .sub-heading, .hero-blade--simple-link .story-header .sub-heading {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .hero-blade.align--t .story-content {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .hero-blade.align--m .story-content {
        padding-top: 120px;
    }
}

@media (min-width: 1140px) {
    .hero-blade.align--m .story-header .heading {
        margin: 15px 0;
    }
}

.hero-blade.align--mc {
    text-align: center;
}

@media (min-width: 768px) {
    .hero-blade.align--mc .story-content {
        padding-top: 120px;
    }
}

.hero-blade.align--mc .story-header .heading {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .hero-blade.align--mc .story-header .heading {
        margin: 15px 0;
    }
}

.hero-blade.align--mc .story-header .sub-heading {
    margin-left: auto;
    margin-right: auto;
}

.hero-blade.align--c {
    text-align: center;
}

.hero-blade.align--c .story-header .sub-heading {
    margin-left: auto;
    margin-right: auto;
}

.hero-blade.align--r .story-header .heading {
    float: right;
    text-align: right;
    clear: both;
}

.hero-blade.align--r .story-header .sub-heading {
    float: right;
    text-align: right;
    clear: both;
}

.hero-blade.align--r .story-header .cta {
    float: right;
    clear: both;
}

.hero-blade .story {
    color: #fff;
    height: 360px;
}

@media (min-width: 768px) {
    .hero-blade .story {
        height: 480px;
        padding: 60px 0 0 0;
    }
}

@media (min-width: 1140px) {
    .hero-blade .story {
        height: 540px;
    }
}

.hero-blade .story .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.hero-blade .story-content {
    padding: 30px 15px;
    height: 100%;
    max-width: 1120px;
    color: inherit;
}

.hero-blade .story-content .hero-form-input {
    width: 500px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.3;
    height: 45px;
    border: none;
    padding: 0 10px;
    font-family: "Hyundai Sans H", "Roboto", "Helvetica Neue", serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.hero-blade .story-content .hero-form-input::-webkit-input-placeholder {
    color: #000;
}

.hero-blade .story-content .hero-form-input::-moz-placeholder {
    color: #000;
}

.hero-blade .story-content .hero-form-input:-ms-input-placeholder {
    color: #000;
}

.hero-blade .story-content .hero-form-input::placeholder {
    color: #000;
}

@media (min-width: 768px) {
    .hero-blade .story-content {
        padding: 60px 30px;
        padding-bottom: 0;
    }

    .hero-blade .story-content .hero-form-input {
        margin-bottom: 0;
    }
}

.hero-blade .story-header .heading {
    font-size: 28px;
    color: inherit;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .hero-blade .story-header .heading {
        font-size: 25px;
        margin: 0 0 30px;
        padding-left: 0;
    }
}

.hero-blade .story-header .sub-heading {
    font-size: 19px;
    color: inherit;
    margin: 15px 0;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .hero-blade .story-header .sub-heading {
        font-size: 25px;
        margin: 30px 0;
        padding-left: 0;
    }
}

.hero-blade--default .story {
    max-height: 320px;
}

@media (min-width: 768px) {
    .hero-blade--default .story {
        max-height: none;
    }
}

@media (min-width: 768px) {
    .hero-blade--default .story-header .heading {
        font-size: 72px;
        margin-bottom: 15px;
        max-width: 420px;
        line-height: 0.9em;
    }
}

.hero-blade--default .story-header .sub-heading {
    margin: 8px 0;
}

@media (min-width: 768px) {
    .hero-blade--default .story-header .sub-heading {
        margin: 30px 0;
        margin-bottom: 21px;
    }
}

.hero-blade--default .story-header .cta {
    position: absolute;
    bottom: 15px;
}

@media (min-width: 768px) {
    .hero-blade--default .story-header .cta {
        position: static;
    }
}

.hero-blade--simple .story, .hero-blade--simple-link .story {
    color: #000;
}

.hero-blade--simple .story-content, .hero-blade--simple-link .story-content {
    max-width: 1120px;
    padding: 60px 15px 0 15px;
    height: 100%;
}

@media (min-width: 768px) {
    .hero-blade--simple .story-content, .hero-blade--simple-link .story-content {
        padding: 0 30px;
        padding-top: 120px;
    }
}

@media (min-width: 1140px) {
    .hero-blade--simple .story-content, .hero-blade--simple-link .story-content {
        padding-top: 180px;
    }
}

.hero-blade--simple .story-header .heading, .hero-blade--simple-link .story-header .heading {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .hero-blade--simple .story-header .heading, .hero-blade--simple-link .story-header .heading {
        font-size: 58px;
        margin-bottom: 20px;
        line-height: 60px;
    }
}

.hero-blade--simple .story-header .sub-heading, .hero-blade--simple-link .story-header .sub-heading {
    font-size: 14px;
    max-width: 540px;
}

@media (min-width: 768px) {
    .hero-blade--simple .story-header .sub-heading, .hero-blade--simple-link .story-header .sub-heading {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .hero-blade.align--t .story-content {
        padding-top: 30px;
    }
}

@media (min-width: 768px) {
    .hero-blade.align--m .story-content {
        padding-top: 120px;
    }
}

@media (min-width: 1140px) {
    .hero-blade.align--m .story-header .heading {
        margin: 15px 0;
    }
}

.hero-blade.align--mc {
    text-align: center;
}

@media (min-width: 768px) {
    .hero-blade.align--mc .story-content {
        padding-top: 120px;
    }
}

.hero-blade.align--mc .story-header .heading {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .hero-blade.align--mc .story-header .heading {
        margin: 15px 0;
    }
}

.hero-blade.align--mc .story-header .sub-heading {
    margin-left: auto;
    margin-right: auto;
}

.hero-blade.align--c {
    text-align: center;
}

.hero-blade.align--c .story-header .sub-heading {
    margin-left: auto;
    margin-right: auto;
}

.hero-blade.align--r .story-header .heading {
    float: right;
    text-align: right;
    clear: both;
}

.hero-blade.align--r .story-header .sub-heading {
    float: right;
    text-align: right;
    clear: both;
}

.hero-blade.align--r .story-header .cta {
    float: right;
    clear: both;
}

.text-blade .story {
    height: auto;
    background-color: inherit;
    color: #000;
}

.text-blade .story-content {
    max-width: 1120px;
    padding: 30px 15px;
    height: auto;
    background-color: transparent;
    text-align: center;
}

.text-blade .story-content h1, .text-blade .story-content .heading {
    font-size: 30px;
    color: inherit;
    margin: 15px 0;
}

.text-blade .story-content p, .text-blade .story-content .text {
    margin: 0 auto 20px auto;
    color: inherit;
    max-width: 95%;
}

.text-blade .story-content p:last-child, .text-blade .story-content .text:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .text-blade .story-content {
        text-align: center;
        padding: 30px;
    }

    .text-blade .story-content h1, .text-blade .story-content .heading {
        font-size: 44px;
    }

    .text-blade .story-content p, .text-blade .story-content .text {
        font-family: 'Hyundai Sans H', 'Roboto', 'Helvetica Neue', serif;
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: 15px;
        max-width: 920px;
    }
}

@media (min-width: 1140px) {
    .text-blade .story-content {
        padding: 0 30px;
    }
}

@media (min-width: 1140px) {
    .text-blade {
        padding: 60px;
    }
}

.text-blade--image .story {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.text-blade--image .story-image {
    max-width: 1120px;
}

.text-blade--image .story-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text-blade--image .story-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    color: #fff;
}

@media (min-width: 768px) {
    .text-blade--image {
        min-height: 180px;
    }

    .text-blade--image .story-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 0;
        height: 100%;
    }

    .text-blade--image .story-content {
        padding: 60px;
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 1140px) {
    .text-blade--image {
        padding: 0;
    }
}

.text-blade--hero {
    min-height: 0;
    padding-bottom: 0;
}

.text-blade--hero .story-content {
    max-width: 100%;
    padding: 30px 20px;
    background: #002c5f;
    color: #fff;
    text-align: left;
}

.text-blade--hero .story-content h2, .text-blade--hero .story-content .heading {
    font-size: 25px;
    color: inherit;
    margin: 0 0 15px 0;
}

.text-blade--hero .story-content .text {
    color: inherit;
    margin: 0;
}

@media (min-width: 768px) {
    .text-blade--hero .story-content {
        text-align: center;
        padding: 60px 30px;
    }

    .text-blade--hero .story-content .heading {
        font-size: 44px;
    }
}

@media (min-width: 1140px) {
    .text-blade--hero .story-content {
        padding: 60px;
        max-width: 100%;
        margin: 0 auto;
    }

    .text-blade--hero .story-content .heading {
        font-size: 44px;
    }

    .text-blade--hero .story-content .text {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
    }
}

.text-blade--heading {
    padding: 30px 15px;
}

@media (min-width: 768px) {
    .text-blade--heading {
        padding: 60px 30px;
    }
}

.text-blade--heading .story {
    padding: 0;
    text-align: left;
}

.text-blade--heading .story-content {
    padding: 0;
    text-align: inherit;
}

.text-blade--heading .story-content .heading {
    margin: 0;
    line-height: 15px;
    font-size: 22px;
}

.text-blade--heading .story-content .text {
    margin: 15px 0 0;
}

@media (min-width: 768px) {
    .text-blade--heading .story-content .heading {
        margin: 30px 0;
        line-height: 30px;
        font-size: 44px;
        text-align: center;
    }

    .text-blade--heading .story-content .text {
        margin: 30px auto;
        text-align: center;
        max-width: 980px;
    }

    .text-blade--heading .story-content .text:last-child {
        margin-bottom: 30px;
    }
}

.image-blade {
    margin-top: 0;
    padding: 15px;
    padding-top: 30px;
}

.image-blade .story {
    height: auto;
    background-color: inherit;
    max-width: 1120px;
    margin: 0 auto;
}

.image-blade .story-image img {
    width: 100%;
    height: auto;
}

.image-blade .story-content {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.image-blade .story-content h1, .image-blade .story-content .heading {
    font-size: 30px;
    color: inherit;
    margin: 15px 0;
}

.image-blade .story-content p, .image-blade .story-content .text {
    margin: 0 0 20px 0;
    color: inherit;
}

@media (min-width: 768px) {
    .image-blade .story-content {
        text-align: center;
        padding: 60px 30px;
    }

    .image-blade .story-content h1, .image-blade .story-content .heading {
        font-size: 44px;
    }

    .image-blade .story-content p, .image-blade .story-content .text {
        font-family: 'Hyundai Sans H', 'Roboto', 'Helvetica Neue', serif;
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: 15px;
    }
}

.image-blade--xl {
    padding: 15px 0 0;
}

.image-blade--xl .story {
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1140px) {
    .image-blade--xl {
        padding: 30px 0 0;
    }
}

.ci .video-blade {
    position: relative;
    color: #222;
}

.ci .video-blade img {
    position: relative;
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.ci .video-blade > .content {
    padding-top: 40.5px;
    padding-bottom: 30px;
    text-align: center;
}

.ci .video-blade > .content > .wrapper {
    overflow: hidden;
}

.ci .video-blade > .content > .wrapper .slides {
    max-width: 1886px;
    padding: 0px 0px 15px;
    white-space: nowrap;
    text-align: left;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

@media (min-width: 1024px) {
    .ci .video-blade > .content {
        padding-top: 90px;
        padding-bottom: 75px;
    }

    .ci .video-blade > .content > .wrapper .slides {
        padding: 0px 0px 30px;
    }
}

.ci .video-blade .box {
    position: absolute;
    top: 0px;
    width: 15px;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.ci .video-blade .box.visible {
    opacity: 1;
    cursor: pointer;
}

.ci .video-blade .box.always {
    opacity: 1;
    cursor: pointer;
}

.ci .video-blade .box:before {
    content: "";
    position: absolute;
    background-color: #222;
    left: calc(50% - 1px);
    width: 2px;
    top: calc(50% - 10px);
    height: 12px;
}

.ci .video-blade .box:after {
    content: "";
    position: absolute;
    background-color: #222;
    left: calc(50% - 1px);
    width: 2px;
    top: calc(50% - 2px);
    height: 12px;
}

.ci .video-blade .box.left {
    left: 0px;
}

.ci .video-blade .box.left:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ci .video-blade .box.left:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ci .video-blade .box.right {
    right: 0px;
}

.ci .video-blade .box.right:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ci .video-blade .box.right:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ci .video-blade .box {
    width: 15px;
}

.ci .video-blade .box.left {
    left: -15px;
}

.ci .video-blade .box.right {
    right: -15px;
}

@media (min-width: 1024px) {
    .ci .video-blade .box {
        width: 60px;
    }

    .ci .video-blade .box.left {
        left: -60px;
    }

    .ci .video-blade .box.right {
        right: -60px;
    }
}

.ci .video-blade .card {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 1120px;
    vertical-align: top;
    -webkit-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.ci .video-blade .card:last-child {
    margin: 0;
}

.ci .video-blade .card .copy {
    text-align: center;
}

.ci .video-blade .card .image {
    position: relative;
}

.ci .video-blade .card .image video {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 100%;
    height: calc(100% - 2px);
    visibility: hidden;
    background-color: black;
}

.ci .video-blade .card .image .controls {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    right: 15px;
    height: 15px;
    background-color: #b9b3ad;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.ci .video-blade .card .image .controls .progress-bar {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 49.5px;
    bottom: 5px;
    background-color: white;
}

.ci .video-blade .card .image .controls .progress-bar .progress {
    width: 0;
    height: 100%;
    background-color: #00aad2;
}

.ci .video-blade .card .image .controls .time {
    position: absolute;
    top: 4.28571px;
    right: 22.5px;
    bottom: 3px;
    line-height: 9px;
    font-size: 9px;
    color: #222;
}

.ci .video-blade .card .image .controls .speaker {
    position: absolute;
    right: 13px;
    top: 2.5px;
    width: 5.5px;
    height: 11px;
    border-top: 5.5px solid transparent;
    border-right: 5.5px solid #F9F9F7;
    border-bottom: 5.5px solid transparent;
    cursor: pointer;
}

.ci .video-blade .card .image .controls .speaker.disabled {
    border-right: 5.5px solid #222;
}

.ci .video-blade .card .image .controls .speaker.disabled:before {
    background: #222;
}

.ci .video-blade .card .image .controls .speaker.disabled:after {
    border-right: 2px solid #222;
}

.ci .video-blade .card .image .controls .speaker:before {
    content: "";
    position: absolute;
    top: -2.2px;
    left: 0;
    width: 7.33333px;
    height: 4.4px;
    border-radius: 1px 4.4px 4.4px 1px;
    background: #F9F9F7;
}

.ci .video-blade .card .image .controls .speaker::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -5.5px;
    width: 11px;
    height: 11px;
    border-right: 2px solid #F9F9F7;
    border-radius: 50%;
}

.ci .video-blade .card .image .controls .speaker:hover::after {
    -webkit-animation: speakerPump 0.3s infinite;
    animation: speakerPump 0.3s infinite;
}

@media (min-width: 768px) {
    .ci .video-blade .card .image .controls {
        left: 30px;
        bottom: 30px;
        right: 30px;
        height: 30px;
    }

    .ci .video-blade .card .image .controls .progress-bar {
        left: 10px;
        top: 10px;
        right: 99px;
        bottom: 10px;
    }

    .ci .video-blade .card .image .controls .time {
        top: 6px;
        right: 45px;
        bottom: 6px;
        line-height: 18px;
        font-size: 18px;
    }

    .ci .video-blade .card .image .controls .speaker {
        right: 25px;
        top: 5px;
        width: 10px;
        height: 20px;
        border-top: 10px solid transparent;
        border-right: 10px solid #F9F9F7;
        border-bottom: 10px solid transparent;
    }

    .ci .video-blade .card .image .controls .speaker.disabled {
        border-right: 10px solid #222;
    }

    .ci .video-blade .card .image .controls .speaker.disabled:before {
        background: #222;
    }

    .ci .video-blade .card .image .controls .speaker.disabled:after {
        border-right: 2px solid #222;
    }

    .ci .video-blade .card .image .controls .speaker:before {
        top: -4px;
        left: 0;
        width: 13.33333px;
        height: 8px;
        border-radius: 1px 8px 8px 1px;
        background: #F9F9F7;
    }

    .ci .video-blade .card .image .controls .speaker::after {
        left: 0px;
        top: -10px;
        width: 20px;
        height: 20px;
        border-right: 2px solid #F9F9F7;
    }
}

.ci .video-blade .card.is-playing .image video {
    visibility: visible;
}

.ci .video-blade .card.is-playing .image img {
    opacity: 0;
}

.ci .video-blade .card.is-playing .image .controls {
    opacity: 1;
    visibility: visible;
}

.ci .video-blade .card.is-playing .image .play {
    visibility: hidden;
}

.ci .video-blade .card.is-pause .image .play {
    visibility: visible;
}

.ci .video-blade .slides-ctrl {
    position: relative;
    max-width: 1120px;
    margin: 0px auto;
    height: 15px;
    line-height: 15px;
}

.ci .video-blade .slides-ctrl .dots .dot {
    display: inline-block;
    background-color: #CBCBCB;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.ci .video-blade .slides-ctrl .dots .dot.active {
    background-color: #00aad2;
}

@media (min-width: 768px) {
    .ci .video-blade .slides-ctrl {
        height: 30px;
        line-height: 30px;
    }
}

.ci .video-blade h2 {
    font-family: "Hyundai Sans H", "Roboto", "Helvetica Neue", serif;
    line-height: 1.1em;
    font-weight: 500;
    font-size: 22px;
    text-transform: none;
    margin: 0;
    padding: 0px 0px 15px;
}

@media (min-width: 768px) {
    .ci .video-blade h2 {
        font-size: 44px;
        padding: 0px 0px 25.5px;
    }
}

.ci .video-blade p {
    font-family: "Hyundai Sans", serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    padding: 0px 0px 15px;
}

@media (min-width: 768px) {
    .ci .video-blade p {
        font-size: 17px;
        padding: 0px 0px 75px;
    }
}

.ci .video-blade .play {
    position: absolute;
    border: 4px solid #F9F9F7;
    border-radius: 50%;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.ci .video-blade .play:hover {
    -webkit-animation: hoverPlay 0.5s infinite;
    animation: hoverPlay 0.5s infinite;
}

.ci .video-blade .play:before {
    content: '';
    position: absolute;
    -webkit-transform: skew(0deg, -45deg);
    transform: skew(0deg, -45deg);
    border-left: 4px solid #F9F9F7;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #F9F9F7;
    left: calc(50% - 5px);
    top: calc(50% - 11px);
    width: 12px;
    height: 12px;
}

.ci .video-blade .play:after {
    content: '';
    position: absolute;
    -webkit-transform: skew(0deg, 45deg);
    transform: skew(0deg, 45deg);
    border-left: 4px solid #F9F9F7;
    border-top: 5px solid #F9F9F7;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: calc(50% - 5px);
    top: calc(50% - 9px);
    width: 12px;
    height: 12px;
}

.accessories-card-blade {
    color: #000;
    border-bottom-color: #000;
}

@media (min-width: 1140px) {
    .accessories-card-blade {
        height: 720px;
        overflow: hidden;
    }
}

.accessories-card-blade .story {
    height: auto;
}

@media (min-width: 768px) {
    .accessories-card-blade .story {
        padding: 60px 0;
        height: 100%;
    }
}

.accessories-card-blade .story-content {
    height: auto;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .accessories-card-blade .story-content {
        overflow: hidden;
        padding-bottom: 45px;
    }
}

.accessories-card-blade .story-content .btn-container {
    margin-top: -10px;
    bottom: 0;
}

.accessories-card-blade .story-header {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .accessories-card-blade .story-header {
        padding: 0 30px 0 15px;
        width: 50%;
        float: left;
    }
}

@media (min-width: 1140px) {
    .accessories-card-blade .story-header {
        padding: 0;
        max-width: 480px;
    }
}

.accessories-card-blade .story-header .heading {
    font-size: 25px;
    margin: 0 auto 15px auto;
}

@media (min-width: 768px) {
    .accessories-card-blade .story-header .heading {
        font-size: 36px;
        line-height: 1.2em;
    }
}

@media (min-width: 1024px) {
    .accessories-card-blade .story-header .heading {
        font-size: 44px;
    }
}

.accessories-card-blade .story-header .text {
    font-size: 14px;
}

@media (min-width: 768px) {
    .accessories-card-blade .story-header .text {
        font-size: 17px;
    }
}

.accessories-card-blade .story-header .image {
    display: none;
    max-width: 420px;
    margin: 30px auto;
}

@media (min-width: 768px) {
    .accessories-card-blade .story-header .image {
        display: block;
    }
}

.accessories-card-blade .accessories {
    padding: 30px 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .accessories-card-blade .accessories {
        width: 50%;
        float: right;
        padding: 0;
    }
}

@media (min-width: 1140px) {
    .accessories-card-blade .accessories {
        width: 100%;
        max-width: 540px;
        float: right;
    }
}

.accessories-card-blade .accessories .accessory-card {
    width: 50%;
    float: left;
}

.accessories-card-blade .accessories .accessory-card .image {
    height: 30.75vw;
    width: 100%;
    background: #000;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

@media (min-width: 768px) {
    .accessories-card-blade .accessories .accessory-card .image {
        height: 16.454vw;
    }
}

@media (min-width: 1140px) {
    .accessories-card-blade .accessories .accessory-card .image {
        max-height: 180px;
        overflow: hidden;
    }
}

.accessories-card-blade .accessories .accessory-card .image img {
    width: 100%;
    height: auto;
}

.accessories-card-blade .accessories .accessory-card .heading {
    color: inherit;
    font-size: 14px;
    margin: 10px 0 5px;
    line-height: 1.1em;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.accessories-card-blade .accessories .accessory-card .heading a {
    color: inherit;
    text-decoration: none;
    display: inline;
}

.accessories-card-blade .accessories .accessory-card .heading a:hover {
    border-bottom-width: 2px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

@media (min-width: 768px) {
    .accessories-card-blade .accessories .accessory-card .heading {
        font-size: 20px;
        height: 45px;
    }
}

.accessories-card-blade .accessories .accessory-card:nth-child(odd) {
    padding-right: 14px;
}

.accessories-card-blade .accessories .accessory-card:nth-child(even) {
    padding-left: 14px;
}

.ci .similar-model .story {
    padding: 30px 15px;
    color: black;
    background: white;
}

.ci .similar-model .story .story-content {
    padding: 0px 0px 30px 0px;
    text-align: center;
}

@media (min-width: 768px) {
    .ci .similar-model .story .story-content {
        padding: 90px 0px 30px 0px;
    }
}

.ci .similar-model .content {
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}

.ci .similar-model .content .model-header {
    text-align: left;
    z-index: 1;
}

@media (min-width: 1024px) {
    .ci .similar-model .content .model-header {
        position: absolute;
        top: 0px;
        right: -100px;
    }

    .ci .similar-model .content img {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

.ci .similar-model .cta {
    color: white;
}

.ci .similar-model img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.ci .similar-model a, .ci .similar-model a:hover, .ci .similar-model a:visited {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.ci .similar-model h2 {
    font-family: "Hyundai Sans H", "Roboto", "Helvetica Neue", serif;
    font-weight: 400;
    line-height: 1em;
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    font-size: 36px;
}

@media (min-width: 1024px) {
    .ci .similar-model h2 {
        font-size: 44px;
    }
}

@media (min-width: 1024px) {
    .ci .similar-model h2 {
        font-size: 48px;
    }
}

.ci .similar-model h3 {
    font-family: "Hyundai Sans H", "Roboto", "Helvetica Neue", serif;
    font-weight: 400;
    line-height: 1em;
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    padding: 0px 0px 30px 0px;
}

@media (min-width: 1024px) {
    .ci .similar-model h3 {
        font-size: 44px;
    }
}

@media (min-width: 1024px) {
    .ci .similar-model h3 {
        padding: 0px 0px 60px 0px;
    }
}

.ci .similar-model h4 {
    font-family: "Hyundai Sans H", "Roboto", "Helvetica Neue", serif;
    font-weight: 400;
    line-height: 1em;
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    font-size: 19px;
    padding: 0 0 14px;
}

@media (min-width: 1024px) {
    .ci .similar-model h4 {
        font-size: 44px;
    }
}

.ci .similar-model h4:after {
    content: ">";
    font-family: verdana;
    display: inline-block;
}

@media (min-width: 1024px) {
    .ci .similar-model h4 {
        font-size: 24px;
        padding: 0 0 15px 0;
    }

    .ci .similar-model h4:after {
        display: none;
    }
}

.ci .similar-model h5 {
    font-family: "Hyundai Sans H", "Roboto", "Helvetica Neue", serif;
    font-weight: 400;
    line-height: 1em;
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    display: none;
}

@media (min-width: 1024px) {
    .ci .similar-model h5 {
        font-size: 44px;
    }
}

.ci .similar-model h5 span {
    font-family: verdana;
}

@media (min-width: 1024px) {
    .ci .similar-model h5 {
        display: block;
        font-size: 14px;
    }
}

.elcom-form,
div#peas-page {
    width: 100%;
    border: 1px solid #dbdee0;
    margin: 0 auto 30px;
    max-width: 980px;
}

.elcom-form *,
div#peas-page * {
    font-family: 'Hyundai Sans', 'Roboto', 'Helvetica Neue', serif !important;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-after: 0;
    min-width: initial;
}

.elcom-form .form-header,
div#peas-page .form-header {
    font-size: 16px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #dbdee0;
    width: 100%;
    background: #f7f7f8;
    padding: 0;
    font-family: 'Hyundai Sans', 'Roboto', 'Helvetica Neue', serif;
    font-weight: 200;
    color: #000;
    height: 50px;
    line-height: 50px;
}

.elcom-form .form-header .heading,
div#peas-page .form-header .heading {
    background: transparent;
    font-size: inherit;
    margin: 0;
    height: 50px;
    line-height: 52px;
    padding: 0 15px;
    text-transform: none;
    font-weight: 200;
    color: inherit;
    font-family: inherit;
}

.elcom-form .form-heading,
div#peas-page .form-heading {
    margin: 0 0 15px;
    padding: 0;
    font-size: 15px;
    text-transform: capitalize;
}

.elcom-form .form-content,
div#peas-page .form-content {
    padding: 25px 15px 15px;
    margin: 0;
    border: 0;
}

.elcom-form .form-group,
div#peas-page .form-group {
    overflow: auto;
    margin-bottom: 15px;
}

.elcom-form .form-group select,
.elcom-form .form-group textarea,
.elcom-form .form-group > input[type="text"],
.elcom-form .form-group > input[type="phone"],
.elcom-form .form-group > input[type="number"],
.elcom-form .form-group > input[type="email"],
.elcom-form .form-group > input[type="date"],
div#peas-page .form-group select,
div#peas-page .form-group textarea,
div#peas-page .form-group > input[type="text"],
div#peas-page .form-group > input[type="phone"],
div#peas-page .form-group > input[type="number"],
div#peas-page .form-group > input[type="email"],
div#peas-page .form-group > input[type="date"] {
    font-weight: 200;
    font-size: 14px;
    width: 80%;
    height: 34px;
    padding: 6px 12px 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
}

.elcom-form .form-group select:focus,
.elcom-form .form-group textarea:focus,
.elcom-form .form-group > input[type="text"]:focus,
.elcom-form .form-group > input[type="phone"]:focus,
.elcom-form .form-group > input[type="number"]:focus,
.elcom-form .form-group > input[type="email"]:focus,
.elcom-form .form-group > input[type="date"]:focus,
div#peas-page .form-group select:focus,
div#peas-page .form-group textarea:focus,
div#peas-page .form-group > input[type="text"]:focus,
div#peas-page .form-group > input[type="phone"]:focus,
div#peas-page .form-group > input[type="number"]:focus,
div#peas-page .form-group > input[type="email"]:focus,
div#peas-page .form-group > input[type="date"]:focus {
    border-color: #79c2ff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(121, 194, 255, 0.6);
}

.elcom-form .form-group select.short,
.elcom-form .form-group textarea.short,
.elcom-form .form-group > input[type="text"].short,
.elcom-form .form-group > input[type="phone"].short,
.elcom-form .form-group > input[type="number"].short,
.elcom-form .form-group > input[type="email"].short,
.elcom-form .form-group > input[type="date"].short,
div#peas-page .form-group select.short,
div#peas-page .form-group textarea.short,
div#peas-page .form-group > input[type="text"].short,
div#peas-page .form-group > input[type="phone"].short,
div#peas-page .form-group > input[type="number"].short,
div#peas-page .form-group > input[type="email"].short,
div#peas-page .form-group > input[type="date"].short {
    max-width: 80px;
    margin-right: 0.5em;
    display: inline-block;
}

.elcom-form .form-group textarea,
div#peas-page .form-group textarea {
    min-height: 68px;
    padding-top: 10px;
}

.elcom-form .form-group .checkbox,
div#peas-page .form-group .checkbox {
    position: relative;
    top: 8px;
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0;
    float: left;
    cursor: pointer;
}

.elcom-form .form-group .checkbox input[type="checkbox"],
div#peas-page .form-group .checkbox input[type="checkbox"] {
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: 4;
    cursor: pointer;
}

.elcom-form .form-group .checkbox input[type="checkbox"]:checked + .checkbox-icon:before,
div#peas-page .form-group .checkbox input[type="checkbox"]:checked + .checkbox-icon:before {
    content: ' ';
}

.elcom-form .form-group .checkbox .checkbox-icon,
div#peas-page .form-group .checkbox .checkbox-icon {
    border: 1px solid #ccc;
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    background: #fff;
}

.elcom-form .form-group .checkbox .checkbox-icon:before,
div#peas-page .form-group .checkbox .checkbox-icon:before {
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #36a9e1;
    cursor: pointer;
}

.elcom-form .form-group .te,
div#peas-page .form-group .te {
    max-width: 800px;
    margin: 0;
    width: 80%;
    float: right;
    overflow: hidden;
}

.elcom-form .form-group .help-block,
div#peas-page .form-group .help-block {
    margin-left: 20%;
    width: 80%;
    font-size: 13px;
    margin-bottom: 0;
}

.elcom-form .form-group.has-error .form-control,
div#peas-page .form-group.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.elcom-form .form-group.has-error .form-control:focus,
div#peas-page .form-group.has-error .form-control:focus {
    border-color: #a94442;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(169, 68, 66, 0.6);
}

.elcom-form .form-footer,
div#peas-page .form-footer {
    border: none;
    border-top: 1px solid #dbdee0;
    padding: 10px 15px;
    overflow: auto;
    background: #f7f7f8;
}

.elcom-form hr,
div#peas-page hr {
    margin: 28px 0 20px;
    border: none;
    border-bottom: 1px dashed #ccc;
}

.elcom-form hr + .form-group,
div#peas-page hr + .form-group {
    margin-top: 30px;
}

.elcom-form label,
div#peas-page label {
    width: 20%;
    text-align: right;
    padding: 11px 15px 7px 0;
    line-height: 1.2em;
    margin: 0;
    font-weight: 200;
    font-size: 14px;
    color: #7c848d;
    float: left;
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
}

.elcom-form .btn,
div#peas-page .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 15px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    color: #fff;
    background-color: #1e8fc6;
    border: 1px solid #1c89be;
    width: auto;
    float: right;
}

div#peas-page .documentButtons {
    border: 1px solid #dbdee0;
    padding: 10px 0;
    overflow: auto;
    background: #f7f7f8;
    border-top: none;
}

div#peas-page .documentButtons input[type="submit"] {
    padding: 7px 12px 4px !important;
}

div#peas-page .elcom-form {
    margin-bottom: 0;
}

.parallax--container {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.parallax--container .parallax--article {
    text-align: center;
    color: #FFFFFF;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
}

.parallax--container .parallax--article .faux-table {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
}

@media (min-width: 768px) {
    .parallax--container .parallax--article .faux-table {
        padding-left: .625em;
        padding-right: .625em;
    }
}

.parallax--container .parallax--article .faux-table .faux-cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.parallax--container .parallax--article .content {
    padding-top: 40px;
    margin: 0 auto;
    float: right;
}

.parallax--container .parallax--article .content .heading {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.parallax--container .parallax--article .content p {
    font-size: 14px;
    line-height: 1.2;
}

.parallax--container .parallax--article .content p.disclaimer {
    position: absolute;
    bottom: 20px;
}

.parallax--container .lightbox-cta {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.parallax--container.blue .lightbox-cta a {
    background-color: #1875D1;
}

.parallax--container.blue .lightbox-cta a:hover, .parallax--container.blue .lightbox-cta a:active {
    background-color: #004282;
}

.parallax--container.red .lightbox-cta a {
    background-color: #80020F;
}

.parallax--container.red .lightbox-cta a:hover, .parallax--container.red .lightbox-cta a:active {
    background-color: #401419;
}

@media (min-width: 768px) {
    .parallax--container .parallax--article.main .faux-table {
        width: 100%;
        max-width: 2000px;
    }

    .parallax--container .parallax--article.main .faux-table .faux-cell {
        vertical-align: top;
    }

    .parallax--container .parallax--article.main p {
        margin: 0 auto;
    }

    .parallax--container .parallax--article.main .content {
        text-align: center;
        padding-top: 80px;
        margin: 0 auto;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .parallax--container .parallax--article.tablet-top .faux-table .faux-cell {
        vertical-align: top;
    }

    .parallax--container .parallax--article.tablet-top p {
        margin: 0 auto;
    }

    .parallax--container .parallax--article.tablet-top .content {
        text-align: center;
        padding-top: 80px;
        margin: 0 auto;
        padding-left: 2em;
    }

    .parallax--container .parallax--article .faux-table {
        width: 50%;
    }

    .parallax--container .parallax--article .faux-table .faux-cell {
        vertical-align: middle;
    }

    .parallax--container .parallax--article .faux-table.full-width {
        width: 100%;
        max-width: 2000px;
    }

    .parallax--container .parallax--article .content {
        margin: 0 auto;
        text-align: left;
        float: right;
        width: 450px;
        margin-left: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .parallax--container .parallax--article .content.right {
        margin-right: auto;
        margin-left: 50%;
        float: left !important;
        padding-left: 10px;
    }

    .parallax--container .parallax--article .content .heading {
        font-size: 44px;
        margin-bottom: 30px;
    }

    .parallax--container .parallax--article .content p {
        max-width: 855px;
        font-size: 20px;
        line-height: 1.2;
    }

    .parallax--container .parallax--article .content p.disclaimer {
        position: static;
        padding-top: 50px;
    }

    .parallax--container .lightbox-cta {
        bottom: 30px;
        right: 22px;
    }
}

@media (min-width: 1024px) {
    .parallax--container .parallax--article.tablet-top .faux-table .faux-cell {
        vertical-align: middle;
    }

    .parallax--container .parallax--article.tablet-top .content {
        text-align: left;
        margin-left: 40px;
        margin-right: 0;
        width: 490px;
        float: right;
        padding-left: 0;
        padding-right: 0;
    }

    .parallax--container .parallax--article.tablet-top .content.right {
        margin-right: auto;
        margin-left: 50%;
        padding-left: 10px;
    }

    .parallax--container .parallax--article.tablet-top .content .heading {
        font-size: 44px;
        margin-bottom: 30px;
    }

    .parallax--container .parallax--article.tablet-top .content p {
        max-width: 835px;
        font-size: 19px;
    }

    .parallax--container .parallax--article.tablet-top .content p.disclaimer {
        position: static;
        padding-top: 50px;
    }

    .parallax--container .parallax--article .content {
        width: 490px;
    }

    .parallax--container .lightbox-cta {
        bottom: 30px;
        right: 22px;
    }
}

.parallax--container {
    background-color: #000;
}

.parallax--container .parallax--article {
    height: 100vh;
}

.parallax--container .main h2, .parallax--container .main h3 {
    text-align: center;
    font-size: 2.4rem;
}

.parallax--container .parallax--article .faux-table {
    height: 100%;
    max-width: 1000px;
}

@media only screen and (min-width: 2000px) {
    .parallax--container .parallax--article .faux-table {
        margin-left: calc((100vw - 2000px) / 2);
    }
}

:root .parallax--container {
    height: 0;
}

:root .parallax--container {
    width: 0;
}

:root .parallax--container {
    position: fixed;
}

:root .parallax--container {
    z-index: -1;
}

[data-animation="parallax"] .parallax--article > div, [data-animation="fixed"] .parallax--article > div, [data-animation="opacity"] .parallax--article > div {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1024px) {
    [data-animation="parallax"] .parallax--article > div, [data-animation="fixed"] .parallax--article > div, [data-animation="opacity"] .parallax--article > div {
        background-position: center center;
    }
}

.parallax--article h2 {
    font-size: 4rem;
    font-weight: 300;
}

[data-hijacking="on"] .parallax--article {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

[data-hijacking="on"] .parallax--article > div {
    visibility: visible;
}

[data-hijacking="off"] .parallax--article > div {
    opacity: 1;
}

@media (min-width: 1024px) {
    [data-hijacking="off"] .parallax--article > div {
        opacity: 0;
    }
}

[data-animation="rotate"] .parallax--article {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    perspective: 1800px;
}

[data-hijacking="on"][data-animation="rotate"] .parallax--article:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    perspective-origin: center 0;
}

[data-animation="scaleDown"] .parallax--article > div, [data-animation="gallery"] .parallax--article > div, [data-animation="catch"] .parallax--article > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
}

[data-animation="opacity"] .parallax--article.visible > div {
    z-index: 1;
}

.parallax--article:first-of-type > div::before {
    display: none;
}

.parallax--article > div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 1024px) {
    .parallax--article > div {
        position: fixed;
        height: initial;
    }
}

[data-hijacking="on"] .parallax--article > div {
    position: absolute;
}

[data-animation="rotate"] .parallax--article > div {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.cd-vertical-nav {
    /* lateral navigation */
    position: fixed;
    z-index: 1;
    right: 3%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.cd-vertical-nav a {
    display: block;
    height: 40px;
    width: 40px;
    /* image replace */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/cd-icon-arrow.svg) no-repeat center center;
}

.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 10px;
}

.cd-vertical-nav a.inactive {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
    transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

@media only screen and (min-width: 1050px) {
    .cd-vertical-nav {
        display: block;
    }
}

.lightbox-cta {
    width: inherit;
    height: inherit;
}

.lightbox-cta a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    text-decoration: none;
    height: 100%;
    width: 83px;
    height: 83px;
    background-color: #53A29F;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.lightbox-cta a:hover, .lightbox-cta a:active {
    background-color: #42807e;
}

.lightbox-cta .lightbox-cta--plus {
    display: none;
}

.lightbox-cta .lightbox-cta--copy {
    word-spacing: 100%;
    margin: 0;
}

.lightbox-cta .lightbox-cta--copy::after {
    content: " >";
    opacity: 0.6;
}

@media (min-width: 768px) {
    .lightbox-cta a {
        padding: 15px;
        width: 104px;
        height: 104px;
    }
}

@media (min-width: 1024px) {
    .lightbox-cta a {
        padding: 20px;
        width: 150px;
        height: 150px;
    }
}

.icons-awards .story {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    max-width: 1024px;
}

.icons-awards ul {
    font-size: 0;
    padding: 0;
}

.icons-awards li.icons {
    font-size: 1rem;
    display: inline-block;
    width: 33.33333%;
    vertical-align: middle;
    min-height: 70px;
    text-align: center;
}

@media (min-width: 768px) {
    .icons-awards li.icons {
        width: 12.5%;
    }
}

.icons-awards li.icons img {
    margin: 0 auto;
    max-width: 100%;
}

img.svg-icon {
    height: 50px;
    width: 50px;
    display: inline;
    margin: 0 0 20px 0;
}

.list-of-svg {
    background: white;
    text-align: center;
    margin: 0 auto;
}

/*
 * Layout: Header
 */

.site-header {
    background: #fff;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 102; }
.site-header .site-header-main {
    display: flex;
    height: 60px;
    width: 100%; }
@media (min-width: 1024px) {
    .site-header .site-header-main {
        height: 60px;
        position: relative; } }
.site-header .site-header-main .container {
    display: flex;
    z-index: unset; }
.site-header .site-header-main .quick-links {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    overflow: hidden; }
@media (max-width: 1024px) {
    .site-header .site-header-main .container {
        z-index: 10; }
    .site-header .site-header-main .quick-links {
        z-index: 10; }  }
.site-header .site-header-main .quick-links .title {
    font-weight: bold; }
.site-header .site-header-main .quick-links .links-holder {
    display: flex;
    justify-content: center; }
.site-header .site-header-main .quick-links a {
    color: #000;
    display: block;
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap; }
.site-header .site-header-main .quick-links a:first-child {
    margin: 0; }
@media (min-width: 1024px) {
    .site-header .site-header-main .quick-links {
        display: none; } }
.site-header .site-header-main .logo-container {
    align-items: center;
    display: flex;
    margin-left: 2px; }
@media (min-width: 1024px) {
    .site-header .site-header-main .logo-container {
        flex-basis: 160px;
        margin-left: 0;
        margin-right: 40px; } }
.site-header .site-header-main .logo-container .btn-back {
    background: transparent;
    border: 0;
    color: #000;
    cursor: pointer;
    display: none;
    height: 60px;
    line-height: 60px;
    outline: 0;
    width: 38px; }
@media (min-width: 1024px) {
    .site-header .site-header-main .logo-container .btn-back {
        display: none; } }
.site-header .site-header-main .logo-container .btn-back i {
    font-size: 1.25rem; }
.site-header .site-header-main .logo-container .logo-sm {
    display: block;
    height: 20px; }
@media (min-width: 1024px) {
    .site-header .site-header-main .logo-container .logo-sm {
        display: none; } }
.site-header .site-header-main .logo-container .logo-lg {
    display: none;
    height: 22px; }
@media (min-width: 1024px) {
    .site-header .site-header-main .logo-container .logo-lg {
        display: block; } }
.site-header .site-header-main .logo-container .back-arrow {
    display: none;
    height: 100%;
    position: relative;
    width: 38px;
    font-family: "Hyundai icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.site-header .site-header-main .logo-container .back-arrow::before {
    content: "\F104"; }
.site-header .site-header-main .primary-nav {
    display: none; }
@media (min-width: 1024px) {
    .site-header .site-header-main .primary-nav {
        display: flex; } }
.site-header .site-header-main .nav-item {
    align-items: center;
    display: flex; }
@media (min-width: 1024px) {
    .site-header .site-header-main .nav-item {
        margin-left: 6px; }
    .site-header .site-header-main .nav-item:first-child {
        margin: 0; } }
.site-header .site-header-main .nav-item > a {
    color: #000;
    display: block;
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;}
.site-header .site-header-main .nav-item > a:hover {
    text-decoration: none; }
@supports (-webkit-overflow-scrolling: touch) {
    .site-header .site-header-main .nav-item.nav-dropdown::before {
        right: 11.1px; } }
.site-header .site-header-main .nav-item.nav-dropdown > a {
    cursor: pointer;
    padding-right: 30px; }
.site-header .site-header-main .nav-item.nav-dropdown > a::after, .site-header .site-header-main .nav-item.nav-dropdown > a::before {
    background: #000;
    content: "";
    display: block;
    height: 1.35px;
    position: absolute;
    right: 7px;
    top: 7px;
    transition: all 0.3s ease-in-out;
    width: 10.5px; }
.site-header .site-header-main .nav-item.nav-dropdown > a::before {
    right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left; }
.site-header .site-header-main .nav-item.nav-dropdown > a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right;
    transform-origin: right; }
.site-header .site-header-main .nav-item.nav-dropdown.open > a::before, .site-header .site-header-main .nav-item.nav-dropdown.open > a::after {
    color: #767676;
    right: 7px;
    top: 10px;
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 15px; }
.site-header .site-header-main .sub-nav {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    display: block;
    left: 0;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10; }
.site-header .site-header-main .sub-nav::before {
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.08);
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: -25px;
    width: 100%; }
.site-header .site-header-main .sub-nav .container {
    display: flex;
    justify-content: space-between;
    max-width: 816px;
    padding: 50px 0 70px; }
.site-header .site-header-main .sub-nav .btn-close {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 40px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px; }
.site-header .site-header-main .sub-nav .btn-close .bar {
    background: #000;
    display: block;
    height: 1.7px;
    left: 10px;
    position: absolute;
    top: 20px;
    transition: all 0.3s ease-in-out;
    width: 20px; }
.site-header .site-header-main .sub-nav .btn-close .bar:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.site-header .site-header-main .sub-nav .btn-close .bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.site-header .site-header-main .sub-nav .btn-close.bottom-close {
    bottom: 0;
    margin: 0 -20px 0 0;
    right: 50%;
    top: auto; }
.site-header .site-header-main .sub-nav .btn-close.bottom-close .bar {
    height: 1px;
    left: 15px;
    width: 10px; }
.site-header .site-header-main .sub-nav .btn-close.bottom-close .bar:nth-child(1) {
    margin-left: -4px; }
.site-header .site-header-main .sub-nav .btn-close.bottom-close .bar:nth-child(2) {
    margin-left: 3px; }
.site-header .site-header-main .sub-nav .btn-close.bottom-close:hover .bar {
    left: 13px;
    margin-left: 0;
    width: 13px; }
.site-header .site-header-main .sub-nav .sub-nav-group {
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    max-width: 204px;
    width: 100%; }
.site-header .site-header-main .sub-nav .sub-nav-group h3 {
    border-bottom: 1px solid #f2f2f2;
    color: #000;
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 5px; }
.site-header .site-header-main .sub-nav .sub-nav-group-links {
    align-items: flex-start;
    display: flex;
    flex-direction: column; }
.site-header .site-header-main .sub-nav .sub-nav-group-links > .link {
    color: #767676;
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    line-height: 1;
    margin: 10px 0 0;
    padding: 5px 0;
    text-decoration: none;
    transition: color 0.3s ease-in-out; }
.site-header .site-header-main .sub-nav .sub-nav-group-links > .link:hover {
    color: #000; }
.site-header .site-header-main .sub-nav .sub-nav-group-links > .link:first-child {
    margin: 0; }
.site-header .site-header-main .sub-nav .sub-nav-group-links .btn {
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    padding: 12px 20px;
    width: 100%; }
.site-header .site-header-main .sub-nav .sub-nav-group-links .btn + .btn {
    margin-top: 10px; }
.site-header .site-header-main .nav-search {
    display: none; }
@media (min-width: 1024px) {
    .site-header .site-header-main .nav-search {
        align-items: center;
        display: flex;
        flex-grow: 1;
        justify-content: flex-end; } }
.site-header .site-header-main .nav-search a {
    color: #000;
    text-decoration: none; }
.site-header .site-header-main .nav-search i {
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    top: 2px; }
.site-header .site-header-main .nav-search button {
    cursor: pointer; }
.site-header .navigation-toggle {
    background: #fff;
    border: 0;
    cursor: pointer;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 60px;
    outline: none;
    position: relative;
    width: 40px; }
@media (max-width: 1024px) {
    .site-header .navigation-toggle {
        z-index: 10; }  }
.site-header .navigation-toggle .bar {
    background: #000;
    display: block;
    height: 2px;
    left: 11px;
    position: absolute;
    top: 22.5px;
    transition: all 0.3s ease-in-out;
    width: 18px; }
.site-header .navigation-toggle .bar:nth-child(1) {
    margin-top: 0; }
.site-header .navigation-toggle .bar:nth-child(2) {
    margin-top: 7px; }
.site-header .navigation-toggle .bar:nth-child(3) {
    margin-top: 14px; }
.site-header .navigation-toggle.open .bar:nth-child(1) {
    margin-top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
.site-header .navigation-toggle.open .bar:nth-child(2) {
    opacity: 0; }
.site-header .navigation-toggle.open .bar:nth-child(3) {
    margin-top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
@media (min-width: 1024px) {
    .site-header .navigation-toggle {
        display: none; } }
.site-header .site-header-backdrop {
    background: rgba(255, 255, 255, 0.6);
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity ease-in-out 0.3s;
    width: 100%;
    z-index: 2; }
.site-header .site-header-backdrop.open {
    opacity: 1; }
.site-header .site-header-mobile {
    background: #fff;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 5; }
@media (min-width: 1024px) {
    .site-header .site-header-mobile {
        display: none;
    }  }
@media (max-width: 479px) {
    .site-header .site-header-mobile .nav-primary-mobile {
        height: calc(100vh - 150px);
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll; } }
.site-header .site-header-mobile::before {
    background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0));
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
.site-header .site-header-mobile.open {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.site-header .site-header-mobile .search-container {
    background: #efefef;
    cursor: pointer;
    position: relative; }
.site-header .site-header-mobile .search-container a {
    color: #000;
    display: block;
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    padding: 18px 25px;
    text-decoration: none; }
.site-header .site-header-mobile .search-container a:hover {
    color: #000;
    text-decoration: none; }
.site-header .site-header-mobile .search-container .icon-nav-search {
    font-size: 20px;
    font-weight: 500;
    margin-right: 15px;
    position: relative;
    top: 2px; }
.site-header .site-header-mobile .main-nav {
    margin: 30px 0 20px;
    padding-left: 2px; }
.site-header .site-header-mobile .main-nav > a {
    border-bottom: 2px solid #efefef;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 0;
    position: relative;
    text-decoration: none; }
.site-header .site-header-mobile .main-nav > a::after {
    font-family: "Hyundai icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F105";
    font-size: 22px;
    line-height: 0;
    position: absolute;
    right: 16px;
    top: 50%; }
.site-header .site-header-mobile .main-nav > a:hover, .site-header .site-header-mobile .main-nav > a:focus, .site-header .site-header-mobile .main-nav > a:active {
    color: #8c8c8c;
    text-decoration: none; }
@media (max-width: 479px) {
    .site-header .site-header-mobile .nav-secondary-mobile {
        height: calc(100vh - 60px);
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        padding-bottom: 15px; } }
.site-header .site-header-mobile .cta-group {
    margin: 0 auto;
    max-width: 210px;
    padding: 14px 0;
    width: 100%; }
.site-header .site-header-mobile .cta-group .btn {
    font-size: 14px;
    line-height: 44px;
    width: 100%; }
.site-header .site-header-mobile .cta-group .btn + .btn {
    margin-top: 10px; }
.site-header .site-header-mobile .dealer-location {
    background: #002c5f;
    color: #fff;
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    margin: 20px 0 0;
    padding: 20px;
    text-align: center; }
.site-header .site-header-mobile .dealer-location .location-display {
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
    text-decoration: none; }
.site-header .site-header-mobile .dealer-location .location-display + a {
    margin-top: 10px; }
.site-header .site-header-mobile .dealer-location .location-display .location-text {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.site-header .site-header-mobile .dealer-location .location-display .ico-location {
    display: block;
    text-align: center;
    width: 30px; }
.site-header .site-header-mobile .dealer-location .location-display .ico-location::after {
    font-family: "Hyundai icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E900"; }
.site-header .site-header-mobile .dealer-location .service-link {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none; }
.site-header .site-header-mobile .sub-nav-group {
    border-top: 1px solid #f2f2f2;
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500; }
.site-header .site-header-mobile .sub-nav-group:first-child {
    border: 0; }
.site-header .site-header-mobile .sub-nav-group > h3 {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 33px;
    margin: 0;
    padding: 13px 0 8px;
    position: relative;
    transition: all 0.3s ease-in-out; }
.site-header .site-header-mobile .sub-nav-group > h3.click:hover {
    color: #8c8c8c;
    transition: all 0.3s ease-in-out; }
.site-header .site-header-mobile .sub-nav-group > h3::after {
    font-family: "Hyundai icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F105";
    font-size: 22px;
    line-height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.3s ease-in-out; }
.site-header .site-header-mobile .sub-nav-group > h3.open {
    color: #000; }
.site-header .site-header-mobile .sub-nav-group > h3.open::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out; }
.site-header .site-header-mobile .sub-nav-group > .sub-nav-group-links {
    display: flex;
    flex-direction: column;
    font-weight: normal;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    z-index: -1; }
.site-header .site-header-mobile .sub-nav-group > .sub-nav-group-links.open {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    visibility: visible;
    z-index: 1; }
.site-header .site-header-mobile .sub-nav-group > .sub-nav-group-links a.link {
    color: #8c8c8c;
    display: block;
    text-decoration: none;
    padding: 10px 30px 9px 12px; }
.site-header .site-header-mobile .sub-nav-group > .sub-nav-group-links a.link:first-child {
    margin: 0; }
.site-header .site-header-mobile .sub-nav-group > .sub-nav-group-links .btn {
    /*
  * Create custom media query
  * Centralize the CTAs on tablets
  */
    display: block;
    max-width: 210px;
    width: 100%; }
@media (max-width: 768px) {
    .site-header .site-header-mobile .sub-nav-group > .sub-nav-group-links .btn {
        margin: 0 auto; } }
.site-header .site-header-mobile .sub-nav-group > .sub-nav-group-links .btn:first-child {
    margin-bottom: 15px; }

.site-header-top {
    display: none;
    height: 0; }
@media (min-width: 1024px) {
    .site-header-top {
        border-bottom: 2px solid #efefef;
        display: block;
        height: 46px; } }
.site-header-top .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end; }
.site-header-top .container a:first-child {
    padding-right: 15px; }
.site-header-top .container .top-link {
    display: flex;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0 15px;
    position: relative; }
.site-header-top .container .top-link i {
    padding-left: 10px;
    position: relative;
    top: -1px; }
.site-header-top .container .top-link::before {
    background: #efefef;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 25%;
    width: 1px; }
.site-header-top .container .top-link:first-child::before {
    content: none;
    display: none; }
.site-header-top .container .top-link:last-child {
    padding-right: 0; }
.site-header-top .container .top-link--closest-dealer {
    display: none; }
.site-header-top .container .top-link--closest-dealer.show {
    display: flex !important; }
.icon-service-dealers:before {
    content: "\E904"; }
.icon-map-marker:before {
    content: "\E900"; }
.icon-nav-search:before {
    content: "\E90D"; }
.icon-angle-left:before {
    content: "\F104"; }
.site-header-top .container a {
    align-items: center;
    color: #000;
    display: flex;
    font-family: "Hyundai Sans H", "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
.site-header-top .container a:hover {
    color: #00152d; }
.site-header-top .container a span {
    display: block;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
    text-align: center; }

/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
    cursor: default; }

.tingle-modal--noClose .tingle-modal__close {
    display: none; }

.tingle-modal__close {
    position: fixed;
    top: 10px;
    right: 28px;
    z-index: 1000;
    padding: 0;
    width: 5rem;
    height: 5rem;
    border: none;
    background-color: transparent;
    color: #f0f0f0;
    font-size: 6rem;
    font-family: monospace;
    line-height: 1;
    cursor: pointer;
    transition: color .3s ease; }

.tingle-modal__closeLabel {
    display: none; }

.tingle-modal__close:hover {
    color: #fff; }

.tingle-modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 60%;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

.tingle-modal-box__content {
    padding: 3rem 3rem; }

.tingle-modal-box__footer {
    padding: 1.5rem 2rem;
    width: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f5f5f5;
    cursor: auto; }

.tingle-modal-box__footer::after {
    display: table;
    clear: both;
    content: ""; }

.tingle-modal-box__footer--sticky {
    position: fixed;
    bottom: -200px;
    /* TODO : find a better way */
    z-index: 10001;
    opacity: 1;
    transition: bottom .3s ease-in-out .3s; }

/* Postcode Popup Window
-------------------------------------------------------------- */
.tingle-enabled {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden; }

.tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0; }

.tingle-enabled .tingle-content-wrapper {
    -webkit-filter: blur(8px);
    filter: blur(8px); }

.tingle-modal--visible {
    visibility: visible;
    opacity: 1; }

.tingle-modal--visible .tingle-modal-box {
    -webkit-transform: scale(1);
    transform: scale(1); }

.tingle-modal--overflow {
    overflow-y: scroll;
    padding-bottom: 25px;
    padding-top: 25px; }

.hyu-postcode-modal .hyu-postcode-modal--icon .map-icon::before {
    font-family: "Hyundai icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #002c5f;
    content: "\E900";
    font-size: 70px; }

/* btn
-------------------------------------------------------------- */
.tingle-btn {
    display: inline-block;
    margin: 0 .5rem;
    padding: 1rem 2rem;
    border: none;
    background-color: grey;
    box-shadow: none;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    cursor: pointer;
    transition: background-color .4s ease; }

.tingle-btn--primary {
    background-color: #3498db; }

.tingle-btn--danger {
    background-color: #e74c3c; }

.tingle-btn--default {
    background-color: #34495e; }

.tingle-btn--pull-left {
    float: left; }

.tingle-btn--pull-right {
    float: right; }

.btn {
    background: #002c5f;
    border: 1px solid #002c5f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Hyundai Sans Head, "Helvetica Neue", Arial, sans-serif;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    transition: all 0.3s ease-in-out; }
.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #000; }
.btn.btn-white:hover {
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #000; }
.btn.btn-white:active, .btn.btn-white.active {
    background: #a5a5a5;
    border-color: #a5a5a5;
    color: #000; }
.btn.btn-white-black-border {
    background: #fff;
    border-color: #000;
    color: #000; }
.btn.btn-white-black-border:hover {
    background: #00aad2;
    border-color: #00aad2;
    color: #fff; }
.btn.btn-white-black-border:active, .btn.btn-white-black-border.active {
    background: #004353;
    border-color: #004353;
    color: #fff; }
.btn.btn-transparent-white-border {
    background: transparent;
    border-color: #fff;
    color: #fff; }
.btn.btn-transparent-white-border:hover {
    background: #00aad2;
    border-color: #00aad2;
    color: #fff; }
.btn.btn-transparent-white-border:active, .btn.btn-transparent-white-border.active {
    background: #004353;
    border-color: #004353;
    color: #fff; }
.btn.btn-white-ci-blue-border {
    background: #fff;
    border: 1px solid #002c5f;
    color: #002c5f; }
.btn.btn-white-ci-blue-border:hover {
    background: #002c5f;
    border-color: #002c5f;
    color: #fff; }
.btn.btn-white-ci-blue-border:active, .btn.btn-white-ci-blue-border.active {
    background: black;
    border-color: black;
    color: #fff; }
.btn.btn-active-blue {
    background: #00aad2;
    border-color: #00aad2;
    color: #fff; }
.btn.btn-active-blue:hover {
    background: #fff;
    border-color: #00aad2;
    color: #00aad2; }
.btn.btn-active-blue:active, .btn.btn-active-blue.active {
    background: #bfbfbf;
    border-color: #004353;
    color: #00aad2; }
.btn.btn-ioniq-blue {
    background: #00aad2;
    border-color: #00aad2;
    color: #fff; }
.btn.btn-ioniq-blue:hover {
    background: #fff;
    border-color: #00aad2;
    color: #00aad2; }
.btn.btn-ioniq-blue:active, .btn.btn-ioniq-blue.active {
    background: #bfbfbf;
    border-color: #004353;
    color: #00aad2; }
.btn.disabled, .btn:disabled {
    background: #666;
    cursor: not-allowed;
    opacity: .7; }
.btn.disabled:hover, .btn:disabled:hover {
    background: #666; }
.btn:hover {
    background: #00aad2;
    border-color: #00aad2;
    color: #fff;
    text-decoration: none; }
.btn:active, .btn.active {
    background: #004353;
    border-color: #004353; }

/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
    .tingle-modal-box {
        width: auto;
        border-radius: 0; }
    .tingle-modal-box__content {
        overflow-y: scroll; }
    .tingle-modal--noClose {
        top: 0; }
    .tingle-modal--noOverlayClose {
        padding-top: 0; }
    .tingle-modal-box__footer .tingle-btn {
        display: block;
        float: none;
        margin-bottom: 1rem;
        width: 100%; }
    .tingle-modal__close {
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 60px;
        border: none;
        background-color: #2c3e50;
        box-shadow: none;
        color: #fff;
        line-height: 55px; }
    .tingle-modal__closeLabel {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
    .tingle-modal__closeIcon {
        display: inline-block;
        margin-right: .5rem;
        vertical-align: middle;
        font-size: 4rem; } }

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
    .tingle-enabled .tingle-content-wrapper {
        -webkit-filter: none;
        filter: none; } }
/*
 * Layout: Mobile Header
 */

    /* ----------------------------------------
                Shared Styles
            ----------------------------------------- */
}

.ci .vehicle-spec .spreadsheat table th {
    font-weight: bold;
}

.ci .vehicle-spec .spreadsheat table td,
.ci .vehicle-spec .spreadsheat table th {
    padding: 9px 10px;
    text-align: left;
}

.ci .vehicle-spec .spreadsheat table.responsive {
    margin-top: 20px;
}

.ci .vehicle-spec .spreadsheat h1 {
    padding: 10px 0 0;
}

@media (min-width: 768px) {
    .ci .vehicle-spec .spreadsheat h1 {
        padding: 40px 0 0;
    }
}

.ci .vehicle-spec .spreadsheat table {
    border: 1px solid #dddddd;
    border-top: 1px solid #BFBFBF;
    color: #5B5B5B;
    width: 100%;
}

.ci .vehicle-spec .spreadsheat table thead tr {
    border-bottom: 1px solid #BFBFBF;
}

.ci .vehicle-spec .spreadsheat table thead tr th {
    background-color: #EDEDED;
    padding: 1.45em 1.5em;
    text-align: left;
    height: 60px !important;
}

.ci .vehicle-spec .spreadsheat table thead tr th:first-child {
    text-align: left;
}

.ci .vehicle-spec .spreadsheat table tbody tr {
    border-top: 1px solid #dddddd;
}

.ci .vehicle-spec .spreadsheat table tbody tr td {
    background: #FFFFFF;
    vertical-align: left;
    line-height: 1.5;
    text-align: left;
}

.ci .vehicle-spec .spreadsheat table tbody tr td.ticked {
    font-size: 61px;
    text-align: center;
    line-height: .5;
    padding: 8px;
    color: #b0bdc5;
    font-weight: bold;
}

.ci .vehicle-spec .spreadsheat .sticky-table-wrapper-holder {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.ci .accordion {
    background-color: white;
    font-family: "Hyundai Sans", serif;
    margin: 0 auto;
    font-size: 19px;
}

@media (min-width: 768px) {
    .ci .accordion {
        max-width: 1000px;
    }
}

.ci .accordion h1 {
    padding: 20px 0;
}

.ci .accordion h2.header {
    padding: 40px 20px 20px;
    position: relative;
    font-size: 25px;
    color: #5B5B5B;
}

.ci .accordion .accordion-container {
    border-bottom: 1px solid #e4dcd3;
}

.ci .accordion .accordion-container:first-of-type {
    border-top: 1px solid #e4dcd3;
}

.ci .accordion .accordion-container .title {
    padding: 0 0.625em;
}

.ci .accordion .accordion-container .title:hover {
    cursor: pointer;
}

.ci .accordion .accordion-container .title .icon {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    height: 1em;
    left: 0.12em;
    position: relative;
    top: 0.12em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 1em;
    float: right;
    margin-top: 2em;
}

.ci .accordion .accordion-container .title p {
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.8125em 0;
}

.ci .accordion .accordion-container .content {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.ci .accordion .accordion-container .content .container {
    padding: 0em 1.25em 1.25em 3.75em;
    font-size: 0.875em;
    color: #5B5B5B;
}

.ci .accordion .accordion-container .content p {
    font-size: 1em;
    line-height: 1.5em;
}

.ci .accordion .accordion-container.expanded .title .icon {
    top: -0.5em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.ci .form-full-page .form-field-container .form-left-label,
.ci .form-full-page .form-field-container .form-left-label-textarea, .ci .form-full-page .form-field-container .form-right-control {
    float: left;
    text-align: left;
}

.ci .form-full-page .form-field-container .styled-checkbox, .ci .form-full-page .form-field-container .styled-radiobutton {
    display: inline-block;
    margin-right: 10px;
}

.ci .form-full-page .form-field-container .styled-checkbox input[type="checkbox"], .ci .form-full-page .form-field-container .styled-radiobutton input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
}

.ci .form-full-page .form-field-container .styled-checkbox input + label::before, .ci .form-full-page .form-field-container .styled-radiobutton input + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/hyundai/forms/check_radio_sheet.png) no-repeat;
    background-color: #FFFFFF;
}

.ci .form-full-page {
    table-layout: fixed;
    font-family: "Hyundai Sans", serif;
    background: #e4dcd3;
    color: #000000;
    margin: 0 20px;
}

@media (min-width: 768px) {
    .ci .form-full-page {
        margin: 0 auto;
        max-width: 1000px;
        width: 1000px;
    }
}

.ci .form-full-page .form-field-container {
    overflow: auto;
    width: 100%;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .ci .form-full-page .form-field-container {
        max-width: 1000px;
        margin-bottom: 2em;
    }
}

.ci .form-full-page .form-field-container .form-left-label,
.ci .form-full-page .form-field-container .form-left-label-textarea {
    width: 100%;
    vertical-align: text-top;
}

@media (min-width: 768px) {
    .ci .form-full-page .form-field-container .form-left-label,
    .ci .form-full-page .form-field-container .form-left-label-textarea {
        width: 160px;
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .ci .form-full-page .form-field-container .form-left-label-textarea {
        padding-top: 10px;
    }
}

.ci .form-full-page .form-field-container .form-left-label label {
    line-height: 60px;
}

.ci .form-full-page .form-field-container .form-right-control {
    width: 100%;
}

@media (min-width: 768px) {
    .ci .form-full-page .form-field-container .form-right-control {
        width: initial;
    }
}

.ci .form-full-page .form-field-container .form-right-control > input[type="text"] {
    width: 100%;
    background-color: #FFFFFF;
    padding-left: 10px;
    border: none;
    height: 60px;
}

@media (min-width: 768px) {
    .ci .form-full-page .form-field-container .form-right-control > input[type="text"] {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    .ci .form-full-page .form-field-container .form-right-control > input[type="text"] {
        width: 544px;
    }
}

.ci .form-full-page .form-field-container .form-right-control > select {
    border: none;
    height: 60px;
    width: 100%;
}

@media (min-width: 768px) {
    .ci .form-full-page .form-field-container .form-right-control > select {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    .ci .form-full-page .form-field-container .form-right-control > select {
        width: 544px;
    }
}

.ci .form-full-page .form-field-container .form-right-control input[type="button"],
.ci .form-full-page .form-field-container .form-right-control input[type="submit"] {
    width: 100%;
    color: #FFFFFF;
    height: 60px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .ci .form-full-page .form-field-container .form-right-control input[type="button"],
    .ci .form-full-page .form-field-container .form-right-control input[type="submit"] {
        width: 174px;
        margin-right: 2em;
    }
}

.ci .form-full-page .form-field-container .form-right-control input[type="submit"] {
    background-color: #002c5f;
}

.ci .form-full-page .form-field-container .form-right-control input[type="button"] {
    background-color: #666666;
}

.ci .form-full-page .form-field-container .form-right-control .invalid-text-field {
    border: 1px solid #BB0720;
    color: #BB0720;
}

.ci .form-full-page .form-field-container .form-right-control textarea {
    padding: 10px 0 0 10px;
    width: 100%;
    border: none;
}

@media (min-width: 768px) {
    .ci .form-full-page .form-field-container .form-right-control textarea {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    .ci .form-full-page .form-field-container .form-right-control textarea {
        width: 544px;
    }
}

.ci .form-full-page .form-field-container .styled-checkbox input[type="checkbox"]:checked + label::before {
    background-position: -23px top;
}

.ci .form-full-page .form-field-container .styled-radiobutton {
    position: relative;
}

.ci .form-full-page .form-field-container .styled-radiobutton input + label::before {
    background-position: -46px top;
    border-radius: 15px;
}

.ci .form-full-page .form-field-container .styled-radiobutton input[type="radio"]:checked + label::before {
    background-position: -69px top;
}

footer {
    /*font-size: 0;*/
    background-color: #00152d;
}

footer .footer-row.logos {
    padding: 30px 0;
}

footer .footer-row.links {
    font-family: "Hyundai Sans", serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 30px;
}

footer .footer-row.links .mobile-only-link {
    display: block;
    margin-bottom: 20px;
}

footer .footer-row.links .mobile-only-link:nth-child(1) {
    margin-top: 10px;
}

footer .footer-row.links .mobile-only-link:nth-child(2) {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    footer .footer-row.links .mobile-only-link {
        display: none;
    }
}

footer .footer-row .row-wrapper {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
}

footer .footer-row .row-wrapper .links-block {
    max-width: 20%;
    margin-left: 15px;
    width: 100%;
}

footer .footer-row .row-wrapper .links-block:first-child {
    margin: 0;
}

footer .logo-wrapper {
    vertical-align: middle;
    font-size: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

footer .logo-wrapper > a {
    margin-top: 5px;
}

footer .logo-wrapper .social-icons {
    display: flex;
}

footer .logo-wrapper .social-icons a {
    text-align: left;
    padding: 0 10px;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 33px;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 33px;
}
footer .logo-wrapper .social-icons a::before {
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    transition: all ease-in-out 0.5s;
    width: 100%;
}

@media (min-width: 1024px) {
    footer .logo-wrapper .social-icons a:hover {
        border: 1px solid #fff;
    }
    footer .logo-wrapper .social-icons a:hover::before {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        border: 1px solid transparent;
    }
}

[class^="icon-"], [class*=" icon-"] {
    width: 14px;
    font-family: "Hyundai icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\F09A";
}

.icon-twitter:before {
    content: "\F099";
}

.icon-youtube:before {
    content: "\F16A";
}

.icon-instagram:before {
    content: "\F16D";
}

.icon-linkedin:before {
    content: "\E903";
}

footer .logo-wrapper .logo{
    width: 150px;
}

footer .links-block {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
}

footer .links-block .links {
}

footer .links-block .links + .links{
    margin-top: 20px;
}

footer .footer-row.links .links-title {
    margin-bottom: 10px;
}

footer .footer-row.links .links-title h4 {
    padding: 10px 0;
    margin-block-start: 0px;
    margin-block-end: 0px;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1rem;
}

footer .footer-row.links .links-content a {
    display: block;
    margin: 2px 0;
    padding: 2px 0;
    color: #bebebe;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.5;
}

footer .footer-row.links .links-content a:hover {
    text-decoration: underline;
}

footer .footer-row.bot {
    background: #000;
    color: #bebebe;
    font-size: .75rem;
    padding: 25px 0;
}

footer .footer-row.bot .row-wrapper {
    justify-content: space-between;
}

footer .footer-row.bot .row-wrapper .footer-bot-links {
    order: 2;
    display: flex;
    list-style-type: none;
}

footer .footer-row.bot .row-wrapper .footer-bot-links a {
    color: #bebebe;
    display: inline-block;
    margin: 2px 7px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    text-decoration: none;
}

footer .footer-row.bot .row-wrapper .footer-bot-links a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}

footer .footer-row.bot .row-wrapper .footer-copy {
    order: 1;
    text-align: left;
    font-size: .75rem;
    height: 0;
    margin: 0;
}

footer .links-block .copyright {
    font-size: 11px;
    clear: both;
    text-align: left;
}

@media (max-width: 767px) {
    footer .logo-wrapper {
        text-align: center;
        display: block;
        justify-content: unset;
    }
    footer .logo-wrapper .social-icons {
        justify-content: center;
    }
    footer .logo-wrapper .logo {
        margin-bottom: 20px;
        width: 134px !important;
    }
    footer .footer-row .row-wrapper {
        display: grid;
    }
    footer .footer-row .row-wrapper .links-block {
        margin-left: 0;
        max-width: none;
    }
    footer .links-block .links {
        border-bottom: 2px solid #8c8c8c;
        padding: 20px 0;
    }
    footer .links-block .links + .links {
        margin-top: 0;
    }
    footer .footer-row.links .links-title {
        margin-bottom: 0;
    }
    footer .footer-row.links .links-title h4 {
        padding: 0;
    }
    footer .footer-row.links .links-title[class*="active"] {
        margin-bottom: 10px;
    }
    footer .footer-row.links .links-title h4::after {
        font-family: "Hyundai icomoon" !important;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 0.5;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\F105";
        font-size: 22px;
        position: absolute;
        right: 30px;
        transition: all 0.3s ease-in-out;
    }
    footer .footer-row.links .links-title[class*="active"] h4::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    footer .footer-row.links .links-content a {
        margin: 6px 0;
        padding: 6px 0;
        font-size: 16px;
    }
    footer .footer-row.bot .row-wrapper .footer-bot-links {
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 0 15px;
        padding: 0;
        line-height: 1.5;
    }
    footer .footer-row.bot .row-wrapper {
        flex-direction: column-reverse;
        display: block;
    }
    footer .footer-row.bot .row-wrapper .footer-bot-links li {
        text-align: center;
    }
    footer .footer-row.bot .row-wrapper .footer-bot-links li:first-child {
        width: 100%;
    }
    footer .footer-row.bot .row-wrapper .footer-bot-links li:last-child {
        width: 100%;
    }
    footer .footer-row.bot .row-wrapper .footer-copy {
        padding-bottom: 20px;
    }
    footer .footer-row.links .links-content {
        max-height: 0;
        padding-left: 15px;
        overflow: hidden;
        transition: max-height .3s;
    }
}

/*design for IE*/
@media \0screen\,screen\9 {
    footer .logo-wrapper .social-icons a {
        align-items: flex-start;
        padding: 0;
    }
    }
    footer .logo-wrapper .social-icons a:first-child span{
        padding: 9px 0 0 1px;
    }
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    footer .logo-wrapper .social-icons a {
        align-items: flex-start;
        padding: 0;
    }
    [class^='icon-'], [class*=' icon-'] {
        padding: 9px 0 0 0;
    }
    footer .logo-wrapper .social-icons a:first-child span{
        padding: 9px 0 0 1px;
    }
}

@media (min-width: 1024px) {
    footer .links-block .copyright {
        text-align: center;
    }
}

.section--ownership .story {
    height: 100%;
    background-color: inherit;
    color: #000;
}

.section--ownership:not([class*=" theme-"]) {
    background-color: #e4dcd3;
    color: #000;
}

.section--ownership.theme--navy .story {
    color: #fff;
}

@media (min-width: 768px) {
    .section--ownership {
        padding-bottom: lines(1);
    }
}

.section--ownership .features.features--five {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

.section--ownership .features.features--five > div {
    display: inline-block;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .section--ownership .features.features--five > div {
        min-width: 140px;
        width: auto;
        max-width: 210px;
    }
}

.section--ownership .features.features--five-odd .feature--last {
    width: 100%;
}

@media (min-width: 768px) {
    .section--ownership .features.features--five-odd .feature--last {
        width: auto;
    }
}

.section--ownership.features--three .feature {
    display: inline-block;
    width: 33%;
    text-align: center;
}

.section--ownership.features--three .feature.four {
    display: none;
}

@media (min-width: 768px) {
    .section--ownership.features--three {
        min-width: 140px;
        float: none;
        width: auto;
    }
}

.section--ownership .introduction {
    margin: 0 auto;
    padding: 20px 10px;
}

@media (min-width: 1024px) {
    .section--ownership .introduction {
        text-align: center;
        padding: 60px 0 30px;
    }
}

.section--ownership .introduction .heading {
    font-family: "Hyundai Sans H", "Roboto", "Helvetica Neue", serif;
    font-size: 25px;
    margin-bottom: 10px;
}

.section--ownership .introduction p {
    font-family: "Hyundai Sans", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
}

@media (min-width: 1024px) {
    .section--ownership .introduction .heading {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .section--ownership .introduction p {
        font-size: 19px;
    }
}

.section--ownership .feature img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

.section--ownership .more {
    text-align: center;
    padding-top: 30px;
}

.section--ownership .story-text {
    position: relative;
    margin: 0 auto;
    padding-bottom: 60px;
    max-width: 1120px;
}

.section--ownership .story-text.text-black {
    color: #000;
}

.section--ownership .story-text.text-white {
    color: #fff;
}

.section--ownership .story-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

.features--one, .features--two, .features--three {
    padding-top: lines(0);
    padding-bottom: lines(1);
}

.features--one .features--row-wrapper, .features--two .features--row-wrapper, .features--three .features--row-wrapper {
    position: relative;
    position: relative;
    margin-top: -50px;
    margin-bottom: 50px;
}

.features--one .features--row-wrapper, .features--two .features--row-wrapper, .features--three .features--row-wrapper {
    margin-top: auto;
}

.features--one .lightbox-cta, .features--two .lightbox-cta, .features--three .lightbox-cta {
    margin-top: lines(0);
    margin-bottom: lines(1);
}

@media (min-width: 1024px) {
    .features--one .heading, .features--two .heading, .features--three .heading {
        display: block;
        margin-top: lines(1);
        margin-bottom: lines(1);
    }

    .features--one .heading h1, .features--two .heading h1, .features--three .heading h1, .features--one .heading h3, .features--two .heading h3, .features--three .heading h3 {
        color: #FFFFFF;
        display: block;
    }

    .features--one .heading h1::after, .features--two .heading h1::after, .features--three .heading h1::after, .features--one .heading h3::after, .features--two .heading h3::after, .features--three .heading h3::after {
        content: '';
        display: block;
        background-color: #ffffff;
        height: 2px;
        width: 30px;
        margin: 10px 0;
    }

    .features--one .heading h3, .features--two .heading h3, .features--three .heading h3 {
        font-size: 2.75em;
    }
}

.features--one .feature--one, .features--one .feature--two, .features--one .feature--three, .features--one .feature--four, .features--two .feature--one, .features--two .feature--two, .features--two .feature--three, .features--two .feature--four, .features--three .feature--one, .features--three .feature--two, .features--three .feature--three, .features--three .feature--four {
    display: inline-block;
    margin-top: lines(0);
    margin-bottom: lines(2);
}

.features--one .feature--one a, .features--one .feature--two a, .features--one .feature--three a, .features--one .feature--four a, .features--two .feature--one a, .features--two .feature--two a, .features--two .feature--three a, .features--two .feature--four a, .features--three .feature--one a, .features--three .feature--two a, .features--three .feature--three a, .features--three .feature--four a {
    text-decoration: none;
}

.features--one .feature--one {
    width: 25%;
}

.features--one .feature--two {
    width: 25%;
}

.features--one .feature--three {
    width: 25%;
}

.features--one .feature--four {
    width: 25%;
}

.features--two {
    padding-bottom: 40px;
}

.features--two .lightbox-cta {
    margin-top: 1em;
}

.features--three {
    padding-bottom: 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .features--three {
        padding-bottom: 100px;
    }
}

.features--three .lightbox-cta {
    margin-bottom: 0;
}

.features--one .simple-card.feature--one, .features--one .simple-card.feature--two, .features--one .simple-card.feature--three, .features--one .simple-card.feature--four, .features--two .simple-card.feature--one, .features--two .simple-card.feature--two, .features--two .simple-card.feature--three, .features--two .simple-card.feature--four, .features--three .simple-card.feature--one, .features--three .simple-card.feature--two, .features--three .simple-card.feature--three, .features--three .simple-card.feature--four, .features--four .simple-card.feature--one, .features--four .simple-card.feature--two, .features--four .simple-card.feature--three, .features--four .simple-card.feature--four {
    margin-bottom: 57px;
}

@media (min-width: 1024px) {
    .features--one .simple-card.feature--one, .features--one .simple-card.feature--two, .features--one .simple-card.feature--three, .features--one .simple-card.feature--four, .features--two .simple-card.feature--one, .features--two .simple-card.feature--two, .features--two .simple-card.feature--three, .features--two .simple-card.feature--four, .features--three .simple-card.feature--one, .features--three .simple-card.feature--two, .features--three .simple-card.feature--three, .features--three .simple-card.feature--four, .features--four .simple-card.feature--one, .features--four .simple-card.feature--two, .features--four .simple-card.feature--three, .features--four .simple-card.feature--four {
        margin-bottom: 85px;
    }
}

@media (min-width: 1024px) {
    .features--one .heading {
        overflow-wrap: break-word;
    }

    .features--two .heading {
        overflow-wrap: break-word;
        margin-top: 0;
    }

    .features--three {
        padding-top: 0;
    }

    .features--three .heading {
        word-wrap: break-word;
        margin-top: 0;
    }
}

.features--one .features--row-wrapper {
    margin-bottom: 0px;
}

.features--one .features--row-wrapper:nth-child(2) {
    margin-bottom: 50px;
}

.features--two .features--row-wrapper, .features--three .features--row-wrapper {
    margin-top: -20px;
    margin-bottom: 0px;
}

.features--one .features--row-wrapper:nth-child(2) {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .features--three,
    .features--two,
    .features--one {
        overflow: visible;
        -webkit-transform: none;
        transform: none;
    }

    .features--three .features--row-wrapper,
    .features--two .features--row-wrapper,
    .features--one .features--row-wrapper {
        z-index: 101;
    }
}

/*
 * Components: Overlay modal
 *
 * Usage:
 *
 * <div class="overlay-modal">
 *     <div class="table">
 *         <div class="td">
 *             <div class="modal">
 *             </div>
 *         </div>
 *     </div>
 * </div>
 *
 * Features:
 *
 * - Modal that stays centered to the screen
 *   but allows scrolling if the height of the
 *   content is taller than the viewport
 *
 * - Adding the class "fullscreen" to the
 *   #global-overlay element makes the
 *   modal fill the viewport, whilst
 *   still retaining its scrolling ability
 *   if the content is too tall
 */
.overlay-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: -100;
}

.overlay-modal .icon-close {
    position: absolute;
    padding: 10px;
    top: 30px;
    right: 15px;
    z-index: 100;
    cursor: pointer;
}

@media (min-width: 768px) {
    .overlay-modal .icon-close {
        right: 30px;
    }
}

.overlay-modal .icon-close::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/hyundai/icons/icon-close.png) no-repeat center center;
}

.overlay-modal .table {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #202020;
}

.overlay-modal .table .td {
    display: table-cell;
    padding: 30px 0;
    vertical-align: top;
}

.overlay-modal .table .td .modal {
    margin: 0 auto;
    width: 70%;
}

.overlay-modal.fullwidth-view .table .td {
    vertical-align: middle;
}

.overlay-modal.fullwidth-view .table .td .modal {
    width: 100%;
}

.overlay-modal.fullwidth-view .carousel {
    overflow-x: visible;
}

.overlay-modal.fullwidth-view .carousel .carousel-viewport {
    overflow: visible;
}

.overlay-modal.fullscreen .table {
    display: block;
}

.overlay-modal.fullscreen .table .td {
    vertical-align: middle;
    display: block;
    padding: 0;
    height: 100%;
}

.overlay-modal.fullscreen .table .td .modal {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.overlay-modal .content-container {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 100%;
    background-color: white;
}

@media (min-width: 1024px) {
    .overlay-modal .content-container {
        height: inherit;
    }
}

.overlay-modal .content-container .element--text-card {
    padding: 30px;
    width: 100%;
    color: #5b5b5b;
    border: none;
    background-color: white;
    right: 55px;
}

@media (min-width: 768px) {
    .overlay-modal .content-container .element--text-card {
        right: 70px;
    }
}

@media (min-width: 1024px) {
    .overlay-modal .content-container .element--text-card {
        position: absolute;
        right: 0;
        width: 34%;
        height: 100%;
    }
}

.overlay-modal .content-container .element--text-card .ctas {
    margin-top: 1em;
}

.overlay-modal .content-container .element--text-card .text-card-heading {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Hyundai Sans", serif;
}

@media (min-width: 768px) {
    .overlay-modal .content-container .element--text-card .text-card-heading {
        font-size: 25px;
        line-height: 25px;
    }
}

.overlay-modal .content-container .element--text-card .text-card-icon {
    margin-bottom: 30px;
    width: 93px;
    height: 93px;
}

.overlay-modal .content-container .element--text-card .text-card-icon {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .overlay-modal .content-container .element--text-card .text-card-icon {
        margin-top: -30px;
    }
}

.overlay-modal .content-container .element--text-card .text-card-label {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
    font-family: "Hyundai Sans", serif;
}

.overlay-modal .content-container .element--text-card .text-card-footer {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
    font-family: "Hyundai Sans", serif;
}

.overlay-modal .content-container .element--text-card .text-card-footer::before {
    content: ' ';
    position: absolute;
    margin-top: -16px;
    height: 2px;
    width: 30px;
    background-color: #bfbfbf;
}

.overlay-modal .content-container .feature-hero-image {
    position: relative;
}

.overlay-modal .content-container .feature-hero-image-video {
    width: 100%;
    min-height: 100px !important;
}

.overlay-modal .content-container .feature-hero-image img {
    width: 100%;
    max-height: 100%;
}

.overlay-modal .content-container .feature-hero-image .video-table {
    display: table;
    width: 100%;
    background: #000;
}

@media (min-width: 1024px) {
    .overlay-modal .content-container .feature-hero-image .video-table {
        height: 100%;
    }
}

.overlay-modal .content-container .feature-hero-image .video-content {
    position: relative;
    display: table-cell;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 100%;
}

.overlay-modal .content-container .feature-hero-image .video-content iframe {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
    .overlay-modal .content-container .feature-hero-image {
        position: static;
        width: 66%;
        float: left;
        height: inherit;
    }

    .overlay-modal .content-container .feature-hero-image object {
        height: inherit;
    }
}

.overlay-modal .wrapper {
    width: 75%;
    max-width: 1125px;
    margin: 0 auto;
}

.overlay-modal .slides {
    margin: 0 auto;
    width: 100%;
    max-width: 100vw;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.overlay-modal .slides .carousel-viewport {
    margin: 0 auto;
}

.overlay-modal .slides .section {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 100%;
    opacity: 0.2;
    white-space: normal;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    margin: 0 30px 0 0;
}

@media (min-width: 768px) {
    .overlay-modal .slides .section {
        padding: 0 70px;
    }
}

@media (min-width: 1024px) {
    .overlay-modal .slides .section {
        padding: 0;
    }
}

.overlay-modal .slides .section.is-active {
    opacity: 1;
}

.overlay-modal .slides ul {
    list-style: none;
}

.overlay-modal .slides .box {
    position: absolute;
    top: 0px;
    width: 15px;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-modal .slides .box.visible {
    opacity: 1;
    cursor: pointer;
}

.overlay-modal .slides .box.always {
    opacity: 1;
    cursor: pointer;
}

.overlay-modal .slides .box:before {
    content: "";
    position: absolute;
    background-color: #222;
    left: calc(50% - 1px);
    width: 2px;
    top: calc(50% - 10px);
    height: 12px;
}

.overlay-modal .slides .box:after {
    content: "";
    position: absolute;
    background-color: #222;
    left: calc(50% - 1px);
    width: 2px;
    top: calc(50% - 2px);
    height: 12px;
}

.overlay-modal .slides .box.left {
    left: 0px;
}

.overlay-modal .slides .box.left:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-modal .slides .box.left:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay-modal .slides .box.right {
    right: 0px;
}

.overlay-modal .slides .box.right:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay-modal .slides .box.right:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-modal .slides .box {
    width: 15px;
}

.overlay-modal .slides .box.left {
    left: 7.5px;
}

.overlay-modal .slides .box.right {
    right: 7.5px;
}

.overlay-modal .slides .carousel-arrow {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: white;
}

.overlay-modal .slides .carousel-arrow.left {
    left: 2%;
}

@media (min-width: 1024px) {
    .overlay-modal .slides .carousel-arrow.left {
        left: 5px;
    }
}

.overlay-modal .slides .carousel-arrow.right {
    right: 2%;
}

@media (min-width: 1024px) {
    .overlay-modal .slides .carousel-arrow.right {
        right: 5px;
    }
}

.overlay-modal .box {
    position: absolute;
    top: 0px;
    width: 15px;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-modal .box.visible {
    opacity: 1;
    cursor: pointer;
}

.overlay-modal .box.always {
    opacity: 1;
    cursor: pointer;
}

.overlay-modal .box:before {
    content: "";
    position: absolute;
    background-color: #222;
    left: calc(50% - 1px);
    width: 2px;
    top: calc(50% - 10px);
    height: 12px;
}

.overlay-modal .box:after {
    content: "";
    position: absolute;
    background-color: #222;
    left: calc(50% - 1px);
    width: 2px;
    top: calc(50% - 2px);
    height: 12px;
}

.overlay-modal .box.left {
    left: 0px;
}

.overlay-modal .box.left:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-modal .box.left:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay-modal .box.right {
    right: 0px;
}

.overlay-modal .box.right:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay-modal .box.right:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-modal .box {
    position: absolute;
    top: 50%;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.overlay-modal .box.left {
    background-color: rgba(255, 255, 255, 0.8);
    left: -7.5px;
}

.overlay-modal .box.right {
    background-color: rgba(255, 255, 255, 0.8);
    right: -7.5px;
}

@media (min-width: 1024px) {
    .overlay-modal .box {
        width: 60px;
        height: 60px;
    }

    .overlay-modal .box.left {
        left: 60px;
    }

    .overlay-modal .box.right {
        right: 60px;
    }
}

body.overlay-visible {
    overflow: visible;
    position: fixed;
}

body.overlay-visible .overlay-modal.open {
    overflow-y: visible;
    display: block;
    opacity: 1;
    z-index: 30000;
}

body.overlay-visible .overlay-modal.open .feature-hero-image .video-content iframe {
    display: inline;
}

.content-container-v2 {
    padding: 30px;
    width: 100%;
    color: #5b5b5b;
    border: none;
    background-color: white;
}

.content-container-v2 .modal-heading {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Hyundai Sans", serif;
}

@media (min-width: 768px) {
    .content-container-v2 .modal-heading {
        font-size: 25px;
        line-height: 25px;
    }
}

.content-container-v2 .modal-text {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
    font-family: "Hyundai Sans", serif;
}

.content-container-v2 .modal-text::before {
    content: ' ';
    position: absolute;
    margin-top: -16px;
    height: 2px;
    width: 30px;
    background-color: #bfbfbf;
}

/*
 * Components: Carousel
 */
.slides {
    position: relative;
}

.slides .carousel-arrow {
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 100px;
    width: 40px;
    height: 40px;
}

.slides .carousel-arrow.is-hidden {
    display: none;
}

@media (min-width: 768px) {
    .slides .carousel-arrow.left {
        left: 4px;
    }
}

@media (min-width: 768px) {
    .slides .carousel-arrow.right {
        right: 4px;
    }
}

@media (min-width: 1024px) {
    .slides .carousel-arrow--hide-desktop {
        display: none !important;
    }
}

.slides-viewport {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.slides-pane {
    width: 100%;
    position: relative;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slides-item {
    white-space: normal;
    float: none !important;
    vertical-align: top;
    display: inline-block;
}

.slides-item::after {
    content: '1';
    display: none;
}

@media (min-width: 768px) {
    .slides-item::after {
        content: '2';
    }
}

@media (min-width: 1024px) {
    .slides-item::after {
        content: '3';
    }
}

.ci .breadcrumb-wrapper {
    background-color: #e4dcd3;
}

.ci .breadcrumb-wrapper p#breadcrumblabel {
    display: none;
}

.ci .breadcrumb-wrapper ol[aria-labelledby='breadcrumblabel'] {
    padding: 10px 20px;
    float: none;
    font-family: "Hyundai Sans", serif;
    font-weight: 100;
    list-style: none;
    min-height: 50px;
    margin: 0 auto;
    max-width: 1120px;
}

@media (min-width: 1024px) {
    .ci .breadcrumb-wrapper ol[aria-labelledby='breadcrumblabel'] {
        padding: 20px 0;
        min-height: 65px;
    }
}

.ci .breadcrumb-wrapper ol[aria-labelledby='breadcrumblabel'] li {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}

.ci .breadcrumb-wrapper ol[aria-labelledby='breadcrumblabel'] li span.clsBreadCrumbsHighlighted {
    color: #000;
}

.ci .breadcrumb-wrapper ol[aria-labelledby='breadcrumblabel'] li a {
    position: relative;
    margin-right: 50px;
    text-decoration: none;
}

.ci .breadcrumb-wrapper ol[aria-labelledby='breadcrumblabel'] li a span {
    color: #000;
    text-decoration: none;
}

.ci .breadcrumb-wrapper ol[aria-labelledby='breadcrumblabel'] li a::after {
    content: ' > ';
    position: absolute;
    right: -25px;
    color: #000;
}

/*html {
    min-height: 100%;
    height: 100%;
}*/
.ci.has-hero-video {
    /*min-height: 100%;
        height: 100%;
        .page-container, form {
            min-height: 100%;
            height: 100%;
        }*/
}

.ci.has-hero-video .page-container {
    padding-top: 0;
}

.ci.has-hero-video .page-container .desktop-header {
    background: rgba(255, 255, 255, 0.35);
    border: none;
}

.ci.has-hero-video .page-container .desktop-header.offset {
    background-color: #fff;
}

.ci.has-hero-video .video-hero-story {
    position: absolute;
    top: 45%;
    width: 100%;
    padding: 0 3.75em;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFFFFF;
    z-index: 3;
}

@media (min-width: 1024px) {
    .ci.has-hero-video .video-hero-story {
        top: 35%;
    }
}

@media (min-width: 768px) {
    .ci.has-hero-video .video-hero-story h1 {
        font-size: 52px;
    }
}

@media (min-width: 1024px) {
    .ci.has-hero-video .video-hero-story h1 {
        font-size: 72px;
    }
}

.ci.has-hero-video .video-hero-story .btn {
    opacity: 0.75;
    margin-bottom: 0.625em;
    min-width: 180px;
}

.ci.has-hero-video .video-hero {
    min-width: 100%;
    min-height: 100vh;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ci.has-hero-video .video-hero video {
    display: none;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (min-width: 768px) {
    .ci.has-hero-video .video-hero video {
        display: block;
    }
}

.ci.has-hero-video .desktop-nav-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1;
}

@media (min-width: 768px) {
    .ci.has-hero-video .desktop-nav-bg {
        display: block;
    }
}

/*
 * Layout: In Page Navigation
 */
.in-page-nav {
    font-family: "Hyundai Sans", serif;
    font-weight: 100;
    color: #000;
    position: relative;
    z-index: 102;
    width: 100%;
}

.in-page-nav:not([class*=" theme-"]) {
    background-color: #e4dcd3;
    color: #000;
}

.in-page-nav.theme--sand {
    background-color: #e4dcd3;
}

.in-page-nav.theme--navy {
    background-color: #002c5f;
    color: #fff;
}

.in-page-nav.theme--white {
    background-color: #fff;
}

.in-page-nav.theme--grey-sky {
    background-color: transparent;
    background-image: url(../images/hyundai/ci-common/m-grey-sky-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .in-page-nav.theme--grey-sky {
        background-image: url(../images/hyundai/ci-common/d-grey-sky-bg.jpg);
    }
}

.in-page-nav a {
    color: #bfbfbf;
}

.in-page-nav .bar {
    height: 50px;
    max-width: 1120px;
    margin: 0 auto;
    font-size: 0;
}

@media (min-width: 768px) {
    .in-page-nav .bar {
        height: 90px;
    }
}

.in-page-nav .bar .links-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: left;
    font-size: 1rem;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .in-page-nav .bar .links-wrapper {
        text-align: center;
        width: 70%;
        padding-left: 0;
    }
}

.in-page-nav .bar .back-link-wrapper {
    width: 15%;
    display: none;
    vertical-align: middle;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .in-page-nav .bar .back-link-wrapper {
        display: inline-block;
    }
}

.in-page-nav .bar .cta-link-wrapper {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 1rem;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .in-page-nav .bar .cta-link-wrapper {
        width: 15%;
        padding-right: 0;
    }
}

.in-page-nav .bar .cta-link-wrapper .btn {
    font-size: 14px;
    line-height: 1.3;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .in-page-nav .bar .cta-link-wrapper .btn {
        font-size: 16px;
    }
}

.in-page-nav .bar .item {
    display: none;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .in-page-nav .bar .item {
        display: inline-block;
        height: 90px;
        line-height: 90px;
        margin-right: 11px;
        margin-left: 11px;
    }
}

@media (min-width: 1024px) {
    .in-page-nav .bar .item {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .in-page-nav .bar .item.wish-button {
        padding-right: 43px;
        background-position: 107px center;
    }
}

@media (min-width: 1024px) {
    .in-page-nav .bar .item.wish-button {
        background-position: 131px center;
    }
}

.in-page-nav .bar .item.-right {
    margin-right: 0;
}

.in-page-nav .bar .item.dropdown-mobile {
    display: inline-block;
    color: #00aad2;
    position: relative;
}

.in-page-nav .bar .item.dropdown-mobile::after {
    color: #000;
    content: url("../images/hyundai/icons/icon-menu-arrow.png");
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
    height: 20px;
}

@media (min-width: 768px) {
    .in-page-nav .bar .item.dropdown-mobile {
        color: inherit;
    }

    .in-page-nav .bar .item.dropdown-mobile::after {
        content: none;
    }
}

.in-page-nav .bar .item.nav-button {
    border: none;
}

.in-page-nav .bar .item.nav-button:hover {
    border-bottom: none;
}

.in-page-nav .bar .item.nav-button.-mega-menu::after {
    content: '';
    vertical-align: middle;
    margin-left: 10px;
}

.in-page-nav .bar .item.nav-button.-highlight {
    display: inline-block;
    border: none;
    margin-top: 0;
}

.in-page-nav .bar .item.nav-button.-share {
    height: 30px;
    line-height: 31px;
    border-radius: 2px;
    display: block;
    padding: 0 10px;
    border: none;
    margin-top: 10px;
    border: 1px solid #bfbfbf;
}

@media (min-width: 768px) {
    .in-page-nav .bar .item.nav-button.-share {
        margin-top: 15px;
    }
}

@media (min-width: 1024px) {
    .in-page-nav .bar .item.nav-button.-share {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
}

.in-page-nav .bar .item.nav-button.-back {
    display: inline-block;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    text-align: center;
    color: #00aad2;
}

@media (min-width: 768px) {
    .in-page-nav .bar .item.nav-button.-back {
        margin-right: 0;
        margin-left: 0;
        width: 60px;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media (min-width: 1024px) {
    .in-page-nav .bar .item.nav-button.-back {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        width: auto;
    }
}

.in-page-nav .bar .item.nav-button.-back .text {
    display: none;
    font-weight: 100;
}

@media (min-width: 1024px) {
    .in-page-nav .bar .item.nav-button.-back .text {
        display: inline;
    }
}

.in-page-nav .bar .item.nav-button.-previous, .in-page-nav .bar .item.nav-button.-next {
    background-color: #101E2A;
    width: 50px;
    display: block;
    text-align: center;
    text-transform: none;
}

@media (min-width: 768px) {
    .in-page-nav .bar .item.nav-button.-previous, .in-page-nav .bar .item.nav-button.-next {
        margin-right: 0;
        width: 60px;
    }
}

@media (min-width: 1024px) {
    .in-page-nav .bar .item.nav-button.-previous, .in-page-nav .bar .item.nav-button.-next {
        width: auto;
        padding: 0 20px;
    }
}

.in-page-nav .bar .item.nav-button.-previous::before, .in-page-nav .bar .item.nav-button.-next::before {
    content: '';
    vertical-align: middle;
    margin: 17px 0;
}

@media (min-width: 1024px) {
    .in-page-nav .bar .item.nav-button.-previous::before, .in-page-nav .bar .item.nav-button.-next::before {
        margin-left: -3px;
    }
}

.in-page-nav .bar .item.nav-button.-previous .text, .in-page-nav .bar .item.nav-button.-next .text {
    display: none;
}

@media (min-width: 1024px) {
    .in-page-nav .bar .item.nav-button.-previous .text, .in-page-nav .bar .item.nav-button.-next .text {
        display: inline;
    }
}

.in-page-nav .bar .item.nav-button.-next::before {
    display: none;
}

.in-page-nav .bar .item.nav-button.-next::after {
    content: '';
    -webkit-transform: scaleX(-1) translateX(-3px);
    transform: scaleX(-1) translateX(-3px);
    vertical-align: middle;
    margin: 17px 0;
}

@media (min-width: 1024px) {
    .in-page-nav .bar .item.nav-button.-next::after {
        margin-left: -3px;
    }
}

.in-page-nav .in-page-nav-content-mobile {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #171B1E;
    box-shadow: 5px 5px 15px -10px #ccc;
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0;
    z-index: -100;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

@media (min-width: 768px) {
    .in-page-nav .in-page-nav-content-mobile {
        display: none !important;
    }
}

.in-page-nav .in-page-nav-content-mobile .item {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    width: 50%;
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
}

.in-page-nav .in-page-nav-content-mobile .item.selected {
    color: #41A4F4;
}

.in-page-nav.-is-sticky {
    position: fixed;
    top: 0;
    left: 0;
}

.in-page-nav.-dropdown--is-active .in-page-nav-content-mobile {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

.in-page-nav #highlight-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #41A4F4;
    display: none;
    -webkit-transition: 1s;
    transition: 1s;
    visibility: hidden;
}

@media (min-width: 768px) {
    .in-page-nav #highlight-line {
        visibility: visible;
    }
}

.bottom-nav {
    display: none;
}

@media (min-width: 1024px) {
    .bottom-nav {
        display: block;
    }
}

.searchResults .search-results {
    background: #ededed;
    padding: 50px 20px;
}

.searchResults button {
    border: 1px solid #1875d1;
    padding: 20px;
    color: #1875d1;
    background: transparent;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(24, 117, 209, 0.41);
    font-family: Modern H Eco Light;
    font-weight: bold;
    text-transform: uppercase;
}

.searchResults .form-elements {
    max-width: 670px;
    margin: 0 auto;
}

.searchResults .form-elements > span {
    display: block;
    overflow: hidden;
    padding-right: 10px;
}

.searchResults .form-elements button.search-button {
    background: #ededed;
    border-radius: 3px;
    padding: 19px;
    float: right;
    border: 1px solid #1875d1;
}

.searchResults .form-elements input {
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    display: block;
    padding: 1.25em;
    width: 100%;
    line-height: 1.4;
    border: 1px solid #898989;
    -webkit-appearance: none;
}

.searchResults .SearchLeft, .searchResults .SearchResults {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .searchResults .SearchLeft, .searchResults .SearchResults {
        padding: 0 20px;
    }
}

.searchResults .SearchLeft {
    padding: 30px 10px 0;
}

@media (min-width: 768px) {
    .searchResults .SearchLeft {
        padding: 30px 20px 0;
    }
}

.searchResults span.resultNumber {
    display: none;
}

.searchResults #searchResultsInfo li {
    padding: 20px 0;
}

.searchResults #searchResultsInfo li > span {
    line-height: 1.3;
    display: block;
}

@media (min-width: 768px) {
    .searchResults #searchResultsInfo li {
        padding: 7px 0;
    }
}

.searchResults ol#searchResultsInfo + div {
    padding: 35px 0 60px;
    text-align: center;
}

.searchResults span.firstRow {
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .searchResults span.firstRow {
        margin-bottom: auto;
    }
}

.searchResults .results-output, .searchResults .no-results {
    max-width: 670px;
    margin: 50px auto;
}

.searchResults #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_pnlnumberResults,
.searchResults #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_pnlPageLinks {
    margin-bottom: 34px;
    font-family: Modern H Eco Light;
    font-size: 19px;
    color: #5b5b5b;
    display: inline-block;
    margin: 10px 0;
}

.searchResults a {
    color: #1875d1;
    padding-top: 4px;
    margin-top: 4px;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
}

.searchResults .result-container {
    margin: 37px 0;
}

.searchResults .other-results {
    max-width: 670px;
    margin: 50px auto;
    border-top: 1px solid #ccc;
    padding: 43px 20px 20px 20px;
}

.searchResults .other-results button {
    margin: 21px 10px 0 0;
}

@media (min-width: 0px) {
    .searchResults .result-container {
        padding: 0 20px;
    }

    .searchResults .no-results,
    .searchResults #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_pnlnumberResults,
    .searchResults #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_pnlPageLinks {
        text-align: center;
    }

    .searchResults span.resultHead {
        font-size: 19px;
        color: black;
        font-family: Modern H Bold;
        font-weight: 800;
        line-height: 1.07142857142857em;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 26px;
    }

    .searchResults span.resultHead::after {
        content: ' ';
        position: absolute;
        bottom: -13px;
        height: 1px;
        width: 100px;
        left: 0;
        background: #ccc;
    }

    .searchResults .search-form.mobile button.search-button {
        background: #ededed;
        border-radius: 3px;
        padding: 25px;
        float: left;
        border: 1px solid #1875d1;
        width: 94%;
        margin: 9px 3%;
        background: #1875d1;
        color: white;
    }

    .searchResults .search-form.tablet {
        display: none;
    }

    .searchResults .search-form.mobile {
        display: block;
        height: 345px;
        background: #ccc;
    }

    .searchResults .search-form.mobile .search-heading {
        background-color: #ededed;
        padding-top: 80px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .searchResults .search-form.mobile h2 {
        text-align: center;
    }

    .searchResults .search-form.mobile #search-term {
        width: 94%;
        margin: 14px 3% 9px;
    }
}

@media (min-width: 768px) {
    .searchResults .result-container {
        padding: 0;
    }

    .searchResults .no-results,
    .searchResults #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_pnlnumberResults,
    .searchResults #ctl00_ctl00_ContentPlaceHolderMainNoAjax_ContentPlaceHolderMainNoAjax_pnlPageLinks {
        text-align: left;
    }

    .searchResults span.resultHead {
        font-size: 0.875em;
        font-family: Modern H Bold;
        font-weight: 800;
        line-height: 1.07142857142857em;
        text-transform: uppercase;
        margin-bottom: auto;
        color: black;
    }

    .searchResults span.resultHead::after {
        content: none;
    }

    .searchResults .search-form.mobile {
        display: none;
    }

    .searchResults .search-form.tablet {
        display: block;
    }
}

.searchResults span.clsResultDescr, .searchResults .clsResultURL {
    font-size: 0.875em;
    font-family: Modern H Light;
    font-weight: 300;
    line-height: 1.42857142857143em;
}

@media (min-width: 768px) {
    .searchResults span.clsResultDescr, .searchResults .clsResultURL {
        font-size: 0.875em;
        font-family: Modern H Light;
        font-weight: 300;
        line-height: 1.78571428571429em;
    }
}




/* Shop */

.invi-blocker {
    top: 0px;
    position:absolute;;
    width:600px;
    height: 60px;
    border: 1px solid #000;
    z-index: 999;
    display: none;
}

.lblShop, .lblShopClose {
    z-index: 999998;
    font-family: 'Hyundai Sans H', 'Roboto', 'Helvetica Neue', serif;
    font-size: 19px;
    text-align: left;
}
.lblShopClose {
    display: none;
    top: 0px;
}

.lblShopClose::before  {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    width: 2px;
    height: 30%;
    right: -20px;
    background-color: #002c5f;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotate(135deg);
}

.lblShopClose::after {

    content: '';
    display: block;
    position: absolute;
    top: 20px;
    width: 2px;
    height: 30%;
    right: -20px;
    background-color: #002c5f;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotate(45deg);
}

/*.lblShop:hover{
    border-bottom: 3px solid #00aad2;
    cursor: pointer;
}*/



.lblShop::after{
    content: '';
    margin-left: 10px;
    position: absolute;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    width: 8px;
    height: 8px;
    top: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*input[id*="trigger"] + a {

  color:#fff;
  width:95px;
  height:45px;
  text-align:center;
  line-height:45px;
  font-size:27px;
  cursor:pointer;
  user-select:none;
  transition:1s;
  z-index:1;
}*/
input[id*="trigger"] {
    display: none;
}
input[id*="trigger"] + label, input[id*="trigger2"] + label {
  cursor:pointer;
  user-select:none;
  z-index:1;
}

input[id*="trigger"]:checked ~ .lblShopClose, input[id*="trigger2"]:checked ~ .lblShopClose {
    display: block;
    font-size: 14px;
    left: 72%;
    width: auto;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}


input[id*="trigger"]:checked .invi-blocker {
    display: block;
    width:600px;
    height: 60px;
}

input[id*="trigger"]:checked + label, input[id*="trigger2"]:checked + label {
    transform: translate3d(0,0,0);
    display: block;
    border-bottom: 3px solid #00aad2;
}
input[id*="trigger"]:checked ~ .list-menu-shop, input[id*="trigger2"]:checked ~ .list-menu-shop {
    display: block;
}
input[id*="trigger"]:hover {
    border-bottom: 3px solid #00aad2;
    cursor: pointer;
}
.list-menu-shop{
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    height:360px;
    background:#ffffff;
    z-index:0;
    transition:.6s;
    backface-visibility:hidden;
    display: none;

}
.list-menu-shop ul, .list-menu-shop ul li{
    list-style: none;
    padding: 0;
    width: 200px;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.list-menu-shop ul li {
    display: inline;
}

.offers {
    margin-right: 20px !important;
}

.lblShop {
    padding-right: 25px !important;
}

input[id*="trigger"]:checked .lblShop {
    display: none;
}


.menu {
    width: 80px;
}

.shop-header{
    text-align: center;
    font-size: 44px;
    font-family: "Hyundai Sans", serif;
    font-weight: 500;
}

.shop-links {
    width: 768px !important;
    font-size: 20px;
}
.shop-links a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    padding: 0 20px;
    line-height: 40px;
}

.shop-links a:hover{
    color: #00aad2;
}

/*.shop-links li:last-child{
    text-indent:30px;
    display: block;
    width: 470px;
}*/

.font-default{
	font-size:15px;
}



input[id*="trigger"]:checked ~ .lblShop {

    position: absolute;
    left: 71.5%;
    z-index: 9999;
    top: 5px;
    width: 120px;
    opacity: 0;
    height: 50px;
}

/*shop mobile*/
@media (min-width: 320px) and (max-width: 768px) {

    .shop-header, .list-menu-shop {
        text-align: left;
        line-height: 1.2;
        padding-right: 20px;
        margin-bottom: 15px;
        font-family: "Hyundai Sans", serif;
        font-weight: 500;
    }

    .list-menu-shop {
        text-align: left;
        font-family: "Hyundai Sans", serif;
        width: 100% !important;
    }

    .list-menu-shop ul, .list-menu-shop ul li {
        list-style: none;
        padding: 0;
        display: block;
        margin: 0px 0px;
        text-align: left;
    }

    .shop-links {
        width: 100% !important;
        font-size: 14px;
    }

 /*   .shop-links li:last-child{
        text-indent:0px;
        display: block;
        width: 470px;
    }*/

    .shop-links a {
        text-decoration: none;
        font-size: 14px !important;
        color: #000;
        padding: 0 20px;
        line-height: 40px;
    }

    .shop-links a:hover{
        color: #00aad2;
    }

    .shop-header{
        padding: 0 20px;
        font-size: 18px;
        font-family: "Hyundai Sans", serif;
    }


    .list-menu-shop {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 45%;
        background: #ffffff;
        transition: .6s;
        backface-visibility: hidden;
        z-index: 999999;

    }


    .lblShop::after {
        z-index: 1;
    }

    input[id*="trigger2"] + label {
        cursor:pointer;
        user-select:none;
        z-index:999999;
    }

    input[id*="trigger"]:checked ~ .lblShopClose, input[id*="trigger2"]:checked ~ .lblShopClose {
        display: block;
        font-size: 14px;
        left: 67%;
        width: auto;
        position: absolute;
        cursor: pointer;
        z-index: 9999999;
        color: #000;

    }
    input[id*="trigger2"]:checked {
        display: block;
        position: absolute;
        left: 66%;
        z-index: 99999999;
        top: 5px;
        width: 120px;
        opacity: 0;
        height:50px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .lblShop, .lblShopClose {
        z-index: 999998;
        font-family: 'Hyundai Sans H', 'Roboto', 'Helvetica Neue', serif;
        font-size: 19px;
        text-align: left;
    }
    .lblShopClose {
        display: none;
        top: 0px;
    }

    .lblShopClose::before .lblShopClose::after {
        background: url(../images/hyundai/icons/icon-close.png) no-repeat center center;
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        width: 2px;
        height: 100%;
        right: 40px;
        background-color: #002c5f;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }


    input[id*="trigger"], input[id*="trigger2"] {
        display: none;
    }
    input[id*="trigger"] + label, input[id*="trigger2"] + label {
        cursor:pointer;
        user-select:none;
        z-index:1;
    }

    input[id*="trigger"]:checked ~ .lblShopClose, input[id*="trigger2"]:checked ~ .lblShopClose {
        display: block;
        font-size: 14px;
        left: 85%;
        width: auto;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    input[id*="trigger"]:checked {
        display: block;
        position: absolute;
        left: 84.5%;
        z-index: 9999;
        top: 5px;
        width: 100px;
        opacity: 0;
        height: 50px;
    }
    input[id*="trigger"]:checked + label, input[id*="trigger2"]:checked + label {
        transform: translate3d(0,0,0);
        display: block;
        border-bottom: 3px solid #00aad2;
    }
    input[id*="trigger"]:checked ~ .list-menu-shop, input[id*="trigger2"]:checked ~ .list-menu-shop {
        display: block;
    }
    input[id*="trigger"]:hover {
        border-bottom: 3px solid #00aad2;
        cursor: pointer;
    }
    .list-menu-shop{
        position:absolute;
        top:0px;
        left:0;
        width:100%;
        height:360px;
        background:#ffffff;
        z-index:0;
        transition:.6s;
        backface-visibility:hidden;
        display: none;

    }
    .list-menu-shop ul, .list-menu-shop ul li{
        list-style: none;
        padding: 0;
        width: 200px;
        display: block;
        margin: 20px auto;
        text-align: center;
    }
    .list-menu-shop ul li {
        display: inline;
    }

    .offers {
        margin-right: 20px !important;
    }

    .lblShop {
        padding-right: 25px !important;
    }

    .menu {
        width: 80px;
    }

    .shop-header{
        text-align: center;
        font-size: 44px;
        font-family: "Hyundai Sans", serif;
        font-weight: 500;

    }

    .shop-links {
        width: 768px !important;
        font-size: 20px;
    }
    .shop-links a {
        text-decoration: none;
        font-size: 20px;
        color: #000;
        padding: 0 20px;
        line-height: 40px;
    }

    /*
    .shop-links li:last-child{
        text-indent:30px;
        display: block;
        width: 470px;
    }
    */

    .shop-links a:hover{
        color: #00aad2;
    }

    .menu {
        width: 460px !important;
    }
}

@media (max-width: 1024px) {
    header .desktop-header .menu {
        width: calc(100% - 370px);
        text-align: center;
    }

    header .desktop-header .logo-wrapper {
        width: 200px;
        margin-right: 0;
    }

    header .desktop-header .shortcut-items {
        width: 200px;
    }


    input[id*="trigger"]:checked ~ .lblShopClose, input[id*="trigger2"]:checked ~ .lblShopClose {
        display: block;
        font-size: 14px;
        left: 86%;
        width: auto;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    input[id*="trigger"]:checked {
        display: block;
        position: absolute;
        left: 85.5%;
        z-index: 9999;
        top: 5px;
        width: 120px;
        opacity: 0;
        height: 50px;
    }

    .shop-links a:hover{
        color: #00aad2;
    }
}

@media (min-width:1025px) and (max-width:1080px){
    header .desktop-header .menu {
        width: calc(100% - 500px);
        text-align: center;
    }

    header .desktop-header .shortcut-items {
        width: 250px;
    }

    .shop-links a:hover{
        color: #00aad2;
    }

/*    .shop-links li:last-child{
        text-indent:30px;
        display: block;
        width: 470px;
    }*/
}

.inventory .just-arrived {
    display: block;
    padding: 0;
}





