/* * Include your own SASS files below */
/* * Epartment Boilerplate */
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
/*
 * Color palette
 */
/*
 * Responsive breakpoints
 */
/*
 * Fonts
 */
/* Body */
/* Heading */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
/* Link */
/* Header Links */
/* Footer links */
/* Standard title classes */
/*
 * Buttons
 */
/* Button default states */
/* Button primary */
/* Button primary hover states */
/* Button secondary */
/* Button secondary hover states */
/*
 * Swatches
 */
/*
 * Inputs & Forms
 */
/* [input-text|select|textarea|input-radio|input-checkbox] */
/* Placeholder */
/* Disabled state */
/* Focus state */
/* Input[type="text"] */
/* Input[type="text"] Placeholder */
/* Input[type="text"] Disabled state */
/* Input[type="text"] Focus state */
/* Select */
/* Select Placeholder */
/* Select Disabled state */
/* Select Focus state */
/* Textarea */
/* Textarea Placeholder */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Checkbox / Radio */
/* Limiter */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Sorter */
/* Sorter Disabled state */
/*
 * Header
 */
/*
 * Menu bar
 */
/*
 * Fieldset / Fields
 */
/* Fieldset */
/* Field */
/* Label */
/* Control */
/* Action toolbar */
/* Breadcrumbs */
/* Toolbar */
/*
 * Tabs
 */
/* Detail tabs */
@import url("https://use.typekit.net/exo5ida.css");
@import url("https://use.typekit.net/eey0pyy.css");
html, body {
  font-family: "proxima-nova", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Open Sans";
    color: #333;
    font-weight: 300;
    text-transform: none; }
  html h1, body h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0rem 0 40px 0;
    color: #333; }
  html h2, body h2 {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.1;
    margin: 2.5rem 0 2rem 0;
    color: #333; }
  html h3, body h3 {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.1;
    margin: 1.5rem 0 1rem 0;
    color: #333; }
  html h4, body h4 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem 0 2rem 0;
    color: #333; }
  html h5, body h5 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem 0 2rem 0;
    color: #333; }
  html h6, body h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem 0 2rem 0;
    color: #333; }
  html p, body p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #333;
    line-height: 18px; }
  html a, body a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #1979c3;
    text-decoration: none; }
    html a:visited, body a:visited {
      font-size: 1.4rem;
      font-weight: 400;
      color: #1979c3;
      text-decoration: none; }
    html a:hover, body a:hover {
      font-weight: 400;
      color: #1979c3;
      text-decoration: underline; }
  html .filter-title, body .filter-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #333;
    line-height: 1.42162;
    text-transform: none; }
    html .filter-title strong, body .filter-title strong {
      font-size: 18px;
      font-weight: 700;
      margin: 0 0 20px 0;
      color: #333;
      line-height: 1.42162;
      text-transform: none; }
  html .filter-subtitle, body .filter-subtitle {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.42162;
    text-transform: none; }
  html .filter-options .filter-options-title, body .filter-options .filter-options-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #333;
    text-transform: none; }
  html .product-item-name > a, body .product-item-name > a {
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 0px;
    text-transform: none; }
    html .product-item-name > a:visited, body .product-item-name > a:visited {
      color: #333; }

/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 3px;
  transition: all 0.34s ease-in-out;
  color: #f2f2f2;
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.34s ease-in-out;
  padding: 7px 15px;
  text-transform: none; }
  button:hover {
    color: white;
    border: 1px solid #1979c3;
    background-color: #ff5501; }
  button:focus {
    color: white;
    border: 1px solid #1979c3;
    background-color: #ff5501; }
  button.action:hover {
    background: #ff5501;
    border: 1px solid #1979c3;
    color: white; }
  button.action.primary {
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #f2f2f2;
    padding: 7px 15px;
    font-family: "Open Sans";
    font-size: 1.4rem;
    text-transform: none;
    font-weight: 600;
    transition: all 0.34s ease-in-out; }
    button.action.primary:hover {
      background: #ff5501;
      border: 1px solid #1979c3;
      color: white; }
    button.action.primary.tocart {
      font-size: 1.4rem; }
    button.action.primary#product-addtocart-button {
      font-size: 1.4rem; }
  button.action.secondary {
    background: white;
    border: 1px solid blue;
    color: #1979c3;
    font-size: 1.4rem;
    text-transform: none; }
    button.action.secondary:hover {
      background: #dadada;
      border: 1px solid #2a2a2a;
      color: #000; }

.action.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 3px;
  color: #f2f2f2;
  font-family: "Open Sans";
  padding: 7px 15px;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: none;
  transition: all 0.34s ease-in-out; }
  .action.primary:hover {
    background: #ff5501;
    border: 1px solid #1979c3;
    color: white; }
  .action.primary.tocart {
    font-size: 1.4rem; }
  .action.primary#product-addtocart-button {
    font-size: 1.4rem; }

.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #1979c3;
  font-family: "Open Sans";
  font-size: 1.4rem; }
  .action.secondary:hover {
    background: #dadada;
    border: 1px solid #2a2a2a;
    color: #000; }

.block.newsletter .action.subscribe {
  height: 36px; }

.block.newsletter .field .control:before {
  line-height: 36px; }

.modes .modes-mode {
  background: #f2f2f2;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
  border-bottom: 1px solid #949494;
  color: #949494;
  padding: 7px 10px; }
  .modes .modes-mode:before {
    color: #949494; }
  .modes .modes-mode:last-child {
    border-right: 1px solid #949494; }
    .modes .modes-mode:last-child.active {
      border-right: 1px solid #949494; }
    .modes .modes-mode:last-child:hover {
      border-right: 1px solid #949494; }
  .modes .modes-mode.active {
    background: #f2f2f2;
    border-left: 1px solid #949494;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    color: #949494;
    padding: 7px 10px; }
    .modes .modes-mode.active:before {
      color: #949494; }
  .modes .modes-mode:hover {
    background: #dadada;
    border-left: 1px solid #949494;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    color: #949494;
    padding: 7px 10px; }
    .modes .modes-mode:hover:before {
      color: #949494; }

.swatch-option {
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 0px;
  color: #949494;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden; }
  .swatch-option:hover {
    border: 1px solid white;
    outline: 1px solid #999;
    color: #999; }
  .swatch-option.text {
    background: #f2f2f2;
    border: 1px solid #dadada;
    color: #949494;
    padding: 4px 8px;
    min-width: 22px;
    margin: 0px 7px 5px 0; }
    .swatch-option.text:hover {
      border: 1px solid white;
      outline: 1px solid #999;
      color: #999; }
  .swatch-option.color {
    border: 1px solid #dadada;
    padding: 1px 2px;
    min-width: 30px;
    margin: 0 10px 5px 0; }

.swatch-attribute.size .swatch-option {
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 0px;
  color: #949494;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden; }
  .swatch-attribute.size .swatch-option:hover {
    border: 1px solid white;
    outline: 1px solid #999;
    color: #999; }
  .swatch-attribute.size .swatch-option.text {
    background: #f2f2f2;
    border: 1px solid #dadada;
    font-size: 12px;
    color: #949494;
    padding: 4px 8px;
    min-width: 22px;
    margin: 0px 7px 5px 0; }
    .swatch-attribute.size .swatch-option.text:hover {
      border: 1px solid white;
      outline: 1px solid #999;
      color: #999; }

input[type="text"], input[type="radio"], input[type="checkbox"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px; }
  input[type="text"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  input[type="text"]:disabled, input[type="radio"]:disabled, input[type="checkbox"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled, input[type="number"]:disabled, select:disabled, textarea:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }
  input[type="text"]::placeholder, input[type="radio"]::placeholder, input[type="checkbox"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, select::placeholder, textarea::placeholder {
    opacity: 1;
    color: #84929F !important;
    font-style: normal; }

input[type="text"] {
  background-color: white;
  border-color: #949494;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: normal;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px; }
  input[type="text"]:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  input[type="text"]:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }
  input[type="text"]::placeholder {
    opacity: 1;
    color: #84929F !important;
    font-style: normal; }

select {
  background-color: white;
  border-color: #949494;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px; }
  select:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  select:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }
  select::placeholder {
    opacity: 1;
    color: #84929F !important;
    font-style: normal; }

textarea {
  resize: vertical;
  background-color: white;
  border-color: #949494;
  border: 1px solid #949494;
  border-radius: 3px;
  height: auto;
  min-height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px; }
  textarea:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  textarea:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }
  textarea::placeholder {
    opacity: 1;
    color: #84929F !important;
    font-style: normal; }

input[type="checkbox"] {
  width: auto; }

.limiter-options {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 5px 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #333;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42; }
  .limiter-options:focus {
    background-color: white;
    border: 1px solid #949494;
    color: black;
    font-style: normal; }
  .limiter-options:disabled {
    background-color: white;
    border: 1px solid #949494;
    opacity: 0.2;
    color: black;
    font-style: normal; }

.sorter .sorter-options {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 0 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #333;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42; }

.sorter .sorter-action:before {
  line-height: 1.42; }

/****
** Sidebar input
****/
.sidebar input[type="text"], .sidebar input[type="password"], .sidebar input[type="url"], .sidebar input[type="tel"], .sidebar input[type="search"], .sidebar input[type="number"], .sidebar input[type="datetime"], .sidebar input[type="email"], .sidebar select {
  border: 1px solid #949494;
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 1.4rem;
  font-weight: 400;
  color: black;
  height: 36px; }

/* Search input icon */
.block-search .action.search {
  height: 36px; }

/****
** Fieldset
****/
.fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  .fieldset > legend.legend {
    color: #333;
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    margin: 20px 0;
    padding: 0;
    width: inherit; }
  .fieldset > div.field {
    margin: 0 0 20px;
    box-sizing: border-box; }
    .fieldset > div.field:not(.choice) > label.label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: auto;
      float: none;
      font-weight: 600; }
    .fieldset > div.field:not(.choice) > legend.label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: auto;
      float: none;
      font-weight: 600; }
    .fieldset > div.field:not(.choice) > div.control {
      width: auto;
      float: none; }
    .fieldset > div.field.choice:before {
      width: auto;
      padding: 0;
      height: inherit;
      float: none; }
    .fieldset > div.field.choice label.label {
      margin: 0 0 0 5px; }

/****
** Form
****/
form div.actions-toolbar {
  margin: 20px 0; }

/****
** Sidebar input
****/
.sidebar input[type="text"], .sidebar input[type="password"], .sidebar input[type="url"], .sidebar input[type="tel"], .sidebar input[type="search"], .sidebar input[type="number"], .sidebar input[type="datetime"], .sidebar input[type="email"], .sidebar select {
  border: 1px solid #949494;
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 1.4rem;
  font-weight: 400;
  color: black;
  height: 36px; }

.nav-sections {
  background: #f2f2f2;
  margin: 0 0 25px; }
  .nav-sections .navigation {
    background: #f2f2f2; }
    .nav-sections .navigation .ui-menu-item.level-top a {
      font-size: 1.4rem;
      font-weight: 700;
      font-family: "Open Sans";
      color: #949494; }
      .nav-sections .navigation .ui-menu-item.level-top a:hover {
        color: #333;
        background: #f2f2f2; }
    .nav-sections .navigation .ui-menu-item.level-top.has-active > a {
      color: #333;
      background: #f2f2f2;
      border-top: none;
      border-bottom: 3px solid #ff5501;
      border-left: none;
      border-right: none; }
      .nav-sections .navigation .ui-menu-item.level-top.has-active > a:hover {
        color: #333;
        background: #f2f2f2; }
    .nav-sections .navigation .level0 .submenu {
      background: #ffffff; }
      .nav-sections .navigation .level0 .submenu li a {
        color: #333;
        font-weight: 400;
        border-color: #ff5501; }
      .nav-sections .navigation .level0 .submenu li:hover {
        background: #eaeaea; }
        .nav-sections .navigation .level0 .submenu li:hover a {
          color: #333;
          font-weight: 400; }

.breadcrumbs .items .item {
  font-size: 1.4rem;
  line-height: 18px;
  padding: 5px 5px 0 0;
  color: #333;
  font-weight: 400; }
  .breadcrumbs .items .item a {
    font-size: 1.4rem;
    line-height: 18px;
    padding: 5px 5px 0 0;
    color: #333;
    font-weight: 400; }
  .breadcrumbs .items .item strong {
    font-weight: 400;
    color: #949494; }
  .breadcrumbs .items .item:after {
    color: #949494;
    line-height: 18px; }

.page-header {
  background: #fff;
  color: #333; }
  .page-header .panel.wrapper {
    border-color: #e8e8e8;
    background: #fff; }
  .page-header .header a {
    color: #1979c3;
    text-decoration: none;
    font-weight: 400; }
    .page-header .header a:hover {
      color: #1979c3;
      font-weight: 400;
      text-decoration: underline; }
  .page-header .header.content {
    background: #fff;
    color: #333;
    padding: 30px 20px 0; }
  .page-header .header.panel {
    background: #fff;
    color: #333;
    padding: 10px 20px; }
  .page-header .header .links li a {
    color: #1979c3;
    text-decoration: none;
    font-weight: 400; }
    .page-header .header .links li a:hover {
      color: #1979c3;
      font-weight: 400;
      text-decoration: underline; }

.product-info-main .price-box .price-wrapper span.price {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  color: #333; }

.product.data.items .item.title > .switch {
  background: black;
  color: white;
  border-color: gray;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 1.5rem; }

.product.data.items .item.title:not(.disabled) > .switch:hover:hover {
  background: orange;
  color: white;
  border-color: red; }

.product.data.items .item.title.active > .switch {
  background: orange;
  color: white;
  border-color: red; }

.page-footer {
  background: #ffffff; }
  .page-footer .footer a {
    color: #1979c3;
    text-decoration: none;
    font-weight: 400; }
    .page-footer .footer a:hover {
      color: #1979c3;
      font-weight: 400;
      text-decoration: underline; }
  .page-footer .footer.content {
    margin: 25px auto;
    padding: 25px 20px 0;
    color: #333;
    border-color: #333; }

.page-wrapper .page-header .header.content .navigation ul li a, .nav-mobile ul li a {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 35px; }
  .page-wrapper .page-header .header.content .navigation ul li a:hover, .nav-mobile ul li a:hover {
    color: #fff; }
  .page-wrapper .page-header .header.content .navigation ul li a.nav-effect, .nav-mobile ul li a.nav-effect {
    position: relative;
    text-decoration: none; }
    .page-wrapper .page-header .header.content .navigation ul li a.nav-effect:before, .nav-mobile ul li a.nav-effect:before, .page-wrapper .page-header .header.content .navigation ul li a.nav-effect:after, .nav-mobile ul li a.nav-effect:after {
      content: '';
      position: absolute;
      transition: transform 0.5s ease; }
    .page-wrapper .page-header .header.content .navigation ul li a.nav-effect:before, .nav-mobile ul li a.nav-effect:before {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 3px;
      background: #fff;
      transform: scaleX(0); }
    .page-wrapper .page-header .header.content .navigation ul li a.nav-effect:hover:before, .nav-mobile ul li a.nav-effect:hover:before {
      transform: scaleX(0.5); }

.page-wrapper .page-header .header.content .navigation {
  background-color: transparent;
  align-self: last baseline; }
  .page-wrapper .page-header .header.content .navigation ul {
    display: flex;
    align-items: flex-end;
    margin-left: 20px; }
    .page-wrapper .page-header .header.content .navigation ul li {
      margin: 0 20px; }

#nav-icon {
  width: 53px;
  height: 45px;
  position: absolute;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  padding: 4px;
  zoom: 0.4;
  z-index: 1000;
  top: 125px;
  right: 50px;
  display: none; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px; }
  #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px; }

.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  overflow: hidden;
  transition: 0.2s;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0; }
  .nav-mobile.open {
    height: 100%;
    padding: 20px 0; }
  .nav-mobile a {
    margin: 10% 0; }
  .nav-mobile ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    list-style: none;
    margin: 20px 0;
    padding: 0; }
    .nav-mobile ul li {
      padding: 4px; }
      .nav-mobile ul li a {
        color: #fff !important;
        text-decoration: none !important;
        font-weight: 700 !important; }
  .nav-mobile hr {
    border-top: 1px solid #2e2e2e;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 76%;
    border-bottom: none;
    border-left: none;
    border-right: none; }

.page-wrapper {
  min-height: 100%; }
  .page-wrapper > header {
    display: none !important; }
  .page-wrapper .page-header {
    background-color: #000; }
    .page-wrapper .page-header .panel.wrapper {
      background-color: #000;
      border: none; }
      .page-wrapper .page-header .panel.wrapper .header {
        background-color: #000;
        padding: 5px; }
    .page-wrapper .page-header .header.content {
      background-color: inherit;
      display: flex;
      padding: 20px;
      position: relative; }
      .page-wrapper .page-header .header.content .top-nav {
        top: 10px;
        right: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        position: absolute;
        list-style: none; }
        .page-wrapper .page-header .header.content .top-nav a {
          color: #fff;
          text-align: center;
          font-family: "quincy-cf", serif;
          font-weight: 700;
          font-style: normal;
          margin-left: 24px;
          font-size: 16px; }
        .page-wrapper .page-header .header.content .top-nav .minicart-wrapper {
          margin: 0;
          display: block; }
          .page-wrapper .page-header .header.content .top-nav .minicart-wrapper .action.showcart {
            width: auto;
            display: flex; }
            .page-wrapper .page-header .header.content .top-nav .minicart-wrapper .action.showcart::before {
              color: #D1422A;
              line-height: 80%;
              font-size: 24px;
              padding-right: 10px;
              text-decoration: none; }
            .page-wrapper .page-header .header.content .top-nav .minicart-wrapper .action.showcart .text {
              position: relative;
              width: auto;
              display: inline-block;
              height: auto;
              top: 1px; }
        .page-wrapper .page-header .header.content .top-nav .top-links {
          display: flex;
          justify-content: flex-end;
          flex-direction: row;
          list-style: none;
          margin-left: 10px;
          padding: 0; }
          .page-wrapper .page-header .header.content .top-nav .top-links header {
            display: none; }
          .page-wrapper .page-header .header.content .top-nav .top-links li {
            padding: 10px;
            background-color: 0; }

.page-main, .page-main-full-width {
  position: relative;
  width: 100%;
  display: block; }
  .page-main h3, .page-main-full-width h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .page-main a, .page-main-full-width a {
    color: #D1422A;
    text-decoration: none; }
    .page-main a.green, .page-main-full-width a.green {
      color: #fff; }
    .page-main a:visited, .page-main-full-width a:visited {
      color: #b6402c; }
  .page-main .page-title-wrapper, .page-main-full-width .page-title-wrapper {
    width: 100%;
    height: 150px;
    display: block;
    background-color: #007D80;
    background-image: url("../images/toledo_tiger_bg.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    overflow: hidden;
    position: relative; }
    .page-main .page-title-wrapper .page-title, .page-main-full-width .page-title-wrapper .page-title {
      display: block;
      font-size: 50px;
      color: #fff;
      text-align: center;
      margin-bottom: 20px;
      font-family: "quincy-cf", serif;
      font-weight: 700;
      font-style: normal;
      margin-top: 40px;
      line-height: 120%; }

.page-footer {
  background: #000;
  padding-bottom: 0; }
  .page-footer .footer.content {
    border: none;
    text-align: center;
    background-image: url("../images/toledo_hippos_bg.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: 100%;
    margin-bottom: 0;
    height: 240px; }
    .page-footer .footer.content .tz-footer .info-footer {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .page-footer .footer.content .tz-footer .info-footer img {
        width: 150px; }
      .page-footer .footer.content .tz-footer .info-footer span {
        font-weight: 700;
        color: #fff;
        margin: 10px 4px; }
      .page-footer .footer.content .tz-footer .info-footer p {
        color: #fff;
        margin: 4px; }

.sales-order-print .page-wrapper .headerSection {
  display: none; }

.sales-order-print .page-wrapper a {
  display: none; }

.customer-account-index .columns .row .grid-main .main,
.sales-order-view .columns .row .grid-main .main {
  width: 100%;
  padding: 0;
  margin: 0; }
  .customer-account-index .columns .row .grid-main .main .block-dashboard-addresses,
  .sales-order-view .columns .row .grid-main .main .block-dashboard-addresses {
    display: none !important; }
  .customer-account-index .columns .row .grid-main .main .order-links,
  .sales-order-view .columns .row .grid-main .main .order-links {
    display: none !important; }

.customer-account-index .columns .row .grid-left,
.sales-order-view .columns .row .grid-left {
  display: none; }

.customer-account-index .member-code,
.sales-order-view .member-code {
  font-family: Barcode, sans-serif;
  font-size: 60px;
  max-height: 30%; }

.block-addresses-default .box.box-address-shipping {
  display: none; }

.block-orders-list .clickable-row {
  cursor: pointer; }

.minicart-wrapper .action.showcart .text {
  margin-right: 5px; }

.minicart-wrapper .action.showcart .counter.qty {
  background: none;
  padding: 0;
  line-height: 100%;
  height: auto;
  display: none; }
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    margin-right: -2px;
    margin-left: -2px; }

#co-payment-form hr {
  display: none; }

.payment-methods {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 !important; }
  .payment-methods .payment-group {
    width: 100%; }
    .payment-methods .payment-group .step-title {
      padding: 35px;
      display: none; }
    .payment-methods .payment-group .payment-method {
      display: flex;
      width: 100%;
      flex-direction: column;
      margin-top: 20px; }
      .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address {
        display: none; }
      .payment-methods .payment-group .payment-method .payment-method-content .stripe-payments-billing-address-warning {
        padding: 0; }
      .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar {
        display: flex;
        align-items: flex-start;
        flex-direction: column; }
        .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar button {
          font-family: "brandon-grotesque", sans-serif;
          font-size: 14px !important;
          padding: 12px 45px !important;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-weight: 600;
          border-radius: 100px;
          color: #fff;
          background-color: #D1422A;
          border: solid 2px #D1422A; }
          .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar button:visited {
            text-decoration: none;
            color: #fff; }
      .payment-methods .payment-group .payment-method .payment-method-title {
        display: none; }

.stripe-payments-elements {
  padding: 10px 20px;
  margin: 10px 10px 30px 10px;
  display: flex;
  flex-direction: column;
  background-color: #F0F0F0;
  border-radius: 5px;
  max-width: 520px; }
  .stripe-payments-elements .Label {
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-weight: 500;
    font-style: normal; }

.reset-padding {
  padding: 0; }

.reset-padding-top {
  padding-top: 0 !important; }

.reset-margin {
  margin: 0; }

.margin-top-10 {
  margin-top: 10px; }

.hidden {
  display: none !important; }

.list-prices {
  list-style: none;
  margin-left: 20px; }
  .list-prices li {
    font-size: 15px;
    margin-bottom: 0.4em; }
    .list-prices li .description {
      display: inline-block;
      width: 192px; }
    .list-prices li .price {
      font-weight: 700; }

.tz-page p {
  padding: 25px; }

.tz-page hr {
  border: 1;
  margin: 0; }

.tz-page .tz-admission-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .tz-page .tz-admission-container .admissions-list form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }

.tz-page .tz-account-login-container,
.tz-page .tz-account-create-container {
  text-align: center; }
  .tz-page .tz-account-login-container p,
  .tz-page .tz-account-create-container p {
    padding: 25px;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 500; }
    .tz-page .tz-account-login-container p a,
    .tz-page .tz-account-create-container p a {
      font-size: 18px;
      color: #D1422A; }
      .tz-page .tz-account-login-container p a:hover,
      .tz-page .tz-account-create-container p a:hover {
        color: #D1422A; }
      .tz-page .tz-account-login-container p a:active,
      .tz-page .tz-account-create-container p a:active {
        color: #D1422A; }
  .tz-page .tz-account-login-container .form-container,
  .tz-page .tz-account-create-container .form-container {
    display: flex;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 50px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 50px;
    justify-content: center; }
    .tz-page .tz-account-login-container .form-container .form-block,
    .tz-page .tz-account-create-container .form-container .form-block {
      width: 35%; }
      .tz-page .tz-account-login-container .form-container .form-block.form-register,
      .tz-page .tz-account-create-container .form-container .form-block.form-register {
        width: 50%; }
      .tz-page .tz-account-login-container .form-container .form-block .tz-login-title,
      .tz-page .tz-account-create-container .form-container .form-block .tz-login-title {
        font-family: "quincy-cf", serif;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
        font-size: 22px; }
      .tz-page .tz-account-login-container .form-container .form-block .form,
      .tz-page .tz-account-create-container .form-container .form-block .form {
        text-align: left;
        background-color: #F0F0F0;
        border-radius: 20px;
        padding: 30px 40px; }
        .tz-page .tz-account-login-container .form-container .form-block .form .tz-login-heading,
        .tz-page .tz-account-create-container .form-container .form-block .form .tz-login-heading {
          font-family: "quincy-cf", serif; }
        .tz-page .tz-account-login-container .form-container .form-block .form .actions-toolbar,
        .tz-page .tz-account-create-container .form-container .form-block .form .actions-toolbar {
          display: flex;
          justify-content: center;
          margin: 20px 0 0 0; }
        .tz-page .tz-account-login-container .form-container .form-block .form .label,
        .tz-page .tz-account-create-container .form-container .form-block .form .label {
          text-transform: uppercase;
          font-family: "brandon-grotesque", sans-serif;
          font-size: 13px;
          margin-bottom: 4px;
          letter-spacing: 2px; }
        .tz-page .tz-account-login-container .form-container .form-block .form .remind,
        .tz-page .tz-account-create-container .form-container .form-block .form .remind {
          text-align: right; }
        .tz-page .tz-account-login-container .form-container .form-block .form hr,
        .tz-page .tz-account-create-container .form-container .form-block .form hr {
          margin: 10px 0; }
        .tz-page .tz-account-login-container .form-container .form-block .form p,
        .tz-page .tz-account-create-container .form-container .form-block .form p {
          padding: 20px 0;
          line-height: 140%;
          color: #505050;
          font-size: 18px; }
        .tz-page .tz-account-login-container .form-container .form-block .form .fieldset.split,
        .tz-page .tz-account-create-container .form-container .form-block .form .fieldset.split {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .tz-page .tz-account-login-container .form-container .form-block .form .fieldset.split .large,
          .tz-page .tz-account-create-container .form-container .form-block .form .fieldset.split .large {
            flex: 2; }
          .tz-page .tz-account-login-container .form-container .form-block .form .fieldset.split .small,
          .tz-page .tz-account-create-container .form-container .form-block .form .fieldset.split .small {
            flex: 1; }
          .tz-page .tz-account-login-container .form-container .form-block .form .fieldset.split > div,
          .tz-page .tz-account-create-container .form-container .form-block .form .fieldset.split > div {
            flex: 1; }
            .tz-page .tz-account-login-container .form-container .form-block .form .fieldset.split > div:not(:last-child):not(.field-name-lastname),
            .tz-page .tz-account-create-container .form-container .form-block .form .fieldset.split > div:not(:last-child):not(.field-name-lastname) {
              margin-right: 20px; }
        .tz-page .tz-account-login-container .form-container .form-block .form .fieldset .field:last-child,
        .tz-page .tz-account-create-container .form-container .form-block .form .fieldset .field:last-child {
          margin-bottom: 20px; }
        .tz-page .tz-account-login-container .form-container .form-block .form .fieldset .field input,
        .tz-page .tz-account-create-container .form-container .form-block .form .fieldset .field input {
          border-color: #cbcfd2;
          border-radius: 4px; }
        .tz-page .tz-account-login-container .form-container .form-block .form .fieldset .field select,
        .tz-page .tz-account-create-container .form-container .form-block .form .fieldset .field select {
          border-color: #cbcfd2;
          padding: 0px 10px; }
        .tz-page .tz-account-login-container .form-container .form-block .form .fieldset .field.country,
        .tz-page .tz-account-create-container .form-container .form-block .form .fieldset .field.country {
          display: none !important; }
        .tz-page .tz-account-login-container .form-container .form-block .form .fieldset .field.choice,
        .tz-page .tz-account-create-container .form-container .form-block .form .fieldset .field.choice {
          display: none !important;
          visibility: none; }
        .tz-page .tz-account-login-container .form-container .form-block .form .fieldset::after,
        .tz-page .tz-account-create-container .form-container .form-block .form .fieldset::after {
          display: none; }
        .tz-page .tz-account-login-container .form-container .form-block .form .text .remind,
        .tz-page .tz-account-create-container .form-container .form-block .form .text .remind {
          text-align: right;
          display: block; }
    .tz-page .tz-account-login-container .form-container .or-label,
    .tz-page .tz-account-create-container .form-container .or-label {
      font-family: "quincy-cf", serif;
      font-weight: 600;
      text-align: center;
      font-size: 20px; }
    .tz-page .tz-account-login-container .form-container .or-block,
    .tz-page .tz-account-create-container .form-container .or-block {
      width: 20%;
      line-height: 400px; }
  .tz-page .tz-account-login-container .old-account, .tz-page .tz-account-login-container .ok-message, .tz-page .tz-account-login-container .error-message,
  .tz-page .tz-account-create-container .old-account,
  .tz-page .tz-account-create-container .ok-message,
  .tz-page .tz-account-create-container .error-message {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1ce;
    font-size: 16px;
    max-width: 100%;
    margin: 10px 110px;
    padding: 10px; }
    .tz-page .tz-account-login-container .old-account p, .tz-page .tz-account-login-container .ok-message p, .tz-page .tz-account-login-container .error-message p,
    .tz-page .tz-account-create-container .old-account p,
    .tz-page .tz-account-create-container .ok-message p,
    .tz-page .tz-account-create-container .error-message p {
      margin: 0;
      font-size: 18px;
      font-weight: 600; }
  .tz-page .tz-account-login-container .ok-message,
  .tz-page .tz-account-create-container .ok-message {
    background: #77e777; }
  .tz-page .tz-account-login-container .error-message,
  .tz-page .tz-account-create-container .error-message {
    background: #e34038; }

.tz-page .tz-account-reset-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .tz-page .tz-account-reset-container p {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500; }

.tz-page .tz-account-dashboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 500px; }
  .tz-page .tz-account-dashboard .block-dashboard-info {
    width: 1280px;
    margin: 30px 20px; }

.tz-page .tz-home-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .tz-page .tz-home-container p {
    padding: 45px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    line-height: 130%; }
    .tz-page .tz-home-container p.narrow {
      max-width: 550px; }
  .tz-page .tz-home-container .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px; }
    .tz-page .tz-home-container .cards-container .card {
      display: block;
      cursor: pointer;
      width: 340px;
      height: 158px;
      background-color: #000;
      border-radius: 16px;
      margin: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
      .tz-page .tz-home-container .cards-container .card:hover .tz-button {
        background-color: #fff;
        color: #000;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card .card-title {
        font-family: "quincy-cf", serif;
        font-weight: 700;
        color: white;
        padding: 10px;
        font-size: 30px;
        display: block;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card:hover {
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card.admissions {
        background-image: url("../images/cards/admissions.png"); }
    .tz-page .tz-home-container .cards-container .card {
      display: block;
      cursor: pointer;
      width: 340px;
      height: 158px;
      background-color: #000;
      border-radius: 16px;
      margin: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
      .tz-page .tz-home-container .cards-container .card:hover .tz-button {
        background-color: #fff;
        color: #000;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card .card-title {
        font-family: "quincy-cf", serif;
        font-weight: 700;
        color: white;
        padding: 10px;
        font-size: 30px;
        display: block;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card:hover {
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card.membership {
        background-image: url("../images/cards/membership.png"); }
    .tz-page .tz-home-container .cards-container .card {
      display: block;
      cursor: pointer;
      width: 340px;
      height: 158px;
      background-color: #000;
      border-radius: 16px;
      margin: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
      .tz-page .tz-home-container .cards-container .card:hover .tz-button {
        background-color: #fff;
        color: #000;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card .card-title {
        font-family: "quincy-cf", serif;
        font-weight: 700;
        color: white;
        padding: 10px;
        font-size: 30px;
        display: block;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card:hover {
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card.events {
        background-image: url("../images/cards/events.png"); }
    .tz-page .tz-home-container .cards-container .card {
      display: block;
      cursor: pointer;
      width: 340px;
      height: 158px;
      background-color: #000;
      border-radius: 16px;
      margin: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
      .tz-page .tz-home-container .cards-container .card:hover .tz-button {
        background-color: #fff;
        color: #000;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card .card-title {
        font-family: "quincy-cf", serif;
        font-weight: 700;
        color: white;
        padding: 10px;
        font-size: 30px;
        display: block;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card:hover {
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card.education {
        background-image: url("../images/cards/education.png"); }
    .tz-page .tz-home-container .cards-container .card {
      display: block;
      cursor: pointer;
      width: 340px;
      height: 158px;
      background-color: #000;
      border-radius: 16px;
      margin: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
      .tz-page .tz-home-container .cards-container .card:hover .tz-button {
        background-color: #fff;
        color: #000;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card .card-title {
        font-family: "quincy-cf", serif;
        font-weight: 700;
        color: white;
        padding: 10px;
        font-size: 30px;
        display: block;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card:hover {
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card.ypac {
        background-image: url("../images/cards/ypac.png"); }
    .tz-page .tz-home-container .cards-container .card {
      display: block;
      cursor: pointer;
      width: 340px;
      height: 158px;
      background-color: #000;
      border-radius: 16px;
      margin: 10px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
      .tz-page .tz-home-container .cards-container .card:hover .tz-button {
        background-color: #fff;
        color: #000;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card .card-title {
        font-family: "quincy-cf", serif;
        font-weight: 700;
        color: white;
        padding: 10px;
        font-size: 30px;
        display: block;
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card:hover {
        text-decoration: none; }
      .tz-page .tz-home-container .cards-container .card.zoopal {
        background-image: url("../images/cards/zoopal.png"); }

.tz-page .tz-conservation-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center; }
  .tz-page .tz-conservation-container h2 {
    font-size: 2em;
    font-family: "quincy-cf", serif;
    padding: 25px;
    line-height: 130%; }
  .tz-page .tz-conservation-container .donation-container {
    width: 950px; }
    .tz-page .tz-conservation-container .donation-container form {
      height: 400px;
      display: flex;
      justify-content: space-around;
      flex-direction: row; }
      .tz-page .tz-conservation-container .donation-container form .image {
        display: block;
        width: 340px;
        height: 160px;
        background-color: #000;
        border-radius: 16px;
        margin: 10px;
        padding: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        margin: 10px; }
      .tz-page .tz-conservation-container .donation-container form .description {
        flex: 1;
        margin: 10px;
        text-align: left; }
        .tz-page .tz-conservation-container .donation-container form .description .title {
          background-color: #000;
          color: #fff;
          padding: 10px 20px;
          font-size: 18px;
          font-family: "brandon-grotesque", sans-serif;
          font-weight: 600; }
        .tz-page .tz-conservation-container .donation-container form .description p {
          font-family: "proxima-nova", sans-serif;
          color: #505050;
          line-height: 140%;
          padding: 10px 20px;
          font-size: 16px; }
        .tz-page .tz-conservation-container .donation-container form .description .qty {
          padding: 10px 20px; }
          .tz-page .tz-conservation-container .donation-container form .description .qty input {
            border: solid 1px #cbcfd2;
            border-radius: 4px;
            width: 180px;
            display: none; }
          .tz-page .tz-conservation-container .donation-container form .description .qty select {
            width: 180px;
            border-color: #cbcfd2;
            padding: 0px 10px;
            margin-right: 20px; }

.tz-page .tz-confirmation-form-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center; }

.tz-page .tz-membership-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative; }
  .tz-page .tz-membership-container > p {
    padding: 25px;
    text-align: center;
    font-family: "proxima-nova", sans-serif; }
    .tz-page .tz-membership-container > p a {
      font-size: 18px; }
  .tz-page .tz-membership-container .memberships-content {
    display: flex;
    flex-direction: column; }
    .tz-page .tz-membership-container .memberships-content .membership {
      background-color: #F0F0F0;
      flex: 1;
      margin: 10px;
      text-align: left;
      width: 1075px; }
      .tz-page .tz-membership-container .memberships-content .membership .title {
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        font-family: "quincy-cf", serif;
        font-weight: 600; }
      .tz-page .tz-membership-container .memberships-content .membership .content {
        display: flex;
        flex-direction: row;
        padding: 20px; }
        .tz-page .tz-membership-container .memberships-content .membership .content .body {
          flex: 1;
          margin-right: 2em; }
          .tz-page .tz-membership-container .memberships-content .membership .content .body p {
            line-height: 130%;
            text-align: left;
            font-family: "proxima-nova", sans-serif;
            font-size: 16px;
            padding-bottom: 10px;
            padding: 10px 0;
            color: #505050; }
          .tz-page .tz-membership-container .memberships-content .membership .content .body ul {
            list-style: none;
            padding: 0; }
            .tz-page .tz-membership-container .memberships-content .membership .content .body ul li {
              font-weight: 600; }
              .tz-page .tz-membership-container .memberships-content .membership .content .body ul li strong {
                display: inline-block;
                min-width: 190px; }
  .tz-page .tz-membership-container .membership-options-content {
    display: flex;
    flex-direction: column;
    width: 720px;
    padding: 25px; }

.tz-page .tz-education-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .tz-page .tz-education-container p {
    padding: 25px;
    text-align: center; }
  .tz-page .tz-education-container .education-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1024px; }
    .tz-page .tz-education-container .education-content > div {
      width: 50%; }
    .tz-page .tz-education-container .education-content h3 {
      margin-bottom: 20px;
      color: #007D80;
      font-size: 20px; }
    .tz-page .tz-education-container .education-content ul {
      padding-top: 10px; }
      .tz-page .tz-education-container .education-content ul li {
        font-size: 18px; }
        .tz-page .tz-education-container .education-content ul li a {
          font-size: inherit; }

.tz-page .tz-events-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .tz-page .tz-events-container .events-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 950px;
    padding-top: 50px; }
    .tz-page .tz-events-container .events-content .event-brief {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .tz-page .tz-events-container .events-content .event-brief h3 {
        font-family: "brandon-grotesque", sans-serif;
        font-size: 24px;
        font-weight: normal; }
      .tz-page .tz-events-container .events-content .event-brief p {
        padding: 0px;
        font-size: 18px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 500;
        line-height: 130%; }
        .tz-page .tz-events-container .events-content .event-brief p.centered {
          text-align: center; }
        .tz-page .tz-events-container .events-content .event-brief p a {
          font-size: 18px; }
    .tz-page .tz-events-container .events-content .title {
      padding: 10px 20px;
      margin: 20px 0;
      background-color: #000;
      color: #eef9f9;
      font-family: "quincy-cf", serif;
      font-size: 18px;
      font-weight: bold; }
    .tz-page .tz-events-container .events-content .description {
      padding: 5px 20px; }
      .tz-page .tz-events-container .events-content .description h3 {
        margin-bottom: 20px; }
      .tz-page .tz-events-container .events-content .description p {
        padding: 0 0 10px 0;
        text-align: left;
        line-height: 130%;
        font-size: 16px; }
        .tz-page .tz-events-container .events-content .description p.list-block {
          display: flex;
          flex-direction: column; }
          .tz-page .tz-events-container .events-content .description p.list-block span {
            display: block;
            padding-bottom: 5px; }
      .tz-page .tz-events-container .events-content .description ul > li {
        font-size: 16px; }
  .tz-page .tz-events-container .sold-out-content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .tz-page .tz-events-container .sold-out-content h2 {
      font-family: "quincy-cf", serif;
      font-size: 85px;
      margin: 30px;
      font-weight: 600;
      color: #007D80; }
    .tz-page .tz-events-container .sold-out-content p {
      padding: 5px; }
    .tz-page .tz-events-container .sold-out-content .tz-buttons-block {
      margin-top: 25px; }

.tz-page .tz-checkout-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .tz-page .tz-checkout-container .checkout-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .tz-page .tz-checkout-container .checkout-list .promo_code_icon {
      padding: 4px 0;
      margin-right: 24px; }
    .tz-page .tz-checkout-container .checkout-list .promo_code_fields {
      display: flex;
      flex-direction: row;
      justify-content: start;
      align-items: center; }
      .tz-page .tz-checkout-container .checkout-list .promo_code_fields input {
        width: 190px;
        margin-left: 30px; }
    .tz-page .tz-checkout-container .checkout-list .discount-qty {
      flex: auto; }
    .tz-page .tz-checkout-container .checkout-list .promo_code a {
      padding: 20px 16px;
      font-size: 18px;
      color: #007D80;
      text-decoration: none; }
    .tz-page .tz-checkout-container .checkout-list .update_cart {
      display: flex;
      flex-direction: row-reverse; }
  .tz-page .tz-checkout-container .cart-total {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #eef9f9;
    padding: 20px 40px;
    text-align: center;
    width: 400px;
    margin-bottom: 20px; }
  .tz-page .tz-checkout-container .order-note {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #eef9f9;
    padding: 20px 40px;
    text-align: center;
    width: 400px;
    margin-bottom: 20px; }
  .tz-page .tz-checkout-container .checkout-blocks {
    width: 900px;
    margin: 25px;
    display: flex;
    justify-content: center; }
    .tz-page .tz-checkout-container .checkout-blocks > div {
      max-width: 70%;
      background-color: #F0F0F0;
      border: #666 solid 1px;
      display: flex;
      flex-direction: row;
      flex: 2 1;
      padding: 20px;
      justify-content: center; }
      .tz-page .tz-checkout-container .checkout-blocks > div:not(:last-child) {
        margin-right: 20px; }
    .tz-page .tz-checkout-container .checkout-blocks .donations .image {
      width: 180px; }
    .tz-page .tz-checkout-container .checkout-blocks .donations .qty {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around; }
      .tz-page .tz-checkout-container .checkout-blocks .donations .qty p {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 20px; }
    .tz-page .tz-checkout-container .checkout-blocks .donations .donations-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 75%; }
    .tz-page .tz-checkout-container .checkout-blocks .donations .adddonation {
      margin-top: 10px;
      background-color: #007D80;
      color: #fff !important;
      width: 169px;
      font-size: 16px;
      line-height: 25px;
      padding: 10px; }
  .tz-page .tz-checkout-container .checkout-container {
    width: 90%; }
  .tz-page .tz-checkout-container .payment-method-title input[type="radio"] {
    width: auto;
    height: auto;
    margin-right: 10px; }

.tz-page .tz-ypac-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .tz-page .tz-ypac-container .ypac-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 950px; }
    .tz-page .tz-ypac-container .ypac-content p {
      padding: 10px;
      font-size: 18px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 500;
      line-height: 130%; }
      .tz-page .tz-ypac-container .ypac-content p.centered {
        text-align: center; }
      .tz-page .tz-ypac-container .ypac-content p a {
        font-size: 18px; }

.tz-page .tz-zoo-pal-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .tz-page .tz-zoo-pal-container .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 605px;
    margin: 0 auto;
    padding: 70px 10px 50px; }
    .tz-page .tz-zoo-pal-container .content p {
      margin: 0;
      padding: 10px; }

.tz-page .tz-orders-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .tz-page .tz-orders-container .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 910px;
    margin: 0 auto;
    padding: 70px 10px 50px; }
    .tz-page .tz-orders-container .content p {
      margin: 0;
      padding: 10px; }

.tz-page .tz-receipt-container, .tz-page .tz-receipt-header {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .tz-page .tz-receipt-container .header, .tz-page .tz-receipt-header .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 640px;
    margin: 20px auto; }
    .tz-page .tz-receipt-container .header h1, .tz-page .tz-receipt-header .header h1 {
      font-family: "Open Sans SemiBold", "Open Sans", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 28px;
      margin: 20px 0px 0px 0px; }
  .tz-page .tz-receipt-container .content, .tz-page .tz-receipt-header .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
    padding: 10px; }

.tz-order-total, .order-total {
  padding: 10px 25px;
  background: #F0F0F0;
  float: right;
  margin: 0 10px; }
  .tz-order-total .order-ammount h3, .order-total .order-ammount h3 {
    font-size: 26px; }

.tz-form {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .tz-form.centered {
    align-items: center; }
  .tz-form.medium {
    width: 400px; }
  .tz-form button {
    align-self: center; }
  .tz-form select {
    padding: 0 10px; }
    .tz-form select.small-select {
      width: 70px;
      line-height: 10px;
      height: 28px; }
  .tz-form .form-header {
    padding: 10px 20px;
    margin: 10px 10px 30px 10px; }
    .tz-form .form-header.black {
      background-color: #000;
      color: #eef9f9; }
      .tz-form .form-header.black .field label {
        font-family: "quincy-cf", serif;
        font-size: 18px;
        font-weight: bold; }
    .tz-form .form-header .field {
      display: flex;
      flex-direction: row;
      justify-content: left;
      align-items: center; }
      .tz-form .form-header .field label {
        flex: 1; }
      .tz-form .form-header .field select {
        flex: 2; }
  .tz-form .form-block {
    padding: 10px 20px;
    margin: 10px 10px 30px 10px;
    display: flex;
    flex-direction: column;
    background-color: #F0F0F0;
    border-radius: 5px; }
    .tz-form .form-block .membership-error {
      margin-top: 7px;
      color: #e02b27;
      font-size: 1.2rem; }
    .tz-form .form-block .title {
      font-family: "brandon-grotesque", sans-serif;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 700;
      display: block;
      font-size: 18px;
      margin: 20px; }
    .tz-form .form-block.bordered {
      border: #d0d0d0 solid 1px; }
    .tz-form .form-block.gray {
      text-align: left;
      background-color: #F0F0F0;
      border-radius: 6px;
      padding: 10px 30px; }
    .tz-form .form-block.small {
      max-width: 620px; }
    .tz-form .form-block.centered {
      align-items: center; }
    .tz-form .form-block p {
      padding: 5px 0;
      text-align: left;
      line-height: 140%; }
      .tz-form .form-block p.question {
        font-size: 18px;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase; }
      .tz-form .form-block p.notes {
        font-size: 16px; }
      .tz-form .form-block p a.strong {
        font-weight: 700; }
      .tz-form .form-block p a.padding-top-10 {
        padding: 10px 0px 0px 0px;
        display: inline-block; }
    .tz-form .form-block .fields-container {
      justify-content: space-between;
      margin-top: 20px;
      margin-bottom: 20px; }
      .tz-form .form-block .fields-container.row {
        flex-direction: row; }
        .tz-form .form-block .fields-container.row .fieldset:not(:last-child) {
          margin-right: 20px; }
      .tz-form .form-block .fields-container.col {
        flex-direction: column; }
      .tz-form .form-block .fields-container .fieldset.row {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .tz-form .form-block .fields-container .fieldset.row .large {
          flex: 2; }
        .tz-form .form-block .fields-container .fieldset.row .small {
          flex: 1; }
        .tz-form .form-block .fields-container .fieldset.row .field:not(:last-child) {
          margin-right: 20px; }
        .tz-form .form-block .fields-container .fieldset.row .field:last-child {
          margin-bottom: 20px; }
      .tz-form .form-block .fields-container .fieldset .field {
        margin: 0;
        margin-bottom: 20px; }
        .tz-form .form-block .fields-container .fieldset .field *:not(:last-child) {
          margin-bottom: 5px; }
        .tz-form .form-block .fields-container .fieldset .field .label {
          text-transform: uppercase;
          font-family: "brandon-grotesque", sans-serif;
          font-size: 13px;
          margin-bottom: 4px;
          letter-spacing: 2px; }
      .tz-form .form-block .fields-container .fieldset input {
        border-color: #cbcfd2;
        border-radius: 4px; }
      .tz-form .form-block .fields-container .fieldset select {
        border-color: #cbcfd2;
        padding: 0px 10px; }

.tz-confirmation-form {
  margin: 50px 100px;
  height: 200px; }
  .tz-confirmation-form h3 {
    font-size: 36px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: normal;
    margin-bottom: 60px; }

.tz-button {
  border: none;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 16px;
  padding: 6px 20px;
  display: block;
  transition: all .2s;
  outline: inherit;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.6rem;
  font-size: 12px; }
  .tz-button:visited {
    text-decoration: none;
    color: #fff; }
  .tz-button.rounded {
    padding: 5px 8px;
    font-size: 18px; }
  .tz-button:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600; }
  .tz-button.normal {
    padding: 10px 20px;
    border-radius: 100px; }
  .tz-button.big {
    font-size: 14px;
    padding: 12px 25px;
    border-radius: 100px; }
  .tz-button.huge {
    font-size: 18px;
    padding: 16px 30px;
    border-radius: 100px; }
  .tz-button.wide {
    padding-left: 2.5em;
    padding-right: 2.5em; }
  .tz-button.primary {
    background-color: #fff;
    color: #007D80;
    text-decoration: none;
    border: solid 2px #007D80; }
    .tz-button.primary:visited {
      text-decoration: none;
      color: #007D80; }
    .tz-button.primary:hover, .tz-button.primary.selected {
      background-color: #007D80;
      color: #fff; }
  .tz-button.orange {
    background-color: #D1422A;
    color: #fff;
    text-decoration: none;
    border: solid 2px #D1422A; }
    .tz-button.orange:visited {
      text-decoration: none;
      color: #fff; }
    .tz-button.orange:hover, .tz-button.orange.selected {
      background-color: #ea2806;
      color: #fff; }
  .tz-button.green {
    background-color: #007D80;
    color: #fff;
    text-decoration: none;
    border: none; }
    .tz-button.green:visited {
      text-decoration: none;
      color: #fff; }
    .tz-button.green:hover, .tz-button.green.selected {
      background-color: #007274;
      color: #fff; }
  .tz-button.transparent {
    background: none; }
  .tz-button.squared {
    border-radius: 0; }

.tz-buttons-block {
  display: flex;
  padding: 10px;
  flex-direction: row; }
  .tz-buttons-block .tz-button-tdn {
    text-decoration: none; }
  .tz-buttons-block.centered {
    justify-content: center; }
  .tz-buttons-block.cols {
    flex-direction: column; }
    .tz-buttons-block.cols > *:not(:last-child) {
      margin-right: 0; }
  .tz-buttons-block.row {
    flex-direction: row; }
  .tz-buttons-block.slim {
    padding: 10px 0; }
    .tz-buttons-block.slim > *:not(:last-child) {
      margin-right: 1em; }
  .tz-buttons-block.tabs {
    flex-direction: row; }
    .tz-buttons-block.tabs button {
      width: auto;
      flex-grow: 1; }
    .tz-buttons-block.tabs :not(:last-child) {
      margin-right: 0;
      border-right: none; }
    .tz-buttons-block.tabs :first-child {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .tz-buttons-block.tabs :last-child {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
  .tz-buttons-block a, .tz-buttons-block button {
    margin-bottom: 10px; }
  .tz-buttons-block :not(:last-child) {
    margin-right: 2em; }

.tz-grid-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  width: 750px;
  margin-bottom: 25px;
  margin-top: 25px; }
  .tz-grid-table.centered {
    align-self: center; }
  .tz-grid-table.cart .grid-row.with-icon {
    grid-template-columns: 50px 400px 150px 200px 100px !important; }
  .tz-grid-table.large {
    width: 900px; }
  .tz-grid-table.full {
    width: 100%; }
  .tz-grid-table .grid-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
    .tz-grid-table .grid-row.with-icon {
      grid-template-columns: 7% 40% 20% 23% 10%; }
      .tz-grid-table .grid-row.with-icon > div:nth-of-type(2) {
        text-align: left; }
    .tz-grid-table .grid-row .grid-header {
      background-color: #000;
      color: #fff;
      padding: 8px 16px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700;
      text-align: center;
      margin-bottom: 5px;
      font-size: 16px;
      text-transform: capitalize; }
      .tz-grid-table .grid-row .grid-header:first-of-type {
        text-align: left; }
      .tz-grid-table .grid-row .grid-header:last-of-type {
        text-align: right; }
      .tz-grid-table .grid-row .grid-header .text-right {
        text-align: right;
        display: inline-block;
        width: 85px; }
      .tz-grid-table .grid-row .grid-header .text-centered {
        width: 120px;
        display: inline-block;
        text-align: center; }
    .tz-grid-table .grid-row .grid-item {
      color: #000;
      padding: 8px 16px;
      font-size: 150%;
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      background: #F0F0F0;
      margin-bottom: 5px;
      position: relative;
      align-self: auto; }
      .tz-grid-table .grid-row .grid-item.small {
        flex: 5; }
      .tz-grid-table .grid-row .grid-item .text-right {
        text-align: right;
        display: inline-block;
        width: 85px; }
      .tz-grid-table .grid-row .grid-item .remove-item {
        position: absolute;
        width: 50px;
        display: none;
        align-items: center;
        text-align: center;
        padding: 4px;
        top: 10%;
        right: 0px; }
      .tz-grid-table .grid-row .grid-item.buttons {
        align-items: flex-start; }
      .tz-grid-table .grid-row .grid-item.centered {
        display: flex;
        justify-content: center;
        text-align: center; }
      .tz-grid-table .grid-row .grid-item.right {
        display: flex;
        align-items: right;
        justify-content: right;
        text-align: right; }
      .tz-grid-table .grid-row .grid-item:last-of-type {
        text-align: right; }
  .tz-grid-table.1col div:nth-child(2) {
    grid-row-start: 1; }
  .tz-grid-table.3cols div:nth-child(4) {
    grid-row-start: 3; }
  .tz-grid-table.3cols div:nth-child(5) {
    grid-row-start: 4; }
  .tz-grid-table.4cols div:nth-child(5) {
    grid-row-start: 4; }
  .tz-grid-table.4cols div:nth-child(6) {
    grid-row-start: 7; }

.tz-qty-selector {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  max-width: 120px; }
  .tz-qty-selector .qty-selector-item, .tz-qty-selector .amount-edit-item {
    flex: 1;
    background-color: #007D80;
    color: #fff !important;
    text-align: center;
    padding: 2px;
    display: block;
    width: auto;
    margin: 2px;
    width: 35px;
    height: 25px;
    display: block;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none; }
    .tz-qty-selector .qty-selector-item.button, .tz-qty-selector .amount-edit-item.button {
      cursor: pointer;
      user-select: none; }
      .tz-qty-selector .qty-selector-item.button:hover, .tz-qty-selector .amount-edit-item.button:hover {
        background-color: #055d5f; }

.tz-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100; }
  .tz-modal .modal-container {
    width: 340px;
    height: auto;
    background-color: #efefef;
    position: absolute;
    top: 10%; }
    .tz-modal .modal-container .modal-header {
      background: #000;
      font-size: 16px;
      color: #fff;
      padding: 10px 20px;
      font-weight: 600; }
    .tz-modal .modal-container .modal-content {
      padding: 10px 20px;
      border: solid 1px #000; }

.tz-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100; }
  .tz-loader .spinner {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 11.5px solid;
    border-color: #e9e9e9;
    border-right-color: #aeaeae;
    animation: spinner-d3wgkg 0.8s infinite linear; }

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn); } }

.tz-messages {
  border: solid 1px #aeaeae;
  background-color: #cbcfd2;
  color: #ccc;
  padding: 10px;
  margin: 5px 0; }
  .tz-messages.alert {
    background-color: lightgoldenrodyellow;
    border-color: #e5e533;
    color: #6b6b0c; }
  .tz-messages.fixedWidth {
    width: 725px; }

.tz-summary-block {
  text-align: left;
  background-color: #F0F0F0;
  border-radius: 6px;
  padding: 10px 30px; }
  .tz-summary-block .table-totals tbody .totals.sub {
    display: none; }

.tz-minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .tz-minicart-items .minicart-items-wrapper {
    /* margin: 0 -15px 0 0; */
    /* max-height: 370px; */
    /* padding: 15px 15px 0 0; */
    /* border: 0; */ }
    .tz-minicart-items .minicart-items-wrapper .product-item {
      padding: 10px 0;
      display: flex;
      align-items: center; }
      .tz-minicart-items .minicart-items-wrapper .product-item .product {
        width: 100%; }
        .tz-minicart-items .minicart-items-wrapper .product-item .product .product-item-details {
          padding-left: 0px; }
          .tz-minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner {
            display: flex;
            flex-direction: row;
            justify-content: space-between; }
            .tz-minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block {
              display: flex;
              flex-direction: row-reverse;
              justify-content: space-between; }
              .tz-minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
                margin-top: 0;
                margin-right: 20px; }

.tz-link-list > a {
  display: block;
  margin-bottom: 10px; }

.tz-block .block-content {
  display: flex;
  justify-content: space-between; }
  .tz-block .block-content.flex-end {
    align-items: flex-end; }
  .tz-block .block-content.no-margin {
    margin: 0; }
    .tz-block .block-content.no-margin .box {
      margin: 10px 0; }
      .tz-block .block-content.no-margin .box:not(:last-child) {
        margin-right: 30px; }
  .tz-block .block-content.right {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: right; }
  .tz-block .block-content .box {
    flex: 1;
    padding: 10px 20px;
    margin: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column; }
    .tz-block .block-content .box.no-spacing {
      padding: 0;
      margin: 0; }
    .tz-block .block-content .box.gray {
      background-color: #F0F0F0;
      border-radius: 5px; }
    .tz-block .block-content .box.centered {
      display: flex;
      align-items: center;
      justify-content: center; }
    .tz-block .block-content .box.fixed-height {
      min-height: 110px; }
    .tz-block .block-content .box p {
      padding: 10px; }

.tz-flex {
  display: flex;
  flex-direction: column; }
  .tz-flex.row {
    flex-direction: row; }
  .tz-flex.start {
    justify-content: start;
    align-items: start; }

.tz-admission-tickets-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: none; }
  .tz-admission-tickets-block .tz-messages {
    background-color: #ffdca6;
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    border: none;
    font-size: 16px;
    color: black; }
  .tz-admission-tickets-block .tz-grid-table .grid-row {
    background-color: #F0F0F0;
    margin-bottom: 4px; }
    .tz-admission-tickets-block .tz-grid-table .grid-row .grid-item {
      margin-top: 0;
      margin-bottom: 0;
      align-self: center; }
      .tz-admission-tickets-block .tz-grid-table .grid-row .grid-item .tz-flex {
        align-items: center; }
        .tz-admission-tickets-block .tz-grid-table .grid-row .grid-item .tz-flex .price {
          margin-right: 10px;
          display: inline-block; }
      .tz-admission-tickets-block .tz-grid-table .grid-row .grid-item:last-child {
        border-left: 4px #fff solid; }
    .tz-admission-tickets-block .tz-grid-table .grid-row .grid-header:last-child {
      border-left: 4px #fff solid; }

.tz-event-dates {
  display: flex;
  align-items: top;
  flex-direction: row;
  justify-content: center;
  padding: 20px; }
  .tz-event-dates .month .month-title {
    background-color: #007D80;
    padding: 10px;
    font-size: 24px;
    font-family: "open-sans", sans-serif;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
  .tz-event-dates .month:not(:last-child) {
    margin-right: 20px; }
  .tz-event-dates .date-block {
    display: flex;
    width: 180px;
    height: 80px;
    position: relative;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border: solid 1px #D1422A;
    justify-content: space-around; }
    .tz-event-dates .date-block.selected {
      background-color: rgba(236, 102, 36, 0.34902);
      border-color: #994000; }
      .tz-event-dates .date-block.selected:hover {
        background-color: rgba(236, 102, 36, 0.34902); }
    .tz-event-dates .date-block:not(:last-child) {
      margin-bottom: 10px; }
    .tz-event-dates .date-block:hover {
      background-color: #efefef; }
    .tz-event-dates .date-block .sold-out {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #e8e8e8d1;
      text-align: center;
      align-items: end;
      justify-content: center;
      cursor: default; }
      .tz-event-dates .date-block .sold-out label {
        font-size: 24px;
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        padding: 8px 8px 4px 8px; }
    .tz-event-dates .date-block .date-title {
      font-family: "open-sans", sans-serif;
      font-weight: 600;
      font-size: 18px;
      padding: 8px 8px 4px 8px; }
    .tz-event-dates .date-block .date-time {
      font-size: 14px;
      padding: 4px 8px 8px 8px; }

.tz-buttons-block-ypac {
  display: flex;
  flex-direction: column; }
  .tz-buttons-block-ypac .tz-button {
    margin: 10px; }

.ypac-list {
  font-size: 1.5rem; }

.mobile.flex {
  display: none !important; }

@media (max-width: 768px) {
  .mobile.flex {
    display: flex !important; }
  .not-mobile {
    display: none !important; }
  .custom-slide._show {
    z-index: 1001 !important; }
  .checkout-index-index .opc-wrapper {
    padding-left: 10px;
    padding-right: 10px; }
  .opc-estimated-wrapper {
    width: 100%;
    padding: 0;
    margin: 0; }
    .opc-estimated-wrapper .estimated-block {
      padding: 10px; }
  .payment-methods {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 !important; }
    .payment-methods .payment-group {
      width: 100%; }
      .payment-methods .payment-group .step-title {
        padding: 25px; }
      .payment-methods .payment-group .payment-method {
        display: flex;
        width: 100%;
        flex-direction: column; }
        .payment-methods .payment-group .payment-method .payment-method-content {
          padding: 0 !important; }
          .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address {
            display: none; }
          .payment-methods .payment-group .payment-method .payment-method-content .stripe-payments-billing-address-warning {
            padding: 0; }
          .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar {
            display: flex;
            align-items: center;
            flex-direction: column; }
            .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar button {
              font-family: "brandon-grotesque", sans-serif;
              font-size: 14px !important;
              padding: 12px 45px !important;
              text-transform: uppercase;
              letter-spacing: 2px;
              font-weight: 600;
              border-radius: 100px;
              color: #fff;
              background-color: #D1422A;
              border: solid 2px #D1422A; }
              .payment-methods .payment-group .payment-method .payment-method-content .actions-toolbar button:visited {
                text-decoration: none;
                color: #fff; }
        .payment-methods .payment-group .payment-method .payment-method-title {
          display: none; }
  #nav-icon {
    display: block; }
  .page-products .columns {
    padding: 0; }
  .page-title-wrapper {
    width: 100%;
    height: 110px !important;
    display: block; }
    .page-title-wrapper .page-title {
      font-size: 30px !important;
      color: #fff;
      text-align: center;
      line-height: 100% !important; }
  .page-wrapper .page-main, .page-wrapper .page-main-full-width {
    overflow-x: hidden; }
    .page-wrapper .page-main .columns .row, .page-wrapper .page-main-full-width .columns .row {
      width: 100%; }
  .page-wrapper .page-header {
    margin-bottom: 0;
    position: relative;
    border-bottom: none; }
    .page-wrapper .page-header .header.content > a {
      padding: 4px 7px; }
    .page-wrapper .page-header .header.content .navigation {
      display: none; }
    .page-wrapper .page-header .header.content .top-nav {
      display: flex;
      position: absolute;
      right: 20px;
      top: 13px; }
      .page-wrapper .page-header .header.content .top-nav a {
        margin: 0 8px; }
      .page-wrapper .page-header .header.content .top-nav li {
        display: block; }
      .page-wrapper .page-header .header.content .top-nav .minicart-wrapper .showcart .text {
        display: none !important; }
  .tz-page {
    padding-left: 0;
    padding-right: 0; }
    .tz-page .tz-home-container .cards-container .card {
      width: 310px;
      height: 115px; }
    .tz-page .tz-admission-container .admissions-list {
      width: 90%; }
      .tz-page .tz-admission-container .admissions-list .tz-form .tz-grid-table {
        overflow: hidden;
        overflow-x: scroll; }
        .tz-page .tz-admission-container .admissions-list .tz-form .tz-grid-table .grid-row {
          grid-column: 1 / -1;
          grid-template-columns: 235px 160px 150px; }
    .tz-page .tz-admission-container .tz-confirmation-form h3 {
      text-align: center; }
    .tz-page .tz-conservation-container h2 {
      font-size: 22px;
      margin: 0.5rem 0 2rem 0; }
    .tz-page .tz-conservation-container .donation-container {
      width: 100%; }
      .tz-page .tz-conservation-container .donation-container .description .qty {
        text-align: center; }
      .tz-page .tz-conservation-container .donation-container form .image {
        display: none; }
      .tz-page .tz-conservation-container .donation-container form .tz-buttons-block {
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .tz-page .tz-conservation-container .donation-container form .tz-buttons-block .tz-button:not(:last-child) {
          margin-right: 0; }
    .tz-page .tz-confirmation-form-container .checkout-list .tz-form .tz-grid-table .grid-row .with-icon,
    .tz-page .tz-admission-container .checkout-list .tz-form .tz-grid-table .grid-row .with-icon,
    .tz-page .tz-checkout-container .checkout-list .tz-form .tz-grid-table .grid-row .with-icon {
      grid-template-columns: 220px 100px 100px 130px; }
    .tz-page .tz-account-create-container .form-container, .tz-page .tz-account-login-container .form-container {
      padding-left: 10px;
      padding-right: 10px;
      flex-direction: column;
      align-items: center; }
      .tz-page .tz-account-create-container .form-container .or-block, .tz-page .tz-account-login-container .form-container .or-block {
        width: 100%;
        line-height: 90px; }
      .tz-page .tz-account-create-container .form-container .form-block, .tz-page .tz-account-login-container .form-container .form-block {
        width: 90%; }
        .tz-page .tz-account-create-container .form-container .form-block.form-register, .tz-page .tz-account-login-container .form-container .form-block.form-register {
          width: 90%; }
        .tz-page .tz-account-create-container .form-container .form-block .form p, .tz-page .tz-account-login-container .form-container .form-block .form p {
          font-size: 14px; }
        .tz-page .tz-account-create-container .form-container .form-block .form .fieldset.split, .tz-page .tz-account-login-container .form-container .form-block .form .fieldset.split {
          flex-direction: column !important; }
          .tz-page .tz-account-create-container .form-container .form-block .form .fieldset.split > div, .tz-page .tz-account-login-container .form-container .form-block .form .fieldset.split > div {
            flex: 1; }
            .tz-page .tz-account-create-container .form-container .form-block .form .fieldset.split > div:not(:last-child):not(.field-name-lastname), .tz-page .tz-account-login-container .form-container .form-block .form .fieldset.split > div:not(:last-child):not(.field-name-lastname) {
              margin-right: 0; }
    .tz-page .tz-account-create-container .old-account, .tz-page .tz-account-create-container .error-message, .tz-page .tz-account-create-container .ok-message, .tz-page .tz-account-login-container .old-account, .tz-page .tz-account-login-container .error-message, .tz-page .tz-account-login-container .ok-message {
      margin: 0;
      padding: 10px; }
      .tz-page .tz-account-create-container .old-account p, .tz-page .tz-account-create-container .error-message p, .tz-page .tz-account-create-container .ok-message p, .tz-page .tz-account-login-container .old-account p, .tz-page .tz-account-login-container .error-message p, .tz-page .tz-account-login-container .ok-message p {
        margin: 0;
        font-size: 18px;
        font-weight: 600; }
    .tz-page .tz-membership-container .memberships-content {
      align-items: center; }
      .tz-page .tz-membership-container .memberships-content .membership {
        width: 90%; }
        .tz-page .tz-membership-container .memberships-content .membership .content {
          display: flex;
          flex-direction: column;
          padding: 20px; }
    .tz-page .tz-membership-container .membership-options-content {
      display: flex;
      flex-direction: column;
      width: 90%;
      padding: 25px; }
      .tz-page .tz-membership-container .membership-options-content .tz-form .form-header.black .field {
        display: flex;
        flex-direction: column; }
        .tz-page .tz-membership-container .membership-options-content .tz-form .form-header.black .field .label {
          margin-bottom: 10px; }
      .tz-page .tz-membership-container .membership-options-content .tz-form .form-block .list-prices {
        margin: 0;
        padding: 0; }
      .tz-page .tz-membership-container .membership-options-content .tz-form .form-block .fields-container .fieldset.row {
        flex-direction: column; }
        .tz-page .tz-membership-container .membership-options-content .tz-form .form-block .fields-container .fieldset.row .field:not(:last-child) {
          margin-right: 0; }
      .tz-page .tz-membership-container .membership-options-content .tz-form .tz-buttons-block.centered {
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .tz-page .tz-membership-container .membership-options-content .tz-form .tz-buttons-block.centered :not(:last-child) {
          margin-right: 0; }
    .tz-page .tz-events-container .events-content {
      width: 90%; }
    .tz-page .tz-checkout-container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .tz-page .tz-checkout-container .checkout-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 90%; }
        .tz-page .tz-checkout-container .checkout-list form {
          width: 100%; }
          .tz-page .tz-checkout-container .checkout-list form .tz-grid-table {
            overflow-x: scroll; }
            .tz-page .tz-checkout-container .checkout-list form .tz-grid-table .grid-row {
              grid-template-columns: 50px 200px 130px 180px 100px; }
              .tz-page .tz-checkout-container .checkout-list form .tz-grid-table .grid-row.footer {
                grid-template-columns: 200px;
                padding: 20px; }
              .tz-page .tz-checkout-container .checkout-list form .tz-grid-table .grid-row.two-cols {
                grid-template-columns: 50px 510px 100px 180px 100px; }
      .tz-page .tz-checkout-container .cart-total {
        font-family: "proxima-nova", sans-serif;
        font-size: 24px;
        font-weight: 600;
        background-color: #eef9f9;
        padding: 20px 0;
        text-align: center;
        width: 90%;
        margin-bottom: 20px;
        margin-top: 20px; }
      .tz-page .tz-checkout-container .checkout-blocks {
        width: 90%;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .tz-page .tz-checkout-container .checkout-blocks > div {
          max-width: 100%;
          background-color: #F0F0F0;
          border: #666 solid 1px;
          display: flex;
          flex-direction: row;
          flex: 2 1;
          padding: 20px;
          justify-content: center; }
          .tz-page .tz-checkout-container .checkout-blocks > div:not(:last-child) {
            margin-right: 0;
            margin-bottom: 20px; }
        .tz-page .tz-checkout-container .checkout-blocks .donations {
          display: block;
          flex-direction: column;
          align-items: center; }
          .tz-page .tz-checkout-container .checkout-blocks .donations .image {
            float: left;
            width: 70px;
            height: 190px; }
          .tz-page .tz-checkout-container .checkout-blocks .donations .qty {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around; }
            .tz-page .tz-checkout-container .checkout-blocks .donations .qty p {
              text-align: center;
              font-size: 16px;
              font-weight: 600;
              padding: 10px 20px; }
      .tz-page .tz-checkout-container .checkout-container {
        width: 100%; }
      .tz-page .tz-checkout-container .payment-method-title input[type="radio"] {
        width: auto;
        height: auto;
        margin-right: 10px; }
    .tz-page .tz-education-container .education-content {
      width: 90%;
      flex-direction: column; }
      .tz-page .tz-education-container .education-content > div {
        width: 100%; }
    .tz-page .tz-ypac-container .ypac-content {
      width: 90%; }
      .tz-page .tz-ypac-container .ypac-content p {
        padding: 0px;
        margin-bottom: 20px; }
    .tz-page .tz-zoo-pal-container .content {
      max-width: 385px; }
    .tz-page .tz-orders-container .content {
      width: 100%;
      padding: 40px 0 50px; }
      .tz-page .tz-orders-container .content .tz-buttons-block {
        justify-content: center; }
      .tz-page .tz-orders-container .content .tz-block.block-orders-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px; }
        .tz-page .tz-orders-container .content .tz-block.block-orders-list .tz-grid-table {
          overflow-x: scroll !important;
          grid-template-columns: none !important; }
          .tz-page .tz-orders-container .content .tz-block.block-orders-list .tz-grid-table.large {
            width: 100%; }
          .tz-page .tz-orders-container .content .tz-block.block-orders-list .tz-grid-table .grid-row {
            grid-template-columns: 220px 100px 100px 130px  !important; }
    .tz-page .tz-orders-container .block-dashboard-info {
      display: flex;
      gap: 0;
      flex-direction: column;
      align-items: center; }
      .tz-page .tz-orders-container .block-dashboard-info .box {
        width: 90%; }
        .tz-page .tz-orders-container .block-dashboard-info .box:nth-child(3) {
          align-items: center !important;
          padding: 0; }
      .tz-page .tz-orders-container .block-dashboard-info .block-content {
        display: flex;
        flex-direction: column;
        align-items: center; }
  .tz-grid-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px; }
    .tz-grid-table.large {
      width: 90%; }
    .tz-grid-table .grid-row {
      grid-column: 1 / -1;
      grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); }
  .tz-flex {
    flex-direction: column; }
    .tz-flex.row {
      flex-direction: column; }
  .tz-buttons-block.tabs {
    overflow-x: scroll; } }
