﻿
/* Common */

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;    
}

h1, h2, h3, h4 {
    font-weight: bold;
}

h3 strong {
    color: #e0393e;
}

p {
    margin-bottom: 20px;
}

.text-lg {
    font-size: 130%;
}

p img {
    margin: 15px 0;
}

li img {
    margin: 0 15px;
}

.image-container img {
    margin: 0 auto;
}

.image-container {
    margin-bottom: 20px;
}

.image-container .caption {
    text-align: center;
}

.image-container.image-left  {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 300px;
}

.image-container.image-right {
    float: right;
    margin: 0 0 10px 20px;
    max-width: 300px;
}

.image-container.image-left .caption,
.image-container.image-right .caption {
    text-align: left;
}

.image-container .caption {
    font-style: italic;
}

.breadcrumb {
    background-color: inherit;
    padding: 15px 0;
}

.container .container {
    width: inherit;
    padding-right: inherit;
    padding-left: inherit;
    margin-right: inherit;
    margin-left: inherit;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 56px;
        margin-bottom: 40px;
    }

    h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 26px;
    }
}

.container-wide {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.grid-section {
    margin-bottom: 40px;
}

@media only screen and (min-width: 1350px) {
    .event-slider {
        margin: 0 auto;
        width: 1350px;
    }

    .container-wide {
        margin: 0 auto;
        width: 1350px;
    }
}

/* Buttons and links */

a, a:link, a:visited {
    color: #e0393e;
    text-decoration: none;
}

a:active, a:hover, a:focus {
    outline: none;
    color: #e0393e;
    text-decoration: underline;
}

a.link-unstyled:active, a.link-unstyled:hover, a.link-unstyled:focus {
    text-decoration: none;
}

.button-round, a.button-round  {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 20px;
    border: 2px solid #e0393e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    color: #e0393e;
    background-color: #fff;
    outline: none;
}
.button-round:hover {
    background-color: #e0393e;
    color: #fff;
}

.button-round:active {
    background-color: #f74146;
    color: #fff;
}

.form-button, a.form-button  {
    display: inline-block;
    padding: 8px 30px;
    border: 0;
    outline: none;
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    color: #fff;
    background-color: #e0393e;
    outline: none;
}

.form-button:hover {
    background-color: #f74146;
}

.form-button:active {
    background-color: #f74146;
}

.button-arrow, a.button-arrow {
    display: inline-block;
    padding: 16px 70px 16px 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    color: #000;
    background-color: #fff;
    background-image: url('/National_Library/oe_/https://www.hondacenter.com/images/red-arrow.png');
    background-position: center right 20px;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    outline: none;
}

.button-arrow:hover {
    color: #e0393e;
}

.button-arrow:active {
    color: #f74146;
}

.button-container {
    margin-bottom: 20px;
}

.image-button-container {
    padding: 40px;
    height: 300px;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    margin-bottom: 20px;
}

.image-button-container-top-text {
    position: absolute;
    max-width: 50%;
    text-transform: uppercase;
    font-weight: bold;
}

.image-button-container-main-text {
    position: absolute;
    max-width: 65%;
    top: 80px;
    color: #fff;
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .image-button-container-main-text {
        font-size: 26px;
    }    
}

/* Share icons */

.icon-social {
    padding-top: 5px;
    font-size: 1.3em;
    vertical-align: middle;
    text-decoration: none;
}

a .icon-social,  a:hover .icon-social, a:focus .icon-social {
    text-decoration: none;
}

a.event-share-button {
    background: none;
    border: none;
    color: #222;
    transition: none;
}

a.event-share-button:focus, a.event-share-button:hover {
    background: none;
    border: none;
    color: #e0393e;
}

.nav-tabs .icon-social {
    margin-right: 8px;
}

.social-see-more {
    text-align: center;
}

.social-see-more .button-arrow {
    margin-top: 10px;
}

/* Header */

.header > .container-wide {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Main nav */

.header .navbar-header {
    position: relative;
    min-height: 38px;
    margin-bottom: 20px;
}

.header .navbar-header-column {
    width: 50px;
    position: absolute;
    top: 0;
}

.header .navbar-header-column button {
    margin-top: 4px;
}

.header .navbar-header-column-search {
    right: 0;
}

.header .navbar-header-column-toggle {
    left: 0;
}

.header .nav-logo {
    display: block;
    margin: 0 56px;
    height: 84px;
    max-height: 84px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

@media (min-width: 1024px) {
    .header .nav-logo  {
        text-align: left;
    }
}

.header .nav-logo img {
    display: inline;
    max-height: 100%;
}

.centerer {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bottom-aligner {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

.header .navbar-header-md {
    display: none;
    overflow: hidden;
}

.navbar-header-column-search .glyphicon-search {
    font-size: 26px;
}

.nav-search-bar {
    border-top: 1px solid #e7e7e7;
}

.nav-search-bar .input-group {
    padding-top: 20px; 
}

.nav-search-bar-sm {
    display: none;
}

.search-form {
    min-height: 34px;
    margin-bottom: 10px;
}

.search-input-group {
    min-height: 34px;
}

.button-borderless {
    border: 0;
    background: none;
}

.header .navbar-header {
    overflow: hidden;
    float: none;
}

.header .navbar-toggle {
    border: none;
    margin: 0;
}

.header .navbar {    
    border: none;
    background-color: inherit;
    margin-bottom: 0;
}

.header .navbar-nav > li > a {
    color: #555A60;
    text-decoration: none;
}

.header .navbar-nav > li > a:active, 
.header .navbar-nav > li > a:hover {
    color: #e0393e;
}

.header .navbar-default .navbar-toggle .icon-bar {
    width: 32px;
    height: 4px;
}

.header .navbar-search-toggle {
    padding: 9px 6px;
}

.header .navbar-default .navbar-toggle:focus, .header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-search-toggle:focus, .header .navbar-default .navbar-search-toggle:hover {
    background: inherit;
    outline: none;
}

.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #e0393e;
}

.header .navbar-default .navbar-search-toggle span {
    color: #e0393e;
}

.header .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #000;
}

.header .navbar-default .navbar-search-toggle.collapsed span {
    color: #000;
}

.header .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #f74146;
}

.header .navbar-default .navbar-search-toggle:hover span {
    color: #f74146;
}

@media (min-width: 768px) {
    .header .navbar-toggle {
        display: block;
    }
}

@media (max-width: 1023px) {
    .header .navbar-toggle {
        display: block;
    }

    .header .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .header .navbar-nav > li {
        float: none;
    }

    .header .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header .navbar-collapse {
        border-top: 1px solid #ededed;
    }

    .header .navbar-collapse.collapse {
      display: none !important;
    }

    .header .navbar-nav {
        float: none !important;
        margin: 20px -15px 0 -15px;
    }

    .header .collapse.in {
        display:block !important;
    }

    .header .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .header .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
}

@media only screen and (min-width: 1024px) {

    .header {
        min-height: 120px;
    }

    .header .navbar-header {
        display: none;
    }

    .header .navbar-header-md {
        display: block;
    }

    .header .navbar-collapse.collapse {
        display: block !important;
    }
    
    .header .nav-logo {
        margin: 0;
        display: block;
        height: 80px;
    }

    .header .nav-container {
        margin: 0 auto;
        float: right;
    }

    .header .navbar-nav > li {
        border-right: 1px solid #ddd;
    }

    .header .navbar-nav > li:last-child {
        border-right: none;
    }
    
    .header .navbar .nav > li > a {
        padding: 5px 20px;
    }

    .nav-search-bar {
        display: none !important;
    }

    .nav-search-bar-sm {
        display: block;
    }

    .search-input-group {
        width: 300px;
        float: right;
    }
}

/* Footer */

.footer {
    background-color: #232222;  
    background-image: url('/National_Library/oe_/https://www.hondacenter.com/images/bg-footer.png');
    
    background-size: cover;
    background-position: center top;
    padding: 40px 0;
    min-height: 372px;
}

.footer-top {
    margin-bottom: 40px;
}

.footer-divider {
    background-color: #5D5D5D;
    height: 2px;
}

.footer-bottom {
    margin-top: 20px;
}

.footer .copyright {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    max-width: 330px;
    margin: 0 auto;
}

.footer-top-left {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

.footer-top-right {
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-top-right {
        margin-top: 0;
        text-align: right;
    }
}

.footer-logo-container {
    padding-right: 168px;
}

.footer-social-icons {
    position: absolute;
    right: 0;
    top: 25px;
}

.footer-social-icon {
    margin: 0 10px;
    height: 28px;
    display: inline-block;
    text-align: center;
}

a.footer-social-icon {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
}

a:hover.footer-social-icon, a:focus.footer-social-icon {
    color: #e0393e;
}

.footer-bottom-left {
    margin: 0 auto;
    text-align: center;
    max-width: 540px;
}

.footer-bottom-left .image-container img {
    margin: 0 auto;
}

.footer-bottom-left .honda-logo {
    float: none;
    margin: 0 20px 20px 0;
}

.footer-bottom-left .honda-logo img {
    margin: 0 auto;
}

.footer .button-arrow {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

.footer .button-arrow:hover, .footer .button-arrow:active {
    background-color: #fff;
    color: #000;
} 

@media only screen and (min-width: 768px) {

    .footer-top-left, .footer-bottom-left {
        margin: 0;
        text-align: left;
    }

    .footer-bottom {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer-bottom-left .honda-logo {
        float: left;
        margin-bottom: 50px;
    }

    .footer .copyright {
        max-width: none;
    }
}

@media only screen and (min-width: 1600px) {
    .footer {
        background-size: contain;
        background-repeat: no-repeat;
    }
}

/* Footer nav */

.footer .navbar-nav > li {
    float: left;
    width: 50%;
}

.footer .navbar-nav > li > a {
    font-size: 14px;
    font-weight: normal;
    color: #f1f1f1;
    padding: 10px 0;
    background: none;
}

.footer .navbar-nav > li > a:hover {
    text-decoration: underline;
}

.footer .navbar-nav {
    max-width: 330px;
    margin: 0 auto 15px auto;
}

@media (min-width: 768px) {
    .footer .navbar-nav {
        float: right;
        max-width: none;
    }

    .footer ul.navbar-nav {
        text-align: right;
    }

    .footer .navbar-nav > li {
        display: inline-block;
        float: none;
        width: auto;
    }

    .footer .navbar-nav > li > a {
        padding: 10px 10px;
    }
}

/* Side nav */

ul.side-navigation {
    list-style-type: none;
    padding-left: 0;
}

.side-navigation li > a {
    display: block;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
}

.side-navigation li.active > a {
    background-color: #f5f5f5;
}

/* Home page */

.upcoming-events-header {
    position: relative;
    margin-bottom: 20px;
}

.upcoming-events-header h1 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .upcoming-events-header-button {
        position: absolute;
        right: 15px;
        top: 15px;
    }
}

@media (min-width: 1200px) {
    .upcoming-events-header-button {
        top: 25px;
    }
}

/* Main content */

.main-content-container {
    padding: 0 0 40px 0;
}

.main-content-container.homePage {
    background: url('/National_Library/oe_/https://www.hondacenter.com/images/bg.png') #fff top center no-repeat;
    background-size: 100% auto;
}

.main-content-container.event, .main-content-container.searchResults {
    background-color: #f9f9f9;
}

/* Event list */

.event-list-item {
    height: 400px;
    min-height: 400px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.event-list-thumbnail {
    height: 150px;
    min-height: 150px;

    position: relative;

    background-color: #999;
    background-size: cover;
    background-repeat: no-repeat;
}

.event-list-day, .event-list-time {
    position: absolute;
    padding: 5px 10px;

    background-color: #e0383e;
    color: #fff;
}

.event-list-day {
    bottom: 0;
    left: 0;

    text-transform: uppercase;
}

.event-list-time {
    top: 0;
    left: 0;
}

.event-list-main {
    position: relative;
    padding: 60px 20px 20px 20px;
    height: 196px;
    min-height: 196px;
}

.event-list-main p {
    text-align: center;
}
.event-list-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    height: 2.2em;
    overflow: hidden;
}

.event-list-ticket-link {
    margin: 0 auto;
}

.event-list-details {
    height: 50px;
    min-height: 50px;
    padding: 15px 20px;
    border-top: 1px solid #ededed;
    position: relative;
    text-align: right;
}

.event-list-details-social-icons {
    position: absolute;
}

a.event-list-details-link, a.event-list-details-link:link, .event-list-details-link:visited {
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
}

a.event-list-details-link:hover, a.event-list-details-link:active {
    color: #e0393e;
}

/* Event details */

.event-details-header {
    margin-top: 20px;
}

.event-details-header h2 {
    color: #fff;
    position: absolute;
    bottom: 0;
}

.event-details-sidebar {
    padding: 40px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.event-details-description {
    margin-bottom: 40px;
}

.event-details-share-buttons {
    text-align: center;
}

.event-share-button {
    margin-right: 20px;
    display: inline-block;
    text-align: center;
}

.event-share-button:last-child {
    margin-right: 0;
}

a.event-share-button {
    text-decoration: none;
}

/* Featured event sider */

.event-slider {
    margin-bottom: 40px;
}

.event-slider.slick-dotted {
    margin-bottom: 0;
}

.featured-event-image, .hero-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.featured-event-image {
    background-color: #222;
}

.hero-image {
    padding-left: 0;
    padding-right: 0;
    background-image: url('/National_Library/oe_/https://www.hondacenter.com/images/bg-header.jpg');
}

.hero-content {
    height: 120px;
    min-height: 120px;
    position: relative;
}

.featured-event {
    height: 300px;
    min-height: 300px;
    position: relative;
}

.featured-event-name, .hero-page-name {
    color: #fff;
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.featured-event-name {
    bottom: 120px;
}

.hero-page-name {
    bottom: 30px;
}

.featured-event-date {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 105px;  
    font-size: 16px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.featured-event-details-link {
    position: absolute;
    bottom: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 55px;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button::before {
    font-size: 7px;
}
.slick-dots li.slick-active button::before {
    content: url('/National_Library/oe_/https://www.hondacenter.com/images/active-dot.png');
    padding-top: 3px;
}

@media only screen and (min-width: 500px) {
    .hero-content {
        height: 200px;
        min-height: 200px;
    }

    .hero-page-name {
        font-size: 48px;
        bottom: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .hero-content {
        height: 300px;
        min-height: 300px;
    }

    .featured-event {
        height: 400px;
        min-height: 400px;
    }

    .featured-event-details-link {
        bottom: 50px;
    }

    .featured-event-name {
        font-size: 48px;
        bottom: 150px;
    }

    .featured-event-date {
        bottom: 135px;
    }

    .hero-page-name {
        font-size: 48px;
        bottom: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-content {
        height: 300px;
        min-height: 300px;
    }
    
    .featured-event {
        height: 500px;
        min-height: 500px;
    }

    .featured-event-details-link {
        bottom: 90px;
    }

    .featured-event-name {
        font-size: 72px;
        bottom: 190px;
    }

    .featured-event-date {
        bottom: 175px;
    }

    .hero-page-name {
        font-size: 72px;
        bottom: 100px;
    }
}

/* Forms */

.form-control {
    border: none;
    background-color: #ededed;
}

.form-control:focus {
    border: 1px solid #e0393e;
    outline: 0;
    box-shadow: none;
}


/* Maps */

.map-responsive {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
    margin: 0 -15px;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Youtub video */

.youtube-responsive {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
}

.youtube-responsive iframe, 
.youtube-responsive object, 
.youtube-responsive embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

/* Tabs */

.tab-content {
    padding-top: 20px;
}

.nav-tabs > li > a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
}

.nav-tabs > li > a, .nav-tabs > li > a:link, .nav-tabs > li > a:visited {
    border: 0;
    border-bottom: 1px solid transparent;
    color: #222;
} 

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: inherit;
    border: 0;
    color: #e0393e;
    border-bottom: 1px solid #e0393e;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: inherit;
    border-bottom: 1px solid #f74146;
}

.faq-question-item, .accordion-item {
    border: 0;
}

.panel-default > .panel-heading.faq-question,
.panel-default > .panel-heading.accordion-item {
    border: 0;
    background-color: inherit;
}

.panel {
    background-color: inherit;
}

.panel-heading .panel-title a {
    color: #e0393e;
    text-decoration: none;
    font-size: 18px;
}

.panel-heading .panel-title a.collapsed {
    color: #000;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    color: #8f8f8f;
}


/* Press releases */

.press-release-list-item {
    margin-bottom: 20px;
}

.press-release-list-name {
    font-size: 24px;
}

.press-release-list-date {
    font-size: 18px;
}

.press-release-header-name {
    margin-bottom: 20px;
}

.press-release-header-date {
    margin-bottom: 40px;
}

.press-release-side-navigation {
    list-style-type: none;
    padding-left: 0;
}

.press-release-side-navigation li {
    display: block;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
}

/* Search results */

.search-result-item {
    margin-bottom: 20px;
}

.search-result-name {
    font-size: 24px;
}

.search-result-details {
    font-size: 18px;
}

/* Instagram & Twitter */

#instagram-feed {
    margin-left: -15px;
    margin-right: -15px;
}

.instagram-footer svg {
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-left: 8px;
}

.instagram-likes {
    position: absolute;
}

.tweet-container, .instagram-container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.instagram-photo {
    padding: 20px;
}

.instagram-photo img {
    margin: 0 auto;
}

.tweet-retweet {
    min-height: 24px;
    height: 24px;
    font-size: 12px;
}

.tweet-footer, .instagram-footer {
    border-top: 1px solid #ededed;
    position: relative;
    padding: 15px 20px;
    text-align: right;
    min-height: 60px;
}

.tweet-footer a, .instagram-footer a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.tweet-actions {
    position: absolute;
}

.tweet-action {
    display: inline-block;
    margin-right: 20px;
}

.tweet-action:last-child {
    margin-right: 0;
}

.tweet-action svg {
    display: block;
    width: 30px;
    height: 28px;
}

.tweet-action svg:hover {
    fill: #e0393e;
}

.tweet-image img {
    margin: 0 auto;
}

.tweet-author {
    padding: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.TweetAuthor {
    height: 80px;
}

.TweetAuthor-avatar {
    float: left;
    margin-right: 10px;
}

.TweetAuthor-name {
    float: left;
}

.TweetAuthor-verifiedBadge {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.TweetAuthor-screenName {
    float: left;
}

.tweet-body {
    padding: 20px;
    padding-top: 10px;
}

.tweet-content {
    margin-bottom: 20px;
}

/* Premium */

.premium-container {
    background-color: #000;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.impact-club-container {
    background-color: #000;
    background-image: url('/National_Library/oe_/https://www.hondacenter.com/media/3803/impactclub-bg.jpg');
    color: #cc9900;
    padding-top: 40px;
    padding-bottom: 40px;
}

.impact-club-container h1,
.impact-club-container h2,
.impact-club-container h3,
.impact-club-container h4 {
    color: #fff;
}

.premium-header {
    background-image: url('/National_Library/oe_/https://www.hondacenter.com/images/premium-header.jpg?v=2');
    color: #fff;
}

    .premium-header h1 {
        margin-top: 0;
        text-align: center;
    }

.premium-button, a.premium-button  {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 4px;
    border: 2px solid #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    color: #fff;
    background-color: transparent;
    outline: none;
}
.premium-button:hover {
    background-color: #fff;
    color: #000;
}

.premium-button:active {
    background-color: #fff;
    color: #000;
}

.premium-header .premium-button {
    display: block;   
    margin: 0 auto 0 auto;    
}

.premium-promo {
    text-align: center;
    text-transform: uppercase;
}

.premium-header {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}


@media only screen and (min-width: 500px) {
    .premium-header {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .premium-header {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .premium-header .premium-button {
        margin-top: 40px;
    }
}

.premium-container .nav-tabs {
    border-bottom: 1px solid #333;
}

.premium-container .nav-tabs > li > a {
    font-size: 12px;
    padding: 10px 12px;
}

.premium-container .nav-tabs > li > a, 
.premium-container .nav-tabs > li > a:link, 
.premium-container .nav-tabs > li > a:visited {
    color: #888;
}

.premium-container .nav-tabs > li > a,
.premium-container .nav-tabs > li > a:active, 
.premium-container .nav-tabs > li > a.active, 
.premium-container .nav-tabs > li > a:hover {
    color: #e0393e;
}

.premium-nav {
    margin-bottom: 20px;
}

.premium-divider {
    margin: 0 auto;
    width: 60px;
    height: 1px;
    min-height: 1px;
    background-color: #e0393e;
    margin-bottom: 60px;
}

.premium-container .panel-heading .panel-title a.collapsed {
    color: #fff;
}

.premium-seating-form-container {
    margin-top: 40px;
}

.impact-club-form-container {
    margin-top: 40px;
}

    .impact-club-form-container .form-button {
        background-color: #cc9900;
    }
        .impact-club-form-container .form-button:hover {
            background-color: #b38000;
        }

.premium-nav .dropdown-toggle {
    color: #fff;
    padding: 8px 30px;
    width: 100%;
    background-color: #e0393e;
    border: none;
    border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    outline: none;
}

    .premium-nav .dropdown-toggle:hover,
    .premium-nav .dropdown-toggle:focus,
    .premium-nav .dropdown-toggle:active,
    .premium-nav .open > .dropdown-toggle {
        color: #fff;
        background-color: #f74146;
        border: none;
    }

        .premium-nav .open > .dropdown-toggle:hover,
        .premium-nav .open > .dropdown-toggle:focus,
        .premium-nav .open > .dropdown-toggle:active {
            color: #fff;
            background-color: #f74146;
        }


.premium-nav .dropdown-menu {
    width: 100%;
}
    .premium-nav .dropdown-menu > .active > a {
        background-color: #e0393e;
    }


/* Image grid navigation */

.image-grid-navigation {
    margin-bottom: 40px;
}

.image-grid-navigation-item {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    margin-bottom: 20px;
}

.image-grid-navigation-item-text {
    padding-top: 66px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

/* Photo gallery */

.photo-gallery.slick-slider {
    margin-bottom: 95px;
}

.photo-gallery-title {
    padding-left: 60px;
    margin-bottom: 40px;
}

.photo-gallery .slick-dots {
    bottom: auto;
    top: calc(100% + 40px);
}

.photo-gallery .slick-dots li button:before {
    color: #000;
}

.photo-gallery .slick-arrow {
    background-image: url("/National_Library/oe_/https://www.hondacenter.com/images/arrows.png");
    width: 39px;
    height: 12px;
}

.photo-gallery .slick-prev {    
    background-position: -39px 0;
    top: auto;
    bottom: -40px;
    left: 0;
}

.photo-gallery .slick-prev:hover {
    background-position: -39px -24px;
}

.photo-gallery .slick-next {
    top: auto;
    bottom: -40px;
    right: 0;
}

.photo-gallery .slick-next:hover {
    background-position: 0 -24px;
}

.photo-gallery .slick-prev:before, .photo-gallery .slick-next:before {
    content: none;
}

.photo-gallery-item img {
    width: 100%;
}

.premium-container .photo-gallery .slick-prev {    
    background-position: -39px 0;
}

.premium-container .photo-gallery .slick-prev:hover {
    background-position: -39px -12px;
}

.premium-container .photo-gallery .slick-next:hover {
    background-position: 0 -12px;
}

.premium-container .photo-gallery .slick-dots li button:before {
    color: #fff;
}

@media (min-width: 768px) {
    .photo-gallery {
        margin: 0 60px;
    }

    .photo-gallery.slick-slider {
        margin-bottom: 55px;
    }

    .photo-gallery .slick-dots {
        bottom: auto;
        top: calc(100% + 20px);
    }

    .photo-gallery .slick-prev {
        top: 50%;
        left: -60px;
    }

    .photo-gallery .slick-next {
        top: 50%;
        right: -60px;
    }
}

/* Standard forms */

.form-standard label {
    font-weight: normal;
}

.form-standard .form-group {
    margin-bottom: 20px;
}

.form-standard .row {
    min-height: 34px;
}

.form-standard .field-validation-error, .LV_validation_message.LV_invalid {
    color: #e0393e;
    margin-top: 10px;
    display: block;
}

.LV_validation_message.LV_valid {
    display: none;
}

.form-standard .validation-summary-errors ul {
    color: #e0393e;
    list-style-type: none;
    padding-left: 0;
}

.form-standard input[type=submit], .form-standard button[type=submit] {
    margin-top: 20px;
}

.required-field {
    color: #e0393e;
    font-weight: bold;
}

/* Ad window */

.modal-content {
    border-radius: 0;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Footer ads */

.footer-above {
    margin-bottom: 20px;
}

.footer-above img {
    margin: 0 auto;
}

/* Close icon */

.close-icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    overflow: hidden;
}

    .close-icon:hover::before, .close-icon:hover::after {
        background: #f37d30;
    }

    .close-icon::before, .close-icon::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #fff;
    }

    .close-icon::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-icon::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* Top alert */

.alert {
    border-radius: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-alert {
    margin-bottom: 0;
    border: none;
    text-align: center;
    border-bottom: 1px solid rgb(214, 214, 214);
}

    .top-alert a {
        color: #fff;
        text-decoration: underline;
    }

        .top-alert a:hover {
            color: rgb(214, 214, 214);
        }

    .top-alert :last-child {
        margin-bottom: 0;
    }

    .top-alert .close {
        opacity: 1;
    }

    .top-alert .close-icon {
        height: 14px;
        width: 14px;
    }

        .top-alert .close-icon::before, .top-alert .close-icon::after {
            background: #fff;
        }

        .top-alert .close-icon:hover::before, .top-alert .close-icon:hover::after {
            background: rgb(214, 214, 214);
        }

.alert-primary {
    background-color: #e0393e;
    color: #fff;
}

.close-icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    overflow: hidden;
}

.font-nimbus, .font-nimbus h1, .font-nimbus h2, .font-nimbus h3, .font-nimbus h4, .font-nimbus h5, .font-nimbus h6 {
    font-family: "nimbus-sans", sans-serif;
}

.font-nimbus p {
    font-size: 120%;
}

.links-gold a, .links-gold a:link, .links-gold a:visited {
    color: #cc9966;
}

    .links-gold a:active, .links-gold a:hover, .links-gold a:focus {
        outline: none;
        color: #cc9966;
    }

.links-gold .form-button {
        background-color: #cc9966;
    }
        .links-gold .form-button:hover, .links-gold .form-button:active, .links-gold .form-button:focus {
            background-color: #b3804d;
        }
    
    .links-gold .form-control:focus {
        border-color: #cc9966;
    }
    
.links-gold .nav-tabs > li.active > a,
.links-gold .nav-tabs > li.active > a:focus,
.links-gold .nav-tabs > li.active > a:hover {
    color: #cc9966;
    border-bottom: 1px solid #cc9966;
}

.links-gold .nav-tabs > li > a:hover,
.links-gold .nav-tabs > li > a:focus {
    border-bottom: 1px solid #b3804d;
}

@font-face {
    font-family: 'icomoon';
    src: url('/National_Library/oe_/https://www.hondacenter.com/fonts/icomoon.eot?f7n0u1');
    src: url('/National_Library/oe_/https://www.hondacenter.com/fonts/icomoon.eot?f7n0u1#iefix') format('embedded-opentype'), url('/National_Library/oe_/https://www.hondacenter.com/fonts/icomoon.ttf?f7n0u1') format('truetype'), url('/National_Library/oe_/https://www.hondacenter.com/fonts/icomoon.woff?f7n0u1') format('woff'), url('/National_Library/oe_/https://www.hondacenter.com/fonts/icomoon.svg?f7n0u1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
    content: "\ea83";
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-social.icon-tiktok {
    display: inline-block;
    padding-top: 0;
}

.icon-tiktok svg {
    height: 15px;
    width: 20px;
    display: inline-block;
}