/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  outline: 0 !important;
  box-sizing: border-box !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  text-decoration: none;
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: normal;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-style: normal;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.font-futura {
  font-family: "futura-pt", sans-serif;
  /*/*text-transform: uppercase;*/
  */
}

.font-droid {
  font-family: "Droid Sans Mono", sans-serif;
}

.simpleTran {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body {
  color: #000000;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  font-size: 17px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  background: #e4e4e4;
  background: #000000;
  padding: 0 !important;
}

@media (max-width: 640px) {
  body {
    font-size: 12px;
  }
}

body.hidden-overflow {
  overflow: hidden;
}

.main-content.hidden-overflow {
  overflow: hidden;
  display: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}

h1, h2, h3, h4 {
  letter-spacing: 0.05em;
}

#contact-form input, #contact-form textarea {
  letter-spacing: .15em;
}

textarea {
  padding-top: 10px;
}

.article-wrapper {
  background: #ffffff;
}

article {
  background: #ffffff;
  padding: 50px 20px;
  max-width: 1024px;
  margin: 0 auto;
}

article h2 {
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
}

article p {
  text-transform: none;
  font-size: 100%;
  line-height: 1.75em;
  margin-bottom: 25px;
}

article .form-wrapper {
  padding: 50px 0px;
}

article .form-wrapper h2 {
  color: #e40000;
  margin-bottom: 35px;
}

article .form-wrapper form {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  letter-spacing: .15em;
}

article .form-wrapper form .input-group {
  width: 100%;
  margin-bottom: 25px;
}

article .form-wrapper form .input-group:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

article .form-wrapper form .input-group input, article .form-wrapper form .input-group textarea, article .form-wrapper form .input-group select {
  width: 100%;
  border: none;
  background: #ebeded;
  padding-left: 10px;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  letter-spacing: .15em;
}

article .form-wrapper form .input-group input, article .form-wrapper form .input-group select {
  padding-top: 10px;
  padding-bottom: 10px;
}

article .form-wrapper form .input-group select {
  color: #afb0b0;
  /*text-transform: uppercase;*/
  -webkit-appearance: none;
  background-image: url(../../img/select-arrow.jpg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-size: contain;
}

article .form-wrapper form .input-group select option[selected], article .form-wrapper form .input-group select option:checked {
  color: #000000;
}

article .form-wrapper form button {
  font-size: 120%;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  background: transparent;
  min-width: 70px;
  font-size: 15px;
  padding: 10px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #31302B;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  background-color: transparent;
  border: solid #000000 3px;
  color: #000000;
}

article .form-wrapper form button:hover {
  box-shadow: inset 200px 0 0 0 #000;
  color: #FFF;
}

article .form-wrapper form .resume label .main {
  text-decoration: underline;
  font-weight: 700;
  margin-right: 25px;
}

article .form-wrapper form .resume #resume-input {
  display: none;
}

#everything {
  overflow-x: hidden;
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#everything.show {
  opacity: 1;
}

.email-capcha {
  padding-left: 15px;
}

#preloader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  background: -webkit-linear-gradient(#e40000 -50%, rgba(255, 183, 24, 0.1) 60%);
  background: linear-gradient(#e40000 -50%, rgba(255, 183, 24, 0.1) 60%);
  -webkit-animation: roll-r 6s linear infinite;
  animation: roll-r 6s linear infinite;
}

#preloader .inner {
  padding: 5px;
  -webkit-animation: roll-l 2s linear infinite;
  animation: roll-l 2s linear infinite;
}

#preloader .inner:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
}

@-webkit-keyframes roll-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes roll-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes roll-l {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes roll-l {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.yz-nav-wrapper {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-bottom: 2%;
  padding-left: 10%;
  padding-right: 10%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.yz-nav-wrapper .logo {
  padding-top: 20px;
  position: relative;
  max-width: 180px;
}

.yz-nav-wrapper .logo img {
  width: 100%;
}

.yz-nav-wrapper nav {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 60px;
}

.yz-nav-wrapper nav a {
  font-size: 17px;
  padding: 0px 10px;
  color: #ffffff;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.07rem;
}

.yz-nav-wrapper nav a .plusy {
  display: none;
}

.yz-nav-wrapper nav a:hover {
  color: #e40000;
}

.yz-nav-wrapper nav .mobile-social {
  display: none;
  padding: 20px 0px;
}

.yz-nav-wrapper nav .mobile-social h3 {
  font-weight: 100;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  text-align: center;
  font-size: 170%;
}

.yz-nav-wrapper nav .mobile-social .links {
  display: block;
  text-align: center;
}

.yz-nav-wrapper nav .mobile-social .links a {
  color: #e40000;
  font-size: 250%;
  font-family: FontAwesome, sans-serif;
  font-weight: 100;
  padding: 0px 20px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .yz-nav-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .yz-nav-wrapper .logo {
    width: 200px;
  }
}

@media (max-width: 1024px) {
  .yz-nav-wrapper: not(hide) {
    background: none;
  }
  .yz-nav-wrapper.mobile-opened {
    height: 100vh;
    position: relative;
    width: 100%;
  }
  .yz-nav-wrapper .logo {
    width: 180px;
    height: 107px;
    padding-top: 10px;
  }
  .yz-nav-wrapper .navbar-toggle {
    top: 20px;
  }
  .yz-nav-wrapper .navbar-toggle.iconSwitch .fa-bars:before {
    content: "\f00d" !important;
  }
  .yz-nav-wrapper nav {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: none;
    background: #000000;
    padding-top: 140px;
  }
  .yz-nav-wrapper nav a {
    color: #e40000;
    display: block;
    font-weight: 700;
    font-size: 180%;
    text-align: center;
    padding: 2vh 0px;
  }
  .yz-nav-wrapper nav a .plusy {
    display: inline-block;
  }
  .yz-nav-wrapper nav .mobile-social {
    display: block;
  }
  .yz-nav-wrapper.mobile-opened nav {
    display: block;
  }
  .yz-nav-wrapper.mobile-opened .logo {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 5%;
  }
  .yz-nav-wrapper.mobile-opened .navbar-toggle {
    position: fixed;
    right: 7%;
  }
}

@media (max-width: 768px) {
  .yz-nav-wrapper .logo {
    width: 140px;
    height: 85px;
  }
  .yz-nav-wrapper .navbar-toggle {
    top: 15px;
  }
}

.navbar-toggle {
  font-size: 300%;
  position: absolute;
  top: 40px;
  right: 5%;
  color: #ffffff;
  z-index: 999999;
  display: none;
}

@media (max-width: 1024px) {
  .navbar-toggle {
    display: block;
  }
}

.yz-banner {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

#arrow_down_home {
  display: block;
  text-shadow: -1px 0 0px #000000, 0 1px 20px #000000, 1px 0 0px #000000;
  color: #ffffff;
  font-size: 1.1vw;
  letter-spacing: .1em;
}

#arrow_down {
  display: block;
  text-shadow: -1px 0 0px #000000, 0 1px 20px #000000, 1px 0 0px #000000;
  color: #ffffff;
  font-size: 1.1vw;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.back-button {
  position: absolute;
  bottom: 0px;
  /*left: 44%;*/
  text-align: center;
  width: 100%;
  background-color: #e2202d;
  padding: 15px;
  transition: .3s ease all;
}

.back-button:hover {
  opacity: 0.7;
  transition: .3s ease all;
}

.aw-section .back-button a:link {
  color: #fff;
}

.back-button a {
  color: #333;
}

.yz-banner .text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 0px 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  text-shadow: -1px 0 0px #000000, 0 1px 20px #000000, 1px 0 0px #000000;
}

@media (max-width: 1024px) {
  .yz-banner .text {
    padding: 0px 10px;
  }
}

.yz-banner .text h1 {
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 58px;
  color: #ffffff;
  max-width: 75%;
  margin: 0 auto;
  text-shadow: -1px 0 0px #000000, 0 1px 20px #000000, 1px 0 0px #000000;
}

@media (max-width: 1200px) {
  .yz-banner .text h1 {
    max-width: 90%;
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .yz-banner .text h1 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .yz-banner .text h1 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .yz-banner .text h1 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .yz-banner .text h1 {
    max-width: 90%;
    font-size: 11vw;
  }
}

@media (max-width: 320px) {
  .yz-banner .text h1 {
    font-size: 200%;
  }
}

@media (max-height: 800px) {
  .yz-banner .text h1 {
    max-width: 90%;
  }
}

.yz-banner .approach_header_text h1 {
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 58px;
  color: #ffffff;
  max-width: 75%;
  margin: 0 auto;
  text-shadow: -1px 0 0px #000000, 0 1px 20px #000000, 1px 0 0px #000000;
}

@media (max-width: 1200px) {
  .yz-banner .approach_header_text h1 {
    max-width: 90%;
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .yz-banner .approach_header_text h1 {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .yz-banner .approach_header_text h1 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .yz-banner .approach_header_text h1 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .yz-banner .approach_header_text h1 {
    max-width: 90%;
    font-size: 11vw;
  }
}

@media (max-width: 320px) {
  .yz-banner .approach_header_text h1 {
    font-size: 200%;
  }
}

@media (max-height: 800px) {
  .yz-banner .approach_header_text h1 {
    max-width: 95%;
  }
}

.see-details, .see-details-homepage {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 18px;
  display: none;
}

.see-details .arrow-down, .see-details-homepage .arrow-down {
  display: block;
  width: 40px;
  height: 20px;
  margin: 10px auto 0px;
  background: url(../../img/arrow-down.png) no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) {
  /*.see-details {
    display: inline-block;
  }*/
}

.yz-grid {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  position: relative;
  background: #e4e4e4;
  height: 100%;
}

@media (max-width: 1025px) {
  .yz-grid:not(#pizzas, .lefty) {
    height: 90vh;
  }
}

.yz-grid.lefty {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

@media (max-width: 1024px) {
  .yz-grid.lefty {
    background: #e40000;
  }
}

.yz-grid .item {
  font-size: 0px;
}

.yz-grid .item.s1of2 {
  width: 50%;
}

@media (max-width: 1024px) {
  .yz-grid .item.s1of2 {
    width: 100%;
    text-align: center;
  }
}

.yz-grid .item.s1of3 {
  width: 33.333333%;
}

@media (max-width: 768px) {
  .yz-grid .item.s1of3 {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .yz-grid .item.s1of3 {
    width: 100%;
  }
}

.yz-grid .item.s35 {
  width: 35%;
  font-size: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.yz-grid .item.s65 {
  width: 65%;
  font-size: 15px;
  padding: 7em;
}

.yz-grid .item img {
  width: 100%;
}

.seek_text ul {
  font-size: 120%;
  margin-top: 5px;
}

.seek_text li {
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .seek_text ul {
    max-width: 90%;
  }
}

@media (min-width: 1500px) {
  .investment_pic {
    background-size: 70% !important;
  }
  .yz-grid .item .text p {
    font-size: 125%;
  }
  .yz-grid .item .text h2 {
    font-size: 275%;
  }
  .seek_text ul {
    font-size: 125%;
  }
  .breakaway_text h2 {
    font-size: 275%;
  }
  .breakaway_text p {
    font-size: 125%;
  }
  .team_mem_pic {
    background-size: 70% !important;
  }
}

.yz-grid .item .text {
  font-size: 19px;
  text-align: center;
  padding: 40px;
  /*  max-width: 90%;*/
  /*Ipad*/
}

#approach_text {
  color: white;
  max-width: 100%;
}

#approach_text h2 {
  color: white;
}

@media (min-width: 1500px) {
  .yz-grid .item .text {
    max-width: 800px !important;
  }
}

@media (max-width: 768px) {
  .yz-grid .item .text {
    padding: 40px 20px;
  }
}

.yz-grid .item .text h2 {
  font-size: 300%;
  color: #000000;
  text-decoration: none;
  letter-spacing: .05em;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  margin: 0 auto 20px;
  font-style: normal;
  line-height: 55px;
}

#brand_power_text {
  padding: 20px;
}

#brand_power_text p {
  line-height: 1.6em;
}

#seek_text h2 {
  margin-left: 35px;
  text-align: start;
  margin-bottom: 0px;
  font-size: 265%;
}

@media (min-width: 1500px) {
  .yz-grid .item .text h2 {
    max-width: 500px !important;
  }
}

.yz-grid .item .text p {
  font-size: 130%;
  max-width: 460px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.7em;
  font-family: "futura-pt", sans-serif;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .yz-grid .item .text p {
    font-size: 135%;
  }
}

@media (max-width: 1024px) {
  .main-content .yz-grid .item .seek_text {
    margin-left: 7%;
  }
  .yz-grid .item .text {
    z-index: 99;
    margin-left: 0px;
    margin-right: 20px;
    text-shadow: -1px 0 0px #000000, 0 1px 20px #000000, 1px 0 0px #000000;
  }
  #approach_text {
    margin-right: auto;
  }
  .yz-grid .item img {
    height: 90vh;
    width: auto;
  }
  .what_we_seek_block {
    height: 80vh;
  }
  #brand_power_text {
    margin-right: 0px;
  }
  .yz-grid .item img.normal-on-responsive {
    height: auto;
    width: 100%;
    /*padding-bottom: 100px;*/
  }
  .yz-grid .item.absolute-on-mobile {
    position: absolute;
    top: 50%;
    left: 0px;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
  }
  .yz-grid .item.absolute-on-mobile h2 {
    color: #ffffff;
    font-size: 190%;
  }
  #seek_text h2 {
    font-size: 190%;
    /*    text-align: center;*/
  }
}

.yz-grid.black-bg {
  background: #000000;
}

.yz-grid.black-bg .text h2, .yz-grid.black-bg .text p {
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}

.yz-grid.yellow-bg {
  background: #ffffff;
}


/*
#red_block_steph {
    height: 80vh;
}
*/

#sector_text {
  padding: 0px;
  text-shadow: none;
}

#sector_mobile {
  width: 85%;
  margin-left: 10%;
}

@media (max-width: 760px) {
  .yz-grid.yellow-bg {
    /*        height: 70vh;*/
    position: relative;
  }
  #sector_mobile img {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1025px) {
  .yz-grid.yellow-bg .item img {
    /*max-width: 600px;*/
    padding-right: 20px;
    padding-left: 20px;
  }
  .yz-grid.yellow-bg .text {
    padding: 20px 20px 0px;
  }
}

.ingredients-container {
  position: relative;
  background: #e4e4e4;
  font-size: 0;
  height: 650px;
}

@media (min-width: 1025px) {
  .ingredients-container {
    height: 100% !important;
  }
}

.ingredients-container img {
  width: 100%;
  height: 100%;
}

@media(min-width: 100px) and (max-width: 1024px) {
  #advantage_pic {
    width: auto;
    height: 80vh;
  }
  .ingredients-container {
    /*        height: 950px;*/
    height: 100%;
  }
}

@media(min-width: 600px) and (max-width: 1024px) {
  .seek_text ul {
    font-size: 140%;
    max-width: 80%;
  }
  #arrow_down {
    font-size: 2vw;
  }
}

@media(min-width: 800px) and (max-width: 1300px) {
  #arrow_down {
    font-size: 1.8vw;
  }
}

@media(min-width: 600px) and (max-width: 799px) {
  #arrow_down {
    font-size: 2.5vw;
  }
}

@media(min-width: 400px) and (max-width: 599px) {
  #arrow_down {
    font-size: 3vw;
  }
}

@media(max-width: 399px) {
  #arrow_down {
    font-size: 4vw;
  }
}

.ingredients-container .inner {
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1025px) {
  .ingredients-container img {
    height: 100%;
    width: 100%;
  }
  .ingredients-container .ingredients .text {
    display: block;
  }
  .ingredients-container .ingredients .an-ingredient {
    display: none !important;
  }
}

.ingredients-container .ingredients {
  position: relative;
  width: 100%;
  height: 100%;
}

.ingredients-container .ingredients .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  display: block;
  font-size: 19px;
  text-align: center;
  /*  text-shadow: 0px 0px 20px black;*/
  text-shadow: -1px 0 0px #000000, 0 1px 20px #000000, 1px 0 0px #000000;
  /*Ipad*/
}

.ingredients-container .ingredients .text h2 {
  font-size: 300%;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: .05em;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  margin-top: 0px;
  margin-bottom: 20px;
  font-style: normal;
}

.ingredients-container .ingredients .text p {
  font-size: 130%;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.75em;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}

.pie-size {
  padding: 70px 0;
}


/*
@media (min-width: 1025px) {
  .ingredients-container .ingredients .text {
    display: none;
  }
}
*/

@media (max-width: 1024px) {
  .ingredients-container .ingredients .text h2 {
    font-size: 190%;
    letter-spacing: .05em;
  }
  .ingredients-container .ingredients .text p {
    max-width: 460px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ingredients-container .ingredients .text p {
    font-size: 135%;
  }
}

.ingredients-container .ingredients .an-ingredient {
  display: block;
  cursor: pointer;
}

.ingredients-container .ingredients .an-ingredient:after {
  content: "+";
  font-size: 300%;
  color: #ffffff;
  background: #000000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}

.ingredients-container .ingredients .an-ingredient:hover:after {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.ingredients-container .ingredients .an-ingredient.active:after {
  content: "_";
  line-height: 10px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.ingredients-container .ingredients .an-ingredient.active .tooltip {
  -webkit-transition: opacity 0.3s linear, z-index 0.3s step-start;
  transition: opacity 0.3s linear, z-index 0.3s step-start;
  opacity: 1;
  z-index: 10;
}

.ingredients-container .ingredients .an-ingredient .tooltip {
  position: absolute;
  -webkit-transform: translate(-90%, -100%);
  -ms-transform: translate(-90%, -100%);
  transform: translate(-90%, -100%);
  background-color: #ffffff;
  padding: 10px;
  font-weight: bold;
  letter-spacing: .15em;
  min-width: 250px;
  text-align: center;
  display: block;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity 0.3s linear, z-index 0.3s step-end;
  transition: opacity 0.3s linear, z-index 0.3s step-end;
}

.ingredients-container .ingredients .an-ingredient .tooltip:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: -15px;
  right: 0px;
  border-style: solid;
  border-width: 0 25px 15px 0;
  border-color: transparent #ffffff transparent transparent;
}

.ingredients-container .ingredients .an-ingredient .tooltip:hover {
  cursor: pointer;
}

.overlayed-on-mobile {
  position: relative;
}

.overlayed-on-mobile:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image_block {
  width: 100%;
}

.overlayed-on-mobile.ingredients-container:before {
  background: rgba(0, 0, 0, 0.5);
}

.overlayed-on-mobile.yz-banner:before, .overlayed-on-mobile.hero-container:before {
  background: rgba(0, 0, 0, 0.35);
}

@media (max-width: 1024px) {
  .overlayed-on-mobile:before {
    background: rgba(0, 0, 0, 0.35);
  }
  .overlayed-on-mobile.ingredients-container:before {
    background: rgba(0, 0, 0, 0.5);
  }
}

footer {
  font-size: 20px;
  background: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 25px 50px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  footer {
    display: none;
  }
}

footer p, footer a {
  font-size: 90%;
  position: relative;
  letter-spacing: 0.05em;
}

footer .social {
  display: block;
}

footer .social a {
  font-size: 200%;
  color: #ffffff;
  padding: 0px 10px;
}

footer .copyright {
  position: relative;
  padding: 0px 25px;
}

footer .copyright:after {
  display: inline-block;
  content: "|";
  position: ABSOLUTE;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .pages {
  padding: 0px 25px;
}

footer .pages a {
  color: #ffffff;
  padding: 0px 10px;
  text-decoration: underline;
}

footer .pages a:first-child {
  padding: 0 10px 0px 0px;
}

footer .apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

footer .apps p {
  padding-right: 15px;
}

footer .apps p:after {
  display: inline-block;
  content: "|";
  position: ABSOLUTE;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .apps a {
  padding-left: 25px;
}

@media (max-width: 1450px) {
  footer {
    padding: 25 15px;
  }
}

@media (max-width: 1400px) {
  footer {
    padding: 25 15px;
  }
  footer .social a {
    font-size: 175%;
    padding: 0 5px;
  }
  footer .apps {
    padding-left: 0px;
  }
}

@media (max-width: 1320px) {
  footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .social {
    padding: 15px 0px 0px 0px;
  }
  footer .social, footer .copyright, footer .pages, footer .apps {
    width: 100%;
  }
  footer .social:after, footer .copyright:after, footer .pages:after, footer .apps:after {
    display: none;
  }
  footer .apps {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0px;
  }
}

#pizzas {
  background: #e40000;
}

.pizza-menu-titles {
  font-size: 15px;
  text-align: center;
  padding-top: 7em;
}

.pizza-menu-titles h2 {
  color: #ffffff;
  font-size: 300%;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 700;
  text-decoration: none;
  margin: 0 0 90px 0px;
}

.pizza-menu-titles .pizza-menu-list .menu-item>h3 {
  font-size: 160%;
}

.pizza-menu-titles .pizza-menu-list .menu-item h3 {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pizza-menu-titles .pizza-menu-list .menu-item h3:hover {
  color: #000000;
  cursor: pointer;
}

.pizza-menu-titles .pizza-menu-list .menu-item h3:active, .pizza-menu-titles .pizza-menu-list .menu-item h3:focus {
  color: #ffffff;
}

.pizza-menu-titles .pizza-menu-list .menu-item.active h3 {
  color: #000000;
}

.pizza-menu-titles .pizza-menu-list .menu-item.active h3:before {
  content: "+";
}

@media (max-width: 1024px) {
  .pizza-menu-titles .pizza-menu-list .menu-item.active.responsive h3:before {
    content: "";
  }
  .pizza-menu-titles .pizza-menu-list .menu-item.active.responsive>h3 {
    color: #ffffff;
  }
  .pizza-menu-titles .pizza-menu-list .menu-item.active.responsive>h3:before {
    content: "-";
  }
  .pizza-menu-titles .pizza-menu-list .menu-item.active.responsive .hidden-content {
    display: block;
  }
  .pizza-menu-titles .pizza-menu-list .menu-item.active.responsive .hidden-content h2 {
    display: none;
  }
}

.pizza-menu-titles .hidden-content {
  display: none;
}

.pizza-menu-titles .hidden-content .item {
  padding: 20px 10px 20px 0;
}

.pizza-menu-titles .hidden-content .item .image {
  display: none;
}

.pizza-menu-titles .hidden-content .text {
  text-align: left;
  padding: 0px;
}

.pizza-menu-titles .hidden-content .text h3 {
  margin-bottom: 5px;
  margin-top: 0px;
  text-decoration: none;
}

.pizza-menu-titles .hidden-content .text ul {
  padding: 0;
  margin: 0px;
  list-style: none;
}

.pizza-menu-titles .hidden-content .text ul li {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .pizza-menu-titles {
    padding: 50px 10%;
    width: 100% !important;
  }
  .pizza-menu-titles h2 {
    margin: 0px;
  }
}

.pizza-menu-content {
  background: #e4e4e4;
}

.pizza-menu-content .pizza-menu-controls {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pizza-menu-content .pizza-menu-controls a {
  width: 35px;
  height: 35px;
}

@media (min-width: 1024px) {
  .pizza-menu-content #chosen-pizza {
    min-height: 500px;
  }
}

.pizza-menu-content #chosen-pizza h2 {
  font-weight: 700;
  text-decoration: none;
  font-size: 150%;
  border-bottom: 1px solid #000000;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
}

.pizza-menu-content #chosen-pizza .item {
  border-bottom: 1px solid #000000;
  padding: 20px 0px;
  position: relative;
  cursor: pointer;
}

.pizza-menu-content #chosen-pizza .item .image {
  display: none;
  position: absolute;
  top: -250px;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.pizza-menu-content #chosen-pizza .item .image img {
  max-width: 300px;
}

.pizza-menu-content #chosen-pizza .item:hover .image {
  /*   display: inline-block;  */
}

.pizza-menu-content #chosen-pizza .text {
  text-align: left;
  padding: 0px;
}

.pizza-menu-content #chosen-pizza .text h3 {
  margin-bottom: 5px;
  margin-top: 0px;
}

.pizza-menu-content #chosen-pizza .text ul {
  padding: 0;
  margin: 0px;
  list-style: none;
}

@media (max-width: 1024px) {
  .pizza-menu-content {
    display: none;
  }
}

#contact-form {
  padding: 0px 25px;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}

#contact-form input {
  text-align: left;
  padding-left: 5px;
  font-size: 100% !important;
}

#contact-form h2 {
  margin-bottom: 8px;
  margin-top: 10px;
  font-size: 300%;
  color: #000000;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  text-decoration: none;
  font-style: normal;
}

#contact-form textarea {
  width: 100%;
  background: #bcbaba;
  margin-bottom: 40px;
}

#contact-form #send {
  margin: 0;
  border-radius: 0px;
  font-size: 120%;
  /*text-transform: uppercase;*/
  font-weight: 500;
}

#contact-form .subscribeInpute {
  float: left;
}

#contact-form .subscribeInpute input {
  margin: 0;
  border: 2px solid #000000;
}

#contact-form .subscribeInpute label {
  position: relative;
  display: inline-block;
  left: 10px;
  top: 2px;
  bottom: auto;
  font-size: 100%;
  margin: 0;
}

.press h1, .press h2 {
  font-size: 320%;
  font-weight: 600;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  margin-bottom: 25px;
}

@media(min-width: 1026px) {
  .press h2 {
    font-size: 350%;
  }
}

.press .item p {
  margin: 0 0 10px 0;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
}

.press .item p.date, .press .item p.source {
  font-weight: 600;
  font-size: 1.8em;
  margin-bottom: 0px;
}

.press .item p.title {
  margin: 10px 0 15px 0;
}

p {
  font-size: 110%;
}

.grid.text-banner .item .text {
  font-size: 15px !important;
}

.just-text-block {
  padding: 7em 2em;
  background: #bdbcbc;
}

.just-text-block .inside {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.just-text-block .inside p {
  padding-bottom: 30px;
  font-size: 100%;
  max-width: none;
  font-weight: initial;
  line-height: 1.75em;
}

.just-text-block .inside h2 {
  max-width: 450px;
  font-size: 250%;
  line-height: 45px;
  color: #000000;
  text-decoration: none;
  letter-spacing: .4em;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  margin: 20px auto;
}

@media (max-width: 1024px) {
  body.section-privacy-policy .yz-nav-wrapper, body.section-node .yz-nav-wrapper {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…g9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  }
}


/*JAY'S STYLES (MAKE THESE EXTERNAL)*/


/*MAIN MERCH PAGE*/

.merch .hero-container {
  background-position: center bottom;
}

.merch .see-details.added-on-mobile, .merch .see-details-homepage.added-on-mobile {
  display: none;
}

.merch .view-content {
  font-size: 0px;
}

.merch .item.col2 {
  display: inline-block;
  width: 50%;
  height: 65vh;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  background: white;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.merch-hide {
  display: none;
}

.click-box {
  width: 100%;
  height: 100%;
}

.merch .item.col2:after {
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media(min-width:1025px) {
  .merch .item.col2:hover:after {
    background: rgba(255, 255, 255, .6);
  }
  /*fuzz in/out effect instead of just 'none'*/
  .merch .item.col2:hover h2 {
    text-shadow: 0px 0px 50px white;
  }
  .merch .item.col2:hover p {
    text-shadow: 0px 0px 50px white;
  }
}


/*the image wrapper*/

.merch .item.col2 a:first-child {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.merch .item.col2 img {
  height: 100%;
  width: auto;
  vertical-align: top;
  margin: 0 -9999% 0 -9999%;
}

.merch .col2 h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 22px;
  line-height: 1em;
  margin: 0;
  padding: 30px 0px 0px 30px;
  font-family: "futura-pt", sans-serif;
  text-decoration: underline;
  text-align: left;
  z-index: 100;
  text-shadow: 0px 0px 20px white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.merch .col2 h2 a {
  color: black;
  text-decoration: underline;
}

.merch .col2 p {
  font-family: "futura-pt", sans-serif;
  position: absolute;
  color: black;
  top: 62px;
  left: 0px;
  font-size: 22px;
  line-height: 1em;
  margin: 0;
  padding: 0px 0px 0px 30px;
  letter-spacing: 0.15em;
  z-index: 100;
  text-shadow: 0px 0px 10px white;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

@media(max-width:550px) {
  .merch .col2 h2 {
    padding: 30px 20px;
  }
  .merch .col2 p {
    top: 80px;
    padding: 0px 0px 0px 20px;
  }
}

.merch .item.col2>a:last-child {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 150px;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  background: black;
  padding: 15px 22px;
  font-weight: 500;
  letter-spacing: .2em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 20;
}

.merch .item.col2>a:hover {
  color: #e40000;
}


/*checkerboard backgrounds*/

.merch .view-content .item.col2:nth-child(4n+2) {
  background-color: #ececec;
}

.merch .view-content .item.col2:nth-child(4n+3) {
  background-color: #ececec;
}

.merch.black {
  min-height: 322px;
}

.banner-sale p {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  /*text-transform: uppercase;*/
  font-size: 82px;
  color: #ffffff;
  letter-spacing: .4em;
}

@media (max-width: 1200px) {
  .merch-details {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .merch .item.col2 {
    width: 100%;
    height: 80vh;
  }
  .merch .item.col2 img {
    height: 100%;
    width: auto;
  }
  .banner-sale {
    text-align: center;
  }
  .merch .view-content .item.col2:nth-child(4n+2) {
    background-color: white;
  }
  .merch .view-content .item.col2:nth-child(4n+3) {
    background-color: white;
  }
  .merch .view-content .item.col2:nth-child(even) {
    background-color: #ececec;
  }
}

@media (max-width: 768px) {
  .merch .item.col2 {
    height: 61vh;
  }
  .banner-sale p {
    font-size: 58px;
  }
}

@media (max-width: 500px) {
  .banner-sale p {
    font-size: 40px;
  }
}


/*MERCH SIGLE ITEM STYLES*/

.merch-hero {
  background: rgba(219, 219, 219, 1);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}


/*over-riding*/

.merch-hero.overlayed-on-mobile.yz-banner:before {
  background: rgba(0, 0, 0, 0);
}

#merch-item.grid {
  display: block;
}

#merch-item {
  background: white;
  font-size: 0px;
  padding: 45px 140px 180px;
  font-family: "futura-pt", sans-serif;
}

#merch-item h1 {
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  letter-spacing: .2em;
  font-weight: 600;
  font-size: 36px;
  margin: 0px 0px 110px 0px;
  text-decoration: underline;
  text-align: center;
}

#merch-item .j-50 {
  width: 50%;
  font-size: 22px;
  display: inline-block;
  vertical-align: top;
}

.j-row {
  position: relative;
}

.j-50 .inner {
  max-width: 570px;
  margin: 0 auto;
}

.j-50 .inner>p {
  text-decoration: underline;
  margin-bottom: 5px;
  margin-top: 0px;
}

.j-50 .inner p {
  margin-bottom: 5px;
  margin-top: 0px;
}

.j-50 .inner img {
  max-width: 100%;
}

.j-50.details ul {
  list-style: none;
  margin: 0px;
  padding-left: 0;
}

.j-50.details ul li {
  margin-top: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

.j-50.details ul li:before {
  content: "+";
  padding-right: 12px;
}

.merch-soc {
  padding-top: 60px;
}

.merch-soc p {
  font-weight: 600;
  font-size: 18px;
  font-family: "futura-pt", sans-serif;
}

.merch-soc ul {
  display: inline-block;
  padding-left: 4px;
}

.merch-soc li {
  background: #35363a;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.merch-soc li:hover {
  background: #e40000;
}

p.bubble-title {
  margin: 0px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.bubble-list {
  margin: 0px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0px;
  font-size: 0px;
}

.bubble-list li {
  display: inline-block;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 12px;
  font-family: "futura-pt", sans-serif;
}

.bubble-list li:last-child {
  margin-right: 0px;
}

.bubble-list>a {
  margin-right: 10px;
}

.bubble-list>a:last-child {
  margin-right: 0px;
}

.inputs .inner {
  text-align: right;
}

.input-wrapper {
  width: 220px;
  min-height: 235px;
  text-align: left;
  display: inline-block;
}

.selector {
  display: inline-block;
  width: 160px;
  height: 70px;
  line-height: 68px;
  padding: 0px 15px;
  border: 1px solid black;
  margin-top: 40px;
}

.inputs a.buy {
  display: inline-block;
  position: relative;
  padding: 15px 0px;
  margin-top: 40px;
  font-size: 22px;
  width: 220px;
  text-align: center;
  font-family: "futura-pt", sans-serif;
}

.inputs .bubble-title {
  font-weight: 400;
  font-size: 24px;
  padding-left: 0px;
}

.inputs .bubble-list {
  float: right;
}

.inputs .bubble-list li {
  border: 1px solid black;
  font-size: 18px;
  line-height: 33px;
  font-weight: 600;
}

@media (max-width: 1000px) {
  #merch-item {
    padding: 45px 40px 60px;
  }
  #merch-item .j-50 {
    width: 100%;
    margin-top: 40px;
    padding-top: 0px;
  }
  #merch-item .j-50:first-of-type {
    margin-top: 0px;
  }
  .inputs .inner {
    text-align: center;
  }
  .input-wrapper {
    text-align: center;
  }
}

@media (max-width: 600px) {
  #merch-item {
    padding: 45px 15px 60px;
  }
}

html {
  background: white!important;
}

.j-50.inputs label {
  display: inline-block;
  line-height: 65px;
  font-weight: 300;
  font-size: 100%;
  margin-right: 15px;
}

.j-50.inputs select, .j-50.inputs input[type="text"] {
  height: 70px;
  line-height: 68px;
  border: 1px solid black;
  background: white;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  /*flexed*/
  flex-grow: 3;
  padding: 0px 15px;
  max-width: 152px;
}

.j-50.inputs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}

.form-type-select {
  position: relative;
}

.form-type-select:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  width: 25px;
  height: 68px;
  pointer-events: none;
  background-image: url('../img/dropdown.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-color: white;
  transition: all .1s linear;
  padding-right: 15px;
}

.form-type-select:after:active {
  transform: rotate(45deg);
  background: red;
}

input.form-submit {
  display: inline-block;
  position: relative;
  padding: 15px 0px;
  font-size: 22px;
  width: 220px;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  background: black;
  color: white;
  font-weight: 500;
  letter-spacing: .2em;
  border: none;
  color: white;
  /*text-transform: uppercase;*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input.form-submit:hover {
  color: #e40000;
}

.form-item, .form-actions {
  margin: 0;
  margin-top: 20px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.form-item:first-child {
  margin-top: 0px;
}


/*removing 'quantity' top-margin on items with no variants div*/

.form-item:nth-child(2).form-item.form-item-quantity {
  margin-top: 0px;
}


/*positioning the price out of the default form position*/

.shopify-price.form-wrapper {
  position: absolute;
  left: 0;
  top: -110px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  /*text-transform: uppercase;*/
  letter-spacing: .2em;
  font-weight: 600;
  font-size: 36px;
}


/*hide default drupal loading icon*/

.ajax-progress-throbber {
  display: none;
}


/*added to cart message*/

div.status {
  position: relative;
  min-height: 60px;
  text-align: center;
  background: #e40000;
  z-index: 9999999;
  margin: 0;
  border: none;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  padding: 17px;
  color: black;
  font-weight: 600;
}

div.status a {
  color: black!important;
  border-bottom: 2px solid black;
}


/*only show 'cart' nav button on merch pages*/

.oath-menu li a[title~="cart"] {
  display: none;
}

.page-merch .oath-menu li a[title~="cart"], .page-product .oath-menu li a[title~="cart"] {
  display: inline-block;
}

#t_n_landscape {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 3.5vw;
  font-size: 45px;
  left: 0;
  text-align: center;
  word-wrap: break-word;
  max-width: 97%;
}


@media(max-width: 760px) {
  #t_n_landscape {
    font-size: 8vw;
    font-size: 32px;
    line-height: 34px;
  }
  .team_pos {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  #t_n_landscape {
    font-size: 28px;
  }
}

@media (min-width: 1500px) {
  #t_n_landscape {
    font-size: 2.7vw;
    font-size: 45px;
  }
  #team_position {
    font-size: 24px;
  }
}

.team_name_details {
  color: #ffffff;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 62px;
  margin-bottom: 10px;
  text-align: center;
  font-style: normal;
  letter-spacing: .05em;
}

.team_pos_details {
  color: #ffffff;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 38px;
  margin-top: 10px;
  text-align: center;
}


/*
#landscape {
    color: black;
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    max-height: 460px;
    font-size: 1.6vw;
    max-width: 1200px;
    line-height: 32px;
    font-style: normal;
    text-transform: none;
    font-weight: normal;
}
*/

#landscape {
  color: black;
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  max-height: 460px;
  font-size: 1.6vw;
  font-size: 18px;
  max-width: 1200px;
  line-height: 32px;
  font-style: normal;
  text-transform: none;
  font-weight: normal;
}

@media(min-width: 1700px) {
  .team_text {
    font-size: 1.2vw !important;
    line-height: 35px !important;
    max-width: 775px !important;
    margin: 20px auto !important;
  }
}

#team_bio h2 {
  font-size: 20px;
}

@media(max-width:760px) {
  .team_name_details {
    font-size: 44px;
  }
  .team_pos_details {
    font-size: 26px
  }
  #team_bio h2 {
    font-size: 4.3vw;
    font-size: 20px;
    margin: 0px;
    max-height: none;
  }
  #white_block_inv .inv_text {
    font-size: 7.5vw;
  }
}


/*.what_we_seek {
    color: red;
}*/

.inv_button {
  background-repeat: no-repeat;
  /*background-size: 90%;*/
  /*background-position-x: 39%;*/
  /*background-position-y: 31%;*/
  background-size: contain;
  color: white;
  padding: 0;
  position: relative;
}

@media (max-width: 760px) {
  .inv_button {
    /*background-size: 110px;*/
    /*background-position-y: 35%;*/
    background-size: contain;
  }
}

.team_button {
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 0px 500px rgba(0, 0, 0, 0.16);
}

.team_btn {
  padding: 0px;
}

.team_square_button {
  box-shadow: 0px 0px 9px 3px #e40000;
}

@media(max-width: 760px) {
  .inv_buttons #comp_abb {
    font-size: 9vw;
    letter-spacing: .15em;
    margin-bottom: 0px;
  }
}

#comp_abb {
  left: 0;
  text-align: center;
  margin-left: 0px;
  margin-right: 0;
  color: black;
  text-shadow: none;
  font-size: 5vw;
  margin-bottom: 20px;
}

@media (min-width: 1500px) {
  #comp_abb {
    font-size: 4vw
  }
}

#white_block_inv {
  background-color: white;
}

.square .content .comp_name {
  color: black;
  font-size: 3vh;
  margin-top: 0px;
  text-shadow: none;
}

.inv_buttons {
  background-color: white;
  box-shadow: 0px 0px 6px 3px #e40000;
}

.tagline1 a {
  color: #000000;
  letter-spacing: .05em;
  font-size: 26px;
}

#tagline2 a {
  color: #ffffff;
  letter-spacing: .05em;
  font-size: 26px;
}

#tagline1 {
  color: #000000;
  letter-spacing: .05em;
  font-size: 80%;
  line-height: 50px;
}

#tagline1:hover {
  color: #e40000;
}

#tagline2 {
  color: #ffffff;
  letter-spacing: .05em;
  font-size: 80%;
  line-height: 50px;
}

#tagline2:hover {
  color: #e40000;
}

@media(min-width: 600px) and (max-width: 1024px) {
  #tagline1 {
    color: white;
  }
  .item #home_text {
    font-size: 25px;
  }
}

@media(min-width: 100px) and (max-width: 599px) {
  .item #home_text p {
    font-size: 60%;
  }
  #tagline1 {
    color: white;
  }
  .item #home_text a {
    font-size: 50%;
    line-height: 20px;
  }
}

.grid .item .text .tagline1 {
  top: 100%;
  text-decoration: underline;
  margin-top: -15px;
}

.grid .item .text .tagline2 {
  top: 100%;
  text-decoration: underline;
  margin-top: -15px;
}

.grid .item .text #tagline1 {
  top: 100%;
  margin-top: -15px;
}

.grid .item .text #tagline2 {
  top: 100%;
  margin-top: -15px;
}

#careers-block .contact_text {
  text-shadow: -1px 0 0px #000000, 0 1px 20px #000000, 1px 0 0px #000000;
  font-size: 1.9vw;
}

@media (min-width: 1700px) {
  .contact_text {
    font-size: 1.3vw !important;
  }
}

.contact_image {
  filter: brightness(50%);
  -webkit-filter: brightness(0.5);
  -moz-filter: brightness(0.5);
  -o-filter: brightness(0.5);
  -ms-filter: brightness(0.5);
}

.approach_block {
  /*    height: 685px;  */
  background-color: #000000;
}

@media(min-width: 1700px) {
  .approach_block {
    height: 950px !important;
  }
}

@media(max-width: 760px) and (orientation: portrait) {
  .approach_block {
    height: 100%;
  }
  #home_text {
    font-size: 8.5vw;
    text-shadow: -1px 0 0px #000000, 0 1px 20px #000000, 1px 0 0px #000000;
  }
}

.approach_pic {
  height: 110%;
}

.fa-3x {
  margin-bottom: 6px;
}
