
body {
    margin: 0;
}

.hero {
    display: flex;
    max-width: 1280px;
    margin: auto;
}

.hero-left>img {
    height: 300px;
    padding-right: .5rem;
}

.hero-right {
    display: flex;
    flex-direction: column;
    width: 43%;
}

.hero-right__image {
    padding-right: .5rem;
    padding-left: .5rem;
    padding-bottom: 1rem;
}

.accessories {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 3rem;
}

.section-title {
    font-family: roboto condensed, sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 22px !important;
    border-bottom: 8px solid #FFC72C;
    padding-bottom: 1rem;
    width: max-content;
    margin-bottom: -2px;
}

.accessories-title {
    border-bottom: 2px solid #C5C5C5;
    margin-bottom: 1.5rem;
}

.accessories-container {
    display: flex;
    justify-content: space-between;
}

.accessories-tile {
    position: relative;
}

.accessories-category {
    position: absolute;
    bottom: -1rem;
    font-size: 18px;
    font-family: 'Aileron', sans-serif;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    line-height: 2rem;
}

.accessories-image {
    width: 300px;
}

.featured {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.featured-title {
    border-bottom: 2px solid #C5C5C5;
    margin-bottom: 1.5rem;
}

.featured-container {
    display: flex;
    justify-content: space-between;
}

.featured-image {
    box-shadow: 0 0.025rem 0.1rem 0;
}

.jobs {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
    padding: 0 1rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.jobs-left,
.jobs-right {
    width: calc(50% - 2rem);
}

.jobs-left-title,
.jobs-right-title {
    border-bottom: 2px solid #C5C5C5;
    margin-bottom: 1.5rem;
}

.jobs-container {
    display: flex;
    justify-content: space-between;
}

.jobs-link {
    width: calc(50% - 1rem);

}

.jobs-image {
    width: 100%;
}

.jobs-link {
    text-decoration: none;
    color: black;
}

.jobs-title {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    margin-top: 1rem;
    font-family: roboto condensed;
}

.jobs-body {
    margin: 0;
    font-family: aileron, sans-serif;
    line-height: 1.3;
    font-size: .875rem;
}

.banner {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.banner-image {
    width: 100%;
}

.carousel {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.carousel-title {
    border-bottom: 2px solid #C5C5C5;
}

.alerts {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: #001489;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.alerts-left {
    width: max-content;
    padding: 1rem;
}

.alerts-mid {
    width: max-content;
}

.alerts-legal {
    margin: 0;
    color: white;
}

.alerts-right {
    width: 15%;
    font-size: 9px;
    font-family: roboto condensed;
    padding: 1rem;
}

.alerts-yellow,
.alerts-white {
    font-size: 24px;
    font-family: roboto condensed;
    font-weight: 700;
    margin: 0;
}

.alerts-yellow {
    color: #FFC72C;
}

.alerts-white {
    color: white;
}

.alerts-mid>input {
    padding: .6rem;
    margin: 0;
    text-align: center;
    width: 8rem;
    font-style: italic;
}

.sign-up {
    background: #FFC72C;
    padding: calc(.6rem - 1px) 2rem;
    font-family: roboto condensed;
    font-weight: 500;
    text-decoration: none;
    color: black;
    margin-left: .4rem;
}

.bottom {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.card {
    width: 32%;
}

.card-image {
    width: 100%;
}

.card-category {
    font-size: 18px !important;
    height: 23px;
    line-height: 23px !important;
    font-family: roboto condensed;
    color: #001489;
    margin: 0;
    margin-bottom: .5rem;
}

.card-title {
    font-family: roboto condensed;
    font-size: 22px;
    line-height: 26px;
    margin-top: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.card-body {
    font-family: aileron, sans-serif;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.3;
}

.card-link {
    text-decoration: none;
    color: #1892d8;
    font-family: aileron, sans-serif;
    font-size: .875rem;
    line-height: 1.3;
}

.rebates-banner {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.rebates-banner__img {
    width: 100%;
}