
/* - - - - - - - -  Fonts: */
@font-face {
    font-display: swap;
    font-family: Avenir Next Rounded Pro Reg;
    src: url(https://prod.cdn.secureoffersites.com/dist/v530/2245d8ca6bbe51e06aa5a4a6d353bf51.woff) format("opentype");
}
@font-face {
    font-display: swap;
    font-family: Avenir Next Rounded Pro Bold;
    src: url(https://prod.cdn.secureoffersites.com/dist/v530/0a36c90fc39ef551885b4a4e6f1c4193.woff) format("opentype");
}
@font-face {
    font-display: swap;
    font-family: Avenir Next LTPro Reg;
    src: url(https://prod.cdn.secureoffersites.com/dist/v530/243889dea5f376bed71a65b6b4f5edc2.woff) format("opentype");
}
@font-face {
    font-display: swap;
    font-family: Avenir Next LTPro Bold;
    src: url(https://prod.cdn.secureoffersites.com/dist/v530/e1c02ddff87fc75f6857d8ec6b60f19f.woff) format("opentype");
}
@font-face {
    font-display: swap;
    font-family: Avenir Next LTPro It;
    src: url(https://prod.cdn.secureoffersites.com/dist/v530/f296a902ce3b874864d888e9af7b0779.woff) format("opentype");
}
/* - - - - - - - -  General Content style: */
.hondaGeneralStyle {
	padding: 0;
    margin: 0;
    font-size: 0px;
    vertical-align: top;
    transition: all 0.3s linear;
    text-underline-offset: 3px;
    scroll-behavior: smooth;

    font-family: Avenir Next LTPro Reg ;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pointer {
    cursor: pointer;
}

/* - - - - - - - - ALIGNMENT: */
.centerMe {
    margin: 0 auto;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.inlineMe {
    display: inline-block;
}

.centerAbs {
    left: 50%;
    transform: translateX(-50%);
}

.centerVertAlignMe {
    top: 50%;
    transform: translateY(-50%);
}

.absoluteCenter {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leftAlign {
    text-align: left;
}

/* - - - - - - - - SPACERS: */
.spacer10 {
    height: 10px;
}
.spacer20 {
    height: 20px;
}
.spacer40 {
    height: 40px;
}
.spacer10, .spacer20, .spacer40, .spacer60 {
    width: 100%;
}

/* - - - - - - - - Main Cont: */
#paragonMPGmainCont {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    text-align: center;
}

/* - - - - - - - - MPG Hero: */
#MPG_hero {
    width: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 2000;
    height: 100vh;
    max-height: 1200px;
    background-image: url('https://service.secureoffersites.com//images/GetLibraryImage?fileNameOrId=125709');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#heroWhiteBG {
    width: 100%;
    height: 50%;
    top: 0;
    lefT: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

#heroHeadline {
    width: 80%;
    margin-left: 160px;
    padding: 50px 0 0;
    text-align: left;
}

#headlineLineBreak {
    font-size: inherit;
}

#paragonMPGh1 {
    color: #007CC3;
    text-transform: uppercase;
    line-height: 110%;
    font-size: 85px ;
    transition: all 0.3s linear;
}

#firstSubHeadline {
    padding-top: 20px;
    color: #000000;
    font-size: 40px ;
    line-height: 130%;
    font-family: Avenir Next LTPro Reg !important;
}

#SecondSubHeadline {
    color: #000000;
    font-size: 40px ;
    line-height: 130%;
    font-family: Avenir Next LTPro Bold !important;
    display: none;
}

/* - - - - - - - - Hero Button: */
#heroButton {
    bottom: 40px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
}

#heroArrow {
    top: 14px;
    left: 18px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(135deg);
}

#heroArrow:hover {
    cursor: pointer;
}

/* - - - - - - - - Vehicle Carousel: */
#vehicleCarouselCont {
    background-color: #F4F4F4;
    padding: 170px 0;
}

#carouselCont {
    height: 640px;
    width: 90%;
    max-width: 900px;
    overflow: hidden;
}

.carouselBoxes {
    width: 100%;
    height: 100%;
    top: 0;
}

#carouselBox01 {
    left: 0;
}

#carouselBox02, #carouselBox03, #carouselBox04 {
    left: 100%;
}

/* - - - - - - - - Carousel Buttons: */
.buttonCont {
    width: 400px;
    bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
}

.MPGbuttons {
    background-color: #007CC3;
    font-family: Avenir Next LTPro Bold!important;
    padding: 14px;
    width: 180px;
    border-radius: 50px;
}

.MPGbuttons, .MPGbuttons a {
    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 13px;
}

/* - - - - - - - - Carousel Arrows: */
#carouselArrowCont {
    width: 93%;
    height: 44px;
}

.carouselArrows {
    top: 0px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    text-align: center;
}

.carouselArrows:hover {
    cursor: pointer;
}

#carouselLeftArrow {
    left: 0;
    background-color: #CCCCCC;
}

#carouselRightArrow {
    right: 0;
    background-color: #007cc3;
}

.carArr {
    top: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

#leftArrow {
    left: 18px;
    transform: rotate(-135deg);
}

#rightArrow {
    left: 14px;
    transform: rotate(45deg);
}

/* - - - - - - - - Carousel Titles: */
.carouselTitleCont {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 45px;
    font-family: Avenir Next LTPro Reg;
}

.carLabel {
    color: #007cc3;
    font-size: 55px;
}

/* - - - - - - - - Carousel Images: */
.carIMG {
    width: 90%;
    top: 57%;
    margin: -30px auto 0;
}

.carIMGmobile {
    width: 90%;
    display: none;
}

/* - - - - - - - - Disclaimer: */
.carouselDiscCont {
    bottom: 2px;
    text-align: center;
}

.carouselDiscCont:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

.carouselDiscCont, .carouselDiscCont a {
    font-size: 11px !important;
    color: #000000 !important;
    text-decoration: none !important;
    line-height: 100%;
}

#blackBG {
    z-index: 30000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 100%;
    display: none;
}

.discCont {
    z-index: 30001;
    position: fixed;
    width: 80%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    text-align: left;
    overflow: hidden;
}

.discCloseCont {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    top: 27px;
    right: 30px;
}

.discCloseCont:hover {
    cursor: pointer;
}

.discCross {
    width: 20px;
    height: 3px;
    top: 11px;
    left: 3px;
    background-color: #555555;
    border-radius: 4px;
}

.cross01 {
    transform: rotate(45deg);
}

.cross02 {
    transform: rotate(-45deg);
}

.discTitle {    
    font-family: Avenir Next LTPro Reg;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 25px;
}

.discCont p {
    margin-bottom: 26px;
}

.discCont, .discCont p, .discCont i, .discCont b, .discCont a {
    font-size: 14px;    
    line-height: 150%;
    color: #555555;
}

.discCont i, .discCont b {
    font-family: Avenir Next LTPro Reg;
}

.discCont p {
    font-family: Avenir Next LTPro Reg;
}

.discCont a:hover {
    text-decoration: underline;
}

#crvDiscContainer, #accordDiscContainer, #civicDiscContainer, #insightDiscContainer {
    display: none;
}






