/*
Theme Name: Sanderson Farms Theme
Author: BBDO Atlanta (original Hangar.cr)
Author URI: https://bbdoatl.com
Description: 
Version: 2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sanderson_farm_theme
*/
@font-face{
    font-family: Bookerly-Italic;
    src: url('assets/fonts/Bookerly-Italic.ttf');
}
@font-face {
    font-family: "Conduit_ITC_Light";
    src: url('assets/fonts/Conduit_ITC_Light.ttf');
    font-weight:100;
}
@font-face {
    font-family: "ConduitITC-Bold";
    src: url('assets/fonts/ConduitITC-Bold.otf');
    font-weight:600;
}
@font-face {
    font-family: "Conduit_ITC-ExtraBold";
    src: url('assets/fonts/ConduitITC-ExtraBold.otf');
    font-weight:900;
}
@font-face {
    font-family: "ConduitITC-Medium";
    src: url('assets/fonts/ConduitITC-Medium.otf');
    font-weight:300;
}
@import url("https://hello.myfonts.net/count/3e5b1e");

@font-face {
    font-family: "ConduitITCPro-Regular";
    src: url('assets/fonts/font.woff2') format('woff2'), url('assets/fonts/font.woff') format('woff');
}

div.modal-overlay{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1050;
    background-color:rgba(0,0,0,.7);
}
iframe.modal-video{
    display:none;
    position:fixed;
    max-width:1154px;
    width:95%;
    height: 62%;
    left:50%;
    z-index:1051;
    top:60vh;
    transform:translate(-50%, -50%);
}
div.modal-close{
    display:none;
    position:fixed;
    top:60px;
    right:20px;
    z-index:1051;
    cursor:pointer;
    width:55px;
}
div.modal-close rect{
    fill:white;
}
div.farmers div.farmer img{
    width:100%;
}
div.farmers div.farmer .info{
    background-color:black;
    width:80%;
    position:absolute;
    height:55px;
    right:14px;
    top:240px;
    
} 
div.farmers{
    padding-top:5%;
    padding-bottom:5%;
}
.farmer{
    cursor: pointer;
}
.farmer .copy{
    font-family: Plantin;
    font-size: .9em;
    padding-top:15px;
}
.farmer .copy p {
    font-size: 15px;
    line-height: 19px;
}
.info .name{
    display:block;
    width:100%;
    padding-left:15px;
    padding-top:5px;
    color:white;
    font-family:Plantin;
}
.info .location{
    display: block;
    width: 100%;
    padding-left: 15px;
    color: #FCC334;
    font-size: .8em;
    text-transform: uppercase;
}
.woodgrain-header{
    background-image: url(https://sandersonfarms.com/wp-content/uploads/2017/06/Brown_Woodgrain-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    height:250px;
}
.woodgrain-header .text-container{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.woodgrain-header .text-container h1{
    color:white;
    text-align:center;
    vertical-align:middle;
}
.woodgrain-header .text-container h3{
    font-family:Plantin;
    color:white;
    text-align:center;
    vertical-align:middle;
}
img.slider_alexa_logo{
    width: 30% !important;
    margin-bottom:10%;
    margin-left:0;
}
img.alexa_overlay_logo{
    width: 30%;
    position: absolute;
    left: 7%;
    z-index: 14;
    height: auto;
    top: 3.5%;
    pointer-events: none;
}
.protein img{
    max-width: 75%;
    margin-top: 5% !important;
}
a#protein{
    display: block;
    margin-top: -50px !important;
    padding-top: 50px;
}
.good-honest-chicken .img-responsive{
    display:none;
}
.sf-c-text-box ul, .sf-c-text-box li {
    font-family: Plantin;
}
section.protein .sidenote p{
    font-size:14px;
}
sub{
    font-size:75%;
}
.hourly-rate{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
img.bgimg{
    width:100%;
    height:100%;
    object-fit: cover;
}
body.sf-p-farmers div#bgvd-text-container:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,0));
    z-index: -1;
}
body.sf-p-farmers .sf-m-bgvd-banner video {
    object-position: center;
}
body.sf-p-farmers .text-container h1{
    font-size: 4em;
    line-height: 1.09em;
    padding-top: 5%;
    vertical-align: top;
}
@media(max-width:480px){
    body.sf-p-farmers .text-container h1{
        font-size: 2em;
        line-height: 1.09em;
        padding-top: 5%;
        vertical-align: top;
    }
}
section.states .logo-img{
    width:60px;
}
section.states .main-content h2{
    margin-bottom:0;
    text-transform: uppercase;
}
.farmers-quote p{
    font-size:2em !important;
    line-height:1.5em !important;
    color:white !important;
}
#states{
    position:relative;
    display:block;
    width: 60%;
    margin: auto;
}
svg.state{
   position:absolute;
    object-position:top;
}
svg.state path{
    fill: #d3d3d3;
    transition: fill .5s;
}
a svg.state path{
    fill:transparent;
}
.texas{
    left: .85%;
    top:12%;
    width: 43.727%;
    height:85.771%;
}
.la{
    left: 42.156%;
    top: 42.31%;
    width: 14.838%;
    height: 28.807%;
}
.miss{
    width: 10.424%;
    left: 50.2%;
    top: 25.8%;
    height: 37.174%;
}
.al{
    left: 60%;
    top: 24.2%;
    width: 11.361%;
    height:37.198%;
}
.ga{
    width: 15.756%;
    left: 67.297%;
    top: 22.562%;
    height: 35.209%;
}
.fl{
    left: 62%;
    top: 52.7%;
    width: 28.039%;
    height: 42.697%;
}
.sc{
    width: 15.054%;
    left: 74.305%;
    top: 19.65%;
    height:22.089%;
}
.nc{
    left: 70%;
    top: 3.5%;
    width: 25.76%;
    height: 23.534%;
}
a.state_link:hover svg.state path{

    fill: #ffc704;
    transition: fill .5s;
}

div.follow{
    background-color: #324D89;
    padding-top:5%;
    padding-bottom:5%;
}
div.follow h3{
    font-family:Plantin;
    font-size:1.2em;
    color:white;
    text-align:center;
}
div.follow h1{
    font-family: Plantin;
    font-size:3em;
    color:white;
    padding-bottom:30px;
    text-align: center;
}
.follow .fb{
    display:block;
}
div.follow .fb img{
    width: 85px;
    margin:auto;
    display:block;
}
@media(max-width:480px){
    
    #careers_update col-12{
     border:none !important;
    }

    body.open-menu .sf-m-header{
        max-height:100%;
    }
    body.open-menu .sf-m-header .wrapper-container{
        max-height:100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    body.open-menu nav.mobile-corp-navigation{
        display:none !important;
    }
    .sf-m-header.dinamic-height{
        top:0;
        bottom:auto;
    }
}

#alexa_logo{
    position:fixed;
    left:auto;
    top:auto;
    right:50px;
    bottom:50px;
    height:75px;
    opacity:0;
    cursor:pointer;
    transition: opacity 1s;
}
body.scrolled #alexa_logo{
    opacity:1;
}
body.alexa.scrolled #alexa_logo{
    opacity:0;
}
#alexa_logo img{
    width:auto;
    height:100%;
    object-fit: contain;
}
#alexa_dialog, .qr_alexa {
    width:320px;
    height:320px;
    background-color: #232f3e;
    border-radius:20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}

#alexa_dialog {
    position:fixed;
    right:-400px;
    bottom:50px;
    opacity:0;
    transition: all 1s;
}

body.alexa.scrolled #alexa_dialog,
body.alexa.scrolled .qr_alexa  {
    right:50px;
    opacity:1;
}

#alexa_dialog .header,
.qr_alexa .header {
    padding-top:10px;
    margin-bottom:20px;
    height:125px;
}
#alexa_dialog .speaker,
.qr_alexa .speaker {
    height:125px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    padding-bottom:10px;
}
#alexa_dialog h1, 
.qr_alexa h1 {
    color:white;
    text-align: center;
    font-size: 1.5em;
    line-height:1.2em;
}
#alexa_dialog .header .logo,
.qr_alexa .header .logo {
    height:40px;
    position:relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
#alexa_dialog .header .close,
.qr_alexa .header .close {
    cursor:pointer;
    position:absolute;
    left:auto;
    right:20px;
    top:20px;
    height:20px;
    width:auto;

}
#alexa_dialog .close path,
.qr_alexa .close path  {
    fill: white;
}
#alexa_dialog .logo_icon, 
.qr_alexa .logo_icon {
    display:none;
    position: absolute;
    height: 34px;
    left: 20px;
    bottom: 40px;
}
.alexa_bubble{
    border:1px solid #c6cacd;
    border-radius:10px;
    font-family: Bookerly-Italic;
    padding:5px 20px;
    margin-left:50px;
    margin-right:20px;
    margin-bottom:20px;
    color: #323e48;
    font-size:.9em;
    position:relative;
}
.alexa_bubble.active:after{
    content: "";
    display: block;
    position: absolute;
    top:auto;
    bottom: -30px;
    left: 25px;
    background-image: url(images/bubble_tail.svg);
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
}
span.tip{
    cursor:pointer;
    font-family: Plantin;
    display: block;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 23px;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: .47px;
    line-height: 28px;
    color:#db524b;
}
.tip .play_btn{
    width: 20px;
    position: absolute;
    left: -30px;
    height: 20px;
    margin-top: 4px;
}
.video-container {
    width: 97%;
    margin: 0 auto;
}
.tip_video{
    display:none;
    max-width: 100%;
}
body.tip .tip_video{
    display:block;
    margin-bottom:23px;
}
#alexa_dialog .learn_more,
.qr_alexa .learn_more {
    display:block;
    border-radius: 7px;
    width:220px;
    height:35px;
    margin-left:auto;
    margin-right:auto;
    margin-top:35px;
    background-color: #57c7f4;
    color:white;
    font-family: HelveticaNeueBdCn;
    text-align: center;
    line-height: 35px;
}
#alexa_dialog .learn_more svg,
.qr_alexa .learn_more svg {
    fill: #ffffff;
    width: 15px;
    margin: 0p;
    padding: 0;
    margin: 0;
    float: left;
    margin-left: 20px;
    margin-right: -50px;
}
@media(max-width:480px){
    .fp-section .content-wrapper{
        padding-top:59px;
    }
    #alexa_logo{
        position:fixed;
        left:calc((100vw - 108px)/2);
        top:auto;
        bottom:5px;
        height:50px;
        cursor:pointer;
        opacity:0;
        transition: opacity 1s;
    }
    body.scrolled #alexa_logo{
        opacity:1;
    }
    body.alexa.scrolled #alexa_logo{
        opacity:0;
    }
    #alexa_logo img{
        width:auto;
        height:100%;
        object-fit: contain;
    }
    #alexa_dialog,
    .qr_alexa {
        width:320px;
        height:320px;
        position:fixed;
        left:calc((100vw - 320px)/2);
        bottom:-400px;
        background-color: #232f3e;
        border-radius:20px;
        box-shadow: 0px 0px 20px rgba(0,0,0,.5);
        opacity:0;
        transition: all 1s;
    }
    body.alexa.scrolled #alexa_dialog,
    body.alexa.scrolled .qr_alexa {
        bottom:5px;
        opacity:1;
    }
    #alexa_dialog h1, 
    .qr_alexa h1{
        padding-left: 15px;
        padding-right: 15px;
    }
    
}
.sf-c-arrow-btn, .sf-c-arrow-btn{
    font-family: HelveticaNeueBdCn !important;
/*     margin: 37px auto 0; */
}

.sf-c-pagination .sf-c-arrow-btn.btn{
    margin-top:0;
}

.plantin{
    font-family: Plantin;
}
.sf-p-our-story #fp-nav ul li {
    height: calc(5vh - 9px);
}
body.sf-p-contact .secondary-header{
    padding-top:55px;
}
pr-4

.sf-c-pagination form{
    flex:auto;
}
.sf-c-pagination .hide{
    display:block !important;
    visibility:hidden;
}

.sf-c-avatar-article a.sf-c-arrow-btn{
    display:block;
}

#generic-header-sidebar-template {
  margin-top: 75px;
}

.corporate-page .sf-m-blog .text-wrapper {
  width: 75%;
}

#generic-header-sidebar-body,
#generic-header-sidebar-body p {
  font-family: Plantin;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .47px;
}

#generic-header-sidebar-body h2 {
  font-weight: 400;
}

#generic-header-sidebar-body h4 {
  margin: 35px 0 25px 0;
  font-size: 20px;
  line-height: 23px;
}

#covid-19-sidebar a {
  color: #376058;
  letter-spacing: 0.47px;
  line-height: 28px;
  font-family: texgyreheros-bold-webfont;
  font-size: 16px;
}

#covid-19-sidebar hr {
  margin: 35px 0;
  border-bottom: 1px solid #000;
}

#covid-19-sidebar hr:last-of-type {
  display: none;
}

@media(min-width: 768px) {
  #generic-header-sidebar-body {
    padding-right: 75px;
  }
}

@media (min-width: 768px) {
    .sf-m-nav .bottom-element li:last-child a {
        font-family: HelveticaNeueBdCn !important;
        color: #fff;
        background-color: #db524b;
        text-decoration: none !important;
        padding: 10px 20px;
        display: inline;
        text-align: center;
        transition: all 0.3s ease-out;
    }

    .sf-m-nav .bottom-element li:last-child a:hover {
        opacity: 0.8;
    }

    .tip_video {
        margin-left: -0.5rem;
    }

    iframe.modal-video{
        width:85%;
        top:55vh;
    }
}

/* Cooped up kids styles below here  */

h4.cuk-hdr span { 
    display:inline-block;
    border-bottom:1px solid #004d41;
    padding-bottom:2px;
}
.videoWrapper {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    /* margin-top: 36%; */
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* QR styles below here */
.container-fluid.qr-container {
    padding: 0;
}
.qr-carousel {
    text-align: unset;
    position: relative;
    overflow-y: scroll;
}

.qr-top-banner {
    /* position: fixed; */
    background-color: #004d41;
    padding: 15px 30px 0;
    color: white;
    z-index: 1000;
    left: 0;
    width: 100%;
}

.qr-top-banner p {
    color: #fff;
    font-family: HelveticaNeueBdCn;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.qr-top-banner p.meta {
    opacity: 0.7;
    font-size: 12px;
    padding-bottom: 0;
}

.qr-callout .callout-marker {
    height: 62px;;
}

.qr-callout .callout-marker p {
    font-size: 20px;
}

.qr-container .slick-prev {
    left: 13px;
}

.qr-container .slick-next {
    right: 13px;
}

.qr-infobar {
    padding: 380px 0 18px;
}

.qr-infobar button {
    margin-left: 0 30px;
}

.qr-infobar .info {
    justify-content: space-between;
}

.qr-infobar .value {
    font-size: 20px;
    line-height: 20px;
}

.qr-infobar .label {
    font-size: 8px;
    line-height: 20px;
}

.qr-desc {
    width: 90%;
    margin: 0 auto;
    font-family: 'Plantin';
    color: #004e41;
    padding: 15px 7px;
}

.more-recipes {
    position: fixed;
    width: 100%;
    bottom: -1px;
    z-index: 1000;
    left: 0px;
}
/* //DEFAULT */
/* arrows */
.qr-carousel  .slick-next, .qr-carousel  .slick-prev {
    height: 30px;
    top: 13.3%;
    width: 30px;
    z-index: 1000;
}
/* blocks */
.qr-carousel .qr-slick-arrow {
    top: 15.3% !important;
}

/* //WINGS */
/* arrows */
.qr-wings  .slick-next, .qr-wings  .slick-prev {
    top: 14.7%;
}
/* blocks */
.qr-wings .qr-slick-arrow {
    top: 16.9% !important;
}

.qr-wings .slide1 .slick-track{
    height: 2286px;
}


/* LEGS */
/* arrows */
.qr-legs .qr-slick-arrow {
    top: 9.5% !important;
}
/* blocks */
.qr-legs  .slick-next, .qr-legs  .slick-prev {
    top: 8.2%;
}

/* THIGHS */
/* arrows */
.qr-thighs .qr-slick-arrow {
    top: 15.4% !important;
}
/* blocks */
.qr-thighs  .slick-next, .qr-thighs  .slick-prev {
    top: 13.5%;
}

/* DRUMSTICKS */
/* arrows */
.qr-drumsticks .qr-slick-arrow {
    top: 14.9% !important;
}
/* blocks */
.qr-drumsticks  .slick-next, .qr-drumsticks  .slick-prev {
    top: 13%;
}

/* BEST OF BONELESS */
/* arrows */
.qr-combo .qr-slick-arrow {
    top: 13.8% !important;
}

/* blocks */
.qr-combo  .slick-next, .qr-combo  .slick-prev {
    top: 12%;
}


/* WHOLECUTUP */
/* arrows */
.qr-wholecutup .qr-slick-arrow{
    top: 15.8% !important;
}
/* blocks */
.qr-wholecutup .slick-next, .qr-wholecutup  .slick-prev {
    top: 13.7%;
}


/* PICKOFCHICK */
.qr-pickofchick .qr-slick-arrow{
    top: 16.9% !important;
}
/* blocks */
.qr-pickofchick .slick-next, .qr-pickofchick  .slick-prev {
    top: 14.8%;
}

/* WHOLE BIRD */
.qr-wholebird .qr-slick-arrow{
    top: 13.6% !important;
}
/* blocks */
.qr-wholebird  .slick-next, .qr-wholebird   .slick-prev {
    top: 11.8%;
}

.more-recipes .btn {
    width: 100%;
    opacity: 0;
    transition: all 0.35s ease-out;
}

.show-btn .btn {
    opacity: 1;
}

.get-recipe {
    width: 35%;
}

.qr-info-wrap {
    display: flex;
    width: 50%;
    justify-content: space-evenly;
}

.sf-p-home section.third-frame-banner {
    display: none;
}
.qr-carousel .sf-m-infobar {
    padding:0;
}

.sf-m-natural {
    flex-direction: row;
    justify-content: space-evenly;
}

.sf-m-natural h1,
.sf-m-natural p {
    margin-bottom: 30px;
}


.sf-m-natural h1 {
    color: #fff;
    /* text-transform: uppercase; */
}

.sf-m-natural p {
    color: #fff;
}

.sf-m-natural .btn-primary {
    background-color: #004d41;
}
.sf-m-natural .img-wrap img {
    display: none;
}

.sf-m-natural .text-wrapper {
    margin: 0 auto;
    width: 90%;
}

@media (min-width: 992px) {
    .sf-m-natural {
        min-height: 860px;
    }

    .sf-m-natural .text-wrapper {
        margin: 250px 0 auto;
        width: 46%;
        /* margin-left: 110px; */
    }

    .sf-m-natural .img-wrap {
        width: 33%;
        display: block;
    }

    .sf-m-natural .img-wrap img {
        display: block;
    }
    
}

.sf-m-blog-detail-content .text a {
    color: #fff;
    font-family: HelveticaNeueBdCn;
    font-size: 17px;
    line-height: 1.65;
}

.sf-m-header.normal {
    top: 0 !important;
}


.qr_alexa {
    position: unset;
    margin: 0 auto;
    opacity: 1;
}

.sf-m-infobar .wrapper:nth-of-type(4)::before {
    border-left: 2px solid #e6e6e6;
    content: '';
    height: 58px;
    position: absolute;
    right: 0;
    top: 54%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
}

/* AWARD LOGO  */

.award-wrap {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, 20%);
    width: 130px;
}

.award-wrap-farmers {
    position: absolute;
    width: 80px;
    top: 233.1px;
    left: 40.8%;
}

.sf-m-story .image-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 268px;
}

.sf-m-story .napkin-theme .img-bottom {
    bottom: 1%;
    right: unset;
    width: 100%; 
}

.sf-m-story .napkin-theme .image-wrapper {
    height: 29vh;
    margin-bottom: 60px;
    max-height: 671px;
    max-width: 597px;
    width: 50vh;
}

@media (min-width: 768px) {
    .award-wrap {
        /* transform: translate(50%, 50%); */
        width: 175px;
    }

    .award-wrap-farmers {
        top: 195.1px;
        left: 44.8%;
    }
    
}

@media (min-width: 992px) {
    .award-wrap {
        width: 150px;
        top: 80px;
        right: 5.4%;   
    }
    .award-wrap-farmers {
        top: 195.1px;
        left: 44.8%;
    }
    .sf-m-story .napkin-theme .img {
        height: unset;
    }
}


@media (min-width: 1024px) {
    .award-wrap-farmers {
        top: 85.1px;
        left: unset;
        right: 7%;
        width: 120px;
    }
}

@media (min-width: 768px) {
    .award-wrap {
        /* transform: translate(50%, 50%); */
        width: 175px;
    }

    .award-wrap-farmers {
        top: 195.1px;
        left: 44.8%;
    }
    /* Hide Product image bugs */
    #menu-item-141 span img {
        display: none;
    }
    #menu-item-142 span img {
        display: none;
    }
    #menu-item-143 span img {
        display: none;
    }
    #menu-item-144 span img {
        display: none;
    }
    #menu-item-145 span img {
        display: none;
    }
    #menu-item-146 span img {
        display: none;
    }
    #menu-item-147 span img {
        display: none;
    }
    #menu-item-148 span img {
        display: none;
    }

    #menu-item-2985 span img {
        display: none;
    }
    #menu-item-2984 span img {
        display: none;
    }
    #menu-item-2983 span img {
        display: none;
    }
    #menu-item-2982 span img {
        display: none;
    }
    #menu-item-2981 span img {
        display: none;
    }

    .sf-m-nav .recipes>ul .feature-recipe a > img:nth-of-type(1) {
        display: none;
    }
    
}


@media (min-width: 992px){
    .sf-m-story .napkin-theme .image-wrapper {
        margin: unset;
    }
}
 
.corporate-page ul,
.corporate-page ol {
    list-style: unset;
    font-family: 'Plantin','Times New Roman', Times, serif;
}

.event-main-hdr{
    height: 500px;;
}

.event-hdr-overlay{
    position: absolute;
    height: 522px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

.hdr-container h1{
    color: #fff;
    text-align: center;
    position: relative;
    top: 200px;
    font-family: Plantin;
    font-weight: normal;
    font-size: 5em;
}

.event-intro-txt h2{   
    text-align: center;
    font-family: Plantin;
    font-size: 40px;
    margin-top: 40px;

}

.event-intro-txt p{
    text-align: center;
    font-family: Plantin;
    font-size: 20px;
    margin-left: 350px;
    margin-right: 350px;

}

#titles{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.location img{
    height: 80%;
    width: 100%;
    margin-top: 20px;
}
.sf-m-blocks .block-row .block-col.full-width{
    width:100%;
    text-align:center;
    padding-top:5%;
    padding-bottom:5%;
    background-size:cover;
    background-repeat: no-repeat;
    justify-content: center;
    display:flex;
}
.sf-m-blocks .block-row .block-col.full-width .sf-c-text-box h1{
    color: #2b534c;
}
.sf-m-blocks .block-row .block-col.full-width .sf-c-text-box p{
    max-width:540px;   
}
.sf-m-blocks .block-row .block-txt.full-width {
     background-color: #f5f4f0;
    background-image: none;
}

body.sf-p-product .modal-body img{
    display:block;
    max-width:425px;
    height: auto;
}

@media only screen and (max-width: 480px){
    body.sf-p-product .modal-body img{
    display:block;
    width:100%;
    height:auto;
    }
}

@media only screen and (max-width: 768px){
    .sf-m-nav .image-lists>ul>li:not(.bottom-element) span {
        height: 55px;
    }  
}

.sf-m-story .egg-theme .image-box.image-bottom{
    left: 18%;
    top: 0;
    height: auto;
    width: 66.6%;
}

.sf-m-story .small-top-theme .img-back{
    left: 0;
    top: 30%;
    width: 87%;
    height: auto;
}

.sf-m-story .small-top-theme .text-wrapper {
    margin: 0;
    width: 50%;
}

.sf-m-story .small-top-theme .img-front{
    height: auto;
    left: 60%;
    top: -25px;
    width: 56.4%;
    z-index: -1;
}

.sf-m-story .image-text-themes{
    -ms-flex-align: center;
    /* align-items: center; */
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sf-m-story .three-photos-theme .image-wrapper {
    height: 39vw;
    margin: 0 0px 2% 7%;
    max-height: 696px;
    max-width: 671px;
    width: 42%;
}
.sf-m-story .three-photos-theme .image-box:nth-child(1){
    left: 72%;
    /* right: 10%; */
    top: 0;
    height: auto;
    width: 28%;
    z-index: 2;
}

.sf-m-story .three-photos-theme .image-box:nth-child(3){
    bottom: 0;
    left: -10%;
    height: 57%;
    z-index: 2;
    width: 43%;
}

.sf-m-story .rooster-theme .image-wrapper{
    /* height: 41vw; */
    /* margin: -23px; */
    /* max-height: 590px; */
    width: 60%;
    margin-top: 10%;
}

.sf-m-story .three-photos-theme .text-wrapper{
    margin: 14% 20px 115px 2%;
    width: 40.1%;
}

.sf-m-story .rooster-theme .image-box:nth-child(3) {
    right: -70%;
    top: -60px;
    width: 26%;
}

.sf-m-story .image-text-themes {
    -ms-flex-align: center;
    /* align-items: center; */
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sf-m-story .napkin-theme .image-wrapper {
    height: 50vh;
    margin-bottom: 60px;
    max-height: 671px;
    max-width: 597px;
    width: 50vh;
    margin-top: 13%;
}

.sf-m-story .rooster-theme .image-box {
    top: 28%;
    width: 65%;
    left: 0%;
    height: auto;
}

.sf-m-story .rooster-theme .image-box:nth-child(2) {
    left: 34%;
    top: -15%;
    width: 65%;
    height: 57%;
}

.sf-m-story .rooster-theme .text-wrapper {
    margin: 0 5% -5% 10%;
    width: 36%;
}

/*job landing page */
#job-banner{
    height: 390px;
  }
  .job_landing-image {
    padding: 83px 0 135px;
    background-size: cover;
    opacity: 1;
    transition: opacity cubic-bezier(0.16, 1, 0.3, 1) 1s;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
  }
  #recipe-banner-title{
position: relative;
top:60px;
font-size: 66px;
  }
  #recipe-banner-subtitle{
    position: relative;
    top:50px;
    font-size: 22px;
    font-weight: 300;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      }
  /*cta top section */
  .job_top-cta{
    margin-top: 10px;
  }
  .job-top-cta_bg {
    background: #0a4b3e;
    text-align: center;
  }
  
  .job_cta-background_section {
    padding: 110px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  
  .cta-job__heading {
    text-align: center;
    font-size: 50px;
    font-family: HelveticaNeueBdCn;
    color: #FFFFFF;
    line-height: 55px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
   margin: auto;
  }
  
  .cta-job__subheading {
    text-align: center;
    font-size: 16px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;   
    color: #FFFFFF;
    line-height: 50px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px;
margin-bottom: 20px;
    line-height: 1.5;
   

  }
  
  .centered_job-button {
    display: flex;
    justify-content: center;
  }
  .job-btn {
    border-radius: 100px;
    border: 2px solid #FFBF22;
    background: #FFBF22;
    font-family: HelveticaNeueBdCn;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    padding: 15px 24px 13px;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    transition: background-color 400ms cubic-bezier(0.16, 1, 0.3, 1), border-color 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1), color 400ms cubic-bezier(0.16, 1, 0.3, 1);
    color: #004D41;
  }
  .job-btn:after {
    display: inline-block;
    border-right: 3px solid;
    border-bottom: 3px solid;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    content: '';
  }
  
  /*video section */
  
  .video_split-section{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
  }
  .video_left-wrapper{
    width: 50%;
    padding: 25px;
  }
  .video_left-wrapper h1{
    font-family: HelveticaNeueBdCn;
    color: #0a4b3e;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .video_left-wrapper p{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    font-size:17px;
    font-weight: 400;
  }
  .video_right-wrapper{
    width: 50%;
    padding: 25px;
  }
  .video_right-wrapper iframe{
    width: 100%;
    height: 100%;
  }
  
  /*benefits section */
  .benefits-section_wrapper{
    background: #FFBF22;
    margin-top: 30px;
  }
  .benefits-section_inner{
    padding: 120px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
  .benefits-section_inner h1{
    font-family: HelveticaNeueBdCn;
    color:#0a4b3e;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
  }
  
  .benefits-section_inner h3{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
  .benefits-section_inner b{
    font-weight: 700;
    font-size: 20px;
  }
  .benefit-list_item img{
      width: 40px;
      height: 40px;
      object-fit: scale-down;
  }
  
  .benefits-list-wrap{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
  .benefits-left{
    width: 50%;
    text-align: left;
  }
  .benefits-right{
    width: 50%;
    text-align: left;
  }

  
  .benefit-list_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    margin-top: 35px;
  }

  .benefit-list_item i{
      width: 40px;
      text-align: center;
  }

  .benefit-list_item p{
      color: #004d41;
      text-transform: uppercase;
      font-family: HelveticaNeueBdCn;
      font-weight: 900;
      font-size: 20px;
  }

  /*position info  */

  .Position-info-wrapper h1{
        color: #004d41;
        font-family: HelveticaNeueBdCn;
        font-weight: 900;
        font-size: 40px;
        text-transform: uppercase;
  }
  .Position-info-wrapper h3{
    color: #004d41;
    font-family: HelveticaNeueBdCn;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
}
  .Position-info-wrapper p{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
  }
  .position-info_inner{
      padding: 50px;
      padding-top: 40px;
      padding-bottom: 40px;
      display: flex;
        flex-direction: row;
  }
  .position-info_right{
      width: 50%;
      display: flex;
      flex-direction: column;
      padding-left: 20px;
  }
  .position-info_right p{
font-size: 16px;
margin-top: -10px;
  }
  .position-info_right b{
      font-weight: 500;
  }
  .position-info_left{
    width: 50%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
}
.position-info_left li{
    font-size: 16px;
}
.requirements-list{
    left: -23px;
    position: relative;
}

/*open positions area*/
.open-positions_wrap{
background: #004D41;
}
.open-positions_inner{
    padding: 50px;
   padding-bottom: 0px;
}
.open-positions_inner h1{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 40px;
    font-family: HelveticaNeueBdCn;
    font-weight: 900;
}
.open-positions_inner h2{
    color: #ffffff;
    font-family: HelveticaNeueBdCn;
    font-weight: 900;
    text-indent: 15px;
}
.open-positions_inner h3{
    color: #ffffff;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0px;
    text-indent: 15px;
}
.open-positions_inner h4{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: -10px;
    text-indent: 15px;
}
.right_job-button {
    display: block;
    width: 200px;
    margin-left: auto;
    position: relative;
    top:-110px;
    left: -15px;
  }

  /*media queries */
  @media(max-width: 768px) {
    #recipe-banner-subtitle{
        top:70px
    }
    #job-banner{
        height: 300px;
        margin-bottom: 30px;
      }
      .job_landing-image {
        background-size: auto;
        object-fit: scale-down;
        background-repeat: no-repeat;
        background-position: center;
      }
    #recipe-banner-title{
        top:70px
    }
    .job_cta-background_section {
      padding: 10px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .cta-job__heading {
      text-align: center;
      font-size: 22px;
  
    }
  
    .cta-job__subheading {
      text-align: center;
      font-size: 14px;
      margin-top: 10px;
    }
    .video_split-section{
      flex-direction: column;
    }
    .video_left-wrapper{
      width: 100%;
      padding: 0px;
    }
    .video_right-wrapper{
      width: 100%;
      padding: 0px;
      margin-top: 20px;
  
    }
  
    .video_left-wrapper h1{
        font-size: 40px;
    }
    .video_left-wrapper p{
      font-size:16px
    }
    .video_right-wrapper iframe {
        width: 100%;
        height: 300px;
    }
    .benefits-section_inner{
      padding: 30px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .benefits-section_inner h1{
      font-size:36px;
    }
    .benefits-section_inner h3{
      font-size: 18px;
    }
    #recipe-banner-title{
       
        font-size: 40px;
    }

    .benefits-list-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .benefits-left {
          width:100%;
      }
      .benefits-right {
        width:100%;
    }
    .benefit-list_item p{
        font-size: 16px;
    }

    .position-info_inner{
        flex-direction: column;
    }
    .position-info_left{
        width: 100%;
        padding-right: 0px;
    }
    .position-info_right{
        width: 100%;
        padding-left: 0px;
    }
    .Position-info-wrapper h1{
        margin-top: 20px;
    }
    .position-info_inner {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
  }
  .right_job-button {
    display: block;
    width: 200px;
    margin:0 auto;
    top:10px;
    left: 0px;
  }
  .open-positions_inner{
      padding: 30px
  }
  .open-positions_inner h1{
      font-size:34px;
  }
  .open-positions_inner h2{
      font-size: 32px;
      text-indent: 0px;
  }
  .open-positions_inner h3{
    text-indent: 0px;
  }
  .open-positions_inner h4{
    text-indent: 0px;
  }
  .open-positions_wrap{
margin-top: 20px;
  }
}

  @media not all and (min-resolution:.001dpcm) { @media {

    .benefit-list_item{ 

        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3rem;
        margin-top: 35px;

    }
    .benefit-list_item p {
        color: #004d41;
        text-transform: uppercase;
        font-family: HelveticaNeueBdCn;
        font-weight: 900;
        font-size: 20px;
        position: relative;
        left: 15px;
    }
      @media not all and (min-resolution:.001dpcm) { @media {
          .two-col-photos .col-md-8{
              width: 66.47%;
          }
          .individual_column-inner{
              border-right: 5px solid #ffffff;
              border-left: 5px solid #ffffff;
          }

      }}

      @media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0)
      { @media {

      }}

  }}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0)
{ @media {
    .benefit-list_item{ 

        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3rem;
        margin-top: 35px;

    }
    .benefit-list_item p {
        color: #004d41;
        text-transform: uppercase;
        font-family: HelveticaNeueBdCn;
        font-weight: 900;
        font-size: 20px;
        position: relative;
        left: 15px;
    }
    @media not all and (min-resolution:.001dpcm) { @media {
        .two-col-photos .col-md-8{
            width: 66.47%;
        }
        .individual_column-inner{
            border-right: 5px solid #ffffff;
            border-left: 5px solid #ffffff;
        }
    }}

    @media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0)
    { @media {

    }}

}}

