@charset "UTF-8";

@font-face {
    font-family: 'FordMotion';
    src: url(/assets/FordMotion/FordMotion-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: LincolnProximaNova;
    src: url(/assets/Lincoln-Proxima-Nova/Lincoln-ProximaNova-Reg.otf);
    src: url(/assets/Lincoln-Proxima-Nova/Lincoln-ProximaNova-Reg.otf) format("opentype")
}
 @font-face {
    font-family: Lincoln-ProximaNova-Sbold;
    src: url(/assets/Lincoln-Proxima-Nova-Semibold/Lincoln-ProximaNova-Sbold.otf);
    src: url(/assets/Lincoln-Proxima-Nova-Semibold/Lincoln-ProximaNova-Sbold.otf) format("opentype");
    font-weight: 600;
}

.lincoln{
    font-family:'LincolnProximaNova';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #324047;
}
.ford{
    font-family: 'FordMotion';
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.93;
    color: #333; 
}

.trade-in-tc-Body {
    background: #ffffff;
    margin: 0;
    border-bottom: 2px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.trade-in-tc-main-wrapper {
    width: 100%;
    background: #f1f1f1;
}

.trade-in-tc-header {
    background: #ffffff;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
    box-sizing: border-box;
    height: 80px;
}

.trade-in-tc-header-sub-one {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 769px) {
    .trade-in-tc-header-sub-two {
        padding-left: 40px;
    }
}

.trade-in-tc-header-underlineHover {
    text-decoration: none;
}

.trade-in-tc-header-colorPrimary {
    color: #102b4e;
}

.trade-in-tc-header-text {
    font-size: 0.875rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.01071em;
}

.trade-in-tc-header-margin {
    margin: 0;
}

.trade-in-tc-header-sub-four {
    width: 100px;
    cursor: pointer;
}

.trade-in-tc-header-sub-three {
    color: #002f6c;
    font-size: 24px;
    font-style: normal;
    text-align: center;
    font-weight: 300;
    line-height: 1.46;
    font-stretch: normal;
    padding-right: 40px;
    letter-spacing: 3px;
}

.trade-in-tc-header-sub-three.lincoln{
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .trade-in-tc-header {
        height: 100px;
    }
    .trade-in-tc-header-sub-one {
        height: 100px;
    }
    .trade-in-tc-header-sub-two {
        width: 50%;
        margin: auto;
        padding-right: 0px;
    }
    .trade-in-tc-header-sub-three {
        padding-right: 0px;
    }
    .trade-in-tc-header-sub-four {
        display: block;
        width: 100%;
        max-width: 120px;
        margin: auto;
    }
}

.trade-in-tc-main-container {
    background: #f1f1f1;
    padding: 10px 40px 20px;
    /* border-bottom: 2px solid #ddd; */
    box-sizing: border-box;
    height: auto;
}

.trade-in-tc-main-container>h1 {
    font-size: 50px;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: 2px;
}

.trade-in-tc-main-container.lincoln>h1 {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.trade-in-tc-main-container>h2 {
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline; 
}
.trade-in-tc-main-container.lincoln>h2 {
    font-family: 'Lincoln-ProximaNova-Sbold';
    text-decoration: none;
    font-size: 16px;
    font-weight: none;
}
ol.lincoln>li>h2 {
    font-family: 'LincolnProximaNova';
    font-size: 17px;
    text-decoration: none;
}
ol.lincoln>li>h3 {
    font-family: 'LincolnProximaNovaSemibold';
    font-size: 18px;
}
h2{
    font-weight: normal;
    text-decoration: underline;
}


/* dashes for unordered list, France */

.trade-in-tc-dashed-ul {
    margin: 0;
}

.trade-in-tc-dashed-ul {
    list-style-type: none;
}

.trade-in-tc-dashed-ul>li {
    text-indent: -10px;
}

.trade-in-tc-dashed-ul>li:before {
    content: "- ";
    text-indent: -20px;
}

.trade-in-tc-space-p {
    padding-top: 20px;
}