/* Can be usedFSEPRD1016456 */


.fs-image-float-right {
    float: right;
    width: 320px;
    margin: 0rem 0rem 1rem 2rem;
    clear: right;
}

.fs-caption {
    font-size: .93rem;
    line-height: 1.15rem;
}

.fs-responsive-16-9 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .fs-featurette {
    width: 100%;
    text-align: center;
    padding: 1.25rem;
    height: 100%;
    background-color:#dfe1e2; 
    border: 0 solid;
    box-shadow: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 10%);
  }

  .fs-featurette a img{
    padding: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    display: block;
    border-radius: .5rem;
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 50%;
    background-color: #538200;
    object-fit: cover;
    object-position: center;
}

.fs-featurette a{
    text-decoration: none;
} 

.fs-featurette a span {
    font-weight: 700;
    font-size: 1.13rem;
}

.fs-linkset-headline{
    text-align: center;
    padding-top: .5rem;
    font-size: 2.13rem;
    color: #2f4a0b;
}
.fs-linkset{
    display: flex;
    padding-bottom: 2rem;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.fs-linkset-item{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin:.5rem;
    font-weight: 700;
    font-size: 1.13rem;
    color: #f0f0f0;
    background-color: #538200;
    border-radius: 99rem;
}

.fs-linkset-item a{
    text-decoration: none;
}

.fs-linkset-item a span{
    display: flex;
    color: #f0f0f0;
    text-align: center;
}

.fs-callout-embed-media{
    padding: 1rem;
    background-color:#dfe1e2;
    color:#243413;
}

@media screen and (max-width: 480px) {
    .fs-image-float-right {
        float: NONE;
        width: 100%;
        margin: 1rem 0rem;
    }
}