h2.header1 { padding-top: 10px; }

/* Let's get a small grid going */
.row {
    position: relative;
}
.row:after, .row:before {
    content: '';
    display: block;
    clear: both;
}
.row .row-content {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1.5%;
}
.row .row-content.first { padding-left: 0; }
.row .row-content.last  { padding-right: 0; }
.row .w10 { width: 10%; }
.row .w15 { width: 15%; }
.row .w20 { width: 20%; }
.row .w25 { width: 25%; }
.row .w30 { width: 30%; }
.row .w35 { width: 35%; }
.row .w40 { width: 40%; }
.row .w45 { width: 45%; }
.row .w50 { width: 50%; }
.row .w55 { width: 55%; }
.row .w60 { width: 60%; }
.row .w80 { width: 80%; }
.row .w85 { width: 85%; }
.row .w90 { width: 90%; }
.row .w100 { width: 100%; }

.column-container { width: 100%; box-sizing: border-box; font-size: 0;  }
.column-container.h75 { height: 75px; }
.column-container .row-column { display: inline-block; vertical-align: top; font-size: 12px; }

/* Reusable class names */
.hr-divider {
    border-bottom: 1px solid #DDD;
    padding-bottom: 2em;
    margin-bottom: 2em;
}
.hr-divider.hr-divider-header {
    padding-bottom: 0;
}
.hr-divider.strong-divider { border-bottom: 1px solid #666; }
.hr-pre-divider {
    border-top: 1px solid #DDD;
    padding-top: 2em;
    margin-top: 2em;
}
.disclaimer {
    font-size: 0.9em;
    line-height: 1.125em;
    display: block;
}
.smallHeader, .mediumHeader {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    margin: 1em 0 0.2em;
}
.mediumHeader {
    font-size: 1.2em;
}
.no-margin {
    margin: 0;
}
.unselectable {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Page */
.article-links article {
    margin: 0.5em 0;
}
.article-links a {
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
}
.article-links .date {
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
    color: #999;
    font-style: italic;

}
.cms-raw {
    font-size: 0.9em;
}
.cms-raw * {
    max-width: 100% !important; /* Kill ISD styles */
}
.cms-raw p {
    margin: 0.45em 0 0.65em;
    line-height: 1.25em !important;
}

.cms-raw.headline-paragraph strong {
    color: #364760;
    font-size: 30px;
    font-weight: normal;
    font-family: "AcuraBliss",Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 0.5em;
    text-shadow: 0px 1px 4px #D8D8D8;
    line-height: 1em !important;
}
.honda .cms-raw.headline-paragraph strong {
    color: #2F8BBA;
    font-size: 24px;
    font-family: Univers,Verdana;
    text-shadow: none;
}

section#vehicle-selection {
    display: none;
}

section#vehicle-selection.hasVehicles {
    display: block;
}

section#vehicle-selection .gradient-box {
    min-height: 80px;
}

section#vehicle-selection .disclaimer-link {
    display: none;
    left: 50%;
    margin-left: -7.5em;
}

section#vehicle-selection.hasVehicles[data-vin="false"] .disclaimer-link {
    display: inline-block;
}

section#vehicle-selection label {
    margin-top: 5px;
    display: inline-block;
}

section#vehicle-selection .fieldset-action {
    margin: 0;
}

section#vehicle-selection.hasVehicles + section#vehicle-entry {
    display: none;
}

section#vehicle-selection + section#vehicle-entry[data-vin="true"] {
    display: block;
}

section#vehicle-selection .chooser-select div span {
    font-size: 11px !important;
    width: 90% !important;
}

.module-box {
    padding: 1em 2em;
    min-height: 220px;
    position: relative;
}
.module-box p {
    margin: 0.5em 0;
    font-size: 1em !important;
}
.module-box fieldset {
    margin: 1.5em 0;
}
.module-section {
    margin: 2em 0;
}
.module-section span.line:not(.print-only) {
    display: block;
    margin: 0.2em 0;
    font-size: 1em;
}
.disclaimer-link {
    position: absolute;
    bottom: 1.5em;
	float:right;
    text-decoration: underline;
    font-size: 0.9em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.disclaimer-link.left  { left:  1.5em; }
.disclaimer-link.right { right: 1.5em; }

.disclaimer-link.floating{
	position: static !important;
    float: right !important;
}

.field-section {
    margin: 0.2em 0 0.45em;
}
.field-description {
    display: inline-block;
    text-align: center;
    font-size: 0.85em;
    white-space: nowrap;
    color: #999;
    font-style: italic;
}
.field-description.validation { display: none; }
.field-multiline p {
    margin: 0.2em 0px 15px !important;
    font-size: 1em !important;
}
.fieldset-action {
    margin-top: 1.15em;
}
fieldset input[type="text"] {
    display: block;
    padding: 0.4em 0.4em 0.2em;
    width: 99.5%;
    font-size: 1.1em;
    color: #666;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
fieldset select { /* Just to avoid reflow */
    display: block;
    width: 100%;
}

/* Complete forms (like email) have labels & validation elements */
.validation-form {
    margin-top: 1.25em;
}
.validation-form .row-content {
    margin: 0.5em 0;
}
.validation-form label {
    margin-bottom: 0.25em;
    display: inline-block;
    font-size: 0.925em;
}
.validation-form .radio-group {
    margin: 0.35em 0 1em;
}
.validation-form .radio-item {
    margin: 0 0.45em;
}

.recalls-section {
    padding: 2em 1em 2.85em;
}
.cta {
    margin-right: 0.75em;
}
.cta.right {
    float: right;
    margin-right: 0;
    margin-left: 0.75em;
}
.cta img {
    display: block;
    max-width: 100%;
}
.cta span {
    min-width: 60px;
    text-align: center;
    font-size: 1.15em;
    font-family: Univers,Verdana,sans-serif;
    font-weight: normal;
    line-height: 2.9em !important;
    /*padding: 0px 14px !important; to bring zipcode arraow b2cdev*/
}
.honda .cta span {
    line-height: 3.15em !important;
}
.cta span strong {
    /* For some reason, client wants proper-case on these */
    text-transform: none;
}
.cta.disabled, .cta.disabled:hover {
    background-color: #BBB !important;
    background-image: none !important;
    cursor: default !important;
    box-shadow: none !important;
}
.cta.disabled span, .cta.disabled span:hover {
    cursor: default !important;
    background-image: none !important;
}
.recalls-container {
	overflow: auto;
}
.recalls-section .hr-divider:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.no-answers {
    padding: 0.75em 0.55em;
    font-size: 1.1em;
    color: #666;
    overflow:hidden;
    margin:0px;
}
.error {
    color: #E36262 !important; /* Important for print ;) */
}
.vin-input {
    text-transform: uppercase;
    margin: 0.1em 0 0.5em;
}
.separator {
    text-align: center;
    margin-top: 95px;
    font-size: 2.35em;
    color: #364760;
}
.honda .separator {
    color: #2F8BBA;
}
.updated {
    font-size: 10px;
    color: #777;
    display: block;
    text-align: right;
    margin-top: 5px;
}
.vin-field { text-transform: uppercase; }
.press-content { position: relative; }
.press-content-cta { position: absolute; top: 1.6em; right: 0; }
.press-content-cta a { margin-right: 0; }
.header-information .row-content {
    white-space: nowrap;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.no-print {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    text-indent: -999px;
    overflow: hidden;
}
.video-section {
    display: block;
    padding: 8px 7px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 0;
    position: relative;
}
.video-section .video-thumb {
    display: inline-block;
    width: 50%;
}
.video-section:after {
    /* Play button */
    display: block;
    content: '';
    background-image: url('../../../../../static/img/ui/play.png');
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    top: 22.5%;
    left: calc(25% - 20px);
}
.video-section .video-title {
    width: 45%;
    float: right;
    height: 100%;
    font-size: 11px;
}
.video-section:hover {
    background-color: #DDD;
}
.video-section:hover .video-thumb { opacity: 0.8; }

.video-wrapper { height: 386px; margin-top: 15px; }

.loading {
    position: absolute;
    z-index: 10;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    background-image: url("../../../../../static/img/ui/loading-icon.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.ie8 .loading { zoom: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.more-info a {
    text-decoration: underline;
}
/* Overrides */
#content p {
    line-height: 1.25em;
    font-size: 1.15em;
}
#content aside {
    margin-top: 2.5em;
}
#content label {
    font-weight: bold;
    margin-right: 0.15em;
}
.uibox {
    padding: 0;
    border: 1px solid #333;
    min-width: 670px;
}
.uibox strong.title {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.uibox.small-box {
    width: 450px;
}
.uibox-content {
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.uibox-content.print-friendly {
    padding: 1.5em !important;
}
.uibox-content ul {
    margin-left: 1em;
    line-height: 1.45em;
}
.ui-icon-closethick {
    font-size: 10px;
}
.ui-icon-closethick:after {
    font-size: 12px;
    line-height: 8px;
    padding: 3px;
    box-sizing: border-box;
    height: auto;
}
.ui-icon-closethick:hover:after {
    background-color: #DEDEDE;
}
.uibox-titlebar {
    padding: 0;
    margin-top: 10px;
    float: right;
}
.lte9 .uibox-titlebar {
    position: absolute;
    right: 0;
}
.uibox-content {
    padding: 2em !important;
}
.uibox-content p.disclaimer {
    clear: both
    padding-top: 15px;
    font-style: italic;
}
#footer {
    font-size: 11px;
    padding: 30px 0;
    text-align: center;
    margin-top: 10px;
}
#footer a:hover {
    text-decoration: underline;
}
/* Animations */
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
/* Acura light gradient */
.no-cssgradients .gradient-box {
    background: #fff url("../../../../../static/img/ui/gray-gradient-x-repeater.png") repeat-x left 25%;
}

/*print dialog*/
[aria-labelledby="ui-dialog-title-7"] .uibox-titlebar,
.print-friendly .uibox-titlebar{
  /*visibility: hidden !important;*/
  display: none;
}

.uibox-content.print-friendly {
    padding: 1.2em !important;
    max-height: 800px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.row.printablecontent {
    margin-top: 10px;
}

.print-friendly iframe{
  width: 100% !important;
  height: 400px !important;
  position: relative !important;
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@page { 
    size: auto !important;
    margin: 25pt 25pt 25pt 25pt !important;  
}

/*accordion specific*/
#content .accordion .inner {
    padding: 20px 30px 30px 30px !important;
}

/*next step spedific styles*/
#next-step-zipcode .zipcode{
	display: inline-block;
	width: 200px;
	padding: 0.4em 0.5em 0.5em;
	text-align: center;
    text-transform: uppercase;
}

#next-step-zipcode .zipcode-title{
	font-weight: bold;
    margin-top: 30px;
}

#next-step-zipcode .row-content{
	/*text-align: center;*/
}

#next-step-zipcode .field-validation-error{
	/*width: 200px;
    display: block;
    text-align: center;
    margin: 5px auto;*/
}

#next-step-zipcode .mute{
	color: black;
}

.btn-chat {
    display: block;
    margin: 60px 0 0 30px;
    width: 70px;
    padding: 0 !important;
}
.btn-chat img { width: 67.5%; margin: 0 auto; padding-top: 6px; }
.cta.btn-chat span {
    padding: 0 !important;
    margin: 0 auto;
    font-size: 12px;
    display: block;
    color: #017bc2;
    height: auto !important;
    line-height: 1.25rem !important;
    text-shadow: none;
    letter-spacing: -0.02em;
}
.honda .cta.btn-chat span {
    line-height: 1.25rem !important;
}
.btn-chat.btn-chat-acura span { color: #364760; }
.borderradius.boxshadow.cssgradients .btn-1.btn-chat {
    background: -webkit-linear-gradient( top, #EEF3FA 0%, #C0D4E4);
	background: -moz-linear-gradient( top, #EEF3FA 0%, #C0D4E4);
	background: -o-linear-gradient( top, #EEF3FA 0%, #C0D4E4);
	background: -ms-linear-gradient( top, #EEF3FA 0%, #C0D4E4);
	background: linear-gradient( top, #EEF3FA 0%, #C0D4E4);
}
.borderradius.boxshadow.cssgradients .btn-1.btn-chat.btn-chat-acura {
    background: -webkit-linear-gradient( top, #C5C5C5 0%, #e3e3e3);
	background: -moz-linear-gradient( top, #C5C5C5 0%, #e3e3e3);
	background: -o-linear-gradient( top, #C5C5C5 0%, #e3e3e3);
	background: -ms-linear-gradient( top, #C5C5C5 0%, #e3e3e3);
	background: linear-gradient( top, #C5C5C5 0%, #e3e3e3);
}
.cta.btn-chat.btn-chat-acura span { text-transform: none; }
.row-information {
    min-height: 65px;
}
.row-actions { z-index: 10; }
















/** FROM OTHER RECALL.CSS */

h2.header1 { padding-top: 10px; }

/* Let's get a small grid going */
.row {
    position: relative;
}
.row:after, .row:before {
    content: '';
    display: block;
    clear: both;
} 
.row .row-content {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1.5%;
}
.row .row-content.first { padding-left: 0; }
.row .row-content.last  { padding-right: 0; }
.row .w10 { width: 10%; }
.row .w15 { width: 15%; }
.row .w20 { width: 20%; }
.row .w25 { width: 25%; }
.row .w30 { width: 30%; }
.row .w35 { width: 35%; }
.row .w40 { width: 40%; }
.row .w45 { width: 45%; }
.row .w50 { width: 50%; }
.row .w55 { width: 55%; }
.row .w60 { width: 60%; }
.row .w80 { width: 80%; }
.row .w85 { width: 85%; }
.row .w90 { width: 90%; }
.row .w100 { width: 100%; }

.column-container { width: 100%; box-sizing: border-box; font-size: 0;  }
.column-container.h75 { height: 75px; }
.column-container .row-column { display: inline-block; vertical-align: top; font-size: 12px; }

/* Reusable class names */
/*
.hr-divider {
    border-bottom: 1px solid #DDD;
    padding-bottom: 2em;
    margin-bottom: 2em;
}
.hr-divider.hr-divider-header {
    padding-bottom: 0;
}


.hr-divider.strong-divider { border-bottom: 0px solid #666; }
.hr-pre-divider {
    border-top: 0px solid #DDD;
    padding-top: 2em;
    margin-top: 2em;
}*/
.disclaimer {
    font-size: 0.9em;
    line-height: 1.125em;
    display: block;
}
.smallHeader, .mediumHeader {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    margin: 1em 0 0.2em;
}
.mediumHeader {
    font-size: 1.2em;
}
.no-margin {
    margin: 0;
}
.unselectable {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Page */
.article-links article {
    margin: 0.5em 0;
}
.article-links a {
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
}
.article-links .date {
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
    color: #999;
    font-style: italic;

}
.cms-raw {
    font-size: 0.9em;
}
.cms-raw * {
    max-width: 100% !important; /* Kill ISD styles */
}
.cms-raw p {
    margin: 0.45em 0 0.65em;
    line-height: 1.25em !important;
}

.cms-raw.headline-paragraph strong {
    color: #364760;
    font-size: 30px;
    font-weight: normal;
    font-family: "AcuraBliss",Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 0.5em;
    text-shadow: 0px 1px 4px #D8D8D8;
    line-height: 1em !important;
}
.honda .cms-raw.headline-paragraph strong {
    color: #2F8BBA;
    font-size: 24px;
    font-family: Univers,Verdana;
    text-shadow: none;
}

section#vehicle-selection {
    display: none;
}

section#vehicle-selection.hasVehicles {
    display: block;
}

section#vehicle-selection .gradient-box {
    min-height: 80px;
}

section#vehicle-selection .disclaimer-link {
    display: none;
    left: 50%;
    margin-left: -7.5em;
}

section#vehicle-selection.hasVehicles[data-vin="false"] .disclaimer-link {
    display: inline-block;
}

section#vehicle-selection label {
    margin-top: 5px;
    display: inline-block;
}

section#vehicle-selection .fieldset-action {
    margin: 0;
}

section#vehicle-selection.hasVehicles + section#vehicle-entry {
    display: none;
}

section#vehicle-selection + section#vehicle-entry[data-vin="true"] {
    display: block;
}

section#vehicle-selection .chooser-select div span {
    font-size: 11px !important;
    width: 90% !important;
}

.module-box {
    padding: 1em 2em;
    min-height: 220px;
    position: relative;
}
.module-box p {
    margin: 0.5em 0;
    font-size: 1em !important;
}
.module-box fieldset {
    margin: 1.5em 0;
}
.module-section {
    margin: 2em 0;
}
.module-section span.line:not(.print-only) {
    display: block;
    margin: 0.2em 0;
    font-size: 1em;
}
.disclaimer-link {
    position: absolute;
    bottom: 1.5em;
	float:right;
    text-decoration: underline;
    font-size: 0.9em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.disclaimer-link.left  { left:  1.5em; }
.disclaimer-link.right { right: 1.5em; }

.disclaimer-link.floating{
	position: static !important;
    float: right !important;
}

.field-section {
    margin: 0.2em 0 0.45em;
}
.field-description {
    display: inline-block;
    text-align: center;
    font-size: 0.85em;
    white-space: nowrap;
    color: #999;
    font-style: italic;
}
.field-description.validation { display: none; }
.field-multiline p {
    margin: 0.2em 0px 15px !important;
    font-size: 1em !important;
}
.fieldset-action {
    margin-top: 1.15em;
}
fieldset input[type="text"] {
    display: block;
    padding: 0.4em 0.4em 0.2em;
    width: 99.5%;
    font-size: 1.1em;
    color: #666;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
fieldset select { /* Just to avoid reflow */
    display: block;
    width: 100%;
}

/* Complete forms (like email) have labels & validation elements */
.validation-form {
    margin-top: 1.25em;
}
.validation-form .row-content {
    margin: 0.5em 0;
}
.validation-form label {
    margin-bottom: 0.25em;
    display: inline-block;
    font-size: 0.925em;
}
.validation-form .radio-group {
    margin: 0.35em 0 1em;
}
.validation-form .radio-item {
    margin: 0 0.45em;
}

.recalls-section {
    /*padding: 2em 1em 2.85em;*/
}
.cta {
    margin-right: 0.75em;
}
.cta.right {
    float: right;
    margin-right: 0;
    margin-left: 0.75em;
}
.cta img {
    display: block;
    max-width: 100%;
}
.cta span {
    min-width: 60px;
    text-align: center;
    font-size: 1.15em;
    font-family: Univers,Verdana,sans-serif;
    font-weight: normal;
    line-height: 2.9em !important;
   /* padding: 0px 14px !important; to bring zipcode arraow b2cdev*/
}
.honda .cta span {
    line-height: 3.15em !important;
}
.cta span strong {
    /* For some reason, client wants proper-case on these */
    text-transform: none;
}
.cta.disabled, .cta.disabled:hover {
    background-color: #BBB !important;
    background-image: none !important;
    cursor: default !important;
    box-shadow: none !important;
}
.cta.disabled span, .cta.disabled span:hover {
    cursor: default !important;
    background-image: none !important;
}
.recalls-container {
	overflow: auto;
}
.recalls-section .hr-divider:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.no-answers {
    padding: 0.75em 0.55em;
    font-size: 1.1em;
    color: #666;
}
.error {
    color: #E36262 !important; /* Important for print ;) */
}
.vin-input {
    text-transform: uppercase;
    margin: 0.1em 0 0.5em;
}
.separator {
    text-align: center;
    margin-top: 95px;
    font-size: 2.35em;
    color: #364760;
}
.honda .separator {
    color: #2F8BBA;
}
.updated {
    font-size: 10px;
    color: #777;
    display: block;
    text-align: right;
    margin-top: 5px;
}
.vin-field { text-transform: uppercase; }
.press-content { position: relative; }
.press-content-cta { position: absolute; top: 1.6em; right: 0; }
.press-content-cta a { margin-right: 0; }
.header-information .row-content {
    white-space: nowrap;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.no-print {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    text-indent: -999px;
    overflow: hidden;
}
.video-section {
    display: block;
    padding: 8px 7px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 0;
    position: relative;
}
.video-section .video-thumb {
    display: inline-block;
    width: 50%;
}
.video-section:after {
    /* Play button */
    display: block;
    content: '';
    background-image: url('../../../../../static/img/ui/play.png');
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10;
    top: 22.5%;
    left: calc(25% - 20px);
}
.video-section .video-title {
    width: 45%;
    float: right;
    height: 100%;
    font-size: 11px;
}
.video-section:hover {
    background-color: #DDD;
}
.video-section:hover .video-thumb { opacity: 0.8; }

.video-wrapper { height: 386px; margin-top: 15px; }

.loading {
    position: absolute;
    z-index: 10;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    background-image: url("../../../../../static/img/ui/loading-icon.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.ie8 .loading { zoom: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.more-info a {
    text-decoration: underline;
}
/* Overrides */
#content p {
   /* line-height: 1.25em;
    font-size: 1.15em;*/
            font-size: 14px;
    line-height: 16pt;
}
#content aside {
    margin-top: 2.5em;
}
#content label {
    font-weight: bold;
    margin-right: 0.15em;
}
.uibox {
    padding: 0;
    border: 1px solid #333;
    min-width: 670px;
}
.uibox strong.title {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.uibox.small-box {
    width: 450px;
}
.uibox-content {
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.uibox-content.print-friendly {
    padding: 1.5em !important;
}
.uibox-content ul {
    margin-left: 1em;
    line-height: 1.45em;
}
.ui-icon-closethick {
    font-size: 10px;
}
.ui-icon-closethick:after {
    font-size: 12px;
    line-height: 8px;
    padding: 3px;
    box-sizing: border-box;
    height: auto;
}
.ui-icon-closethick:hover:after {
    background-color: #DEDEDE;
}
.uibox-titlebar {
    padding: 0;
    margin-top: 10px;
    float: right;
}
.lte9 .uibox-titlebar {
    position: absolute;
    right: 0;
}
.uibox-content {
    padding: 2em !important;
}
.uibox-content p.disclaimer {
    clear: both
    padding-top: 15px;
    font-style: italic;
}
#footer {
    font-size: 11px;
    padding: 30px 0;
    text-align: center;
    margin-top: 10px;
}
#footer a:hover {
    text-decoration: underline;
}
/* Animations */
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
/* Acura light gradient */
.no-cssgradients .gradient-box {
    background: #fff url("../../../../../static/img/ui/gray-gradient-x-repeater.png") repeat-x left 25%;
}

/*print dialog*/
[aria-labelledby="ui-dialog-title-7"] .uibox-titlebar,
.print-friendly .uibox-titlebar{
  /*visibility: hidden !important;*/
  display: none;
}

.uibox-content.print-friendly {
    padding: 1.2em !important;
    max-height: 800px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.row.printablecontent {
    margin-top: 10px;
}

.print-friendly iframe{
  width: 100% !important;
  height: 400px !important;
  position: relative !important;
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@page { 
    size: auto !important;
    margin: 25pt 25pt 25pt 25pt !important;  
}

/*accordion specific*/
#content .accordion .inner {
    padding: 20px 30px 30px 30px !important;
}

/*next step spedific styles*/
#next-step-zipcode .zipcode{
	display: inline-block;
	width: 200px;
	padding: 0.4em 0.5em 0.5em;
	text-align: center;
    text-transform: uppercase;
}

#next-step-zipcode .zipcode-title{
	font-weight: bold;
    margin-top: 0px;
}

#next-step-zipcode .row-content{
	/*text-align: center;*/
}

#next-step-zipcode .field-validation-error{
	/*width: 200px;
    display: block;
    text-align: center;
    margin: 5px auto;*/
}

#next-step-zipcode .mute{
	color: black;
}

.btn-chat {
    display: block;
    margin: 60px 0 0 30px;
    width: 70px;
    padding: 0 !important;
}
.btn-chat img { width: 67.5%; margin: 0 auto; padding-top: 6px; }
.cta.btn-chat span {
    padding: 0 !important;
    margin: 0 auto;
    font-size: 12px;
    display: block;
    color: #017bc2;
    height: auto !important;
    line-height: 1.25rem !important;
    text-shadow: none;
    letter-spacing: -0.02em;
}
.honda .cta.btn-chat span {
    line-height: 1.25rem !important;
     margin:4px 0px 6px;
}
.btn-chat.btn-chat-acura span { color: #364760; }
.borderradius.boxshadow.cssgradients .btn-1.btn-chat {
    background: -webkit-linear-gradient( top, #EEF3FA 0%, #C0D4E4);
	background: -moz-linear-gradient( top, #EEF3FA 0%, #C0D4E4);
	background: -o-linear-gradient( top, #EEF3FA 0%, #C0D4E4);
	background: -ms-linear-gradient( top, #EEF3FA 0%, #C0D4E4);
	background: linear-gradient( top, #EEF3FA 0%, #C0D4E4);
}
.borderradius.boxshadow.cssgradients .btn-1.btn-chat.btn-chat-acura {
    background: -webkit-linear-gradient( top, #C5C5C5 0%, #e3e3e3);
	background: -moz-linear-gradient( top, #C5C5C5 0%, #e3e3e3);
	background: -o-linear-gradient( top, #C5C5C5 0%, #e3e3e3);
	background: -ms-linear-gradient( top, #C5C5C5 0%, #e3e3e3);
	background: linear-gradient( top, #C5C5C5 0%, #e3e3e3);
}
.cta.btn-chat.btn-chat-acura span { text-transform: none; }
.row-information {
    min-height: 65px;
}
.row-actions { z-index: 10; }

.ask-container .btn-chat{
    margin:0px;

    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:5px;
}

.borderradius.boxshadow.cssgradients .btn-1.btn-chat{
    border:0px;
    height:78px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
}

.dave-online {
    font-family: Univers,Verdana,sans-serif;
    line-height: 5px;
    margin-left: 5px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
}

.dave-online span:after {
    background-image: url("../../../../../service-maintenance/static/img/ui/check-online.png");
    background-repeat: no-repeat;
    background-size: 15px auto;
    color: transparent;
    content: "_";
    display: inline-block;
    height: 16px;
    left: 5px;
    line-height: 15px;
    position: relative;
    top: -1px;
    width: 16px;
}
.borderradius.boxshadow.cssgradients .btn-1 span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    height: 30px;
    line-height: 30px;
    /*padding: 0 10px; b2cdev to bring zipcode arraow*/  
}
.btn-chat.btn-chat-acura .dave-online span, .btn-chat.btn-chat .dave-online span {
    color: #00b050;
    display: inline;
    font-size: 15px;
    text-transform: lowercase;
}

.box-white .paragraph{
    padding: 0rem 2rem 1rem;
}

.row.form-design .row-content{
border:0px solid #f6f6f6;
padding:5px;
position:relative;
-webkit-border-radius: 37px;
-moz-border-radius: 37px;
border-radius: 37px;
}

.row.form-design .row-content .txt {
    border: 0 none;
    color: #00446b;
    font-size: 16px;
    padding: 2px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.row.form-design .row-content .txt{
    margin:0px;    
}
.box-white .section-description .row.form-design .field-description {
    font-style:normal;
    color: #00446b;
    float: none;
    font-family: "AvenirNextLTProRegular";
    font-size: 11px;
    font-weight: normal;
    line-height: 140%;
    padding: 5px 35% 15px;
    text-align: left;
    width: 100%;
}

.secondary-section.section2.column-2.shadow .col-child .box-white .section-description{
    
}

.secondary-section.section2.column-2.shadow .col-child .box-white .section-description .section-description-inner .secondary-btn-container .fieldset-action{
    height:auto !important;
    margin-left:35%;
    margin-right:35%;
    width:30%;
    margin-top:0px;
}

.secondary-section.section2.column-2.shadow .col-child .box-white .section-description .section-description-inner .secondary-btn-container .btn{
position:relative;
bottom:auto;
left:auto;
width:auto;
margin:0 auto;
height:auto;
display:block;
color:#fff;
    background-color:#2197db;
    font-family: "AvenirNextLTProBold";
    font-weight:normal;

    padding: 1rem 1.3rem;

}
.secondary-section.section2.column-2.shadow .col-child .box-white .section-description .section-description-inner{
   
    padding:15px 0px;
}
.secondary-section.section2.column-2.shadow .col-child .box-white .section-description .section-description-inner .secondary-btn-container .btn span{
    line-height:100% !important; 
    height:auto;
    display:block;
    font-family: "AvenirNextLTProBold";
    font-weight:normal;
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.box-white .section-description .form-design{
    margin:0px;
    padding:0px;
}
.box-white .section-description .form-design > .row-content{
    padding:15px 32% 0px;
    border:0px;
}

.col-child-2 .box-white .section-description .form-design > .row-content{
    padding:15px 30% 0px;
    width:100%;
}


.box-white .section-description .form-design > .secondary-links{
    overflow:hidden;
    margin-top:40px;
    margin-bottom:5px;
}
.recalls .box-white .section-description .cta-btn.secondary-btn{
    text-align:center;
    overflow:hidden;
    left:auto;
    display:inline-block;
}
.box-white .section-description .form-design > .secondary-links .cta-container{
    overflow:visible;
    width:100%;
    float:left;
    padding:0px;
    line-height:140%;
    text-align:center;

}
.box-white .section-description .form-design > .secondary-links .cta-container a.disclaimer-link{
    float:none;
    overflow:visible;
    line-height:140%;
    text-decoration:none;
}
.secondary-section.section2.column-2.shadow .col-child .box-white .section-description .section-description-inner .secondary-btn-container,
.box-white .section-description .form-design .secondary-btn-container{
    padding:15px 0px 25px;
    height:auto;
    position:absolute;
    bottom:-15px;
}
.secondary-section.section2.column-2.shadow .col-child .box-white .section-description .section-description-inner .secondary-btn-container .btn.disabled {
    background-color:#aeaeae;
}

.form-design .selectmenu > div{
    display:none;
}

.form-design .selectmenu > select{
    color:#00446b;
    font-family: "AvenirNextLTProBold";
    font-size: 16px;
    padding:8px;
    text-transform:uppercase;
    margin:10px auto 5px;
    border: 1px solid #f6f6f6;
}

.form-design .selectmenu > select option{
    padding:2px 5px;
    letter-spacing:1px;
}

.secondary-section.section2.column-2.shadow .col-child .box-white .section-description .section-description-inner .form-design{
    height:240px;
}

#content .last-section.section-last .box-white .col-3-group p {
    color: #00446b;
    font-family: "AvenirNextLTProRegular";
    font-size: 14px;
    text-align: left;
}


#result-list .per-result.accordion{
    border:0px;
}

#result-list .per-result.accordion > h2{
    background:none;
    background-color: #f6f6f6;
    color: #00446b;
    cursor: pointer;
    font-family: "AvenirNextLTProRegular";
    font-size: 22px;
    overflow: visible;
    padding: 15px 25px 15px 85px;
    position: relative;
    border:0px;
    border-image-width:0px;
    z-index:999;
}


#result-list .per-result.accordion > h2:after {
	top: 100% !important;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #f6f6f6;
	border-width: 18px;
	margin-left: -18px;
    margin-top:-1px;
}

.result-list .per-result-header.collapsed:after {
	top: 0%;
}



#result-list .per-result.accordion > h2 .btn-circle-line{
float:right;
cursor:pointer;
border:1px solid #2197db;
background-color:transparent;
padding:3px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color:#fff;
width:32px;
height:32px;
-webkit-transition: color 0.5s, background-color 0.5s;
	transition: color 0.5s, background-color 0.5s;
position:relative;
margin:0px;
}

#result-list .per-result.accordion > h2 .btn-circle-line svg{
text-align:center;
/*padding:7px 3px;*/
color:#1e2123;
line-height:20%;
font-size:12px;
width:31px;
height:31px;
fill:#2197db;
float:left;
text-align:center;
padding:0px;
margin:0 auto;
position:absolute;
left:0%;
top:0%;
}
#result-list .per-result.accordion > h2 .btn-circle-line.active svg.svg-plus-blue-only{
display:none;
}
#result-list .close {
    opacity:1;
}
#result-list .close .svg-minus-blue-only{display:none;}
#result-list .close .svg-plus-blue-only{display:block;}

#result-list .open .svg-minus-blue-only{display:block;}
#result-list .open .svg-plus-blue-only{display:none;}

#result-list.result-list{
    overflow:hidden;
}
#content #result-list .accordion .inner {
    overflow: hidden;
    padding:0px !important;
}



#content #result-list .accordion .inner .field-section{
    margin:0px;
    font-size: 14px;
    line-height: 16pt;
}


#content #result-list .accordion .inner .field-section.field-multiline > label,
#content #result-list .accordion .inner .field-section > label{
    font-family: "AvenirNextLTProBold";
    padding:0px 5px 0px 0px;
    margin:0px;
}

#content #result-list .accordion .inner .field-section.field-multiline{
    padding:5px 0px;
    margin-top:10px;
}

.result-list .per-result-content{
    position:relative;
    top:-1px;
}

.section-result .next-step .box-white .paragraph #zipForm {
    margin: 15px 0;
    padding-right: 70%;
}

.section-result .next-step .box-white .paragraph #zipForm .search-input-container{
    overflow:hidden;
}

.section-result .next-step .box-white .paragraph #zipForm .search-input-container .zipcode {
    text-align: left;
    padding: 8px 45px 8px 15px;
    border: 0 none;
    color: #00446b;
    font-size: 16px;
    padding: 8px 45px 8px 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}



.section-result .next-step .box-white .paragraph #zipForm .search-input-container .btn{
    margin:0px;
    top:4px;
}