* { box-sizing: border-box; }

body {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'Helvetica-Bold';
    background: #363636;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    background: #363636;
}

section {
    padding: 0 6% 8%;
    max-width: 768px;
    margin: auto;
}

a {
    color: #fff;
    text-decoration: none;
}

.border-bottom {
    background: url(../img/border-bottom.svg) left no-repeat;
    width: 100%;
    height: 20px;
    margin-bottom: 4%;
}


/* Home Page Menu */

.home nav {
    display: none;
}

.header-logo {
    padding: 8% 0;
}

.bcvm-logo {
    max-width: 70%;
    width: 100%;
    margin: auto;
}

.bcvm-logo img {
    width: 100%;
    height: auto;
}

.hp-text {
    text-align: center;
    padding: 8% 4% 12%;
    font-size: 11px;
    color: #808080;
    font-family: 'Helvetica';
}

.ev-link {
    background: url(../img/ev-bg.png) left no-repeat;
    background-size: cover;
    height: 231px;
    position: relative;
    margin: 4% 0;

    display: flex;
    align-items: center;
}

.ev-link .title {
    margin-left: 8%;
    position: relative;
}

.ev-link .title .ev-dot {
    background: url(../img/hp-dot.svg) left no-repeat;
    background-size: cover;
    height: 65px;
    width: 65px;
    position: absolute;
    top: 16px;
}

.ev-link .title h3 {
    font-size: 26px;
    position: relative;
    padding-left: 30px;
    letter-spacing: 0.48px;
}

.fancybox-close-small {
    right: 0 !important;
}

.tt-link {
    background: url(../img/tt-bg.svg) left no-repeat;
    background-size: cover;
    height: 231px;
    position: relative;
    margin: 4% 0;
    display: flex;
    align-items: center;
}

.hp-link .forward-arrow {
    position: absolute;
    bottom: 4%;
    right: 4%;
}

.tt-logo {
    height: 100px;
    width: 175px;
    display: flex;
    align-items: center;
    margin-top: 12%;
    margin-left: 14%;
}

.tt-logo img {
    height: auto;
    width: 100%;
}

.hp-link {
    width: 100%;
}

.partners {
    width: 100%;
    background-color: #fff;
    height: 100%;
    padding: 4%;

}

.partners .grid {
    display: grid;
    grid-template-rows: repeat(3, 81px);
    height: 100%;
    width: 100%;
}

.partners .grid .grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}
.partners .grid .grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.partners .grid .grid-1col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.partners .grid a {
    position: relative;
    /* padding-top: 56.25%; */
    padding-top: 21.25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners .grid a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.partners .grid .grid-3col img.push {
    padding-top: 4%;
}

.partners .grid .grid-3col img.push02 {
    width: 95%;
    padding-left: 12%;
}

.partners .grid .ace-img {
    height: 67px;
    width: 67px;
    margin-left: 25%;
}

/* Vehicle Menu */

.motor-city-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, 140px);
    grid-gap: 8px;
}

.bcvm-item {
    background: darkgray;
    display: flex;
    align-items: center;
}

.bcvm-item .overlay {
    width: 100%;
    height: 100%;
    padding-left: 8%;
    display: flex;
    align-items: center;

    background:rgba(0,0,0,0.3);
}

.bcvm-item h3 {
    width: 10em;
    padding-left: 40%;
    padding-top: 20%;
}

.yellow-dot {
    background: url(../img/yellow-dot.svg) left no-repeat;
    height: 40px;
    width: 40px;
}

.red-dot {
    background: url(../img/red-dot.svg) left no-repeat;
    height: 40px;
    width: 40px;
}

.blue {
    background: blue;
    height: 200px;
}
