/**
 * Motif v4.0.0
 * A responsive front-end framework to tell *your* story
 * http://getmotif.com
 */
/**
 * Global Stylesheet
 * The site's main (and perhaps only) stylesheet. All supporting stylesheet 
 * files are imported into and compiled from here.
 */
/*

Dynamic Responsive Image

*/
/**
 * Normalize
 * Using the Normalize.css (http://necolas.github.io/normalize.css/) with only minor modification.
 */
/*

HTML5 Display Definitions

Set the appropriate `display` definitions for new HTML5 elements.

The majority will be displayed `block`.

*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
html,
body {
  width: 100%;
}
body {
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
.display__site-content {
  min-height: calc(100vh - 411px);
}
/*

Type

*/
/*

HTML Font Size Adjust

1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
   `em` units.
2. Prevents iOS text size adjust after orientation change, without disabling
   user zoom.

*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
abbr[title] {
  border: none;
}
i,
cite,
address {
  font-style: normal;
}
dfn {
  font-style: italic;
}
b {
  font-weight: normal;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
menu,
ul,
ol,
dl,
table,
figure {
  /* Display & Box Model */
  margin: 1.25rem 0 0 0;
  /* Other */
  font-size: 1em;
}
menu,
ol,
ul {
  padding-left: 2.5em;
}
li ul,
li ol {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
dd {
  margin-left: 2.5em;
}
blockquote {
  padding: 1.25em 2.5em;
}
blockquote > :first-child {
  margin-top: 0;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 1em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.lists__ordered-list {
  list-style: none;
  counter-reset: lists__ordered-list;
  padding: 0;
}
.lists__ordered-list li {
  counter-increment: lists__ordered-list;
  padding-left: 50px;
  min-height: 32px;
  margin-top: 1.25rem;
  position: relative;
}
.lists__ordered-list li:before {
  content: counter(lists__ordered-list);
  background: #221D1D;
  border: 3px solid #83933E;
  color: #D27600;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
}
.lists__unordered-list {
  list-style: none;
  padding: 0;
}
.lists__unordered-list li {
  padding-left: 20px;
  margin-top: 1.25rem;
  position: relative;
}
.lists__unordered-list li:before {
  content: "";
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 0.89655172;
  color: #D27600;
  display: block;
  position: absolute;
  height: 15px;
  width: 6px;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
}
/*

Unstyled List

A basic stripping of list styles.

*/
.lists__unstyled,
.lists__horizontal,
.lists__horizontal--forceful,
.lists__horizontal--links,
.lists__horizontal--pgs,
.lists__breadcrumb-list,
.lists__horizontal--buttons {
  padding-left: 0;
  list-style: none outside none;
}
/*

Horizontal List

The basic horizontal list module simply removes bullets from lists and inlines the list 
items, making the link `inline-block`. The idea is to give the skeleton of a 
horizontal list/navigation without adding too much style (yet).

*/
.lists__horizontal li,
.lists__horizontal--links li,
.lists__horizontal--pgs li,
.lists__breadcrumb-list li,
.lists__horizontal--buttons li {
  display: inline;
}
.lists__horizontal a,
.lists__horizontal--links a,
.lists__horizontal--pgs a,
.lists__breadcrumb-list a,
.lists__horizontal--buttons a {
  display: inline-block;
}
/*

Horizontal List (Forceful)

Rather than making the list `inline-block`, it floats the list elements 
(except on the smallest screen sizes, where it remains vertical). More precise
than the default Horizontal List.

*/
@media all and (min-width: 30em) {
  .lists__horizontal--forceful:before,
  .lists__horizontal--forceful:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  .lists__horizontal--forceful:after {
    clear: both;
  }
}
.lists__horizontal--forceful li {
  display: block;
}
@media all and (min-width: 30em) {
  .lists__horizontal--forceful li {
    float: left;
  }
}
.lists__horizontal--forceful a {
  display: block;
}
/*

Link List

A basic extension of the Horizontal List, this adds some margin to the links in
the list for a more pleasant looking list of links.

````link-list
<ul class="lists__horizontal--links">
    <li>
        <a href="#">Basic Link</a>
    </li>
    <li>
        <a href="#">Basic Link</a>
    </li>
    <li>
        <a href="#">Basic Link</a>
    </li>
</ul>
````

*/
.lists__horizontal--links a {
  margin-right: 30px;
}
.lists__horizontal--links li:last-child a {
  margin-right: 0;
}
/*

Pagination

An extension of the basic horizontal list module that simply adds enough padding on
the links for pagination.

*/
.lists__horizontal--pgs a {
  padding: 0 0.625em;
}
.lists__horizontal--pgs a,
.lists__horizontal--pgs a:hover,
.lists__horizontal--pgs a:focus {
  color: inherit;
}
/*

Breadcrumb

Another extension of the horizontal list module, adding a breadcrumb `label` 
and floating it and the ordered list.

````breadcrumb
<nav class="lists__breadcrumb" role="navigation">
    <ol class="lists__breadcrumb-list">
        <li>
            <a href="#">Breadcrumb Link</a>
        </li>
        <li>
            <a href="#">Breadcrumb Link</a>
        </li>
        <li>
            <a>Breadcrumb Link</a>
        </li>
    </ol>
</nav>
````

*/
.lists__breadcrumb {
  margin-top: 1.25em;
}
.lists__breadcrumb-label {
  margin: 0 0.5625rem 0 0;
  float: left;
}
.lists__breadcrumb-list {
  margin: 0;
  float: left;
}
.lists__breadcrumb-list li {
  margin-right: 0.5625rem;
}
/*

Button List

````button-list
<ul class="lists__horizontal--buttons">
    <li>
        <a class="btn--primary" href="#">Button</a>
    </li>
    <li>
        <a class="btn--primary is-current" href="#">Button</a>
    </li>
    <li>
        <a class="btn--primary" href="#">Button</a>
    </li>
</ul>
````

*/
.lists__horizontal--buttons {
  margin-top: 0;
  overflow: hidden;
}
.lists__horizontal--buttons li {
  display: block;
  float: left;
}
.lists__horizontal--buttons a {
  display: block;
}
/*

Ratios

Ratios are used primarily for objects that must scale in both width and height
proportionally, such as embedded videos.

See: (http://daverupert.com/2012/04/uncle-daves-ol-padded-box/)

The `.ratios__` dimension class is placed on a wrapping element, with 
its child contents wrapped by the `.ratios__content` class.

    <div class="ratios__square">
        <div class="ratios__content">
            ...
        </div>
    </div>

For embedded videos, use the `.ratios__video` class, and it will assume an 
`iframe` is the direct child:

    <div class="ratios__video">
        <iframe src="http://youtube.com/myVidEmbed"></iframe>
    </div>

*/
.ratios__base:before {
  content: "";
}
.ratios__video:before {
  padding-top: 56.25%;
}
.ratios__1x1:before,
.ratios__square:before {
  padding-top: 100%;
}
.ratios__2x1:before {
  padding-top: 50%;
}
.ratios__1x2:before {
  padding-top: 200%;
}
.ratios__content,
.ratios__video > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*

Figures

Great for integrating images into bodies of text, the `.media__figure` class is 
modified by the `--left` and `--right` keywords depending on where you would 
like it placed.

````plain-media
<figure class="media__figure">
    <img src="http://placehold.it/800x444" alt="A full-width photo">
</figure>
````

````captioned-media
<figure class="media__figure">
    <img src="http://placehold.it/800x444" alt="A full-width photo with a caption">
    <figcaption class="media__figcaption">This caption enhances the photo above. It should only be a brief sentence or two long.</figcaption>
</figure>
````

*/
.media__figure,
[class*="media__figure--"] {
  margin-top: 1.25em;
}
@media all and (min-width: 30em) {
  [class*="media__figure--"] {
    margin-top: 0;
    max-width: 50%;
  }
  .media__figure--left,
  .media__figure--right {
    padding-bottom: 0.625rem;
  }
  .media__figure--left {
    float: left;
    padding-right: 2.25rem;
  }
  .media__figure--right {
    float: right;
    padding-left: 2.25rem;
  }
}
.media__figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 120px;
  background-color: #221D1D;
  color: #fff;
  text-align: center;
}
.icons__icon,
.filterBar__select-icon,
.locationFilter__select-icon,
.typeFilter__select-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: text-bottom;
  fill: currentColor;
}
.no-svg .icons__icon,
.no-svg .filterBar__select-icon,
.no-svg .locationFilter__select-icon,
.no-svg .typeFilter__select-icon {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  border: 0;
}
.lte7 img {
  -ms-interpolation-mode: bicubic;
}
.images__image-as-bg,
.content-search__article .post-thumbnail img,
.imageText__figure img,
.basicCard__figure img,
.callToAction__figure img,
.gallery__figure img,
.introduction__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.no-objectfit .images__image-as-bg,
.no-objectfit .content-search__article .post-thumbnail img,
.no-objectfit .imageText__figure img,
.no-objectfit .basicCard__figure img,
.no-objectfit .callToAction__figure img,
.no-objectfit .gallery__figure img,
.no-objectfit .introduction__figure img {
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.images__figure-as-bg,
.featuredHeader__figure,
.sponsors__figure,
.categoryCard__figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
}
.images__figure-as-bg img,
.featuredHeader__figure img,
.sponsors__figure img,
.categoryCard__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.no-objectfit .images__figure-as-bg img,
.no-objectfit .featuredHeader__figure img,
.no-objectfit .sponsors__figure img,
.no-objectfit .categoryCard__figure img {
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
[class^="wp-image-"] {
  height: auto;
}
body {
  background-color: #fff;
  background-size: 100%;
  background-repeat: repeat-y;
}
audio,
canvas,
video {
  display: inline-block;
}
.lte7 audio,
.lte7 canvas,
.lte7 video {
  display: inline;
  zoom: 1;
}
/*

Audio

From Normalize.css:

> Prevents modern browsers from displaying `audio` without controls.
> Remove excess height in iOS5 devices.

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

Font Declarations

Using the `.web-font` and `.web-font-svg` mixins, declare webfonts using the 
"bulletproof" `@font-face` syntax.

See: (http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax/)

*/
/**
 * Geogrotesque
 */
@font-face {
  font-family: 'Geogrotesque';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/dallaszoo/resources/fonts/geogrotesque/3A167B_0_0.eot');
  /* IE9 Compat Modes */
  src: url('/wp-content/themes/dallaszoo/resources/fonts/geogrotesque/3A167B_0_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/dallaszoo/resources/fonts/geogrotesque/3A167B_0_0.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/dallaszoo/resources/fonts/geogrotesque/3A167B_0_0.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/dallaszoo/resources/fonts/geogrotesque/3A167B_0_0.ttf') format('truetype');
  /* Safari, Android, iOS */
}
/**
 * UniversLtPro 55 Roman
 */
@font-face {
  font-family: 'UniversLTPro-55Roman';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_1_0.eot');
  /* IE9 Compat Modes */
  src: url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_1_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_1_0.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_1_0.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_1_0.ttf') format('truetype');
  /* Safari, Android, iOS */
}
/**
 * UniversLtPro 75 Black
 */
@font-face {
  font-family: 'UniversLTPro-75Black';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_2_0.eot');
  /* IE9 Compat Modes */
  src: url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_2_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_2_0.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_2_0.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/dallaszoo/resources/fonts/UniversLTPro/3A167B_2_0.ttf') format('truetype');
  /* Safari, Android, iOS */
}
/*

Typographic Scale

The building blocks for the site's type sizes. Almost exclusively, an element's
font size is assigned with one of these classes. If a new size is needed, a new
class is created here so it can be used and reused elsewhere.

The list of type sizes can grow or shrink, but be vigilant in keeping the
number of sizes to a minimum. A nice rule of thumb is that no two sizes can one
pixel in difference (forcing you to choose one over the other, giving you one
class where you previously had two).

````typographic-scale
<p class="hierarchy__meridian-text">Canon Text (38px)</p>
<p class="hierarchy__paragon-text">Paragon Text (30px)</p>
<p class="hierarchy__primer-text">Primer Text (24px)</p>
<p class="hierarchy__tertia-text">Tertia Text (18px)</p>
<p class="hierarchy__normal-text">Normal Text (14px)</p>
<p class="hierarchy__petite-text">Petite Text (12px)</p>
````

Long Modifiers

The type sizes are given the `--long` modifier, allowing you to use
each type size with varying line heights.

    <p class="hierarchy__petite-text">I'm just a small bit of text, my `line-height`
    can be tight.</p>

    <p class="hierarchy__petite-text--long">I'm a long paragraph, so my `line-height`
    should be longer to enhance legibility. ... </p>

*/
.hierarchy__long-text {
  line-height: 1.5;
}
/*

Inch Text

*/
.hierarchy__inch-text {
  font-size: 88px;
  font-size: 5.5rem;
  line-height: 1;
}
/*

Meridian Text

*/
.hierarchy__meridian-text,
.wysiwyg .hierarchy__meridian-text,
.introduction__headline {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 0.89655172;
}
/*

Tertia Text

*/
.hierarchy__tertia-text,
h1,
.styles__primary-heading,
.wysiwyg h1,
.typicalHeader__heading {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.04761905;
}
/*

Paragon Text

*/
.hierarchy__paragon-text,
h2,
.styles__secondary-heading,
.wysiwyg .hierarchy__paragon-text,
.wysiwyg h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.13333333;
}
/*

Columbian Text

*/
.hierarchy__columbian-text,
h3,
.styles__tertiary-heading,
.categoryCard__title,
.eventTime__day,
.tnew .tn-account-login-forgot-login-link h2,
.wysiwyg h3,
.eventCard__title,
.tnew .tn-prod-season-header__title,
.tnew .tn-event-detail__title,
.tnew .tn-event-listing-view__results-heading {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.07692308;
}
/*

Grand Text

*/
.hierarchy__grand-text,
h4,
.styles__quaternary-heading,
.button__base,
[class*="button__"],
.globalHeader__link,
.display-grid .eventCard__title,
.button__primary,
.wysiwyg h4,
.singleDate__heading,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading,
.button__secondary,
.tnew .btn-primary,
.tnew .tn-receipt-print,
.tnew .btn-group-sm > .btn,
.tnew .btn-sm,
.tnew .tn-cart-link .tn-link,
.tnew .btn-info,
.tnew .tn-detail-production-text-toggle-link,
.tnew .tn-cart-buttons__primary-action,
.tnew #tn-add-donation-form .btn,
.tnew #tn-payment-apply-gift-certificate-form .btn,
.tnew .btn-secondary {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27272727;
}
/*

Primer Text

*/
.hierarchy__primer-text,
h5,
.styles__quinary-heading,
body,
.styles__body-text,
.wysiwyg .primer-text,
.globalFooter__info,
.quickLinks__link,
.sponsors__company-name,
.singleDate__no-results,
.elements__input-hint,
.elements__input-desc,
[class*="messaging__input-alert"],
.wysiwyg h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
/*

Normal Text

*/
.hierarchy__normal-text,
h6,
.styles__senary-heading,
.wysiwyg .hierarchy__normal-text,
.eyebrow__link,
.globalFooter__nav-link,
.featuredHeader__slide-nav-button,
.wysiwyg h6,
.globalHeader__eyebrow-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
/*

Petite Text

*/
.hierarchy__petite-text,
.styles__label,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea,
.wysiwyg .hierarchy__petite-text,
.globalHeader__sub-link,
.globalHeader__small-button,
.gallery__figcaption,
.singleDate__weather,
.eventCard__description,
.eventCard__date,
.tnew .tn-account-login-forgot-login-link,
.tnew .help-block,
.tnew form input,
.tnew form input[type="text"],
.tnew form input[type="email"],
.tnew form select,
.tnew form textarea,
.styles__label--large,
.wysiwyg .singleDate__weather,
.wysiwyg .eventCard__description,
.wysiwyg .eventCard__date,
.tnew .tn-event-detail__display-time,
.tnew .tn-prod-season-header__date-container,
.tnew .tn-event-detail__display-time--large,
.tnew .tn-prod-season-header__date-container--large {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
}
/*

Minion Text

*/
.hierarchy__minion-text,
.wysiwyg .hierarchy__minion-text,
.globalHeader__hours,
.tnew .tn-required-field {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333333;
}
/*

Micro Text

*/
.hierarchy__micro-text {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
}
/*

Font Classes

Each font family and weight used in the site is given its own LEGO-block class
to enable quick use and modularity.

*/
.styles__geogrotesque,
h1,
h2,
h3,
h4,
h5,
h6,
.styles__primary-heading,
.button__base,
[class*="button__"],
.globalHeader__hours,
.eyebrow__link,
.globalFooter__info,
.eventTime__day,
.calendar__pagination-container .pagination .pagination-link,
.eventCard__date-time-badge p,
.eventCard__date,
.fullCal__button,
.button__primary,
.wysiwyg h1,
.globalHeader__eyebrow-link,
.typicalHeader__heading,
.button__secondary,
.tnew .btn-primary,
.tnew .tn-receipt-print,
.tnew .btn-group-sm > .btn,
.tnew .btn-sm,
.tnew .tn-cart-link .tn-link,
.tnew .btn-info,
.tnew .tn-detail-production-text-toggle-link,
.tnew .tn-cart-buttons__primary-action,
.tnew #tn-add-donation-form .btn,
.tnew #tn-payment-apply-gift-certificate-form .btn,
.tnew .btn-secondary {
  font-family: "Geogrotesque", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 700;
}
.styles__univers-roman,
body,
.styles__body-text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea,
.globalHeader__sub-link,
.globalHeader__small-button,
.tnew form input,
.tnew form input[type="text"],
.tnew form input[type="email"],
.tnew form select,
.tnew form textarea,
.elements__input-hint,
.elements__input-desc,
[class*="messaging__input-alert"] {
  font-family: "UniversLTPro-55Roman", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 400;
}
.styles__univers-black,
.elementor-text-editor a,
.elementor-tab-content a,
.links__link,
.globalFooter__nav-link,
.imageText__leadin,
.fullCal__current-month,
.fullCal__dayOfWeek,
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button,
.tnew .tn-update-button + .btn,
.tnew .tn-btn-grouped + .btn,
.lists__horizontal--pgs a[href],
.wysiwyg a:not([class*="button__"]),
.globalFooter__phone-link,
.quickLinks__link,
.tnew .tn-additional-events__continue-shopping-link,
.tnew .tn-cart-buttons__secondary-action,
.tnew .tn-subnav-component .tn-login-link .tn-link,
.tnew .tnew_button_as_link,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a,
.globalFooter__directions-link {
  font-family: "UniversLTPro-75Black", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 700;
}
/*

Heading Styles

In Motif, typography is broken into pieces that separate skin from structure.
In this case, that means the font sizing (structure) is separate from the
styling (skin) -- which includes font family, color, etc.

Heading styles are some of the type skins, and we start out with
`.primary-heading` (which is also the `h`-tag default) and
`.secondary-heading`. Add as necessary.

````primary-heading
<h1 class="primary-heading">Primary Heading</h1>
````

*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.5rem;
}
h1,
.styles__primary-heading,
.wysiwyg h1,
.typicalHeader__heading {
  letter-spacing: 0.04761905em;
  color: #0D587C;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  h1,
  .styles__primary-heading,
  .wysiwyg h1,
  .typicalHeader__heading {
    font-size: 88px;
    font-size: 5.5rem;
    line-height: 1;
    letter-spacing: 0.02272727em;
  }
}
h2,
.styles__secondary-heading,
.wysiwyg h2 {
  letter-spacing: 0.03333333em;
  color: #D27600;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  h2,
  .styles__secondary-heading,
  .wysiwyg h2 {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 0.89655172;
    letter-spacing: 0.01724138em;
  }
}
h3,
.styles__tertiary-heading,
.wysiwyg h3,
.eventCard__title,
.tnew .tn-prod-season-header__title,
.tnew .tn-event-detail__title,
.tnew .tn-event-listing-view__results-heading {
  letter-spacing: 0.03846154em;
  text-transform: uppercase;
  color: #83933E;
}
@media all and (min-width: 48em) {
  h3,
  .styles__tertiary-heading,
  .wysiwyg h3,
  .eventCard__title,
  .tnew .tn-prod-season-header__title,
  .tnew .tn-event-detail__title,
  .tnew .tn-event-listing-view__results-heading {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.04761905;
    letter-spacing: 0.02380952em;
  }
}
h4,
.styles__quaternary-heading,
.wysiwyg h4,
.singleDate__heading,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading {
  letter-spacing: 0.02272727em;
  color: #0D587C;
}
@media all and (min-width: 48em) {
  h4,
  .styles__quaternary-heading,
  .wysiwyg h4,
  .singleDate__heading,
  .tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.13333333;
    letter-spacing: 0.01666667em;
  }
}
h5,
.styles__quinary-heading,
.wysiwyg h5 {
  letter-spacing: 0.02777778em;
  color: #221D1D;
}
h6,
.styles__senary-heading,
.wysiwyg h6 {
  letter-spacing: 0.03125em;
  color: #221D1D;
}
/*

Body Text

Another type style, but this mimicks the default body text of the site.

````body-text
<p>This is a paragraph of text. Some of the text may be <em>emphasised</em> and some it might even be <strong>strongly emphasised</strong>. Occasionally <q>quoted text</q> may be found within a paragraph &hellip;and of course <a href="#">a link</a> may appear at any point in the text. The average paragraph contains five or six sentences although some may contain as little or one or two while others carry on for anything up to ten sentences and beyond.</p>
````

*/
/*

Blockquote

A basic blockquote.

````blockquote
<figure class="blockquote">
    <blockquote>
        At last we will reveal ourselves to the the Jedi. At last we will have 
        our revenge.
    </blockquote>
    <figcaption class="blockquote__cite">Darth Maul</figcaption>
</figure>
````

*/
.styles__blockquote {
  padding-left: 1.125rem;
}
.styles__blockquote blockquote {
  padding: 0;
}
.styles__blockquote-cite {
  display: block;
}
.styles__blockquote-cite:before {
  content: "\2014";
}
.styles__wavy-underline {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.styles__wavy-underline:after {
  content: '';
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/wavy-line-large-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 9px;
  width: 136px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.styles__label,
.styles__label--large,
.tnew .tn-event-detail__display-time,
.tnew .tn-prod-season-header__date-container,
.tnew .tn-event-detail__display-time--large,
.tnew .tn-prod-season-header__date-container--large {
  font-family: "UniversLTPro-75Black", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03142857em;
  color: #221D1D;
  text-transform: uppercase;
}
@media all and (min-width: 48em) {
  .styles__label,
  .styles__label--large,
  .tnew .tn-event-detail__display-time,
  .tnew .tn-prod-season-header__date-container,
  .tnew .tn-event-detail__display-time--large,
  .tnew .tn-prod-season-header__date-container--large {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.0275em;
  }
}
.styles__label--large,
.tnew .tn-event-detail__display-time--large,
.tnew .tn-prod-season-header__date-container--large {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.0275em;
}
@media all and (min-width: 48em) {
  .styles__label--large,
  .styles__label--large--large,
  .tnew .tn-event-detail__display-time--large,
  .tnew .tn-prod-season-header__date-container--large,
  .tnew .tn-event-detail__display-time--large--large,
  .tnew .tn-prod-season-header__date-container--large--large {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.07692308;
    letter-spacing: 0.35730769em;
  }
}
/*

Interactive Elements

*/
/*

button

Default interactive button styles. This `.btn` class can be applied to `<a>`, 
`<button>`, or `<input>` elements. Button color and style classes can be combined 
with size classes, much like the type modules.

````button
<a class="button__btn" href="#">Default</a>
<a class="button__primary" href="#">Primary</a>
<a class="button__danger" href="#">Danger</a>
````

*/
button {
  font-size: 100%;
  margin: 0;
  -webkit-appearance: button;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button__base,
[class*="button__"],
.button__primary,
.button__secondary,
.tnew .btn-primary,
.tnew .tn-receipt-print,
.tnew .btn-group-sm > .btn,
.tnew .btn-sm,
.tnew .tn-cart-link .tn-link,
.tnew .btn-info,
.tnew .tn-detail-production-text-toggle-link,
.tnew .tn-cart-buttons__primary-action,
.tnew #tn-add-donation-form .btn,
.tnew #tn-payment-apply-gift-certificate-form .btn,
.tnew .btn-secondary {
  letter-spacing: 0.04545455em;
  width: auto;
  height: auto;
  margin: 0;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: 0;
  overflow: visible;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  background: #fff;
  color: #221D1D;
  padding: 8px 50px 8px 1.125rem;
  border-radius: 4px;
  margin-top: 1.25rem;
  border: 0;
}
@media all and (min-width: 48em) {
  .button__base,
  [class*="button__"],
  .button__primary,
  .button__secondary,
  .tnew .btn-primary,
  .tnew .tn-receipt-print,
  .tnew .btn-group-sm > .btn,
  .tnew .btn-sm,
  .tnew .tn-cart-link .tn-link,
  .tnew .btn-info,
  .tnew .tn-detail-production-text-toggle-link,
  .tnew .tn-cart-buttons__primary-action,
  .tnew #tn-add-donation-form .btn,
  .tnew #tn-payment-apply-gift-certificate-form .btn,
  .tnew .btn-secondary {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.07692308;
    letter-spacing: 0.03846154em;
    padding: 12px 50px 12px 1.125rem;
  }
}
p > .button__base,
p > [class*="button__"],
p > .button__primary,
p > .button__secondary,
p > .tnew .btn-primary,
p > .tnew .tn-receipt-print,
p > .tnew .btn-group-sm > .btn,
p > .tnew .btn-sm,
p > .tnew .tn-cart-link .tn-link,
p > .tnew .btn-info,
p > .tnew .tn-detail-production-text-toggle-link,
p > .tnew .tn-cart-buttons__primary-action,
p > .tnew #tn-add-donation-form .btn,
p > .tnew #tn-payment-apply-gift-certificate-form .btn,
p > .tnew .btn-secondary {
  margin-top: 0;
}
.button__base:hover,
[class*="button__"]:hover,
.button__base:focus,
[class*="button__"]:focus,
.button__base.is-current,
[class*="button__"].is-current,
.button__primary:hover,
.button__primary:focus,
.button__primary.is-current,
.button__secondary:hover,
.button__secondary:focus,
.button__secondary.is-current,
.tnew .btn-primary:hover,
.tnew .btn-primary:focus,
.tnew .btn-primary.is-current,
.tnew .tn-receipt-print:hover,
.tnew .tn-receipt-print:focus,
.tnew .tn-receipt-print.is-current,
.tnew .btn-group-sm > .btn:hover,
.tnew .btn-group-sm > .btn:focus,
.tnew .btn-group-sm > .btn.is-current,
.tnew .btn-sm:hover,
.tnew .btn-sm:focus,
.tnew .btn-sm.is-current,
.tnew .tn-cart-link .tn-link:hover,
.tnew .tn-cart-link .tn-link:focus,
.tnew .tn-cart-link .tn-link.is-current,
.tnew .btn-info:hover,
.tnew .btn-info:focus,
.tnew .btn-info.is-current,
.tnew .tn-detail-production-text-toggle-link:hover,
.tnew .tn-detail-production-text-toggle-link:focus,
.tnew .tn-detail-production-text-toggle-link.is-current,
.tnew .tn-cart-buttons__primary-action:hover,
.tnew .tn-cart-buttons__primary-action:focus,
.tnew .tn-cart-buttons__primary-action.is-current,
.tnew #tn-add-donation-form .btn:hover,
.tnew #tn-add-donation-form .btn:focus,
.tnew #tn-add-donation-form .btn.is-current,
.tnew #tn-payment-apply-gift-certificate-form .btn:hover,
.tnew #tn-payment-apply-gift-certificate-form .btn:focus,
.tnew #tn-payment-apply-gift-certificate-form .btn.is-current,
.tnew .btn-secondary:hover,
.tnew .btn-secondary:focus,
.tnew .btn-secondary.is-current {
  background: #ffffff;
}
.button__base[disabled],
[class*="button__"][disabled],
.button__primary[disabled],
.button__secondary[disabled],
.tnew .btn-primary[disabled],
.tnew .tn-receipt-print[disabled],
.tnew .btn-group-sm > .btn[disabled],
.tnew .btn-sm[disabled],
.tnew .tn-cart-link .tn-link[disabled],
.tnew .btn-info[disabled],
.tnew .tn-detail-production-text-toggle-link[disabled],
.tnew .tn-cart-buttons__primary-action[disabled],
.tnew #tn-add-donation-form .btn[disabled],
.tnew #tn-payment-apply-gift-certificate-form .btn[disabled],
.tnew .btn-secondary[disabled] {
  background: #DFDFC7;
  color: #221D1D;
  padding: 8px 1.125rem;
}
.button__base[disabled]:before,
[class*="button__"][disabled]:before,
.button__base[disabled]:after,
[class*="button__"][disabled]:after,
.button__primary[disabled]:before,
.button__primary[disabled]:after,
.button__secondary[disabled]:before,
.button__secondary[disabled]:after,
.tnew .btn-primary[disabled]:before,
.tnew .btn-primary[disabled]:after,
.tnew .tn-receipt-print[disabled]:before,
.tnew .tn-receipt-print[disabled]:after,
.tnew .btn-group-sm > .btn[disabled]:before,
.tnew .btn-group-sm > .btn[disabled]:after,
.tnew .btn-sm[disabled]:before,
.tnew .btn-sm[disabled]:after,
.tnew .tn-cart-link .tn-link[disabled]:before,
.tnew .tn-cart-link .tn-link[disabled]:after,
.tnew .btn-info[disabled]:before,
.tnew .btn-info[disabled]:after,
.tnew .tn-detail-production-text-toggle-link[disabled]:before,
.tnew .tn-detail-production-text-toggle-link[disabled]:after,
.tnew .tn-cart-buttons__primary-action[disabled]:before,
.tnew .tn-cart-buttons__primary-action[disabled]:after,
.tnew #tn-add-donation-form .btn[disabled]:before,
.tnew #tn-add-donation-form .btn[disabled]:after,
.tnew #tn-payment-apply-gift-certificate-form .btn[disabled]:before,
.tnew #tn-payment-apply-gift-certificate-form .btn[disabled]:after,
.tnew .btn-secondary[disabled]:before,
.tnew .btn-secondary[disabled]:after {
  display: none;
}
.button__base[disabled]:hover,
[class*="button__"][disabled]:hover,
.button__base[disabled]:focus,
[class*="button__"][disabled]:focus,
.button__primary[disabled]:hover,
.button__primary[disabled]:focus,
.button__secondary[disabled]:hover,
.button__secondary[disabled]:focus,
.tnew .btn-primary[disabled]:hover,
.tnew .btn-primary[disabled]:focus,
.tnew .tn-receipt-print[disabled]:hover,
.tnew .tn-receipt-print[disabled]:focus,
.tnew .btn-group-sm > .btn[disabled]:hover,
.tnew .btn-group-sm > .btn[disabled]:focus,
.tnew .btn-sm[disabled]:hover,
.tnew .btn-sm[disabled]:focus,
.tnew .tn-cart-link .tn-link[disabled]:hover,
.tnew .tn-cart-link .tn-link[disabled]:focus,
.tnew .btn-info[disabled]:hover,
.tnew .btn-info[disabled]:focus,
.tnew .tn-detail-production-text-toggle-link[disabled]:hover,
.tnew .tn-detail-production-text-toggle-link[disabled]:focus,
.tnew .tn-cart-buttons__primary-action[disabled]:hover,
.tnew .tn-cart-buttons__primary-action[disabled]:focus,
.tnew #tn-add-donation-form .btn[disabled]:hover,
.tnew #tn-add-donation-form .btn[disabled]:focus,
.tnew #tn-payment-apply-gift-certificate-form .btn[disabled]:hover,
.tnew #tn-payment-apply-gift-certificate-form .btn[disabled]:focus,
.tnew .btn-secondary[disabled]:hover,
.tnew .btn-secondary[disabled]:focus {
  background: #DFDFC7;
  color: #221D1D;
}
/*

Button Variations

 */
.button__primary,
.button__secondary,
.tnew .btn-primary,
.tnew .tn-receipt-print,
.tnew .btn-group-sm > .btn,
.tnew .btn-sm,
.tnew .tn-cart-link .tn-link,
.tnew .btn-info,
.tnew .tn-detail-production-text-toggle-link,
.tnew .tn-cart-buttons__primary-action,
.tnew #tn-add-donation-form .btn,
.tnew #tn-payment-apply-gift-certificate-form .btn,
.tnew .btn-secondary {
  z-index: 0;
  overflow: hidden;
  color: #fff;
  background-color: #D27600;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/button-side-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
  -webkit-transition: background-position 0.65s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-position 0.65s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-position 0.65s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.button__primary:before,
.button__secondary:before,
.tnew .btn-primary:before,
.tnew .tn-receipt-print:before,
.tnew .btn-group-sm > .btn:before,
.tnew .btn-sm:before,
.tnew .tn-cart-link .tn-link:before,
.tnew .btn-info:before,
.tnew .tn-detail-production-text-toggle-link:before,
.tnew .tn-cart-buttons__primary-action:before,
.tnew #tn-add-donation-form .btn:before,
.tnew #tn-payment-apply-gift-certificate-form .btn:before,
.tnew .btn-secondary:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #A65523;
  z-index: -2;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
}
@media all and (min-width: 48em) {
  .button__primary:before,
  .button__secondary:before,
  .tnew .btn-primary:before,
  .tnew .tn-receipt-print:before,
  .tnew .btn-group-sm > .btn:before,
  .tnew .btn-sm:before,
  .tnew .tn-cart-link .tn-link:before,
  .tnew .btn-info:before,
  .tnew .tn-detail-production-text-toggle-link:before,
  .tnew .tn-cart-buttons__primary-action:before,
  .tnew #tn-add-donation-form .btn:before,
  .tnew #tn-payment-apply-gift-certificate-form .btn:before,
  .tnew .btn-secondary:before {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%);
  }
}
.button__primary:after,
.button__secondary:after,
.tnew .btn-primary:after,
.tnew .tn-receipt-print:after,
.tnew .btn-group-sm > .btn:after,
.tnew .btn-sm:after,
.tnew .tn-cart-link .tn-link:after,
.tnew .btn-info:after,
.tnew .tn-detail-production-text-toggle-link:after,
.tnew .tn-cart-buttons__primary-action:after,
.tnew #tn-add-donation-form .btn:after,
.tnew #tn-payment-apply-gift-certificate-form .btn:after,
.tnew .btn-secondary:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 16px;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/arrow-right--white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  z-index: -1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -8);
      -ms-transform: matrix(1, 0, 0, 1, 0, -8);
          transform: matrix(1, 0, 0, 1, 0, -8);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media all and (min-width: 48em) {
  .button__primary:after,
  .button__secondary:after,
  .tnew .btn-primary:after,
  .tnew .tn-receipt-print:after,
  .tnew .btn-group-sm > .btn:after,
  .tnew .btn-sm:after,
  .tnew .tn-cart-link .tn-link:after,
  .tnew .btn-info:after,
  .tnew .tn-detail-production-text-toggle-link:after,
  .tnew .tn-cart-buttons__primary-action:after,
  .tnew #tn-add-donation-form .btn:after,
  .tnew #tn-payment-apply-gift-certificate-form .btn:after,
  .tnew .btn-secondary:after {
    width: 11px;
    height: 19px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -10);
        -ms-transform: matrix(1, 0, 0, 1, 0, -10);
            transform: matrix(1, 0, 0, 1, 0, -10);
  }
}
.button__primary:hover,
.button__primary:focus,
.button__primary.is-current,
.button__secondary:hover,
.button__secondary:focus,
.button__secondary.is-current,
.tnew .btn-primary:hover,
.tnew .btn-primary:focus,
.tnew .btn-primary.is-current,
.tnew .tn-receipt-print:hover,
.tnew .tn-receipt-print:focus,
.tnew .tn-receipt-print.is-current,
.tnew .btn-group-sm > .btn:hover,
.tnew .btn-group-sm > .btn:focus,
.tnew .btn-group-sm > .btn.is-current,
.tnew .btn-sm:hover,
.tnew .btn-sm:focus,
.tnew .btn-sm.is-current,
.tnew .tn-cart-link .tn-link:hover,
.tnew .tn-cart-link .tn-link:focus,
.tnew .tn-cart-link .tn-link.is-current,
.tnew .btn-info:hover,
.tnew .btn-info:focus,
.tnew .btn-info.is-current,
.tnew .tn-detail-production-text-toggle-link:hover,
.tnew .tn-detail-production-text-toggle-link:focus,
.tnew .tn-detail-production-text-toggle-link.is-current,
.tnew .tn-cart-buttons__primary-action:hover,
.tnew .tn-cart-buttons__primary-action:focus,
.tnew .tn-cart-buttons__primary-action.is-current,
.tnew #tn-add-donation-form .btn:hover,
.tnew #tn-add-donation-form .btn:focus,
.tnew #tn-add-donation-form .btn.is-current,
.tnew #tn-payment-apply-gift-certificate-form .btn:hover,
.tnew #tn-payment-apply-gift-certificate-form .btn:focus,
.tnew #tn-payment-apply-gift-certificate-form .btn.is-current,
.tnew .btn-secondary:hover,
.tnew .btn-secondary:focus,
.tnew .btn-secondary.is-current {
  background-color: #D27600;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/button-side-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(100% + 32px) 50%;
  color: #fff;
}
.button__primary:hover:before,
.button__primary:focus:before,
.button__primary.is-current:before,
.button__secondary:hover:before,
.button__secondary:focus:before,
.button__secondary.is-current:before,
.tnew .btn-primary:hover:before,
.tnew .btn-primary:focus:before,
.tnew .btn-primary.is-current:before,
.tnew .tn-receipt-print:hover:before,
.tnew .tn-receipt-print:focus:before,
.tnew .tn-receipt-print.is-current:before,
.tnew .btn-group-sm > .btn:hover:before,
.tnew .btn-group-sm > .btn:focus:before,
.tnew .btn-group-sm > .btn.is-current:before,
.tnew .btn-sm:hover:before,
.tnew .btn-sm:focus:before,
.tnew .btn-sm.is-current:before,
.tnew .tn-cart-link .tn-link:hover:before,
.tnew .tn-cart-link .tn-link:focus:before,
.tnew .tn-cart-link .tn-link.is-current:before,
.tnew .btn-info:hover:before,
.tnew .btn-info:focus:before,
.tnew .btn-info.is-current:before,
.tnew .tn-detail-production-text-toggle-link:hover:before,
.tnew .tn-detail-production-text-toggle-link:focus:before,
.tnew .tn-detail-production-text-toggle-link.is-current:before,
.tnew .tn-cart-buttons__primary-action:hover:before,
.tnew .tn-cart-buttons__primary-action:focus:before,
.tnew .tn-cart-buttons__primary-action.is-current:before,
.tnew #tn-add-donation-form .btn:hover:before,
.tnew #tn-add-donation-form .btn:focus:before,
.tnew #tn-add-donation-form .btn.is-current:before,
.tnew #tn-payment-apply-gift-certificate-form .btn:hover:before,
.tnew #tn-payment-apply-gift-certificate-form .btn:focus:before,
.tnew #tn-payment-apply-gift-certificate-form .btn.is-current:before,
.tnew .btn-secondary:hover:before,
.tnew .btn-secondary:focus:before,
.tnew .btn-secondary.is-current:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.button__primary:hover:after,
.button__primary:focus:after,
.button__primary.is-current:after,
.button__secondary:hover:after,
.button__secondary:focus:after,
.button__secondary.is-current:after,
.tnew .btn-primary:hover:after,
.tnew .btn-primary:focus:after,
.tnew .btn-primary.is-current:after,
.tnew .tn-receipt-print:hover:after,
.tnew .tn-receipt-print:focus:after,
.tnew .tn-receipt-print.is-current:after,
.tnew .btn-group-sm > .btn:hover:after,
.tnew .btn-group-sm > .btn:focus:after,
.tnew .btn-group-sm > .btn.is-current:after,
.tnew .btn-sm:hover:after,
.tnew .btn-sm:focus:after,
.tnew .btn-sm.is-current:after,
.tnew .tn-cart-link .tn-link:hover:after,
.tnew .tn-cart-link .tn-link:focus:after,
.tnew .tn-cart-link .tn-link.is-current:after,
.tnew .btn-info:hover:after,
.tnew .btn-info:focus:after,
.tnew .btn-info.is-current:after,
.tnew .tn-detail-production-text-toggle-link:hover:after,
.tnew .tn-detail-production-text-toggle-link:focus:after,
.tnew .tn-detail-production-text-toggle-link.is-current:after,
.tnew .tn-cart-buttons__primary-action:hover:after,
.tnew .tn-cart-buttons__primary-action:focus:after,
.tnew .tn-cart-buttons__primary-action.is-current:after,
.tnew #tn-add-donation-form .btn:hover:after,
.tnew #tn-add-donation-form .btn:focus:after,
.tnew #tn-add-donation-form .btn.is-current:after,
.tnew #tn-payment-apply-gift-certificate-form .btn:hover:after,
.tnew #tn-payment-apply-gift-certificate-form .btn:focus:after,
.tnew #tn-payment-apply-gift-certificate-form .btn.is-current:after,
.tnew .btn-secondary:hover:after,
.tnew .btn-secondary:focus:after,
.tnew .btn-secondary.is-current:after {
  -webkit-transform: matrix(1, 0, 0, 1, 8, -8);
      -ms-transform: matrix(1, 0, 0, 1, 8, -8);
          transform: matrix(1, 0, 0, 1, 8, -8);
}
@media all and (min-width: 48em) {
  .button__primary:hover:after,
  .button__primary:focus:after,
  .button__primary.is-current:after,
  .button__secondary:hover:after,
  .button__secondary:focus:after,
  .button__secondary.is-current:after,
  .tnew .btn-primary:hover:after,
  .tnew .btn-primary:focus:after,
  .tnew .btn-primary.is-current:after,
  .tnew .tn-receipt-print:hover:after,
  .tnew .tn-receipt-print:focus:after,
  .tnew .tn-receipt-print.is-current:after,
  .tnew .btn-group-sm > .btn:hover:after,
  .tnew .btn-group-sm > .btn:focus:after,
  .tnew .btn-group-sm > .btn.is-current:after,
  .tnew .btn-sm:hover:after,
  .tnew .btn-sm:focus:after,
  .tnew .btn-sm.is-current:after,
  .tnew .tn-cart-link .tn-link:hover:after,
  .tnew .tn-cart-link .tn-link:focus:after,
  .tnew .tn-cart-link .tn-link.is-current:after,
  .tnew .btn-info:hover:after,
  .tnew .btn-info:focus:after,
  .tnew .btn-info.is-current:after,
  .tnew .tn-detail-production-text-toggle-link:hover:after,
  .tnew .tn-detail-production-text-toggle-link:focus:after,
  .tnew .tn-detail-production-text-toggle-link.is-current:after,
  .tnew .tn-cart-buttons__primary-action:hover:after,
  .tnew .tn-cart-buttons__primary-action:focus:after,
  .tnew .tn-cart-buttons__primary-action.is-current:after,
  .tnew #tn-add-donation-form .btn:hover:after,
  .tnew #tn-add-donation-form .btn:focus:after,
  .tnew #tn-add-donation-form .btn.is-current:after,
  .tnew #tn-payment-apply-gift-certificate-form .btn:hover:after,
  .tnew #tn-payment-apply-gift-certificate-form .btn:focus:after,
  .tnew #tn-payment-apply-gift-certificate-form .btn.is-current:after,
  .tnew .btn-secondary:hover:after,
  .tnew .btn-secondary:focus:after,
  .tnew .btn-secondary.is-current:after {
    -webkit-transform: matrix(1, 0, 0, 1, 8, -10);
        -ms-transform: matrix(1, 0, 0, 1, 8, -10);
            transform: matrix(1, 0, 0, 1, 8, -10);
  }
}
.button__secondary,
.tnew .btn-info,
.tnew .tn-detail-production-text-toggle-link,
.tnew .tn-cart-buttons__primary-action,
.tnew #tn-add-donation-form .btn,
.tnew #tn-payment-apply-gift-certificate-form .btn,
.tnew .btn-secondary {
  background-color: #07A2C6;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/button-side-blue.svg");
}
.button__secondary:before,
.tnew .btn-info:before,
.tnew .tn-detail-production-text-toggle-link:before,
.tnew .tn-cart-buttons__primary-action:before,
.tnew #tn-add-donation-form .btn:before,
.tnew #tn-payment-apply-gift-certificate-form .btn:before,
.tnew .btn-secondary:before {
  background: #0D587C;
}
.button__secondary:hover,
.button__secondary:focus,
.button__secondary.is-current,
.tnew .btn-info:hover,
.tnew .btn-info:focus,
.tnew .btn-info.is-current,
.tnew .tn-detail-production-text-toggle-link:hover,
.tnew .tn-detail-production-text-toggle-link:focus,
.tnew .tn-detail-production-text-toggle-link.is-current,
.tnew .tn-cart-buttons__primary-action:hover,
.tnew .tn-cart-buttons__primary-action:focus,
.tnew .tn-cart-buttons__primary-action.is-current,
.tnew #tn-add-donation-form .btn:hover,
.tnew #tn-add-donation-form .btn:focus,
.tnew #tn-add-donation-form .btn.is-current,
.tnew #tn-payment-apply-gift-certificate-form .btn:hover,
.tnew #tn-payment-apply-gift-certificate-form .btn:focus,
.tnew #tn-payment-apply-gift-certificate-form .btn.is-current,
.tnew .btn-secondary:hover,
.tnew .btn-secondary:focus,
.tnew .btn-secondary.is-current {
  background-color: #07A2C6;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/button-side-blue.svg");
}
.button__small,
.tnew #tn-add-donation-form .btn,
.tnew #tn-payment-apply-gift-certificate-form .btn,
.tnew .btn-group-sm > .btn,
.tnew .btn-sm,
.tnew .tn-cart-link .tn-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.0625em;
  padding: 6px 50px 6px 1.125rem;
}
@media all and (min-width: 48em) {
  .button__small,
  .tnew #tn-add-donation-form .btn,
  .tnew #tn-payment-apply-gift-certificate-form .btn,
  .tnew .btn-group-sm > .btn,
  .tnew .btn-sm,
  .tnew .tn-cart-link .tn-link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444444;
    letter-spacing: 0.05555556em;
    padding: 8px 50px 8px 1.125rem;
  }
}
@media all and (min-width: 48em) {
  .button__small:after,
  .tnew #tn-add-donation-form .btn:after,
  .tnew #tn-payment-apply-gift-certificate-form .btn:after,
  .tnew .btn-group-sm > .btn:after,
  .tnew .btn-sm:after,
  .tnew .tn-cart-link .tn-link:after {
    width: 9px;
    height: 16px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -8);
        -ms-transform: matrix(1, 0, 0, 1, 0, -8);
            transform: matrix(1, 0, 0, 1, 0, -8);
  }
}
.button__small:before,
.tnew #tn-add-donation-form .btn:before,
.tnew #tn-payment-apply-gift-certificate-form .btn:before,
.tnew .btn-group-sm > .btn:before,
.tnew .btn-sm:before,
.tnew .tn-cart-link .tn-link:before {
  -webkit-clip-path: polygon(0% 0%, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
}
@media all and (min-width: 48em) {
  .button__small:before,
  .tnew #tn-add-donation-form .btn:before,
  .tnew #tn-payment-apply-gift-certificate-form .btn:before,
  .tnew .btn-group-sm > .btn:before,
  .tnew .btn-sm:before,
  .tnew .tn-cart-link .tn-link:before {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
  }
}
@media all and (min-width: 48em) {
  .button__small:hover:after,
  .button__small:focus:after,
  .button__small.is-current:after,
  .tnew #tn-add-donation-form .btn:hover:after,
  .tnew #tn-add-donation-form .btn:focus:after,
  .tnew #tn-add-donation-form .btn.is-current:after,
  .tnew #tn-payment-apply-gift-certificate-form .btn:hover:after,
  .tnew #tn-payment-apply-gift-certificate-form .btn:focus:after,
  .tnew #tn-payment-apply-gift-certificate-form .btn.is-current:after,
  .tnew .btn-group-sm > .btn:hover:after,
  .tnew .btn-group-sm > .btn:focus:after,
  .tnew .btn-group-sm > .btn.is-current:after,
  .tnew .btn-sm:hover:after,
  .tnew .btn-sm:focus:after,
  .tnew .btn-sm.is-current:after,
  .tnew .tn-cart-link .tn-link:hover:after,
  .tnew .tn-cart-link .tn-link:focus:after,
  .tnew .tn-cart-link .tn-link.is-current:after {
    -webkit-transform: matrix(1, 0, 0, 1, 8, -8);
        -ms-transform: matrix(1, 0, 0, 1, 8, -8);
            transform: matrix(1, 0, 0, 1, 8, -8);
  }
}
.button__full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.button__no-arrow,
.tnew .btn-group-sm > .btn,
.tnew .btn-sm,
.tnew .tn-cart-link .tn-link {
  padding: 8px 1.125rem;
  background-image: none;
}
.button__no-arrow:after,
.tnew .btn-group-sm > .btn:after,
.tnew .btn-sm:after,
.tnew .tn-cart-link .tn-link:after {
  display: none;
}
.button__no-arrow:before,
.tnew .btn-group-sm > .btn:before,
.tnew .btn-sm:before,
.tnew .tn-cart-link .tn-link:before {
  -webkit-clip-path: none;
          clip-path: none;
}
@media all and (min-width: 48em) {
  .button__no-arrow:before,
  .tnew .btn-group-sm > .btn:before,
  .tnew .btn-sm:before,
  .tnew .tn-cart-link .tn-link:before {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.button__no-arrow:hover,
.button__no-arrow:focus,
.button__no-arrow.is-current,
.tnew .btn-group-sm > .btn:hover,
.tnew .btn-group-sm > .btn:focus,
.tnew .btn-group-sm > .btn.is-current,
.tnew .btn-sm:hover,
.tnew .btn-sm:focus,
.tnew .btn-sm.is-current,
.tnew .tn-cart-link .tn-link:hover,
.tnew .tn-cart-link .tn-link:focus,
.tnew .tn-cart-link .tn-link.is-current {
  background-image: none;
}
.button__no-button,
.gallery__button,
.tnew .tnew_strip_button_style {
  border: 0;
  background: transparent;
  color: #221D1D;
  font-size: initial;
  padding: 0;
}
/*

Link Styles

Very basic stuff. The primary link color can be altered in the `config.less` 
file. Hover, focus, and current states are accounted for.

*/
a:focus,
a:active,
a:hover {
  outline: 0;
}
a {
  color: #221D1D;
  text-decoration: none;
}
a:hover,
a:focus,
a.is-current {
  color: #83933E;
  text-decoration: none;
}
.elementor-text-editor a,
.elementor-tab-content a,
.links__link,
.lists__horizontal--pgs a[href],
.wysiwyg a:not([class*="button__"]),
.globalFooter__phone-link,
.quickLinks__link,
.tnew .tn-additional-events__continue-shopping-link,
.tnew .tn-cart-buttons__secondary-action,
.tnew .tn-subnav-component .tn-login-link .tn-link,
.tnew .tnew_button_as_link,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a,
.globalFooter__directions-link {
  color: #221D1D;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none !important;
}
.elementor-text-editor a:before,
.elementor-tab-content a:before,
.links__link:before,
.lists__horizontal--pgs a[href]:before,
.wysiwyg a:not([class*="button__"]):before,
.globalFooter__phone-link:before,
.quickLinks__link:before,
.tnew .tn-additional-events__continue-shopping-link:before,
.tnew .tn-cart-buttons__secondary-action:before,
.tnew .tn-subnav-component .tn-login-link .tn-link:before,
.tnew .tnew_button_as_link:before,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a:before,
.globalFooter__directions-link:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 6px;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/wavy-line-orange.svg");
  background-repeat: repeat-x;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.elementor-text-editor a:hover,
.elementor-tab-content a:hover,
.links__link:hover,
.elementor-text-editor a:focus,
.elementor-tab-content a:focus,
.links__link:focus,
.elementor-text-editor a.is-current,
.elementor-tab-content a.is-current,
.links__link.is-current,
.lists__horizontal--pgs a[href]:hover,
.lists__horizontal--pgs a[href]:focus,
.lists__horizontal--pgs a[href].is-current,
.wysiwyg a:not([class*="button__"]):hover,
.wysiwyg a:not([class*="button__"]):focus,
.wysiwyg a:not([class*="button__"]).is-current,
.globalFooter__phone-link:hover,
.globalFooter__phone-link:focus,
.globalFooter__phone-link.is-current,
.quickLinks__link:hover,
.quickLinks__link:focus,
.quickLinks__link.is-current,
.tnew .tn-additional-events__continue-shopping-link:hover,
.tnew .tn-additional-events__continue-shopping-link:focus,
.tnew .tn-additional-events__continue-shopping-link.is-current,
.tnew .tn-cart-buttons__secondary-action:hover,
.tnew .tn-cart-buttons__secondary-action:focus,
.tnew .tn-cart-buttons__secondary-action.is-current,
.tnew .tn-subnav-component .tn-login-link .tn-link:hover,
.tnew .tn-subnav-component .tn-login-link .tn-link:focus,
.tnew .tn-subnav-component .tn-login-link .tn-link.is-current,
.tnew .tnew_button_as_link:hover,
.tnew .tnew_button_as_link:focus,
.tnew .tnew_button_as_link.is-current,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a:hover,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a:focus,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a.is-current,
.globalFooter__directions-link:hover,
.globalFooter__directions-link:focus,
.globalFooter__directions-link.is-current {
  color: #83933E;
}
.elementor-text-editor a:hover:before,
.elementor-tab-content a:hover:before,
.links__link:hover:before,
.elementor-text-editor a:focus:before,
.elementor-tab-content a:focus:before,
.links__link:focus:before,
.elementor-text-editor a.is-current:before,
.elementor-tab-content a.is-current:before,
.links__link.is-current:before,
.lists__horizontal--pgs a[href]:hover:before,
.lists__horizontal--pgs a[href]:focus:before,
.lists__horizontal--pgs a[href].is-current:before,
.wysiwyg a:not([class*="button__"]):hover:before,
.wysiwyg a:not([class*="button__"]):focus:before,
.wysiwyg a:not([class*="button__"]).is-current:before,
.globalFooter__phone-link:hover:before,
.globalFooter__phone-link:focus:before,
.globalFooter__phone-link.is-current:before,
.quickLinks__link:hover:before,
.quickLinks__link:focus:before,
.quickLinks__link.is-current:before,
.tnew .tn-additional-events__continue-shopping-link:hover:before,
.tnew .tn-additional-events__continue-shopping-link:focus:before,
.tnew .tn-additional-events__continue-shopping-link.is-current:before,
.tnew .tn-cart-buttons__secondary-action:hover:before,
.tnew .tn-cart-buttons__secondary-action:focus:before,
.tnew .tn-cart-buttons__secondary-action.is-current:before,
.tnew .tn-subnav-component .tn-login-link .tn-link:hover:before,
.tnew .tn-subnav-component .tn-login-link .tn-link:focus:before,
.tnew .tn-subnav-component .tn-login-link .tn-link.is-current:before,
.tnew .tnew_button_as_link:hover:before,
.tnew .tnew_button_as_link:focus:before,
.tnew .tnew_button_as_link.is-current:before,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a:hover:before,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a:focus:before,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a.is-current:before,
.globalFooter__directions-link:hover:before,
.globalFooter__directions-link:focus:before,
.globalFooter__directions-link.is-current:before {
  -webkit-animation: link__background 0.5s linear infinite;
          animation: link__background 0.5s linear infinite;
}
@-webkit-keyframes link__background {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 15px 50%;
  }
}
@keyframes link__background {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 15px 50%;
  }
}
/*

Unlink

Basic class to remove some link styling.

@TODO: Put in `presentational.less` file?

*/
.links__unlink {
  text-decoration: none;
}
.links__unlink:before {
  content: none !important;
}
/*

Skip-To Link

*/
.links__skip-to {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.links__skip-to:not(:focus) {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.links__skip-to:not(:focus).focusable:active,
.links__skip-to:not(:focus).focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  position: static;
}
body:hover .links__skip-to:not(:focus) a,
body:hover .links__skip-to:not(:focus) input,
body:hover .links__skip-to:not(:focus) button {
  display: none;
}
/*

Forms

*/
form {
  margin: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  width: 100%;
  border: 0;
  padding: 0;
  display: block;
  white-space: normal;
}
/*

Basic Form Elements

Inputs and textareas are set to `width: 100%` to adapt to the width of their 
wrapper. (Great for grids.) Select boxes are set to the width of their content,
maxing out at `100%`.

Almost all the form elements in Motif are best used inside a `label`.

    <label>
        Text Field
        <input type="text" name="text" required>
    </label>

*/
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  display: block;
}
input,
textarea {
  width: 100%;
  font-size: 1em;
  padding: 0.3125rem 0.25rem;
  outline: none;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus,
input:active,
textarea:active,
input.is-current,
textarea.is-current {
  z-index: 1;
}
input {
  line-height: normal;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  display: inline-block;
  cursor: pointer;
}
input[disabled] {
  cursor: default;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 3px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  vertical-align: top;
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  height: 5rem;
}
select {
  width: auto;
  max-width: 100%;
  font-size: 0.8125em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  color: #221D1D;
  border: 2px solid #DFDFC7;
  background: #fff;
  border-radius: 2px;
  padding: 10px 1.125rem;
  position: relative;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover {
  border-color: #D27600;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #83933E;
}
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="tel"],
.has-error input[type="number"],
.has-error select,
.has-error textarea {
  border-color: #C84D41;
  padding-right: calc(1.125rem + 0.5625rem + 18px);
}
.globalFooter__container input[type="text"],
.globalFooter__container input[type="email"],
.globalFooter__container input[type="tel"],
.globalFooter__container input[type="number"],
.globalFooter__container select,
.globalFooter__container textarea {
  border-color: #fff;
}
.globalFooter__container input[type="text"]:hover,
.globalFooter__container input[type="email"]:hover,
.globalFooter__container input[type="tel"]:hover,
.globalFooter__container input[type="number"]:hover,
.globalFooter__container select:hover,
.globalFooter__container textarea:hover {
  border-color: #D27600;
}
.globalFooter__container input[type="text"]:focus,
.globalFooter__container input[type="email"]:focus,
.globalFooter__container input[type="tel"]:focus,
.globalFooter__container input[type="number"]:focus,
.globalFooter__container select:focus,
.globalFooter__container textarea:focus {
  border-color: #83933E;
}
.tnew input[type="text"],
.tnew input[type="email"],
.tnew input[type="tel"],
.tnew input[type="number"],
.tnew select,
.tnew textarea {
  border-color: #DFDFC7;
}
.tnew input[type="text"]:hover,
.tnew input[type="email"]:hover,
.tnew input[type="tel"]:hover,
.tnew input[type="number"]:hover,
.tnew select:hover,
.tnew textarea:hover {
  border-color: #D27600;
}
.tnew input[type="text"]:focus,
.tnew input[type="email"]:focus,
.tnew input[type="tel"]:focus,
.tnew input[type="number"]:focus,
.tnew select:focus,
.tnew textarea:focus {
  border-color: #83933E;
}
.tnew input[type="text"]:invalid,
.tnew input[type="email"]:invalid,
.tnew input[type="tel"]:invalid,
.tnew input[type="number"]:invalid,
.tnew select:invalid,
.tnew textarea:invalid {
  border-color: #C84D41;
}
/*

Input Label Elements

Child form elements of the `.elements__input-label` class are given a little bit of 
spacing to separate them from the label text. (See also `.elements__input-label` in the
form `type.less` file.)

````input-label-elements
<label class="elements__input-label">
    Text Field
    <input type="text" name="text" placeholder="Placeholder text" required>
</label>
<label class="elements__input-label">
    Textarea
    <textarea placeholder="Placeholder text"></textarea>
</label>
<label class="elements__input-label">
    Select
    <select>
        <option>Placeholder text</option>
    </select>
</label>
````

*/
.elements__input-label input,
.elements__input-label textarea,
.elements__input-label select {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
.elements__text-label {
  display: block;
  margin-top: 1.25rem;
}
.elements__radio-label {
  position: relative;
  padding-left: 30px;
  margin-top: 1.25rem;
  display: block;
}
.elements__radio-label input[type="radio"],
.elements__radio-label input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}
/*

Input Widths

While you are encouraged to use the responsive grid system in conjunction with 
your form styles, sometimes it's useful to have form field widths that are 
simply consistent across viewports. These are those.

    <label class="elements__input-label">
        Text Field
        <input class="elements__input--xs" type="text" name="text" required>
    </label>

*/
.elements__input--eighth {
  width: 12.5%;
}
.elements__input--quarter {
  width: 25%;
}
.elements__input--half {
  width: 50%;
}
.elements__input--xxxs {
  max-width: 30px;
}
.elements__input--xxs {
  max-width: 50px;
}
.elements__input--xs {
  max-width: 100px;
}
.elements__input--s {
  max-width: 175px;
}
.elements__input--m {
  max-width: 250px;
}
.elements__input--l {
  max-width: 350px;
}
/*

Form Modules

````attached-label-before
<label class="elements__attached-label">
    <small class="label">$</small>
    <input type="num" id="attached-label-before" required>
</label>
````

````attached-label-after
<label class="elements__attached-label">
    <input type="text" id="attached-label-after" required>
    <small class="label">.com</small>
</label>
````

````attached-label-before-and-after
<label class="elements__attached-label">
    <small class="label">www.</small>
    <input type="text" id="attached-label" placeholder="domain" required>
    <small class="label">.com</small>
</label>
````

````attached-label-submit
<form class="elements__attached-label">
    <label class="is-hidden" for="attached-label-submit">Search</label>
    <input type="search" id="attached-label-submit" required>
    <div>
        <button type="submit" class="button__primary">
            <svg class="icon"><use xlink:href="#search"></svg>
            <b class="is-hidden">Submit</b>
        </button>
    </div>
</form>
````

*/
.elements__attached-label {
  display: table;
  overflow: hidden;
}
.elements__attached-label > * {
  margin-top: 0;
  display: table-cell;
  vertical-align: middle;
}
.elements__attached-label > * > :first-child {
  margin-top: 0;
}
.elements__attached-label [class*="button"] {
  display: block;
  width: 100%;
}
/*

Input Label

The `.input-label` class should be added to form labels that want a little 
extra styling for the label text.

(You may need to do some fancy things with hidden or altered labels, which is
why these styles aren't added to the `label` element by default.)

    <label class="elements__input-label">
        Text Field
        <input type="text" name="text" required>
    </label>

There are also input descriptions, which go directly underneath the label text,
and input hints that typically go underneath the input field.

    <label class="elements__input-label">
        Text Field
        
        <small class="elements__input-desc">
            This is a small description of the field.
        </small>
        
        <input type="text" name="text" required>
        
        <strong class="elements__input-hint">
            This is an important hint.
        </strong>
    </label>

*/
.elements__input-label {
  padding-top: 1.25em;
}
.elements__input-hint {
  color: #0D587C;
  margin-top: 0.3125em;
}
.elements__input-desc {
  margin-top: 0em;
}
/*

Fieldset

A simple class to add to fieldsets that want a little more spacing.

*/
.elements__fieldset {
  margin-top: 1.25em;
  padding-bottom: 1.25em;
}
/*

Checkbox List

Lists of radio or checkbox inputs should typically be just that: lists. In 
Motif, you're encouraged to mark up your input lists as semantically as 
possible, meaning a fieldset, with a legend, and a list of inputs:

    <fieldset>
        <legend>
            <b class="elements__input-label">This is a question for a radio list?</b>
        </legend>

        <ul class="elements__checkbox-list">
            <li>
                <label class="media__media-object">
                    <input class="media__media-object__figure"
                     type="radio"
                     name="radioList"
                     value="Yes">

                    <b class="media__media-object__desc">
                        Yes
                    </b>
                </label>
            </li>
            <li>
                <label class="media__media-object">
                    <input class="media__media-object__figure"
                     type="radio"
                     name="radioList"
                     value="No">

                    <b class="media__media-object__desc">
                        No
                    </b>
                </label>
            </li>
        </ul>
    </fieldset>

*/
.elements__checkbox-list {
  margin-top: 0.625em;
}
legend + .elements__checkbox-list {
  margin-top: 0em;
}
legend .elements__input-label {
  padding-bottom: 0.3125em;
}
legend + .elements__input-desc {
  /* Positioning */
  position: relative;
  top: -0.3125rem;
}
.elements__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*

Form Validation

*/
/*

Input States

A couple of classes added to inputs (typically by a JS Validation plugin) that
alter the child elements to convey states of success and error.

    <label class="elements__input-label messaging__is-erroneous">
        Text Field
        <input type="text" name="text" required>
    </label>

*/
.messaging__is-successful input,
.messaging__is-successful textarea,
.messaging__is-successful select {
  border-color: #57651E;
}
.messaging__is-erroneous input,
.messaging__is-erroneous textarea,
.messaging__is-erroneous select {
  border-color: #C84D41;
}
/*

Form Messaging

Within labels, there are input alerts that apply to individual fields.

    <label class="elements__input-label messaging__is-erroneous">
        Text Field
        <input type="text" name="text" required>
        <strong class="messaing__input-alert--error">
            This field is required.
        </strong>
    </label>

*/
[class*="messaging__input-alert"] {
  /* Display & Box Model */
  display: inline-block;
  /* Pretty */
  color: #0D587C;
}
.messaging__input-alert--warning {
  color: #FDD26E;
}
.messaging__input-alert--error {
  color: #C84D41;
}
.messaging__input-alert--success {
  color: #57651E;
}
.messaging__file--error,
.messaging__checkbox--error {
  font-weight: bold;
  color: #C84D41;
}
/*

Spacing Helpers

Spacing helpers are quick but powerful classes that add margin or padding to
any given element. These classes are `!important`, so they override all other
styles.

* `p`, `m`                          =   padding, margin
* `a`, `t`, `r`, `b`, `l`, `h`, `v` =   all, top, right, bottom, left, horizontal, vertical
* `s`, `m`, `l`, `x`, `n`                =   small (~`5px`), medium (~`10px`), large (~`20px`), x-large (~`40px`) none (`0`)

For example: `.spacing__pam` means "padding, all, medium".

**Note:** These are all based on the current element's font size and the
project's vertical rhythm (even on the sides, to provide uniform spacing).
As such, they require `vars.less`.

*/
.spacing__ptn,
.spacing__pvn,
.spacing__pan {
  padding-top: 0 !important;
}
.spacing__pts,
.spacing__pvs,
.spacing__pas {
  padding-top: 0.3125rem !important;
}
.spacing__ptm,
.spacing__pvm,
.spacing__pam {
  padding-top: 0.625rem !important;
}
.spacing__ptl,
.spacing__pvl,
.spacing__pal {
  padding-top: 1.25rem !important;
}
.spacing__ptx,
.spacing__pvx,
.spacing__pax {
  padding-top: 2.5rem !important;
}
.spacing__prn,
.spacing__phn,
.spacing__pan {
  padding-right: 0 !important;
}
.spacing__prs,
.spacing__phs,
.spacing__pas {
  padding-right: 0.3125rem !important;
}
.spacing__prm,
.spacing__phm,
.spacing__pam {
  padding-right: 0.625rem !important;
}
.spacing__prl,
.spacing__phl,
.spacing__pal {
  padding-right: 1.25rem !important;
}
.spacing__prx,
.spacing__phx,
.spacing__pax {
  padding-right: 2.5rem !important;
}
.spacing__pbn,
.spacing__pvn,
.spacing__pan {
  padding-bottom: 0 !important;
}
.spacing__pbs,
.spacing__pvs,
.spacing__pas {
  padding-bottom: 0.3125rem !important;
}
.spacing__pbm,
.spacing__pvm,
.spacing__pam {
  padding-bottom: 0.625rem !important;
}
.spacing__pbl,
.spacing__pvl,
.spacing__pal {
  padding-bottom: 1.25rem !important;
}
.spacing__pbx,
.spacing__pvx,
.spacing__pax {
  padding-bottom: 2.5rem !important;
}
.spacing__pln,
.spacing__phn,
.spacing__pan {
  padding-left: 0 !important;
}
.spacing__pls,
.spacing__phs,
.spacing__pas {
  padding-left: 0.3125rem !important;
}
.spacing__plm,
.spacing__phm,
.spacing__pam {
  padding-left: 0.625rem !important;
}
.spacing__pll,
.spacing__phl,
.spacing__pal {
  padding-left: 1.25rem !important;
}
.spacing__plx,
.spacing__phx,
.spacing__pax {
  padding-left: 2.5rem !important;
}
.spacing__mtn,
.spacing__mvn,
.spacing__man {
  margin-top: 0 !important;
}
.spacing__mts,
.spacing__mvs,
.spacing__mas {
  margin-top: 0.3125rem !important;
}
.spacing__mtm,
.spacing__mvm,
.spacing__mam {
  margin-top: 0.625rem !important;
}
.spacing__mtl,
.spacing__mvl,
.spacing__mal {
  margin-top: 1.25rem !important;
}
.spacing__mtx,
.spacing__mvx,
.spacing__max {
  margin-top: 2.5rem !important;
}
.spacing__mrn,
.spacing__mhn,
.spacing__man {
  margin-right: 0 !important;
}
.spacing__mrs,
.spacing__mhs,
.spacing__mas {
  margin-right: 0.3125rem !important;
}
.spacing__mrm,
.spacing__mhm,
.spacing__mam {
  margin-right: 0.625rem !important;
}
.spacing__mrl,
.spacing__mhl,
.spacing__mal {
  margin-right: 1.25rem !important;
}
.spacing__mrx,
.spacing__mhx,
.spacing__max {
  margin-right: 2.5rem !important;
}
.spacing__mbn,
.spacing__mvn,
.spacing__man {
  margin-bottom: 0 !important;
}
.spacing__mbs,
.spacing__mvs,
.spacing__mas {
  margin-bottom: 0.3125rem !important;
}
.spacing__mbm,
.spacing__mvm,
.spacing__mam {
  margin-bottom: 0.625rem !important;
}
.spacing__mbl,
.spacing__mvl,
.spacing__mal {
  margin-bottom: 1.25rem !important;
}
.spacing__mbx,
.spacing__mvx,
.spacing__max {
  margin-bottom: 2.5rem !important;
}
.spacing__mln,
.spacing__mhn,
.spacing__man {
  margin-left: 0 !important;
}
.spacing__mls,
.spacing__mhs,
.spacing__mas {
  margin-left: 0.3125rem !important;
}
.spacing__mlm,
.spacing__mhm,
.spacing__mam {
  margin-left: 0.625rem !important;
}
.spacing__mll,
.spacing__mhl,
.spacing__mal {
  margin-left: 1.25rem !important;
}
.spacing__mlx,
.spacing__mhx,
.spacing__max {
  margin-left: 2.5rem !important;
}
.spacing__block {
  padding-top: 5rem;
  position: relative;
}
.spacing__block:first-child {
  padding-top: 0;
}
.spacing__block:last-child {
  padding-bottom: 5rem;
}
.wp-block-column .spacing__block:last-child {
  padding-bottom: 0;
}
.spacing__block--typicalHeader + .spacing__block--infoBar {
  padding-top: 0;
}
.spacing__block--featuredHeader + .spacing__block--quickLinks {
  padding-top: 0;
}
.spacing__block--cardGroup + .spacing__block--callToAction {
  padding-top: 0;
}
.spacing__block--featuredHeader + .spacing__block--relatedContent,
.spacing__block--featuredHeader + .spacing__block--categoryCardGroup {
  padding-top: 0;
}
.spacing__block--typicalHeader + .spacing__block--relatedContent,
.spacing__block--typicalHeader + .spacing__block--categoryCardGroup {
  padding-top: 0;
}
.spacing__block--wysiwyg + .spacing__block--categoryCardGroup,
h4 + .spacing__block--categoryCardGroup {
  padding-top: 0;
}
.spacing__block--relatedContent:last-child,
.spacing__block--cardGroup:last-child,
.spacing__block--categoryCardGroup:last-child,
.spacing__block--callToAction:last-child {
  padding-bottom: 0;
}
/*

Text Align

Simple classes to adjust your text alignment. They can be added to individual elements or on wrapping elements (an outer `div`, perhaps) to adjust the alignment of all the child elements.

*/
.presentational__align-left {
  text-align: left;
}
.presentational__align-center {
  text-align: center;
}
.presentational__align-right {
  text-align: right;
}
.presentational__align-sub {
  vertical-align: sub;
}
.presentational__align-middle {
  vertical-align: middle;
}
.presentational__align-top {
  vertical-align: top;
}
/*

Floats

Next, we have classes for floating elements.

*/
.presentational__float-left,
.quickDate__column {
  float: left;
}
.presentational__float-center {
  margin-left: auto;
  margin-right: auto;
}
.presentational__float-right {
  float: right;
}
.presentational__float-none {
  float: none;
}
.presentational__clear {
  clear: both;
}
/*

"New Line"

Turns an `inline` or `inline-block` element into a `block` one.

*/
.presentational__new-line,
.ratios__base:before,
.media__figure > a,
[class*="media__figure--"] > a,
.media__figure img,
[class*="media__figure--"] img,
.elements__input-label,
.elements__input-hint,
.elements__input-desc {
  display: block;
}
.presentational__group,
.lists__breadcrumb,
.calendar,
.quickDate__row {
  /* Mixins */
}
.presentational__group:before,
.presentational__group:after,
.calendar:before,
.calendar:after,
.quickDate__row:before,
.quickDate__row:after {
  content: "\0020";
  height: 0;
  display: block;
  overflow: hidden;
}
.presentational__group:after,
.calendar:after,
.quickDate__row:after {
  clear: both;
}
/*

"Is Hidden"

Visually hides content in a way that leaves it accessible to screen readers.
Like more magic, makes the visible invisible.

*/
.presentational__is-hidden,
.reveal__target .js,
.slider__play-pause-button,
.display-grid .eventCard__date-year {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.presentational__is-hidden.focusable:active,
.presentational__is-hidden.focusable:focus,
.display-grid .eventCard__date-year.focusable:active,
.display-grid .eventCard__date-year.focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  position: static;
}
body:hover .presentational__is-hidden a,
body:hover .presentational__is-hidden input,
body:hover .presentational__is-hidden button,
body:hover .display-grid .eventCard__date-year a,
body:hover .display-grid .eventCard__date-year input,
body:hover .display-grid .eventCard__date-year button {
  display: none;
}
@media all and (max-width: 47.9375em) {
  .presentational__is-hidden-small {
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
  }
  .presentational__is-hidden-small.focusable:active,
  .presentational__is-hidden-small.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .presentational__is-hidden-small a,
  body:hover .presentational__is-hidden-small input,
  body:hover .presentational__is-hidden-small button {
    display: none;
  }
}
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  .presentational__is-hidden-medium {
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
  }
  .presentational__is-hidden-medium.focusable:active,
  .presentational__is-hidden-medium.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .presentational__is-hidden-medium a,
  body:hover .presentational__is-hidden-medium input,
  body:hover .presentational__is-hidden-medium button {
    display: none;
  }
}
@media all and (min-width: 62em) {
  .presentational__is-hidden-large {
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
  }
  .presentational__is-hidden-large.focusable:active,
  .presentational__is-hidden-large.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    overflow: visible;
    position: static;
  }
  body:hover .presentational__is-hidden-large a,
  body:hover .presentational__is-hidden-large input,
  body:hover .presentational__is-hidden-large button {
    display: none;
  }
}
.presentational__display-none {
  display: none;
}
/*

"Isn't Hidden"

Undoes `.is-hidden`.

*/
.presentational__isnt-hidden,
.reveal__target .js.is-revealed {
  /* Mixins */
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  clip: auto;
}
body:hover .presentational__isnt-hidden a,
body:hover .presentational__isnt-hidden input,
body:hover .presentational__isnt-hidden button {
  display: inline-block;
}
.lte7 body:hover .presentational__isnt-hidden a,
.lte7 body:hover .presentational__isnt-hidden input,
.lte7 body:hover .presentational__isnt-hidden button {
  display: inline;
  zoom: 1;
}
/*

"Relative Container"

Exactly what it sounds like.

*/
.presentational__relative-container,
.ratios__base,
[class*="messaging__input-alert"],
.js .expand__target,
.ratios__video,
.ratios__1x1,
.ratios__square,
.ratios__2x1,
.ratios__1x2 {
  position: relative;
}
/*

"No Scroll"

Paired with "motif.utitlies.js" to make the page non-scrollable

*/
html.presentational__no-scroll,
body.presentational__no-scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
}
/*

Responsive Grid

The default responsive grid in Motif is built with a few rules in mind:

1. Each row of columns must be wrapped in a row element
2. There's no need to specify if a column is first or last

With that in mind, there is a basic syntax to learn for what classes to use.
Our breakpoints are classified as:

- Base
- Small
- Medium
- Large
- Extra Large

Our default responsive grid system only uses 3 grids to cover all of our bases:

- `grid, small` covers Base and Small viewports, but cuts off at Medium
- `grid, medium` covers only Medium
- `grid, large` starts at Large and covers Extra Large as well (there is no max
cutoff value for `grid, large`)

Understanding that, the syntax should be easy to understand. In these examples,
we will talk about `grid, small`:

- **Rows**: `.grid__sm-row` (Grid, Small, Row)
- **Columns**: `.grid__sm` (Grid, Column, Small)
- **Column Width**: `.grid__sm-half` (Grid, Small, Half-Width)

    <div class="grid__sm-row">
        <div class="grid__sm-half">...</div>
        <div class="grid__sm-half">...</div>
    </div>

However, to be slightly more succinct, you can use the condensed column syntax:

- **Columns (Condensed)**: `.grid__sm-half` (Grid, Column, Small, Half-Width)

    <div class="grid__sm-row">
        <div class="grid__sm-half">...</div>
        <div class="grid__sm-half">...</div>
    </div>

In brief, the way the grid works is that `.grid__sm` floats the element to the left
(by default), and adds padding to both the left and the right. `-half` gives
it a width of `50%`. The combined padding of the two columns bumped up against 
each other form the full "gutter". The `.grid__sm-row` then clears the floats and has
a *negative* margin on both the left and the right that pops the columns out to
the sides the exact width of their paddings, meaning the column content lines 
up with the site boundaries on the left and right without the need to specify 
"first" or "last" column classes.

To use this responsively, then, you just add the classes by breakpoint:

    <div class="grid__sm-row grid__med-row grid__lg-row">
        <div class="grid__sm-half grid__med-third grid__lg-quarter">
            ...
        </div>
        <div class="grid__sm-half grid__med-two-thirds grid__lg-three-quarters">
            ...
        </div>
    </div>

By default, the column breakdown of each grid breakpoint:

- `grid, small`: 4 columns
- `grid, medium`: 9 columns
- `grid, large`: 12 columns

For the larger grids, the classes follow the numbers closely...

    - `.grid__lg-10of12
    - `.grid__med-4of9`

...in just about every combination (based on their total column number), but 
all of the grids also have a few "fuzzy" shortcuts as well:

    - `half`
    - `third`
    - `quarter`
    - `three-quarters`
    - `two-thirds`

*/
.grid__halves,
.grid__thirds,
.grid__quarters {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  /* Pretty */
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}
.grid__halves:before,
.grid__thirds:before,
.grid__quarters:before,
.grid__halves:after,
.grid__thirds:after,
.grid__quarters:after {
  content: "\0020";
  height: 0;
  display: block;
  overflow: hidden;
}
.grid__halves:after,
.grid__thirds:after,
.grid__quarters:after {
  clear: both;
}
ul.grid__halves,
ul.grid__thirds,
ul.grid__quarters {
  padding-left: 0;
  list-style: none outside none;
}
.grid__halves > *,
.grid__thirds > *,
.grid__quarters > * {
  display: inline;
  float: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  /* Display & Box Model */
  display: inline-block;
  /* Positioning */
  float: none;
  /* Pretty */
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.grid__halves > * {
  width: 50%;
}
.grid__thirds > * {
  width: 33.33333%;
}
.grid__quarters > * {
  width: 25%;
}
.opera-only :-o-prefocus,
.grid__thirds {
  word-spacing: -0.43em;
}
/**
 * Mobile Grid
 */
@media all and (max-width: 47.9375em) {
  [class*="grid__sm-row"],
  .grid__sm-quarters,
  .grid__sm-thirds,
  .grid__sm-halves {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  [class*="grid__sm-row"]:before,
  [class*="grid__sm-row"]:after,
  .grid__sm-quarters:before,
  .grid__sm-quarters:after,
  .grid__sm-thirds:before,
  .grid__sm-thirds:after,
  .grid__sm-halves:before,
  .grid__sm-halves:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  [class*="grid__sm-row"]:after,
  .grid__sm-quarters:after,
  .grid__sm-thirds:after,
  .grid__sm-halves:after {
    clear: both;
  }
  ul[class*="grid__sm-row"],
  ul.grid__sm-quarters,
  ul.grid__sm-thirds,
  ul.grid__sm-halves {
    padding-left: 0;
    list-style: none outside none;
  }
  .grid__sm-row--ltr > [class*="grid__sm"] {
    float: left;
  }
  [class*="grid__sm"]:not([class*="grid__sm-row"]) {
    display: inline;
    float: left;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid__sm-row--rtl > [class*="grid__sm"] {
    float: right;
  }
  .grid__sm-quarter,
  .grid__sm-quarters > * {
    width: 25%;
  }
  .grid__sm-third,
  .grid__sm-thirds > * {
    width: 33.33333%;
  }
  .grid__sm-half,
  .grid__sm-halves > * {
    width: 50%;
  }
  .grid__sm-two-thirds {
    width: 66.66667%;
  }
  .grid__sm-three-quarters {
    width: 75%;
  }
  .grid__sm-full {
    width: 100%;
  }
  .grid__sm-row--flex,
  .grid__sm-quarters,
  .grid__sm-thirds,
  .grid__sm-halves {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
  }
  .grid__sm-row--flex > [class*="grid__sm"],
  .grid__sm-quarters > *,
  .grid__sm-thirds > *,
  .grid__sm-halves > * {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .opera-only :-o-prefocus,
  .grid__sm-row--flex,
  .grid__sm-quarters,
  .grid__sm-thirds,
  .grid__sm-halves {
    word-spacing: -0.43em;
  }
}
/**
 * Tablet Grid
 */
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  [class*="grid__med-row"],
  .grid__med-quarters,
  .grid__med-thirds,
  .grid__med-halves {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  [class*="grid__med-row"]:before,
  [class*="grid__med-row"]:after,
  .grid__med-quarters:before,
  .grid__med-quarters:after,
  .grid__med-thirds:before,
  .grid__med-thirds:after,
  .grid__med-halves:before,
  .grid__med-halves:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  [class*="grid__med-row"]:after,
  .grid__med-quarters:after,
  .grid__med-thirds:after,
  .grid__med-halves:after {
    clear: both;
  }
  ul[class*="grid__med-row"],
  ul.grid__med-quarters,
  ul.grid__med-thirds,
  ul.grid__med-halves {
    padding-left: 0;
    list-style: none outside none;
  }
  .grid__med-row--ltr > [class*="grid__med"] {
    float: left;
  }
  [class*="grid__med"]:not([class*="grid__med-row"]) {
    display: inline;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid__med-row--rtl > [class*="grid__med"] {
    float: right;
  }
  .grid__med-quarter,
  [class*="grid__med-2of8"],
  .grid__med-quarters > * {
    width: 25%;
  }
  .grid__med-third,
  [class*="grid__med-3of9"],
  [class*="grid__med-2of6"],
  .grid__med-thirds > * {
    width: 33.33333%;
  }
  .grid__med-half,
  [class*="grid__med-4of8"],
  [class*="grid__med-3of6"],
  .grid__med-halves > * {
    width: 50%;
  }
  .grid__med-two-thirds,
  [class*="grid__med-6of9"],
  [class*="grid__med-4of6"] {
    width: 66.66667%;
  }
  .grid__med-three-quarters,
  [class*="grid__med-6of8"] {
    width: 75%;
  }
  .grid__med-full {
    width: 100%;
  }
  [class*="grid__med-8of9"] {
    width: 88.88889%;
  }
  [class*="grid__med-7of9"] {
    width: 77.77778%;
  }
  [class*="grid__med-5of9"] {
    width: 55.55556%;
  }
  [class*="grid__med-4of9"] {
    width: 44.44444%;
  }
  [class*="grid__med-2of9"] {
    width: 22.22222%;
  }
  [class*="grid__med-1of9"] {
    width: 11.11111%;
  }
  [class*="grid__med-7of8"] {
    width: 87.5%;
  }
  [class*="grid__med-5of8"] {
    width: 62.5%;
  }
  [class*="grid__med-3of8"] {
    width: 37.5%;
  }
  [class*="grid__med-1of8"] {
    width: 12.5%;
  }
  [class*="grid__med-6of7"] {
    width: 85.71429%;
  }
  [class*="grid__med-5of7"] {
    width: 71.42857%;
  }
  [class*="grid__med-4of7"] {
    width: 57.14286%;
  }
  [class*="grid__med-3of7"] {
    width: 42.85714%;
  }
  [class*="grid__med-2of7"] {
    width: 28.57143%;
  }
  [class*="grid__med-1of7"] {
    width: 14.28571%;
  }
  [class*="grid__med-5of6"] {
    width: 83.33333%;
  }
  [class*="grid__med-1of6"] {
    width: 16.66667%;
  }
  [class*="grid__med-4of5"] {
    width: 80%;
  }
  [class*="grid__med-3of5"] {
    width: 60%;
  }
  [class*="grid__med-2of5"] {
    width: 40%;
  }
  [class*="grid__med-1of5"] {
    width: 20%;
  }
  .grid__med-row--flex,
  .grid__med-quarters,
  .grid__med-thirds,
  .grid__med-halves {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
  }
  .grid__med-row--flex > [class*="grid__med"],
  .grid__med-quarters > *,
  .grid__med-thirds > *,
  .grid__med-halves > * {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .opera-only :-o-prefocus,
  .grid__med-row--flex,
  .grid__med-quarters,
  .grid__med-thirds,
  .grid__med-halves {
    word-spacing: -0.43em;
  }
}
/**
 * Desktop Grid
 */
/*

````desktop-grid
<div class="grid__lg-quarters">
    <div>
        <div class="block">Quarter</div>
    </div>
    <div>
        <div class="block">Quarter</div>
    </div>
    <div>
        <div class="block">Quarter</div>
    </div>
    <div>
        <div class="block">Quarter</div>
    </div>
</div>
<div class="grid__lg-thirds">
    <div>
        <div class="block">Third</div>
    </div>
    <div>
        <div class="block">Third</div>
    </div>
    <div>
        <div class="block">Third</div>
    </div>
</div>
<div class="grid__lg-halves">
    <div>
        <div class="block">Half</div>
    </div>
    <div>
        <div class="block">Half</div>
    </div>
</div>
<div class="grid__lg-row">
    <div class="grid__lg-two-thirds">
        <div class="block">Two Thirds</div>
    </div>
    <div class="grid__lg-third">
        <div class="block">Third</div>
    </div>
</div>
<div class="grid__lg-row">
    <div class="grid__lg-three-quarters">
        <div class="block">Three Quarters</div>
    </div>
    <div class="grid__lg-quarter">
        <div class="block">Quarter</div>
    </div>
</div>
````

*/
@media all and (min-width: 62em) {
  [class*="grid__lg-row"],
  .grid__lg-quarters,
  .grid__lg-thirds,
  .grid__lg-halves {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
  [class*="grid__lg-row"]:before,
  [class*="grid__lg-row"]:after,
  .grid__lg-quarters:before,
  .grid__lg-quarters:after,
  .grid__lg-thirds:before,
  .grid__lg-thirds:after,
  .grid__lg-halves:before,
  .grid__lg-halves:after {
    content: "\0020";
    height: 0;
    display: block;
    overflow: hidden;
  }
  [class*="grid__lg-row"]:after,
  .grid__lg-quarters:after,
  .grid__lg-thirds:after,
  .grid__lg-halves:after {
    clear: both;
  }
  ul[class*="grid__lg-row"],
  ul.grid__lg-quarters,
  ul.grid__lg-thirds,
  ul.grid__lg-halves {
    padding-left: 0;
    list-style: none outside none;
  }
  .grid__lg-row--ltr > [class*="grid__lg"] {
    float: left;
  }
  [class*="grid__lg"]:not([class*="grid__lg-row"]) {
    display: inline;
    float: left;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .grid__lg-row--rtl > [class*="grid__lg"] {
    float: right;
  }
  .grid__lg-quarter,
  .grid__lg-quarter,
  [class*="grid__lg-3of12"],
  [class*="grid__lg-3of12"],
  [class*="grid__lg-2of8"],
  [class*="grid__lg-2of8"],
  .grid__lg-quarters > *,
  .grid__lg-quarters > * {
    width: 25%;
  }
  .grid__lg-third,
  .grid__lg-third,
  [class*="grid__lg-4of12"],
  [class*="grid__lg-4of12"],
  [class*="grid__lg-3of9"],
  [class*="grid__lg-3of9"],
  [class*="grid__lg-2of6"],
  [class*="grid__lg-2of6"],
  .grid__lg-thirds > *,
  .grid__lg-thirds > * {
    width: 33.33333%;
  }
  .grid__lg-half,
  .grid__lg-half,
  [class*="grid__lg-6of12"],
  [class*="grid__lg-6of12"],
  [class*="grid__lg-5of10"],
  [class*="grid__lg-5of10"],
  [class*="grid__lg-4of8"],
  [class*="grid__lg-4of8"],
  [class*="grid__lg-3of6"],
  [class*="grid__lg-3of6"],
  .grid__lg-halves > *,
  .grid__lg-halves > * {
    width: 50%;
  }
  .grid__lg-two-thirds,
  .grid__lg-two-thirds,
  [class*="grid__lg-8of12"],
  [class*="grid__lg-8of12"],
  [class*="grid__lg-6of9"],
  [class*="grid__lg-6of9"],
  [class*="grid__lg-4of6"],
  [class*="grid__lg-4of6"] {
    width: 66.66667%;
  }
  .grid__lg-three-quarters,
  .grid__lg-three-quarters,
  [class*="grid__lg-9of12"],
  [class*="grid__lg-9of12"],
  [class*="grid__lg-6of8"],
  [class*="grid__lg-6of8"] {
    width: 75%;
  }
  .grid__lg-full,
  .grid__lg-full {
    width: 100%;
  }
  [class*="grid__lg-11of12"] {
    width: 91.66667%;
  }
  [class*="grid__lg-10of12"] {
    width: 83.33333%;
  }
  [class*="grid__lg-7of12"] {
    width: 58.33333%;
  }
  [class*="grid__lg-5of12"] {
    width: 41.66667%;
  }
  [class*="grid__lg-2of12"] {
    width: 16.66667%;
  }
  [class*="grid__lg-1of12"] {
    width: 8.33333%;
  }
  [class*="grid__lg-10of11"] {
    width: 90.90909%;
  }
  [class*="grid__lg-9of11"] {
    width: 81.81818%;
  }
  [class*="grid__lg-8of11"] {
    width: 72.72727%;
  }
  [class*="grid__lg-7of11"] {
    width: 63.63636%;
  }
  [class*="grid__lg-6of11"] {
    width: 54.54545%;
  }
  [class*="grid__lg-5of11"] {
    width: 45.45455%;
  }
  [class*="grid__lg-4of11"] {
    width: 36.36364%;
  }
  [class*="grid__lg-3of11"] {
    width: 27.27273%;
  }
  [class*="grid__lg-2of11"] {
    width: 18.18182%;
  }
  [class*="grid__lg-1of11"] {
    width: 9.09091%;
  }
  [class*="grid__lg-9of10"] {
    width: 90%;
  }
  [class*="grid__lg-8of10"] {
    width: 80%;
  }
  [class*="grid__lg-7of10"] {
    width: 70%;
  }
  [class*="grid__lg-6of10"] {
    width: 60%;
  }
  [class*="grid__lg-4of10"] {
    width: 40%;
  }
  [class*="grid__lg-3of10"] {
    width: 30%;
  }
  [class*="grid__lg-2of10"] {
    width: 20%;
  }
  [class*="grid__lg-1of10"] {
    width: 10%;
  }
  [class*="grid__lg-8of9"] {
    width: 88.88889%;
  }
  [class*="grid__lg-7of9"] {
    width: 77.77778%;
  }
  [class*="grid__lg-5of9"] {
    width: 55.55556%;
  }
  [class*="grid__lg-4of9"] {
    width: 44.44444%;
  }
  [class*="grid__lg-2of9"] {
    width: 22.22222%;
  }
  [class*="grid__lg-1of9"] {
    width: 11.11111%;
  }
  [class*="grid__lg-7of8"] {
    width: 87.5%;
  }
  [class*="grid__lg-5of8"] {
    width: 62.5%;
  }
  [class*="grid__lg-3of8"] {
    width: 37.5%;
  }
  [class*="grid__lg-1of8"] {
    width: 12.5%;
  }
  [class*="grid__lg-6of7"] {
    width: 85.71429%;
  }
  [class*="grid__lg-5of7"] {
    width: 71.42857%;
  }
  [class*="grid__lg-4of7"] {
    width: 57.14286%;
  }
  [class*="grid__lg-3of7"] {
    width: 42.85714%;
  }
  [class*="grid__lg-2of7"] {
    width: 28.57143%;
  }
  [class*="grid__lg-1of7"] {
    width: 14.28571%;
  }
  [class*="grid__lg-5of6"] {
    width: 83.33333%;
  }
  [class*="grid__lg-1of6"] {
    width: 16.66667%;
  }
  [class*="grid__lg-4of5"] {
    width: 80%;
  }
  [class*="grid__lg-3of5"] {
    width: 60%;
  }
  [class*="grid__lg-2of5"] {
    width: 40%;
  }
  [class*="grid__lg-1of5"] {
    width: 20%;
  }
  /*

    Media Grid

    The Media Grid allows you to place a grid of photos or videos (catalog or
    retail products, etc.) without floating them, alleviating the need to concern
    yourself with clearing the floats with rows should an object extend further
    than another. Also, because they are not floating, it allows you to align
    the entire group center, making sure any "orphaned" grid entries are centered.

    The syntax is simply the same as the regular responsive grid system, except
    the row class has a `--flex` modifier.

    ````media-grid
    <ul class="grid__sm-halves grid__med-thirds grid__lg-quarters">
        <li>
            <figure class="figure">
                <img src="http://placehold.it/400">
                <figcaption>Alderaan is peaceful. We have no weapons.</figcaption>
            </figure>
        </li>
        <li>
            <figure class="figure">
                <img src="http://placehold.it/400">
            </figure>
        </li>
        <li>
            <figure class="figure">
                <img src="http://placehold.it/400">
                <figcaption>Alderaan is peaceful. We have no weapons.</figcaption>
            </figure>
        </li>
        <li>
            <figure class="figure">
                <img src="http://placehold.it/400">
            </figure>
        </li>
        <li>
            <figure class="figure">
                <img src="http://placehold.it/400">
                <figcaption>Alderaan is peaceful. We have no weapons.</figcaption>
            </figure>
        </li>
        <li>
            <figure class="figure">
                <img src="http://placehold.it/400">
            </figure>
        </li>
        <li>
            <figure class="figure">
                <img src="http://placehold.it/400">
            </figure>
        </li>
    </ul>
    ````

    */
  .grid__lg-row--flex,
  .grid__lg-quarters,
  .grid__lg-thirds,
  .grid__lg-halves {
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
  }
  .grid__lg-row--flex > [class*="grid__lg"],
  .grid__lg-quarters > *,
  .grid__lg-thirds > *,
  .grid__lg-halves > * {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .opera-only :-o-prefocus,
  .grid__lg-row--flex,
  .grid__lg-quarters,
  .grid__lg-thirds,
  .grid__lg-halves {
    word-spacing: -0.43em;
  }
}
.wp-block-columns.has-category-card .wp-block-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-columns .wp-block-column {
  margin-bottom: 0;
}
/*

Off-Canvas Trigger (Small Screens Only)

The Off-Canvas Trigger is a simple way of pushing a column of content
off-canvas and sliding it on upon trigger. In this case, the `is-active` 
class is placed on the `.off-canvas` wrapping element so that it can 
adjust both child elements.

@TODO: Adjust for IE9?
@TODO: Show better example w/ Reveal plugin

    <div class="off-canvas__shift--left">
        <div class="off-canvas__primary">
            ...
        </div>
        <div class="off-canvas__secondary">
            ...
        </div>
    </div>

*/
.off-canvas__shift-base,
.js .off-canvas__shift--left,
.js .off-canvas__shift--right,
.js .off-canvas__shift--top,
.js .off-canvas__shift--bottom {
  position: relative;
  overflow: hidden;
}
.js .off-canvas__primary-base,
.js .off-canvas__primary {
  position: relative;
  width: 100%;
  z-index: 1;
}
.off-canvas__shift-base.is-active > .off-canvas__primary-base,
.js .off-canvas__shift--left.is-active > .off-canvas__primary-base,
.js .off-canvas__shift--right.is-active > .off-canvas__primary-base,
.js .off-canvas__shift--top.is-active > .off-canvas__primary-base,
.js .off-canvas__shift--bottom.is-active > .off-canvas__primary-base,
.off-canvas__shift-base.is-active > .off-canvas__primary {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 100vh;
  overflow: hidden;
}
.off-canvas__shift-base.is-active > .off-canvas__primary-base,
.off-canvas__shift-base.was-active > .off-canvas__primary-base,
.js .off-canvas__shift--left.is-active > .off-canvas__primary-base,
.js .off-canvas__shift--left.was-active > .off-canvas__primary-base,
.js .off-canvas__shift--right.is-active > .off-canvas__primary-base,
.js .off-canvas__shift--right.was-active > .off-canvas__primary-base,
.js .off-canvas__shift--top.is-active > .off-canvas__primary-base,
.js .off-canvas__shift--top.was-active > .off-canvas__primary-base,
.js .off-canvas__shift--bottom.is-active > .off-canvas__primary-base,
.js .off-canvas__shift--bottom.was-active > .off-canvas__primary-base,
.off-canvas__shift-base.is-active > .off-canvas__primary,
.off-canvas__shift-base.was-active > .off-canvas__primary {
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media all and (min-width: 48em) {
  .off-canvas__shift-base.is-active > .off-canvas__primary-base,
  .off-canvas__shift-base.was-active > .off-canvas__primary-base,
  .js .off-canvas__shift--left.is-active > .off-canvas__primary-base,
  .js .off-canvas__shift--left.was-active > .off-canvas__primary-base,
  .js .off-canvas__shift--right.is-active > .off-canvas__primary-base,
  .js .off-canvas__shift--right.was-active > .off-canvas__primary-base,
  .js .off-canvas__shift--top.is-active > .off-canvas__primary-base,
  .js .off-canvas__shift--top.was-active > .off-canvas__primary-base,
  .js .off-canvas__shift--bottom.is-active > .off-canvas__primary-base,
  .js .off-canvas__shift--bottom.was-active > .off-canvas__primary-base,
  .off-canvas__shift-base.is-active > .off-canvas__primary,
  .off-canvas__shift-base.was-active > .off-canvas__primary {
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
.js .off-canvas__secondary-base,
.js .off-canvas__secondary {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  width: 100%;
  z-index: 2;
}
.off-canvas__shift-base.is-active > .off-canvas__secondary-base,
.off-canvas__shift-base.was-active > .off-canvas__secondary-base,
.js .off-canvas__shift--left.is-active > .off-canvas__secondary-base,
.js .off-canvas__shift--left.was-active > .off-canvas__secondary-base,
.js .off-canvas__shift--right.is-active > .off-canvas__secondary-base,
.js .off-canvas__shift--right.was-active > .off-canvas__secondary-base,
.js .off-canvas__shift--top.is-active > .off-canvas__secondary-base,
.js .off-canvas__shift--top.was-active > .off-canvas__secondary-base,
.js .off-canvas__shift--bottom.is-active > .off-canvas__secondary-base,
.js .off-canvas__shift--bottom.was-active > .off-canvas__secondary-base,
.off-canvas__shift-base.is-active > .off-canvas__secondary,
.off-canvas__shift-base.was-active > .off-canvas__secondary {
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media all and (min-width: 48em) {
  .off-canvas__shift-base.is-active > .off-canvas__secondary-base,
  .off-canvas__shift-base.was-active > .off-canvas__secondary-base,
  .js .off-canvas__shift--left.is-active > .off-canvas__secondary-base,
  .js .off-canvas__shift--left.was-active > .off-canvas__secondary-base,
  .js .off-canvas__shift--right.is-active > .off-canvas__secondary-base,
  .js .off-canvas__shift--right.was-active > .off-canvas__secondary-base,
  .js .off-canvas__shift--top.is-active > .off-canvas__secondary-base,
  .js .off-canvas__shift--top.was-active > .off-canvas__secondary-base,
  .js .off-canvas__shift--bottom.is-active > .off-canvas__secondary-base,
  .js .off-canvas__shift--bottom.was-active > .off-canvas__secondary-base,
  .off-canvas__shift-base.is-active > .off-canvas__secondary,
  .off-canvas__shift-base.was-active > .off-canvas__secondary {
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
.js .off-canvas__shift--left.is-active {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas__shift--right.is-active {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas__shift--top {
  min-height: 100vh;
}
.js .off-canvas__shift--top.is-active {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas__shift--bottom {
  min-height: 100vh;
}
.js .off-canvas__shift--bottom.is-active {
  height: 100vh;
  overflow: hidden;
}
.js .off-canvas__shift--left > .off-canvas__primary,
.js .off-canvas__shift--right > .off-canvas__primary {
  min-height: 100vh;
}
.js .off-canvas__shift--left > .off-canvas__primary {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  float: right;
  margin-right: -100%;
}
.js .off-canvas__shift--right > .off-canvas__primary {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  float: left;
  margin-left: -100%;
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--right.is-active > .off-canvas__primary {
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas__shift--right.is-active > .off-canvas__primary {
    -webkit-transform: translate3d(40%, 0, 0);
            transform: translate3d(40%, 0, 0);
  }
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--left.is-active > .off-canvas__primary {
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas__shift--left.is-active > .off-canvas__primary {
    -webkit-transform: translate3d(-40%, 0, 0);
            transform: translate3d(-40%, 0, 0);
  }
}
.js .off-canvas__shift--top.is-active > .off-canvas__primary,
.js .off-canvas__shift--bottom.is-active > .off-canvas__primary {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.js .off-canvas__shift--top.is-active > .off-canvas__primary {
  -webkit-transform: translate3d(0, 80vh, 0);
          transform: translate3d(0, 80vh, 0);
}
.js .off-canvas__shift--bottom.is-active > .off-canvas__primary {
  -webkit-transform: translate3d(0, -80vh, 0);
          transform: translate3d(0, -80vh, 0);
}
.js .off-canvas__shift--left > .off-canvas__secondary,
.js .off-canvas__shift--right > .off-canvas__secondary {
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--left > .off-canvas__secondary,
  .js .off-canvas__shift--right > .off-canvas__secondary {
    width: 70%;
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas__shift--left > .off-canvas__secondary,
  .js .off-canvas__shift--right > .off-canvas__secondary {
    width: 60%;
  }
}
.js .off-canvas__shift--left > .off-canvas__secondary {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  float: left;
  margin-left: -100%;
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--left > .off-canvas__secondary {
    margin-left: -70%;
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas__shift--left > .off-canvas__secondary {
    margin-left: -60%;
  }
}
.js .off-canvas__shift--right > .off-canvas__secondary {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  float: right;
  margin-right: -100%;
}
@media all and (min-width: 48em) {
  .js .off-canvas__shift--right > .off-canvas__secondary {
    margin-right: -70%;
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas__shift--right > .off-canvas__secondary {
    margin-right: -60%;
  }
}
.js .off-canvas__shift--left.is-active > .off-canvas__secondary {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.js .off-canvas__shift--right.is-active > .off-canvas__secondary {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.js .off-canvas__shift--top > .off-canvas__secondary,
.js .off-canvas__shift--bottom > .off-canvas__secondary {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.js .off-canvas__shift--top > .off-canvas__secondary {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  top: 0;
}
.js .off-canvas__shift--bottom > .off-canvas__secondary {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  bottom: 0;
}
.js .off-canvas__shift--top.is-active > .off-canvas__secondary,
.js .off-canvas__shift--bottom.is-active > .off-canvas__secondary {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: auto;
}
.off-canvas__slide-base,
.js .off-canvas__slide--left,
.js .off-canvas__slide--right,
.js .off-canvas__slide--top,
.js .off-canvas__slide--bottom {
  position: fixed;
  z-index: 110;
  overflow: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.off-canvas__slide-base.is-revealed,
.js .off-canvas__slide--left.is-revealed,
.js .off-canvas__slide--right.is-revealed,
.js .off-canvas__slide--top.is-revealed,
.js .off-canvas__slide--bottom.is-revealed {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.js .off-canvas__slide--left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
@media all and (min-width: 48em) {
  .js .off-canvas__slide--left {
    width: 33%;
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas__slide--left {
    width: 25%;
  }
}
@media all and (min-width: 77.5em) {
  .js .off-canvas__slide--left {
    width: 20%;
  }
}
.js .off-canvas__slide--right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
@media all and (min-width: 48em) {
  .js .off-canvas__slide--right {
    width: 33%;
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas__slide--right {
    width: 25%;
  }
}
@media all and (min-width: 77.5em) {
  .js .off-canvas__slide--right {
    width: 20%;
  }
}
.js .off-canvas__slide--top {
  top: 0;
  right: 0;
  left: 0;
  height: 90%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
@media all and (min-width: 48em) {
  .js .off-canvas__slide--top {
    height: 33%;
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas__slide--top {
    height: 25%;
  }
}
@media all and (min-width: 77.5em) {
  .js .off-canvas__slide--top {
    height: 20%;
  }
}
.js .off-canvas__slide--bottom {
  right: 0;
  bottom: 0;
  left: 0;
  height: 90%;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
@media all and (min-width: 48em) {
  .js .off-canvas__slide--bottom {
    height: 33%;
  }
}
@media all and (min-width: 62em) {
  .js .off-canvas__slide--bottom {
    height: 25%;
  }
}
@media all and (min-width: 77.5em) {
  .js .off-canvas__slide--bottom {
    height: 20%;
  }
}
.overflow-list {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.overflow-list__item {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  position: relative;
}
@media all and (min-width: 48em) {
  .overflow-list--until-medium {
    overflow: visible;
    white-space: normal;
  }
}
@media all and (min-width: 62em) {
  .overflow-list--until-large {
    overflow: visible;
    white-space: normal;
  }
}
@media all and (min-width: 77.5em) {
  .overflow-list--until-x-large {
    overflow: visible;
    white-space: normal;
  }
}
/*

Wrapper

This is the site-wide containing class. Put it around anything you want to be
contained in the "site width". By default, caps off at `1150px`.

*/
.wrappers__wrapper,
.fullCal__wrapper {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 62em) {
  .wrappers__wrapper,
  .fullCal__wrapper {
    max-width: 1150px;
  }
}
.wrappers__break-out,
.featuredHeader__container,
.quickLinks__container,
.relatedContent__container,
.cardGroup__container,
.categoryCardGroup__container {
  width: calc(100% + (4.34782608695652% * 2));
  position: relative;
  left: -4.34782608695652%;
}
@media all and (min-width: 78.125em) {
  .wrappers__break-out,
  .featuredHeader__container,
  .quickLinks__container,
  .relatedContent__container,
  .cardGroup__container,
  .categoryCardGroup__container {
    width: calc(100% + ((100vw - 1150px)));
    left: calc(((100vw - 1150px)) / -2);
  }
}
/*

Tables

*/
/*

Default Tables

Simple, clean default styles. Just mark it up like a normal table.

Undoes table to more of a definition list on smaller viewports.

See: http://codepen.io/aarongustafson/pen/ucJGv

````tables
<table>
    <thead>
        <tr>
            <th scope="col">#</th>
            <th scope="col">First Name</th>
            <th scope="col">Last Name</th>
            <th scope="col">Language</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td data-th="#">1</td>
            <td data-th="First Name">Some</td>
            <td data-th="Last Name">One</td>
            <td data-th="Language">English</td>
        </tr>
        <tr>
            <td data-th="#">2</td>
            <td data-th="First Name">Joe</td>
            <td data-th="Last Name">Sixpack</td>
            <td data-th="Language">English</td>
        </tr>
        <tr>
            <td data-th="#">3</td>
            <td data-th="First Name">Stu</td>
            <td data-th="Last Name">Dent</td>
            <td data-th="Language">Code</td>
        </tr>
    </tbody>
</table>
````

*/
table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
}
th,
td {
  padding: 0.625rem 0.5625rem;
  text-align: left;
}
th {
  padding-top: 0.625rem;
}
@media all and (max-width: 47.9375em) {
  table {
    display: block;
    width: 100%;
  }
  tbody,
  tr,
  th,
  td {
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  thead {
    display: none;
    visibility: hidden;
  }
  tr {
    margin-top: 1.25em;
  }
  td[data-th]:before {
    content: attr(data-th) ":\00A0";
    display: inline-block;
    font-weight: bold;
  }
  td:empty {
    display: none;
  }
}
@media all and (min-width: 48em) {
  th,
  td {
    padding: 0.625rem 1.125rem;
  }
}
/*

panel

Used to provide messaging to the user, whether it be direct or through calls to 
action. The panel typically indicates a visual separation and implied 
sub-grouping of its content.

```panel
<div class="panel">
    <h3>This is a Panel</h3>
    <p>This is a <a href="#">feedback message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="panel">
    <p>This is a feedback panel with no heading.</p>
</div>
````

*/
.panel,
[class*="panel"],
[class*="panel__"] {
  margin-top: 1.25em;
  padding: 1.25rem;
  background-color: #1486bd;
}
.panel > :first-child,
[class*="panel"] > :first-child,
[class*="panel__"] > :first-child {
  margin-top: 0;
}
.panel h1,
[class*="panel"] h1,
[class*="panel__"] h1,
.panel h2,
[class*="panel"] h2,
[class*="panel__"] h2,
.panel h3,
[class*="panel"] h3,
[class*="panel__"] h3,
.panel h4,
[class*="panel"] h4,
[class*="panel__"] h4,
.panel h5,
[class*="panel"] h5,
[class*="panel__"] h5,
.panel h6,
[class*="panel"] h6,
[class*="panel__"] h6 {
  color: inherit;
}
[class*="panel--thin"] {
  padding: 0.625rem;
}
/*

Alert Panel

This variation of the standard `.panel` is used specifically for delivering 
direct messages to the user, whether they be informative, complimentary, 
or preventative.

````info-alert-panel
<div class="alert-panel--info">
    <h3>This is a Panel</h3>
    <p>This is an <a href="#">alert message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="alert-panel--info">
    <p>This is an alert panel with no heading.</p>
</div>
````

*/
/*

````error-alert-panel
<div class="panel__alert--error">
    <h3>This is a Panel</h3>
    <p>This is an <a href="#">alert message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="panel__alert--error">
    <p>This is an alert panel with no heading.</p>
</div>
````

*/
/*

````success-alert-panel
<div class="panel__alert--success">
    <h3>This is a Panel</h3>
    <p>This is an <a href="#">alert message</a> for the user.</p>
    <p><a href="#" class="btn">User Action</a></p>
</div>
<div class="panel__alert--success">
    <p>This is an alert panel with no heading.</p>
</div>
````

*/
[class*="panel__alert"] {
  color: #fff;
}
.panel__alert {
  background: #0D587C;
}
.panel__alert--error {
  background: #C84D41;
}
.panel__alert--success {
  background: #57651E;
}
/*

WYSIWYG

Though we keep our styles as flexible and modular as possible, there may be 
times, as when using a WYSIWYG editor, when some styles need to be baked in. 
Here, we specify a `.wysiwyg` class that wraps around that content, and 
hardcode some of those styles

    <div class="wysiwyg">
        [WYSIWYG Content]
    </div>

*/
.wysiwyg h1 {
  margin-top: 0;
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: 2.5rem;
}
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child {
  margin-top: 0;
}
.wysiwyg ol {
  list-style: none;
  counter-reset: lists__ordered-list;
  padding: 0;
  margin-top: 2.5rem;
}
.wysiwyg ol li {
  counter-increment: lists__ordered-list;
  padding-left: 50px;
  min-height: 32px;
  margin-top: 1.25rem;
  position: relative;
}
.wysiwyg ol li:before {
  content: counter(lists__ordered-list);
  background: #221D1D;
  border: 3px solid #83933E;
  color: #D27600;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
}
.wysiwyg ul {
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
}
.wysiwyg ul li {
  padding-left: 20px;
  margin-top: 1.25rem;
  position: relative;
}
.wysiwyg ul li:before {
  content: "";
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 0.89655172;
  color: #D27600;
  display: block;
  position: absolute;
  height: 15px;
  width: 6px;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
}
.wysiwyg img {
  height: auto;
}
/*

Animated Revealing/Hiding Block Modules

When JavaScript is enabled, these blocks are used (most easily in conjunction 
with Motif jQuery plugins) to reveal and hide blocks of content, sometimes 
accompanied by CSS3 animations.
    
Reveal Target

`.reveal__target` is a simple class that is accessibly hidden by default.
Add the `.is-revealed` class to show it.

    <div class="reveal__target">
        I am hidden.
    </div>
    <div class="reveal__target is-revealed">
        I am no longer hidden.
    </div>

*/
.reveal__target .js.is-revealed {
  overflow: visible;
}
/*

Animated Revealing/Hiding Block Modules

When JavaScript is enabled, these blocks are used (most easily in conjunction 
with Motif jQuery plugins) to reveal and hide blocks of content, sometimes 
accompanied by CSS3 animations.
    
Expand Target

`.expand__target` has a maximum height of `0` by default, and once it 
receives the `.is-expanded` class, animates in height to its maximum value. 
This is the cheap CSS way of expanding animation, as in collapsible 
accordions. More precise timing most likely requires JS enhancement.

    <div class="expand__target">
        I am hidden from view.
    </div>
    <div class="expand__target is-expanded">
        I have expanded into view.
    </div>

*/
.js .expand__target {
  max-height: 0;
  overflow: hidden;
}
.js .expand__target.is-expanded {
  max-height: 999px;
}
.js .expand__target.is-expanded,
.js .expand__target.was-expanded {
  -webkit-transition: all 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*

Animated Revealing/Hiding Block Modules

When JavaScript is enabled, these blocks are used (most easily in conjunction 
with Motif jQuery plugins) to reveal and hide blocks of content, sometimes 
accompanied by CSS3 animations.

Fade Target

`.fade__target` is the same as `.expand__target` (in that it grows in 
height), but it adds opacity fading to the mix.

    <div class="fade__target">
        I am hidden.
    </div>
    <div class="fade__target is-faded">
        I have faded and expanded into view.
    </div>

*/
.js .fade__target {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.js .fade__target.is-faded {
  opacity: 1;
  max-height: 999px;
}
.js .fade__target.is-faded,
.js .fade__target.was-faded {
  -webkit-transition: all 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*

Main Nav Module

A minor enhancement to the Reveal or Expand Target modules if added to the
main navigation bar. This snippet, on Medium screens and larger, makes sure
the expandable Nav (on smaller screens) is no longer hidden, and that the 
Menu Title (be it "Main Menu", the hamburger icon, etc.) is hidden from view.

    <nav class="nav-bar--menu" role="navigation">
        <h3 class="menu__title js-expand" id="reveal-main-nav">
            <svg class="icon"><use xlink:href="#rows"></svg>
            Main Menu
        </h3>
        <ul class="menu__list expand__target" id="main-nav-list">
            ...
        </ul>
    </nav>

*/
@media all and (min-width: 48em) {
  .js .menu__list {
    max-height: 999px;
  }
}
@media all and (min-width: 48em) {
  .menu__title {
    display: none;
  }
}
/*

Tabs

The tabs module (and accompanying plugin) creates a very basic widget that 
allows embedding and basic styling.

````tabs
<section class="tabs js-tabs">
    <nav role="navigation">
        <ul>
            <li>
                <a href="#first-tab">
                    First Tab
                </a>
            </li>
            <li>
                <a href="#second-tab">
                    Second Tab
                </a>
            </li>
        </ul>
    </nav>
    <div>
        <section id="first-tab">
            <h3>First Tab</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
        </section>
        <section id="second-tab">
            <h3>Second Tab</h3>
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
        </section>
    </div>
</section>
````

*/
.js .tabs > nav + *,
.js .tabs__section {
  position: relative;
  overflow: hidden;
}
.js .tabs > nav + * > *,
.js .tabs .tab {
  display: none;
}
.js .tabs > nav + * > *.is-current,
.js .tabs .tab.is-current {
  display: block;
}
.slider__slides {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.slider__slide {
  display: block;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  will-change: opacity;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.slider__slide.is-shifting {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.slider__slide.is-current {
  position: relative;
  opacity: 1;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .slider__slide {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.foliage__all-figures,
.foliage__top-left,
.foliage__top-right,
.foliage__right {
  margin: 0;
  position: absolute;
  z-index: -1;
  display: none;
  width: 4vw;
  height: 100px;
  max-width: 300px;
  min-width: 100px;
}
.foliage__all-figures img,
.foliage__top-left img,
.foliage__top-right img,
.foliage__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.no-objectfit .foliage__all-figures img,
.no-objectfit .foliage__top-left img,
.no-objectfit .foliage__top-right img,
.no-objectfit .foliage__right img {
  height: auto;
}
.foliage__top-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 5rem;
}
@media all and (min-width: 62em) {
  .foliage__top-left {
    width: 400px;
    max-width: none;
  }
  .spacing__block--sponsors .foliage__top-left {
    height: 7.5rem;
  }
}
.foliage__top-left img {
  -o-object-position: top left;
     object-position: top left;
}
.spacing__block--cardGroup .foliage__top-left {
  display: block;
  left: -2vw;
}
.spacing__block--cardGroup .foliage__top-left img {
  -o-object-position: bottom left;
     object-position: bottom left;
}
.spacing__block--sponsors .foliage__top-left {
  left: -4vw;
}
@media all and (min-width: 78.125em) {
  .spacing__block--sponsors .foliage__top-left {
    left: calc(((100vw - 1150px)) / -2);
  }
}
.spacing__block--featuredHeader + .spacing__block--sponsors .foliage__top-left,
.spacing__block--cardGroup + .spacing__block--sponsors .foliage__top-left,
.spacing__block--quickLinks + .spacing__block--sponsors .foliage__top-left,
.spacing__block--featuredHeader + .spacing__block--imageText .foliage__top-left,
.spacing__block--cardGroup + .spacing__block--imageText .foliage__top-left,
.spacing__block--quickLinks + .spacing__block--imageText .foliage__top-left {
  display: block;
}
.foliage__top-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 5rem;
}
@media all and (min-width: 62em) {
  .foliage__top-right {
    width: 400px;
    max-width: none;
  }
  .spacing__block--sponsors .foliage__top-right {
    height: 7.5rem;
  }
}
.foliage__top-right img {
  -o-object-position: top right;
     object-position: top right;
}
@media all and (max-width: 47.9375em) {
  .spacing__block--sponsors .foliage__top-right {
    right: -4vw;
  }
}
.spacing__block--featuredHeader + .spacing__block--sponsors .foliage__top-right,
.spacing__block--cardGroup + .spacing__block--sponsors .foliage__top-right,
.spacing__block--quickLinks + .spacing__block--sponsors .foliage__top-right {
  display: block;
}
.foliage__right {
  top: 2.5rem;
  right: -4%;
  height: 200px;
}
@media all and (min-width: 78.125em) {
  .foliage__right {
    width: calc((100vw - 1150px) * 0.5);
    right: calc(((100vw - 1150px)) / -2);
  }
}
.foliage__right img {
  -o-object-position: top right;
     object-position: top right;
}
.spacing__block--imageText + .spacing__block--imageText .foliage__right {
  display: block;
}
/**
 * Pages
 */
.content-event__heading {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  padding: 0.625rem 0;
  background: #fff;
  top: 0;
  z-index: 1;
}
.content-event__reveal:not(.is-revealed) {
  display: none;
}
.content-event__reveal-first:not(.is-revealed) .content-event__col {
  display: none;
}
.content-event__reveal-first:not(.is-revealed) .content-event__col:nth-child(-n+6) {
  display: block;
}
.content-event__load-more {
  display: none;
}
.content-event__reveal-first:not(.is-revealed) + .content-event__load-more {
  display: block;
}
.is-revealed + .content-event__load-more + .content-event__reveal:not(.is-revealed) + .content-event__load-more {
  display: block;
}
.content-search__article {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  position: relative;
}
@media all and (min-width: 48em) {
  .content-search__article {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}
@media all and (min-width: 48em) {
  .content-search__article:first-of-type {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}
.content-search__article:first-of-type:before {
  display: none;
}
.content-search__article:before {
  content: '';
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #FDD26E));
  background-image: -webkit-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: linear-gradient(to right, transparent 50%, #FDD26E 50%);
  background-size: 14px 100%;
  background-position: right center;
}
.content-search__article .post-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}
.content-search__article .post-thumbnail:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 66.66666667%;
}
@media all and (max-width: 47.9375em) {
  .content-search__article .post-thumbnail {
    width: 70%;
    margin-bottom: 1.25rem;
  }
}
.content-search__summary {
  max-width: 800px;
}
/**
 * Shared
 */
@media all and (min-width: 48em) {
  .globalHeader__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
  }
}
@media all and (min-width: 48em) {
  .globalHeader__small-menu {
    display: none;
  }
}
.globalHeader__small-eyebrow {
  background: #221D1D;
  color: #fff;
}
@media all and (max-width: 47.9375em) {
  .globalHeader__container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 11;
    background: #221D1D;
    min-height: 100%;
    min-width: 100%;
    text-align: center;
    padding: 1.25rem 0;
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  .globalHeader__container:not(.is-revealed) {
    display: none;
  }
}
.globalHeader__main-nav {
  grid-column: 1;
  grid-row: 1;
}
@media all and (min-width: 48em) {
  .globalHeader__main-nav {
    background: -webkit-gradient(linear, left top, left bottom, from(#221D1D), to(transparent));
    background: -webkit-linear-gradient(top, #221D1D, transparent);
    background: -o-linear-gradient(top, #221D1D, transparent);
    background: linear-gradient(to bottom, #221D1D, transparent);
    padding: 1.25rem 0;
  }
}
.globalHeader__eyebrow {
  grid-column: 1;
  grid-row: 2;
}
.globalHeader__small-main {
  padding: 0.625rem 0;
  background: #A65523;
}
@media all and (min-width: 48em) {
  .globalHeader__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.globalHeader__col--logo {
  margin-right: auto;
}
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  .globalHeader__col--logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
.globalHeader__col--navigation {
  margin-left: auto;
}
.globalHeader__small-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.globalHeader__small-col:first-child {
  margin-right: auto;
}
.globalHeader__small-col:last-child {
  margin-left: auto;
}
.globalHeader__logo-link,
.globalHeader__logo-link--small {
  display: block;
  width: 130px;
  margin: 0 auto;
}
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  .globalHeader__logo-link,
  .globalHeader__logo-link--small {
    width: 100%;
    max-width: 200px;
  }
}
@media all and (min-width: 62em) {
  .globalHeader__logo-link,
  .globalHeader__logo-link--small {
    margin-top: -2.5rem;
    width: 230px;
  }
}
.globalHeader__logo-link img,
.globalHeader__logo-link--small img {
  display: block;
  width: 100%;
  height: auto;
}
.globalHeader__logo-link--small {
  width: 95px;
  margin: 0;
}
.globalHeader__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 48em) {
  .globalHeader__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: -1.125rem;
  }
}
.globalHeader__item {
  position: relative;
}
.globalHeader__link {
  display: block;
  padding: 0.625rem calc(1.125rem + 20px) 0.625rem 1.125rem;
  text-decoration: none;
  color: #fff;
  margin-top: 16px;
}
@media all and (min-width: 48em) {
  .globalHeader__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
  }
}
@media all and (min-width: 62em) {
  .globalHeader__link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}
.globalHeader__link:before {
  content: '';
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 1.125rem;
  right: 1.125rem;
  display: none;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/wavy-line-white.svg");
  background-repeat: repeat-x;
  background-size: auto;
  z-index: 1;
}
@media all and (min-width: 48em) {
  .globalHeader__link:focus,
  .globalHeader__item:hover .globalHeader__link {
    background: #fff;
    color: #221D1D;
  }
  .globalHeader__link:focus:hover,
  .globalHeader__item:hover .globalHeader__link:hover {
    color: #D27600;
  }
  .globalHeader__link:focus:before,
  .globalHeader__item:hover .globalHeader__link:before {
    display: block;
    background-image: url("/wp-content/themes/dallaszoo/resources/icons/wavy-line-orange.svg");
  }
}
.globalHeader__link:hover:before {
  -webkit-animation: link__background 0.5s linear infinite;
          animation: link__background 0.5s linear infinite;
}
.globalHeader__link svg {
  position: absolute;
  display: block;
  right: 1.125rem;
  padding: 4px;
  height: 26px;
  width: 26px;
  top: 9px;
}
@media all and (min-width: 48em) {
  .globalHeader__link svg {
    padding: 0;
    height: 12px;
    width: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 62em) {
  .globalHeader__link svg {
    height: 14px;
    width: 14px;
  }
}
.globalHeader__sub-list-container {
  display: none;
  padding: 0.625rem 0 1.25rem 0;
}
@media all and (min-width: 48em) {
  .globalHeader__sub-list-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1.25rem 1.125rem;
  }
}
@media all and (min-width: 48em) {
  .globalHeader__item:hover .globalHeader__sub-list-container,
  .globalHeader__link:focus + .globalHeader__sub-list-container,
  .globalHeader__sub-list-container:hover,
  .globalHeader__sub-list-container:focus {
    display: block;
  }
}
@media all and (max-width: 47.9375em) {
  .globalHeader__item.is-revealed .globalHeader__sub-list-container {
    display: block;
  }
}
@media all and (min-width: 48em) {
  .globalHeader__sub-list-container {
    left: auto;
    min-width: 240px;
  }
}
@supports (grid-template-columns: max-content) {
  @media all and (min-width: 48em) {
    .globalHeader__sub-list-container {
      grid-template-columns: -webkit-max-content;
      grid-template-columns: max-content;
      min-width: 100%;
    }
    .globalHeader__item:hover .globalHeader__sub-list-container,
    .globalHeader__link:focus + .globalHeader__sub-list-container,
    .globalHeader__sub-list-container:hover,
    .globalHeader__sub-list-container:focus {
      display: grid;
    }
  }
}
.globalHeader__sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.globalHeader__sub-link {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 1.25rem;
  padding: 0.3125rem 0;
}
.globalHeader__sub-link:hover,
.globalHeader__sub-link:focus {
  color: #83933E;
}
@media all and (min-width: 48em) {
  .globalHeader__sub-link {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333333;
    color: #221D1D;
    margin-top: 0.625rem;
  }
  .globalHeader__sub-link:hover,
  .globalHeader__sub-link:focus {
    color: #D27600;
  }
}
.globalHeader__sub-list li:first-child .globalHeader__sub-link {
  margin-top: 0;
}
.globalHeader__hours {
  display: none;
  position: relative;
  padding-left: 23px;
  color: #fff;
}
@media all and (min-width: 48em) {
  .globalHeader__hours {
    display: block;
  }
}
.globalHeader__hours svg {
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #DFDFC7;
}
.globalHeader__eyebrow-link {
  color: #DFDFC7;
  margin-top: 0;
}
.globalHeader__eyebrow-link.is-login {
  -webkit-transform: translateX(1.125rem);
      -ms-transform: translateX(1.125rem);
          transform: translateX(1.125rem);
}
.globalHeader__small-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -0.28125rem;
  margin-right: -0.28125rem;
}
.globalHeader__small-nav-col {
  padding-left: 0.28125rem;
  padding-right: 0.28125rem;
}
.globalHeader__small-button {
  margin: 0 0 0 0.5625rem;
  background: transparent;
  color: #FDF7DA;
  text-decoration: none;
  padding: 0.3125rem 0;
}
.globalHeader__small-button:hover,
.globalHeader__small-button:focus {
  background: transparent;
  color: #fff;
}
.globalHeader__small-button svg {
  height: 20px;
  width: 20px;
}
.globalHeader__close-button {
  background: transparent;
  color: #FDF7DA;
  text-decoration: none;
  padding: 0.3125rem 0;
  position: absolute;
  top: 2.5rem;
  right: 4%;
  margin: 0;
}
.globalHeader__close-button:hover,
.globalHeader__close-button:focus {
  background: transparent;
  color: #fff;
}
.globalHeader__close-button svg {
  height: 22px;
  width: 22px;
}
@media all and (min-width: 48em) {
  .globalHeader__close-button {
    display: none;
  }
}
.eyebrow__container {
  background: #221D1D;
  margin: 0;
}
@media all and (min-width: 48em) {
  .eyebrow__container {
    background: #A65523;
  }
}
.eyebrow__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 48em) {
  .eyebrow__row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 62em) {
  .eyebrow__row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media all and (max-width: 47.9375em) {
  .eyebrow__col {
    width: 100%;
    margin-top: 1.25rem;
  }
  .eyebrow__col:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .eyebrow__col:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  .eyebrow__col:first-child {
    margin-right: auto;
  }
  .eyebrow__col:last-child {
    margin-left: auto;
  }
}
.eyebrow__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (min-width: 48em) {
  .eyebrow__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.eyebrow__link,
.globalHeader__eyebrow-link {
  letter-spacing: 0.02777778em;
  color: #fff;
  background: #A65523;
  padding: 12px 1.125rem;
  text-decoration: none;
  display: block;
  margin-top: 0.625rem;
}
.eyebrow__link:hover,
.eyebrow__link:focus,
.globalHeader__eyebrow-link:hover,
.globalHeader__eyebrow-link:focus {
  color: #fff;
  background: #0D587C;
}
@media all and (min-width: 48em) {
  .eyebrow__link,
  .globalHeader__eyebrow-link {
    margin-top: 0;
  }
}
@media all and (min-width: 62em) {
  .eyebrow__link,
  .globalHeader__eyebrow-link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}
.eyebrow__list--colored li:nth-child(1) .eyebrow__link,
.eyebrow__list--colored li:nth-child(5) .eyebrow__link,
.eyebrow__list--colored li:nth-child(1) .globalHeader__eyebrow-link,
.eyebrow__list--colored li:nth-child(5) .globalHeader__eyebrow-link {
  background: #D27600;
}
.eyebrow__list--colored li:nth-child(1) .eyebrow__link:hover,
.eyebrow__list--colored li:nth-child(5) .eyebrow__link:hover,
.eyebrow__list--colored li:nth-child(1) .eyebrow__link:focus,
.eyebrow__list--colored li:nth-child(5) .eyebrow__link:focus,
.eyebrow__list--colored li:nth-child(1) .globalHeader__eyebrow-link:hover,
.eyebrow__list--colored li:nth-child(5) .globalHeader__eyebrow-link:hover,
.eyebrow__list--colored li:nth-child(1) .globalHeader__eyebrow-link:focus,
.eyebrow__list--colored li:nth-child(5) .globalHeader__eyebrow-link:focus {
  background: #0D587C;
}
.eyebrow__list--colored li:nth-child(2) .eyebrow__link,
.eyebrow__list--colored li:nth-child(6) .eyebrow__link,
.eyebrow__list--colored li:nth-child(2) .globalHeader__eyebrow-link,
.eyebrow__list--colored li:nth-child(6) .globalHeader__eyebrow-link {
  background: #83933E;
}
.eyebrow__list--colored li:nth-child(2) .eyebrow__link:hover,
.eyebrow__list--colored li:nth-child(6) .eyebrow__link:hover,
.eyebrow__list--colored li:nth-child(2) .eyebrow__link:focus,
.eyebrow__list--colored li:nth-child(6) .eyebrow__link:focus,
.eyebrow__list--colored li:nth-child(2) .globalHeader__eyebrow-link:hover,
.eyebrow__list--colored li:nth-child(6) .globalHeader__eyebrow-link:hover,
.eyebrow__list--colored li:nth-child(2) .globalHeader__eyebrow-link:focus,
.eyebrow__list--colored li:nth-child(6) .globalHeader__eyebrow-link:focus {
  background: #0D587C;
}
.eyebrow__list--colored li:nth-child(3) .eyebrow__link,
.eyebrow__list--colored li:nth-child(7) .eyebrow__link,
.eyebrow__list--colored li:nth-child(3) .globalHeader__eyebrow-link,
.eyebrow__list--colored li:nth-child(7) .globalHeader__eyebrow-link {
  background: #07A2C6;
}
.eyebrow__list--colored li:nth-child(3) .eyebrow__link:hover,
.eyebrow__list--colored li:nth-child(7) .eyebrow__link:hover,
.eyebrow__list--colored li:nth-child(3) .eyebrow__link:focus,
.eyebrow__list--colored li:nth-child(7) .eyebrow__link:focus,
.eyebrow__list--colored li:nth-child(3) .globalHeader__eyebrow-link:hover,
.eyebrow__list--colored li:nth-child(7) .globalHeader__eyebrow-link:hover,
.eyebrow__list--colored li:nth-child(3) .globalHeader__eyebrow-link:focus,
.eyebrow__list--colored li:nth-child(7) .globalHeader__eyebrow-link:focus {
  background: #0D587C;
}
.eyebrow__link--small,
.globalHeader__eyebrow-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  letter-spacing: 0.03571429em;
  position: relative;
  padding: 10px 1.125rem 10px calc(1.125rem + 17px);
  margin-top: 0.625rem;
}
@media all and (min-width: 48em) {
  .eyebrow__link--small,
  .globalHeader__eyebrow-link {
    padding: 13px 1.125rem 13px calc(1.125rem + 17px);
    margin-top: 0;
  }
}
@media all and (min-width: 62em) {
  .eyebrow__link--small,
  .globalHeader__eyebrow-link {
    padding: 16px 1.125rem 16px calc(1.125rem + 17px);
  }
}
@media all and (max-width: 47.9375em) {
  .eyebrow__link--small,
  .globalHeader__eyebrow-link {
    background: transparent;
    color: #fff;
  }
  .eyebrow__link--small:hover,
  .eyebrow__link--small:focus,
  .globalHeader__eyebrow-link:hover,
  .globalHeader__eyebrow-link:focus {
    background: transparent;
    color: #83933E;
  }
}
@media all and (min-width: 48em) {
  .eyebrow__link--small svg,
  .globalHeader__eyebrow-link svg {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 1.125rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}
.globalAlert {
  background: #FDD26E;
  color: #221D1D;
  padding: 0.625rem 0;
}
@media all and (min-width: 48em) {
  .globalAlert {
    padding: 15px 0;
  }
}
.globalAlert__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.globalAlert__icon {
  font-size: 38px;
}
.globalAlert__icon svg {
  display: block;
}
.globalAlert__content {
  margin-left: 15px;
}
@media all and (min-width: 48em) {
  .globalAlert__content {
    margin-left: 20px;
  }
}
.globalAlert__title {
  font-family: "Geogrotesque", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.03125em;
}
@media all and (min-width: 48em) {
  .globalAlert__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11111111;
    letter-spacing: 0.02777778em;
  }
}
.globalAlert__text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57142857;
  margin-top: 5px;
}
.globalAlert__text a {
  font-family: "Geogrotesque", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif !important;
  font-weight: 700 !important;
}
.globalAlert__text a:before {
  bottom: -5px !important;
}
.globalAlert__text a:hover,
.globalAlert__text a:active {
  color: #A65523 !important;
}
.globalFooter__container {
  margin-top: 2.5rem;
  background: #2F2F2F;
  color: #fff;
}
.globalFooter__content {
  padding: 2.5rem 0;
}
@media all and (min-width: 48em) {
  .globalFooter__row {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .no-cssgrid .globalFooter__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.globalFooter__col,
.globalFooter__col-1,
.globalFooter__col-2 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 48em) {
  .globalFooter__col,
  .globalFooter__col-1,
  .globalFooter__col-2 {
    width: auto;
  }
}
@media all and (min-width: 48em) {
  .globalFooter__col-1 {
    grid-column: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 60px;
    position: relative;
  }
  .no-cssgrid .globalFooter__col-1 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .globalFooter__col-1:after {
    content: "";
    background-image: url("/wp-content/themes/dallaszoo/resources/icons/wavy-line-vertical-orange.svg");
    background-repeat: repeat-y;
    background-size: contain;
    display: block;
    height: 100%;
    width: 11px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media all and (max-width: 47.9375em) {
  .globalFooter__col-2 {
    text-align: center;
  }
}
@media all and (min-width: 48em) {
  .globalFooter__col-2 {
    grid-column: 2;
    padding-left: 60px;
  }
  .no-cssgrid .globalFooter__col-2 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
.globalFooter__col-2 form {
  margin: 0 !important;
  padding: 0 !important;
}
.globalFooter__address-row {
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__address-row {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .globalFooter__address-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.globalFooter__address-col,
.globalFooter__address-col--logo,
.globalFooter__address-col--address {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.globalFooter__address-col--logo {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__address-col--logo {
    width: 100%;
  }
}
.globalFooter__address-col--small-links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 48em) {
  .globalFooter__address-col--small-links {
    display: none;
  }
}
.globalFooter__address-col--address {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__address-col--address {
    display: none;
  }
}
.globalFooter__logo-link {
  width: 100px;
  display: block;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__logo-link {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
}
.globalFooter__logo-img,
.globalFooter__logo-img--md,
.globalFooter__logo-img--sm {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__logo-img--md {
    display: none;
  }
}
@media all and (min-width: 48em) {
  .globalFooter__logo-img--sm {
    display: none;
  }
}
.globalFooter__info {
  letter-spacing: 0.01833333em;
  color: #fff;
  margin-top: 0.625rem;
}
.globalFooter__phone-link,
.globalFooter__directions-link {
  position: relative;
  color: #fff;
  margin-top: 2.5rem;
  padding-top: 50px;
  max-width: 50%;
  text-align: center;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__phone-link,
  .globalFooter__directions-link {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 48em) {
  .globalFooter__phone-link,
  .globalFooter__directions-link {
    padding-top: 0;
    width: auto;
    text-align: left;
    margin-top: 1.25rem;
    margin-left: 28px;
  }
}
.globalFooter__phone-link:hover,
.globalFooter__phone-link:focus,
.globalFooter__directions-link:hover,
.globalFooter__directions-link:focus {
  color: #FDD26E;
}
.globalFooter__phone-link svg,
.globalFooter__directions-link svg {
  fill: #FDD26E;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (min-width: 48em) {
  .globalFooter__phone-link svg,
  .globalFooter__directions-link svg {
    height: 24px;
    width: 24px;
    top: 50%;
    left: -28px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (max-width: 47.9375em) {
  .globalFooter__navigation {
    width: 100%;
  }
}
.globalFooter__nav-list {
  margin: 2.5rem -0.5625rem 0 -0.5625rem;
  list-style: none;
  padding: 0;
  text-align: center;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 48em) {
  .globalFooter__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    margin-top: 5rem;
  }
}
.globalFooter__nav-list li {
  padding: 0 0.5625rem 0.625rem 0.5625rem;
}
.globalFooter__nav-list li:last-of-type {
  padding-bottom: 0;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__nav-list li {
    width: 50%;
  }
}
@media all and (min-width: 48em) {
  .globalFooter__nav-list li {
    padding: 0 0.5625rem;
  }
}
.globalFooter__nav-link {
  color: #fff;
  text-decoration: none;
  padding: 0.3125rem 0;
}
.globalFooter__nav-link:hover,
.globalFooter__nav-link:focus {
  color: #FDD26E;
}
.globalFooter__sole {
  background: #A65523;
  color: #fff;
  padding: 0.625rem 0;
}
@media all and (max-width: 47.9375em) {
  .globalFooter__newsletter {
    width: 100%;
  }
}
.globalFooter__newsletter-heading {
  color: #FDD26E;
}
@media all and (min-width: 48em) {
  .globalFooter__newsletter-heading {
    margin-top: 0;
  }
}
.globalFooter__form-container {
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
  margin-top: 1.25rem;
}
@media all and (min-width: 62em) {
  .globalFooter__form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.globalFooter__form-col-1 {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.globalFooter__form-col-1 input {
  max-width: 100%;
  width: 100%;
}
.globalFooter__form-col-2 {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.globalFooter__social {
  margin: 2.5rem auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 48em) {
  .globalFooter__social {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin: 0 -0.28125rem;
  }
}
.globalFooter__social-col {
  padding: 0 0.28125rem;
}
.globalFooter__social-link {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #DFDFC7;
  text-decoration: none;
  color: #A65523;
  border-radius: 50%;
  position: relative;
}
.globalFooter__social-link:hover,
.globalFooter__social-link:focus {
  color: #FDD26E;
}
.globalFooter__social-link svg {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.globalFooter__submit {
  margin-top: 0.625rem;
}
@media all and (min-width: 48em) {
  .globalFooter__submit {
    margin-top: 0;
  }
}
.loadingTiger__container {
  position: relative;
  margin: auto;
  background: #B5BE8B;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  overflow: hidden;
  border: #221D1D solid 10px;
  z-index: 1;
}
.loadingTiger__container .body {
  width: 160px;
  height: 300px;
  background-color: #D27600;
  background-image: -webkit-gradient(linear, left top, right top, from(#D27600), color-stop(60%, #D27600), color-stop(60%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #221D1D), color-stop(43%, #221D1D), color-stop(43%, transparent), color-stop(46%, transparent), color-stop(46%, #221D1D), color-stop(49%, #221D1D), color-stop(49%, transparent), color-stop(52%, transparent), color-stop(52%, #221D1D), color-stop(55%, #221D1D), color-stop(55%, transparent));
  background-image: -webkit-linear-gradient(left, #D27600 0%, #D27600 60%, transparent 60%, transparent 100%), -webkit-linear-gradient(top, transparent 40%, #221D1D 40%, #221D1D 43%, transparent 43%, transparent 46%, #221D1D 46%, #221D1D 49%, transparent 49%, transparent 52%, #221D1D 52%, #221D1D 55%, transparent 55%);
  background-image: -o-linear-gradient(left, #D27600 0%, #D27600 60%, transparent 60%, transparent 100%), -o-linear-gradient(top, transparent 40%, #221D1D 40%, #221D1D 43%, transparent 43%, transparent 46%, #221D1D 46%, #221D1D 49%, transparent 49%, transparent 52%, #221D1D 52%, #221D1D 55%, transparent 55%);
  background-image: linear-gradient(to right, #D27600 0%, #D27600 60%, transparent 60%, transparent 100%), linear-gradient(to bottom, transparent 40%, #221D1D 40%, #221D1D 43%, transparent 43%, transparent 46%, #221D1D 46%, #221D1D 49%, transparent 49%, transparent 52%, #221D1D 52%, #221D1D 55%, transparent 55%);
  left: 120px;
  position: absolute;
  top: 100px;
  border-radius: 100px;
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
  border: solid #221D1D 10px;
}
.loadingTiger__container .head-part1 {
  width: 185px;
  height: 185px;
  background-color: #F1F2F4;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 75px;
  border-radius: 66px;
  border: solid #221D1D 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.loadingTiger__container .head-part2 {
  width: 175px;
  height: 175px;
  background-color: #D27600;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 60px;
  border-radius: 100px;
  border: solid #221D1D 10px;
}
.loadingTiger__container .head-part3 {
  width: 152px;
  height: 152px;
  background-color: #D27600;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 90px;
  border-radius: 45px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #221D1D), color-stop(25%, #221D1D), color-stop(25%, transparent), color-stop(30%, transparent), color-stop(30%, #221D1D), color-stop(35%, #221D1D), color-stop(35%, transparent), color-stop(40%, transparent), color-stop(40%, #221D1D), color-stop(45%, #221D1D), color-stop(45%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(20%, #221D1D), color-stop(25%, #221D1D), color-stop(25%, transparent), color-stop(30%, transparent), color-stop(30%, #221D1D), color-stop(35%, #221D1D), color-stop(35%, transparent), color-stop(40%, transparent), color-stop(40%, #221D1D), color-stop(45%, #221D1D), color-stop(45%, transparent));
  background-image: -webkit-linear-gradient(top, transparent 20%, #221D1D 20%, #221D1D 25%, transparent 25%, transparent 30%, #221D1D 30%, #221D1D 35%, transparent 35%, transparent 40%, #221D1D 40%, #221D1D 45%, transparent 45%), -webkit-linear-gradient(left, transparent 20%, #221D1D 20%, #221D1D 25%, transparent 25%, transparent 30%, #221D1D 30%, #221D1D 35%, transparent 35%, transparent 40%, #221D1D 40%, #221D1D 45%, transparent 45%);
  background-image: -o-linear-gradient(top, transparent 20%, #221D1D 20%, #221D1D 25%, transparent 25%, transparent 30%, #221D1D 30%, #221D1D 35%, transparent 35%, transparent 40%, #221D1D 40%, #221D1D 45%, transparent 45%), -o-linear-gradient(left, transparent 20%, #221D1D 20%, #221D1D 25%, transparent 25%, transparent 30%, #221D1D 30%, #221D1D 35%, transparent 35%, transparent 40%, #221D1D 40%, #221D1D 45%, transparent 45%);
  background-image: linear-gradient(to bottom, transparent 20%, #221D1D 20%, #221D1D 25%, transparent 25%, transparent 30%, #221D1D 30%, #221D1D 35%, transparent 35%, transparent 40%, #221D1D 40%, #221D1D 45%, transparent 45%), linear-gradient(to right, transparent 20%, #221D1D 20%, #221D1D 25%, transparent 25%, transparent 30%, #221D1D 30%, #221D1D 35%, transparent 35%, transparent 40%, #221D1D 40%, #221D1D 45%, transparent 45%);
}
.loadingTiger__container .head-part3::after {
  content: "";
  width: 145px;
  height: 145px;
  top: -8px;
  left: -8px;
  background-color: #D27600;
  margin: auto;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#221D1D), color-stop(5%, #221D1D), color-stop(5%, transparent), color-stop(9%, transparent), color-stop(9%, #221D1D), color-stop(14%, #221D1D), color-stop(14%, transparent), color-stop(18%, transparent), color-stop(18%, #221D1D), color-stop(23%, #221D1D), color-stop(23%, transparent), color-stop(23%, #D27600)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(47%, transparent), color-stop(47%, #221D1D), color-stop(53%, #221D1D), color-stop(53%, transparent), to(transparent));
  background-image: -webkit-linear-gradient(top, #221D1D 0%, #221D1D 5%, transparent 5%, transparent 9%, #221D1D 9%, #221D1D 14%, transparent 14%, transparent 18%, #221D1D 18%, #221D1D 23%, transparent 23%, #D27600 23%), -webkit-linear-gradient(left, transparent 0%, transparent 47%, #221D1D 47%, #221D1D 53%, transparent 53%, transparent 100%);
  background-image: -o-linear-gradient(top, #221D1D 0%, #221D1D 5%, transparent 5%, transparent 9%, #221D1D 9%, #221D1D 14%, transparent 14%, transparent 18%, #221D1D 18%, #221D1D 23%, transparent 23%, #D27600 23%), -o-linear-gradient(left, transparent 0%, transparent 47%, #221D1D 47%, #221D1D 53%, transparent 53%, transparent 100%);
  background-image: linear-gradient(to bottom, #221D1D 0%, #221D1D 5%, transparent 5%, transparent 9%, #221D1D 9%, #221D1D 14%, transparent 14%, transparent 18%, #221D1D 18%, #221D1D 23%, transparent 23%, #D27600 23%), linear-gradient(to right, transparent 0%, transparent 47%, #221D1D 47%, #221D1D 53%, transparent 53%, transparent 100%);
}
.loadingTiger__container .left-eye {
  width: 22px;
  height: 22px;
  background-color: #221D1D;
  border-radius: 100%;
  top: 140px;
  left: 96px;
  position: absolute;
  -webkit-animation: blink 2s ease-in-out forwards;
          animation: blink 2s ease-in-out forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.loadingTiger__container .right-eye {
  width: 22px;
  height: 22px;
  background-color: #221D1D;
  border-radius: 100%;
  top: 140px;
  right: 96px;
  position: absolute;
  -webkit-animation: blink 2s ease-in-out forwards;
          animation: blink 2s ease-in-out forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.loadingTiger__container .nose {
  width: 36px;
  height: 36px;
  background-color: #221D1D;
  border-radius: 8px;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 5;
}
.loadingTiger__container .nose-over {
  width: 45px;
  height: 72px;
  background-color: #A65523;
  border-radius: 8px 8px 0 0;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 10;
}
.loadingTiger__container .mouth {
  width: 40px;
  height: 32px;
  background-color: #fdcb63;
  border-radius: 100%;
  top: 195px;
  left: 100px;
  margin: auto;
  position: absolute;
  z-index: 3;
}
.loadingTiger__container .mouth::after {
  content: "";
  width: 40px;
  height: 32px;
  background-color: #fdcb63;
  border-radius: 100%;
  top: 0px;
  left: 40px;
  margin: auto;
  position: absolute;
  z-index: 3;
}
.loadingTiger__container .tooth {
  width: 16px;
  height: 16px;
  background-color: #F1F2F4;
  top: 215px;
  left: 111px;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
.loadingTiger__container .tooth::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #F1F2F4;
  top: -30px;
  left: 30px;
  margin: auto;
  position: absolute;
  z-index: 2;
}
.loadingTiger__container .left-ear {
  width: 46px;
  height: 46px;
  background-color: #A65523;
  top: 65px;
  left: 65px;
  margin: auto;
  border-radius: 18px;
  border: solid #221D1D 10px;
  position: absolute;
  -webkit-transform: skewY(30deg);
      -ms-transform: skewY(30deg);
          transform: skewY(30deg);
  z-index: -1;
  -webkit-animation: move-left 2s ease-in-out forwards;
          animation: move-left 2s ease-in-out forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.loadingTiger__container .right-ear {
  width: 46px;
  height: 46px;
  background-color: #A65523;
  top: 65px;
  right: 65px;
  margin: auto;
  border-radius: 18px;
  border: solid #221D1D 10px;
  position: absolute;
  -webkit-transform: skewY(-30deg);
      -ms-transform: skewY(-30deg);
          transform: skewY(-30deg);
  z-index: -1;
  -webkit-animation: move-right 2s ease-in-out forwards;
          animation: move-right 2s ease-in-out forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.loadingTiger__container .head {
  position: relative;
  top: 0px;
  -webkit-animation: nod 2s ease-in-out forwards;
          animation: nod 2s ease-in-out forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes nod {
  0% {
    top: 0px;
  }
  10% {
    top: -15px;
  }
  40% {
    top: -15px;
  }
  90% {
    top: 0px;
  }
}
@keyframes nod {
  0% {
    top: 0px;
  }
  10% {
    top: -15px;
  }
  40% {
    top: -15px;
  }
  90% {
    top: 0px;
  }
}
@-webkit-keyframes blink {
  0% {
    height: 22px;
  }
  20% {
    margin-top: 0px;
    height: 22px;
  }
  25% {
    margin-top: 8px;
    height: 6px;
  }
  30% {
    margin-top: 0px;
    height: 22px;
  }
  35% {
    margin-top: 8px;
    height: 6px;
  }
  40% {
    margin-top: 0px;
    height: 22px;
  }
  100% {
    height: 22px;
  }
}
@keyframes blink {
  0% {
    height: 22px;
  }
  20% {
    margin-top: 0px;
    height: 22px;
  }
  25% {
    margin-top: 8px;
    height: 6px;
  }
  30% {
    margin-top: 0px;
    height: 22px;
  }
  35% {
    margin-top: 8px;
    height: 6px;
  }
  40% {
    margin-top: 0px;
    height: 22px;
  }
  100% {
    height: 22px;
  }
}
@-webkit-keyframes move-left {
  0% {
    top: 65px;
    left: 65px;
  }
  20% {
    top: 65px;
    left: 65px;
  }
  22% {
    top: 70px;
    left: 60px;
  }
  24% {
    top: 65px;
    left: 65px;
  }
  26% {
    top: 70px;
    left: 60px;
  }
  28% {
    top: 65px;
    left: 65px;
  }
}
@keyframes move-left {
  0% {
    top: 65px;
    left: 65px;
  }
  20% {
    top: 65px;
    left: 65px;
  }
  22% {
    top: 70px;
    left: 60px;
  }
  24% {
    top: 65px;
    left: 65px;
  }
  26% {
    top: 70px;
    left: 60px;
  }
  28% {
    top: 65px;
    left: 65px;
  }
}
@-webkit-keyframes move-right {
  0% {
    top: 65px;
    right: 65px;
  }
  30% {
    top: 65px;
    right: 65px;
  }
  32% {
    top: 70px;
    right: 60px;
  }
  34% {
    top: 65px;
    right: 65px;
  }
  36% {
    top: 70px;
    right: 60px;
  }
  38% {
    top: 65px;
    right: 65px;
  }
}
@keyframes move-right {
  0% {
    top: 65px;
    right: 65px;
  }
  30% {
    top: 65px;
    right: 65px;
  }
  32% {
    top: 70px;
    right: 60px;
  }
  34% {
    top: 65px;
    right: 65px;
  }
  36% {
    top: 70px;
    right: 60px;
  }
  38% {
    top: 65px;
    right: 65px;
  }
}
/**
 * Blocks
 */
.featuredHeader__container {
  display: block;
  background: #FDF7DA;
}
.featuredHeader__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 5rem;
}
.featuredHeader__slide:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media all and (min-width: 48em) {
  .featuredHeader__slide {
    padding-top: 300px;
  }
}
.featuredHeader__content {
  position: relative;
  max-width: 100%;
  margin-left: 2.25rem;
  margin-right: 2.25rem;
  z-index: 2;
}
@media all and (min-width: 48em) {
  .featuredHeader__content {
    margin-left: 0;
    margin-right: 0;
  }
}
.featuredHeader__content-headline {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.04761905;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}
@media all and (min-width: 48em) {
  .featuredHeader__content-headline {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 0.89655172;
    max-width: 80%;
  }
}
@media all and (min-width: 62em) {
  .featuredHeader__content-headline {
    font-size: 88px;
    font-size: 5.5rem;
    line-height: 1;
  }
}
.featuredHeader__content-desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57142857;
  margin-bottom: 0.625rem;
  color: #fff;
}
@media all and (min-width: 48em) {
  .featuredHeader__content-desc {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27272727;
    max-width: 50%;
  }
}
.featuredHeader__slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 4;
  width: 100%;
  max-width: 1150px;
}
@media all and (min-width: 48em) {
  .featuredHeader__slide-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    bottom: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: auto;
    right: 0;
  }
}
.featuredHeader__slide-nav-button {
  border-radius: 0;
  position: relative;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background-color: transparent;
  overflow: hidden;
  padding: 1.25rem 0 !important;
}
.featuredHeader__slide-nav-button svg {
  height: 28px;
  width: 28px;
}
@media all and (min-width: 48em) {
  .featuredHeader__slide-nav-button {
    width: 168px;
    padding: 0;
  }
  .featuredHeader__slide-nav-button svg {
    display: none;
  }
  .featuredHeader__slide-nav-button:hover,
  .featuredHeader__slide-nav-button:focus {
    background: transparent;
    color: #fff;
  }
}
.featuredHeader__nav-image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 112px;
  display: none;
  -webkit-transform: translateY(40%);
      -ms-transform: translateY(40%);
          transform: translateY(40%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.featuredHeader__nav-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.no-objectfit .featuredHeader__nav-image-wrapper img {
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.featuredHeader__slide-nav-button:hover .featuredHeader__nav-image-wrapper,
.featuredHeader__slide-nav-button:focus .featuredHeader__nav-image-wrapper {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media all and (min-width: 48em) {
  .featuredHeader__nav-image-wrapper {
    display: block;
  }
}
.featuredHeader__nav-text {
  padding: 0.625rem 1.125rem;
  position: relative;
  width: 100%;
  display: none;
  z-index: 2;
}
.featuredHeader__nav-text:before {
  content: '';
  height: 28px;
  width: 28px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media all and (min-width: 48em) {
  .featuredHeader__nav-text:before {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.featuredHeader__slide-nav-button-previous .featuredHeader__nav-text:before {
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/arrow-left--white.svg");
}
@media all and (min-width: 48em) {
  .featuredHeader__slide-nav-button-previous .featuredHeader__nav-text:before {
    left: 0.5625rem;
  }
}
@media all and (min-width: 48em) {
  .featuredHeader__slide-nav-button-previous .featuredHeader__nav-text {
    padding: 0.625rem 1.125rem 0.625rem 40px;
    background-color: #0D587C;
  }
}
.featuredHeader__slide-nav-button-next .featuredHeader__nav-text:before {
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/arrow-right--white.svg");
}
@media all and (min-width: 48em) {
  .featuredHeader__slide-nav-button-next .featuredHeader__nav-text:before {
    right: 0.5625rem;
  }
}
@media all and (min-width: 48em) {
  .featuredHeader__slide-nav-button-next .featuredHeader__nav-text {
    padding: 0.625rem 40px 0.625rem 0.5625rem;
    background-color: #57651E;
  }
}
@media all and (min-width: 48em) {
  .featuredHeader__nav-text {
    display: block;
  }
  .featuredHeader__slide-nav-button:hover .featuredHeader__nav-text,
  .featuredHeader__slide-nav-button:focus .featuredHeader__nav-text {
    background: #07A2C6;
    color: #fff;
  }
}
.typicalHeader__container,
.typicalHeader__container--has-image {
  position: relative;
  background: #fff;
  color: #221D1D;
  padding: 5rem 0 1.25rem 0;
}
@media all and (min-width: 48em) {
  .typicalHeader__container,
  .typicalHeader__container--has-image {
    padding-top: 300px;
  }
}
.typicalHeader__container--has-image {
  background: #221D1D;
  color: #fff;
}
.typicalHeader__figure {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  margin: 0;
}
.typicalHeader__figure:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#221D1D));
  background: -webkit-linear-gradient(top, transparent, #221D1D);
  background: -o-linear-gradient(top, transparent, #221D1D);
  background: linear-gradient(to bottom, transparent, #221D1D);
  z-index: 1;
}
.typicalHeader__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.no-objectfit .typicalHeader__figure img {
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.typicalHeader__pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background-color: #A65523;
  background-image: url("/wp-content/themes/dallaszoo/resources/images/bg-orange_animal_glyphs.png");
  background-repeat: repeat;
  background-size: auto auto;
}
@media all and (min-width: 48em) {
  .typicalHeader__pattern {
    height: 230px;
  }
}
.typicalHeader__content {
  text-align: left;
}
.typicalHeader__description {
  max-width: 600px;
}
.typicalHeader__container--has-image .typicalHeader__heading {
  color: #fff;
}
.typicalHeader__container--has-image .typicalHeader__label {
  color: #fff;
}
.quickLinks__container {
  background-color: #FDF7DA;
  background-repeat: repeat;
  background-size: auto;
}
.quickLinks__icon {
  display: block;
  margin: 0 auto 0.625rem auto;
  width: 80px;
  height: 80px;
  color: #A65523;
}
.quickLinks__link {
  display: block;
  text-align: center;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.imageText__figure {
  position: relative;
  width: calc(100% + 4vw);
  margin-left: 0;
}
.imageText__figure:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50%;
}
.imageText__figure:after {
  content: '';
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0;
  width: 0;
  border-top: 40px solid transparent;
  border-left: 40px solid #fff;
  border-bottom: 40px solid transparent;
}
.imageText__figure--left {
  margin-left: -4vw;
}
.imageText__figure--left:after {
  right: -1px;
  left: auto;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 40px solid #fff;
  border-bottom: 40px solid transparent;
  border-left: 0;
}
@media all and (min-width: 78.125em) {
  .imageText__figure--left {
    margin-left: calc((calc((100vw - 1150px) * 0.5)) / -1);
  }
}
@media all and (min-width: 78.125em) {
  .imageText__figure {
    width: calc(100% + (calc((100vw - 1150px) * 0.5)));
  }
}
.imageText__leadin + .imageText__heading {
  margin-top: 0.625rem;
}
.imageText__leadin {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.basicCard__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(34, 29, 29, 0.4);
          box-shadow: 0 0 20px 0 rgba(34, 29, 29, 0.4);
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
}
.wp-block-column .basicCard__card {
  margin-top: 2.5rem;
}
.basicCard__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2.5rem 2.25rem;
}
.basicCard__heading {
  color: #0D587C;
  text-transform: none;
}
.basicCard__description {
  margin-bottom: 1.25rem;
}
.basicCard__description p:first-child {
  margin-top: 0.625rem;
}
.basicCard__figure {
  position: relative;
  margin: 0;
}
.basicCard__figure:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50%;
}
.basicCard__button {
  margin-top: 1.25rem;
}
.sponsors__figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsors__logo-relative {
  position: relative;
}
.sponsors__company-name {
  text-transform: uppercase;
  color: #221D1D;
  margin-top: 0;
}
.sponsors__headline {
  text-align: center;
}
.sponsors__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}
.sponsors__col {
  padding: 0 1.125rem;
  width: 100%;
}
@media all and (min-width: 48em) {
  .sponsors__col {
    width: 20%;
  }
  .sponsors__row--one .sponsors__col {
    width: 40%;
  }
  .sponsors__row--two .sponsors__col {
    width: 30%;
  }
}
.sponsors__logo {
  position: relative;
  height: 80px;
  margin-top: 2.5rem;
  width: 100%;
}
@media all and (min-width: 48em) {
  .sponsors__row--one .sponsors__logo {
    height: 180px;
  }
  .sponsors__row--two .sponsors__logo {
    height: 120px;
  }
}
.callToAction__container {
  background-color: #07A2C6;
  color: #221D1D;
}
.callToAction__figure-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 48em) {
  .callToAction__figure-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.callToAction__figure {
  position: relative;
  width: 100%;
  margin: 0;
  display: none;
}
.callToAction__figure:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 100%;
}
@media all and (min-width: 48em) {
  .callToAction__figure {
    display: block;
    width: 33.3333%;
  }
}
.callToAction__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 2.5rem 2.25rem;
}
@media all and (min-width: 48em) {
  .callToAction__content {
    width: 66.6666%;
  }
}
.callToAction__content--has-image {
  text-align: left;
  max-width: none;
}
.callToAction__content--no-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.relatedContent__container {
  background-color: #57651E;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 2.5rem;
}
.relatedContent__headline {
  color: #fff;
  text-align: center;
  margin: 0;
  padding-top: 5rem;
}
@media all and (min-width: 48em) {
  .relatedContent__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 48em) {
  .relatedContent__column {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.infoBar__container {
  background: #fff;
  padding: 1.25rem 0 0 0;
  margin-top: 1.25rem;
  position: relative;
}
.infoBar__container:before {
  content: '';
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #FDD26E));
  background-image: -webkit-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: linear-gradient(to right, transparent 50%, #FDD26E 50%);
  background-size: 14px 100%;
  background-position: right center;
}
@media all and (min-width: 48em) {
  .infoBar__container {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}
.infoBar__container--embeded {
  background: transparent;
}
.infoBar__container--embeded .infoBar__headline {
  color: #fff;
}
.infoBar__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 62em) {
  .infoBar__col--quarter {
    width: auto;
    max-width: 25%;
  }
}
@media all and (min-width: 48em) {
  .infoBar__col--third {
    width: auto;
    max-width: 33.33333333%;
  }
}
@media all and (min-width: 48em) {
  .infoBar__col--half {
    width: auto;
    max-width: 50%;
  }
}
.categoryCard__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 2.5rem 1.125rem 0.625rem 1.125rem;
  margin-top: 2.5rem;
  background: #fff;
  min-height: 250px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.wp-block-column .categoryCard__card {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.categoryCard__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  text-decoration: none;
  display: block;
}
.categoryCard__link:before,
.categoryCard__link:after {
  display: none;
}
.categoryCard__figure {
  background-color: #57651E;
  z-index: -1;
}
.categoryCard__figure:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34, 29, 29, 0.65);
  z-index: 1;
}
@media all and (min-width: 48em) {
  .categoryCard__figure:before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(34, 29, 29, 0.65)));
    background: -webkit-linear-gradient(top, transparent, rgba(34, 29, 29, 0.65));
    background: -o-linear-gradient(top, transparent, rgba(34, 29, 29, 0.65));
    background: linear-gradient(to bottom, transparent, rgba(34, 29, 29, 0.65));
  }
}
.categoryCard__content {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.2s;
  -o-transition: opacity 0.5s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in-out 0.2s;
}
@media all and (min-width: 48em) {
  .categoryCard__content {
    opacity: 1;
  }
  .categoryCard__card:hover .categoryCard__content,
  .categoryCard__card:focus .categoryCard__content {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
.categoryCard__content--hover {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media all and (min-width: 48em) {
  .categoryCard__content--hover {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .categoryCard__card:hover .categoryCard__content--hover,
  .categoryCard__card:focus .categoryCard__content--hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.categoryCard__content--hover-border {
  height: 25px;
  width: calc(100% + 1.125rem * 2);
  margin-bottom: -0.625rem;
  margin-left: -1.125rem;
}
.categoryCard__title {
  font-family: "Geogrotesque", Helvetica, Arial, "Arial Unicode", "Lucida Sans Unicode", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.categoryCard__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57142857;
  color: #fff;
}
.categoryCard__button {
  position: relative;
  z-index: 3;
}
.gallery__container {
  background-color: #fff;
}
.gallery__figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.gallery__figure:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 56.12244898%;
}
.gallery__figcaption {
  color: #fff;
  background: #A65523;
  padding: 1.25rem 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media all and (min-width: 48em) {
  .gallery__figcaption {
    min-height: 60px;
    width: calc(100% - 168px);
  }
}
.gallery__slide:nth-child(odd) .gallery__figcaption {
  background: #57651E;
}
.gallery__slide {
  z-index: 1;
}
.gallery__slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 168px;
  margin: 1.25rem auto 0 auto;
}
@media all and (min-width: 48em) {
  .gallery__slide-nav {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 2;
    min-height: 60px;
  }
}
.gallery__button {
  position: relative;
  width: 50%;
  color: #D27600;
}
.gallery__button:hover,
.gallery__button:focus {
  color: #83933E;
}
.gallery__button svg {
  height: 24px;
  width: 24px;
}
.gallery__button:last-child:before {
  content: '';
  display: block;
  height: 24px;
  width: 5px;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/wavy-line-vertical-small-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.introduction__headline {
  text-transform: uppercase;
  margin-top: 0;
}
.introduction__figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.introduction__figure:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 75%;
}
@media all and (max-width: 47.9375em) {
  .introduction__figure {
    display: none;
  }
}
.cardGroup__container {
  background-color: #A65523;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 2.5rem;
}
.cardGroup__headline {
  color: #fff;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media all and (min-width: 48em) {
  .cardGroup__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 48em) {
  .cardGroup__column {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.eventTime__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  position: relative;
}
.eventTime__card:before {
  content: '';
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #FDD26E));
  background-image: -webkit-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: linear-gradient(to right, transparent 50%, #FDD26E 50%);
  background-size: 10px 100%;
  background-position: right center;
}
.eventTime__col {
  padding: 0 0.5625rem;
}
.eventTime__day {
  line-height: 0.84615385;
  width: 48px;
  padding: 0.625rem 0;
  text-align: center;
  background: #07A2C6;
  color: #fff;
}
@media all and (min-width: 48em) {
  .eventTime__day {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 0.89655172;
    line-height: 0.96551724;
    width: 102px;
  }
}
.categoryCardGroup__container {
  background-color: #fff;
  background-repeat: repeat-x;
  background-size: 150px auto;
  padding-bottom: 2.5rem;
}
.categoryCardGroup__headline {
  color: #fff;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media all and (min-width: 48em) {
  .categoryCardGroup__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 48em) {
  .categoryCardGroup__column {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.noHeader__bg {
  width: 100%;
  background-color: #A65523;
  background-repeat: repeat;
  background-size: auto;
}
@media all and (min-width: 48em) {
  .noHeader__bg {
    height: 230px;
  }
}
.calendar__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}
.calendar__col {
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  position: relative;
}
@media all and (min-width: 62em) {
  .calendar__col--content {
    width: calc(100% - 420px);
  }
}
.calendar__col--calendar {
  display: none;
}
.show-calendar .calendar__col--calendar {
  display: block;
}
@media all and (min-width: 62em) {
  .calendar__col--calendar {
    display: block;
    width: 420px;
  }
}
.calendar__loading {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: opacity 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: opacity 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.is-loading-new .calendar__loading {
  opacity: 1;
}
.is-loading-more .calendar__loading {
  top: auto;
  bottom: 0;
  opacity: 1;
}
.calendar__loading .loadingCube__container {
  margin: 0;
}
@media all and (min-width: 62em) {
  .calendar__load-more-container {
    padding-right: 420px;
  }
}
.calendar__hide-calendar {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
}
.calendar__hide-calendar .fullCal {
  display: none;
}
.calendar__pagination-container {
  padding-top: 2.5rem;
}
.calendar__pagination-container .pagination {
  text-align: center;
}
@media all and (min-width: 48em) {
  .calendar__pagination-container .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.calendar__pagination-container .pagination .pagination-link {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27272727;
  padding: 0 0.5625rem;
}
.calendar__pagination-container .pagination .pagination-link svg {
  width: 14px;
  height: 14px;
}
.calendar__pagination-container .pagination .pagination-link svg:hover {
  fill: #83933E;
}
.calendar__pagination-container .pagination .pagination-link.active {
  color: #D27600;
  position: relative;
}
.calendar__pagination-container .pagination .pagination-link.active:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 6px;
  background-image: url(/wp-content/themes/dallaszoo/resources/icons/wavy-line-orange.svg);
  background-repeat: repeat-x;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.calendar__pagination-container .pagination .pagination-link.active:hover {
  color: #83933E;
}
@media all and (min-width: 48em) {
  .calendar__pagination-container .calendar__pagination-count {
    margin-top: 0;
    margin-left: 2.25rem;
  }
}
.filterBar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid #221D1D;
  width: calc(100% + (4.34782608695652% * 2));
  -webkit-transform: translateX(-4.34782608695652%);
      -ms-transform: translateX(-4.34782608695652%);
          transform: translateX(-4.34782608695652%);
}
@media all and (min-width: 48em) {
  .filterBar {
    background: #fff;
  }
}
@media all and (min-width: 78.125em) {
  .filterBar {
    width: calc(100% + ((100vw - 1150px)));
    -webkit-transform: translateX(calc(((100vw - 1150px)) / -2));
        -ms-transform: translateX(calc(((100vw - 1150px)) / -2));
            transform: translateX(calc(((100vw - 1150px)) / -2));
  }
}
@media all and (max-width: 47.9375em) {
  .show-filter-bar .filterBar {
    border-bottom: 0;
  }
}
.filterBar__container {
  background: #fff;
  padding: 1.25rem 0;
}
@media all and (min-width: 62em) {
  .filterBar__container {
    padding: 1.875rem 0;
  }
}
@media all and (max-width: 47.9375em) {
  .show-filter-bar .filterBar__container {
    -webkit-box-shadow: 0 5px 30px 0 rgba(34, 29, 29, 0.2);
            box-shadow: 0 5px 30px 0 rgba(34, 29, 29, 0.2);
    border-bottom: 1px solid #221D1D;
  }
}
.filterBar__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 62em) {
  .filterBar__row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.filterBar__column--open-close {
  text-align: right;
  width: 100%;
}
@media all and (min-width: 48em) {
  .filterBar__column--open-close {
    display: none;
  }
}
.filterBar__column--events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filterBar__column--events > *:first-child {
  margin-right: 0.5625rem;
}
@media all and (max-width: 47.9375em) {
  .filterBar__column--display,
  .filterBar__column--quickDate,
  .filterBar__column--events {
    margin-top: 1.25rem;
    display: none;
  }
  .show-filter-bar .filterBar__column--display,
  .show-filter-bar .filterBar__column--quickDate {
    display: block;
  }
  .show-filter-bar .filterBar__column--events {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 47.9375em) {
  .filterBar__column--quickDate {
    border-top: 1px solid #221D1D;
  }
}
@media all and (max-width: 61.9375em) {
  .filterBar__column--quickDate {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.filterBar__date {
  margin-right: 0.5625rem;
  margin-top: 0;
}
@media all and (min-width: 48em) {
  .filterBar__date {
    margin-right: 0;
  }
}
.filterBar__calendar-icon {
  height: 16px;
  width: 16px;
  fill: currentColor;
}
@media all and (min-width: 48em) {
  .filterBar__calendar-icon {
    display: none;
  }
}
.filterBar__select-icon,
.locationFilter__select-icon,
.typeFilter__select-icon {
  height: 12px;
  width: 12px;
  margin-left: 0.5625rem;
  -webkit-transition: -webkit-transform 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  vertical-align: middle;
}
.show-filters .filterBar__select-icon--type,
.show-filters .locationFilter__select-icon--type,
.show-filters .typeFilter__select-icon--type {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filterBar__layout {
  float: right;
  margin-left: 0.5625rem;
}
.filterBar__menu {
  margin-left: auto;
  margin-top: 0;
}
.filterBar__menu:hover:before,
.filterBar__menu:focus:before {
  display: none;
}
@media all and (min-width: 48em) {
  .filterBar__menu {
    display: none;
  }
}
.filterBar__menu-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5625rem;
}
.show-filter-bar .filterBar__menu-icon--open {
  display: none;
}
.filterBar__menu-icon--close {
  display: none;
}
.show-filter-bar .filterBar__menu-icon--close {
  display: inline-block;
}
.filterBar__menu-text {
  display: inline-block;
  vertical-align: middle;
}
.show-filter-bar .filterBar__menu-text--open {
  display: none;
}
.filterBar__menu-text--close {
  display: none;
}
.show-filter-bar .filterBar__menu-text--close {
  display: inline-block;
}
.filterBar__filters,
.locationFilter__filters,
.typeFilter__filters {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #fff;
  padding: 40px 2.25rem 1.25rem 2.25rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(34, 29, 29, 0.3);
          box-shadow: 0 0 10px 0 rgba(34, 29, 29, 0.3);
  display: none;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
}
.show-filters .filterBar__filters,
.show-filters .locationFilter__filters,
.show-filters .typeFilter__filters {
  display: block;
}
@media all and (min-width: 48em) {
  .filterBar__filters,
  .locationFilter__filters,
  .typeFilter__filters {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 300px;
    padding: 1.25rem 2.25rem;
    min-height: initial;
    z-index: 2;
  }
}
.filterBar__close-filters,
.locationFilter__close-filters,
.typeFilter__close-filters {
  position: absolute;
  top: 10px;
  right: 2.25rem;
}
.filterBar__close-filters svg,
.locationFilter__close-filters svg,
.typeFilter__close-filters svg {
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media all and (min-width: 48em) {
  .filterBar__close-filters,
  .locationFilter__close-filters,
  .typeFilter__close-filters {
    display: none;
  }
}
.filterBar__label,
.locationFilter__label,
.typeFilter__label {
  background: #fff;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.filterBar__checkbox[type="checkbox"],
.locationFilter__checkbox[type="checkbox"],
.typeFilter__checkbox[type="checkbox"] {
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.filterBar__label-box,
.typeFilter__label-box {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 0.5625rem;
}
.filterBar__pseudo-checkbox,
.locationFilter__pseudo-checkbox,
.typeFilter__pseudo-checkbox {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
  border: 1px solid #221D1D;
}
input[type="checkbox"]:checked + .filterBar__pseudo-checkbox,
input[type="checkbox"]:checked + .locationFilter__pseudo-checkbox,
input[type="checkbox"]:checked + .typeFilter__pseudo-checkbox {
  border-width: 2px;
}
input[type="checkbox"]:checked + .filterBar__pseudo-checkbox > svg,
input[type="checkbox"]:checked + .locationFilter__pseudo-checkbox > svg,
input[type="checkbox"]:checked + .typeFilter__pseudo-checkbox > svg {
  display: block;
}
input[type="checkbox"]:focus + .filterBar__pseudo-checkbox,
input[type="checkbox"]:focus + .locationFilter__pseudo-checkbox,
input[type="checkbox"]:focus + .typeFilter__pseudo-checkbox {
  outline: 2px solid #221D1D;
  outline-offset: 1px;
}
input[type="checkbox"]:hover + .filterBar__pseudo-checkbox,
input[type="checkbox"]:hover + .locationFilter__pseudo-checkbox,
input[type="checkbox"]:hover + .typeFilter__pseudo-checkbox {
  border: 2px solid #221D1D;
}
.filterBar__check,
.locationFilter__check,
.typeFilter__check {
  height: 18px;
  width: 18px;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  fill: currentColor;
}
.filterBar__icon,
.locationFilter__icon,
.typeFilter__icon {
  height: 68px;
  width: 68px;
  display: block;
  margin: 0 auto;
  fill: #221D1D;
}
.filterBar__layout-icon {
  height: 18px;
  width: 18px;
}
.show-filters--location .locationFilter__select-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.show-filters--location .locationFilter__filters {
  display: block;
}
.locationFilter__label {
  text-align: left;
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 1;
}
.locationFilter__pseudo-checkbox {
  top: 4px;
}
.locationFilter__text {
  line-height: 1.11111111;
}
.typeFilter__select-icon {
  vertical-align: middle;
}
.show-filters--type .typeFilter__select-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (min-width: 48em) {
  .typeFilter__filters {
    width: 380px;
    max-height: calc(100vh - 70px);
  }
}
.show-filters--type .typeFilter__filters {
  display: block;
}
.typeFilter__count {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  line-height: 1;
  padding: 4px 7px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: none;
  text-align: center;
  margin-left: 0.5625rem;
}
.has-type-filter .typeFilter__count--type {
  display: inline-block;
}
.has-location-filter .typeFilter__count--location {
  display: inline-block;
}
@media all and (max-width: 47.9375em) {
  .typeFilter__row {
    padding-bottom: 70px;
  }
}
.quickDate__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
}
@media all and (max-width: 47.9375em) {
  .quickDate__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 48em) and (max-width: 61.9375em) {
  .quickDate__row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.quickDate__column {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
@media all and (max-width: 47.9375em) {
  .quickDate__column {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 61.9375em) {
  .quickDate__column {
    margin-top: 1.25rem;
  }
  .quickDate__column:first-child {
    margin-left: 0;
  }
  .quickDate__column:last-child {
    margin-right: 0;
  }
}
.quickDate__button {
  margin-top: 0;
}
@media all and (max-width: 47.9375em) {
  .quickDate__button {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .singleDate {
    margin-top: 65px;
  }
}
@media all and (min-width: 48em) {
  .singleDate:first-child {
    margin-top: 2.5rem;
  }
}
.is-loading-new .singleDate {
  opacity: 0;
}
.is-loading-more .singleDate {
  opacity: 0.25;
}
.singleDate__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
}
@media all and (min-width: 48em) {
  .singleDate__row {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}
.display-grid .singleDate__row {
  margin-top: 2.5rem;
}
.singleDate__col {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 30px;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
@media all and (min-width: 48em) {
  .singleDate__col {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
@media all and (max-width: 47.9375em) {
  .display-list .singleDate__col {
    margin-top: 0;
  }
}
@media all and (min-width: 48em) {
  .display-list .singleDate__col:first-child {
    margin-top: 0;
  }
}
.display-grid .singleDate__col:not(.singleDate__col--no-results) {
  width: 50%;
}
.display-grid .singleDate__col:first-child,
.display-grid .singleDate__col:nth-child(2) {
  margin-top: 0;
}
.singleDate__no-results {
  letter-spacing: -0.01388889em;
}
.singleDate__day {
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
  width: 100%;
  border-top: 1px solid #221D1D;
  border-bottom: 1px solid #221D1D;
  background: #fff;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0;
}
@media all and (min-width: 48em) {
  .singleDate__day {
    padding-top: 1.25rem;
    padding-bottom: 20px;
    top: 144px;
  }
}
@media all and (min-width: 62em) {
  .singleDate__day {
    top: 102px;
    padding-top: 1.875rem;
  }
}
.singleDate__day:before,
.singleDate__day:after {
  content: '';
  width: 4vw;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
}
.singleDate__day:before {
  right: 100%;
}
.singleDate__day:after {
  left: 100%;
}
.singleDate__weather {
  text-transform: uppercase;
  margin-left: auto;
  margin-top: 0;
}
.singleDate__weather svg {
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: baseline;
}
.singleDate__heading {
  margin-right: auto;
  margin-top: 0;
}
.singleDate__heading:after {
  display: none;
}
.eventCard__card {
  width: 100%;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #B6B6B6;
  padding: 2.5rem 0;
}
.eventCard__card:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(34, 29, 29, 0.2);
          box-shadow: 0 0 20px 0 rgba(34, 29, 29, 0.2);
}
@media all and (min-width: 48em) {
  .eventCard__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1.25rem 1.125rem;
  }
}
.display-list .eventCard__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (min-width: 48em) {
  .display-list .eventCard__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.display-list .singleDate__col:first-child .eventCard__card {
  border-top: 0;
}
.display-grid .eventCard__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #221D1D;
}
@media all and (min-width: 48em) {
  .display-grid .singleDate__col--after-featured:nth-child(even) .eventCard__card:not(.eventCard__card--featured) {
    margin-top: 34px;
  }
}
.eventCard__card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.eventCard__card-link:focus {
  -webkit-box-shadow: 0 0 20px 0 rgba(34, 29, 29, 0.2);
          box-shadow: 0 0 20px 0 rgba(34, 29, 29, 0.2);
}
.event__content-row {
  pointer-events: none;
}
@supports (display: contents) {
  @media all and (min-width: 48em) {
    .eventCard__content {
      display: contents;
    }
  }
}
@media all and (min-width: 48em) {
  .eventCard__content {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
  @supports (display: contents) {
    .eventCard__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
}
@supports (display: contents) {
  .display-list .eventCard__content {
    display: contents;
  }
}
.display-grid .eventCard__content {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 1.25rem 1.125rem;
  width: 100%;
}
@media all and (min-width: 48em) {
  .display-grid .eventCard__content {
    padding: 22px 30px 30px;
  }
}
.eventCard__title {
  margin-top: 0;
}
.eventCard__title:after {
  display: none;
}
.display-grid .eventCard__title {
  letter-spacing: 0.02272727em;
  color: #0D587C;
  text-transform: none;
}
@media all and (min-width: 48em) {
  .display-grid .eventCard__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.13333333;
    letter-spacing: 0.01666667em;
  }
}
@supports (display: contents) {
  .display-grid .eventCard__title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 33px);
    min-height: 32px;
  }
  @media all and (min-width: 48em) {
    .display-grid .eventCard__title {
      min-height: 36px;
    }
  }
}
@media all and (min-width: 48em) {
  .display-grid .eventCard__title {
    margin-top: 0;
    width: 100%;
  }
}
.eventCard__description {
  width: 100%;
  margin-top: 10px;
  letter-spacing: -0.01428571em;
}
@media all and (min-width: 48em) {
  .eventCard__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 10px;
    line-height: 1.875;
    letter-spacing: -0.02125em;
  }
}
.display-grid .eventCard__description {
  display: none;
}
.eventCard__meta {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
}
.display-list .eventCard__meta {
  margin-top: 4px;
}
@supports (display: contents) {
  .display-list .eventCard__meta {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (min-width: 48em) {
  .display-list .eventCard__meta {
    margin-top: 0;
    width: 48%;
  }
}
.display-grid .eventCard__meta {
  width: 120px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background: #07A2C6;
  color: #fff;
  margin-top: 0;
  border-left: 0;
  padding: 0.625rem 0.5625rem;
}
@supports (display: contents) {
  .display-grid .eventCard__meta {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: auto;
  }
}
@media all and (min-width: 48em) {
  .display-grid .eventCard__meta {
    padding: 28px 27px 20px 24px;
    width: 168px;
  }
}
.eventCard__figure {
  height: 225px;
  margin-top: 0;
}
@media all and (min-width: 48em) {
  .eventCard__figure {
    display: block;
    width: 33.3333%;
  }
}
.eventCard__date-time-badge {
  background: #0D587C;
  color: white;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
.eventCard__date-time-badge p {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
}
.eventCard__date {
  display: block;
  margin-top: 0;
  text-transform: uppercase;
}
.display-list .eventCard__date--grid {
  display: none;
}
@media all and (min-width: 48em) {
  .display-list .eventCard__date {
    margin-top: 4px;
  }
}
.display-grid .eventCard__date {
  width: 100%;
  text-align: center;
}
.display-grid .eventCard__date--list {
  display: none;
}
.eventCard__date-month[title] {
  text-decoration: none;
}
.eventCard__date-month:after {
  content: '.';
}
.display-grid .eventCard__date-month {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27272727;
  line-height: 1;
  display: block;
}
.display-grid .eventCard__date-month:after {
  display: none;
}
@media all and (max-width: 47.9375em) {
  .display-grid .eventCard__date-month {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
.eventCard__date-number {
  font-size: 36px;
  line-height: 1;
}
.eventCard__time {
  margin-top: 0;
}
.display-grid .eventCard__time {
  margin-top: 9px;
}
@media all and (min-width: 48em) {
  .display-grid .eventCard__time {
    margin-top: 0;
    margin-left: 11px;
  }
}
.eventCard__tag-icon {
  display: block;
  height: 1em;
  width: 1em;
  font-size: 28px;
  line-height: 1;
  fill: #221D1D;
}
@media all and (min-width: 48em) {
  .eventCard__tag-icon {
    font-size: 50px;
  }
}
.eventCard__new-line {
  margin-right: 2px;
}
.display-list .eventCard__new-line {
  display: block;
}
.eventCard__links {
  margin-top: 16px;
  position: relative;
  text-align: center;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}
@media all and (min-width: 48em) {
  .eventCard__links {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: auto;
    padding-top: 20px;
    text-align: left;
  }
}
@supports (display: contents) {
  .display-list .eventCard__links {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@supports (display: contents) {
  .display-grid .eventCard__links {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media all and (min-width: 48em) {
  .eventCard__links--mobile {
    display: none;
  }
}
.eventCard__links--desktop {
  display: none;
}
@media all and (min-width: 48em) {
  .eventCard__links--desktop {
    display: block;
    padding-top: 0;
  }
}
.eventCard__link {
  text-align: center;
}
@media all and (min-width: 48em) {
  .eventCard__link {
    text-align: left;
  }
}
@media all and (max-width: 47.9375em) {
  .display-grid .eventCard__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.0625em;
    padding: 6px 50px 6px 1.125rem;
  }
  .display-grid .eventCard__link:before {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
  }
}
@media all and (max-width: 47.9375em) and all and (min-width: 48em) {
  .display-grid .eventCard__link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444444;
    letter-spacing: 0.05555556em;
    padding: 8px 50px 8px 1.125rem;
  }
}
@media all and (max-width: 47.9375em) and all and (min-width: 48em) {
  .display-grid .eventCard__link:after {
    width: 9px;
    height: 16px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -8);
        -ms-transform: matrix(1, 0, 0, 1, 0, -8);
            transform: matrix(1, 0, 0, 1, 0, -8);
  }
}
@media all and (max-width: 47.9375em) and all and (min-width: 48em) {
  .display-grid .eventCard__link:before {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
  }
}
@media all and (max-width: 47.9375em) and all and (min-width: 48em) {
  .display-grid .eventCard__link:hover:after,
  .display-grid .eventCard__link:focus:after,
  .display-grid .eventCard__link.is-current:after {
    -webkit-transform: matrix(1, 0, 0, 1, 8, -8);
        -ms-transform: matrix(1, 0, 0, 1, 8, -8);
            transform: matrix(1, 0, 0, 1, 8, -8);
  }
}
@media all and (min-width: 48em) {
  .eventCard__link--primary {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 1.125rem;
  }
}
.eventCard__link--secondary {
  margin: 9px 0 0;
  display: inline-block;
}
@media all and (min-width: 48em) {
  .eventCard__link--secondary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 1.125rem;
    margin: 7px 0;
  }
}
.eventCard__time-label {
  font-size: 16px;
  margin-top: 10px;
}
.eventCard__content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media all and (min-width: 48em) {
  .eventCard__content-row {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.125rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
.eventCard__main-content {
  padding-right: 20px;
}
.fullCal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 61.9375em) {
  .fullCal {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 10;
  }
}
@media all and (min-width: 62em) {
  .fullCal {
    position: -webkit-sticky;
    position: sticky;
    top: 102px;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 3.75rem;
    padding: 1.25rem 2.25rem;
    border: 1px solid #221D1D;
  }
}
.fullCal__wrapper {
  max-width: 380px;
}
@media all and (min-width: 62em) {
  .fullCal__wrapper {
    width: 100%;
    max-width: none;
  }
}
.fullCal__close {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.13333333;
  position: absolute;
  top: 1.25rem;
  right: 2.25rem;
  background: transparent;
}
@media all and (min-width: 62em) {
  .fullCal__close {
    display: none;
  }
}
.fullCal__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -0.28125rem;
  margin-right: -0.28125rem;
}
.fullCal__col {
  width: 14.28571429%;
  padding: 0.28125rem;
  text-align: center;
}
.fullCal__button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #A65523;
  padding: 0.625rem 0;
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  margin-top: 0;
}
.fullCal__button:hover,
.fullCal__button:focus {
  background: #fff;
  color: #83933E;
}
.fullCal__button.is-selected {
  background: #D27600;
  color: #fff;
}
@media all and (min-width: 62em) {
  .fullCal__button.is-focused {
    border-color: #221D1D;
  }
}
.fullCal__button[disabled],
.fullCal__button[disabled]:hover,
.fullCal__button[disabled]:focus {
  color: #DFDFC7;
  background: #fff;
  padding: 0.625rem 0;
}
.fullCal__month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullCal__current-month {
  text-align: center;
  margin-top: 0;
  width: calc(100% - 60px);
}
.fullCal__arrow-button {
  background: transparent;
  width: 30px;
  padding: 0.625rem 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D27600;
}
.fullCal__arrow-button:hover,
.fullCal__arrow-button:focus {
  color: #83933E;
}
.fullCal__arrow {
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.fullCal__dayOfWeek {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571429;
  text-align: center;
  text-transform: uppercase;
}
.fullCal__days {
  position: relative;
  min-height: 200px;
}
.fullCal__row {
  -webkit-transition: opacity 120ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: opacity 120ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: opacity 120ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.loading-calendar .fullCal__row {
  opacity: 0;
}
.fullCal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: opacity 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: opacity 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.loading-calendar .fullCal__loading {
  opacity: 1;
}
.fullCal__loading .loadingCube__container {
  margin: 0;
}
/**
 * TNEW
 * These styles are specific to TNEW and should not affect main site.
 */
.tnew .site-main {
  padding: 2.5rem 0;
}
.tnew .header-tnew__bg {
  width: 100%;
  background-color: #A65523;
  background-repeat: repeat;
  background-size: auto;
}
@media all and (min-width: 48em) {
  .tnew .header-tnew__bg {
    height: 230px;
  }
}
.tnew h1,
.tnew h2,
.tnew h3,
.tnew h4,
.tnew h5,
.tnew h6,
.tnew p,
.tnew section.tn-header-component div:not(.tn-heading-sub-text),
.tnew section.tn-header-component h1 {
  margin-bottom: 0;
}
.tnew .tn-prod-season-header__description-container {
  background: #fff;
}
.tnew .tn-prod-season-header {
  margin-top: 2.5rem;
}
@media all and (min-width: 48em) {
  .tnew .tn-promo-box form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.tnew .tn-prod-list-item__perf-anchor .btn-primary {
  margin: 0;
  padding: 0;
  width: 35px;
}
.tnew .tn-prod-list-item__perf-anchor .btn-primary:before {
  display: none;
}
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button {
  margin-top: 0;
}
.tnew .btn-group-sm > .btn,
.tnew .btn-sm,
.tnew .tn-cart-link .tn-link {
  margin-top: 0;
}
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button,
.tnew .tn-update-button + .btn,
.tnew .tn-btn-grouped + .btn {
  border: 0;
  background: transparent;
  font-size: initial;
  padding: 0;
  color: #221D1D;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none !important;
  vertical-align: middle;
}
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button:before,
.tnew .tn-update-button + .btn:before,
.tnew .tn-btn-grouped + .btn:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 6px;
  background-image: url("/wp-content/themes/dallaszoo/resources/icons/wavy-line-orange.svg");
  background-repeat: repeat-x;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button:hover,
.tnew .tn-update-button + .btn:hover,
.tnew .tn-btn-grouped + .btn:hover,
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button:focus,
.tnew .tn-update-button + .btn:focus,
.tnew .tn-btn-grouped + .btn:focus,
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button.is-current,
.tnew .tn-update-button + .btn.is-current,
.tnew .tn-btn-grouped + .btn.is-current {
  color: #83933E;
}
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button:hover:before,
.tnew .tn-update-button + .btn:hover:before,
.tnew .tn-btn-grouped + .btn:hover:before,
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button:focus:before,
.tnew .tn-update-button + .btn:focus:before,
.tnew .tn-btn-grouped + .btn:focus:before,
.tnew .tn-subnav-component .tn-promo-box button.tn-subnav-promo-button.is-current:before,
.tnew .tn-update-button + .btn.is-current:before,
.tnew .tn-btn-grouped + .btn.is-current:before {
  -webkit-animation: link__background 0.5s linear infinite;
          animation: link__background 0.5s linear infinite;
}
.tnew .tn-account-login-forgot-login-link {
  text-decoration: none;
}
.tnew .tn-account-login-forgot-login-link .loginlnx1 {
  margin-top: 0.625rem;
}
.tnew .tn-account-login-forgot-login-link p {
  text-decoration: underline;
  margin-top: 0.625rem;
}
.tnew .tn-subnav-component .tn-promo-box input {
  margin-right: 1.125rem;
  width: auto;
}
.tnew .tn-subnav-component .tn-cart-link {
  margin-right: 1.125rem;
}
@media all and (min-width: 48em) {
  .tnew .tn-subnav-component .tn-cart-link {
    margin-right: 2.25rem;
  }
}
.tnew .tn-events-list-view__btn-reset-dates {
  margin-top: 0;
}
.tnew .form-group {
  margin-top: 1.25rem;
}
.tnew .tn-ticket-selector__controls-container,
.tnew .tn-event-detail__performance-details-container {
  margin-bottom: 0;
}
@media all and (min-width: 48em) {
  .tnew .tn-event-listing-view__results-container .list-unstyled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  @supports (display: grid) {
    .tnew .tn-event-listing-view__results-container .list-unstyled {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-auto-rows: auto;
      grid-column-gap: 1.125rem;
    }
  }
}
.tnew .tn-event-listing-view__results-container .tn-prod-list-item {
  display: block;
  padding: 1.25rem 1.125rem;
  margin-bottom: 0;
  margin-top: 1.25rem;
  background: #fff;
  border: 2px solid #D27600;
  border-radius: 4px;
}
@media all and (min-width: 48em) {
  .tnew .tn-event-listing-view__results-container .tn-prod-list-item {
    width: 50%;
  }
  @supports (display: grid) {
    .tnew .tn-event-listing-view__results-container .tn-prod-list-item {
      width: auto;
    }
  }
}
.tnew .tn-event-listing-view__results-container .tn-prod-list-item table,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item th,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item td {
  border-color: #83933E;
}
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a:before {
  opacity: 0;
}
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a:hover:before,
.tnew .tn-event-listing-view__results-container .tn-prod-list-item__property--heading a:focus:before {
  opacity: 1;
}
.tnew .tn-btn-datepicker__icon-container {
  color: #D27600;
}
.tnew .tn-required-field {
  color: #C84D41;
}
.tnew .tn-required-field:before {
  content: "*";
  display: inline-block;
  vertical-align: super;
}
.tnew .tn-event-detail__additional-events-container {
  background: #fff;
  position: relative;
}
@media all and (min-width: 48em) {
  .tnew .tn-event-detail__additional-events-container:before {
    content: "";
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FDD26E));
    background-image: -webkit-linear-gradient(top, transparent 50%, #FDD26E 50%);
    background-image: -o-linear-gradient(top, transparent 50%, #FDD26E 50%);
    background-image: linear-gradient(to bottom, transparent 50%, #FDD26E 50%);
    background-size: 100% 14px;
    background-position: right center;
  }
}
.tnew .tn-prod-season-header {
  border-bottom: 0;
  position: relative;
}
.tnew .tn-prod-season-header:before {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #FDD26E));
  background-image: -webkit-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: linear-gradient(to right, transparent 50%, #FDD26E 50%);
  background-size: 14px 100%;
  background-position: right center;
}
.tnew .tn-cart-item {
  border-top: 0;
}
.tnew .tn-cart-item:before {
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #FDD26E));
  background-image: -webkit-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #FDD26E 50%);
  background-image: linear-gradient(to right, transparent 50%, #FDD26E 50%);
  background-size: 14px 100%;
  background-position: right center;
}
.tnew form input,
.tnew form input[type="text"],
.tnew form input[type="email"],
.tnew form select,
.tnew form textarea {
  color: #221D1D;
  border: 2px solid #DFDFC7;
  background: #fff;
  border-radius: 2px;
  padding: 5px 1.125rem;
  position: relative;
}
.tnew form input:hover,
.tnew form input[type="text"]:hover,
.tnew form input[type="email"]:hover,
.tnew form select:hover,
.tnew form textarea:hover {
  border-color: #D27600;
}
.tnew form input:focus,
.tnew form input[type="text"]:focus,
.tnew form input[type="email"]:focus,
.tnew form select:focus,
.tnew form textarea:focus {
  border-color: #83933E;
}
.has-error .tnew form input,
.has-error .tnew form input[type="text"],
.has-error .tnew form input[type="email"],
.has-error .tnew form select,
.has-error .tnew form textarea,
.tnew form input:invalid,
.tnew form input[type="text"]:invalid,
.tnew form input[type="email"]:invalid,
.tnew form select:invalid,
.tnew form textarea:invalid {
  border-color: #C84D41;
  padding-right: calc(1.125rem + 0.5625rem + 18px);
}
.tnew select {
  padding-top: 0;
  padding-bottom: 0;
}
.tnew .editField {
  display: block;
}
.tnew .panel,
.tnew [class*="panel"],
.tnew [class*="panel__"] {
  margin: 0;
  padding: 0;
  background: transparent;
}
.tnew .panel {
  margin-bottom: 1.25rem;
}
.tnew .panel-collapse {
  padding: 1.25rem 1.125rem;
}
.tnew .panel-title {
  padding: 0.625rem 1.125rem;
  background: #D27600;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.tnew .panel-title:hover {
  background: #A65523;
}
@media all and (max-width: 47.9375em) {
  .tnew .tn-events-calendar__day-event-list-item {
    margin-bottom: 0;
    border-bottom: 1px solid #221D1D;
    padding-bottom: 20px;
  }
  .tnew .tn-events-calendar__day-event-list-item:last-of-type {
    border-bottom: none;
  }
}
.tnew .tn-events-calendar__event.btn-primary {
  overflow: hidden;
  color: #221D1D;
  background: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media all and (max-width: 47.9375em) {
  .tnew .tn-events-calendar__event.btn-primary {
    margin-top: 0;
    text-align: left;
  }
  .tnew .tn-events-calendar__event.btn-primary:first-of-type {
    margin-top: 20px;
  }
}
.tnew .tn-events-calendar__event.btn-primary:before,
.tnew .tn-events-calendar__event.btn-primary:after {
  display: none;
}
.tnew .tn-events-calendar__event.btn-primary:hover {
  color: #83933E;
}
.tnew .tn-events-calendar__event .tn-events-calendar__event-name {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27272727;
  text-align: left;
}
.tnew .tn-events-calendar__event .tn-events-calendar__event-time {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
@media all and (max-width: 47.9375em) {
  .tnew .tn-events-calendar__event .tn-events-calendar__event-time {
    position: relative;
    top: 0;
    left: 0;
  }
}
.tnew .tn-btn-datepicker__btn-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 47.9375em) {
  .tnew .tn-btn-datepicker__btn-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tnew .tn-btn-datepicker__btn-container:before,
  .tnew .tn-btn-datepicker__btn-container:after {
    content: '';
    display: block;
    clear: both;
  }
}
.tnew .tn-btn-datepicker__btn {
  background-image: none;
  margin: 1.25rem 0;
  padding: 0;
}
@media all and (max-width: 47.9375em) {
  .tnew .tn-btn-datepicker__btn {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .tnew .tn-btn-datepicker__btn {
    margin: 0 1.125rem;
  }
}
.tnew .tn-btn-datepicker__btn-period-prev-next {
  margin-top: 0;
  padding: 6px 1.125rem;
  background-image: none;
}
@media all and (max-width: 47.9375em) {
  .tnew .tn-btn-datepicker__btn-period-prev-next {
    display: block;
    float: left;
    width: calc(50% - 0.5625rem);
  }
}
@media all and (min-width: 48em) {
  .tnew .tn-btn-datepicker__btn-period-prev-next {
    padding: 8px 1.125rem;
  }
}
.tnew .tn-btn-datepicker__btn-period-prev-next:before,
.tnew .tn-btn-datepicker__btn-period-prev-next:after {
  display: none;
}
@media all and (max-width: 47.9375em) {
  .tnew .tn-btn-datepicker__btn-period-prev-next--btn-next {
    margin-left: 0.5625rem;
    text-align: right;
  }
}
@media all and (max-width: 47.9375em) {
  .tnew .tn-btn-datepicker__btn-period-prev-next--btn-prev {
    margin-right: 0.5625rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
}
.tnew input[name="tn-event-calendar-input-month"] {
  display: none;
}
.tnew .tn-additional-events__btn-submit {
  margin-top: 0;
  padding: 0 15px;
  margin-left: 15px !important;
}
.tnew .tn-additional-events__btn-submit[disabled] {
  margin-top: 0;
  padding: 0 15px;
  margin-left: 15px !important;
}
.tnew .tn-additional-events__btn-submit:after {
  display: none;
}
.tnew .tn-additional-events__btn-submit .glyphicon {
  font-size: 16px;
  top: 0;
  vertical-align: middle;
}
/**
 * Print
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  html {
    font: 12pt/1.5em Georgia, "Times New Roman", Times, serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    page-break-after: avoid;
    orphans: 3;
    widows: 3;
  }
  li h1,
  li h2,
  li h3,
  li h4,
  li h5,
  li h6 {
    margin-top: 0;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 21pt;
  }
  h3 {
    font-size: 18pt;
  }
  h4 {
    font-size: 16pt;
  }
  h5 {
    font-size: 14pt;
  }
  h6 {
    font-size: 12pt;
  }
  blockquote,
  p,
  ul,
  ol,
  dl,
  figure,
  img {
    margin-bottom: 1em;
  }
  figure img {
    margin-bottom: 0;
  }
  ul,
  ol,
  dd {
    margin-left: 3em;
  }
  pre,
  blockquote {
    border-left: 0.5em solid #999;
    padding-left: 1.5em;
    page-break-inside: avoid;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  figcaption {
    text-transform: uppercase;
    font-size: 10pt;
  }
  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  form,
  video,
  nav {
    display: none !important;
  }
  @page {
    margin: 2cm;
  }
}
/*# sourceMappingURL=../../build/css/maps/dallaszoo.css.map */