

.r-slot-container {
    background-color: var(--graybg);
    color:white;
    margin:0px 10px 40px 10px;
    display: grid;
}

.r-title-holder{
    text-align: center;
    padding: 20px 0px;
}
.r-title-holder > h2{
    font-weight: bold;
}
.r-title-holder > div{
    font-size:16px;
}

.r-slot-content-top {
    height:183px;
    white-space: nowrap;
    text-align: center; 
    margin: auto;
}
.r-slot-bottom {
    padding:15px 30px 30px 30px;
    height: 180px;
}

.r-slot-bottom.more {
    height:240px;
}

.r-slot-title > h2 > a:hover {
    text-decoration: underline;
    color:black;
}

.r-slot-title > h2 > a:focus {
    color:black;
}

.r-slot-title > h2 > a:hover {
    text-decoration: underline;
    color:black;
}

.r-slot-title > h2 {
    font-size:24px;
    color:black;
    font-weight: bold;
    margin-top: 10px;
}

.r-slot-title > h2 > a {
    color:black;
}

.r-slot-content {
    font-size:14px;
    color: #959595;
    max-height:100px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}

.r-slot-learn-more {
    padding-top:20px;
}
.r-slot-learn-more > a {
    color:var(--pink);
    font-weight: bold;
    font-size:15px;
}

.r-slot-learn-more > a:hover{
    color:var(--darkpink);
    text-decoration: none;
}

.triangle {
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    bottom: 30px;
    margin: 10px 25px;
}
.triangle.pink {
    border-bottom: 40px solid var(--pink);
    border-left: 40px solid transparent;
    z-index: 1;
}
.triangle.gray {
    border-bottom: 50px solid white;
    border-left: 50px solid transparent;
}


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.r-slot-img { 
    max-width: 100%;
    max-height: 100%;
}
.resources.header-image-right {
    background: white; text-align: center;
}
.header-image-right.resources > img {
    padding: 120px 80px;
}
.header-image-right.resources.small > img {
    padding:20px 80px;
}
@media screen and (max-width: 990px) {
    .resources.header-image-right {
        display:none;
    }
}