/* ********** General ********** */

:root {
    --r_gaf-red: #d71920;
    --r_blue: #18346A;
}
.maincontent {
    display: block !important;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: .025rem;
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    background-color: #f3f3f3;
    overflow: hidden;
}
.maincontent p {
    font-size: 1em;
    line-height: 1.45em;
    font-weight: 400;
    color: #282828;
}
.r_p-highlight {
    color: #18346A;
    font-weight: 600;
    font-style: italic;
}

.r_h1,
.r_h2,
.r_h3,
.r_h4 {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    position: relative;
    line-height: 1.15em;
    margin: 20px auto;
    color: #181818;
}
.r_h1 {
    font-size: 3em;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 15px #202020;
    text-transform: uppercase;
}
.r_h1-sup {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 10px 30px;
    font-size: .3em;
    line-height: 1em;
    font-weight: 700;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.r_h2 {
    font-size: 2.25em;
    font-weight: 500;
}
.r_h2-sup {
    display: block;
    line-height: 1.15em;
    font-size: .8em;
    margin-bottom: 8px;
}
.r_h3 {
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 30px;
}
.r_h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: var(--r_gaf-red);
}
.r_h3-no-underline {
    text-align: center;
    text-transform: uppercase;
}
.r_h3-no-underline::after {
    display: none;
}
.r_h4 {
    font-size: 1.15em;
    font-weight: 600;
}
.r_thin {
    font-weight: 500;
}
.r_bold {
    font-weight: 700;
}
.r_blue {
    color: var(--r_blue);
}
.r_sup {
    font-weight: 300;
    color: #50525d;
    margin-left: 3px;
}

.r_space-around,
.r_space-around-lg,
.r_space-around-sm {
    position: relative;
    z-index: 0;
}
.r_space-around {
    padding: 80px 5%;
}
.r_space-around-lg {
    padding: 120px 5%;
}
.r_space-around-sm {
    padding: 50px 5%;
}

.r_content-wrapper,
.r_content-wrapper-md,
.r_content-wrapper-sm,
.r_content-wrapper-x-sm {
    width: 100%;
    margin-inline: auto;
}
.r_content-wrapper {
    max-width: 1500px;
}
.r_content-wrapper-md {
    max-width: 1350px;
}
.r_content-wrapper-sm {
    max-width: 1200px;
}
.r_content-wrapper-x-sm {
    max-width: 1100px;
}
.r_content-wrapper-left {
    margin-left: 0;
}

.r_text-center {
    text-align: center;
}



/* -- Hero -- */

.r_hero-section {
    min-height: 500px;
    display: flex;
    align-items: center;
    border-bottom: 10px solid var(--r_gaf-red);
    text-align: center;
}
.r_hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #404040;
    z-index: -1;
}
#r_hero_shingles::before {
    background-image: url(/imageserver/Reusable/GAF/gaf23/uhdz_bg.webp);
}
#r_hero_warranties::before {
    background-image: url(/imageserver/Reusable/GAF/gaf23/warranty_bg.webp);
}



/* -- Responsiveness -- */

@media (max-width: 750px) {
    .r_hero-section {
        min-height: 475px;
    }
    .r_h1 {
        font-size: 2.6em;
    }
    .r_h1-sup {
        font-size: .35em;
    }
    .r_h2,
    .r_h3 {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .r_hero-section {
        min-height: 450px;
    }
    .r_h1 {
        font-size: 2.2em;
    }
    .r_h1-sup {
        font-size: .4em;
    }
    .r_h2,
    .r_h3 {
        font-size: 1.8em;
    }

    .r_space-around,
    .r_space-around-sm {
        padding-inline: 20px;
    }
    .r_space-around-lg {
        padding: 80px 20px;
    }
    .r_text-center {
        text-align: left;
    }
}






/* ********** Shingle Page ********** */

/* -- Shingle Picker - Nav -- */

#r_shingle_picker {
    display: flex;
    flex-wrap: wrap;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background-color: #f3f3f3;
}

.r_nav-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    font-size: .95em;
    font-weight: 600;
    border: 2px solid var(--r_gaf-red);
    background-color: var(--r_gaf-red);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 25px;
    display: none;
    transition: background-color .3s, color .3s;
}
.r_nav-button:hover,
.r_nav-button:focus {
    background-color: #fff;
    color: #111;
}

.r_nav-container {
    position: relative;
    width: 25%;
}
.r_nav {
    position: absolute;
    inset: 0 20px auto;
    box-shadow: 0 10px 20px rgba(5, 5, 5, .15);
    border-radius: 20px;
    background-color: #fff;
    padding: 15px 0 30px;
    background-color: #fff;
    z-index: 99;
}
.r_nav .r_nav-header {
    margin: 20px 23px;
    font-weight: 700;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 5px;
    font-size: .95em;
}
.r_nav-tab {
    position: relative;
    width: 100%;
    font-size: .9em;
    font-weight: 600;
    margin: 0;
    padding: 10px 20px;
    border: none;
    border-left: 3px solid var(--r_gaf-red);
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: background-color .15s, color .15s;
}
.r_nav-tab:hover,
.r_nav-tab:focus {
    color: var(--r_gaf-red);
}
.r_nav-tab .r_nav-toggle-icon {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1em;
    margin: 2px 0 0 15px;
    color: var(--r_gaf-red);
    transform-origin: 50% 50%;
    transition: transform .15s , color .15s;
}
.r_nav-group.r_active-group .r_nav-tab {
    background-color: var(--r_gaf-red);
    color: #fff;
}
.r_nav-group.r_active-group .r_nav-tab .r_nav-toggle-icon {
    transform: rotate(45deg);
    color: #fff;
}

.r_nav-list {
    display: none;
}
#r_timberline_nav_group .r_nav-list {
    display: block; /* Show by default */
}

.r_nav-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.r_nav-list ul li a {
    display: block;
    padding: 10px 20px 10px 40px;
    margin: 0;
    font-size: .85em;
    font-weight: 300;
    color: #111;
    text-decoration: none;
    transition: background-color .15s, color .15s;
}
.r_nav-list ul li a:hover {
    color: var(--r_gaf-red);
    text-decoration: none;
}
.r_nav-list ul li a.r_active-link {
    background-color: #ececec;
}



/* -- Shingle Picker - Header -- */

.r_header-section {
    background-image: url(/imageserver/Reusable/GAF/gaf23/header_bg.webp);
    background-size: cover;
    background-position: 35% center;
}
.r_header-section h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}
.r_header-section p {
    font-size: .95em;
    color: #fff;
}

.r_header-list {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 40px 0 20px;
    padding: 0;
    list-style: none;
}
.r_header-item {
    width: fit-content;
    margin: 0;
    padding: 10px 30px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.r_header-item p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .9em;
    font-weight: 400;
    margin: 0;
}
.r_header-item-title {
    font-weight: 700;
}
.r_solar-comp {
    position: relative;
    padding-left: 35px;
    color: #FAE646;
}
.r_solar-comp::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(/imageserver/Reusable/GAF/gaf23/sun_icon.svg);
    background-size: cover;
    background-position: center;
}
.r_price {
    position: relative;
    padding-left: 28px;
    color: #28E07E;
}
.r_price::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    background-image: url(/imageserver/Reusable/GAF/gaf23/dollar_icon.svg);
    background-size: cover;
    background-position: center;
}
.r_price-bubble-wrapper {
    display: flex;
    gap: 4px;
}
.r_price-bubble {
    width: 14px;
    height: 14px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
}
.r_price-bubble-fill {
    background-color: #fff;
}



/* -- Shingle Picker - Shingles -- */

.r_shingle-content-container {
    width: 75%;
    opacity: 1;
    margin-bottom: 120px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(5, 5, 5, .15);
    border-radius: 20px;
    overflow: hidden;
    transition: opacity .3s;
}
.r_invisible {
    opacity: 0;
}

.r_shingle-wrapper {
    display: none;
}
#timberline_hdz {
    display: block; /* Show by default */
}

.r_previews-gallery,
.r_colors-gallery {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.r_previews-gallery.swiper {
    margin: 50px 0 15px;
    height: 500px;
}
.r_previews-gallery .swiper-slide {
    background-position: 15% center;
    background-size: cover;
}
.r_previews-gallery .r_color-name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 1.05em;
    font-weight: 600;
    background-color: rgba(255, 255, 255, .85);
    margin: 0;
    padding: 8px 20px;
    backdrop-filter: blur(5px);
}
.r_zoom-in {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    background-image: url(/imageserver/Reusable/GAF/gaf23/gaf23-shingles/zoom_in_icon.svg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.r_previews-gallery .swiper-button-prev,
.r_previews-gallery .swiper-button-next {
    color: #fff !important;
    font-weight: 800;
}
.r_previews-gallery .swiper-button-prev {
    left: 0 !important;
}
.r_previews-gallery .swiper-button-next {
    right: 0 !important;
}
.r_previews-gallery .swiper-button-prev::after,
.r_previews-gallery .swiper-button-next::after {
    font-size: 28px !important;
}

.r_loading-wrapper {
    position: relative;
}
.r_loader-cover {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #f0f0f0;
    z-index: 2;
}
.r_loader-animation {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin: 50px auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 5px solid #eee;
    border-top-color: var(--r_gaf-red);
     z-index: 3;
    animation: spin .5s linear infinite;
}
@keyframes spin {
    to { transform: translateX(-50%) rotate(360deg); }
}

.r_colors-gallery.swiper {
    margin: 20px 0 0;
}
.r_colors-gallery .swiper-slide {
    max-width: 110px;
    width: 100%;
    height: 180px;
}
.r_colors-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border: 4px solid transparent;
    transition: border-color .15s;
}
.r_colors-gallery .swiper-slide-thumb-active img {
    border-color: var(--r_gaf-red);
}
.r_colors-gallery .r_color-name {
    font-size: .65em;
    font-weight: 500;
    margin: 2px 0 0 4px;
}
.r_bd-star {
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
}
.r_colors-gallery .r_color-name-bold::after {
    content: url(/imageserver/UserMedia/westchester/star_icon.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 0 0 15px 0;
    padding: 5px 8px 8px 5px;
}

p.r_note {
    font-size: .85em;
    color: #606060;
    font-style: italic;
    margin-bottom: 20px;
}



/* -- Shingle Picker - About -- */

.r_link {
    font-weight: 700;
    color: #484848;
    font-style: italic;
    text-decoration: underline;
}
.r_link:hover {
    color: #484848;
    text-decoration: none;
}
.r_underline {
    width: 100%;
    margin: 0 auto;
    max-width: 1550px;
    width: 90%;
    border-radius: 50%;
    height: 2px;
    background-color: #a8a8a8;
    border: none;
}

.r_logo-wrapper {
    display: flex;
    margin: 30px 0 15px;
}
.r_logo-wrapper img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 8px;
}



/* -- Shingle Picker - Features & Benefits -- */

.r_benefits-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 20px;
    padding: 0;
    list-style: none;
    gap: .75%;
}
.r_benefits-item {
    width: 31.8333333333%;
    margin: 15px auto;
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}
.r_benefits-icon {
    display: block;
    margin-bottom: 20px;
    width: 75px;
    height: 75px;
}
.r_fill-red {
    fill: var(--r_gaf-red);
}
.r_fill-none {
    fill: none;
}
.r_benefits-item p {
    font-size: .95em;
}



/* -- Shingle Picker - Warranties -- */

.r_warranties-list {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 20px;
    padding: 0;
    list-style: none;
    gap: 1%;
}
.r_warranties-item {
    max-width: 500px;
    margin: 15px auto;
    padding-inline: 5px;
    text-align: center;
}
.r_warranties-item-4 {
    width: 23%;
}
.r_warranties-item-3 {
    width: 31.3333333333%;
}
.r_warranties-item img {
    display: block;
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0px auto 30px;
}
.r_warranties-item p {
    font-size: .95em;
}



/* -- Shingle Picker - Back To Top -- */

#back_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background-color: var(--r_gaf-red);
    border: none;
    border-radius: 50%;
    opacity: 0;
    z-index: 9999;
    transition: opacity .33s;
}
#back_to_top::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}



/* -- Responsiveness -- */

@media (max-width: 1450px) {
    .r_nav-button {
        display: block;
    }
    .r_nav-container,
    .r_shingle-content-container {
        width: 100%;
        margin: 0;
    }
    .r_nav {
        position: fixed;
        max-width: 500px;
        width: calc(100% - 40px);
        inset: auto auto 90px -100%;
        transition: left .3s;
    }
    .r_nav-open {
        left: 20px;
    }
    .r_shingle-content-container {
        border-left: none;
        border-radius: 0;
    }
}

@media (max-width: 1300px) {
    .r_warranties-item-4 {
        width: 48%;
    }
}

@media (max-width: 981px) {
    .r_benefits-item {
        width: 100%;
    }
    .r_benefits-content {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .r_warranties-item-3 {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .r_previews-gallery.swiper {
        height: 400px;
    }
    .r_previews-gallery .r_shingle-title {
        font-size: 1em;
    }

    .r_warranties-item-4 {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .r_header-list {
        flex-direction: column;
    }
    .r_header-item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .r_previews-gallery.swiper {
        height: 300px;
    }
    .r_previews-gallery .r_shingle-title {
        font-size: .9em;
    }
}






/* ********** Warranty Page ********** */

/* -- Warranties - Logos -- */

.r_warr-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 50px auto 30px;
    padding: 0;
    gap: 5%;
}
.r_warr-logo {
    width: calc(20% - (20% / 5));
    margin: 10px auto;
    text-align: center;
}
.r_warr-logo-inactive {
    opacity: .4;
}
.r_warr-logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform .33s;
}
.r_warr-logo-link {
    position: relative;
    border: none;
    background-color: transparent;
}
.r_warr-logo-link:hover img,
.r_warr-logo-link:focus img {
    transform: scale(1.1);
}
.r_warr-logo-link-active + .r_warr-logo-note {
    color: var(--r_gaf-red);
}
.r_warr-logo-note {
    position: relative;
    display: block;
    width: fit-content;
    font-size: 1.33em;
    font-weight: 800;
    color: var(--r_blue);
    text-transform: uppercase;
    margin: 20px auto 0;
    transition: color .33s;
}
.r_warr-logo-note::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--r_gaf-red);
    transition: width .33s;
}
.r_warr-logo-link:hover + .r_warr-logo-note::after,
.r_warr-logo-link:focus + .r_warr-logo-note::after {
    width: 100%;
}



/* -- Warranties - Info -- */

.r_warr-info-header {
    position: relative;
    padding-bottom: 90px;
    text-align: center;
    border-bottom: 4px solid var(--r_gaf-red);
    z-index: 1;
}
#r_shingle_and_accessory_wrapper .r_warr-info-header {
    background-color: #434854;
    color: #fff;
}
#r_roofing_system_wrapper .r_warr-info-header {
    background-color: #c9cbcb;
    color: #111;
}
#r_system_plus_wrapper .r_warr-info-header {
    background-color: #073673;
    color: #fff;
}
.r_warr-info-header h3 {
    text-transform: uppercase;
    color: inherit;
    margin: 0;
    font-weight: 700;
}
.r_warr-link {
    position: absolute;
    inset: auto 0 0;
    transform: translateY(50%);
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(5, 5, 5, .15);
    border: 2px solid #e0e0e0;
    color: var(--r_gaf-red);
    font-size: .9em;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s, background-color .3s;
}
.r_warr-link:hover,
.r_warr-link:focus {
    background-color: var(--r_gaf-red);
    color: #fff;
    text-decoration: none;
}
.r_warr-link-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    fill: var(--r_gaf-red);
    transition: fill .33s;
}
.r_warr-link:hover .r_warr-link-icon,
.r_warr-link:focus .r_warr-link-icon {
    fill: #fff;
}

.r_content-to-hide {
    opacity: 1;
    transition: opacity .33s;
}
.r_content-fade-out {
    opacity: 0;
}

.r_warr-info-wrapper:nth-of-type(even) {
    background-color: #fff;
}

.r_warr-info-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    gap: 5%;
    display: flex;
    flex-wrap: wrap;
}
.r_warr-info-item {
    width: calc(50% - (5% / 2));
    margin-top: 25px;
    padding-top: 10px;
    border-top: 2px solid #e2e4e8;
}
.r_warr-info-item h5 {
    padding-left: 10px;
    border-left: 3px solid var(--r_gaf-red);
    margin-bottom: 15px;
}






























/* -- Additional Resources -- */

.r_ar-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px;
    padding: 0;
    list-style: none;
    gap: 2%;
}
.r_ar-item {
    max-width: 600px;
    width: 32%;
    margin: 40px auto 0;
    padding-inline: 5px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.r_ar-img-wrapper {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.r_ar-img-wrapper::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 5px solid var(--r_gaf-red);
    z-index: -1;
}
.r_ar-img {
    width: 100%;
    height: auto;
    background-color: #e3e3e3;
    -webkit-clip-path: polygon(80px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 80px);
    clip-path: polygon(80px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 80px);
}
.r_ar-item h3 {
    margin-bottom: 30px;
}
.r_ar-item h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: var(--r_gaf-red);
}
.r_ar-item p {
    font-size: .9em;
}
.r_ar-link {
    position: relative;
    width: fit-content;
    margin: 20px 0 0;
    font-size: 1em;
    font-style: italic;
    font-weight: 500;
    color: var(--r_blue);
}
.r_ar-link:hover,
.r_ar-link:focus {
    color: var(--r_gaf-red);
    text-decoration: none;
}
.r_ar-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%) rotateZ(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--r_gaf-red);
    border-right: 2px solid var(--r_gaf-red);
    transition: right .15s;
}
.r_ar-link:hover::after,
.r_ar-link:focus::after {
    right: -20px;
}



/* -- Danger Signs -- */

.r_danger-list {
    list-style: none;
    margin: 50px auto 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.r_danger-item {
    width: calc(50% - (5% / 2));
    margin: 40px auto;
    text-align: left;
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
    border-top: 5px solid #e2e4e8;
}
.r_danger-img-wrapper {
    position: relative;
    width: 40%;
    margin-right: 30px;
}
.r_danger-img-wrapper::before {
    content: "!";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 33px;
    height: 33px;
    font-size: 1.5em;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffcc00;
    color: #111;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ffcc00;
}
.r_danger-img {
    max-width: 250px;
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.r_danger-content {
    width: 80%;
} 
.r_danger-content h3 {
    font-size: 1.4em;
    margin-top: 5px;
    text-transform: uppercase;
}
.r_danger-content p {
    font-size: .95em;
}



/* -- Tips -- */

#r_tips_section {
    box-shadow: 0 0 12px rgba(5, 5, 5, .2);
    background-color: #fff;
}
.r_tips-list {
    list-style: none;
    margin: 40px auto 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
}
.r_tips-item {
    width: calc(25% - (7.5% / 4));
    margin: 20px auto;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    padding: 45px 30px;
}
.r_tips-num {
    position: relative;
    width: 55px;
    height: 55px;
    font-size: 1.5em;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #151515;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px var(--r_gaf-red);
}
.r_tips-num::before,
.r_tips-num::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.r_tips-num::before {
    left: 70px;
    width: 20px;
    height: 20px;
    background-color: #555;
}
.r_tips-num::after {
    left: 100px;
    width: 10px;
    height: 10px;
    background-color: #959595;
}
.r_tips-item p {
    font-size: .95em;
}



/* -- Roof Inspections -- */

.r_inspection-wrapper {
    margin-block: 20px;
}
.r_inspection-wrapper:nth-of-type(1) {
    margin-top: 50px;
}
.r_inspection-list {
    list-style: none;
    margin: 30px auto 10px;
    padding: 0;
}
.r_inspection-item {
    margin-bottom: 15px;
}
.r_inspection-item p {
    position: relative;
    font-size: .95em;
    margin: 0;
    padding-left: 22px;
}
.r_inspection-item p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border-bottom: 3px solid var(--r_blue);
    border-right: 3px solid var(--r_blue);
    transform: rotateZ(45deg);
    width: 8px;
    height: 15px;
}