body {
  height: 100%;
  font-family: 'Graphik Web', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #1e1e1e;
  font-size: 84px;
  line-height: 88px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #1e1e1e;
  font-size: 56px;
  line-height: 60px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #1e1e1e;
  font-size: 44px;
  line-height: 48px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #1e1e1e;
  font-size: 38px;
  line-height: 42px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #1e1e1e;
  font-size: 28px;
  line-height: 32px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #1e1e1e;
  font-size: 22px;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #3d3d3d;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
}

a {
  background-color: transparent;
  font-family: 'Graphik Web', sans-serif;
  color: #3e7dff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
/*--NAV--*/

input[type="checkbox"]:checked ~ #NavMobile {
    transform: scaleY(1) translateY(0);
    transform-origin: top left;
}


input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 25px;
    left: 15px;
    height: 22px;
    width: 22px;
    display:none;
}
@media (max-width: 767px) {
  .sidebarIconToggle {
    display:block;
  }
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.white-nav-top{
  max-width:1200px;
  padding:0 20px;
  background-color:white;
  margin:auto;
  height:64px;
}

nav.new-nav{
  height:64px;
  display:flex; 
  justify-content:flex-start;
  align-items:center;
  font-family: 'Graphik Web', sans-serif;
  color: #000;
  font-size: 18px;
  position:relative;
}
 .links-content{
    display:flex;
  }
@media (max-width: 767px) {
  .links-content{
    background-color:white;
    position:absolute;
    top:64px;
    left:-20px;
    width:calc(100% + 40px);
    z-index:10;
    flex-flow:column;
    transform: scaleY(0) translateY(-40px);
        transition: transform 250ms ease-in-out;
        transform-origin: top left;

  }
}
.brand-nav img{
  width:210px;
}
@media (max-width: 767px) {
  .brand-nav{
    margin-left:55px;
  }
}
.link-nav{
  text-transform: uppercase;
    font-size: 12px;
    line-height: 100%;
    color: rgb(38, 38, 38);
    letter-spacing: 1px;
    width: auto;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    background-color: white;
    padding: 0px 0px 0px 50px;
    transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .link-nav{
    padding:20px;
    width:100%;
    
  }
}
.link-nav.green{
  color: rgb(49, 201, 135);
}
.link-nav.blue{
  color: #2445DA;
}
.link-nav-shop{
  text-transform: uppercase;
    font-size: 12px;
    line-height: 100%;
    color: rgb(38, 38, 38);
    letter-spacing: 1px;
    width: auto;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    background-color: white;
    padding: 0px 0px 0px 50px;
    transition: all 0.3s ease 0s;
      padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
    margin-left:auto;
}
.top-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 50px;
  border-bottom: 1px solid hsla(0, 0%, 69%, .14);
  background-color: hsla(0, 0%, 100%, 0);
}

.logo {
  margin-top: 13px;
  margin-left: 175px;
}

.logo.lg-dark {
  margin-top: 40px;
  margin-left: 0px;
}

.logo.lg-ftr {
  margin-top: 24px;
  margin-left: 0px;
}

.about-hero {
  height: 900px;
  background-color: #f1f1f1;
}

.about-hero-container {
  position: static;
  left: -49px;
  top: 0px;
  right: -49px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 450px;
  padding-bottom: 10px;
}

.play-btn-hero {
  margin-top: 30px;
  margin-right: 12px;
  margin-left: 12%;
  float: left;
}

.about-hero-text {
  width: 540px;
  margin-bottom: 50px;
  background-color: transparent;
  color: #f8f8f8;
  font-size: 22px;
  line-height: 31px;
  font-weight: 300;
}

.about-hero-text.press-hero-txt {
  width: auto;
  margin: 128px 60px 2px 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 91px;
  line-height: 85px;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-shadow: none;
}

.about-hero-text.aht-careers {
  width: 675px;
  font-size: 22px;
}

.addictive-video {
  overflow: hidden;
  margin-top: 80px;
}

.addictive-video.av-watch {
  height: 950px;
  margin-top: 0px;
}

.av-container {
  height: auto;
  padding-top: 0px;
  padding-bottom: 200px;
}

.style-guide-container {
  margin-top: 200px;
  padding: 40px;
  background-color: #f5f5f5;
}

.color-swatch-1 {
  width: 100px;
  height: 100px;
  margin-top: 50px;
  float: left;
  background-color: #1e1e1e;
}

.color-swatch-1.cs2 {
  background-color: #fafafa;
}

.color-swatch-1.cs2.cs3 {
  background-color: #3e7dff;
}

.color-swatch-1.cs2.cs3.cs4 {
  background-color: #fff;
}

.color-swatch-1.cs2.cs3.cs4.cs5 {
  background-color: #ff6338;
}

.ui-btn-blue {
  padding: 12px 34px;
  float: none;
  border: 1px solid #3e7dff;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
}

.ui-btn-blue:hover {
  background-color: #3e7dff;
}

.ui-btn-blue.open-hero-btn {
  margin-top: 20px;
  margin-left: 0%;
  color: #3e7dff;
}

.ui-btn-blue.open-hero-btn:hover {
  color: #fff;
}

.about-hero-vid {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 100%;
  float: none;
  clear: none;
  border: 20px none #fff;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  background-position: 0px 0px;
}

.av-row {
  margin-top: 115px;
}

.av-iphone-frame {
  position: absolute;
  left: -161px;
  top: -139px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  width: 155%;
  height: auto;
  max-width: 215%;
  margin-top: 0px;
  clear: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform: perspective(1392px) translate(0px, 0px) rotateX(10deg) rotateY(0deg) rotateZ(3deg) scale3d(1.07, 1, 1);
  transform: perspective(1392px) translate(0px, 0px) rotateX(10deg) rotateY(0deg) rotateZ(3deg) scale3d(1.07, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.av-app-store {
  float: left;
}

.av-app-store.av-as-child {
  margin-left: 18px;
}

.av-app-store.av-as-child.gp-child-ftr {
  margin-left: 0px;
}

.app-store-link-block {
  margin-top: 40px;
  background-color: transparent;
}

.app-store-link-block.play-str-ftr-child {
  margin-top: 10px;
}

.app-store-link-block.ap-ftr {
  margin-right: 12px;
}

.av-heading {
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: 'Graphik Web', sans-serif;
  font-size: 61px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -0.81px;
}

.av-heading.avh-tv {
  margin-top: 40px;
}

.av-heading.avh-watch {
  margin-top: 90px;
  margin-bottom: 22px;
}

.iphone-video {
  position: absolute;
  left: 162px;
  top: -3px;
  right: 100px;
  bottom: 84px;
  z-index: 10;
  overflow: visible;
  width: 375px;
  height: 667px;
  margin-left: -1px;
  border-style: none;
  border-width: 0px 12px 12px;
  border-color: #000;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform: perspective(2000px) rotateX(33deg) rotateY(-30deg) rotateZ(13deg) scale3d(0.78, 0.87, 1) skew(-3deg, 2deg);
  transform: perspective(2000px) rotateX(33deg) rotateY(-30deg) rotateZ(13deg) scale3d(0.78, 0.87, 1) skew(-3deg, 2deg);
  -webkit-transform-origin: -2% 30% 0px;
  -ms-transform-origin: -2% 30% 0px;
  transform-origin: -2% 30% 0px;
}

.stats-section {
  height: auto;
  border: 20px none #fff;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/Production-on-Setbw-compressor.jpg'), -webkit-linear-gradient(270deg, #1e1e1e, #1e1e1e), -webkit-linear-gradient(315deg, #3e7dff, #8200ec);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/Production-on-Setbw-compressor.jpg'), linear-gradient(180deg, #1e1e1e, #1e1e1e), linear-gradient(135deg, #3e7dff, #8200ec);
  background-position: 0px 0px, 50% 50%, 0px 0px, 0px 0px;
  background-size: auto, cover, auto, auto;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-attachment: scroll, fixed, scroll, scroll;
}

.global-map-section {
  height: auto;
  padding-bottom: 50px;
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .24), hsla(0, 0%, 100%, .24)), -webkit-linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0) 72%, #fff), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/MAP-BG-32x.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .24), hsla(0, 0%, 100%, .24)), linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0) 72%, #fff), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/MAP-BG-32x.jpg');
  background-position: 0px 0px, 0px 0px, 50% -87px;
  background-size: auto, auto, 1707px;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.map-title {
  margin-top: 140px;
  font-family: 'Graphik Web', sans-serif;
  font-size: 109px;
  text-align: center;
  letter-spacing: -3.06px;
}

.map-stats-row {
  display: block;
  margin-top: 60px;
  float: none;
}

.map-pre-stat {
  margin-bottom: 4px;
  font-family: 'Graphik Web', sans-serif;
  color: #3b3b3b;
  font-size: 19px;
  line-height: 29px;
  font-style: italic;
  font-weight: 300;
}

.audience-stat {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: 'Graphik Web', sans-serif;
  color: #3e7dff;
  line-height: 54px;
  font-weight: 900;
  letter-spacing: -2.06px;
}

.as-sub {
  margin-top: 0px;
  font-family: 'Graphik Web', sans-serif;
  color: #414141;
  font-size: 26px;
  line-height: 24px;
  font-weight: 300;
}

.as-sub.stat-sub {
  margin-top: 36px;
  margin-bottom: 30px;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 100;
  text-align: center;
  text-shadow: none;
}

.studios-list {
  margin-top: 0px;
  margin-left: 16px;
  font-size: 24px;
  line-height: 24px;
}

.map-indicator {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  margin-right: 6px;
  float: left;
  border-radius: 100px;
  background-color: #3e7dff;
}

.map-scale-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.map-scale-label {
  margin-top: 79px;
  margin-bottom: 0px;
  font-family: 'Graphik Web', sans-serif;
  color: #afafaf;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0px;
}

.stats-container {
  padding-top: 120px;
}

.stats-row.sr-2 {
  margin-top: 30px;
  margin-bottom: 140px;
}

.stat-label {
  margin-top: 80px;
  font-family: 'Graphik Web', sans-serif;
  color: #fafafa;
  font-size: 101px;
  line-height: 68px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -2px;
  text-shadow: none;
}

.stat-label.sl-o {
  color: #fff;
}

.stat-label.sl-p {
  color: #fafafa;
}

.stat-label.sl-long {
  font-size: 80px;
}

.stat-col-1 {
  background-color: transparent;
}

.stat-col-2 {
  border-right: 1px none hsla(0, 0%, 67%, .3);
  border-left: 1px none hsla(0, 0%, 67%, .3);
  background-color: transparent;
}

.stat-col-3 {
  background-color: transparent;
}

.stat-divider {
  display: block;
  width: 130px;
  height: 4px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  border-style: none none dotted;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #42d594;
  background-color: transparent;
}

.community-section {
  overflow: visible;
  height: auto;
  padding-top: 0px;
  background-color: #fff;
}

.com-title {
  width: auto;
  margin-bottom: 5px;
  margin-left: 4%;
  padding: 136px 80px 0px 0px;
  border-bottom: 1px none #000;
  border-left: 10px none #3e7dff;
  font-family: 'Graphik Web', sans-serif;
  font-size: 74px;
  line-height: 56px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -1.81px;
  text-transform: none;
}

.founding-section {
  height: auto;
  margin-top: 140px;
  padding-bottom: 180px;
  border: 20px none #fff;
  background-color: #fff;
  background-image: -webkit-linear-gradient(0deg, #161616, #1d1d1d 38%, rgba(33, 33, 33, .29) 70%, rgba(33, 33, 33, .69)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/table.jpg');
  background-image: linear-gradient(90deg, #161616, #1d1d1d 38%, rgba(33, 33, 33, .29) 70%, rgba(33, 33, 33, .69)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/table.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.tweets-slider {
  height: auto;
  margin-top: 0px;
  padding-bottom: 16px;
  border-bottom: 1px none #e9e9e9;
  background-color: #fff;
}

.tweet-arrow {
  color: #000;
}

.tweet-mask {
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
}

.tweet-slides {
  width: 33.33%;
  margin-left: 0px;
}

.twee-card-div {
  height: auto;
  margin-top: 16px;
  margin-left: 12px;
  padding: 18px 12px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background-color: #fff;
}

.tweets-slide-nav {
  bottom: -3px;
}

.tweet-avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  border-radius: 100px;
}

.tweet-name {
  margin-top: 0px;
  margin-bottom: 5px;
  float: left;
  clear: none;
  font-family: 'Graphik Web', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tweet-handle {
  position: absolute;
  left: 83px;
  margin-top: 22px;
  float: left;
  clear: none;
  font-family: 'Graphik Web', sans-serif;
  color: #a0a0a0;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0px;
}

.tweet-text {
  margin-top: 30px;
  margin-left: 4px;
  float: left;
  font-family: 'Graphik Web', sans-serif;
  font-size: 19px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0px;
}

.tweet-span {
  color: #3e7dff;
}

.tweet-link {
  width: 24px;
  height: 19px;
  margin-top: 20px;
  float: left;
  background-color: transparent;
  background-image: url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/tweet-icon.png');
  background-position: 0px 0px;
  background-size: 22px;
  background-repeat: no-repeat;
}

.tweet-arrow-bg {
  width: 36px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .39));
  background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .39));
}

.tweet-arrow-bg.tab-left {
  left: 407px;
  top: 261px;
  background-image: none;
}

.tweet-arrow-bg.tqb-right {
  top: 261px;
  right: 410px;
  background-image: none;
}

.story-div {
  display: block;
  margin-top: 140px;
  margin-left: 0px;
  float: none;
  clear: none;
}

.story-headline {
  margin-right: 160px;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 144px;
  line-height: 116px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -2.35px;
}

.story-quote {
  width: 560px;
  margin-top: 40px;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-style: normal;
  font-weight: 300;
}

.founding-paragraph {
  width: 620px;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #e4e4e4;
}

.footer-section {
  position: relative;
  z-index: 10;
  height:auto;
  background-color: rgb(38, 38, 38);
    width: 100%;
    bottom: 0px;
}

.ftr-row {
  margin-top: 20px;
  display:flex;
  justify-content:space-between;

}
.logo-col{
  width:210px;
  max-width:210px;
}
.ftr-text-link {
  margin-bottom: 15px;
  float: left;
  clear: left;
  background-color: transparent;
      font-family: "Graphik Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 18px;
    color:white;
  text-decoration: none;
  text-transform: none;
}

.ftr-text-link:hover {
  color: #fff;
}

.ftr-text-link.w--current {
      font-family: "Graphik Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color:white;
    font-size: 14px;
    line-height: 18px;
}

.main-nav-col {
  padding-top: 25px;
  padding-left: 70px;
  padding-right: 70px;
}

.geos-col {
  padding-top: 25px;
  padding-right: 10px;
}


.press-hero {
  height: 100%;
  border-bottom: 1px none #f0f0f0;
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 7%, .55), hsla(0, 0%, 7%, .55)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/press-blk.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .55), hsla(0, 0%, 7%, .55)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/press-blk.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.press-section {
  position: relative;
  z-index: 3;
  height: auto;
  background-color: #fff;
  box-shadow: 0 -11px 50px 0 rgba(0, 0, 0, .72);
}

.press-row {
  margin-top: 80px;
  margin-bottom: 50px;
}

.featured-press-card {
  height: auto;
  margin-top: 30px;
  padding: 10px 0px 30px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
}

.press-card-col-1 {
  padding-right: 12px;
}

.press-card-col-2 {
  display: block;
  padding-top: 20px;
}

.press-card-link {
  display: block;
  margin-top: 20px;
  font-family: 'Graphik Web', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.press-card-title {
  padding-right: 10px;
  font-family: 'Graphik Web', sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.24px;
}

.press-section-title {
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: 'Graphik Web', sans-serif;
  color: #1e1e1e;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: none;
}

.press-section-title.lp-title {
  margin-top: 40px;
}

.press-logo-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
}

.latest-press-div {
  height: auto;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #fff;
}

.latest-press-cell {
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
}

.latest-press-cell-link {
  font-family: 'Graphik Web', sans-serif;
  color: #2574ff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.press-inquiries-section {
  position: relative;
  z-index: 4;
  height: 445px;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
  background-image: none;
}

.press-inquiries-section.br-inq {
  height: 505px;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.pi-row {
  margin-top: 80px;
}

.pi-title {
  color: #1e1e1e;
}

.pi-subtitle {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #1e1e1e;
}

.pi-email-link {
  font-family: 'Graphik Web', sans-serif;
  color: #3e7dff;
  font-size: 19px;
}

.download-btn {
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #3e7dff;
  background-color: transparent;
  font-family: 'Graphik Web', sans-serif;
  color: #3e7dff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.download-btn:hover {
  background-color: #1e1e1e;
  color: #fff;
}

.download-btn.contact-lite {
  border-color: rgba(0, 0, 0, .2);
  color: #363636;
}

.download-btn.contact-lite:hover {
  color: #fff;
}

.logo-link-block {
  display: inline-block;
  height: 55px;
}

.fs-container {
  position: static;
  top: 0px;
  right: -88px;
  display: block;
  margin-top: 100px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.av-col-1 {
  padding-right: 20px;
  padding-left: 0px;
}

.av-col-2 {
  -webkit-perspective-origin: 57% 50%;
  perspective-origin: 57% 50%;
}

.about-careers-section {
  height: auto;
  padding-top: 100px;
  border-top: 1px none #ddd;
}

.work-at-tm-label {
  margin-top: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #bdbdbd;
  font-weight: 600;
}

.careers-p {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 19px;
}

.offices-img {
  margin-top: 60px;
}

.careers-bg-video {
  height: 720px;
}

.story-text-overlay {
  margin-top: 260px;
  padding: 30px;
  border: 6px solid #fff;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
}

.open-jobs-section {
  height: 1080px;
  padding-top: 40px;
}

.contact-section {
  position: static;
  top: 369px;
  z-index: 3;
  height: auto;
  padding-bottom: 200px;
  background-color: #fff;
  box-shadow: 0 -12px 50px 0 rgba(0, 0, 0, .53);
}

.contact-hdr {
  display: inline-block;
  margin-top: 100px;
  padding-bottom: 20px;
  float: left;
  clear: left;
  border-bottom: 2px none #42d594;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 74px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -2.06px;
}

.contact-row {
  margin-top: 30px;
}

.contact-card {
  height: auto;
  margin-top: 20px;
  padding: 18px 30px 30px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.office-loc-title {
  font-family: 'Graphik Web', sans-serif;
  font-weight: 400;
}

.loc-address {
  font-family: 'Graphik Web', sans-serif;
  color: #363636;
  font-weight: 300;
}

.form-div {
  height: auto;
  margin-top: 20px;
  padding-bottom: 28px;
  background-color: #fff;
}

.form-hdr {
  display: inline-block;
  margin-left: 12px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 4px none #3e7dff;
  font-family: 'Graphik Web', sans-serif;
  font-weight: 400;
  text-align: center;
}

.contact-form {
  margin-top: 28px;
}

.form-text-field {
  width: 95%;
  height: 60px;
  margin-left: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: none;
  border-radius: 4px;
  background-color: #f3f3f3;
  font-family: 'Graphik Web', sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.form-text-field.ftf-message {
  height: 420px;
  padding-bottom: 388px;
}

.form-submit-btn {
  margin-right: 13px;
  float: right;
  border-radius: 4px;
  background-color: #3e7dff;
  font-family: 'Graphik Web', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.press-btn-hdr {
  margin-top: 32px;
  margin-right: 0px;
  padding-right: 18px;
  padding-left: 18px;
  float: right;
  border: 1px solid #3e7dff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.press-btn-hdr:hover {
  background-color: #3e7dff;
  color: #fff;
}

.iphone-video-div {
  display: block;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.contact-hero-hdr {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 370px;
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/bulbs-bw-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/bulbs-bw-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bp-hero-video {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: auto;
  height: 100%;
  margin-top: 0px;
  float: none;
  border: 20px none #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
}

.consumer-action-section {
  height: auto;
  padding-bottom: 120px;
}

.ca-title {
  margin-top: 120px;
}

.ca-title.cs-title {
  margin-top: 120px;
  font-family: 'Graphik Web', sans-serif;
  font-weight: 700;
  letter-spacing: -1.81px;
}

.ca-title.cs-title.ss-title {
  position: static;
  left: -60px;
  top: 0px;
  bottom: 0px;
  display: block;
  margin-top: 30px;
  margin-right: 50px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-color: #777;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 66px;
  line-height: 70px;
  font-weight: 100;
}

.ca-title.cs-title.ss-title.br-t {
  left: 0px;
  margin-top: 140px;
  margin-bottom: 50px;
  border-bottom-style: none;
  color: #1e1e1e;
}

.ca-subtitle {
  width: 510px;
  margin-top: 30px;
}

.nielsen-row {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.n-stat-title {
  text-align: center;
}

.n-stat-big {
  margin-top: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #42d594;
  font-weight: 500;
  text-align: center;
}

.n-stat-big.nsb-blue {
  color: #3e7dff;
}

.n-stat-big.nsb-black {
  color: #8200ec;
}

.n-stat-big.nsb-black.nso {
  color: #ff6338;
}

.n-stat-subtitle {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.nielsen-credit {
  margin-bottom: 4px;
  font-family: 'Graphik Web', sans-serif;
  color: #bbb;
  font-size: 18px;
  font-weight: 300;
}

.case-studies-section {
  height: auto;
  padding-bottom: 100px;
  background-color: #fdfdfd;
  box-shadow: 0 -30px 50px -8px rgba(0, 0, 0, .84);
}

.case-studies-tabs {
  margin-top: 40px;
}

.cs-tabs-menu {
  border-bottom: 1px solid #e1e1e1;
}

.cs-tab-content {
  height: 740px;
}

.original-series-tab {
  height: 600px;
}

.os-tab {
  background-color: hsla(0, 0%, 100%, 0);
}

.os-tab.w--current {
  border-bottom: 5px solid #3e7dff;
  background-color: hsla(0, 0%, 100%, 0);
}

.os-sel {
  font-family: 'Graphik Web', sans-serif;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
}

.ta-inact {
  background-color: hsla(0, 0%, 100%, 0);
  color: rgba(87, 87, 87, .7);
  font-size: 18px;
}

.ta-inact.w--current {
  border-bottom: 5px solid #3e7dff;
  background-color: hsla(0, 0%, 100%, 0);
}

.case-study-slider {
  height: auto;
  margin-top: 50px;
  background-color: #fdfdfd;
}

.case-study-mask {
  display: block;
  width: 100%;
  height: auto;
}

.case-study-mask.csm-sq {
  overflow: visible;
  height: 680px;
}

.cs-left-arrow {
  left: 540px;
  top: 293px;
  display: block;
  color: #1e1e1e;
}

.cs-left-arrow.arl-sq {
  left: 29px;
  top: -40px;
}

.cs-left-arrow.arl-sq.arl-fb {
  left: 45px;
  top: 266px;
}

.cs-left-arrow.csl-tv {
  top: 328px;
}

.cs-right-arrow {
  left: 646px;
  top: 293px;
  right: 765px;
  z-index: 6;
  color: #1e1e1e;
}

.cs-right-arrow.ar-sq {
  left: 148px;
  top: -40px;
  right: 670px;
}

.cs-right-arrow.ar-sq.ar-fb {
  left: 120px;
  top: 266px;
}

.cs-right-arrow.csr-tv {
  top: 329px;
}

.cs-dot-nav {
  position: relative;
  left: 163px;
  top: -148px;
  right: 0px;
  bottom: 26px;
  width: 300px;
  float: none;
}

.cs-dot-nav.cs-nav-sq {
  position: relative;
  left: -2px;
  top: -355px;
  bottom: 254px;
  display: block;
  overflow: visible;
  width: 280px;
  float: left;
}

.cs-dot-nav.cs-nav-sq.dot-fb {
  left: 1px;
  top: -202px;
  bottom: 201px;
}

.cs-dot-nav.csd-tv {
  left: 163px;
  top: -75px;
}

.cs-row {
  overflow: visible;
}

.cs-col-2 {
  overflow: visible;
}

.cs-show-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Graphik Web', sans-serif;
  font-size: 54px;
  line-height: 51px;
  font-weight: 500;
  letter-spacing: -0.68px;
}

.cs-show-title.ta-hash {
  font-size: 45px;
  line-height: 46px;
}

.hero-moments-hdr {
  margin-top: 0px;
  margin-left: 0%;
  font-family: 'Graphik Web', sans-serif;
  color: #f7f7f7;
  font-size: 80px;
  line-height: 99px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -3.06px;
}

.hero-moments-hdr.story-hero-hdr {
  margin-top: 240px;
  margin-left: 0%;
  color: #f7f7f7;
}

.play-btn-txt {
  margin-top: 80px;
  font-family: 'Graphik Web', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-move-b {
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 125px;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: -2.06px;
}

.circ-logo {
  margin-top: 40px;
}

.circ-logo.cl-home {
  margin-top: 40px;
  margin-left: 0%;
}

.about-p {
  font-family: 'Graphik Web', sans-serif;
  color: #070707;
  font-size: 21px;
  line-height: 23px;
  font-weight: 300;
}

.c-study-small {
  margin-bottom: 0px;
  font-family: 'Graphik Web', sans-serif;
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.cs-stat-cell {
  margin-top: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.cs-stat-bold {
  margin-bottom: 0px;
}

.cs-stat-sub {
  font-size: 24px;
  line-height: 28px;
}

.cs-stat-sub.ss-subtitle-top {
  font-family: 'Graphik Web', sans-serif;
  color: hsla(0, 0%, 100%, .75);
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.cs-stat-sub.csss-invert {
  color: #fff;
}

.cs-logo {
  margin-bottom: 12px;
}

.social-stats-section {
  height: auto;
  padding-top: 30px;
  padding-bottom: 160px;
  border: 12px none #fff;
  background-color: #1b1b1b;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/market-2bw-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/market-2bw-compressor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ca-action-span {
  color: #1e1e1e;
}

.ta-tab {
  height: 600px;
}

.recipes-tab {
  height: 600px;
}

.cs-fb-sq-vid {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: none;
  clear: none;
}

.media-tab {
  height: 740px;
}

.cs-media-img {
  position: static;
  overflow: visible;
  float: none;
}

.ss-row {
  margin-top: 120px;
}

.viewers-stat {
  position: static;
  left: -60px;
  top: 0px;
  bottom: 0px;
  margin-top: 50px;
}

.vs-stat-big {
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 125px;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: -5.06px;
}

.vs-stat-small {
  margin-top: 6px;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 60px;
  font-weight: 400;
}

.vs-stat-sub {
  margin-top: 30px;
  font-family: 'Graphik Web', sans-serif;
  color: hsla(0, 0%, 100%, .65);
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0px;
}

.social-stat-cell {
  height: auto;
  margin-right: 30px;
  margin-left: 40px;
  padding: 16px 0px 20px;
  border-bottom: 1px dotted hsla(0, 0%, 91%, .64);
}

.social-stat-cell.ssc-2line {
  padding-top: 20px;
}

.social-stat-cell.ssc-last {
  border-bottom-style: none;
}

.ss-stat-icon {
  margin-top: 24px;
  margin-right: 14px;
  float: left;
}

.ss-stat-single {
  margin-top: 0px;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 74px;
  font-weight: 500;
  letter-spacing: -1.79px;
}

.brands-section {
  height: auto;
  padding-bottom: 20px;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: none;
}

.br-lg-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.br-logo-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.quotes-section {
  height: auto;
  padding-bottom: 200px;
  background-color: #fff;
}

.brand-quotes-container {
  height: 300px;
  background-image: url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/quote2x.png');
  background-position: 0px 100%;
  background-size: 386px;
  background-repeat: no-repeat;
}

.quotes-slider {
  background-color: transparent;
}

.quotes-nav {
  left: 0px;
  right: 847px;
  bottom: 0px;
  width: 100px;
  float: none;
  border: 1px none #3e7dff;
  background-color: transparent;
  color: #3e7dff;
}

.brand-quote-p {
  margin-top: 58px;
  font-family: 'Graphik Web', sans-serif;
  color: #1e1e1e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.24px;
}

.br-quotes-author {
  margin-bottom: 10px;
  font-size: 22px;
}

.brands-txt-span {

  font-weight: 700;
}

.dedicated-span {
  font-family: 'Graphik Web', sans-serif;
  font-size: 64px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -2px;
}

.scroll-nav-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: 42px;
  border-bottom: 1px none #3e7dff;
  background-color: #fff;
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, .12);
}

.scroll-nav-container {
  height: 50px;
}

.scroll-nav-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 30px;
  margin-left: auto;
  float: left;
  font-family: 'Graphik Web', sans-serif;
  color: #383838;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

.scroll-nav-link:hover {
  color: #3e7dff;
}

.scroll-nav-link.w--current {
  padding-bottom: 13px;
  border-bottom: 5px none #3e7dff;
  color: #3e7dff;
}

.scroll-nav-items {
  display: block;
  width: 640px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.circ-logo-link {
  margin-left: 0%;
}

.circ-logo-link.logo-contact {
  float: left;
}

.media-portrait-embed {
  position: relative;
  left: 2px;
  top: 80px;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 375px;
  height: 667px;
  margin-right: auto;
  margin-left: auto;
}

.it-all-started-img {
  position: absolute;
  left: -165px;
  overflow: visible;
  margin-right: 40px;
  float: left;
  clear: none;
}

.founders-hero-section {
  height: 100%;
  border: 12px none #fff;
  background-color: #1b1b1b;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .58), transparent 35%, rgba(0, 0, 0, .35) 68%, #000), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/Taste-Made_07.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), transparent 35%, rgba(0, 0, 0, .35) 68%, #000), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/Taste-Made_07.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.founder-bios-section {
  height: auto;
  padding-bottom: 180px;
}

.bios-conatiner {
  padding-top: 50px;
}

.founders-card {
  padding: 80px 20px;
  border-bottom: 1px solid #dbdbdb;
}

.founders-row {
  border-bottom: 1px none #e2e2e2;
}

.founder-name {
  margin-top: 20px;
}

.founder-sub-bio {
  font-family: 'Graphik Web', sans-serif;
  font-weight: 500;
}

.download-founder-photo {
  display: inline-block;
  margin-top: 6px;
}

.iphone-frame-vid {
  position: absolute;
  left: 110px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.landscape-embed {
  margin-top: 40px;
  border-style: solid;
  border-width: 10px 10px 60px;
  border-color: #f8f8f8;
  border-radius: 4px;
}

.fb-post-embed {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.ftr-social-link {
  width: 40px;
  height: 40px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius:50%;
  color:white;
  transition:all.3s;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-right: 15px;
  font-size:17px;
}

.ftr-social-link:hover {
  border-color: #fff;
  background-color: #fff;
  color:black;
  transition:all.3s;
}


.copyright-container {
  height: 80px;
  border-top:0px;
}

.ftr-copyright-txt {
  padding-top: 30px;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.ftr-small-link {
  color: #fff;
  font-size: 14px;
}

.ftr-small-link:hover {
  color: #fff;
}

.laura-communi-img {
  height: auto;
  padding-bottom: 20px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.food-lvr-span {
  font-family: 'Graphik Web', sans-serif;
  font-size: 71px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -1.81px;
}

.scroll-indicator {
  display: block;
}

.scroll-down-link {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 0%;
}

.scroll-down-link.sdl-press {
  margin-top: 50px;
}

.viewers-section {
  height: auto;
  background-color: #080808;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/5049dacb-compressor.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/5049dacb-compressor.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.viewers-stat-big {
  margin-top: 4px;
  padding-left: 0px;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -2.06px;
}

.viewers-stat-big.vsb-2 {
  margin-top: 24px;
}

.viewers-stat-sub {
  margin-left: 0px;
  font-family: 'Graphik Web', sans-serif;
  color: #d1d1d1;
  font-size: 39px;
  line-height: 40px;
  font-style: normal;
  font-weight: 100;
  text-align: center;
}

.viewers-row {
  margin-top: 20px;
  margin-bottom: 60px;
}

.v-stat-1 {
  display: block;
  width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.v-stat-2 {
  display: block;
  width: 340px;
  margin-right: auto;
  margin-left: auto;
}

.careers-title-slider {
  height: 140px;
  margin-top: -20px;
  margin-left: 0%;
  background-color: transparent;
}

.careers-title-slide {
  height: 140px;
}

.careers-titles {
  color: #fff;
  font-size: 125px;
}

.viewers-social-group {
  display: block;
  width: 506px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.com-gallery-section {
  overflow: hidden;
  height: auto;
}

.lb-sq-large {
  display: block;
  width: 430px;
  height: 430px;
  margin-left: 12px;
  float: left;
  clear: none;
  background-color: #fff;
}

.lb-rg-img {
  display: block;
  margin-right: 12px;
  margin-left: 12px;
  float: left;
  clear: none;
}

.lb-sq-small {
  position: relative;
  left: 0px;
  top: 15px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-left: 12px;
  float: left;
  clear: none;
}

.tastemakers-slider {
  height: 430px;
  background-color: #fff;
}

.tastemakers-mask {
  height: 430px;
}

.tastemakers-slide {
  height: 430px;
}

.tm-slide-div {
  display: block;
  width: 910px;
  height: 430px;
  margin-right: auto;
  margin-left: auto;
}

.tm-delivers {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 18px;
  padding-bottom: 0px;
  border: 2px none #42d594;
  font-family: 'Graphik Web', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  text-shadow: 1px 1px 37px #000;
}

.award-link-block.aw-2 {
  margin-left: 12px;
}

.bigs-col1 {
  padding-top: 20px;
  border-right: 2px dotted #dadada;
}

.channels-hdr {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 36px;
  text-align: center;
}

.channels-hdr.ch-watch {
  text-align: left;
}

.channels-block {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
}

.channels-block.cb-watch {
  width: 370px;
  margin-right: 0px;
  margin-left: 0px;
}

.channels-link-block {
  margin-right: 20px;
}

.channels-link-block.clb-watch {
  margin-bottom: 12px;
}

.channels-link-block.clb-last {
  margin-right: 0px;
}

.channel-img {
  border-radius: 100px;
}

.channel-img.ci-ios {
  border: 1px solid #e6e6e6;
}

.ci-outline {
  position: static;
  left: -80px;
  display: inline;
  margin-left: -50px;
  float: none;
  clear: none;
  border: 1px solid #000;
  border-radius: 100px;
}

.ci-outline:hover {
  opacity: 0;
}

.sc-partner-section {
  height: 220px;
  background-color: #fffc00;
}

.scp-block {
  position: relative;
  top: 15px;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.sc-discover-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sc-partner-hdr {
  margin-bottom: 10px;
  font-family: 'Graphik Web', sans-serif;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.sc-link-discover {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pre-loader-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.preloader-block {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 90px;
  display: block;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-txt {
  margin-top: 8px;
  font-family: 'Graphik Web', sans-serif;
  font-size: 152px;
  line-height: 158px;
  text-align: left;
  letter-spacing: -7.06px;
}

.preloader-gif {
  margin-top: 156px;
  margin-left: 8px;
  float: none;
}

.taco-gif {
  display: block;
  float: none;
}

.hero-bottom-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
}

.hero-bottom-container.hbc-press {
  background-image: url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/quote-WHITE2x.png'), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/quote-WHITE2x.png'), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/quote-WHITE2x.png');
  background-position: 0px 50%, 0px 50%, 0px 50%;
  background-size: 386px, 386px, 386px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.white-nav-section {
  height: 64px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

.wn-container {
  height: 55px;
}

.wv-link {
  margin-top: 14px;
}

.tv-bg-video {
  height: 1020px;
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0) 38%);
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 38%);
}

.blue-block {
  width: 60px;
  height: 5px;
  margin-bottom: 20px;
  background-color: #3e7dff;
}

html.w-mod-js *[data-ix="hide-nav"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-hero-text"] {
  opacity: 0;
  -webkit-transform: translate(-6px, 0px);
  -ms-transform: translate(-6px, 0px);
  transform: translate(-6px, 0px);
}

html.w-mod-js *[data-ix="fade-hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(-6px, 0px);
  -ms-transform: translate(-6px, 0px);
  transform: translate(-6px, 0px);
}

html.w-mod-js *[data-ix="fade-section"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="big-stat-left"] {
  opacity: 0;
  -webkit-transform: translate(-70px, 0px);
  -ms-transform: translate(-70px, 0px);
  transform: translate(-70px, 0px);
}

html.w-mod-js *[data-ix="big-stat-right"] {
  opacity: 0;
  -webkit-transform: translate(70px, 0px);
  -ms-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}

html.w-mod-js *[data-ix="page-preload"] {
  opacity: 1;
}
.social-col {
  padding-top: 25px;
  margin-left:auto;
}
.ftr-social-col-div{
  display:flex;
  justify-content:center;
  padding-left:0;

}
.links{
  display:flex;
  justify-content: flex-start;

}
@media (max-width: 991px) {
  body {
    overflow: visible;
  }
  .play-btn-hero {
    margin-top: 180px;
    margin-left: 5%;
    float: none;
  }
  .about-hero-text {
    width: 490px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    font-family: 'Graphik Web', sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    text-shadow: 1px 1px 20px #000;
  }
  .about-hero-text.press-hero-txt {
    font-size: 84px;
    line-height: 70px;
  }
  .addictive-video {
    position: static;
    height: auto;
  }
  .addictive-video.av-watch {
    height: auto;
  }
  .av-container {
    overflow: hidden;
    height: auto;
  }
  .av-container.avc-watch {
    padding-bottom: 0px;
  }
  .about-hero-vid {
    height: 100%;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .16) 40%, rgba(0, 0, 0, .05) 62%, #000), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/Laura-Miller-Mushrooms.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .16) 40%, rgba(0, 0, 0, .05) 62%, #000), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/Laura-Miller-Mushrooms.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .av-row {
    overflow: hidden;
    margin-top: 16px;
  }
  .av-iphone-frame {
    max-width: 280%;
    margin-left: -20px;
  }
  .av-app-store.av-as-child {
    margin-left: 0px;
  }
  .av-app-store.av-as-child.gp-child-ftr {
    display: block;
    float: none;
    clear: none;
  }

  .app-store-link-block.play-str-ftr-child {
    margin-left: 0px;
  }
  .av-heading {
    margin-top: 0px;
    margin-left: 20px;
    font-size: 54px;
    line-height: 50px;
  }
  .av-heading.avh-watch {
    margin-bottom: 6px;
  }
  .stats-section {
    overflow: hidden;
  }
  .global-map-section {
    overflow: hidden;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    background-image: -webkit-linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0) 72%, #fff), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/MAP-BG-32x.jpg');
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0) 72%, #fff), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/MAP-BG-32x.jpg');
    background-position: 0px 0px, 50% -87px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .map-text-container {
    overflow: hidden;
  }
  .map-title {
    margin-top: 20px;
    font-size: 92px;
  }
  .as-sub {
    font-family: 'Graphik Web', sans-serif;
    font-size: 21px;
  }
  .as-sub.stat-sub {
    font-size: 24px;
  }
  .map-scale-img {
    margin-bottom: 100px;
  }
  .stats-container {
    overflow: hidden;
    padding-top: 100px;
  }
  .stats-row.sr-2 {
    margin-bottom: 140px;
  }
  .stat-label {
    font-size: 60px;
    line-height: 54px;
  }
  .stat-label.sl-long {
    font-size: 60px;
  }
  .community-section {
    overflow: hidden;
  }
  .com-title {
    overflow: hidden;
  }
  .founding-section {
    overflow: hidden;
    background-image: -webkit-linear-gradient(0deg, #161616, #1d1d1d 56%, rgba(33, 33, 33, .7) 80%, rgba(33, 33, 33, .69)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/table.jpg');
    background-image: linear-gradient(90deg, #161616, #1d1d1d 56%, rgba(33, 33, 33, .7) 80%, rgba(33, 33, 33, .69)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/table.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .tweets-slider {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .tweet-slides {
    width: 50%;
  }
  .tweets-slide-nav {
    bottom: -23px;
  }
  .story-div {
    display: block;
    width: auto;
    margin-top: 0px;
    float: left;
    clear: none;
  }
  .story-headline {
    padding-top: 120px;
    float: none;
    font-size: 106px;
    line-height: 84px;
  }
  .footer-section {
    overflow: visible;
  }
  .ftr-text-link {
        font-family: "Graphik Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color:white;
    font-size: 14px;
    line-height: 18px;
  }
  .press-hero {
    background-image: -webkit-linear-gradient(270deg, #000, transparent 14%), -webkit-linear-gradient(270deg, hsla(0, 0%, 7%, .55), hsla(0, 0%, 7%, .55)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/press-blk.jpg');
    background-image: linear-gradient(180deg, #000, transparent 14%), linear-gradient(180deg, hsla(0, 0%, 7%, .55), hsla(0, 0%, 7%, .55)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/press-blk.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }
  .fs-container {
    position: static;
    left: 24px;
    top: 0px;
    right: 107px;
    bottom: 0px;
    display: block;
    overflow: visible;
    padding-left: 10%;
  }
  .av-col-1 {
    overflow: hidden;
  }
  .av-col-2 {
    display: block;
    overflow: hidden;
  }
  .contact-section {
    box-shadow: none;
  }
  .iphone-video-div {
    position: static;
    display: block;
    overflow: visible;
  }
  .contact-hero-hdr {
    height: 280px;
  }
  .bp-hero-video {
    height: 100%;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), -webkit-linear-gradient(90deg, transparent, transparent 17%, rgba(0, 0, 0, .59) 82%, #000), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/photo-1477763858572-cda7deaa9bc5.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), linear-gradient(0deg, transparent, transparent 17%, rgba(0, 0, 0, .59) 82%, #000), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/photo-1477763858572-cda7deaa9bc5.jpeg');
    background-position: 0px 0px, 0px 0px, 0px 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .bp-hero-video.bph-company {
    background-image: -webkit-linear-gradient(270deg, #000, transparent 31%, rgba(0, 0, 0, .14) 72%, rgba(0, 0, 0, .78)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/IMG_0725.JPG');
    background-image: linear-gradient(180deg, #000, transparent 31%, rgba(0, 0, 0, .14) 72%, rgba(0, 0, 0, .78)), linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/IMG_0725.JPG');
    background-position: 0px 0px, 0px 0px, 64% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .consumer-action-section {
    overflow: hidden;
  }
  .case-studies-section {
    overflow: hidden;
  }
  .cs-left-arrow {
    left: 380px;
    top: 78px;
    width: 80px;
    height: 80px;
  }
  .cs-left-arrow.arl-sq {
    left: -5px;
  }
  .cs-left-arrow.arl-sq.arl-fb {
    left: 10px;
  }
  .cs-left-arrow.csl-tv {
    top: 78px;
  }
  .cs-right-arrow {
    left: 506px;
    top: 78px;
    width: 80px;
    height: 80px;
  }
  .cs-right-arrow.ar-sq {
    left: 122px;
  }
  .cs-right-arrow.ar-sq.ar-fb {
    left: 114px;
  }
  .cs-right-arrow.csr-tv {
    top: 78px;
  }
  .cs-dot-nav {
    left: 121px;
    top: -245px;
  }
  .cs-dot-nav.cs-nav-sq {
    width: 200px;
  }
  .cs-dot-nav.cs-nav-sq.dot-fb {
    width: 200px;
  }
  .cs-dot-nav.csd-tv {
    left: 121px;
    top: -253px;
  }
  .cs-show-title.ta-hash {
    font-size: 37px;
    line-height: 37px;
  }
  .hero-moments-hdr {
    margin-top: 30px;
    margin-left: 0%;
    padding-top: 160px;
    text-shadow: 1px 1px 22px rgba(0, 0, 0, .5);
  }
  .hero-moments-hdr.story-hero-hdr {
    margin-top: 0px;
    padding-top: 0px;
    text-shadow: 1px 1px 22px #000;
  }
  .play-btn-txt {
    margin-top: 69px;
  }
  .circ-logo.cl-home {
    margin-left: 0%;
  }
  .about-p {
    margin-right: 20px;
    margin-left: 20px;
    font-family: 'Graphik Web', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
  }
  .cs-stat-cell.cssc-last {
    border-bottom-style: none;
  }
  .social-stats-section {
    overflow: hidden;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/market-2bw-compressor.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/market-2bw-compressor.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .brands-section {
    overflow: hidden;
  }
  .quotes-section {
    overflow: hidden;
  }
  .scroll-nav-link.snl-last {
    margin-right: 0px;
  }
  .scroll-nav-items {
    width: 595px;
  }
  .media-portrait-embed {
    top: 0px;
  }
  .founders-hero-section {
    height: 100%;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .founder-bios-section {
    background-color: #fff;
  }
  
  .ftr-copyright-txt {
    font-family: 'Graphik Web', sans-serif;
    font-weight: 200;
  }
  .ftr-small-link {
    font-family: 'Graphik Web', sans-serif;
    font-weight: 200;
  }
  .slanted-phone-static {
    display: block;
    overflow: hidden;
    max-width: 65%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .laura-communi-img {
    padding-bottom: 16px;
  }
  .food-lvr-span {
    font-size: 67px;
  }
  .scroll-down-link {
    margin-left: 0%;
  }
  .viewers-section {
    overflow: hidden;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/5049dacb-compressor.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/5049dacb-compressor.jpeg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .viewers-stat-big {
    font-size: 100px;
    text-align: center;
  }
  .viewers-stat-sub {
    margin-top: 0px;
    font-size: 30px;
  }
  .viewers-row {
    margin-top: 0px;
  }
  .careers-title-slider {
    margin-top: -30px;
  }
  .careers-titles.ct-tm {
    font-size: 149px;
  }
  .lb-sq-large {
    width: 210px;
    height: 210px;
  }
  .lb-sq-small {
    margin-top: 12px;
  }
  .lb-sq-small.lbsq-1 {
    margin-top: 0px;
  }
  .lb-sq-small.lbsq-1.lbsq-11 {
    top: 0px;
  }
  .lb-sq-small.lbsq-22 {
    top: 0px;
    margin-top: 0px;
  }
  .tastemakers-slider {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .tastemakers-mask {
    width: 100%;
    height: 210px;
    max-width: 100%;
  }
  .tastemakers-slide {
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .tm-slide-div {
    width: 93%;
    height: auto;
  }
  .tm-delivers {
    margin-top: 30px;
    font-family: 'Graphik Web', sans-serif;
    font-size: 40px;
    line-height: 64px;
    font-weight: 300;
  }
  .hero-main-container {
    overflow: hidden;
  }
  .bigs-col1 {
    border-right-style: none;
  }
  .channels-hdr {
    margin-top: 30px;
  }
  .channels-hdr.ch-watch {
    margin-left: 20px;
  }
  .channels-block.cb-watch {
    width: 90%;
    margin-left: 20px;
  }
  .sc-partner-section {
    overflow: hidden;
  }
  .hero-bottom-container {
    overflow: hidden;
    padding-bottom: 4px;
  }
  .hero-bottom-container.hbc-press {
    padding-bottom: 4px;
  }
  .com-img-still {
    display: block;
    width: 96%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .careers-sub-hdr {
    line-height: 50px;
  }
  .tv-bg-video {
    height: 820px;
  }
}

@media (max-width: 767px) {
  .about-hero-text {
    width: auto;
    font-size: 26px;
    line-height: 26px;
  }
  .links{
  display:flex;
  justify-content: center;

}
.main-nav-col {
  padding-top: 25px;
  padding-left: 0px;
  padding-right: 70px;
}
.logo-col {
    
    margin: auto;
}
  .ftr-row {
  flex-flow:column;

  }
  .about-hero-text.press-hero-txt {
    font-size: 50px;
    line-height: 42px;
  }
  .about-hero-text.aht-careers {
    width: auto;
  }
  .av-app-store {
    float: left;
  }
  .app-store-link-block.play-str-ftr-child {
    float: left;
    clear: left;
  }
  .app-store-link-block.ap-ftr {
    margin-top: 40px;
  }
  .app-store-link-block.apsl-watch {
    margin-top: 16px;
  }
  .av-heading.avh-watch {
    margin-top: 30px;
    margin-right: 20px;
    text-align: center;
  }
  .global-map-section {
    background-image: -webkit-linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0) 72%, #fff), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/MAP-BG-32x.jpg');
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0) 72%, #fff), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/MAP-BG-32x.jpg');
    background-position: 0px 0px, -108px 50%;
  }
  .map-title {
    font-size: 70px;
    line-height: 70px;
  }
  .com-title {
    font-size: 57px;
    line-height: 48px;
  }
  .tweet-slides {
    width: 100%;
  }
  .twee-card-div {
    margin-right: 12px;
  }
  .tweet-text {
    clear: left;
  }
  .tweet-link {
    clear: left;
  }
  .story-headline {
    margin-right: 70px;
    font-size: 96px;
    line-height: 74px;
  }
  .story-quote {
    width: auto;
    max-width: 84%;
    padding-right: 20px;
    font-size: 24px;
    line-height: 27px;
  }
  .founding-paragraph {
    width: auto;
    max-width: 90%;
  }
  .geos-col {
    padding-left: 40px;
  }
  .press-hero {
    height: 100%;
  }
  .press-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .press-card-col-2 {
    display: none;
  }
  .fs-container {
    padding-left: 4%;
  }
  .about-careers-section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .offices-img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-hero-hdr {
    padding-right: 16px;
    padding-left: 16px;
  }
  .ca-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .ca-title {
    font-size: 74px;
    line-height: 65px;
  }
  .ca-title.cs-title.ss-title.br-t {
    font-size: 56px;
    line-height: 34px;
  }
  .ca-subtitle {
    margin-top: 20px;
  }
  .case-studies-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .case-studies-tabs {
    height: auto;
  }
  .cs-tab-content {
    height: auto;
  }
  .original-series-tab {
    height: auto;
  }
  .os-tab {
    padding-right: 12px;
    padding-left: 12px;
  }
  .os-tab.w--current {
    padding-right: 12px;
    padding-left: 12px;
  }
  .ta-inact {
    padding-right: 12px;
    padding-left: 12px;
  }
  .cs-left-arrow {
    left: 76px;
    top: 0px;
    right: 76px;
  }
  .cs-left-arrow.arl-sq.arl-fb {
    left: 74px;
    top: -684px;
  }
  .cs-right-arrow {
    left: 170px;
    top: -946px;
  }
  .cs-right-arrow.ar-sq.ar-fb {
    left: 167px;
    top: -684px;
  }
  .cs-dot-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .cs-dot-nav.cs-nav-sq {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .cs-dot-nav.cs-nav-sq.dot-fb {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .cs-dot-nav.csd-tv {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .hero-moments-hdr {
    font-size: 64px;
    line-height: 79px;
    letter-spacing: -1.06px;
  }
  .hero-moments-hdr.story-hero-hdr {
    margin-top: 0px;
    padding-top: 0px;
  }
  .hero-move-b {
    font-size: 129px;
    line-height: 62px;
  }
  .c-study-small {
    margin-bottom: 0px;
  }
  .c-study-small.cs-hint {
    margin-top: -22px;
    color: #353535;
    text-align: right;
    text-transform: none;
  }
  .cs-stat-cell.cs-media-last {
    margin-bottom: 20px;
  }
  .social-stats-section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .social-col {
  width:100%;
  min-width:100%;
}
  .ta-tab {
    height: auto;
  }
  .recipes-tab {
    height: auto;
    padding-bottom: 340px;
  }
  .media-tab {
    height: auto;
    padding-bottom: 170px;
  }
  .ss-col-2 {
    margin-top: 20px;
  }
  .social-stat-cell {
    margin-left: 0px;
  }
  .brands-section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .quotes-section {
    margin-top: -210px;
    padding-right: 16px;
    padding-bottom: 160px;
    padding-left: 16px;
  }
  .brand-quotes-container {
    height: auto;
  }
  .quotes-slider {
    height: auto;
  }
  .brand-quote-p {
    font-size: 22px;
  }
  .brands-txt-span {
    font-size: 64px;
  }

  .ftr-social-col-div {
    justify-content:center;
    padding-left:0;
  }
  .slanted-phone-static {
    position: static;
  }
  .food-lvr-span {
    font-size: 51px;
    line-height: 51px;
  }
  .careers-title-slider {
    height: 110px;
  }
  .careers-title-slide {
    height: 110px;
  }
  .careers-titles {
    font-size: 100px;
    letter-spacing: -3.06px;
  }
  .careers-titles.ct-tm {
    font-size: 100px;
  }
  .audience-div {
    margin-left: 30px;
  }
  .studios-div {
    margin-left: 20px;
  }
  .hero-main-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .channels-block {
    width: 295px;
  }
  .channels-link-block {
    margin-top: 12px;
    margin-right: 9px;
  }
  .hero-bottom-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .mobile-download-section {
    overflow: hidden;
    height: 100%;
    background-color: #fff;
  }
  .mobile-circle-logo {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-download-block {
    display: block;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
  }
  .bottom-download-container {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .download-gif {
    margin-bottom: -13px;
  }
  .circle-mobile-link {
    display: block;
    width: 150px;
    margin-top: 8%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .about-hero-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .play-btn-hero {
    margin-top: 100px;
    float: none;
  }
  .about-hero-text {
    padding-right: 10px;
    font-family: 'Graphik Web', sans-serif;
    font-size: 20px;
    line-height: 19px;
    font-weight: 400;
  }
  .about-hero-text.press-hero-txt {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 50px;
    line-height: 42px;
  }
  .about-hero-text.aht-careers {
    font-family: 'Graphik Web', sans-serif;
    font-weight: 400;
    text-shadow: 1px 1px 14px #000;
  }
  .av-container {
    padding-top: 0px;
    padding-bottom: 90px;
  }
  .about-hero-vid {
    border-width: 6px;
    background-image: -webkit-linear-gradient(270deg, #000, rgba(0, 0, 0, .16) 40%, transparent), -webkit-linear-gradient(270deg, null, null), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/moments-bg.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .16) 40%, transparent), linear-gradient(180deg, null, null), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/moments-bg.jpg');
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .av-row {
    margin-top: 42px;
  }
  .av-app-store.av-as-child {
    margin-left: 0px;
    clear: none;
  }
  .app-store-link-block {
    margin-top: 10px;
  }
  .app-store-link-block.ap-ftr {
    margin-top: 20px;
  }
  .app-store-link-block.apsl-watch {
    margin-top: 12px;
  }
  .av-heading {
    font-size: 44px;
    line-height: 37px;
  }
  .av-heading.avh-watch {
    margin-bottom: 8px;
  }
  .stats-section {
    overflow: hidden;
    border-width: 6px;
  }
  .global-map-section {
    overflow: hidden;
    padding-bottom: 0px;
    background-position: 0px 0px, 20% 50%;
    background-size: auto, cover;
  }
  .map-title {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-size: 66px;
    line-height: 50px;
    text-align: left;
  }
  .as-sub.stat-sub {
    font-family: 'Graphik Web', sans-serif;
    font-weight: 300;
  }
  .stat-label {
    font-size: 84px;
  }
  .stat-label.sl-long {
    font-size: 70px;
  }
  .community-section {
    overflow: hidden;
    padding-top: 70px;
  }
  .com-title {
    margin-left: 5%;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 0px;
    font-size: 34px;
    line-height: 39px;
  }
  .founding-section {
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(0deg, #161616, rgba(27, 27, 27, .96) 56%, rgba(33, 33, 33, .7) 84%, rgba(33, 33, 33, .69)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/table.jpg');
    background-image: linear-gradient(90deg, #161616, rgba(27, 27, 27, .96) 56%, rgba(33, 33, 33, .7) 84%, rgba(33, 33, 33, .69)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/table.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .tweet-slides {
    margin-left: 0px;
  }
  .twee-card-div {
    margin-left: 12px;
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid none none;
    border-radius: 0px;
  }
  .tweets-slide-nav {
    bottom: 13px;
  }
  .tweet-handle {
    left: 80px;
  }
  .tweet-arrow-bg {
    margin-right: 0px;
  }
  .tweet-arrow-bg.tab-left {
    margin-left: -4px;
  }
  .story-headline {
    margin-top: 20px;
    margin-right: 30px;
    padding-top: 70px;
    font-size: 58px;
    line-height: 49px;
    text-align: left;
    letter-spacing: -0.35px;
  }
  .story-quote {
    max-width: 94%;
    margin-top: 20px;
    padding-right: 0px;
    font-size: 23px;
  }
  .founding-paragraph {
    max-width: 96%;
    margin-top: 20px;
    font-size: 20px;
    text-shadow: 1px 1px 14px #000;
  }
  .footer-section {
    overflow: hidden;
    height: auto;
  }
  .press-hero {
    height: 100%;
  }
  .press-section-title {
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .fs-container {
    margin-top: 20px;
  }
  .about-careers-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .contact-section {
    padding-bottom: 100px;
  }
  .contact-hdr {
    margin-top: 70px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    line-height: 64px;
  }
  .press-btn-hdr {
    font-family: 'Graphik Web', sans-serif;
    font-weight: 400;
  }
  .ftrd-press-logo-block {
    margin-left: 0%;
  }
  .contact-hero-hdr {
    height: auto;
  }
  .bp-hero-video.bph-company {
    background-image: -webkit-linear-gradient(270deg, #000, transparent 31%, rgba(0, 0, 0, .48) 64%, #000), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/IMG_0725.JPG');
    background-image: linear-gradient(180deg, #000, transparent 31%, rgba(0, 0, 0, .48) 64%, #000), linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/IMG_0725.JPG');
    background-position: 0px 0px, 0px 0px, 64% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .ca-title {
    margin-top: 80px;
    font-size: 64px;
    line-height: 50px;
  }
  .ca-title.cs-title {
    margin-top: 60px;
    font-size: 64px;
    line-height: 50px;
  }
  .ca-title.cs-title.ss-title {
    margin-top: 0px;
    margin-right: 0px;
    font-size: 39px;
  }
  .ca-title.cs-title.ss-title.br-t {
    font-size: 47px;
  }
  .ca-subtitle {
    width: auto;
  }
  .cs-dot-nav {
    left: auto;
    top: 0px;
    right: 0px;
    width: 90px;
  }
  .cs-dot-nav.cs-nav-sq {
    left: auto;
    top: 0px;
    right: 0px;
    width: 105px;
  }
  .cs-dot-nav.cs-nav-sq.dot-fb {
    left: auto;
    top: 0px;
    right: 0px;
    width: 90px;
  }
  .cs-dot-nav.csd-tv {
    left: auto;
    top: 0px;
    right: 0px;
    width: 105px;
  }
  .hero-moments-hdr {
    margin-top: 40px;
    padding-top: 0px;
    font-size: 42px;
    line-height: 25px;
    letter-spacing: -1.06px;
  }
  .play-btn-txt {
    margin-top: 40px;
  }
  .hero-move-b {
    font-size: 79px;
    letter-spacing: -3.06px;
  }
  .circ-logo.cl-home {
    margin-top: 50px;
  }
  .about-p {
    margin-right: 10px;
    font-family: 'Graphik Web', sans-serif;
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
  }
  .c-study-small.cs-hint {
    margin-top: 1px;
    text-align: left;
  }
  .brand-quotes-container {
    background-size: contain;
  }
  .brand-quote-p {
    line-height: 25px;
    text-align: center;
  }
  .br-quotes-author {
    text-align: center;
  }
  .brands-txt-span {
    line-height: 52px;
  }
  .dedicated-span {
    font-size: 64px;
    line-height: 34px;
  }
  .slanted-phone-static {
    max-width: 100%;
    margin-top: 20px;
  }
  .laura-communi-img {
    height: auto;
    padding-bottom: 0px;
  }
  .food-lvr-span {
    font-size: 55px;
    line-height: 35px;
  }
  .scroll-indicator {
    opacity: 0.68;
  }
  .scroll-down-link {
    margin-left: 0%;
  }
  .scroll-down-link.sdl-press {
    margin-top: 20px;
  }
  .viewers-section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .v-stat-1 {
    width: auto;
  }
  .v-stat-2 {
    width: auto;
  }
  .careers-title-slider {
    height: 90px;
    margin-top: -38px;
  }
  .careers-titles {
    font-size: 62px;
  }
  .careers-titles.ct-tm {
    font-size: 60px;
  }
  .audience-div {
    margin-left: 20px;
  }
  .studios-div {
    margin-top: 20px;
    margin-left: 20px;
  }
  .lb-sq-large {
    width: 28%;
    height: auto;
    max-width: 40%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .lb-sq-small {
    position: static;
    width: 16.5%;
    height: auto;
    max-width: 18%;
    margin-right: 1%;
    margin-bottom: 12px;
    margin-left: 1%;
    float: none;
    clear: none;
  }
  .tastemakers-slider {
    height: 264px;
  }
  .tm-delivers {
    margin-top: 60px;
    font-size: 32px;
    line-height: 30px;
  }
  .channels-hdr {
    padding-left: 20px;
    text-align: left;
  }
  .channels-block {
    margin-right: 0px;
    margin-left: 20px;
  }
  .scp-block {
    width: auto;
  }
  .preloader-block {
    bottom: 26px;
    width: 83%;
  }
  .loading-txt {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 63px;
    line-height: 78px;
    letter-spacing: -3.06px;
  }
  .taco-gif {
    position: absolute;
    left: -31px;
    right: 0px;
    bottom: 40px;
    max-width: 80%;
  }
  .hero-bottom-container {
    bottom: 20px;
  }
  .hero-bottom-container.hbc-press {
    background-image: url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/quote-WHITE2x.png'), url('http://s3.amazonaws.com/com.tastemade.public/web/corp/images/quote-WHITE2x.png');
    background-position: 0px 50%, 0px 50%;
    background-size: 386px, 386px;
    background-repeat: no-repeat, no-repeat;
  }
  .careers-sub-hdr {
    font-size: 36px;
    line-height: 33px;
  }
  .mobile-circle-logo {
    width: 100px;
    height: 100px;
  }
  .download-gif {
    margin-bottom: -53px;
  }
}


@font-face {
  font-family: 'Graphik Web';
  src: url('../../../fonts/Graphik-Regular-Web.woff2') format('woff2'),
  url('../../../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('../../../fonts/Graphik-Regular-Web.woff2') format('woff2'),
  url('../../../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';;
  src: url('../../../fonts/Graphik-Medium-Web.woff2') format('woff2'),
  url('../../../fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik Web';;
  src: url('../../../fonts/Graphik-Bold-Web.woff2') format('woff2'),
  url('../../../fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Tiempos';
  src: url('../../../fonts/TiemposHeadlineWeb-Medium.woff2') format('woff2'),
  url('../../../fonts/TiemposHeadlineWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}