body, html {
  margin: 0px;
  padding: 0px;
  font-family: gotham;
  overflow-x: hidden !important;
}

* {
  margin: 0px;
  padding: 0px;
   }


a:focus , .search-field .search-box .all-teams-link:focus , input[type="submit"]:focus , .ja-cont .ja-content input[type="radio"]:focus + label::before , textarea:focus , .ja-cont .ja-content input[type="checkbox"]:focus + label::before{
    outline: 0;
    /* -webkit-box-shadow: 0 0 0 .125rem #32b593;
    box-shadow: 0 0 0 .125rem #32b593;	 */
	-webkit-box-shadow: none;
    box-shadow: none;	
}
a:hover , .search-field .search-box .all-teams-link:hover , input[type="submit"]:hover{
    outline: 0;
    -webkit-box-shadow:none;	
    box-shadow:none;	
}


ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style-type: none; }

p {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

.clearfix {
  clear: both; }
.arrowclick-custom {
  position: absolute;
  margin-top: -80px
}
.arrowclick-custom-ja {
  position: absolute;
  margin-top: 0px;
  top: 0;
}
.container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1440px;
  padding-left: 25px;
  padding-right: 25px; }

.row {
  margin-left: -12.5px;
  margin-right: -12.5px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 12.5px;
  padding-right: 12.5px; }

body.bodyfixed {
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important; }

@font-face {
  font-family: gotham;
  src: url(../../fonts/frontend/gotham-book.otf); }
@font-face {
  font-family: gotham;
  src: url(../../fonts/frontend/ghotham-light.otf);
  font-weight: 300; }
@font-face {
  font-family: gotham;
  src: url(../../fonts/frontend/gotham-medium.otf);
  font-weight: 500; }
@font-face {
  font-family: gotham;
  src: url(../../fonts/frontend/gotham-thin.otf);
  font-weight: 600; }
@font-face {
  font-family: gotham;
  src: url(../../fonts/frontend/gotham-bold.otf);
  font-weight: 700; }
@font-face {
  font-family: gotham;
  src: url(../../fonts/frontend/gotham-black.otf);
  font-weight: 800; }
@font-face {
  font-family: sweetlife;
  src: url(../../fonts/frontend/sweetlife-medium.otf); }
h1, h2, h3 {
  font-family: sweetlife; }

.main-wrapper {
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.main-wrapper.hfixed {
  height: 100%;
  width:100%;
  position:absolute !important; 
  overflow: hidden !important; 
  top:0px;
  left:0px;
}
.no-image:after {
  display: none;
}
.restaurant-banner.no-image .banner-inner .text-section {
  width: 100%
}
.no-opening h3 {
  position: relative;
}
.no-opening .sad-face {
  position: absolute;
  bottom: -2px;
  right: -30px;
}
.sweet-perk.no-opening .sweet-perk-top {
  max-width: 448px;
}
header {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 23px 0px 23px 23px;
			  border-bottom: 1px solid #EFEFEF; }
			  
			  
  header .logo-section {
    display: inline-block;
    position: relative; }
	
	header .logo-section a{
	 background: url(../../images/frontend/logo-icon.svg) left center no-repeat;
     padding-left: 80px;
	 color: #1F4F46;
	 font-size: 20px;
     letter-spacing: 3px;	
	 font-family: sweetlife;
	}
	
  header .logo-section::after {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #e8eeee;
    left: 60px;
    top: 0px; }

.banner-section {
  margin: 0 auto;
  width: 100%;
  height: auto; }
  .banner-section .container {
    padding: 0px;
    width: 100%;
    max-width: 100% !important;
    overflow-x: hidden !important; }
  .banner-section .bg-green {
    background: #1F4F46; }
  .banner-section .banner-video {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative; }
	
	.banner-section .banner-video::after {
    content: ' ';
    width: 100%;
    height: 100%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 53%, rgba(0,0,0,0.5) 100%); 
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.5) 100%); 
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
    position: absolute;
    top: 0px;
    left: 0px;
}
    .banner-section .banner-video .video-placeholder {
      width: 100%;
	   }
    .play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      text-align: center;
      cursor: pointer;
      z-index: 9; 
	  }

  .banner-section .banner-heading {
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translateY(-50%); }
    .banner-section .banner-heading h1 {
      color: #ffffff;
      font-size: 117px;
      font-family: sweetlife;
      text-transform: uppercase;
      letter-spacing: 8px; }
      .banner-section .banner-heading h1 span {
        font-size: 36px;
        display: inline-block;
        vertical-align: top; }
      .banner-section .banner-heading h1 span.rw1 {
        margin-top: 24px; }
      .banner-section .banner-heading h1 span.rw2 {
        margin-top: 50px;
        margin-left: 4px; }
      .banner-section .banner-heading h1 span.rw3 {
        margin-top: 76px;
        margin-left: 3px; }
      .banner-section .banner-heading h1 span.rw4 {
        margin-top: 24px;
        margin-left: 40px; }
      .banner-section .banner-heading h1 span.rw5 {
        margin-top: 56px;
        margin-left: 5px;
        margin-right: 20px; }
.video-home {
  width: 100%;
  height: 320px;
}
.video-res {
  width: 100%;
  height: 520px;
}
.video-sweet-talk {
  width: 100%;
  height: auto;
}
.search-field {
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-top: -45px;
  position: absolute;
  transform: translateY(0%);
  transition: all 0.5s;
  z-index:99; }
  .search-field .search-box {
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
    max-width: 1155px;
    position: relative;
    background: #fff;
    transition: max-width 0.5s;
 }
    .search-field .search-box .search-form-cont {
      background: url(../../images/frontend/search-icon.svg) bottom 40px left 40px no-repeat #fff;
      padding: 30px 40px 30px 90px;
      border-radius: 10px; }
    .search-field .search-box .close-search {
      display: none;
      position: absolute;
      top: 30px;
      left: 30px; }
    .search-field .search-box input[type='text'] {
      border: none;
      background: none;
      font-size: 20px;
      color: #1F4F46;
      caret-color: #32B593;
      height: 36px;
      width: calc(100% - 200px);
      outline: none !important; }
	  
	  .search-field.full-search .search-box .search-form-cont.active{
		border-bottom: 2px solid #DEDEDE !important;
	}
	  
    .search-field .search-box input[type='text']::placeholder {
      color: #1F4F46;
      opacity: 1; }
    .search-field .search-box .all-teams-link {
      color: #1F4F46;
      font-size: 12px;
      font-family: sweetlife;
      letter-spacing: 1.8px;
      float: right;
      cursor: pointer;
      line-height: 36px; }
	  
	  .search-field .search-box .all-teams-link a{
		color: #1F4F46;  
	  }

.search-field.sticky {
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 44px;
  left: 0px; }
  .search-field.sticky .search-box {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    box-shadow: none; }

.search-field.career-page.sticky {
  top: 0px;
  position:fixed;
   }

.search-field.career-page.full-search {
  top: 0px;
  position:fixed; }

.search-field.full-search {
  width: 100%;
  left: 0px;
  background: #eef0f0;
  z-index: 99;
  position: fixed;
  top: 44px;
  left: 0px;
  overflow-y: auto;
  height: 100%; }
  .search-field.full-search .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%; }
  .search-field.full-search .row {
    margin: 0 auto; }
  .search-field.full-search .col-lg-12 {
    padding: 0px; }
  .search-field.full-search .search-box {
    border-radius: 0px;
    box-shadow: none;
    padding-top: 140px !important;
    max-width: 100%; }
    .search-field.full-search .search-box .search-form-cont {
      margin: 0 auto;
      width: 100%;
      height: auto;
      max-width: 920px;
      border-bottom: 2px solid #32B593;
      border-radius: 0px;
      background: url(../../images/frontend/search-icon.svg) bottom 20px left 0px no-repeat #fff;
      padding: 10px 0px 10px 40px; }
      .search-field.full-search .search-box .search-form-cont .all-teams-link {
        display: none; }
      .search-field.full-search .search-box .search-form-cont input[type="text"] {
        width: 100%; }
      .search-field.full-search .search-box .search-form-cont input[type="text"]::placeholder {
        color: #bdbdbd; }
    .search-field.full-search .search-box .close-search {
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      cursor: pointer; }

.search-field.full-search.focuout .search-box {
  background: #eef0f0; }

.search-field.full-search.focuout .search-box .search-form-cont {
  border-color: #DEDEDE !important;
  background-color: transparent !important; }

.search-field.full-search.focuout .search-box {
  box-shadow: none !important; }
.search-field .search-box .search-form-cont{
	position:relative;
}
#loader{
    position: absolute;
    width: 40px;
    height: 30px;
    right: 0px;
    top: 16px;
}
.people-section.passion.department {
  padding-top: 180px;
  padding-bottom: 220px; }

.people-section {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 230px;
  padding-bottom: 270px;
  text-align: center;
  position: relative; }
  .people-section .scroll-arrow {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer; }
  .people-section .people-content {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 680px;
    font-size: 32px;
    color: #1F4F46;
    font-family: sweetlife;
    letter-spacing: 2px; }
	.people-section.department .people-content{
		max-width:800px;
	}
    .people-section .people-content span {
      display: inline-block;
      background: url(../../images/frontend/circle-bg.svg) center center no-repeat;
      width: 150px;
      height: 50px;
      background-size: contain; }

.trans-head {
  color: #3B9489;
  font-size: 205px;
  line-height: 205px;
  opacity: .04;
  font-weight: 700;
  margin-bottom: -60px; }

.client-logos {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #173E36;
  padding-top: 60px;
  padding-bottom: 25px; }
  .client-logos ul.logos {
    margin: 0 auto; }
    .client-logos ul.logos li {
      float: left;
      width: 33.3%;
      text-align: center;
      vertical-align: middle; }
      .client-logos ul.logos li .client-logo-img {
        max-width:250px;
        line-height: 120px;
		margin: 0 auto; }
      .client-logos ul.logos li .client-description {
        font-size: 12px;
        color: #fff;
        max-width: 230px;
        line-height: 24px;
        margin: 0 auto;
        opacity: 0; }
        .client-logos ul.logos li .client-description a {
          color: #fff;
        }

.client-logos ul.logos li:hover .client-description {
  opacity: 1; }

.treehouse-section {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #1F4F46;
  padding: 80px 0px; }
  .treehouse-section .video-section {
    margin: 0 auto -8px auto; 
	
	position:relative;
	}
   .treehouse-section .video-section video {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
}
  .treehouse-section .trr-content {
    margin-left: calc(-8.33% - 25px); }
    .treehouse-section .trr-content .treehouse-content {
      position: absolute;
      background: #ffffff;
      top: 50%;
      transform: translateY(-50%);
      padding: 80px 80px;
      text-align: center;
      width: 100%; 
	  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);}
      .treehouse-section .trr-content .treehouse-content h3 {
        font-size: 48px;
        color: #1F4F46;
        font-weight: 700;
        font-family: gotham;
        letter-spacing: 0.4px; }
      .treehouse-section .trr-content .treehouse-content h5 {
        font-size: 12px;
        color: #3B4245;
        font-weight: 500;
        margin: 20px 0px; }
      .treehouse-section .trr-content .treehouse-content p {
        font-size: 14px;
        color: #3B4245;
        font-weight: 400;
        line-height: 24px;
        max-width: 310px;
        margin: 0 auto; }

  .treehouse-section .treefeature li {
    display: inline-block;
    width: calc(25% - 4px);    
    font-size: 12px;
    color: #ffffff;
     }
    .treehouse-section .treefeature li h5 {
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      margin-bottom: 6px; }
    .treehouse-section .treefeature li p {
      color: #ffffff; 
        text-transform: lowercase;
    }
    .treehouse-section .treefeature li a {
      display: block;
      padding-left: 50px;
      padding-top: 40px;
    padding-bottom: 40px; }
  .treehouse-section .treefeature li:hover {
    background: #173E36; }
  .treehouse-section .view-all-btn {
    display: block;
    width: 260px;
    height: 46px;
    line-height: 44px;
    border: 2px solid #ffffff;
    color: #ffffff !important;
    font-size: 14px;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 14px;
    text-transform: uppercase;
    font-family: sweetlife;
    letter-spacing: 2px; 
	cursor:pointer;}
  .treehouse-section .view-all-btn:hover {
    background: #ffffff;
    color: #1F4F46!important; }

.treehouse-section.our-rest {
  background: #003845; }
  .treehouse-section.our-rest .trr-content {
    margin-right: calc(-8.33% - 1px);
    margin-left: 0px;
    position: relative;
    z-index: 9; }
    .treehouse-section.our-rest .trr-content .treehouse-content h3 {
      color: #003845;
      margin-bottom: 20px; }
  .treehouse-section.our-rest .treefeature li:hover {
    background: #002832; }

.sweet-perk {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #EEF0F0; }
  .sweet-perk .sweet-perk-top {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 450px;
    text-align: center; }
    .sweet-perk .sweet-perk-top .get-in-touch {
	 font-family: sweetlife;
      width: 130px;
      height: 32px;
      line-height: 32px;
      border: 1px solid #1F4F46;
	  letter-spacing:2px;
      color: #1F4F46;
      font-size: 12px;
      text-align: center;
      display: inline-block;
      margin-top: 30px;
      border-radius: 4px; }
    .sweet-perk .sweet-perk-top .get-in-touch:hover {
      background: #1F4F46;
      color: #fff; }
    .sweet-perk .sweet-perk-top h3 {
      font-size: 32px;
      color: #1F4F46;
      font-family: sweetlife;
      letter-spacing: 3px; }

      .sweet-perk.lese-lette-space .sweet-perk-top h3 {
  letter-spacing: 1.4px;
}
    .sweet-perk .sweet-perk-top p {
      font-size: 14px;
      color: #3B4245;
      margin-top: 20px;
      line-height: 24px; }
  .sweet-perk .sweet-perk-bottom {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 920px;
    margin-top: 70px; }
    .sweet-perk .sweet-perk-bottom ul {
      margin-left: -80px;
      margin-right: -80px; }
      .sweet-perk .sweet-perk-bottom ul li {
        margin-left: 80px;
        margin-right: 80px;
        text-align: center;
		display:inline-block;
        width: calc(33.3% -  164px);
        vertical-align: top; }
        .sweet-perk .sweet-perk-bottom ul li .icon-sect {
          min-height: 90px;
          line-height: 90px; }
        .sweet-perk .sweet-perk-bottom ul li h4 {
          font-size: 14px;
          font-weight: 500;
          color: #3B4245;
          margin-top: 20px; }
        .sweet-perk .sweet-perk-bottom ul li p {
          font-size: 14px;
          font-weight: 400;
          color: #3B4245;
          line-height: 24px;
          margin-top: 15px; }

.growth-stories {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  border-top: thin solid #e5e5e5;
  background: #EEF0F0; }
  .growth-stories .growth-stories-top {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 450px;
    text-align: center; }
    .growth-stories .growth-stories-top h3 {
      font-size: 32px;
      color: #1F4F46;
      font-family: sweetlife;
      letter-spacing: 3px; }
    .growth-stories .growth-stories-top p {
      font-size: 14px;
      color: #3B4245;
      margin-top: 20px;
      line-height: 24px; }
  .growth-stories .growth-stories-bottom {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1024px;
    margin-top: 50px; }
    .growth-stories .growth-stories-bottom ul {
      margin-left: -20px;
      margin-right: -20px; }
      .growth-stories .growth-stories-bottom ul li {
        margin-left: 18px;
        margin-right: 18px;
        float: left;
        width: calc(33.3% - 36px);
        padding: 20px 0px; }
        .growth-stories .growth-stories-bottom ul li .img-section {
          position: relative;
          margin-bottom: -15px;
          right: -20px;
          width: 100%;
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16); }
          .growth-stories .growth-stories-bottom ul li .img-section img {
            width: 100%; }
        .growth-stories .growth-stories-bottom ul li .content-section {
          margin: 0 auto;
          width: 100%;
          height: auto;
          background: #fff;
          position: relative;
          z-index: 9;
          padding: 60px 25px 25px 25px;
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08); }
          .growth-stories .growth-stories-bottom ul li .content-section .small-img {
            position: absolute;
top: -55px;
max-width: 110px;
right: 20px; }
          .growth-stories .growth-stories-bottom ul li .content-section ul {
            margin: 0 auto;
            margin-top: 15px;
            margin-bottom: 10px; }
            .growth-stories .growth-stories-bottom ul li .content-section ul li {
              display: list-item;
              width: 100%;
              margin: 0 auto;
              font-size: 12px;
              line-height: 24px;
              color: #3B4245;
              list-style-position: initial;
              padding: 0px 0px 0px 6px;
              list-style-type: disc;
              margin-left: 12px;
              float: none; }
          .growth-stories .growth-stories-bottom ul li .content-section p {
            font-size: 14px;
            line-height: 24px;
            color: #3B4245; }
          .growth-stories .growth-stories-bottom ul li .content-section h4 {
            font-size: 20px;
            line-height: 24px;
            color: #3B4245; }

.people-section.passion .people-content {
  max-width: 800px; }

.people-section.passion .people-content span {
  display: inline-block;
  background: url(../../images/frontend/fill-35.svg) center bottom no-repeat;
  width: 180px;
  height: 50px;
  background-size: contain; }

.corevalue {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #1F4F46;
  position: relative; }
  .corevalue .core-value-content {
    max-width: 300px;
    color: #ffffff; }
    .corevalue .core-value-content h4 {
      font-family: sweetlife;
      font-size: 32px;
      letter-spacing: 2px; }
    .corevalue .core-value-content p {
      font-size: 14px;
      color: #E5E5E5;
      line-height: 24px;
      margin-top: 14px;
      margin-bottom: 14px; }
    .corevalue .core-value-content li {
      font-size: 14px;
      color: #E5E5E5;
      font-weight: 500;
      line-height: 32px; }

.food-ethos {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #eef0f0; }
  .food-ethos .food-ethos-top {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 450px;
    text-align: center; }
    .food-ethos .food-ethos-top h3 {
      font-size: 32px;
      color: #1F4F46;
      font-family: sweetlife;
      letter-spacing: 3px; }
    .food-ethos .food-ethos-top p {
      font-size: 14px;
      color: #3B4245;
      margin-top: 20px;
      line-height: 24px; }
  .food-ethos .food-ethos-bottom {
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 70px;
    max-width: 1157px;
    position: relative; }
    .food-ethos .food-ethos-bottom ul li {
      margin-left: 12.5px;
      margin-right: 12.5px;
      float: left;
      width: calc(20% - 25px);
      background: #eef0f0;
      position: relative; }
    .food-ethos .food-ethos-bottom .fe-cont {
      position: relative;
      width: 100%;
      height: auto;
      padding-top: 100%;
      border-radius: 50%;
      border: thin solid #e5e5e5;
      z-index: 2;
      background: #eef0f0; }
      .food-ethos .food-ethos-bottom .fe-cont .content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        min-width: 80%; }
        .food-ethos .food-ethos-bottom .fe-cont .content h4 {
          font-size: 14px;
          color: #3B4245;
          text-align: center;
          font-weight: 500;
          margin-top: 10px; }


.lSSlideOuter , .lSSlideWrapper , .lSSlideWrapper ul{
	overflow:visible;
}


.people-section.purpose .people-content span {
  display: inline-block;
  background: url(../../images/frontend/mark-underline.svg) center bottom no-repeat;
  width: 240px; }

.people-section.purpose .people-content {
  max-width: 600px; }

.impact-section {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #EEF0F0; }
  .impact-section .impact-section-top {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 450px;
    text-align: center; }
    .impact-section .impact-section-top h3 {
      font-size: 32px;
      color: #1F4F46;
      font-family: sweetlife;
      letter-spacing: 3px; }
    .impact-section .impact-section-top p {
      font-size: 14px;
      color: #3B4245;
      margin-top: 20px;
      line-height: 24px; }
  .impact-section .impact-section-bottom {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1040px;
    text-align: center;
    margin-top: 60px; }
    .impact-section .impact-section-bottom ul {
      margin-left: -20px;
      margin-top: -20px; }
	  .impact-section .impact-section-bottom.peoplepage{
		  display:block;
		  max-width:740px;
		  margin:60px auto 0px auto !important;
	  }
	  .impact-section .impact-section-bottom.peoplepage ul li{
		  width:calc(50% - 40px);
		  margin-left:20px;
		  margin-right:20px;
	  }
      .impact-section .impact-section-bottom ul li {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(33.3% - 40px); }
        .impact-section .impact-section-bottom ul li .impact-box {
          margin: 0 auto;
          width: 100%;
          height: auto;
          background: #1F4F46;
          padding-bottom: 20px; 
		  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
		  
		  }
		  
		  .impact-section.roinrst.rpage .impact-section-bottom ul li .impact-box{
			background: #003845;  
		  }
          .impact-section .impact-section-bottom ul li .impact-box h3 {
            font-size: 32px;
			line-height:43px;
            color: #ffffff;
            text-align: left;
            padding: 25px; 
			font-weight: 700;
			font-family: gotham;
			letter-spacing: .5px;
			box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08); }
          .impact-section .impact-section-bottom ul li .impact-box .impact-cont {
            margin: 0 auto;
            width: 100%;
            height: auto;
            margin-left: -20px;
            background: #fff;
            text-align: left; }
            .impact-section .impact-section-bottom ul li .impact-box .impact-cont .impact-content {
              margin: 0 auto;
              width: 100%;
              height: auto;
              padding: 25px 20px; }
              .impact-section .impact-section-bottom ul li .impact-box .impact-cont .impact-content p {
                font-size: 14px;
                line-height: 28px;
                color: #3B4245;
                min-height:140px;
                }
                .impact-section .impact-section-bottom ul li .impact-box .impact-cont .impact-content p span {
                  font-weight: 500;
                  display: block; }
              .impact-section .impact-section-bottom ul li .impact-box .impact-cont .impact-content a.read-more {
                display: inline-block;
                background: url(../../images/frontend/link-arrow.svg) right top 12px no-repeat;
                font-size: 12px;
                color: #1A7A62;
                letter-spacing: 2px;
                text-transform: uppercase;
                padding-top: 10px;
                padding-right: 20px;
                font-family: sweetlife; }

.follow-section {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #173E36;
  text-align: center; }
  .follow-section .trans-head {
    color: #12322c;
    opacity: 1 !important; }

.social-icons ul {
  margin-left: -12px;
  margin-right: -12px; }

.social-icons ul li {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px; }

.social-icons ul li a {
  display: block;
  width: 48px;
  height: 48px;
  border: solid 1px #3b665f;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  font-size: 20px; }

.social-icons ul li a:hover {
  background: #3b665f; }

.insta-gallery {
  margin: -12.5px; }
  .insta-gallery .gallery-item {
    float: left;
    margin: 12.5px;
    width: calc(33.3% - 25px); }
  .insta-gallery .gallery-item:first-child img:first-child {
    margin-bottom: 25px; }
  .insta-gallery .gallery-item:nth-child(2) img:first-child {
    margin-bottom: 25px; }
  .insta-gallery .gallery-item:nth-child(2) img:nth-child(2) {
    margin-right: 8.5px;
    width: calc(50% - 11px); }
  .insta-gallery .gallery-item:nth-child(2) img:nth-child(3) {
    margin-left: 8.5px;
    width: calc(50% - 11px); }
  .insta-gallery .gallery-item:nth-child(3) img:first-child {
    margin-right: 8.5px;
    width: calc(50% - 11px); }
  .insta-gallery .gallery-item:nth-child(3) img:nth-child(2) {
    margin-left: 8.5px;
    width: calc(50% - 11px); }
  .insta-gallery .gallery-item:nth-child(3) img:nth-child(3) {
    margin-top: 25px; }

.footer {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  background: #1F4F46; }
  .footer .footer-logo {
    margin: 0 auto;
    text-align: center; }
  .footer .footer-menu {
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    padding: 30px 0px 35px 0px; }
    .footer .footer-menu a {
      color: #ffffff;
      text-transform: uppercase;
      display: inline-block;
      padding: 0px 10px;
      letter-spacing: 3px;
	  font-family: sweetlife; }
  .footer .email-newsletter {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 410px;
    margin-bottom: 40px; }
    .footer .email-newsletter input[type='text'] {
      display: inline-block;
      vertical-align: top;
      border: none;
      background: none;
      height: 32px;
      line-height: 32px;
      border-bottom: 2px solid #ffffff;
      color: #ffffff;
      width: calc(100% - 120px);
      font-size: 14px; }
	  .footer .email-newsletter input[type='text']::placeholder{
		  color:#fff;
	  }
    .footer .email-newsletter input[type='submit'] {
      display: inline-block;
      vertical-align: top;
      background: #ffffff;
      height: 32px;
      line-height: 32px;
      border-radius: 6px;
      width: 100px;
      border: none;
      font-size: 12px;
      text-transform: uppercase;
      color: #1F4F46;
      cursor: pointer;
      margin-left: 15px; }
  .footer .app-info {
    margin-top: 40px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px; }
    .footer .app-info a {
      color: #ffffff;
      display: inline-block;
      text-decoration: underline;
      padding-left: 16px; }
    .footer .app-info a.ios {
      background: url(../../images/frontend/ios-logo.png) left center no-repeat; }
    .footer .app-info a.android {
      background: url(../../images/frontend/android-logo.png) left center no-repeat; }

.arrow {
  text-align: center; }
  
  span.error{
	color: red;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -5px;
  }
  
  .ja-cont .ja-content .form-container .form-sect .attachcv + input[type='file']{
	  position:absolute;
	  display:none;
  }
  .ja-cont .ja-content .form-container .form-sect .attachcv + input[type='file'].stylefile{
	  display:inline-block !important;
	  margin-left:80px;
  }
  .ja-cont .ja-content .form-container .form-sect .attachcv{
	  margin-right:7px;
  }
  .ja-cont .ja-content .form-container .form-sect .pastecv + textarea{
	  position:relative;
	  display:none;
	  margin-top:20px;
  }

  .ja-cont .ja-content .form-container .form-sect .singleselect{
    display: inline-block;
  }
  .ja-cont .ja-content .form-container .form-sect .singleselect+.error , .ja-cont .ja-content .form-container .form-sect .multiselect+.error , .ja-cont .ja-content .form-container .form-sect textarea+.error{
	  display:block;
	  position:relative;
  }
  .ja-cont .ja-content .form-container .form-sect input[type='file']+label{
	  width:100px;
	  height:20px;
	  cursor:pointer;
  }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 50%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
 }
.search-field ul.search-default-listing {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  display: none; }
  .search-field ul.search-default-listing li {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: thin solid #D8D8D8;
    cursor: pointer;
    background: url(../../images/frontend/list-arrow.svg) top 35px right 20px no-repeat; }
    .search-field ul.search-default-listing li h4 {
      font-size: 14px;
      font-weight: 400;
      color: #3B4245;
	  padding: 31.5px 0px; }
	  .search-field ul.search-default-listing li h4 a{
		  color: #3B4245;
	  }
      .search-field ul.search-default-listing li h4 span {
        font-size: 12px; }
    .search-field ul.search-default-listing li .search-default {
      margin-left: -12px;
      margin-right: -12px;
      display: none; }
      .search-field ul.search-default-listing li .search-default li {
        display: inline-table;
        margin-left: 12px;
        margin-right: 12px;
        width: calc(25% - 28px);
        text-align: center;
        border: solid thin #E5E5E5;
        margin-bottom: 24px;
        border-radius: 4px;
        background: none;
        padding: 0px 8px;
        position: relative;
          vertical-align: top;
          
         }
          .search-field ul.search-default-listing li .search-default li a {
            width: 100%;
            height: 110px;
            display: table-cell;
            vertical-align: middle;
          }
        .search-field ul.search-default-listing li .search-default li h5 {
          font-size: 14px;
          font-weight: 400;
          color: #3B4245;
           }
        .search-field ul.search-default-listing li .search-default li p {
          font-size: 12px;
          font-weight: 300;
          color: #1F4F46;
          font-family: sweetlife;
          letter-spacing: 2px;
          margin-top: 25px; }
      .search-field ul.search-default-listing li .search-default li:hover {
        background: #fff; }
      .search-field ul.search-default-listing li .search-default li.selected {
        background: #fff; }
  .search-field ul.search-default-listing li.openlist {
    background: url(../../images/frontend/list-arrow-up.svg) top 35px right 20px no-repeat; }

.search-field.full-search .search-default-listing {
  display: block;
  max-width: 920px; }

#livesearch {
  border: 0px none;
  position: relative;
  background: #fff;
  padding: 0px;
  display:none;
  width: 100%;
   }

#livesearch ul {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

#livesearch ul li{
  display: block;
  border-bottom: thin solid #D8D8D8;
  font-weight: 400;
  position:relative; 
}

  #livesearch ul li a{
	  display:block;
	  color:#173E36;
	  padding: 25px 0px 25px 0px;
	  background: url(../../images/frontend/next-link.svg) right 20px top 31.5px no-repeat;
  } 
  #livesearch ul li span.no-results{
      display:block;
	  color:#173E36;
	  padding: 25px 0px 25px 0px; 
  }
  #livesearch ul li.mljobs a{
	background: url(../../images/frontend/list-arrow.svg) right 20px top 33.5px no-repeat;  
  }
  #livesearch ul li.mljobs.openlist a{
	background: url(../../images/frontend/list-arrow-up.svg) right 20px top 33.5px no-repeat;  
  }
   #livesearch ul li a span.sjtitle{
	    font-size: 14px;
  		color: #173E36;
   }
   
   #livesearch ul li ul{
	   width:calc(100% - 40px);
	   margin-top:25px;
	   display:none;
   }
   
   #livesearch ul li ul li{
	 border-top: thin solid #D8D8D8; 
	 border-bottom:none; 
   }
   #livesearch ul li ul li:last-child{
	   padding-bottom:0px;
   }
  
 #livesearch li a span.sjroles{
	 text-transform:uppercase;
        font-family: sweetlife;
	 font-size:10px;
	 letter-spacing:1.4px;
	 float:right;
	padding-right: 50px;
    line-height: 22px;
	color:#1A7A62;
 }

.search-field.career-page {
  margin-top: 0px;
  position:relative; }

.search-field.career-page .search-box {
  border-radius: 0px;
  box-shadow: none;
  max-width: 100%; }

.restaurant-banner {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 75px 0px;
  background: #003845;
  position: relative; }
  .restaurant-banner .banner-inner {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1180px;
    display: table;
    position: relative;
    z-index: 9; }
    .restaurant-banner .banner-inner .text-section {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
      .restaurant-banner .banner-inner .text-section h4 {
        color: #ffffff;
        font-size: 14px;
        font-family: sweetlife;
        letter-spacing: 2px;
        padding-bottom: 20px;
        position: relative;
        text-transform: uppercase; }
      .restaurant-banner .banner-inner .text-section h4::after {
        content: ' ';
        width: 38px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0px;
        bottom: 0px; }
      .restaurant-banner .banner-inner .text-section h2 {
        color: #ffffff;
        font-size: 82px;
        font-family: sweetlife;
        letter-spacing: 5px;
        padding-bottom: 20px;
        line-height: 90px;
        margin: 20px 0px 10px 0px;
        text-transform: uppercase; }
		
		.restaurant-banner.rpage .banner-inner .text-section h2{
			text-transform:uppercase;
		}
		
		.restaurant-banner .banner-inner .text-section h2.heading-image{
			margin-top:30px;
			padding-bottom:30px;
			padding-right:20px;
		}
      .restaurant-banner .banner-inner .text-section a.abt-team {
        display: inline-block;
        width: 160px;
        height: 32px;
        line-height: 32px;
        border: thin solid #fff;
        border-radius: 4px;
        text-align: center;
        color: #ffffff;
        font-size: 12px;
        font-family: sweetlife;
        text-transform: uppercase;
        letter-spacing: 2px; }
      .restaurant-banner .banner-inner .text-section a.abt-team:hover {
        background: #fff;
        color: #003845; }
    .restaurant-banner .banner-inner .image-section {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }

.restaurant-banner::after {
  content: ' ';
  position: absolute;
  width: 35%;
  height: 100%;
  background: #002933;
  right: 0px;
  top: 0px; }

.current-opening {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  position: relative;
  background: #EEF0F0; }
  .current-opening h2 {
    text-align: center;
    color: #1F4F46;
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 50px; }
  .current-opening .curr-open-inner {
    margin: 0 auto;
    max-width: 920px; }
    .current-opening .curr-open-inner ul {
      margin: 0 auto; }
      .current-opening .curr-open-inner ul li {
        display: block;
        width: 100%;
        letter-spacing: 1px;
        cursor: pointer; }
        .current-opening .curr-open-inner ul li a {
          font-size: 14px;
          color: #3B4245;
          display: block;
          padding: 28px 0px;
          border-bottom: thin solid #dee4e4;
          font-weight: 400;
          letter-spacing: 0 }
          .current-opening .curr-open-inner ul li a span {
            display: inline-block;
            padding-left: 30px;
            color: #1F4F46; }
        .current-opening .curr-open-inner ul li ul {
          display: none;
		  padding-left:15px 
		  }
		  
        

.new-story {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 80px 0px;
  position: relative; }
  .new-story .new-story-inner {
    display: table;
    width: 100%;
    height: auto;
    max-width: 1180px;
    margin: 0 auto; }
    .new-story .new-story-inner .story-left {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      position:relative;}
    .new-story .new-story-inner .story-left video,
    .new-story .new-story-inner .story-left img
     {
      box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16)
    }
    .new-story .new-story-inner .story-left video {
      background: #000;
    }
    .new-story .new-story-inner .story-right {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      padding-left: 120px; }
      .new-story .new-story-inner .story-right h5 {
        font-size: 12px;
        color: #1F4F46;
        font-weight: 300;
        font-family: sweetlife;
        letter-spacing: 2px;
		text-transform:uppercase; }
      .new-story .new-story-inner .story-right h3 {
        font-size: 32px;
        color: #1F4F46;
        font-family: sweetlife;
        letter-spacing: 1.4px;
        margin-top: 15px;
        margin-bottom: 25px;
		text-transform:capitalize; }
      .new-story .new-story-inner .story-right p {
        font-size: 14px;
        color: #3B4245;
        font-weight: 400;
        line-height: 24px; }
      .new-story .new-story-inner .story-right a.app-btn {
        min-width: 130px;
        height: 32px;
        line-height: 32px;
		font-family:sweetlife;
        border: 1px solid #1F4F46;
        color: #1F4F46;
        font-size: 12px;
		letter-spacing:2px;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
        border-radius: 4px;
		text-transform:uppercase;
		padding-left:15px;
		padding-right:15px; }
      .new-story .new-story-inner .story-right a.app-btn:hover {
        background: #1F4F46;
        color: #fff; }

.new-story::before {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
  background: #163e36; }

.sweet-perk.restaurant .sweet-perk-bottom ul li {
  margin-top: 80px; }

.sweet-perk.restaurant .sweet-perk-bottom {
  margin-top: 0px;
  text-align:center; }

.growth-cont {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 80px 0px; }
  .growth-cont .growth-inner {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 980px;
    display: table; }
    .growth-cont .growth-inner .growth-left {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      padding-right: 30px; }
      .growth-cont .growth-inner .growth-left h3 {
        font-size: 32px;
        color: #173E36;
        letter-spacing: 1px;
        margin-bottom: 20px; }
      .growth-cont .growth-inner .growth-left p {
        font-size: 12px;
        font-weight: 400;
        line-height: 24px; }
      .growth-cont .growth-inner .growth-left a.appy-btn {
        display: inline-block;
        width: 170px;
        height: 32px;
        line-height: 30px;
        border: 1px solid #173E36;
        color: #173E36;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        border-radius: 4px;
        margin-top: 25px; }
      .growth-cont .growth-inner .growth-left a.appy-btn:hover {
        background: #173E36;
        color: #fff; }
    .growth-cont .growth-inner .growth-right {
      display: table-cell;
      width: 50%;
      vertical-align: middle; }

.impact-section.roinrst {
  text-align: center;
  border-top: 2px solid #dfdfdf; }
  .impact-section.roinrst .impact-section-bottom ul li .impact-box .impact-cont .impact-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px; }
	.impact-section.roinrst .impact-section-bottom ul li .impact-box .impact-cont .impact-content p strong{
		font-weight:500;
	}
  .impact-section.roinrst .impact-section .impact-section-bottom {
    margin-top: 90px; }
  .impact-section.roinrst .impact-section-bottom ul li {
    vertical-align: top; }
  .impact-section.roinrst .impact-section-bottom ul li .impact-box .impact-cont .impact-content a.read-more {
    background: url(../../images/frontend/resp-plus.svg) left top -3px no-repeat;
    padding-left: 40px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 15px;
    line-height: 32px;
    cursor: pointer;
	color:#1F4F46; }
  .impact-section.roinrst .impact-section-bottom ul li .impact-box .impact-cont .impact-content a.read-more.calevent {
    background: url(../../images/frontend/close-icon.svg) left top 2px no-repeat; }
  .impact-section.roinrst .impact-section-bottom ul li .impact-box .impact-cont .impact-content ul {
    margin: 0 auto;
    margin-top: 15px;
    display: none; }
  .impact-section.roinrst .impact-section-bottom ul li .impact-box .impact-cont .impact-content li {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: #3B4245;
    background: url(../../images/frontend/dot.png) left 15px top 11px no-repeat;
    list-style-position: outside;
    padding-left: 40px;
    float: none; }
  .impact-section.roinrst .impact-section-bottom a.apply-btn:hover {
    background: none;
    color: #173E36; }
  .impact-section.roinrst a.apply-btn {
	  font-family:sweetlife;
    display: inline-block;
    width: 210px;
    height: 56px;
    line-height: 54px;
    border: 1px solid #173E36;
    background: #173E36;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    margin-top: 60px;
    text-transform: uppercase;
    letter-spacing: 2px; }
	
	 .impact-section.roinrst.rpage a.apply-btn{
		border: 1px solid #1F4F46;
		background: #1F4F46;		 
	 }
	 .impact-section.roinrst.rpage a.apply-btn:hover {
background: #27625B;
}
.new-story.sweet-talk::before {
  background: #003845; }

.whynyc-cont {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background: #173E36; }
  .whynyc-cont .top-heading {
    color: #fff;
    font-size: 14px;
    font-family: sweetlife;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 25px;
    position: relative; }
  .whynyc-cont .top-heading::before {
    content: ' ';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 2px;
    width: 40px;
    background: #fff; }
  .whynyc-cont .fact-container {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 620px;
    margin-top: 70px;
    color: #fff; }
    .whynyc-cont .fact-container h2 {
      font-size: 32px;
      text-align: center;
      letter-spacing: 2px; }
    .whynyc-cont .fact-container ul {
      margin: 0 auto; }
      .whynyc-cont .fact-container ul li {
        padding-top: 40px;
        padding-bottom: 40px;
        display: block; }
        .whynyc-cont .fact-container ul li span.numbers {
          font-size: 180px;
          line-height: 180px;
          font-family: sweetlife;
          -webkit-text-fill-color: #173E36;
          /* Will override color (regardless of order) */
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #1F4F46;
          font-weight: 800;
          margin-left: -40px;
          display: inline-block; }
        .whynyc-cont .fact-container ul li h3 {
          font-size: 38px;
          line-height: 48px;
          letter-spacing: 1.4px;
          padding-bottom: 60px;
          margin-top: -60px; }
        .whynyc-cont .fact-container ul li p {
          font-size: 14px; }

.restaurant-banner.department {
  background: #1F4F46; }

.restaurant-banner.department::after {
  background: #173E36; }


  
  .current-opening .curr-open-inner>ul.root-level-parent{
	  border-top:thin solid #dee4e4;
  }
  
  .current-opening .curr-open-inner ul.root-level-parent li.root-level-child>a {
  background: url(../../images/frontend/list-arrow.svg) right center no-repeat;
  padding-right:15px; 
  }
  
  .current-opening .curr-open-inner ul.first-level-parent li.first-level-child>a {
  background: url(../../images/frontend/list-arrow.svg) right center no-repeat;
  padding-right:15px; 
  }
  
   .current-opening .curr-open-inner ul.root-level-parent li.root-level-child.openlist>a {
  background: url(../../images/frontend/list-arrow-up.svg) right center no-repeat; 
  padding-right:15px;
  }
  
  .current-opening .curr-open-inner ul.first-level-parent li.first-level-child.openlist>a {
  background: url(../../images/frontend/list-arrow-up.svg) right center no-repeat;
  padding-right:15px; 
  }
  
  .current-opening .curr-open-inner ul.second-level-parent li.second-level-job>a {
  background: url(../../images/frontend/next-link.svg) right 8px center no-repeat; 
  padding-right:22px;
  }
  
  .current-opening .curr-open-inner ul.first-level-parent li.first-level-job>a {
  background: url(../../images/frontend/next-link.svg) right 8px center no-repeat;
  padding-right:22px; 
  }
  
  .current-opening .curr-open-inner ul.second-level-parent li.second-level-job:hover>a {
  background: url(../../images/frontend/next-link.svg) right 8px center no-repeat #FFF; 
  padding-right:15px;
  }
  
  .current-opening .curr-open-inner ul.first-level-parent li.first-level-job:hover>a {
  background: url(../../images/frontend/next-link.svg) right 8px center no-repeat #FFF;
  padding-right:15px; 
  }
  
  .current-opening .curr-open-inner ul.first-level-parent li.first-level-job {
  text-indent: 10px;
}
  .current-opening .curr-open-inner ul.second-level-parent li.second-level-job {
      text-indent: 10px;
  }	  

.people-section.passion.department .people-content span {
  background: url(../../images/frontend/fill-35.svg) center bottom no-repeat;
  width: auto;
  height: auto;
  background-size: auto; }



.new-story.department .new-story-inner .story-right a.app-btn {
  width: auto;
  padding: 0px 30px;
  margin-top: 30px;
  text-transform: uppercase; }

.new-story.department::before {
  background: #003845; }

.job-details {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background: #EEF0F0; }
  .job-details .jd-heading {
    margin: 0 auto;
    width: 100%;
    height: auto; }
    .job-details .jd-heading .jd-back-btn {
      display: inline-block;
      margin-right: 20px;
      vertical-align: top; }
    .job-details .jd-heading .job-title {
      display: inline-block;
      font-size: 12px;
      color: #1F4F46;
      font-family: sweetlife;
      letter-spacing: 2px;
      vertical-align: top;
      position: relative;
      padding-bottom: 10px; 
      text-transform:uppercase;  
    }
    .job-details .jd-heading .job-title::after {
      content: ' ';
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 40px;
      height: 2px;
      background: #1F4F46; }
  .job-details .jd-cont {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 684px;
    margin-top: 80px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px; }
    .job-details .jd-cont a {
      font-size: 14px;
      text-transform: uppercase;
      color: #1F4F46;
      letter-spacing: 1px; }
    .job-details .jd-cont .jd-main-title {
      margin: 0 auto; }
      .job-details .jd-cont .jd-main-title h2 {
        font-size: 32px;
        color: #1F4F46;
        float: left;
        text-transform: uppercase;
        font-weight: 400;
        font-family: sweetlife;
        letter-spacing: 3px;
        max-width: 450px; }
      .job-details .jd-cont .jd-main-title a.jd-apply-btn {
        float: right;
		font-family:sweetlife;
        width: 145px;
        height: 56px;
        line-height: 56px;
        font-size: 12px;
        background: #1F4F46;
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        border-radius: 4px; 
      text-decoration: none;}
            .job-details .jd-cont .jd-main-title a.jd-apply-btn:hover {
                background: #27625B;
            } 
    .job-details .jd-cont p {
      font-size: 14px;
      font-weight: 400;
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: 26px; }
	  
	  .job-details .jd-cont a{
		  text-decoration:underline;
		  font-weight:500;
		  color:#1F4F46;
	  }
	  
    .job-details .jd-cont ul {
      font-size: 14px;
      font-weight: 400;
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: 26px;
      padding-left: 12px; }
      .job-details .jd-cont ul li {
        display: list-item;
        list-style-type: disc;
        padding-left: 15px;
		font-weight:400; }
    .job-details .jd-cont strong {
      font-size: 16px;
      font-weight: 500; }
    .job-details .jd-cont .company-name {
      margin: 15px auto;
      width: 100%;
      height: auto; 
      font-weight: 400;}
    .job-details .jd-cont .about-company {
      margin-top: 57px; }

.ug-cont {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 70px 0px;
  background: #EEF0F0; }
  .ug-cont .ug-content {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 680px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px; }
    .ug-cont .ug-content a {
      font-size: 14px;
      text-transform: uppercase;
      color: #1F4F46;
      letter-spacing: 1px; }
    .ug-cont .ug-content p {
      font-size: 14px;
      font-weight: 400;
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: 26px; }

.ja-cont {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 70px 0px 20px 0px;
  background: #fff;
  position: relative; }
  .ja-cont .ja-content {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 680px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px; }
    .ja-cont .ja-content p {
      font-size: 14px;
      font-weight: 400;
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: 26px; }
    .ja-cont .ja-content a {
      font-family: sweetlife;
	font-size: 12px;
	letter-spacing: 2px;
	color: #1F4F46;
      text-transform: uppercase;
      text-decoration: underline; }
    .ja-cont .ja-content h3 {
      font-size: 24px;
      font-weight: 400;
      font-family: sweetlife;
      color: #1F4F46;
      letter-spacing: 2px;
      margin-bottom: 20px; }
    .ja-cont .ja-content .form-container {
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 30px 0px 70px 0px; }
    .ja-cont .ja-content .form-sect.withlinks input[type='text'] {
      margin-bottom: 8px;
	  
	   }
    .ja-cont .ja-content .form-sect.linkstop {
      margin-top: 20px; }
    .ja-cont .ja-content input[type='text'], .ja-cont .ja-content input[type='tel'], .ja-cont .ja-content input[type='email'] {
      border: none;
      border-bottom: 2px solid #dfdfdf;
      width: 100%;
      height: 60px;
      line-height: 60px;
      font-size: 20px;
      color: #6D6D6D;
      margin-top: 30px;
      margin-bottom: 30px;
	  outline:none !important;
	  transition:all .5s;
	   }
	   
	   .ja-cont .ja-content textarea{
		 border: 2px solid #dfdfdf;
		 min-height:160px;
		 width:100%;
		 padding:10px 15px;
		 font-size:14px;
		 font-weight:300;
		 color:#212529; 
	   }
	   
	   .ja-cont .ja-content input[type='text']:hover, .ja-cont .ja-content input[type='tel']:hover, .ja-cont .ja-content input[type='email']:hover , .ja-cont .ja-content input[type='text']:focus, .ja-cont .ja-content input[type='tel']:focus, .ja-cont .ja-content input[type='email']:focus{
		border-bottom: 2px solid #32B593;  
	   }
	    .ja-cont .ja-content input[type='text'].active, .ja-cont .ja-content input[type='tel'].active, .ja-cont .ja-content input[type='email'].active {
		border-bottom: 2px solid #173E36;  
	   }
	   .ja-cont .ja-content input[type='text'].error, .ja-cont .ja-content input[type='tel'].error, .ja-cont .ja-content input[type='email'].error {
		border-bottom: 2px solid red;  
	   }
	   .inputlabel{
		   position:absolute;
		   top:34px;
		   transition:top .1s;
		   max-width:80%;
		   line-height:14px;
	   }
	   .inputlabel.active{
		   top:14px;
	   }
	   
	   .search-field .search-box .search-form-cont .inputlabel{
	top: 0px;
	font-size:12px;
	color:#6D6D6D;
	}
	.search-field .search-box .search-form-cont .inputlabel.active{
		top: -14px !important;
	}
	   
	   .ja-cont .ja-content .form-container .form-sect{
		   position:relative;
	   }

	   
    .ja-cont .ja-content input::placeholder {
      opacity: 1; }
    .ja-cont .ja-content input[type='checkbox'] {
      opacity: 0;
      position: absolute; }
    .ja-cont .ja-content input[type='checkbox'] + label {
      padding-left: 56px;
      position: relative;
      font-size: 14px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 1px;
      padding-top: 10px;
      padding-bottom: 10px;
      cursor: pointer;
	  }
    .ja-cont .ja-content input[type='checkbox'] + label::before {
      width: 40px;
      height: 40px;
      content: ' ';
      position: absolute;
      left: 0px;
      top: 2px;
      border: 2px solid #E5E5E5;
      border-radius: 2px; }
    .ja-cont .ja-content input[type='checkbox']:checked + label::before {
      background: url(../../images/frontend/green-tick.svg) center center no-repeat;
      border: 2px solid #1F4F46; }
    .ja-cont .ja-content strong {
      font-size: 16px;
      font-weight: 400; }
    .ja-cont .ja-content input[type='radio'] {
      opacity: 0;
      position: absolute; }
    .ja-cont .ja-content input[type='radio'] + label {
      position: relative;
      font-size: 14px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
      cursor: pointer;
      display: inline-block;
      min-width: 160px;
      height: 72px;
      margin-right: 8px;
      line-height: 72px;
      text-align: center; }
    .ja-cont .ja-content input[type='radio'] + label::before {
      min-width: 160px;
      height: 72px;
      content: ' ';
      position: absolute;
      border: 2px solid #E5E5E5;
      left: 0px;
	  border-radius:2px;
    width: 100%; }
    .ja-cont .ja-content input[type='radio']:checked + label::before {
      background: url(../../images/frontend/green-tick.svg) right 10px top 10px no-repeat;
      border: 2px solid #1F4F46; }
    .ja-cont .ja-content .submit-button {
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding-top: 80px;
      text-align: center;
      margin-top: 50px; }
      .ja-cont .ja-content .submit-button input[type='submit'] {
        width: 260px;
        height: 56px;
        line-height: 52px;
        background: #1F4F46;
        color: #fff;
        font-size: 12px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 4px;
        border: none;
        cursor: pointer;
		font-family: sweetlife; }
		.ja-cont .ja-content .submit-button input[type='submit']:hover {
		background: #27625B;
		}
    /*.ja-cont .ja-content .submit-button::before {*/
    /*  content: ' ';*/
    /*  position: absolute;*/
    /*  left: 0px;*/
    /*  width: 100%;*/
    /*  height: 2px;*/
    /*  background: #f0f1f1;*/
    /*  margin-top: -80px; }*/
      
    .ja-cont .ja-content .hearaboutus {
      padding-top: 80px;
      margin-top: 50px; }
    .ja-cont .ja-content .hearaboutus::before {
      content: ' ';
      position: absolute;
      left: 0px;
      width: 100%;
      height: 2px;
      background: #f0f1f1;
      margin-top: -45px; }

.ja-cont .ja-content .form-sect.full-width input[type="radio"] + label {
  width: calc(33% - 10px); }

.ja-cont .ja-content .form-sect.full-width input[type="radio"] + label::before {
  width: 100%; }

.form-sect.select-box {
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 40px;
  outline:none !important; }
  .form-sect.select-box span {
    display: inline-block;
    width: 20%;
    vertical-align: middle; }
  .form-sect.select-box select {
    display: inline-block;
    width: calc(80% - 6px);
    vertical-align: middle;
    height: 72px;
    line-height: 68px;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/frontend/list-arrow.svg) center right 20px no-repeat;
    text-indent: 10px;
    font-size: 12px;
    color: #3B4245;
	outline:none !important; }

.ja-cont .ja-content .form-sect.full-width.big input[type="radio"] + label {
  width: calc(50% - 11px); }

.ja-cont.contact {
  border-top: 2px solid #f0f1f1; }

.carousel-indicators {
  display: none; }

.carousel-inner {
  width: auto !important; }

.animateme[data-filteropacity='0'] {
  filter: opacity(100%) !important; }

.search-field .container {
  overflow: visible !important; }

.treehouse-section .carousel {
  padding: 0px !important;
  padding-bottom:7px !important; }

.treehouse-section .sliding-arrows {
  position: relative;
  z-index: 9;
  width: 74px;
  margin: 0 auto;
  margin-top: 20px; }

.treehouse-section .sliding-arrows .carousel-control-prev {
  left: 0;
  width: auto;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin-right: 10px; }

.carousel-control-next {
  right: 0;
  width: auto;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin-left: 10px; }

.corevalue .video-section {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; 
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);}

  .video-section.videoplay .play-btn,
  .story-left.videoplay .play-btn{
    opacity: 0;
  }
  .video-section.videoplay:hover .play-btn,
  .story-left.videoplay:hover .play-btn{
    opacity: 1;
  }

.corevalue .video-section iframe,
.corevalue .video-section object,
.corevalue .video-section embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.food-ethos .food-ethos-bottom ul.carousel-inner::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #e6e8e7; }

.search-field.career-page .search-box .search-form-cont {
  background: url(../../images/frontend/search-icon.svg) bottom 35px left 26px no-repeat #fff;
  padding: 26px 40px 26px 80px;
  border-radius: 10px; }

.search-field.career-page.full-search .search-box {
  padding-top: 100px !important; }

.search-field.career-page.full-search .search-box .search-form-cont {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 920px;
  border-bottom: 2px solid #32B593;
  border-radius: 0px;
  background: url(../../images/frontend/search-icon.svg) bottom 20px left 0px no-repeat #fff;
  padding: 10px 0px 10px 40px; }

.growth-stories a.apply-btn {
  font-family: sweetlife;
  display: inline-block;
  width: 210px;
  height: 56px;
  line-height: 54px;
  border: 1px solid #1F4F46;
  background: #1F4F46;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  margin-top: 60px;
  text-transform: uppercase;
  letter-spacing: 2px; }
.growth-stories a.apply-btn:hover {
    background: #27625B;
}
.food-ethos .food-ethos-bottom ul li::after {
  content: ' ';
  position: absolute;
  width: calc(100% + 25px);
  height: 2px;
  background: #e5e5e5;
  left: 0%;
  top: 50%;
  transform: translateY(-50%); }

.food-ethos .food-ethos-bottom ul li:last-child::after {
  display: none; }

.corevalue::before {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 42%;
  height: 100%;
  background: #163e36;
}

.chosen-containers-active section#apply.ja-cont {
    padding-bottom: 80px !important;
}


@media (min-width: 1440px) and (max-width: 1918px) {
  .search-field .search-box .search-form-cont {
    padding: 26px 40px 26px 90px;
    background: url(../../images/frontend/search-icon.svg) bottom 35px left 40px no-repeat #fff; }

  .search-field {
    margin-top: -44px; } }
@media (min-width: 1024px) and (max-width: 1439px) {
  .video-home {
  width: 100%;
  height: 230px;
}
  .growth-stories .growth-stories-bottom ul li .content-section p {
  min-height: 144px;
}

  header {
    padding: 21px 0px 21px 21px; }

  .container {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1024px;
    padding-left: 20px;
    padding-right: 20px; }

  .row {
    margin-left: -10px;
    margin-right: -10px; }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px; }
	
	.new-story .new-story-inner .story-right{
		padding-left: 50px;
	}

  .banner-section .banner-heading h1 {
    font-size: 88px;
    line-height: 88px; }

  .banner-section .banner-heading h1 span {
    font-size: 27px;
    line-height: 27px; }

  .banner-section .banner-heading h1 span.rw1 {
    margin-top: 14px; }

  .banner-section .banner-heading h1 span.rw2 {
    margin-top: 32px;
    margin-left: 0px; }

  .banner-section .banner-heading h1 span.rw3 {
    margin-top: 52px;
    margin-left: 4px; }

  .banner-section .banner-heading h1 span.rw4 {
    margin-top: 9px;
    margin-left: 30px; }

  .banner-section .banner-heading h1 span.rw5 {
    margin-top: 34px;
    margin-left: -1px;
    margin-right: 15px; }

  .banner-section .banner-heading {
    position: absolute;
    left: -54px;
    top: calc(50% - 22.5px); }

  .search-field .search-box {
    max-width: 816px;
    border-radius: 4px; }

  .search-field .search-box .search-form-cont {
    padding: 26px 40px 26px 90px;
    border-radius: 4px;
    background: url(../../images/frontend/search-icon.svg) bottom 36px left 40px no-repeat #fff; }

  .people-section {
    padding-top: 190px;
    padding-bottom: 140px; }
    .arrowclick-custom {
    position: absolute;
    margin-top: -50px;
}

  .people-section.passion, .people-section.purpose {
    padding-top: 170px;
    padding-bottom: 175px; }

  .client-logos ul.logos li .client-logo-img {
    max-width: 180px;
    margin: 0 auto;
    min-height: 100px;
    line-height: 100px; }

  .client-logos {
    padding-top: 60px;
    padding-bottom: 12px; }

  .client-logos ul.logos li .client-description {
    max-width: 240px; }

  .treehouse-section .trr-content .treehouse-content h3 {
    font-size: 40px; }

  .treehouse-section .trr-content .treehouse-content {
    padding: 40px; }

  .treehouse-section {
    padding: 80px 0px; }

  .corevalue::after {
    content: ' ';
    position: absolute;
    height: 100%;
    left: 0px;
    bottom: 0px;
    width: 40%;
    background: #153d35; }

  .corevalue .video-section {
    z-index: 9;
    transform: translateY(20%); }

  .sweet-perk {
    padding: 80px 0px; }

  .sweet-perk .sweet-perk-bottom ul {
    margin-left: -40px;
    margin-right: -40px; }

  .sweet-perk .sweet-perk-bottom ul li {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(33.3% - 84px); }

  .impact-section .impact-section-bottom ul li .impact-box h3 {
    font-size: 24px;
    padding: 15px; }

  .impact-section .impact-section-bottom ul li .impact-box .impact-cont .impact-content {
    padding: 10px 15px; }

  .impact-section .impact-section-bottom ul li .impact-box .impact-cont .impact-content p {
    font-size: 14px;
    line-height: 24px;
    min-height: 140px; }
    .impact-section .impact-section-bottom ul li .impact-box .impact-cont .impact-content p+br{
        display:none;
    }

  .trans-head {
    font-size: 164px;
    line-height: 164px; }

  .impact-section .impact-section-bottom {
    max-width: 865px; }

  .restaurant-banner .banner-inner {
    max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px; }



  .restaurant-banner .banner-inner .text-section h4 {
    font-size: 12px; }

  .search-field.career-page .search-box .search-form-cont {
    background: url(../../images/frontend/search-icon.svg) bottom 35px left 26px no-repeat #fff;
    padding: 26px 40px 26px 80px;
    border-radius: 10px; }

  .restaurant-banner {
    padding: 79px 0px; }

  .current-opening .curr-open-inner {
    margin: 0 auto;
    max-width: 650px; }

  .new-story .new-story-inner {
    padding-left: 70px;
    padding-right: 70px; } 
    .video-res {
  width: 100%;
  height: auto;
}
	.treehouse-section .video-section {
  margin: 0 auto -6px auto;
  
}
}
@media (min-width: 768px) and (max-width: 1023px) {
    
    .toast-top-right {
	min-width: 90% !important;
	max-width: 90% !important;
}
.toast-error,
.toast-success{
    width:100% !important;
    min-width: 100% !important;
}

.department.no-image::after {
  display: none !important;
}
      .video-res {
  width: 100%;
  height: auto;
}
  .treehouse-section .video-section {
  margin: 0 auto 0 auto;
  
}
  .video-home {
  width: 100%;
  height: 300px;
}
  .inputlabel.active {
    top: -2px;
  }
 .growth-stories .growth-stories-bottom ul li .content-section p {
  min-height: 144px
 }
  .container, .impact-section .impact-section-bottom {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px; }

  header {
    padding: 20px 0px 20px 20px; }


  .row {
    margin-left: -10px;
    margin-right: -10px; }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px; }

  .search-field {
    height: auto; }

  .client-logos ul.logos {
    display: flex; }

  .people-section .people-content {
    font-size: 24px;
    line-height: 36px;
    max-width: 540px; }

  .banner-section {
    overflow-X: hidden; }

  .people-section {
    padding-top: 200px;
    padding-bottom: 200px; }
    
    .arrowclick-custom {
    position: absolute;
    margin-top: -50px;
}

  .people-section.passion, .people-section.purpose {
    padding-top: 160px;
    padding-bottom: 160px; }

  .treehouse-section .trr-content {
    margin: 0 auto;
    position: relative;
    z-index: 9; }

  .treehouse-section .trr-content .treehouse-content {
    padding: 20px;
    padding-top: 76px;
    padding-bottom: 36px;
    position: relative;
    top: inherit;
    transform: translateY(0%);
    max-width: 535px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: -60px; }

  .growth-stories .growth-stories-top h3 {
    font-size: 24px; }

  .treehouse-section.our-rest .trr-content .treehouse-content {
    max-width: 535px;
    padding-top: 76px;
    padding-bottom: 36px; }

  .search-field {
    margin-top: -34px; }

  .search-field.sticky {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    top: 34px; }

  .search-field.sticky .container {
    padding: 0px; }

  .banner-section .banner-heading h1 span {
    font-size: 27px; }

  .banner-section .banner-heading h1 span.rw1 {
    margin-top: 18px; }

  .banner-section .banner-heading h1 span.rw2 {
    margin-top: 34px;
    margin-left: 0px; }

  .banner-section .banner-heading h1 span.rw3 {
    margin-top: 58px;
    margin-left: 0px; }

  .banner-section .banner-heading h1 span.rw4 {
    margin-top: 18px;
    margin-left: 26px; }

  .banner-section .banner-heading h1 span.rw5 {
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 8px; }

  .client-logos {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto; }

  .banner-section .banner-heading h1 {
    font-size: 88px;
    line-height: 92px; }

  .banner-section .banner-heading h1 span {
    line-height: 26px; }

  .search-field .search-box {
    max-width: 720px; }

  .trans-head {
    font-size: 123px;
    line-height: 123px;
    margin-bottom: -30px;
    margin-left: -25% !important;
    width: 150% !important; }

  .people-section .people-content span {
    width: auto;
    height: auto; }

  .treehouse-section .trr-content .treehouse-content h3 {
    font-size: 32px; }

  .treehouse-section.our-rest .row {
    display: table;
    width: 100%;
    margin: 0 auto; }

  .treehouse-section.our-rest .trr-content {
    margin-right: 0px; }

  .sweet-perk .sweet-perk-bottom {
    padding-bottom: 0px;
    margin-top: 40px;
    max-width: 670px; }

  .follow-section {
    padding-top: 40px; }

  .insta-gallery {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }

  .insta-gallery .gallery-item {
    min-width: 300px; }

  .treehouse-section.our-rest .row .col-lg-8 {
    display: table-header-group; }

  .treehouse-section .treefeature {
    max-width: 534px;
    margin: 0 auto; }

  .treehouse-section .treefeature li {
    width: calc(50% - 4px);
}

.treehouse-section .treefeature li a {
  padding-left: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
}
  .corevalue .video-section {
    max-width: 535px;
    height: 301px;
    padding: 0px;
    margin: 0 auto;
    margin-top: 40px; }

  .treehouse-section .treefeature li:last-child {
     }

  .treehouse-section .video-section {
    margin-left: 0px; }

  .food-ethos {
    padding-bottom: 20px; }

  .growth-stories .growth-stories-bottom ul, .impact-section .impact-section-bottom ul {
    margin: 0 auto; }

  .corevalue .core-value-content {
    max-width: 300px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px; }

  .corevalue .core-value-content ol {
    text-align: left;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 20px; }

  .food-ethos .food-ethos-bottom {
    margin-top: 40px; }

  .corevalue {
    text-align: center; }

  .corevalue::before {
    display: none; }

  .corevalue .row {
    display: table;
    width: calc(100% + 20px); }

  .corevalue .row .core-cont {
    display: table-header-group; }

 .footer .footer-menu a {
    padding: 8px 5px;
    letter-spacing: 2px;
}

  .growth-stories .growth-stories-bottom ul li .content-section ul {
    display: block;
    height: 90px; }

  .sweet-perk .sweet-perk-bottom ul {
    margin: 0 auto; }

  .sweet-perk .sweet-perk-bottom ul li {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 33.3%;
    padding-left: 13px;
    padding-right: 13px; }

  .sweet-perk .sweet-perk-bottom .carousel-indicators {
    display: none; }

  .food-ethos .food-ethos-bottom .fe-cont .content .icon-sect {
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 10px; }

  .food-ethos .food-ethos-bottom .fe-cont .content h4 {
    font-weight: 500;
    margin-top: 15px;
    line-height: 32px; }

  .impact-section .impact-section-bottom ul li .impact-box h3 {
    font-size: 32px;
    letter-spacing: 1.5px; }

  .search-field .search-box {
    border-radius: 4px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-right: 20px; }

  .search-field.full-search {
    top: 34px; }

  .search-field .search-box .close-search {
    top: 20px;
    left: 15px; }
	
	

  .search-field.full-search .search-box {
    padding-top: 100px; }

  .search-field.full-search .search-default-listing {
    padding-left: 10px;
    padding-right: 10px; }

  .search-field ul.search-default-listing li {
    background: url(../../images/frontend/list-arrow.svg) top 36px right 20px no-repeat; }

  .search-field .search-box .search-form-cont {
    background: url(../../images/frontend/search-icon.svg) bottom 28px left 10px no-repeat #fff;
    padding: 18px 20px 18px 42px;
    border-radius: 4px; }

  .search-field .search-box input[type="text"] {
    font-size: 20px;
    color: #1F4F46;
    height: 36px;
    width: calc(100% - 100px); }
	

	

  .people-section .scroll-arrow {
    top: 85px; }

  .client-logos ul.logos li {
    padding: 0px 20px !important;
    width: calc(50% - 4px);
    min-width: 130px; }

  .people-section .people-content {
    font-weight: 400; }

  .banner-section .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px; }

  .banner-section .banner-heading {
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
    max-width: 360px;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 50px;
    text-align: center; }

  #livesearch a {
    padding: 0px 40px 0px 20px;
}

  .search-field ul.search-default-listing li .search-default {
    margin-left: -6px;
    margin-right: -6px; }

  .search-field ul.search-default-listing li .search-default li {
    margin-left: 6px;
    margin-right: 6px;
    width: calc(33% - 16px);
    padding: 0 4px;
      
  }

  .search-field ul.search-default-listing li .search-default li p {
    margin-top: 10px; }

  .restaurant-banner {
    padding: 30px 0px 60px 0px; }

  .current-opening h2 {
    font-size: 24px; }

  .current-opening .curr-open-inner ul li ul {
    padding-left: 0px; }

  .restaurant-banner .banner-inner, .growth-cont .growth-inner {
    max-width: 940px;
    padding-left: 25px;
    padding-right: 25px; }

  .restaurant-banner .banner-inner .text-section {
    display: block;
    width: 100%;
    padding-top: 30px;
    max-width: 535px;
    margin: 0 auto; }

  .restaurant-banner .banner-inner .image-section {
    display: table-header-group;
    width: 100%; }

  .restaurant-banner .banner-inner .image-section img {
    width: 100%;
    height: auto; }

  .restaurant-banner .banner-inner .text-section h2 {
    font-size: 48px;
    line-height: 56px; }



  .new-story .new-story-inner .story-left {
    display: block;
    width: 100%; }

  .new-story .new-story-inner .story-left img {
    width: 100%;
    height: auto; }

  .new-story::before {
    width: 100%;
    height: 30%; }

  .new-story .new-story-inner .story-right {
    display: block;
    width: 100%;
    padding: 0px;
    padding-top: 60px;
    text-align: center;
    max-width: 535px;
    margin: 0 auto; }

  .growth-cont .growth-inner .growth-left {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 535px;
    margin: 0 auto;
    padding-right: 0px; }

  .growth-cont .growth-inner .growth-right {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 60px; }

  .growth-cont .growth-inner .growth-right img {
    margin: 0 auto; }

  .sweet-perk {
    padding: 80px 0px 50px 0px; }

  .sweet-perk .sweet-perk-top h3 {
    font-size: 24px; }

  .impact-section .impact-section-top h3 {
    font-size: 24px; }

  .growth-cont {
    padding: 60px 0px; }

  .sweet-perk.restaurant .sweet-perk-bottom ul li {
    margin-top: 40px; }

  .growth-cont .growth-inner .growth-left h3 {
    font-size: 24px; }

  .whynyc-cont .fact-container h2 {
    font-size: 24px; }

  .whynyc-cont .fact-container ul li h3 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 20px; }

  .whynyc-cont .fact-container {
    max-width: 520px; }

  .whynyc-cont .fact-container ul li {
    padding-bottom: 0px; }

  .sweet-perk .sweet-perk-top p {
    font-size: 14px; }

  .new-story {
    padding: 60px 0px; }

  .whynyc-cont .fact-container {
    max-width: calc(100% - 60px); }

  .job-details .jd-cont {
    margin-top: 40px; }

  .job-details .jd-cont .jd-main-title a.jd-apply-btn {
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 42px;
    line-height: 42px; }

  .job-details .jd-cont .about-company {
    margin-top: 30px; }

  .job-details .jd-cont .about-company {
    margin-top: 15px; }

  .ja-cont {
    padding: 40px 25px 20px 25px; }

  .ja-cont .ja-content input[type="text"], .ja-cont .ja-content input[type="tel"], .ja-cont .ja-content input[type="email"] {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px; }

  .ja-cont .ja-content .hearaboutus {
    padding-top: 30px;
    margin-top: 30px; }

  .ja-cont .ja-content .hearaboutus::before {
    margin-top: -25px; }

  .ja-cont .ja-content input[type="checkbox"] + label::before {
    width: 25px;
    height: 25px; }

  .ja-cont .ja-content input[type="checkbox"] + label {
    padding-left: 40px;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    padding-top: 1px;
    padding-bottom: 6px;
    cursor: pointer; }

  .ja-cont .ja-content input[type="radio"] + label {
    height: 48px;
    line-height: 48px;
    min-width: 150px; }

  .ja-cont .ja-content input[type="radio"] + label::before {
    height: 48px; }

  .ja-cont .ja-content .form-sect.full-width input[type="radio"] + label {
    width: 100% !important;
    margin-right: 0px;
    display: block; }

  .form-sect.select-box span {
    display: block;
    width: 100%; }

  .form-sect.select-box select {
    width: 100%;
    height: 48px;
    line-height: 44px;
    margin-top: 10px;
	outline:none !important; }

  .carousel-indicators {
    display: flex; }

  ul.carousel-inner {
    display: flex !important;
    margin: 0 auto !important;
    max-width: 388px !important;
    overflow: visible; }

  ul.carousel-inner > li {
    margin: 0 auto !important;
    width: 100% !important;
    padding: 20px !important; }

  ul.carousel-inner > li.carousel-item {
    cursor: grab; }

  .food-ethos .food-ethos-bottom ul.carousel-inner {
    max-width: 258px !important; }

  .impact-section .impact-section-bottom ul li .impact-box .impact-cont img {
    width: 100%;
    height: auto; }

  .sweet-perk.restaurant .sweet-perk-bottom {
    margin-top: 40px; }

  .client-logos ul.logos li .client-description {
    max-width: 320px; }

  .client-logos ul.logos li .client-description {
    opacity: 1 !important; }

  .follow-section .trans-head {
    color: #12322c;
    opacity: 1 !important;
    font-size: 123px !important;
    margin: 0 auto !important;
    width: 100% !important;
    margin-bottom: -30px !important; }

  .follow-section .social-icons {
    margin-bottom: 20px; }

  .carousel {
    position: relative;
    padding-bottom: 50px; }

  .carousel-indicators li {
    width: 6px !important;
    height: 6px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
    border-radius: 50%;
    min-width: 6px !important;
    padding: 0px !important; }

  .impact-section-bottom {
    margin-top: 40px !important; }

  .growth-stories .growth-stories-bottom ul li .img-section img {
    width: 100%;
    height: auto; }

  .people-section .people-content span {
    width: auto !important;
    height: auto !important; }

  .impact-section .impact-section-bottom ul li .impact-box .impact-cont img {
    width: 100%;
    height: auto; }

  .sweet-perk.restaurant .sweet-perk-bottom {
    margin-top: 40px; }

  .client-logos .container {
    padding: 0px; }

  .banner-section .banner-video::after {
    content: ' ';
    width: 100%;
    height: 100%;
    background: url(../../images/frontend/black-transparent-overlay.png) center bottom repeat-x;
    position: absolute;
    top: 0px;
    left: 0px; }

  #logos .carousel-indicators li {
    background: #1f5148; }

  #logos .carousel-indicators li.active {
    background: #ffffff; }

  .treehouse-section .sliding-arrows {
    position: absolute;
    top: -60px;
    left: calc(50% - 37px); }

  .sweet-perk .container, .growth-stories .container, .food-ethos .container {
    padding-left: 0px;
    padding-right: 0px; }

  .sweet-perk .sweet-perk-top, .growth-stories .growth-stories-top, .food-ethos .food-ethos-top {
    padding-left: 20px;
    padding-right: 20px; }

  .growth-stories .growth-stories-bottom ul li .content-section {
    width: calc(100% - 20px); }

  .growth-stories .growth-stories-bottom ul li .img-section {
    width: calc(100% - 20px); }

  .corevalue .video-section {
    position: relative;
    z-index: 9; }

  .corevalue::after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 300px;
    background: #153d35; }

  .food-ethos .food-ethos-bottom ul.carousel-inner::after {
    z-index: -1; }

  .people-section.purpose .people-content span {
    display: inline-block;
    background: url(../../images/frontend/mark-um.svg) center bottom no-repeat;
    padding-bottom: 10px; }

  .impact-section .impact-section-top {
    padding-left: 30px;
    padding-right: 30px; }

  .impact-section .impact-section-bottom li.carousel-item {
    padding-left: 40px !important;
    padding-right: 20px !important; }

  .insta-gallery {
    margin: -12.5px -20px; }

  .food-ethos .food-ethos-top h3 {
    font-size: 24px; }

  .client-logos .container .row {
    margin: 0 auto; }

  .treehouse-section {
    padding: 60px 0px; }

  .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    cursor: grab; }

  .lSSlideOuter .lSPager.lSpg {
    margin-top: 50px !important; }

  .lSSlideOuter .lSPager.lSpg > li {
    width: 6px !important;
    height: 6px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
    border-radius: 50%;
    min-width: 6px !important;
    padding: 0px !important;
    float: none !important; }

  .lSSlideOuter .lSPager.lSpg > li a {
    width: 6px !important;
    height: 6px !important; }

  .sweet-perk-bottom .lSPager.lSpg > li a, .growth-stories .lSPager.lSpg > li a, .food-ethos .lSPager.lSpg > li a, .impact-section .lSPager.lSpg > li a {
    background: #e7e7e7; }

  .sweet-perk-bottom .lSPager.lSpg > li.active a, .growth-stories .lSPager.lSpg > li.active a, .food-ethos .lSPager.lSpg > li.active a, .impact-section .lSPager.lSpg > li.active a {
    background: #1c3c37; }

  .growth-stories-bottom .lSSlideOuter {
    margin-left: -22%;
    width: 144%; }

  .growth-stories .growth-stories-bottom ul li {
    margin-left: 0px; }

  .impact-section-bottom .lSSlideOuter {
    margin-left: calc(-20% + 20px);
    width: 140%; }

  .impact-section .impact-section-bottom ul li {
    margin-left: 0px; }

  .food-ethos-bottom .lSSlideOuter {
    margin-left: -10%;
    width: 120%; }

  .food-ethos .food-ethos-bottom ul {
    max-width: 5000; }

  .food-ethos .food-ethos-bottom ul li {
    margin-left: 0px; }

  .search-field.full-search .search-box .search-form-cont {
    width: calc(100% + 40px);
    padding-left: 50px;
    padding-right: 20px;
    margin-left: -20px;
    background-position: bottom 20px left 20px; }

  .restaurant-banner .banner-inner {
    max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px; }

  .restaurant-banner .banner-inner .text-section h2 {
    font-size: 56px;
    line-height: 62px; }

  .restaurant-banner .banner-inner .text-section h4 {
    font-size: 12px; }

  .search-field.career-page .search-box .search-form-cont {
    background: url(../../images/frontend/search-icon.svg) bottom 27px left 0px no-repeat #fff;
    padding: 18px 40px 18px 40px;
    border-radius: 10px; }

  .restaurant-banner {
    padding: 25px 0px 55px 0px; }
	
	.restaurant-banner::after {
    content: ' ';
    position: absolute;
    height: 45%;
    width: 100%;
    left: 0px;
    top: 0px;
	display:block !important;
}

  .current-opening .curr-open-inner {
    margin: 0 auto;
    max-width: 650px; }

  .new-story .new-story-inner {
    padding-left: 70px;
    padding-right: 70px; } 
	
	.impact-section .impact-section-bottom.peoplepage .lSSlideOuter{
		max-width:100%;
		margin:0 auto;
	}
	
	.inputlabel.active {
    top: 0px;
}
	span.error{
		bottom: -12px;
	}
	.impact-section .impact-section-bottom.peoplepage ul{
	    margin-right:-20px;
	}

	.impact-section .impact-section-bottom.peoplepage ul li .impact-box h3{
	    white-space: nowrap;  
	}
	
	   
}
@media (min-width: 320px) and (max-width: 767px) {
    
    .ja-cont .ja-content .form-container .form-sect .attachcv + input[type='file'].stylefile {
        display: block !important;
        margin-left: 137px;
        margin-top: 20px;
    }
    
    .toast-top-right {
	min-width: 90% !important;
	max-width: 90% !important;
}
.toast-error,
.toast-success{
    width:100% !important;
    min-width: 100% !important;
    height: 100px;
}
.toast-message {
	margin-top: 10px !important;
}
    	.client-logos ul.logos li .client-description p {
    word-break: break-all;
}


.department.no-image::after {
  display: none !important;
}
.video-res {
  width: 100%;
  height: auto;
}
  .treehouse-section .video-section {
  margin: 0 auto 0 auto;
  
}
.video-home {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.24);
}
.video-section-custom {
  box-shadow: none !important;
}
.sweet-perk.no-opening {
  padding: 50px 0px 50px 0px;
}
  .no-opening .sad-face {
  position: absolute;
  bottom: inherit;
  right: 15px;
  top: -35px;
}
 .growth-stories .growth-stories-bottom ul li .content-section p {
  min-height: 144px
 }
 .impact-section .impact-section-bottom ul li .impact-box .impact-cont .impact-content p {
    min-height: 140px;
}

  header {
    padding: 21px 0px 21px 21px; }

  

  .search-field {
    height: auto;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	width:90%;
      
  }

  .container {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px; }

  .row {
    margin-left: -10px;
    margin-right: -10px; }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px; }

  .client-logos ul.logos {
    display: flex; }

  .people-section .people-content {
    font-size: 24px;
    line-height: 36px; }

  .banner-section {
    overflow-X: hidden; }

  .people-section {
    padding-top: 180px;
    padding-bottom: 180px; }

  .treehouse-section .trr-content {
    margin: 0 auto;
    position: relative;
    z-index: 9; }

  .treehouse-section .trr-content .treehouse-content {
    padding: 20px;
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
    top: inherit;
    transform: translateY(0%);
    max-width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 0px;
    margin-top: -20px; }

  .growth-stories .growth-stories-top h3 {
    font-size: 24px; }

  .treehouse-section.our-rest .trr-content .treehouse-content {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px; }

  .search-field {
    margin-top: -34px; }

  .search-field.sticky {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    top: 34px; }

  .search-field.sticky .container {
    padding: 0px; }

  .banner-section .banner-heading h1 span {
    font-size: 2.3vh;
    line-height: 1.5vh; }

  .banner-section .banner-heading h1 span.rw1 {
    margin-top: 10px; }

  .banner-section .banner-heading h1 span.rw2 {
    margin-top: 18px;
    margin-left: 0px; }

  .banner-section .banner-heading h1 span.rw3 {
    margin-top: 26px;
    margin-left: 0px; }

  .banner-section .banner-heading h1 span.rw4 {
    margin-top: 10px;
    margin-left: 26px; }

  .banner-section .banner-heading h1 span.rw5 {
    margin-top: 18px;
    margin-left: 0px;
    margin-right: 10px; }

  .client-logos {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: auto; }

  .banner-section .banner-heading h1 {
    font-size: 7.5vh;
    line-height: 7.5vh; }

  .search-field .search-box {
    max-width: 720px; }

  .trans-head {
    font-size: 88px;
    line-height: 88px;
    margin-bottom: -30px;
    margin-left: -25% !important;
    width: 150% !important; }

  .people-section .people-content span {
    width: auto;
    height: auto; }

  .treehouse-section .trr-content .treehouse-content h3 {
    font-size: 32px; }

  .treehouse-section.our-rest .row {
    display: table;
    width: 100%;
    margin: 0 auto; }

  .treehouse-section.our-rest .trr-content {
    margin-right: 0px; }

  .sweet-perk .sweet-perk-bottom {
    padding-bottom: 20px;
    margin-top: 40px;
    overflow: hidden; }
	
   .sweet-perk .sweet-perk-bottom .lSSlideOuter {
	   margin: auto !important;
	   max-width:220px !important;
   }

  .insta-gallery {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }

  .insta-gallery .gallery-item {
    min-width: 300px; }

  .treehouse-section.our-rest .row .col-lg-8 {
    display: table-header-group; }

  .treehouse-section .treefeature {
    max-width: 534px;
    margin: 0 auto; }

  .treehouse-section .treefeature li {
    width: calc(50% - 4px); }
    .treehouse-section .treefeature li a {
  padding-left:  25px;
}

  .treehouse-section .treefeature li:last-child {
 }

  .treehouse-section .video-section {
    margin-left: 0px; }

  .food-ethos {
    padding-bottom: 80px; }

  .growth-stories .growth-stories-bottom ul, .impact-section .impact-section-bottom ul {
    margin: 0 auto; }

  .corevalue .core-value-content {
    max-width: 300px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px; }

  .corevalue .core-value-content ol {
    text-align: left;
    max-width: 180px;
    margin: 0 auto;
    margin-bottom: 20px; }

  .food-ethos .food-ethos-bottom {
    margin-top: 40px;
    overflow: hidden; }

  .corevalue {
    text-align: center; }

  .corevalue .row {
    display: table;
    width: calc(100% + 20px); }

  .corevalue .row .core-cont {
    display: table-header-group; }

  .footer .footer-menu a {
    padding: 8px 5px;
    letter-spacing: 3px; }

  .growth-stories .growth-stories-bottom ul li .content-section ul {
    display: block;
    height: 95px }

  .sweet-perk .sweet-perk-bottom ul {
    margin: 0 auto; }

  .sweet-perk .sweet-perk-bottom ul li {
    margin: 0 auto; }

  .food-ethos .food-ethos-bottom .fe-cont .content .icon-sect {
    max-width: 70px;
    margin: 0 auto;
    margin-bottom: 10px; }

  .food-ethos .food-ethos-bottom .fe-cont .content h4 {
    font-weight: 500;
    margin-top: 15px;
    line-height: 32px; }

  .impact-section .impact-section-bottom ul li .impact-box h3 {
    font-size: 32px;
    letter-spacing: 1px;
	padding:20px; }

  .search-field .search-box {
    border-radius: 4px;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1); }

  .search-field .search-box .search-form-cont {
    background: url(../../images/frontend/search-icon.svg) bottom 28px left 22px no-repeat #fff;
    padding: 18px 20px 18px 50px;
    border-radius: 4px; }

  .search-field .search-box input[type="text"] {
    font-size: 20px;
    color: #1F4F46;
    height: 36px;
    width: calc(100% - 100px); }

  .people-section .scroll-arrow {
    top: 85px; }

  .client-logos ul.logos li {
    padding: 0px 20px !important;
    width: calc(50% - 4px);
    min-width: 130px; }

  .people-section .people-content {
    font-weight: 400; }

  .banner-section .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px; }

  .banner-section .banner-heading {
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
    max-width: 360px;
    margin: 0 auto;
    margin-top: -18px;
    margin-bottom: 60px;
    text-align: center; }

  #livesearch a {
    padding: 0px 40px 0px 20px;}

  .search-field ul.search-default-listing li .search-default {
    margin-left: -6px;
    margin-right: -6px; }

  .search-field ul.search-default-listing li .search-default li {
    margin-left: 6px;
    margin-right: 6px;
    width: calc(50% - 16px);
        height: 100px; }
.search-field ul.search-default-listing li .search-default li a {
  height: 100px
}
  .search-field ul.search-default-listing li .search-default li p {
    margin-top: 10px; }

  .restaurant-banner {
    padding: 30px 0px 60px 0px; }

  .current-opening h2 {
    font-size: 24px; }

  .current-opening .curr-open-inner ul li ul {
    padding-left: 0px; }

  .restaurant-banner .banner-inner, .growth-cont .growth-inner {
    max-width: 940px;
    padding-left: 25px;
    padding-right: 25px; }

  .restaurant-banner .banner-inner .text-section {
    display: block;
    width: 100%;
    padding-top: 30px;
    max-width: 535px;
    margin: 0 auto; }

  .restaurant-banner .banner-inner .image-section {
    display: table-header-group;
    width: 100%; }

  .restaurant-banner .banner-inner .image-section img {
    width: 100%;
    height: auto; }

  .restaurant-banner .banner-inner .text-section h2 {
    font-size: 48px;
    line-height: 56px; }



  .new-story .new-story-inner .story-left {
    display: block;
    width: 100%; }

  .new-story .new-story-inner .story-left img {
    width: 100%;
    height: auto; }

  .new-story::before {
    width: 100%;
    height: 30%; }

  .new-story .new-story-inner .story-right {
    display: block;
    width: 100%;
    padding: 0px;
    padding-top: 60px;
    text-align: center;
    max-width: 535px;
    margin: 0 auto; }

  .growth-cont .growth-inner .growth-left {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 535px;
    margin: 0 auto;
    padding-right: 0px; }

  .growth-cont .growth-inner .growth-right {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 60px; }

  .growth-cont .growth-inner .growth-right img {
    margin: 0 auto; }

  .sweet-perk {
    padding: 80px 0px 50px 0px; }

  .sweet-perk .sweet-perk-top h3 {
    font-size: 24px; }

  .impact-section .impact-section-top h3 {
    font-size: 24px; }

  .growth-cont {
    padding: 60px 0px; }

  .sweet-perk.restaurant .sweet-perk-bottom ul li {
    margin-top: 0px; }

  .growth-cont .growth-inner .growth-left h3 {
    font-size: 24px; }

  .whynyc-cont .fact-container h2 {
    font-size: 24px; }

  .whynyc-cont .fact-container ul li h3 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 20px; }

  .whynyc-cont .fact-container {
    max-width: 520px; }

  .whynyc-cont .fact-container ul li {
    padding-bottom: 0px; }

  .sweet-perk .sweet-perk-top p {
    font-size: 14px; }

  .new-story {
    padding: 60px 0px; }

  .whynyc-cont .fact-container {
    max-width: calc(100% - 60px); }

  .job-details .jd-cont {
    margin-top: 40px; }

  .job-details .jd-cont .jd-main-title a.jd-apply-btn {
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 42px;
    line-height: 42px; }

  .job-details .jd-cont .about-company {
    margin-top: 30px; }

  .job-details .jd-cont .about-company {
    margin-top: 15px; }

  .ja-cont {
    padding: 40px 25px 20px 25px; }

  .ja-cont .ja-content input[type="text"], .ja-cont .ja-content input[type="tel"], .ja-cont .ja-content input[type="email"] {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 0 !important;
     }

  .ja-cont .ja-content .hearaboutus {
    padding-top: 30px;
    margin-top: 30px; }

  .ja-cont .ja-content .hearaboutus::before {
    margin-top: -25px; }

  .ja-cont .ja-content input[type="checkbox"] + label::before {
    width: 25px;
    height: 25px; }

  .ja-cont .ja-content input[type="checkbox"] + label {
    padding-left: 40px;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    padding-top: 1px;
    padding-bottom: 6px;
    cursor: pointer; }

  .ja-cont .ja-content input[type="radio"] + label {
    height: 48px;
    line-height: 48px;
    min-width: 150px; }

  .ja-cont .ja-content input[type="radio"] + label::before {
    height: 48px; }

  .ja-cont .ja-content .form-sect.full-width input[type="radio"] + label {
    width: 100% !important;
    margin-right: 0px;
    display: block; }

  .form-sect.select-box span {
    display: block;
    width: 100%; }

  .form-sect.select-box select {
    width: 100%;
    height: 48px;
    line-height: 44px;
    margin-top: 10px;
	outline:none !important; }

  .carousel-indicators {
    display: flex; }

  ul.carousel-inner {
    display: block !important;
    margin: 0 auto !important;
    max-width: 388px !important; }

  ul.carousel-inner > li {
    margin: 0 auto !important;
    width: 100% !important;
    padding: 20px !important; }

  ul.carousel-inner > li.carousel-item {
    cursor: grab; }

  .impact-section .impact-section-bottom ul li .impact-box .impact-cont img {
    width: 100%;
    height: auto; }

  .sweet-perk.restaurant .sweet-perk-bottom {
    margin-top: 40px; }

  .client-logos ul.logos li .client-description {
    max-width: 220px; }

  .client-logos ul.logos li .client-description {
    opacity: 1 !important; }

  .follow-section .trans-head {
    color: #12322c;
    opacity: 1 !important;
    font-size: 66px !important;
    margin: 0 auto !important;
    width: 100% !important;
    margin-bottom: -32px !important; }

  .carousel {
    position: relative;
    padding-bottom: 50px; }

  .carousel-indicators li {
    width: 6px !important;
    height: 6px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
    border-radius: 50%;
    min-width: 6px !important;
    padding: 0px !important; }

  .impact-section-bottom {
    margin-top: 40px !important; }

  .growth-stories .growth-stories-bottom ul li .img-section img {
    width: 100%;
    height: auto; }

  .people-section .people-content span {
    width: auto !important;
    height: auto !important; }

  .impact-section .impact-section-bottom ul li .impact-box .impact-cont img {
    width: 100%;
    height: auto; }

  .sweet-perk.restaurant .sweet-perk-bottom {
    margin-top: 40px; }

  .client-logos .container {
    padding: 0px; }

  .banner-section .banner-video::after {
    content: ' ';
    width: 100%;
    height: 100%;
    background: url(../../images/frontend/black-transparent-overlay.png) center bottom repeat-x;
    position: absolute;
    top: 0px;
    left: 0px; }

  #logos .carousel-indicators li {
    background: #1f5148; }

  #logos .carousel-indicators li.active {
    background: #ffffff; }

  .treehouse-section .sliding-arrows {
    position: absolute;
    top: -60px;
    left: calc(50% - 37px); }

  .sweet-perk .container, .growth-stories .container, .food-ethos .container {
    padding-left: 0px;
    padding-right: 0px; }

  .sweet-perk .sweet-perk-top, .growth-stories .growth-stories-top, .food-ethos .food-ethos-top {
    padding-left: 20px;
    padding-right: 20px; }

  .growth-stories .growth-stories-bottom ul li .content-section {
    width: calc(100% - 20px); }

  .growth-stories .growth-stories-bottom ul li .img-section {
    width: calc(100% - 20px); }

  .corevalue .video-section {
    position: relative;
    z-index: 9; }

  .corevalue::after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 200px;
    background: #153d35; }

  .food-ethos .food-ethos-bottom ul.carousel-inner::after {
    z-index: -1; }

  .people-section.purpose .people-content span {
    display: inline-block;
    background: url(../../images/frontend/mark-um.svg) center bottom no-repeat;
    padding-bottom: 10px; }

  .impact-section .impact-section-top {
    padding-left: 30px;
    padding-right: 30px; }

  .impact-section .impact-section-bottom li.carousel-item {
    padding-left: 40px !important;
    padding-right: 20px !important; }

  .insta-gallery {
    margin: -12.5px -20px; }

  .food-ethos .food-ethos-top h3 {
    font-size: 24px; }

  .client-logos .container .row {
    margin: 0 auto; }

  .client-logos .container .row .col-12 {
    padding: 0px; }

  .treehouse-section {
    padding: 60px 0px; }

  .search-field.full-search .search-box {
    padding-top: 72px !important; }

  .search-field.full-search .search-box {
    padding-top: 72px !important;
    padding-left: 20px;
    padding-right: 20px; }

  .search-field.full-search .search-default-listing {
    padding-left: 10px;
    padding-right: 10px; }

  .search-field .search-box .close-search {
    top: 20px;
    left: 15px; }

  .search-field.full-search {
    top: 34px; }

  .lSSlideOuter {
    width: 180%;
    margin-left: -40%; }

  .lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    cursor: grab; }

  .lSSlideOuter .lSPager.lSpg {
    margin-top: 50px !important; }

  .lSSlideOuter .lSPager.lSpg > li {
    width: 6px !important;
    height: 6px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
    border-radius: 50%;
    min-width: 6px !important;
    padding: 0px !important;
    float: none !important; }

  .lSSlideOuter .lSPager.lSpg > li::after {
    display: none; }

  .lSSlideOuter .lSPager.lSpg > li a {
    width: 6px !important;
    height: 6px !important; }

  .sweet-perk-bottom .lSPager.lSpg > li a, .growth-stories .lSPager.lSpg > li a, .food-ethos .lSPager.lSpg > li a, .impact-section .lSPager.lSpg > li a {
    background: #e7e7e7; }

  .sweet-perk-bottom .lSPager.lSpg > li.active a, .growth-stories .lSPager.lSpg > li.active a, .food-ethos .lSPager.lSpg > li.active a, .impact-section .lSPager.lSpg > li.active a {
    background: #1c3c37; }

  .growth-stories-bottom .lSSlideOuter {
    margin-left: 5px !important;
    width: 320px !important; }

  .growth-stories .growth-stories-bottom ul li {
    margin-left: 0px; }

  .impact-section-bottom .lSSlideOuter {
    margin-left: 40px !important;
    width: 300px !important; }

  .impact-section .impact-section-bottom ul li {
    margin-left: 0px; }

  .food-ethos-bottom .lSSlideOuter {
	  margin:0 auto !important;
      width: 210px !important; 
  }

  .food-ethos .food-ethos-bottom ul {
    max-width: 5000; }

  .food-ethos .food-ethos-bottom ul li {
    margin-left: 0px; }

  .search-field.full-search .search-box .search-form-cont {
    width: calc(100% + 40px);
    padding-left: 50px;
    padding-right: 20px;
    margin-left: -20px;
    background-position: bottom 20px left 20px; }

  .restaurant-banner .banner-inner {
    max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px; }

  .restaurant-banner .banner-inner .text-section h2 {
    font-size: 48px;
    line-height: 52px; }

  .restaurant-banner .banner-inner .text-section h4 {
    font-size: 12px; }

  .search-field.career-page .search-box .search-form-cont {
    background: url(../../images/frontend/search-icon.svg) bottom 27px left 0px no-repeat #fff;
    padding: 18px 20px 18px 40px;
    border-radius: 10px; }

  .restaurant-banner {
    padding: 25px 0px 55px 0px; }
.restaurant-banner::after {
    content: ' ';
    position: absolute;
    height: 35%;
    width: 100%;
    left: 0px;
    top: 0px;
	display:block !important;
}

  .current-opening .curr-open-inner {
    margin: 0 auto;
    max-width: 650px; }

  .new-story .new-story-inner {
    padding-left: 0px;
    padding-right: 0px; }

  .new-story .new-story-inner .story-right {
    padding-top: 40px; }



  .people-section.passion.department .trans-head {
    font-size: 80px; }

  .people-section.passion.department {
    padding-top: 150px;
    padding-bottom: 180px; }

  .sweet-perk .sweet-perk-top p br {
    display: none; }

  .search-field.career-page.sticky {
    top: 0px;
    padding-left: 25px;
    padding-right: 15px; }

  .corevalue::before {
    display: none; }
	
	.play-btn {
    width: 50px;
    height: 50px;
}

	.impact-section .impact-section-bottom.peoplepage .lSSlideOuter{
		max-width:178%;
		margin-right:calc(-70% + 30px);
	}
	
	.impact-section .impact-section-bottom.peoplepage .lSSlideOuter .lSPager.lSpg {

    margin-top: 50px !important;
    max-width: 320px;
	
    margin-right: 0%;

}
.impact-section .impact-section-bottom.peoplepage ul li{
		  margin-left:0px;
	  }
	.impact-section .impact-section-bottom.peoplepage ul li .impact-box h3{
	    white-space: nowrap;  
	}
.restaurant-banner .banner-inner .text-section h2.heading-image{
	padding-right:0px;
}

	.inputlabel.active {
    top: 0px;
}
	span.error{
		bottom: -12px;
	}


.inputlabel{
    line-height:16px;
    bottom: 24px;
    top: inherit;
    transition:bottom .1s;
}
.inputlabel.active {
    top: inherit;
    bottom: 42px;
    max-width: inherit;
    white-space: pre-wrap;
    font-size:12px;
    line-height:16px;
}
.ja-cont .ja-content .form-container .form-sect{
    padding-top:10px;
    margin-top:10px;
}
.ja-cont .ja-content .form-container{
    padding-top:10px;
}
.ja-cont .ja-content input[type='text'], .ja-cont .ja-content input[type='tel'], .ja-cont .ja-content input[type='email'] {
    margin-top: 42px !important;
}
.ja-cont .ja-content .form-container .form-sect a.location-me {
    bottom: 13px !important;
    top: auto !important;
}
.attachment-desktop-view {
    padding-bottom: 64px !important;
    padding-top: 17px !important;
}
.ja-cont .ja-content .form-container .form-sect:nth-child(9) .attachment-desktop-view {
    padding-bottom: 45px !important;
}
.mobile-view-questions {
    padding-top: 8px !important;
}
.mobile-view-questions .multiselect {
    height: 70px !important;
    margin-bottom: 24px !important;
}
.ja-cont .ja-content p {
    padding-top: 19px !important;
}
.ja-cont .ja-content input[type='checkbox'] + label::before {
    top: 0px !important;
}
.ja-cont .ja-content .form-container .form-sect.block-line:before {
    background: #E5E5E5 !important;
    height: 3px !important;
}
.ja-cont .ja-content .form-container .form-sect.block-line.block-line {
    margin-top: 70px !important;
	padding-top: 70px !important;
}
.ja-cont .ja-content .form-container .demographic_section:before {
    background: #E5E5E5 !important;
    height: 3px !important;
}
.ja-cont .ja-content .form-container .demographic_section {
    margin-top: 70px !important;
}
body .ja-cont .ja-content .submit-button {
    padding-top: 48px !important;
}
.ja-cont {
    padding: 40px 25px 25px 25px !important;
}
.ja-cont .ja-content .form-container .form-sect input[type="hidden"] + span.exclam-error {
    display: none !important;
}
.here2.form-sect .singleselect + span.error {
    text-align: right !important;
    top: -13px !important;
}
input[placeholder="Were you referred by a sg employee? Enter their name or N/A. *"]::-webkit-input-placeholder{
  white-space:pre-line;  
  position:relative;
  top:-15px;
}

input[placeholder="Were you referred by a sg employee? Enter their name or N/A. *"]:-moz-placeholder{
  white-space:pre-line;  
  position:relative;
  top:-15px;
}

input[placeholder="Were you referred by a sg employee? Enter their name or N/A. *"]::-moz-placeholder{
  white-space:pre-line;  
  position:relative;
  top:-15px;
}

input[placeholder="Were you referred by a sg employee? Enter their name or N/A. *"]:-ms-input-placeholder{
  white-space:pre-line;  
  position:relative;
  top:-15px;
}

input[placeholder="If so, which location(s) have you previously worked at?"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  white-space:pre-line;  
  position:relative;
  top:-15px;
}
input[placeholder="If so, which location(s) have you previously worked at?"]::-moz-placeholder { /* Firefox 19+ */
     white-space:pre-line;  
  position:relative;
  top:-15px;
}
input[placeholder="If so, which location(s) have you previously worked at?"]:-ms-input-placeholder { /* IE 10+ */
    white-space:pre-line;  
  position:relative;
  top:-15px;
}
input[placeholder="If so, which location(s) have you previously worked at?"]:-moz-placeholder { /* Firefox 18- */
     white-space:pre-line;  
  position:relative;
  top:-15px;
}
}

/*# sourceMappingURL=style.css.map */

.line-divide {
  padding: 0px;
  margin: 0;
  height: 2px;
  background: #EEF0F0;
}


.toast-top-right {
      right: inherit;
      left: 50%;
      transform: translateX(-50%);
      top: 30px;
      min-width:750px;
      max-width:750px;
    }
    .toast-success {
      min-width: 750px;
      height: 60px;
      margin: 0 auto;
      background: #76B575;
     box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3) !important;
      border-radius: 8px !important;
      opacity: 1 !important;
      padding: 15px 0 !important;
text-align: center;
display: inline-block;
background-image:none !important;
    }
    .toast-error {
      min-width: 750px;
      height: 60px;
      margin: 0 auto;
      background: #BD362F;
     box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3) !important;
      border-radius: 8px !important;
      opacity: 1 !important;
      padding: 15px 0 !important;
text-align: center;
display: inline-block;
background-image:none !important;
    }
    .toast-error .toast-message {
        background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) left center no-repeat !important
    }
     .toast-success .toast-message {
        background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)  left center no-repeat !important
    }
    #toast-container>div:hover {
 box-shadow:  3px 5px 10px rgba(0, 0, 0, 0.3) !important;
    }
    .toast-message {
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	display: inline-block;
	padding-left: 40px;
}
.demographic_section,
.compliance_section{
	margin-top: 50px;
}
.compliance_section .form-sect {
	margin-bottom: 25px;
}
.ja-cont .ja-content .form-container .form-sect .singleselect {
    display: inline-block;
    margin-bottom: 50px;
    vertical-align: top;
}
.treehouse-section .treefeature li {
    vertical-align: top;
}
header {
	background: #fff;
    padding: 24px !important;
    font-family: gotham !important;
}
header .logo-section span {
	text-transform: lowercase;
	font-weight: 400;
	font-family: gotham;
	font-size: 22px;
	letter-spacing: 0;
}
.job-details .jd-cont .jd-main-title h2 {
	margin-top: 0;
	border: none;
	line-height: 50px;
	margin-bottom: 9px;
}
.job-details .jd-cont .jd-main-title a.jd-apply-btn {
	margin-top: 13px;
}
.job-details .jd-cont .company-name {
	font-family: gotham;
	font-weight: 500;
	font-size: 16px;
	color: #3B4245;
	margin-bottom: 5px;
}
.jd-top-content {
	font-family: gotham;
}
.location {
	font-weight: 400;
	font-size: 14px;
}
body .sweet-perk .sweet-perk-bottom ul li h4 {
	margin-top: 0;
	font-weight: 500;
	font-family: gotham;
}
body .sweet-perk .sweet-perk-bottom ul li p {
	font-family: gotham;
	color: #3B4245;
	font-weight: 400;
}
section.sweet-perk.restaurant.department {
	padding-bottom: 60px;
}
body .ja-cont .ja-content p {
	font-family: gotham;
	font-weight: 400;
	color: #6D6D6D;
}
.ja-cont .ja-content input[type='text'], .ja-cont .ja-content input[type='tel'], .ja-cont .ja-content input[type='email'] {
	font-family: gotham;
}
.ja-cont .ja-content .form-container .form-sect span.hear-about {
	float: right;
	position: relative;
	top: -28px;
	color: #6D6D6D;
	font-weight: 300;
}
.ja-cont .ja-content .form-container .form-sect p {
	font-size: 20px;
}
.ja-cont .ja-content .form-container hr {
	display: none;
}
.ja-cont .ja-content .form-container .demographic_section {
	position: relative;
	padding-top: 80px;
	    margin-top:40px;
}
.ja-cont .ja-content .form-container .demographic_section:before {
	content: "";
	background: #EEF0F0;
	position: absolute;
	left: -50%;
	right: -50%;
	top: 0;
	height: 1px;
}
.ja-cont .ja-content .form-container p {
	font-family: gotham;
	color: #6D6D6D;
}
.ja-cont .ja-content .form-container p span {
	color: #3B4245 !important;
}
body .chosen-container-multi .chosen-choices {
	    min-height: 72px;
    border: 1px solid #BDBDBD !important;
    box-shadow: none !important;
    background: none;
    border-radius: 5px;
    padding: 16px 75px 16px 16px;
}
.desktop-view-questions .chosen-container {
	width: 100% !important;
	max-width: 544px !important;
}
body .chosen-container-multi .chosen-choices li.search-field {
	    padding: 0 10px;
    font-family: gotham;
    font-size: 14px;
    color: #3B4245;
}
body .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #3B4245;
    font-size: 100%;
    line-height: normal;
    border-radius: 0;
    font-family: gotham;
	min-width: 200px
}
.ja-cont .ja-content .form-container .form-sect p {
    padding-bottom: 16px;
    margin-bottom: 0;
    font-family: gotham;
    font-weight: 400;
}
.form-container .form-sect .desktop-view-questions {
	padding-bottom: 45px;
}
.form-container .form-sect .desktop-view-questions select option {
	padding: 10px;
	display: block;
	margin: 5px 0;
}
.form-container .form-sect .desktop-view-questions select {
	line-height: 30px;
}
body .chosen-container-multi .chosen-choices li.search-choice {
	   background: #1F4F46;
    border: solid 1px #1F4F46;
    color: #fff;
    border-radius: 25px;
    padding: 8px 25px;
    box-shadow: none;
    font-size: 14px;
    height: inherit;
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 18px;
    margin-right: 8px;
    margin-top: 4px;
}
body .chosen-container-multi .chosen-choices li.search-choice a.search-choice-close:before {
	content: "";
    background-image: url(/assets/images/close.svg);
    width: 10px;
    height: 10px;
    background-size: 10px;
    position: absolute;
    right: 3px;
    top: 5px;

}
body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	text-indent: 0;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    right: 1px;
    cursor: pointer;
    width: 16px;
    height: 19px;
    text-align: center;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
}
body .chosen-container-multi .chosen-choices li.search-choice {
	padding-right: 30px;
	font-family: gotham;
}
body .ja-cont .ja-content .submit-button {
	margin-top: 0;
	text-align: left;
	padding-top: 16px;
}
.ja-cont .ja-content .form-container .demographic_section h3 {
    font-family: gotham;
    font-size: 20px;
    font-weight: 500;
}
.ja-cont .ja-content .form-container .form-sect .attachment-desktop-view p {
    font-size: 14px;
}
body .chosen-container-multi .chosen-choices li.search-choice:hover {
    color: #1F4F46;
    background: #fff;
}

body .chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close {
    color: #333;
}
.sweet-perk .sweet-perk-top p {
    font-family: gotham !important;
}
.sweet-perk.lese-lette-space .sweet-perk-top h3 {
    line-height: 50px !important;
    font-weight: 500 !important;
}
body .chosen-container-multi .chosen-choices li.search-choice:hover {
    color: #1F4F46;
    background: #fff;
}
body .chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close {
    color: #333;
}
.job-details .container {
    max-width: 1300px;
}

.sweet-perk.lese-lette-space .sweet-perk-top h3 {
    line-height: 50px;
}
body .chosen-container.chosen-with-drop .chosen-drop ul li {
	padding: 20px 25px;
	font-family: gotham;
	border-bottom: solid 1px #ddd;
}
.chosen-container .chosen-drop ul li {
	padding: 8px;
}
 .chosen-container.chosen-with-drop .chosen-drop ul li:nth-child(even) {
 background: rgba(196, 196, 196, 0.1);
}
body .chosen-container.chosen-with-drop .chosen-drop {
	box-shadow: none;
	border-color: #BDBDBD !important;
}
body .chosen-container.chosen-with-drop .chosen-drop ul li.highlighted {
	background: #eee;
	color: #222;
}
body .chosen-container-multi.chosen-container-active .chosen-choices {
	border-radius: 5px 5px 0 0;
}
.form-container .form-sect span.select-describe {
    padding-bottom: 22px;
    display: block;
    color: #3B4245;
    font-family: gotham;
}
.ja-cont .ja-content .form-container .form-sect.block-line.block-line {
    padding-top: 60px;
    margin-top: 40px;
}
.ja-cont .ja-content .form-container .form-sect.block-line:before {
    content: "";
    background: #EEF0F0;
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    height: 1px;
}
.ja-cont .ja-content .form-container .form-sect a.location-me {
    position: absolute;
    right: 0;
    top: 51px;
}
.ja-cont .ja-content .form-container .form-sect input#hear-about-input {
    margin-bottom: 60px;
}
section#apply.ja-cont {
    padding-top: 80px;
}
.ja-cont .ja-content .form-container .form-sect input#hear-about-input + span.hear-about {
    top: -55px;
}
.sweet-perk .sweet-perk-bottom ul li .icon-sect {
    min-height: 65px;
    line-height: 65px;
}
.ja-cont .ja-content h3 + p {
    padding-bottom: 0;
}
body .ja-cont .ja-content input[type='radio'] + label::before{
	    border: 1px solid #E5E5E5;
}
body .ja-cont .ja-content input[type='radio']:checked + label::before{
	    border: 1px solid #173E36;
		box-shadow: none;
}
body .chosen-container-multi .chosen-choices {
    position: relative;
}

body .chosen-container-multi .chosen-choices:after {content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 22px;
    font-size: 20px;}

body .chosen-container-multi.chosen-container-active .chosen-choices:after {
    content: "\f106";
}
.chosen-container-multi .chosen-drop .chosen-results li.result-selected {
    display:none !important;
}
.chosen-container-multi .chosen-drop .result-selected {
    color: #3B4245 !important;
    font-family: gotham;
}
.ja-cont .ja-content .form-container .form-sect input.self_describe_474 {
    margin-top: 0;
}
.chosen-container .chosen-results li.active-result {
    color: #3B4245;
    background: #fff !important;
    font-family: gotham;
}

.chosen-container-multi .chosen-results:hover {
    background: #f5f5f5 !important;
}

/* .chosen-container .chosen-results li.active-result:hover {
    background: rgba(196, 196, 196, 0.1) !important;
} */
.chosen-container-multi .chosen-drop .result-selected {
    color: #3B4245;
    font-family: gotham;
}

.chosen-container .chosen-results li.active-result {
    color: #3B4245;
    background: #fff !important;
    font-family: gotham;
}

.chosen-container-multi .chosen-results:hover {
    background: #f5f5f5 !important;
}

.chosen-container .chosen-results li.active-result:hover {
   background: rgba(245,245,245, 0.5) !important;
}

body .ja-cont .ja-content input[type='radio'] + label {
    font-family: gotham;
    color: #6D6D6D;
    margin-right: 4px;
}

section#apply.ja-cont {
    padding-top: 80px;
}

.ja-cont .ja-content input[type='text'].error, .ja-cont .ja-content input[type='tel'].error, .ja-cont .ja-content input[type='email'].error {
    border-color: #b44448 !important;
}

body span.error {
    text-align: right;
    color: #b44448;
    font-family: gotham;
    font-size: 12px;
    bottom: 0;
}

.error + span.error + span.exclam-error {
    display: block !important;
}

span.exclam-error {
    position: absolute;
    right: 0;
    bottom: 38px;
    background: #fff;
    z-index: 9;
    padding-top: 9px;
}
.chosen-container-multi .chosen-results::-webkit-scrollbar {
  width: 5px;
}
.chosen-container-multi .chosen-results::-webkit-scrollbar-track {
  background: #f5f5f5; 
}
 .chosen-container-multi .chosen-results::-webkit-scrollbar-thumb {
  background: #1F4F46; 
  border-radius:5px
}
body .chosen-container-multi .chosen-choices li.search-field {
    padding-top: 4px;
}
.ja-cont .ja-content .form-container .form-sect input#hear-about-input + span.hear-about + span.exclam-error {
    bottom: 62px;
}
.chosen-container-multi .chosen-choices li.search-choice{
z-index: 999;	
}
select.chosen-select {
    display: block !important;
    line-height: 0;
    height: 0px;
    border: 0;
}

@media screen and (min-width:768px) and (max-width:1023px){
.sweet-perk.restaurant .sweet-perk-bottom {
    max-width: 94%;
}

.sweet-perk.restaurant .sweet-perk-bottom ul li {
    width: calc(33.3% - 13px);
}

.ja-cont .ja-content .form-container .form-sect a.location-me {
    top: 25px;
}
}
@media screen and (max-width:767px){
.main-wrapper header {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.24) !important;
}
section.job-details {
	padding-top: 40px;
}
.job-details .jd-cont .jd-main-title a.jd-apply-btn {
	width: 100%;
	margin-bottom: 35px;
}
.sweet-perk-bottom.desktop-perk-bottom {
	display: none;
}
.sweet-perk-bottom.mobile-perk-bottom {
	display: block !important;
}
.sweet-perk.restaurant .sweet-perk-bottom ul li {
	width: 100%;
}
.sweet-perk.restaurant .sweet-perk-bottom ul li img {
	max-width: 130px;
	display: inline-block;
}
.sweet-perk .sweet-perk-bottom ul li .icon-sect {
	text-align: center;
	min-height: 37px;
	line-height: 25px;
}
.sweet-perk.restaurant .sweet-perk-bottom .owl-nav {
	display: none;
}
.sweet-perk .sweet-perk-bottom ul {
	max-width: 220px;
	margin: 0 auto;
}
.sweet-perk .sweet-perk-bottom ul .owl-stage-outer {
    overflow: visible;
}
.ja-cont .ja-content .form-container .form-sect span.hear-about {
	top: 0;
}
.ja-cont .ja-content .form-container .form-sect .singleselect {
	    width: 100%;
}
.ja-cont .ja-content input[type="checkbox"] + label::before {
    border: 1px solid #E5E5E5;
}
.ja-cont .ja-content .form-container .form-sect .singleselect {
    margin-bottom: 20px;
}
.ja-cont .ja-content .form-container .demographic_section {
    margin-top: 60px;
}
.ja-cont .ja-content input[type="radio"] + label {
	width: 100%;
	height: 70px;
	line-height: 70px;
}
 .ja-cont .ja-content input[type="radio"] + label::before {
 height: 70px;
}
.form-container .form-sect .desktop-view-questions {
	display: none;
}
.mobile-view-questions {
	display: block !important;
}
.attachment-desktop-view p, .attachment-desktop-view a {
	font-size: 16px !important;
}
.attachment-desktop-view a.attachcv {
	margin: 0 10% !important;
}
.mobile-view-questions .multiselect label {
	display: block;
	line-height: 20px !important;
	text-align: center;
	padding: 0 !important;
	font-family: gotham;
}
 .mobile-view-questions .multiselect label::before {
 width: 100% !important;
 height: 70px !important;
}
.mobile-view-questions .multiselect {
	height: 70px;
	margin-bottom: 20px;
}
 body .ja-cont .ja-content input[type='checkbox']:checked + label::before {
 background-position: right top;
}
.mobile-view-questions .multiselect {
    display: table;
    width: 100%;
}

.mobile-view-questions .multiselect label {
    display: table-cell;
    vertical-align: middle;
	padding-left: 8px !important;
    padding-right: 8px !important;
}
.ja-cont .ja-content .submit-button input[type='submit'] {
    width: 100%;
}
.ja-cont  .ja-content .mobile-view-questions input[type='checkbox']:checked + label::before {
    background: none;
	
    box-shadow: none;
}
.ja-cont .ja-content input[type='checkbox']:checked + label::before {
    border: 1px solid #173E36;
    box-shadow: none;
}
.ja-cont .ja-content .mobile-view-questions input[type='checkbox']:checked + label::after {
    background: url(/assets/images/frontend/green-tick.svg) center center no-repeat;
    content: "";
    position: absolute;
    right: 4px;
    top: 5px;
    width: 30px;
    height: 30px;
}
.job-details .jd-cont .jd-main-title a.jd-apply-btn {
    line-height: 56px;
    height: 56px;
}

.sweet-perk .sweet-perk-top h3 {
    font-size: 28px;
    font-weight: 500;
}
.ja-cont .ja-content .form-container .form-sect a.location-me {
    top: 30px;
}
.ja-cont .ja-content a.pastecv {
    float: right;
}
.attachment-desktop-view {
    padding-bottom: 30px;
}
.ja-cont .ja-content input[type="checkbox"] + label {
    color: #6D6D6D;
}
.ja-cont .ja-content .form-container .form-sect.block-line.block-line {
    margin-top: 60px;
}
}

a#locate_me {
    cursor: pointer;
}
span#file-error {
    float: right;
    color: #b44448 !important;
    font-family: gotham;
    font-size: 12px;
    bottom: 0;
}
body .ja-cont .ja-content input[type='radio'] + label {
    width: 162px;
    line-height: 16px;
    display: flex;
    vertical-align: middle;
    align-items: center;
        margin-bottom: 0;
}
body .ja-cont .ja-content input[type='radio'] + label span {
    text-align: center;
    width: 100%;
}
body .form-container .form-sect .desktop-view-questions {
    padding-bottom: 56px;
}
.all_questions {
    padding-top: 40px;
}
.hear-about + span.exclam-error.add-exclam {
    right: 0;
    bottom: 64px;
}

span#hear-about-input-error {
    bottom: 32px;
}
.here2.form-sect .singleselect + span.error {
    text-align: left;
    top: -32px;
}

@media screen and (max-width:767px){
  body .ja-cont .ja-content input[type='radio'] + label {
    width: 100%;
}
.attachment-desktop-view span#file-error {
    position: absolute;
    min-width: 200px;
    bottom: 17px;
    right: 0;
    text-align: right;
}
.job-details .jd-cont .company-name, .job-details .jd-cont .location {
    display: none;
}
.mobile_view {
    display: block !important;
}
.job-details .jd-cont .mobile_view .company-name, .job-details .jd-cont .mobile_view .location{
    display: block !important;
        margin-bottom: 24px;
}
.ja-cont .ja-content input::placeholder {
    color: #6d6d6d;
}
}
@media screen and (max-width:992px) {
body span.error {
    bottom: -17px;
}

span.exclam-error {
    bottom: 13px;
}
}

body .chosen-container-multi .chosen-choices li.search-choice:hover a.search-choice-close:before {
background-image: url(/assets/images/close_green.svg);
}

.muliple_lines::-webkit-input-placeholder {
  white-space:pre-line;  
    position:relative;
  top:-7px;
  
}
.muliple_lines::-moz-placeholder { 
     white-space:pre-line;  
position:relative;
  top:-7px;
}
.muliple_lines:-ms-input-placeholder { 
    white-space:pre-line;  
position:relative;
  top:-7px;
}
.muliple_lines:-moz-placeholder { 
     white-space:pre-line;  
position:relative;
  top:-7px;
}

.job-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1024;
    padding-top: 17%;
}
.job-loader:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(256,256,256,0.9);
    content: '';
    z-index: -1;
}


/* ----05-08-2024-start---- */
.search-field ~ main.main-layout {
  background: #F8F8F6;
}
.container-home.faq-index {
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
}
.container-home.faq-index .search-wrap {
  margin-top: 80px;
  padding-top: 0px;
}
.container-home.faq-index .category-wrap h3.category-header {
  font-size: 21.6px;
}
.container-home.faq-index .category-wrap h3.category-header i.fa.fa-folder {
  padding: 18px;
}
.container-home.faq-index .category-wrap h3.category-header i.fa.fa-folder::before {
  color: #1A7A66;
  font-size: 22px;
}
.container-home.faq-index .category-body {
  margin-bottom: 3rem;
}
.container-home.faq-index .search-wrap.home-search-wrap h2 span {
  color: #1f4f46;
}
.faq-index .cat-article-title {
  font-size: 18px;
}
.faq-index span.article-updated {
  font-size: 13px;
}
.container-home.faq-index .category-wrap .category-body a.category-item:hover {
  text-decoration: none;
}
.container-home.faq-index .category-wrap .category-body a.category-item:hover i.fa.fa-angle-right {
  filter: brightness(3.5);
  position: relative;
  right: -1px;
}
section.container-home.faq-category {
  margin-top: 45px;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1)
}
section.container-home.faq-category h1.article-search-header {
  font-size: 13px;
}
section.container-home.faq-category .category-left .category-list-header-wrap h2.category-list-header.text-uppercase {
  font-size: 13.5px;
  color: #1f4f46;
  margin-bottom: 11px;
  padding-bottom: 9px;
}
section.container-home.faq-category .category-left .category-list-header-wrap {
  margin-bottom: 16px;
}
section.container-home.faq-category .category-left .category-list-item a i.fa.fa-angle-left {
  font-size: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
}
section.container-home.faq-category .category-left .category-list-item a span {
  margin-left: 0.3571rem;
  font-size: 14px;
}
section.container-home.faq-category .category-left .category-list-item a:hover {
  text-decoration: none;
}
section.container-home.faq-category .category-right .article-item a.article-item-header-wrap h2 {
  font-size: 18px;
  margin: 14px 0px;
  color: #1f4f46;
  letter-spacing: 1.5px;
}
section.container-home.faq-category .category-right .article-item a:hover {
  text-decoration: none;
}
section.container-home.faq-category .category-right .article-item a:hover button i:before {
  filter: brightness(3.5);
  position: relative;
  right: -1px;
}
section.container-home.faq-category .article-item .article-item-body p {
  font-size: 16px;
}
section.container-home.faq-category .category-right .article-item {
  margin-bottom: 27px;
  padding-bottom: 18px;
}
section.container-home.faq-category .article-item .article-item-body p a {
  color: #1f4f46;
}
section.container-home.faq-detail {
  margin-top: 45px;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1)
}
section.container-home.faq-detail .search-wrap h5.article-search-header {
  font-size: 13.5px;
}
section.container-home.faq-detail article.container-article .article-header .breadcrumbs-wrap a.breadcrumb {
  background: transparent;
  color: #1B394E;
  font-size: 13.5px;
  margin: 0px;
  padding: 0px;
  height: 32px;
  align-items: center;
}
section.container-home.faq-detail article.container-article .article-header {
  padding-bottom: 18px;
}
section.container-home.faq-detail article.container-article .article-header button:hover i::before {
  filter: brightness(3.5);
  top: 1px;
  position: relative;
}
section.container-home.faq-detail article.container-article .article-header .breadcrumbs-wrap a.breadcrumb:hover {
  text-decoration: none;
}
section.container-home.faq-detail article.container-article .article-body h1 {
  color: #1B394E;
  font-size: 36px;
} 
section.container-home.faq-detail article.container-article .article-body p {
  font-size: 18px;
  color: #1B394E;
  margin: 18px 0px;
}
.container-home .back-to-top:hover {
  background: transparent;
}



@media screen and (max-width:767px) {
section.container-home.faq-detail, section.container-home.faq-category {
  margin-top: 30px;
}
section.container-home.faq-detail .search-wrap {
  margin-bottom: 10px;
}
section.container-home.faq-detail article.container-article .article-body h1 {
  font-size: 32px;
}
section.container-home.faq-detail article.container-article .article-body p {
  font-size: 16px;
  margin: 16px 0px;
}
section.container-home.faq-category .category-right .article-item a.article-item-header-wrap h2 {
  font-size: 16px;
  margin: 13px 0px;
}
section.container-home.faq-category .article-item .article-item-body p {
  font-size: 14px;
}
section.container-home.faq-category .category-right .article-item {
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.container-home.faq-index .search-wrap {
  margin-top: 40px;
}
.container-home.faq-index .search-wrap.home-search-wrap h2 span {
  font-size: 30px;
}
.container-home.faq-index .category-body a.category-item {
  margin-left: 0px;
  margin-right: 0px;
}
}






/* ----05-08-2024-end---- */