  
html {
    scroll-behavior: smooth;
}

.rounded-3 {
    border-radius: 1rem!important;
}

.section {
    padding: 7rem 0 7rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 3rem 3rem 1rem 3rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;

}


.card .card-footer {
    padding: 0rem 3rem 3rem 3rem;
    background-color: rgba(255, 255, 255, 0.03);
    border-top: 0px solid rgba(0,0,0,.125);
    text-align: left;
}

.card .card-body h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0.5rem;
}

.card .card-body {
    flex: 1 1 auto;
    padding: 3rem 3rem 1rem 3rem;
}


h1,
h2,
h3,
ul,
p {
    margin: 0;
}

h1 {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h1 span {
    color: #c6002b;
}

h2 {
    font-size: 2.625rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1rem;
}

.card-text,
p {
    font-size: 16px;
    line-height: 1.3;
    color: #232323;
}

.card-link {
}

.spotlight-description {
    font-size: 16px;
    line-height: 24px;
    color: #232323;
}

.hero-description {
    font-size: 16px;
    line-height: 24px;
    color: #232323;
}

p {
    font-size: 16px;
    line-height: 1.9;
}

.panel-text
p {
    font-size: 16px;
    line-height: 1.4;
    color: #232323;
}

.panel-text h1 {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -3px;
    margin-bottom: 3rem;
}

.stats p {
    font-size: 12px;
    line-height: 1.3;
    color: #232323;
    text-transform: uppercase;
}

.community-title {
    color: #2f2f2f;
}

.iheart-red {
    background-color: #c6002b;
}

.impact-report-img {
    background-image: url('https://cdn.iheartmedia.com/img/community/impact-bg2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 440px;
}

.community-img {
    background-image: url('https://cdn.iheartmedia.com/img/community/community-cover-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 440px;
}

.crisis-img {
    background-image: url('https://cdn.iheartmedia.com/img/community/crisis-bg-lo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 440px;
}

.radiothon-img {
    background-image: url('https://cdn.iheartmedia.com/img/community/radiothons-bg_low.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 440px;
}

.communities-img {
    background-image: url('https://cdn.iheartmedia.com/img/community/community-cover2-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 440px;
}

.fight-img {
    background-image: url('https://cdn.iheartmedia.com/img/community/fight-bg-low.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 440px;
}

.hero {
    /* background-image: url('/css/assets/images/hero-bg.jpg'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 400px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, #f43b47 0%, #453a94 100%);
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #ffffff 48%, #d9d9d9 75%, #bcbcbc 100%);
    background-image: linear-gradient(to top, #ffffff 26%, #ffffff 48%, #d9d9d9 75%, #bcbcbc 100%);
}

.hero-section {
    padding-top: 3rem;
}

.community-section {
    padding-top: 6rem;
    padding-bottom: 6rem ;
}

.shows-bg {
    background-image: url('https://cdn.iheartmedia.com/img/community/publicaffairs-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.wishgranting-bg {
    background-image: url('https://cdn.iheartmedia.com/img/community/wishgranting-bg-2.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 650px;
}

.shows-container {
    border-radius: 10px;
    position: relative;
    bottom: -100px;
}

.on-air-container {
    background-color: #ff0339;
    background: linear-gradient(290deg, #D7002F 700px, #c6002b 200px, #c6002b);
}

html,
body {
    //position: relative;
    //height: 100%;
}

body {
    background: #f7f7f7;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
}

/* Scroll top */
.scrolltop {
    position: fixed;
    right: 1rem;
    bottom: -20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem;
    background: rgba(237,237,237,.5);
    border-radius: .4rem;
    z-index: var(--z-tooltip);
    transition: .4s;
    visibility: hidden;
}

.scrolltop:hover {
    background-color: var(--first-color);
}

.scrolltop__icon {
    font-size: 1.5rem;
    color: var(--body-color);
}

.show-scroll {
    visibility: visible;
    bottom: 1.5rem;
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#c6002b 50%, rgba(255, 255, 255, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    //left: calc(50% - 47px);
    //top: calc(50% - 47px);
    overflow: hidden;
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid rgba(204, 9, 9, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:hover::after {
    border-left: 15px solid #c6002b;
    //transform: scale(20);
}

.play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

html.sr .load-hidden {
    visibility: hidden;
}

.dropdown-btn {
    position: relative;
    display: inline-block;
}

.dropdown-btn .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    left: 0;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
    z-index: 5;
}

.dropdown-btn .dropdown-menu a {
    color: #494949;
    padding: .375rem .75rem;
    text-decoration: none;
    display: block;
    font-size: .9rem;
}

.dropdown-btn:hover .dropdown-menu {
    display: block;
}

/* .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #2f3133;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: 0.6rem 1.8rem;
    font-size: 1rem;
    border-radius: 3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-primary {
    color: #fff;
    background-color: #c6002b;
    border-color: #c6002b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a80025;
    border-color: #9e0022;
}

.btn-outline-secondary {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

a {
    color: #c6002b;
    text-decoration: none;
    font-size: 1rem;
}

.community-main a:hover {
    color: #9e0022;
    text-decoration: underline;
}

video {
    width: 100%;
    height: auto;
}

@media (max-width:575px) {
    h1.hero-title {
        font-size: 2.8rem;
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: -2px;
        margin-bottom: 1rem;
        margin-top: 1rem;
        
    }

    .hero-description {
        padding-bottom: 1rem;
        text-align: left;
    }

    .hero-section {
        padding-top: 2rem;
    }

    .community-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .card .card-body h3 {
        text-align: left;
    }

    .card .card-body p {
        font-size: 16px;
        text-align: left;
    }

    h2 {
        font-size: 2.5rem;
        line-height: 1;
        font-weight: 700;
        letter-spacing: -1px;
        
    }
    
    .impact-report p {
        text-align: left;
    }

    .panel-text h1 {
        font-size: 2rem;
        line-height: 1;
        font-weight: 800;
        letter-spacing: -1px;
        margin-bottom: .5rem;
        
    }

    #wishgranting p {
        text-align: center;
    }

    .panel-text p {
        text-align: left;
    }

    #gift-drive p {
        font-size: 1rem;
        line-height: 1.3rem;
        text-align: left;
    }

}

.gallery {
    display: grid;
    grid-gap: 10px;

    /* fill the page's width with columns, each having from about 200 to 400 px */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));

    /* first row's height: 250px, second row's: 150px, third row's: 250px, and so on */
    grid-auto-rows: 250px 150px;

    /* from MDN: "fill in holes earlier in the grid, if smaller items come up later" */
    grid-auto-flow: dense;
}

.item {
    /* for larger screens... */
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 480px) {
    .item {
        /* first item will have size 2x2 */
        /* and every third item will have size 2x1 */
    }

    .item:first-child {
        /* grid-area: 1/1/span 2/span 2; */
        grid-area: 2 span / another-grid-area span;
        grid-area: span 3 / span some-grid-area;
    }

    .item:nth-child(3n) {
        grid-column: span 2;
    }
}

section.red {
    background-repeat: repeat;
    background-color: #c6002b;
    background-image: url(https://cdn.iheartmedia.com/img/redbg-pattern.png);
    background-size: initial;
}

section.light {
    color: #fff;
    background-color: #333;
}

section.medium {
    padding: 4rem 0;
}

#gift-drive span {
    color: #c6002b;
    font-weight: 600;
}

#gift-drive p {
    font-size: 1rem;
    line-height: 1.3rem;
}

.downArrow {
    position: relative;
    bottom: -20%;
    left: 0%;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


