#sbi_load {
    display: none;
}

#sb_instagram {
    margin: 20px 0;
}

.stc-video-container {
    width:100%;
    min-height:600px;
    max-height: 600px;
    overflow:hidden;
    position: relative;
}
.stc-video-bg,
.stc-video-player,
.stc-video-message {
    display:block;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height:100%;
}
.stc-video-bg,
.stc-video-player {
    object-fit: cover;
}
.stc-video-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 1%;
}
.stc-video-message > div {
    max-width: 900px;
}
.stc-video-message h2,
.stc-video-message p {
    color: white;
}
.stc-video-message h2 {
    font-size: 86px;
    line-height: normal;
}
.stc-video-message p {
    font-size: 35px;
    line-height: .9em;
}
.stc-video-message a {
    margin-top: 2%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 38px;
    padding: 0 15px;
    letter-spacing: normal;
}

#home-page-container,
#home-page-container * {
    box-sizing: border-box;
}
#home-page-container a:focus-within {
    outline: 2px solid #116dff;
    outline-offset: 1px;
}
.home-page-announcements {
    background: black;
    color: rgb(232, 230, 230);
    font-size: 14px;
    letter-spacing: 2px;
    min-height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-3s-boxes {
    display: flex;
    flex-direction: row;
    padding: 24px 0 10px 0;
    justify-content: center;
    flex-wrap: wrap;
}
.panel-3s-boxes > div {
    display: flex;
    flex-direction: row;
    padding: 11px;
    min-width: 306px;
    max-width: 306px;
    margin: 0 10px;
}
.panel-3s-boxes .box-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-left: -6px;
    margin-top: 5px;
}
.panel-3s-boxes .box-header {
    font-size: 15px;
}
.panel-3s-boxes .box-content p {
    display: inline-block;
    font-size: 12px;
    max-width: 160px;
    margin: 0 auto;
    padding: 0;
    line-height: 16px;
    margin-bottom: 6px;
    color: #555555;
}
.panel-3s-icontainer {
    width: 115px;
    flex-shrink: 0;
}
.panel-3s-boxes .box-link a {
    display: block;
    font-size: 13px;
    border: 2px dotted rgb(227,36,36);
    border-radius: 5px;
    margin: 0 10px;
}
.box-link a,
.box-link a:visited,
.box-link a:active {
    color: black;
    text-decoration: none;
}
.box-link a:hover {
    color: rgb(175, 24, 24);
    text-decoration: underline;
}
.home-recipe-item p {
    font-size: 18px;
    height: 50px;
    letter-spacing: .5px;
    line-height: 16px;
    margin: 0 auto;
}
.site-main p {
    margin: 0;
}
.home-mid-buttons {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 19px
}
.home-mid-item {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    padding: 18px 0 49px 0;
    min-width: 311px;
    margin-top: 22px;
}
.home-mid-item .image-container {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 14px 0px;
    width: 253px;
    height: 248px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 100%;
    border: 3px solid white;
    transform: scale(1);
    overflow: hidden;
}
.home-mid-item .image-container:hover {
    transform: scale(.9);
}
.home-mid-item .home-btn-title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-top: 9px;
}
.home-mid-item .home-link-wrapper {
    margin-top: 12px;
}
.home-mid-item a.home-btn-link  {
    padding: 0 10px;
    line-height: 23px;
    margin: 0;
}
a.home-btn-link {
    border: 1px solid #e32424;
    background: #e32424;
    border-radius: 200px;
    color: white;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    padding: 6px 23px;
    text-decoration: none;
    text-transform: lowercase;
}
a.home-btn-link:visited,
a.home-btn-link:active {
    color: white;
}
a.home-btn-link:hover {
    background: white;
    color: black;
    border-color: black;
}
.clickable-region {
    cursor: pointer;
}
.slider-wrapper:focus-within {
    outline: 3px solid #116dff;
}
#cycloneslider-middle-slider-2 .cycloneslider-prev,
#cycloneslider-middle-slider-2 .cycloneslider-next {
    display: none;
}
#cycloneslider-top-slider-1,
#cycloneslider-middle-slider-2,
#cycloneslider-middle-mobile-slider-3 {
    margin-bottom: 0;
}
#cycloneslider-middle-mobile-slider-3 .cycloneslider-pager,
#cycloneslider-middle-slider-2 .cycloneslider-pager {
    bottom: 10%;
    height: 17px;
}
#cycloneslider-middle-mobile-slider-3  .cycloneslider-pager span,
#cycloneslider-middle-slider-2 .cycloneslider-pager span {
    background: #e8e6e6;
    border-radius: 10px;
    height: 17px;
    margin: 0 6px;
    width: 17px;
    vertical-align: top;
}
#cycloneslider-middle-mobile-slider-3  .cycloneslider-pager span.cycle-pager-active,
#cycloneslider-middle-slider-2 .cycloneslider-pager span.cycle-pager-active {
    background-color: rgba(0, 0, 0, .35);
}
.cycloneslider-slide .video-overlay-inner {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 3%;
}
.cycloneslider-slide a.home-btn-link:hover {
    background: transparent;
    color: white;
    border-color: white;
}
.video-overlay-inner > div {
    text-align: left;
}
.video-overlay-inner h2 {
    font-size: 80px;
    color: white;
    line-height: 77px;
    letter-spacing: .8px;
    text-shadow: rgba(0 0 0 / 40%) 0px 4px 5px;
}
.stc-video-message h2,
.stc-video-message h3,
.stc-video-message p {
    text-shadow: rgba(0 0 0 / 40%) 0px 4px 5px;
}
.video-overlay-inner p {
    color: white;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-top: 1.6%;
    text-shadow: rgba(0 0 0 / 40%) 0px 4px 5px;
}
.video-overlay-inner a {
    margin-top: 2%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 38px;
    padding: 0 15px;
    letter-spacing: normal;
}
.hp-rbtn-detail {
    margin-bottom: 16px;
}
p.hp-rbtn-title {
    margin-top: 20px;
    text-transform: uppercase;
}
.home-bottom-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.home-bottom-buttons p:first-child {
    font-size: 14px;
    text-transform: uppercase;
}
.home-bottom-buttons p {
    font-size: 17px;
}
.home-bottom-buttons strong {
    font-family: 'Fira Sans', sans-serif;
}
.home-bottom-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center;
    margin-top: 37px;
}
.home-bottom-item a:focus,
.home-bottom-item a:visited {
    color: black;
}
.home-bottom-item a {
    margin: 0;
    display: inline-block;
    background: white;
    margin-top: -43px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border: 2px solid #146135;
    border-radius: 5px;
    color: black;
}
#main.custom-responsive {
    max-width: none;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
}
.home-recipe-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 30px;
}
.home-recipe-panel > div {
    background: white;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    max-width: 473px;
    width: 473px;
}
.video-button-container > video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
}
#cycloneslider-top-slider-1 .cycle-slideshow {
    min-height: 300px;
}
#cycloneslider-top-slider-1 .video-button-container,
.video-button-container .video-background,
.video-button-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cycloneslider-slide .video-background {
    object-fit: cover;
    height: 100%;
}
.home-recipe-panel .video-button-container {
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 20px auto 0 auto;
    height: 430px;
    width: 430px;
}
.home-recipe-panel .video-overlay {
    line-height: 40px;
    letter-spacing: .5px;
    font-size: 48px;
    font-weight: 400;
    color: white;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.home-recipe-panel .video-overlay > div {
    margin: 12px 10% 0 10%;
}
.home-recipe-item p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#slider-1-wrapper{
    border-top: 20px solid #146135;
}

.video-container{
    max-width: 600px;
    margin: 20px auto;
    margin-top: 100px;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main_content {
    margin-top: 65px !important;
}

@media screen and (max-width: 1400px) {
    .cycloneslider-slide .video-overlay-inner {
        padding-top: 0;
    }
}

@media screen and (max-width: 980px) {
    .home-recipe-panel.custom-responsive {
        flex-direction: column;
    }
    .home-mid-buttons.custom-responsive {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .home-mid-item {
        margin-left: 10px;
        margin-right: 10px;
    }
    .home-bottom-item {
        margin: 37px 5px 0px 5px;
    }
}

@media screen and (max-width: 600px) {
    #main_content {
        margin-top: 0px !important;
    }
    .home-page-custlink h2 {
        font-size: 24px
    }
    .home-page-custlink p {
        font-size: 18px;
    }
    .home-bottom-buttons {
        justify-content: space-evenly;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media screen and (max-width: 498px) {
    .home-recipe-panel > div {
        width: 100%;
    }
    .home-recipe-panel .video-button-container {
        width: 300px;
        height: 300px;
    }
    .home-recipe-item p {
        max-width: 90%;
    }
}

@media (prefers-reduced-motion: no-preference) {
    #home-page-container a {
        transition: all 0.2s ease, visibility 0s;
    }
    .home-mid-item .image-container {
        transition: all 0.4s ease-in-out 0s, visibility 0s;
    }
}


/***********************
 * Video Slider 1 Resp *
 ***********************/
@media screen and (max-width: 950px) {
    .video-overlay {
        padding: 0 10px;
    }
    .video-overlay-inner h2 {
        font-size: 8vw;
        line-height: 9.5vw;
    }
    .video-overlay-inner p {
        font-size: 4vw;
        line-height: 4vw;
    }
}
@media screen and (max-width: 770px) {
    .stc-video-message h2 {
        font-size: 60px;
        line-height: 62px;
    }
    .stc-video-message p {
        font-size: 25px;
    }
}

@media screen and (max-width: 600px) {
    .video-overlay-inner a {
        font-size: 4vw;
        line-height: 5vw;
    }
}

/***********************
 * Videos Resp         *
 ***********************/
@media screen and (max-width: 2000px) {
    .stc-video-container {
        min-height: 500px;
        max-height: 500px;
    }
}
@media screen and (max-width: 1850px) {
    .stc-video-container {
        min-height: 450px;
        max-height: 450px;
    }
}
@media screen and (max-width: 1700px) {
    .stc-video-container {
        min-height: 400px;
        max-height: 400px;
    }
}
@media screen and (max-width: 770px) {
    .stc-video-container {
        min-height: 350px;
        max-height: 350px;
    }
}