@font-face {
    font-display:swap;
    font-family:ford-antennaWGL-regular;
    src:url(https://prod.cdn.secureoffersites.com/dist/v443/0d02e196cfc6bcc2b72d7d6f0e71fa09.woff) format("opentype");
}
@font-face{
    font-display:swap;
    font-family:ford-antennaWGL-light;
    src:url(https://prod.cdn.secureoffersites.com/dist/v443/80cd74cd9b42b7a3c080e3b097a4661d.woff) format("opentype");
}
@font-face {
    font-display:swap;
    font-family:ford-antennaWGL-black;
    src:url(https://prod.cdn.secureoffersites.com/dist/v443/672434717c3bf3a16ee676e5435d9019.woff) format("opentype");
}
@font-face {
    font-display:swap;
    font-family:ford-antennaWGL-bold;
    src:url(https://prod.cdn.secureoffersites.com/dist/v443/5a7e69de0bd5eea29acf8540dabc6721.woff) format("opentype");
}

/* 
font-family:ford-antennaWGL-light;
font-family:ford-antennaWGL-regular;
font-family:ford-antennaWGL-bold;
font-family:ford-antennaWGL-black;
*/

/* - - - - - - - -  General Content style: */

.GeneralStyle {
	padding: 0;
    margin: 0;
    font-size: 0px;
    line-height: 100%;
    vertical-align: top;
    transition: all 0.3s linear;
    text-decoration-color: #ffffff;
    text-underline-offset: 3px;
    scroll-behavior: smooth;

    font-family:ford-antennaWGL-light;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.FordGeneralCol, .FordGeneralRow {
    background-color: #ffffff;
}

.FordGeneralRow {
    margin: 0 auto;
}

.FordGeneralCol, .FordGeneralRow, .FordLightGrayRow, .FordLightGrayCol {
    width: 100%;
}

.FordLightGrayCol {
    background-color: #F4F4F4;
}

.FordGeneralRow, .FordLightGrayRow  {
    max-width: 2400px;
}

.FordGeneralCol, .FordLightGrayCol {
    max-width: 1600px;
}

.fordRowPadding, .FordLightGrayCol {
    padding: 35px;
}

.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%);
}

.leftAlign {
    text-align: left;
}

.pointer {
    cursor: pointer;
}

/* - - - - - - - - SPACERS: */
.spacer10 {
    height: 10px;
}
.spacer20 {
    height: 20px;
}
.spacer30 {
    height: 20px;
}
.spacer40 {
    height: 40px;
}
.spacer10, .spacer20, .spacer30, .spacer40, .spacer60 {
    width: 100%;
}

/* - - - - - - - - Three Columns: */
#fordThreeColCont {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: center;
    gap: 14px;
    justify-content: space-between;
}

.fordThreeCol {
    width: 33.33%;
    max-width: 524px;
    padding-bottom: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fordThreeColIMG, .fordFullRowIMG {
    width: 100%;
    margin-bottom: 50px;
}

.fordThreeCol, .fordButtons, .fordButtons a, .fordThreeColTextCont, .fordThreeColTextCont {
    font-family: ford-antennaWGL-regular;
    line-height: 140%;
}

.fordButtons {
    text-align: center;
    padding: 12px 20px;
    background-color: #112B4E;
    border-radius: 25px;
    width: 90%;
    max-width: 240px;
}

.fordButtons, .fordButtons a {
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none !important;
}

.fordThreeColTextCont {
    padding: 0 20px;
    color: #333333;
    text-align: left;
    font-size: 16px;
}

.fordThreeColHeadline {
    font-size: 26px;
    line-height: 140%;
}

.bottomBorderCont {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #000000;
}

/* - - - - - - - - Section 06: */
#fordFullRowVIDcont {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding-bottom: 60px;
}

.fordCustomH1 {
    font-size: 35px;
    margin-bottom: 25px;
    line-height: 140%;
    font-family: ford-antennaWGL-bold;
}

#fordCustomTextCont01 {
    padding: 120px 0;
}

#fordHomePageVideo {
    height: 450px;
    top: 0;
    width: 100%;
    max-width: 1600px;
    vertical-align: top;
    margin-bottom: 60px;
}

/* - - - - - - - - Ford Headline: */
.fordHeadline {
    text-align: center;
    width: 100%;
    line-height: 150%;
    font-size: 40px;
}

.customPad01 {
    padding-bottom: 40px;
}

.fordTextCont {
    font-size: 26px;
    line-height: 150%;
    text-align: center;
}

/* - - - - - - - - Full Row IMG: */
.fullRowIMG {
    width: 100%;
}

/* - - - - - - - - Dual Columns: */
.fordDualColCont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 35px;
}

.fordDualCol {
    width: 50%;


    min-height: 100px;
}

.fordDualColTextCont {
    font-size: 20px;
    text-align: left;
}

.fordDualColBox {
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fordDualColTextH1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.fordDualColTextH2 {
    font-size: 26px;
    margin-bottom: 25px;
}

.fordDualColTextH1, .fordDualColTextH2, .fordDualColTextCont {
    color: #333333;
    line-height: 150%;
}

.fordDualColTextBorder {
    margin: 40px auto;
    width: 100%;
    height: 1px;
    border-top: 1px solid #707070;
}

.dualColButton {
    width: 185px;
    text-align: left;
}

.dualColButton, .dualColButtonLink {
    font-size: 16px;
    line-height: 150%;
    color: #00095b;
    text-decoration: none;
    font-family:ford-antennaWGL-bold;
}

.FordCircleButton {
    width: 17px;
    height: 17px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 0 4px;
    margin: 3px 0 0 10px;
    border-radius: 10px;
    background-color: #00095b;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

.FordCircleArrow {
    transform-origin: center;
    transform: rotate(135deg);
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-left: 1.5px solid #ffffff;
    text-rendering: optimizeLegibility;
}

.dualColButton:hover .FordCircleButton {
    background-color: #0276b3;
}

.dualColButton:hover .dualColButton {
    color: #0276b3 !important;
}

.dualColButton:hover {
    color: #0276b3 !important;
}

















/* - - - - - - - - Media Query: */
@media screen and (max-width:1350px) {

    .fordDualColBox {
        padding: 20px 25px;
    }

}

@media screen and (max-width:1200px) {
    
    /* - - -  Dual Column: */
    .fordDualColTextH1 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    
    .fordDualColTextH2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .fordDualColTextCont {
        font-size: 16px;
    }

    .fordDualColTextBorder {
        margin: 20px auto;
    }

}

@media screen and (max-width:1100px) {
    
    .fordThreeColTextCont {
        padding: 0 20px;
    }

}

@media screen and (max-width:900px) {

    /* - - -  Dual Column: */
    .fordDualColCont {
        flex-wrap: wrap;
    }

    .reverseFlexWrap {
        flex-wrap: wrap-reverse;
    }    

    .fordDualCol {
        width: 100%;
    }

}

@media screen and (max-width:800px) {
    
    #fordThreeColCont {
        display: inline-block;
    }

    .fordThreeColTextCont {
        padding: 0 20px;
    }

    .fordThreeCol {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
    }

    .mobMarg {
        margin-bottom: 30px;
    }

    #fordCustomTextCont01 {
        padding: 80px 0 60px;
    }

    #fordHomePageVideo {
        height: 400px;
    }

    .fordHeadline {
        font-size: 30px;
    }

    .fordThreeColHeadline {
        font-size: 20px;
    }

    .fordThreeColTextCont, .fordTextCont {
        font-size: 14px;
    }

}

@media screen and (max-width:700px) {

    #fordHomePageVideo {
        height: 350px;
    }

}

@media screen and (max-width:600px) {
    
    .fordRowPadding {
        padding: 25px;
    }

    #fordHomePageVideo {
        height: 300px;
    }

    .fordHeadline {
        font-size: 24px;
    }

}

@media screen and (max-width:500px) {

    #fordHomePageVideo {
        height: 240px;
    }

}

@media screen and (max-width:400px) {

    #fordHomePageVideo {
        height: 200px;
    }

}

@media screen and (max-width:350px) {

    #fordHomePageVideo {
        height: 160px;
    }
    
    /* - - -  Dual Column: */
    .fordDualColTextH1 {
        font-size: 20px;
    }
    
    .fordDualColTextH2 {
        font-size: 18px;
    }

    .fordDualColTextCont {
        font-size: 14px;
    }

}






