@page {
    size: landscape;
}

body {
    color: #032e5d;
    font-family: "HyundaiSansTextOffice", sans-serif;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.skiptomain,
.header-dropdowns,
.header-opts {
    display: none !important;
}
.navwrap {
    display: none;
}
.modalblock {
    display: none;
}
.header-logo {
    display: block;
    margin: 20px 15px;
}
.header {
    display: block;
    padding: 0;
    position: relative;
    background-color: #032e5d;
    height: 70px;
    overflow: hidden;
}

.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.circle {
    align-items: center;
    background-color: #000;
    border-radius: 100%;
    color: #FFF;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
  }
  .circle.__small {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .circle.__small .icon-clock {
    font-size: 10px;
    transform: translateY(-1px);
    display: inline-block;
  }
  .circle.__small .icon-tick {
    font-size: 11px;
  }
  .circle.__small .icon-cross-2 {
    font-size: 8px;
    transform: translateX(0px);
  }
  .circle.__medium {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
  .circle.__medium .icon-clock {
    font-size: 13px;
    transform: translateY(-1px);
    display: inline-block;
  }
  .circle.__medium .icon-tick {
    font-size: 15px;
  }
  
  .square {
    align-items: center;
    background-color: #000;
    border-radius: 3px;
    color: #FFF;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
  }
  .square.__small {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .square.__small .icon-clock {
    font-size: 10px;
    transform: translateY(-1px);
    display: inline-block;
  }
  
  .__bg-dark {
    background-color: #032e5d;
    color: #FFF;
  }
  
  .__bg-skyblue {
    background-color: #00adcf;
    color: #FFF;
  }
  
  .__bg-light {
    background-color: #f0f1fa;
    color: #032e5d;
  }
  
  .__bg-white {
    background-color: #FFF;
    color: #032e5d;
  }
  
  .__bg-danger {
    background-color: #ff4848;
  }
  
  .__bg-warning {
    background-color: #f4820d;
  }
  
  .__bg-success,
  .__bg-message {
    background-color: #44c974;
  }
  
  .__text-dark,
  .__text-dark::before {
    color: #032e5d;
  }
  
  .__text-white,
  .__text-white::before {
    color: #f0f1fa;
  }
  
  .__text-skyblue,
  .__text-skyblue::before {
    color: #00adcf;
  }
  
  .__text-danger,
  .__text-danger::before {
    color: #ff4848;
  }
  
  .__text-warning,
  .__text-warning::before {
    color: #f4820d;
  }
  
  .__text-success,
  .__text-success::before {
    color: #44c974;
  }
  
  .__text-left {
    text-align: left;
  }
  
  .__text-right {
    text-align: right;
  }
  
  .__text-center {
    text-align: center;
  }
  

/* toast strip */
.toast {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px 0 18px 0;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s ease all;
    width: 100%;
    position: relative;
  }
  .toast .circle {
    transform: translate(0px, -2px);
  }
  .toast .icon {
    display: inline-block;
  }
  .toast-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }


.cardblock {
    padding-top: 0;
  }
  .cardblock .h1 {
      margin-top: 0;
  }
  .cardwrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .cardwrap.__dealers {
    padding-bottom: 40px;
    flex-wrap: nowrap;
  }

  .card {
    width: 215px;
    height: 145px;
    background: #FFF;
    text-align: center;
    border: 1px solid #ccccd5;
    margin: 0 10px 10px 0;
  }

  .card.__auto {
    width: 300px;
}

  .card.__auto .card-text {
    width: auto;
  }
  .card.__small {
        width: 130px;
  }
  .card.__small h2 {
    padding: 0;
  }
  .card-header {
    border-bottom: 1px solid #ccccd5;
    height: 55px;
    font-weight: 700;
    display: table;
    width: 100%;
  }
  .card-header h2 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 29px;
  }
  .card-body {
    display: flex;
    justify-content: space-between;
    align-content: center;
    position: relative;
  }
  .card-text {
    color: #00adcf;
    font-size: 2rem;
    margin: 20px auto;
  }
  .card-text.__withborder::before {
    content: "";
    width: 1px;
    height: 89px;
    background-color: #ccccd5;
    position: absolute;
    top: 0;
    left: 50%;
  }
  @media (min-width: 992px) {
    .card-text.__withborder::before {
      left: 50%;
    }
  }

  .usercontent .table-wrap,
.mce-content-body .table-wrap {
  display: block;
  width: 100%;
  overflow-x: unset;
}
.usercontent .table-wrap.__widthaccordion table,
.mce-content-body .table-wrap.__widthaccordion table {
  min-width: 800px;
  transform: scale(0.75);
  margin-left: -200px;
}
.usercontent .table-wrap table,
.mce-content-body .table-wrap table {
  width: 100%;
  min-width: 450px;
}
.usercontent .table-wrap table td,
.mce-content-body .table-wrap table td {
  height: 60px;
}
.usercontent .table-wrap table th,
.mce-content-body .table-wrap table th {
  height: 60px;
}
.usercontent :last-child,
.mce-content-body :last-child {
  margin-bottom: 0;
}
.usercontent .alignleft,
.mce-content-body .alignleft {
  float: left;
}
.usercontent .alignright,
.mce-content-body .alignright {
  float: right;
}
.usercontent table,
.mce-content-body table {
  border-collapse: collapse;
}
.usercontent table .normal,
.mce-content-body table .normal {
  font-weight: normal;
}
.usercontent table .center,
.mce-content-body table .center {
  text-align: center;
}
.usercontent table .negative,
.mce-content-body table .negative {
  color: #ff0000;
}
.usercontent table .success,
.mce-content-body table .success {
  color: #44c974;
}
.usercontent table .saved,
.mce-content-body table .saved {
  color: #f4820d;
}
.usercontent table .smallfont,
.mce-content-body table .smallfont {
  font-size: 0.875rem;
}
.usercontent table .red,
.mce-content-body table .red {
  background: #f6e3e3;
}
.usercontent table .blue,
.mce-content-body table .blue {
  background: #00adcf;
}
.usercontent table .blue .center,
.mce-content-body table .blue .center {
  text-align: center;
}
.usercontent table .blue .smallfont,
.mce-content-body table .blue .smallfont {
  font-size: 0.875rem;
}
.usercontent table .blue .large,
.mce-content-body table .blue .large {
  min-width: 230px;
}
.usercontent table .blue .small,
.mce-content-body table .blue .small {
  min-width: 60px;
}
.usercontent table .blue .padding,
.mce-content-body table .blue .padding {
  padding: 0 14px;
}
.usercontent table .blue td, .usercontent table .blue th,
.mce-content-body table .blue td,
.mce-content-body table .blue th {
  border: 1px solid #c2c3cc40;
  padding: 0 10px;
  text-align: left;
}
.usercontent table .blue td a, .usercontent table .blue th a,
.mce-content-body table .blue td a,
.mce-content-body table .blue th a {
  color: #f1f1fb;
  font-weight: normal;
}
.usercontent table .blue th,
.mce-content-body table .blue th {
  background: #032e5d;
  color: #FFF;
  font-weight: 500;
  text-align: center;
}
.usercontent table .blue td,
.mce-content-body table .blue td {
  font-weight: 700;
  font-size: 1rem;
  color: #FFF;
}
.usercontent table .blue:nth-child(even),
.mce-content-body table .blue:nth-child(even) {
  background-color: #00adcf;
}
.usercontent table tr,
.mce-content-body table tr {
  background: #FFF;
}
.usercontent table tr td, .usercontent table tr th,
.mce-content-body table tr td,
.mce-content-body table tr th {
  border: 1px solid #c2c3cc40;
  padding: 0 10px;
  text-align: left;
}
.usercontent table tr th,
.mce-content-body table tr th {
  background: #032e5d;
  color: #FFF;
  font-weight: 500;
  width: 60px;
}
.usercontent table tr td,
.mce-content-body table tr td {
  font-weight: 700;
  font-size: 1rem;
}
.usercontent table tr td .fieldwrapper,
.mce-content-body table tr td .fieldwrapper {
  display: flex;
  justify-content: flex-start;
}
.usercontent table tr td .fieldwrapper .field_wrap .input_wrap .select2-css.select2-selection--single,
.mce-content-body table tr td .fieldwrapper .field_wrap .input_wrap .select2-css.select2-selection--single {
  padding: 10px 20px 10px 20px;
  min-width: 150px;
}
.usercontent table tr td .fieldwrapper .field_wrap,
.mce-content-body table tr td .fieldwrapper .field_wrap {
  margin: 0 5px 0 5px;
}
.usercontent table tr td .fieldwrapper .field_wrap.__datepicker .input_wrap input,
.mce-content-body table tr td .fieldwrapper .field_wrap.__datepicker .input_wrap input {
  width: auto;
}
.usercontent table tr td .input_wrap input,
.mce-content-body table tr td .input_wrap input {
  width: 80px;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #ccccd5;
  text-align: center;
}
.usercontent table tr:nth-child(even),
.mce-content-body table tr:nth-child(even) {
  background-color: #f3f2f7;
}

.textpage {
    padding: 40px 0 50px 0;
  }
  .textpage .container {
    max-width: 1230px;
    padding-left: 0;
    padding-right: 0;
  }
  .textpage .row {
    flex-wrap: nowrap;
  }
  .textpage .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .textpage .col-xl-8 {
    flex: 0 0 50.666667%;
    max-width: 50.666667%;
  }
  .textpage-content .button, .textpage-content .submit_wrap button, .submit_wrap .textpage-content button,
  .textpage-content .form-submit button,
  .form-submit .textpage-content button, .textpage-content .sliderbutton {
    display: none;
  }
  .textpage-table {
    margin-top: -110px;
  }
  .textpage-buttons {
    display: none;
  }


