.snow-reports {
    padding: 100px 15px 130px;
    overflow: hidden;
}

.snow-report {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 200px;
}
.snow-report .right-col,
.snow-report .left-col {
    width: calc(50% - 25px);
}

.snow-reports .snow-report:nth-child(even) .right-col {
    order: 1;
}

.snow-reports .snow-report:nth-child(even) .left-col {
    order: 2;
}

.snow-reports .snow-report:last-child {
    margin-bottom: 0;
}

.snow-report .img-cont {
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.15), -10px -5px 20px rgba(0,0,0,0.15);
    align-self: flex-start;
    padding-bottom: 67%;
}
.snow-report .img-cont .featured{
     position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    display: block;
    background-color: #e24d3e;
    color: #fff;
    padding: 10px;   
}

.snow-report .img-cont img {
    display: block;
    width: 100%;
}

.snow-report .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    background-color: rgba(0,0,0,0.3);
}

.snow-report .content .base {
    position: absolute;
    top: 0;
    left: 9%;
    height: 100%;
    width: 40px;
    font-size: 38px;
    text-transform: uppercase;
	letter-spacing: .05em;
    color: white;
}

.snow-report .content .base-inner {
    position: relative;
    height: 100%;
}

.snow-report .content .base-inner .title-cont {
    position: absolute;
    top: 60px;
    left: 30%;
    transform: translateX(-50%);
    background: none;
}

.snow-report .content .base-inner .title-cont span {
    display: block;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin-top: 100px;
}

.snow-report .content .base-inner .title-cont span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -207%;
    transform: translateY(-50%);
    width: 200%;
    height: 1px;
    background-color: white;
}

.snow-report .content .info {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 83%;
    margin-left: auto;
}

.snow-report .content .info .total {
    position: relative;
    font-size: 120px;
    color: white;
    text-transform: uppercase;
	letter-spacing: .05em;
    margin-bottom: 35px;
}

.snow-report .content .info .bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-bottom: 30px;
    padding-right: 30px;
}

.snow-report .content .info .times {
    display: flex;
}

.snow-report .content .info .times > div:first-of-type {
    margin-right: 30px;
}

.snow-report .content .info .times > div > span:first-of-type,
.snow-report .content .info .conditions > span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
	letter-spacing: .05em;
    color: white;
    margin-bottom: 5px;
}

.snow-report .content .info .times > div > span:last-of-type,
.snow-report .content .info .conditions .weather-cont span {
    font-size: 42px;
    color: white;
    text-transform: uppercase;
	letter-spacing: .05em;
}

.snow-report .content .info .conditions .weather-cont {
    display: flex;
    align-items: center;
}
.snow-report .content .info .conditions .weather-cont i {
    color: #fff;
    font-size: 30px;
}

.snow-report .content .info .conditions .weather-cont .icon {
    width: 40px;
    align-self: flex-start;
    padding-top: 10px;
    margin-right: 5px;
}

.snow-report .content .updates {
    position: absolute;
    top: 0;
    right: 30px;
    padding: 16px 16px 30px;
    background-color: var(--color1);
    font-family: var(--saans-heavy);
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
	letter-spacing: .05em;
}

.snow-report .copy-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.snow-report .copy-wrapper h2 {
    font-family: var(--saans-heavy);
    color: #1d1d1d;
    margin-bottom: 20px;
    text-transform: uppercase;
	letter-spacing: .05em;
    font-size: 44px;
    line-height: 44px;
}

.snow-report .copy-wrapper h2 > a {
    font: inherit;
    color: inherit;
}

.snow-report a:hover {
    text-decoration: none;
}

.snow-report .copy-wrapper .body-text {
    display: flex;
}

.snow-report .copy-wrapper .body-text .badge {
    margin-right: 25px;
    margin-top: 10px;
    align-self: flex-start;
}

.snow-reports .snow-report:nth-child(odd) .copy-wrapper .body-text .badge.red {
    display: none;
}

.snow-reports .snow-report:nth-child(even) .copy-wrapper .body-text .badge.blue {
    display: none;
}

.snow-report .copy-wrapper .body-text .copy img {
    align-self: flex-start;
}

.snow-report .copy-wrapper .body-text .copy p {
    width: 100%;
}

.snow-report .copy-wrapper .body-text .report-link {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #1d1d1d;
}

.snow-report .copy-wrapper .body-text .report-link img {
    margin-left: 10px;
    padding-top: 3px;
    transition: transform 0.5s;
}

.snow-report .copy-wrapper .body-text .report-link:hover img {
    transform: translateX(10px);
}

.snow-reports .snow-report:nth-child(odd) .bg-icon {
    position: absolute;
    top: 0;
    left: -15%;
    z-index: -1;
}

.snow-reports .snow-report:nth-child(odd) .bg-icon .wiggle {
    display: none;
}

.snow-reports .snow-report:nth-child(even) .bg-icon {
    position: absolute;
    top: -75px;
    right: -10%;
    z-index: -1;
}

.snow-reports .snow-report:nth-child(even) .bg-icon .snowflake {
    display: none;
}

@media (max-width: 1024px) {
    .snow-reports {
        padding: 85px 15px;
    }
    .snow-report {
        margin: 0 auto 140px;
    }
    .snow-report .content {
        padding-top: 5%;
    }
    .snow-report .content .base-inner .title-cont span {
        margin-top: 40px;
    }
    .snow-report .content .info .total {
        font-size: 90px;
    }
    .snow-report .content .base {
        left: 10px;
        font-size: 26px;
    }
    .snow-report .content .info .times > div > span:first-of-type,
    .snow-report .content .info .conditions > span {
        font-size: 14px;
    }
    .snow-report .content .info .times > div > span:last-of-type,
    .snow-report .content .info .conditions .weather-cont span {
        font-size: 32px;
    }
    .snow-report .content .updates {
        right: 15px;
    }
}

@media (max-width: 800px) {
    .snow-report {
        flex-direction: column;
        margin: 0 auto 60px;
    }
    .snow-report .bg-icon,
    .snow-report .copy-wrapper .body-text .badge {
        display: none;
    }
    .snow-report .left-col,
    .snow-report .right-col {
        width: 100%;
    }
    .snow-report .content .base {
        font-size: 38px;
    }
    .snow-report .content .info .total {
        font-size: 120px;
    }
    .snow-reports .snow-report:nth-child(even) .right-col {
        order: 2;
    }
    .snow-reports .snow-report:nth-child(even) .left-col {
        order: 1;
    }
}

@media (max-width: 640px) {
    .snow-reports {
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .snow-report .copy-wrapper h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .snow-report {
        margin: 0 auto 45px;
    }
    .snow-report .content .base {
        font-size: 30px;
    }
    .snow-report .content .base-inner .title-cont span {
        margin-top: 25px;
    }
    .snow-report .img-cont {
        padding-bottom: 87%;
    }
    .snow-report .content .updates {
        padding: 12px 12px 20px;
        font-size: 14px;
    }
    .snow-report .content .info .total {
        margin-bottom: 0;
        margin-top: 15px;
        text-align: center;
    }
    .snow-report .content .info .bottom-content {
        padding-bottom: 20px;
        padding-right: 15px;
    }
    .snow-report .content .info .times > div > span:first-of-type,
    .snow-report .content .info .conditions > span {
        font-size: 14px;
    }
    .snow-report .content .info .times > div > span:last-of-type,
    .snow-report .content .info .conditions .weather-cont span {
        font-size: 24px;
    }
    .snow-report .content .info .conditions .weather-cont .icon {
        width: 25px;
        padding-top: 5px;
    }
    .snow-report .copy-wrapper {
        padding-top: 10px;
    }
}
