@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 {
    width: 100%;
    background-color: #ffffff;
}

.FordGeneralRow {
    max-width: 2400px;
}

.FordGeneralCol {
    max-width: 1600px;
}

.fordRowPadding {
    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;
}
.spacer40 {
    height: 40px;
}
.spacer10, .spacer20, .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: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fordThreeColIMG, .fordFullRowIMG {
    width: 100%;
    margin-bottom: 50px;
}

.fordThreeCol, .fordButtons, .fordButtons a, .fordThreeColTextCont, .fordTextCont {
    font-family: ford-antennaWGL-regular;
    line-height: 140%;
}

.fordButtons {
    text-align: center;
    padding: 12px 20px; 
    margin-top: 30px;
    background-color: #112B4E;
    border-radius: 25px;
    width: 90%;
    max-width: 240px;
}


.fordButtons, .fordButtons a {
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none !important;
}

.fordTextCont {
    padding: 0 30px;
    font-size: 26px;
    color: #333333;
    text-align: center;
}

/* - - - - - - - - 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;
}

/* - - - - - - - - Media Query: */
@media screen and (max-width:1100px) {
    
    .fordTextCont {
        font-size: 20px;
        padding: 0 20px;
    }

    .fordCustomH1 {
        font-size: 28px;
        margin-bottom: 25px;
        line-height: 140%;
        font-family: ford-antennaWGL-bold;
    }    

}

@media screen and (max-width:800px) {
    
    #fordThreeColCont {
        display: inline-block;
    }

    .fordTextCont {
        font-size: 20px;
        padding: 0 20px;
    }

    .fordThreeCol {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
    }

    .mobMarg {
        margin-bottom: 30px;
    }

    #fordCustomTextCont01 {
        padding: 80px 0 60px;
    }

    #fordHomePageVideo {
        height: 400px;
    }

}

@media screen and (max-width:700px) {

    #fordHomePageVideo {
        height: 350px;
    }

}

@media screen and (max-width:600px) {
    
    .fordRowPadding {
        padding: 25px;
    }

    #fordHomePageVideo {
        height: 300px;
    }

}

@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;
    }

}