.container-group {
    background-color: #fff;
    border: 2px solid #1e90ff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}
.session-title {
    color: #1e90ff;
    text-align: center;
    margin-bottom: 30px;
}
.session-info {
    border-bottom: 2px solid #1e90ff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.session-info:last-child {
    border-bottom: none;
}
.session-info h3 {
    color: #1e90ff;
    font-size: 18px;
}
.session-info p {
    margin: 5px 0;
}
.session-venue {
    font-style: italic;
    color: #555;
}

.highlight-container,
.highlight {
    position: relative;
}

.highlight-container {
    display: inline-block;
}
.highlight-container:before {
    content: " ";
    display: block;
    height: 90%;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    position: absolute;
    transform: rotate(2deg);
    top: -1px;
    left: -1px;
    border-radius: 20% 25% 20% 24%;
    padding: 10px 3px 3px 10px;
}
.highlight-container.gold:before {
    background: linear-gradient(to bottom, #c98232 0%, #ffe18a 100%);
}
.highlight-container.silver:before {
    background: linear-gradient(to bottom, #7d7d7d 0%, #e2e2e2 100%);
}
.highlight-container.bronze:before {
    background: linear-gradient(to bottom, #cd7f32 0%, #dca570 100%);
}

.highlight-container,
.highlight {
    position: relative;
}

.highlight-container {
    display: inline-block;
}
.highlight-container:before {
    content: " ";
    display: block;
    height: 90%;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    position: absolute;
    transform: rotate(2deg);
    top: -1px;
    left: -1px;
    border-radius: 20% 25% 20% 24%;
    padding: 10px 3px 3px 10px;
}
.highlight-container.gold:before {
    background: linear-gradient(to bottom, #c98232 0%, #ffe18a 100%);
}
.highlight-container.silver:before {
    background: linear-gradient(to bottom, #7d7d7d 0%, #e2e2e2 100%);
}
.highlight-container.bronze:before {
    background: linear-gradient(to bottom, #cd7f32 0%, #dca570 100%);
}

.social-distancing {
    transition: all 0.2s ease-in-out;
}

.social-distancing:hover {
    color: #d40c27;
}

.real-time__data .circle-anchor {
    position: relative;
    z-index: 10;
    font-size: 30px;
}

.behavior-strip {
    background: #43a0ff;
    color: white;
    text-align: center;
}

.behavior-strip .link {
    text-decoration: underline;
    cursor: pointer;
}

.grayscale-img {
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.fa {
    padding: 4px;
    font-size: 30px;
    width: 24px;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
    border-radius: 5px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3b5998;
    color: white;
}

.fa-twitter {
    background: #55acee;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.learn-more {
    display: inline-block;
    position: relative;
    color: #000;
    padding-right: 32px;
    text-decoration: none;
}

.learn-more .arrow {
    height: 26px;
    width: 26px;
    right: 0;
    position: absolute;
    top: 0;
}

.x-94827 {
    line-height: 31px;
    font-size: 31px;
}

.post-content.faq-answer ul,
.post-content.faq-answer .expected-learnings {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    /* list-style-type: none; */
    /* line-height: 1.2; */
}

.claims {
    background-clip: padding-box;
    background-color: var(--beige);
}

