#js-value {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 99999;
  transform: translateY(-50%);
  padding: 12px;
  background: #000;
  color: #fff;
}
.button.accordion-item-button {
  padding: 0;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #737373;
  font-size: 14px;
  color: #737373;
  line-height: 1em;
}
.accordion-item-content {
    position: absolute;
    padding-bottom: 24px;
}
.accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
}
.accordion-item:first-child .accordion-item-header {
    padding-top: 0;
}
.accordion-item {
  position: relative;
  padding-left: 0;
  border-bottom: 2px solid #d9d9d9;
  overflow: hidden;
  transition: all 400ms ease;
}
.content-accordion {
}
.social-buttons a:not(:first-child) {
  margin-left: 20px;
}
.social-buttons {
    margin-top: 12px;
}
#footer .logo {
  height: 48px;
  margin: 0 auto;
}
#footer .text, #footer .nav-list-item, #footer .social-buttons {
    text-align: center;
}
#footer address {
    line-height: 1em;
    font-style: unset;
    margin-top: 48px;
}
#footer .nav-list-item:not(:first-child) {
    margin-top: 12px;
}
#footer .page-section.flex-section .section-row {
  align-items: center;
}
#footer .section-row:not(:first-child) {
  border-top: 2px solid #737373;
}
#footer {
  position: relative;
  z-index: 1;
  background: #f2f2f2;
}
#the-taco-symbol {
    width: 100%;
    max-width: 300px;
}
.slider-nav-button .fa {
    font-size: 28px;
}
.button:not(.accordion-item-button) .button-layer-top .fa {
    color: #1a1a1a;
}
.accordion-item-button .fa {
    color: #808080;
}
.button:not(.accordion-item-button) .button-layer-bottom .fa {
    color: #fff;
}
.button-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 100px;
    transition: all 200ms ease;
    white-space: nowrap;
}
.button:not(.accordion-item-button) .button-layer-bottom {
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #cd211b;
    color: #fff;
}
.button.slider-nav-button .button-layer-bottom {
  background: #1a1a1a;
}
.button:not(.slider-nav-button):not(.accordion-item-button)  .button-layer-top {
  border: 2px solid #cd211b;
}
.button.accordion-item-button .button-layer-top {
  border: 1px solid #737373;
}
.button:not(.slider-nav-button):not(.accordion-item-button) .button-layer-bottom {
    padding: 10px 20px;
}
.button-layer-top {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    padding: 0;
    background: #fff;
    color: #cd211b;
    opacity: 0;
    box-sizing: border-box;
}
.button:not(.slider-nav-button):not(.accordion-item-button):hover .button-layer-top, .slider:not(.active) .slider-nav-button:hover .button-layer-top {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    opacity: 1;
}
.accordion-item-open  .button .button-layer-top {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    opacity: 1;
}
.button.slider-nav-button {
    position: absolute;
    top: 44%;
    z-index: 2;
    width: 60px;
    height: 60px;
    padding: 0;
    margin-top: -1.2vw;
    background: transparent;
    border: none;
    /* transform: translateY(-50%); */
}
.slider-nav-left {
    left: 36px;
    left: 12px;
}
.slider-nav-right {
    right: 36px;
    right: 12px;
}
.slider-item-button {
    margin-top: 24px;
}
.slider-item-body {
    padding: 24px;
}
.slider-item p:not(:first-child) {
  margin-top: 24px;
}
.slider-item-image img, .slider-item-image .video {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translate(0, -50%);
}
.slider-item-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    transition: all 400ms ease;
}
.slider-item:not(.active~.slider-item) .slider-item-image {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
}
.active+.slider-item .slider-item-image {
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}
.slider-item {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    overflow: hidden;
    transition: all 400ms ease;
}
.slider-item:nth-child(1) {
    transform: translate(calc(-100% + -60px), -50%);
}
.slider-item:nth-child(2) {
    transform: translate(calc(0% + 0px), -50%);
}
.slider-item:nth-child(3) {
    transform: translate(calc(100% + 60px), -50%);
}
.slider-item:nth-child(4) {
    transform: translate(calc(200% + 120px), -50%);
}
.slider-item:nth-child(n+5) {
    transform: translate(calc(300% + 180px), -50%);
}
.image-slider, .slider-content {
    position: relative;
}
.slider-content {
    padding: 24px 0;
    overflow: hidden;
}
.content-grid:not(:first-child) {
    margin-top: 60px;
}
.content-grid {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 100%;
}
.video, .image {
  display: block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
@keyframes heroVid {
    0% {object-position: 60% 50%;}
    33.3333% {object-position: 70% 50%;}
    66.6667% {object-position: 10% 50%;}
    100% {object-position: 60% 50%;}
}
#vr-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 60% 50%;
    animation-name: heroVid;
    animation-timing-function: ease-in-out;
    animation-duration: 44444ms;
    animation-iteration-count: infinite;
}
.hero-section:not(.video-bg-section) .video, .hero-section .image {
  height: 60vh !important;
  margin-top: -40vh;
  margin-bottom: 0;
  object-fit: cover;
}
.page-section.bg-section .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.column-wrapper {
  position: relative;
}
.flex-section:not(.hero-section) .column-wrapper {
    text-align: center;
}
.flex-section .column-wrapper {
    width: 100%;
    max-width: 510px;
}
.page-section.flex-section.hero-section:not(.video-bg-section) .section-bg.section-row .row-column:last-child .column-wrapper {
    max-width: unset;
}
.flex-section .column-wrapper .accordion-item-content p {
  text-align: left;
}
.flex-section .row-column {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
}
#footer .flex-section .row-column.justify-center {
  /* flex: 1; */
}
#footer .flex-section .row-column:not(:nth-child(2)) {
    flex: unset;
}
.flex-section .row-column:not(:last-child) {
    padding-bottom: 60px;
}
.flex-section.reverse-on-mobile .row-column:not(:last-child) {
    padding-top: 60px;
}
.flex-section.align-center .row-column {
    align-items: center;
}
.flex-section .row-column.justify-center {
    justify-content: center;
}
.page-section .section-row {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: 48px;
    padding-right: 18px;
    padding-bottom: 84px;
    padding-left: 48px;
    padding-left: 18px;
    margin: 0 auto;
    box-sizing: border-box;
}
.page-section.hero-section .section-row {
  padding-bottom: 0;
}
.page-section .section-row:first-child {
    padding-top: 84px;
}
.page-section.flex-section .section-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.flex-section.flex-section.reverse-on-mobile .section-row {
    flex-direction: column-reverse;
}
.page-section.flex-section.align-center .section-row, .page-section.flex-section.align-top .section-row, .page-section.flex-section.align-bottom .section-row {
    align-items: center;
}
.page-section:not(.full-width-section) .section-row:not(.full-bleed-row) {
    max-width: 1200px;
}
.page-section.flex-section.hero-section:not(.video-bg-section) .section-bg.section-row {
    padding: 0;
    padding-left: 18px;
    margin: 0;
    max-width: unset;
    background: #fff;
}
.page-section.flex-section.hero-section:not(.video-bg-section) .section-row:not(.section-bg) {
  padding-bottom: 40vh;
}
.page-section .section-row.full-bleed-row {
    padding-left:0 !important;
    padding-right:0 !important;
}
.page-section {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.hero-section+.page-section {
    padding-top: 72px;
}
.page-section.hero-section:not(.bg-section), .page-section.theme-color-2 {
  background: #e6e6e6;
}
.page-section.bg-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}
.page-section.video-bg-section {
    min-height: 108vh;
}
.page-section.align-bottom {
    align-items: flex-end;
}
.page-section:first-child:not(.full-bleed-section), .bg-section+.page-section:not(.full-bleed-section) {
    padding-top: 60px;
}
.page-section:not(.full-bleed-section):not(.hero-section:not(.bg-section)) {
    padding-bottom: 72px;
}
.page-section.hero-section {
  z-index: 2;
}
.text-align_center {
    text-align: center;
}
.bg-section .text {
    color: #fff;
}
.button:not(:first-child):not(.slider-nav-button):not(.accordion-item-button):not(.image-attribution-link) {
  margin-top: 36px;
}
p:not(:first-child) {
  margin-top: 24px;
}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 24px;
}
h6+h1, h5+h1, h4+h1, h3+h1, h2+h1, h6+h2, h5+h2, h4+h2, h3+h2, h6+h3, h5+h3, h4+h3, h6+h4, h5+h4, h6+h5 {
  margin-top: 12px !important;
}
.video+h1, .video+h2, .video+h3, .video+h4, .video+h5, .video+h5, .video+p, .video+a, .video+.button {
    margin-top: 60px;
}
p, .button {
    font-size: 18px;
}
a {
  text-decoration: unset;
}
p {
  line-height: 1.6em;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h2:first-child:last-child {
    font-size: 36px;
}
.page-section:not(.flex-section) h2:not(:first-child:last-child) {
  font-size: 18px;
}
h3 {
    font-size: 18px;
}
h2+h3 {
  font-size: 36px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, p, a, .button {
    color: #1a1a1a;
    font-family: sans-serif;
    font-weight: 500;
    margin: 0;
}
h1, h2, h3 {
    color: #595959;
}
.nav-link, .button {
  white-space: nowrap;
}
.button {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    transition: all 200ms ease;
    color: unset;
    line-height: 1em;
}
.button.button-icon .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #595959;
  border-radius: 100px;
}
.bg-section .button.button-icon .fa {
  border-color: #fff;
}
.button.button-icon .button-layer:not(:first-child) {
    margin-left: 24px;
}
.button.button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #595959;
}
.bg-section .button.button-icon {
  color: #fff;
}
a, .button {
  cursor: pointer;
}
.top-right-accent::before {
  transform: translate(-50%, -50%);
}
.top-right-accent {
  bottom: 100%;
  right: 0;
}
.bottom-left-accent::before {
  transform: translate(-50%, -50%);
}
.bottom-left-accent {
  bottom: 0;
  right: 100%;
}
.image-attribution-accent::before {
  content: '';
  display: block;
  width: 200%;
  height: 200%;
  border: 10px solid #fff;
  border-radius: 100px;
}
.image-attribution-accent {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.image-attribution-link {
  white-space: nowrap;
}
.image-attribution {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 18px;
  background: #fff;
  border-top-left-radius: 18px;
}
.column-wrapper>img:not(.logo):not(#tacos), .slider-item.active .slider-item-image, .grid-item img, section:not(.video-bg-section) video {
  border-radius: 18px;
}
.page-section.flex-section.hero-section:not(.video-bg-section) .image {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img {
    display: block;
    width: 100%;
}
.taco-logo {
    width: auto;
    height: 20px;
}
.header-logo .logo {
    height: 30px;
    margin-bottom: 40px;
}
.header-logo {
    display: inline-block;
}
.mobile-nav-button {
    cursor: pointer;
}
#close-nav .fa {
    font-size: 20px;
    color: #737373;
}
#close-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
}
#header .nav-link .fa {
  font-size: 12px;
  margin-left: 6px;
}
#header .nav-link:not(.header-logo) {
    display: inline-flex;
  align-items: center;
  justify-content: space-between;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 20px;
    padding: 4px 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 200ms ease;
}
#header .nav-folder-item:hover .nav-link {
  color: #fff;
}
#header .nav-list-item:hover .nav-link:not(.header-logo):not(.nav-folder-link) {
    border-bottom-color: #1a1a1a;
}
#header .nav-folder-item {
  padding: 18px;
  transition: all 200ms ease;
}
#header .nav-folder-item:hover {
  background: #1a1a1a;
}
#header .nav-folder {
  position: absolute;
  top: 100%;
  z-index: 1;
  opacity: 0;
  transform: translateY(50%);
  background: #e6e6e6;
  transition: all 400ms ease;
}
#header .nav-links-secondary .nav-folder {
  right: 0;
}
#header .nav-links-primary .nav-folder {
  left: 0;
}
#header .nav-list-item:hover .nav-folder {
  transform: translateY(0%);
  opacity: 1;
}
#header .nav-list-item:not(:last-child) {
    margin-bottom: 20px;
}
#header .nav-list-item:hover {
  overflow: visible;
}
#header .nav-list-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.nav-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
#header .nav-list:not(.nav-folder) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
}
#header .nav-links-primary {
    justify-content: flex-start;
}
#header .nav-links-secondary {
    justify-content: flex-end;
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
#header .nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 100vh;
    transform: translateY(100%);
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 60px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 400ms ease;
}
#header.mobile-nav-open .nav {
    transform: translateY(-100%);
    opacity: 1;
}
#header {
    position: relative;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: visible;
    transform: translateY(0%);
}
#header:not(.dead_header) {
    transition: all 400ms ease, transform 400ms ease 10ms;
}
#header.header_hidden {
    transform: translateY(-100%);
}
#header.mobile-nav-open {
  height: 100vh;
}
#header.header_fixed {
    position: fixed;
}
#header.fixed-header {
    position: fixed;
  border-bottom: 1px solid #a6a6a6;
}
#mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    padding: 12px;
}
#header .nav, #mobile-header {
    background: #fff;
}
body {
    position: relative;
    margin: 0;
    z-index: 1;
    overflow: hidden auto;
}
html {
  scroll-behavior: smooth;
}
@media screen and (min-width:500px) {
  #the-taco-symbol {
  }
  .page-section .section-row {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width:640px) {
  .slider-item {
    width: calc(50% - 30px);
  }
  .content-grid {
    grid-gap: 36px;
    grid-template-columns: calc(50% - 18px) calc(50% - 18px);
  }
  #explore .section-row:first-child p {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .page-section .section-row {
    padding-right: 36px;
    padding-left: 36px;
  }
  #header .nav {
    padding: 40px;
  }
  #mobile-header {
    padding: 18px;
  }
}
@media screen and (min-width:720px) {
  #footer .logo {
    height: 24px;
    margin: 0;
  }
  #the-taco-symbol {
    max-width: unset;
  }
  .content-grid {
    grid-gap: 48px;
    grid-template-columns: calc(50% - 24px) calc(50% - 24px);
  }
  #footer .page-section.flex-section .section-row {
    align-items: flex-start;
  }
  .flex-section:not(.hero-section) .column-wrapper, #footer .text, #footer .nav-list-item, #footer .social-buttons {
    text-align: left;
  }
  .flex-section .row-column {
    justify-content: flex-start;
  }
  .flex-section .row-column:not(:last-child) {
    padding-right: 48px;
    padding-bottom: 0;
  }
  .flex-section.reverse-on-mobile .row-column:not(:last-child) {
    padding-top: 0;
  }
  .page-section.flex-section.align-bottom .section-row {
    align-items: flex-end;
  }
  .page-section.flex-section.align-top .section-row {
    align-items: flex-start;
  }
  .page-section.flex-section .section-row, .page-section.flex-section.reverse-on-mobile .section-row {
    flex-direction: row;
  }
  .page-section .section-row {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media screen and (min-width: 980px) {
  .slider-item.active .slider-item-image {
    padding-top: 100%;
  }
  .slider-item:not(.active) .slider-item-image {
    padding-top: 56.25%;
  }
  .slider-item {
    width: calc(33.3333% - 40px);
  }
  .content-grid {
    grid-gap: 60px;
    grid-template-columns: calc(33.3333% - 40px) calc(33.3333% - 40px) calc(33.3333% - 40px);
  }
  .flex-section .row-column:not(:last-child) {
    padding-right: 60px;
  }
  .page-section .section-row {
    padding-right: 60px;
    padding-left: 60px;
  }
  p, .button {
    font-size: 18px;
  }
  .page-nav {
    position:fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 200px;
    height: 100vh;
    padding: 24px;
    margin-top:66px;
    background: #e6e6e6;
    box-sizing: border-box;
  }
  .has-page-nav {
    width: calc(100% - 200px);
    margin-left: auto;
  }
  #close-nav {
    display: none;
  }
  #header .nav-link:not(.header-logo) {
    font-size: 16px;
  }
  .header-logo .logo {
    height: 20px;
    margin-bottom: 0;
    margin-right: 40px;
  }
  #header .nav-list-item:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  #header .nav-links-secondary {
    position: relative;
    bottom: 0;
    left: 0;
    transform: unset;
  }
  #header .nav-list:not(.nav-folder) {
    flex-direction: row;
  }
  #header .nav {
    position: relative;
    top: 0;
    flex-direction: row;
    align-items: center;
    height: auto;
    padding: 18px;
    opacity: 1;
    transform: translateY(0%);
  }
  #mobile-header {
    display: none;
  }
}
#header .nav-links-primary .nav-list-item:nth-child(3), #footer .footer-nav-primary .nav-list-item:nth-child(3) {
    display: none !important;
}
