﻿.home-collctn-wrap h4 {
    font-size: 28px;
    font-family: 'Nunito Sans',Tahoma,Geneva,sans-serif;
    line-height: 34px;
    margin-bottom: 40px;
    /*font-display: swap;*/
}
.carousel-category-wrap h4 {
    font-size: 28px;
    margin-bottom: 15px;
}
.seasonal-content-inner h4 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
}
/*skip to main content*/
.skiptomaincontent {
    font-size: 16px;
    text-decoration: underline;
    box-shadow: 0 0 3px #ffffff, 0 0 7px #ffffff;
    background: #3eabd1;
    color: #ffffff;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: -4.2rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 100;
}
/*for mobile site skip to main content popup hides*/
@media only screen and (min-device-width: 0px) and (max-device-width: 768px) {
    .skiptomaincontent {
        display: none;
    }
}
.addTabEmphasize {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,1);
    outline: 1px solid #66afe9;
}