/* Base CSS */
/*! ai-quality="90" */
body {
  color: white;
  background: black;
  position: relative;
  margin: auto;
  min-height: 480px;
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
}
body * {
  box-sizing: border-box;
}
a {
  color: white;
  text-decoration: none;
  outline: 0;
}
dl {
  margin: 1em 0;
}
dl:after {
  clear: both;
}
.meta_data dt {
  float: left;
  width: 90px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.meta_data dd {
  margin-bottom: 0.5em;
}
.vehicle_data dt {
  float: left;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: left;
}
.vehicle_data dd {
  margin-bottom: 0.5em;
  text-align: right;
}
.container {
  width: 100%;
  position: relative;
}
.header {
  background: black;
  border-top: solid 0.6875em #febe10;
  text-align: right;
}
.header .header_link_image {
  padding: .5em 0;
  margin-right: 5%;
}
.main {
  background: #080808;
  background: -moz-linear-gradient(top, #3b3b3b 0%, #080808 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #080808));
  background: -webkit-linear-gradient(top, #3b3b3b 0%, #080808 100%);
  background: -o-linear-gradient(top, #3b3b3b 0%, #080808 100%);
  background: -ms-linear-gradient(top, #3b3b3b 0%, #080808 100%);
  background: linear-gradient(to bottom, #3b3b3b 0%, #080808 100%);
  background-size: 100%;
}
.main .main_title {
  font-size: 1.5em;
  padding: 0.625em 20px;
  margin: 0;
  color: black;
  background: #febe10;
  border-bottom: 0.1875em solid black;
}
.main .main_title .small {
  font-size: .75em;
  font-weight: normal;
}
.footer {
  background: #080808;
}
.footer .footer_content .row {
  padding: 1em 0;
}
.footer .footer_content a {
  text-decoration: underline;
  font-size: 1em;
}
.row {
  width: 100%;
}
.row.head {
  background: white;
}
.row.space {
  margin: 0.625em 0;
  display: inline-block;
}
.row.center {
  text-align: center;
}
.row .right {
  float: right;
}
.external_link {
  text-decoration: underline;
}
.image_link {
  display: inline-block;
  margin-bottom: .25em;
}
.default-gap {
  padding: 0 20px;
}
.default-gap.all {
  padding: 1.25em 20px;
}
.sub_title {
  font-size: 1.25em;
}
.scroll_wrapper {
  z-index: 0;
  position: relative;
}
.content_wrapper {
  z-index: 10000;
  position: relative;
}
.arrow {
  font-family: Calibri, "PT Sans", sans-serif;
}
/* List CSS */
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list_horizontal {
  border-bottom: solid 0.125em #febe10;
  width: 100%;
  display: table;
  padding-top: 0.625em;
}
.list_horizontal_item {
  display: table-cell;
  text-align: center;
}
.list_horizontal_item:after {
  content: '\00B7';
  display: inline-block;
  position: relative;
  width: 0.1875em;
  font-size: 1em;
  line-height: 1em;
  color: #ffffff;
  float: right;
  padding-top: .35em;
}
.list_horizontal_item:last-child:after {
  content: '';
}
.list_horizontal_item a {
  padding: 0.1875em;
  font-weight: bold;
  display: inline-block;
}
.list_horizontal_item .list_horizontal_active {
  background: #febe10;
  color: black;
}
.list_title {
  padding: 0 20px;
}
.list_item {
  margin-top: .125em !important;
  background: #5c5c5c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5c5c5c 48%, #3f3f3f 99%, #3f3f3f 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #5c5c5c), color-stop(99%, #3f3f3f), color-stop(99%, #3f3f3f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5c5c5c 48%, #3f3f3f 99%, #3f3f3f 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5c5c5c 48%, #3f3f3f 99%, #3f3f3f 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5c5c5c 48%, #3f3f3f 99%, #3f3f3f 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5c5c5c 48%, #3f3f3f 99%, #3f3f3f 99%);
  /* W3C */
}
.list_item_link {
  font-size: 1.25em;
  line-height: 1.25em;
  color: white;
  display: block;
  padding: 1em 20px;
  margin: 0;
}
.legend_list_item {
  height: auto;
  display: table;
  padding: .25em 0;
}
.legend_list_item img {
  float: left;
  margin-right: 10px;
}
.legend_list_item p {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.menu_icon:before {
  width: 6px;
  height: 15.42857px;
  display: inline-block;
  margin-right: 10px;
  content: " ";
  float: left;
  background: url(../../img/arrows-left-right.png) no-repeat;
  background-size: 12px auto;
  margin-top: 4px;
}
.menu_icon.right:before {
  background-position: -6px 0;
}
.menu_icon.left:before {
  background-position: 0;
}
.back_icon:before {
  width: 8px;
  height: 11.42857px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
  content: " ";
  float: right;
  background: url(../../img/arrows-cta.png) no-repeat -8px 0;
  background-size: 16px auto;
}
.back_icon.left:before {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  background-position: 0 0;
}
.accordion_icon:before {
  width: 2.25em;
  height: .875em;
  display: inline-block;
  margin-right: 10px;
  content: " ";
  float: right;
  background: url(../../img/arrows-up-down.png) no-repeat 0 -0.875em;
  background-size: 2.25em 1.7em;
  margin-top: 0.3125em;
  margin-left: 10px;
}
.ac-accordion-show .accordion_icon:before,
input:checked ~ label > .accordion_icon:before {
  background-position: 0 0;
}
.ac-accordion img {
  max-width: 100%;
}
.ac-accordion {
  text-align: center;
}
.ac-accordion p,
.ac-accordion ol,
.ac-accordion li {
  text-align: left;
}
.link {
  line-height: 1em;
  display: inline-block;
  margin: 15px 0;
}
.line_yellow {
  margin: 0.5em 0;
  padding: 0;
  background-color: #FEBE10;
  height: 0.0625em;
  line-height: 0.0625em;
  border: none;
}
.service-table {
  border-collapse: collapse;
  margin-top: .875em;
  width: 100%;
}
.service-table td {
  vertical-align: top;
}
.service-table .table_head_image {
  vertical-align: middle;
}
.service-table .align_right span:before {
  content: "\00a0";
}
.table_gap {
  padding-top: 5px;
}
.align_right {
  text-align: right;
}
.border-bottom {
  border-bottom: solid 0.0625em #FEBE10;
}
.warning {
  color: #f7d900;
}
.button_panel {
  margin-top: -1em;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.button_panel > * {
  margin: 0;
}
.button_panel > *:first-child {
  float: left;
}
.button_panel > *:last-child {
  float: right;
}
.indicator_bar {
  border: none;
  margin: 1em auto 0 auto;
  padding: 0;
  width: 100%;
  display: inline-block;
  line-height: 1em;
}
.indicator_bar .indicator {
  border: solid 0.125em white;
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  vertical-align: middle;
  margin: auto;
  display: inline-block;
}
.indicator_bar .indicator.checked {
  background: white;
}
.slider {
  width: 100%;
}
.scroller {
  width: 100%;
  height: 18.75em;
}
.AC_stage {
  min-height: 400px;
}
