.sn-u-h2-white {
    color: white;
    font-weight: bold;
    font-size: 32px;
}

.sn-u-padding-0 {
    padding:0
}

.sn-u-padding-btm-0{
    padding-bottom:0
}

.sn-u-margin-0 {
    margin:0
}

.sn-secondary-btn {
    background: none;
    border: 1px solid rgba(255,255,255,0.8);
    opacity: 0.8;
    color: white;
    border-radius: 0.25rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    padding: 0.4rem 1.8rem;
}

.sn-secondary-btn:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: none;
    opacity: 1;
}

.sn-link-arrow-right {
    font-size: .875rem;
    line-height: 1.125rem;
    color:#5BC2E7;
}

.sn-link-arrow-right::after {
    content: "";
    padding: 0 0.3125rem;
    margin-left: 0.375rem;
    background-image: url(../images/caret-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
