@charset "UTF-8";
/*!
Theme Name: LOOP 2020
Theme URI: http://visitlancastercity.com
Author: Infantree
Author URI: http://infantree.com
Description: Custom theme for City of Lancaster
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Visit Lancaster City
LOOP 2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.teal, .has-dk-teal-color {
  color: #089d9c;
}

.orange, .has-orange-color {
  color: #c27d18;
}

.blue, .has-blue-color {
  color: #24a2Da;
}

.dk-blue, .has-dk-blue-color {
  color: #13709a;
}
.dk-blue span, .has-dk-blue-color span {
  color: #089d9c;
}

.green, .has-green-color {
  color: #6A9A28;
}

.red {
  color: #ed4b4f;
}

.dk-red, .has-dk-red-color {
  color: #c43135;
}

.purple, .has-purple-color {
  color: #8a667e;
}
.purple span, .has-purple-color span {
  color: #13709a;
}

.black, .has-black-color {
  color: #282b30;
}

.gray, .has-lt-gray-color, .has-cream-color {
  color: #717174;
}

.white {
  color: white;
}

.bg--dk-red, .has-dk-red-background-color {
  background-color: #c43135;
}

.bg--red {
  background-color: #ed4b4f;
}

.bg--orange, .has-orange-background-color {
  background-color: #faa223;
}

.bg--yellow {
  background-color: #ffde00;
}

.bg--green, .has-green-background-color {
  background-color: #8dc63f;
}

.bg--teal, .has-dk-teal-background-color {
  background-color: #00b1b0;
}

.bg--blue {
  background-color: #24a2Da;
}

.bg--dk-blue, .has-dk-blue-background-color {
  background-color: #13709a;
}

.bg--purple, .has-purple-background-color {
  background-color: #8a667e;
}

.bg--black, .has-black-background-color {
  background-color: #282b30;
}

.bg--dk-gray, .has-dk-gray-background-color {
  background-color: #4c515a;
}

.bg--lt-gray, .has-lt-gray-background-color {
  background-color: #f2f2f2;
}

.bg--cream, .has-cream-background-color {
  background-color: #f7e8dc;
}

.bg--white {
  background-color: white;
}

.has-dk-red-background-color,
.has-purple-background-color,
.has-dk-blue-background-color,
.has-black-background-color,
.has-dk-gray-background-color,
.bg--dk-blue,
.bg--purple,
.bg--red {
  color: white;
}
.has-dk-red-background-color .btn,
.has-dk-red-background-color .btn:visited,
.has-dk-red-background-color .btn--secondary,
.has-dk-red-background-color .wp-block-button__link,
.has-purple-background-color .btn,
.has-purple-background-color .btn:visited,
.has-purple-background-color .btn--secondary,
.has-purple-background-color .wp-block-button__link,
.has-dk-blue-background-color .btn,
.has-dk-blue-background-color .btn:visited,
.has-dk-blue-background-color .btn--secondary,
.has-dk-blue-background-color .wp-block-button__link,
.has-black-background-color .btn,
.has-black-background-color .btn:visited,
.has-black-background-color .btn--secondary,
.has-black-background-color .wp-block-button__link,
.has-dk-gray-background-color .btn,
.has-dk-gray-background-color .btn:visited,
.has-dk-gray-background-color .btn--secondary,
.has-dk-gray-background-color .wp-block-button__link,
.bg--dk-blue .btn,
.bg--dk-blue .btn:visited,
.bg--dk-blue .btn--secondary,
.bg--dk-blue .wp-block-button__link,
.bg--purple .btn,
.bg--purple .btn:visited,
.bg--purple .btn--secondary,
.bg--purple .wp-block-button__link,
.bg--red .btn,
.bg--red .btn:visited,
.bg--red .btn--secondary,
.bg--red .wp-block-button__link {
  color: #f2f2f2;
}
.has-dk-red-background-color .btn:hover,
.has-dk-red-background-color .btn:visited:hover,
.has-dk-red-background-color .btn--secondary:hover,
.has-dk-red-background-color .wp-block-button__link:hover,
.has-purple-background-color .btn:hover,
.has-purple-background-color .btn:visited:hover,
.has-purple-background-color .btn--secondary:hover,
.has-purple-background-color .wp-block-button__link:hover,
.has-dk-blue-background-color .btn:hover,
.has-dk-blue-background-color .btn:visited:hover,
.has-dk-blue-background-color .btn--secondary:hover,
.has-dk-blue-background-color .wp-block-button__link:hover,
.has-black-background-color .btn:hover,
.has-black-background-color .btn:visited:hover,
.has-black-background-color .btn--secondary:hover,
.has-black-background-color .wp-block-button__link:hover,
.has-dk-gray-background-color .btn:hover,
.has-dk-gray-background-color .btn:visited:hover,
.has-dk-gray-background-color .btn--secondary:hover,
.has-dk-gray-background-color .wp-block-button__link:hover,
.bg--dk-blue .btn:hover,
.bg--dk-blue .btn:visited:hover,
.bg--dk-blue .btn--secondary:hover,
.bg--dk-blue .wp-block-button__link:hover,
.bg--purple .btn:hover,
.bg--purple .btn:visited:hover,
.bg--purple .btn--secondary:hover,
.bg--purple .wp-block-button__link:hover,
.bg--red .btn:hover,
.bg--red .btn:visited:hover,
.bg--red .btn--secondary:hover,
.bg--red .wp-block-button__link:hover {
  color: white;
  border-bottom-color: #ffde00 !important;
}
.has-dk-red-background-color .cream,
.has-dk-red-background-color h2, .has-dk-red-background-color h3, .has-dk-red-background-color h4, .has-dk-red-background-color h5,
.has-dk-red-background-color .is-style-tiny-caps,
.has-dk-red-background-color .has-large-font-size,
.has-purple-background-color .cream,
.has-purple-background-color h2,
.has-purple-background-color h3,
.has-purple-background-color h4,
.has-purple-background-color h5,
.has-purple-background-color .is-style-tiny-caps,
.has-purple-background-color .has-large-font-size,
.has-dk-blue-background-color .cream,
.has-dk-blue-background-color h2,
.has-dk-blue-background-color h3,
.has-dk-blue-background-color h4,
.has-dk-blue-background-color h5,
.has-dk-blue-background-color .is-style-tiny-caps,
.has-dk-blue-background-color .has-large-font-size,
.has-black-background-color .cream,
.has-black-background-color h2,
.has-black-background-color h3,
.has-black-background-color h4,
.has-black-background-color h5,
.has-black-background-color .is-style-tiny-caps,
.has-black-background-color .has-large-font-size,
.has-dk-gray-background-color .cream,
.has-dk-gray-background-color h2,
.has-dk-gray-background-color h3,
.has-dk-gray-background-color h4,
.has-dk-gray-background-color h5,
.has-dk-gray-background-color .is-style-tiny-caps,
.has-dk-gray-background-color .has-large-font-size,
.bg--dk-blue .cream,
.bg--dk-blue h2,
.bg--dk-blue h3,
.bg--dk-blue h4,
.bg--dk-blue h5,
.bg--dk-blue .is-style-tiny-caps,
.bg--dk-blue .has-large-font-size,
.bg--purple .cream,
.bg--purple h2,
.bg--purple h3,
.bg--purple h4,
.bg--purple h5,
.bg--purple .is-style-tiny-caps,
.bg--purple .has-large-font-size,
.bg--red .cream,
.bg--red h2,
.bg--red h3,
.bg--red h4,
.bg--red h5,
.bg--red .is-style-tiny-caps,
.bg--red .has-large-font-size {
  color: #f7e8dc;
}

.bg--lt-gray .btn:after,
.has-lt-gray-background-color .btn:after {
  background-color: white;
}

.has-orange-background-color,
.has-green-background-color,
.bg--yellow {
  color: #282b30;
}
.has-orange-background-color .has-dk-teal-color,
.has-orange-background-color .has-orange-color,
.has-orange-background-color .has-blue-color,
.has-orange-background-color .has-dk-blue-color,
.has-orange-background-color .has-green-color,
.has-orange-background-color .has-dk-red-color,
.has-orange-background-color .has-purple-color,
.has-orange-background-color .has-lt-gray-color,
.has-orange-background-color .has-cream-color,
.has-orange-background-color h2,
.has-orange-background-color h3,
.has-orange-background-color h4,
.has-orange-background-color h5,
.has-orange-background-color blockquote p,
.has-orange-background-color .btn,
.has-orange-background-color .has-large-font-size,
.has-green-background-color .has-dk-teal-color,
.has-green-background-color .has-orange-color,
.has-green-background-color .has-blue-color,
.has-green-background-color .has-dk-blue-color,
.has-green-background-color .has-green-color,
.has-green-background-color .has-dk-red-color,
.has-green-background-color .has-purple-color,
.has-green-background-color .has-lt-gray-color,
.has-green-background-color .has-cream-color,
.has-green-background-color h2,
.has-green-background-color h3,
.has-green-background-color h4,
.has-green-background-color h5,
.has-green-background-color blockquote p,
.has-green-background-color .btn,
.has-green-background-color .has-large-font-size,
.bg--yellow .has-dk-teal-color,
.bg--yellow .has-orange-color,
.bg--yellow .has-blue-color,
.bg--yellow .has-dk-blue-color,
.bg--yellow .has-green-color,
.bg--yellow .has-dk-red-color,
.bg--yellow .has-purple-color,
.bg--yellow .has-lt-gray-color,
.bg--yellow .has-cream-color,
.bg--yellow h2,
.bg--yellow h3,
.bg--yellow h4,
.bg--yellow h5,
.bg--yellow blockquote p,
.bg--yellow .btn,
.bg--yellow .has-large-font-size {
  color: #282b30;
}

.has-dk-teal-background-color p,
.has-dk-teal-background-color h2,
.has-dk-teal-background-color h3,
.has-dk-teal-background-color h4,
.has-dk-teal-background-color h5,
.has-dk-teal-background-color blockquote p,
.has-dk-teal-background-color .btn,
.has-dk-teal-background-color .has-large-font-size {
  color: #282b30;
}

.has-dk-teal-background-color a:not(.btn),
.has-orange-background-color a:not(.btn),
.bg--orange a:not(.btn),
.bg--dk-teal a:not(.btn),
.bg--green a:not(.btn),
.has-green-background-color a:not(.btn) {
  color: #282b30;
}
.has-dk-teal-background-color a:not(.btn):visited, .has-dk-teal-background-color a:not(.btn):focus, .has-dk-teal-background-color a:not(.btn):hover,
.has-orange-background-color a:not(.btn):visited,
.has-orange-background-color a:not(.btn):focus,
.has-orange-background-color a:not(.btn):hover,
.bg--orange a:not(.btn):visited,
.bg--orange a:not(.btn):focus,
.bg--orange a:not(.btn):hover,
.bg--dk-teal a:not(.btn):visited,
.bg--dk-teal a:not(.btn):focus,
.bg--dk-teal a:not(.btn):hover,
.bg--green a:not(.btn):visited,
.bg--green a:not(.btn):focus,
.bg--green a:not(.btn):hover,
.has-green-background-color a:not(.btn):visited,
.has-green-background-color a:not(.btn):focus,
.has-green-background-color a:not(.btn):hover {
  color: #282b30;
  border-bottom: 2px dotted #4c515a;
}

.bg--red a:not(.btn),
.has-dk-red-background-color a:not(.btn),
.bg--dk-blue a:not(.btn),
.has-dk-blue-background-color a:not(.btn),
.bg--purple a:not(.btn),
.has-purple-background-color a:not(.btn),
.bg--dk-gray a:not(.btn),
.has-dk-gray-background-color a:not(.btn) {
  color: white;
  border-bottom: 2px dotted #282b30;
}
.bg--red a:not(.btn):visited, .bg--red a:not(.btn):focus, .bg--red a:not(.btn):hover,
.has-dk-red-background-color a:not(.btn):visited,
.has-dk-red-background-color a:not(.btn):focus,
.has-dk-red-background-color a:not(.btn):hover,
.bg--dk-blue a:not(.btn):visited,
.bg--dk-blue a:not(.btn):focus,
.bg--dk-blue a:not(.btn):hover,
.has-dk-blue-background-color a:not(.btn):visited,
.has-dk-blue-background-color a:not(.btn):focus,
.has-dk-blue-background-color a:not(.btn):hover,
.bg--purple a:not(.btn):visited,
.bg--purple a:not(.btn):focus,
.bg--purple a:not(.btn):hover,
.has-purple-background-color a:not(.btn):visited,
.has-purple-background-color a:not(.btn):focus,
.has-purple-background-color a:not(.btn):hover,
.bg--dk-gray a:not(.btn):visited,
.bg--dk-gray a:not(.btn):focus,
.bg--dk-gray a:not(.btn):hover,
.has-dk-gray-background-color a:not(.btn):visited,
.has-dk-gray-background-color a:not(.btn):focus,
.has-dk-gray-background-color a:not(.btn):hover {
  color: white;
}

.has-dk-red-background-color .has-dk-teal-color,
.has-dk-red-background-color .has-orange-color,
.has-dk-red-background-color .has-blue-color,
.has-dk-red-background-color .has-dk-blue-color,
.has-dk-red-background-color .has-green-color,
.has-dk-red-background-color .has-dk-red-color,
.has-dk-red-background-color .has-purple-color,
.has-purple-background-color .has-dk-teal-color,
.has-purple-background-color .has-orange-color,
.has-purple-background-color .has-blue-color,
.has-purple-background-color .has-dk-blue-color,
.has-purple-background-color .has-green-color,
.has-purple-background-color .has-dk-red-color,
.has-purple-background-color .has-purple-color,
.has-dk-teal-background-color .has-dk-teal-color,
.has-dk-teal-background-color .has-orange-color,
.has-dk-teal-background-color .has-blue-color,
.has-dk-teal-background-color .has-dk-blue-color,
.has-dk-teal-background-color .has-green-color,
.has-dk-teal-background-color .has-dk-red-color,
.has-dk-teal-background-color .has-purple-color,
.has-dk-blue-background-color .has-dk-teal-color,
.has-dk-blue-background-color .has-orange-color,
.has-dk-blue-background-color .has-blue-color,
.has-dk-blue-background-color .has-dk-blue-color,
.has-dk-blue-background-color .has-green-color,
.has-dk-blue-background-color .has-dk-red-color,
.has-dk-blue-background-color .has-purple-color {
  color: white;
}

.has-dk-teal-background-color .has-lt-gray-color,
.has-dk-teal-background-color .has-cream-color,
.has-dk-blue-background-color .has-lt-gray-color,
.has-dk-blue-background-color .has-cream-color {
  color: white;
}

.has-black-background-color .has-purple-color,
.has-black-background-color .has-black-color,
.has-dk-gray-background-color .has-purple-color,
.has-dk-gray-background-color .has-black-color {
  color: #f2f2f2;
}
.has-black-background-color .has-dk-teal-color,
.has-dk-gray-background-color .has-dk-teal-color {
  color: #00b1b0;
}
.has-black-background-color .has-orange-color,
.has-dk-gray-background-color .has-orange-color {
  color: #faa223;
}
.has-black-background-color .has-dk-blue-color,
.has-dk-gray-background-color .has-dk-blue-color {
  color: #24a2Da;
}
.has-black-background-color .has-green-color,
.has-dk-gray-background-color .has-green-color {
  color: #8dc63f;
}
.has-black-background-color .has-dk-red-color,
.has-dk-gray-background-color .has-dk-red-color {
  color: #ed4b4f;
}

.sans {
  font-family: "Roboto", "Helvetica", sans-serif;
}

.serif {
  font-family: "Arvo", sans-serif;
}

.cond {
  font-family: "Pathway Gothic One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@font-face {
  font-family: "loop";
  src: url("/wp-content/themes/loop-2020/assets/icon-font/loop.eot?52631470");
  src: url("/wp-content/themes/loop-2020/assets/icon-font/loop.eot?52631470#iefix") format("embedded-opentype"), url("/wp-content/themes/loop-2020/assets/icon-font/loop.woff?52631470") format("woff"), url("/wp-content/themes/loop-2020/assets/icon-font/loop.ttf?52631470") format("truetype"), url("/wp-content/themes/loop-2020/assets/icon-font/loop.svg?52631470#loop") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-] {
  display: block;
  font: normal 1.2rem "loop";
  margin-bottom: 0.25rem;
}

.icon-right:before {
  content: "\e800";
} /* '' */
.icon-phone:before {
  content: "\e801";
  font-size: 1.5rem;
  line-height: 0;
} /* '' */
.icon-attention:before {
  content: "\e802";
} /* '' */
.icon-star:before {
  content: "\e803";
} /* '' */
.icon-heart:before {
  content: "\e804";
} /* '' */
.icon-download:before {
  content: "\e805";
} /* '' */
.icon-megaphone:before {
  content: "\e807";
} /* '' */
.icon-calendar:before {
  content: "\e808";
} /* '' */
.icon-check:before {
  content: "\e809";
} /* '' */
.icon-cancel:before {
  content: "\e80a";
} /* '' */
.icon-plus:before {
  content: "\e80b";
} /* '' */
.icon-pin:before {
  content: "\e80c";
} /* '' */
.icon-attach:before {
  content: "\e80e";
} /* '' */
.icon-left-open:before {
  content: "\e80f";
} /* '' */
.icon-right-open:before {
  content: "\e810";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
} /* '' */
.icon-chat-o:before {
  content: "\f0e6";
} /* '' */
.icon-pdf:before {
  content: "\f1c1";
} /* '' */
.icon-map-o:before {
  content: "\f278";
} /* '' */
.icon-user-o:before {
  content: "\f2c0";
} /* '' */
.icon-snowflake-o:before {
  content: "\f2dc";
} /* '' */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #4c515a;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: 1.5em;
}
@media (min-width: 320px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: calc( 16.8px + ( 17.6 - 16.8) * ( (100vw - 320px) / ( 1024 - 320) ));
  }
}
@media screen and (min-width: 960px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}

h1, h2, h3 {
  font-family: "Pathway Gothic One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
}
h1 strong, h2 strong, h3 strong {
  font-weight: normal;
}

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 0.9em;
  margin: 0;
}
@media (min-width: 320px) {
  h1 {
    font-size: calc( 28px + ( 80 - 28) * ( (100vw - 320px) / ( 1024 - 320) ));
  }
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: 80px;
    font-size: 5rem;
  }
}
h1 span {
  display: table;
  margin: -1.5rem auto 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Roboto", "Helvetica", sans-serif;
  padding: 0 1rem;
}

.h1__home {
  font-size: 56px;
  font-size: 3.5rem;
}
@media (min-width: 320px) {
  .h1__home {
    font-size: calc( 56px + ( 112 - 56) * ( (100vw - 320px) / ( 1024 - 320) ));
  }
}
@media screen and (min-width: 960px) {
  .h1__home {
    font-size: 112px;
    font-size: 7rem;
  }
}
.h1__home span:first-of-type {
  margin: -3.5rem auto 0.5rem;
}
.h1__home b {
  display: inline-block;
  color: #062F41;
  font: normal 3rem "Pathway Gothic One", sans-serif;
  transform: translateY(0.5rem);
}

.h1__btm-text {
  margin: 1rem auto -1.5rem;
}

h2, .h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1em;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #13709a;
}
@media (min-width: 320px) {
  h2, .h2 {
    font-size: calc( 28px + ( 64 - 28) * ( (100vw - 320px) / ( 1024 - 320) ));
  }
}
@media screen and (min-width: 960px) {
  h2, .h2 {
    font-size: 64px;
    font-size: 4rem;
  }
}
h2 span, .h2 span {
  display: block;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  line-height: 1.2rem;
  font-weight: 700;
  color: #089d9c;
  padding: 0 1rem;
}

h3, .h3 {
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #13709a;
  line-height: 1em;
}

h4, .h4 {
  font: 1.5rem "Roboto", "Helvetica", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2em;
  color: #089d9c;
  margin-bottom: 0;
}

h5, .h5 {
  font: 1.2rem "Roboto", "Helvetica", sans-serif;
  color: #8a667e;
}

.bg--yellow h1,
.bg--teal h1,
.bg--green h1 {
  color: #062F41 !important;
}

.bg--yellow h1 span {
  background-color: #FDC011;
  color: #c43135;
}

.bg--purple h1 span {
  background-color: #90647b;
  color: #ffde00;
}

.bg--teal h1 span {
  background-color: #4EB09C;
  color: #ffde00;
}

.bg--green h1 span {
  background-color: #BBCF26;
  color: #13709a;
}

.bg--red h1 span {
  background-color: #DA5D2E;
  color: #ffde00;
}

.single-post .hero--simple h1,
.error404 .hero--simple h1,
.search .hero--simple h1,
.archive:not(.tax-lc_business_category) .hero--simple h1 {
  padding-left: 0;
}
.single-post .hero--simple h1:before,
.error404 .hero--simple h1:before,
.search .hero--simple h1:before,
.archive:not(.tax-lc_business_category) .hero--simple h1:before {
  content: none;
}

.text--center,
.text--center .btn {
  text-align: center;
}

.text--no-wrap,
.text--nowrap {
  white-space: nowrap;
}

.text--caps,
.is-style-tiny-caps {
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica", sans-serif;
  letter-spacing: 0.08rem;
  font-size: 0.9rem;
}

.is-style-small-caps,
.searchandfilter h4 {
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  line-height: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}

.text--small,
.has-small-font-size,
.note,
.tribe-section-cost p {
  font-size: 0.9rem;
  line-height: 1.4em;
}

.text--huge,
.text--statistic {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Arvo", sans-serif;
  color: #13709a;
  line-height: 1em;
}
@media (min-width: 320px) {
  .text--huge,
  .text--statistic {
    font-size: calc( 40px + ( 64 - 40) * ( (100vw - 320px) / ( 1024 - 320) ));
  }
}
@media screen and (min-width: 960px) {
  .text--huge,
  .text--statistic {
    font-size: 64px;
    font-size: 4rem;
  }
}

p {
  margin-bottom: 2em;
  letter-spacing: 0.02rem;
  line-height: 1.6em;
}

em,
i {
  font-style: italic;
}

blockquote {
  margin: 4rem auto 4rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 960px) {
  blockquote {
    width: 80%;
  }
}
blockquote p {
  text-align: center;
}

blockquote p,
.has-large-font-size {
  line-height: 1.3em;
  margin: 0;
  color: #13709a;
  font: italic 2rem "Arvo", sans-serif;
}

.alignfull + p {
  margin-top: 4rem;
}

.wp-block-column p {
  line-height: 1.5rem;
}

figcaption {
  font: italic 1rem "Arvo", sans-serif;
  text-align: center;
}

address {
  display: block;
  font-style: normal;
}

cite {
  position: relative;
  padding: 0.3rem 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  font-style: normal;
  z-index: 1;
}
cite:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 120%;
  background-color: rgba(255, 222, 0, 0.7);
  left: -10%;
  top: 12px;
  bottom: -3px;
  transition: 0.2s ease all;
  z-index: -1;
}

.has-medium-font-size {
  font-size: 1.2rem;
  font-family: "Arvo", sans-serif;
}

.copyright {
  color: #CFCFCF;
  font-size: 0.75rem;
}
.copyright a,
.copyright a:visited {
  color: #717174;
}
.copyright:before {
  content: none;
}

html {
  box-sizing: border-box;
}

main {
  max-width: 1700px;
  margin: 0 auto;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: white; /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
  position: static !important;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #717174;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  width: 100%;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

.wp-block-cover {
  width: auto;
}
.wp-block-cover .wp-block-cover__inner-container {
  text-align: center;
  max-width: 700px;
}
.wp-block-cover .btn {
  text-align: center;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 3rem 10%;
}

.wp-block-gallery {
  margin: 4rem auto;
}

.reverse-top-margin {
  margin-top: -2.5rem;
}
@media screen and (min-width: 480px) {
  .reverse-top-margin {
    margin-top: -5rem;
  }
}

.reverse-btm-margin {
  margin-bottom: -2.5rem;
}
@media screen and (min-width: 480px) {
  .reverse-btm-margin {
    margin-bottom: -5rem;
  }
}

.no-top-margin {
  margin-top: 0;
}

p + .alignfull {
  margin-top: 4rem;
}

.is-style-tiny-caps + h2,
.is-style-tiny-caps + h3,
.is-style-tiny-caps + h4,
.is-style-tiny-caps + h5 {
  margin-top: 0;
}

ul, ol {
  margin: 1rem 0 1.5em 0;
}

ul {
  list-style: disc;
}

#content li {
  margin-bottom: 0.5rem;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.site__footer {
  display: flex;
  flex-direction: column;
}
.site__footer h2,
.site__footer h3 {
  font-size: 2rem;
  margin-top: 1rem;
}

.footer__quick-links {
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__quick-links > div {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer__quick-links > div:first-child, .footer__quick-links > div:last-child {
    flex: 25% 0 0;
  }
  .footer__quick-links > div:nth-child(2) {
    flex-grow: 1;
  }
}

.footer__quick-links .nav__logo img {
  max-width: 200px;
}

.footer__nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.footer__nav a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #4c515a;
  margin: 0 0.5rem;
}

.footer__social-links {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  padding: 0.25em 0 0.5em;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .footer__social-links {
    justify-content: start;
  }
}
@media screen and (min-width: 1400px) {
  .footer__social-links {
    justify-content: flex-end;
  }
}
.footer__social-links li {
  margin: 0 10px;
  padding: 0;
}
.footer__social-links .social-link {
  color: #4c515a;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1em;
  width: 2em;
  height: 2em;
  font-weight: bold;
  text-decoration: none;
  transform: translateY(0);
  border-radius: 50%;
  border: 2px solid #4c515a;
  transition: 0.2s ease all;
}
.footer__social-links .social-link svg {
  display: block;
  fill: #4c515a;
}
.footer__social-links .social-link svg path {
  fill: #4c515a;
}
.footer__social-links .social-link:hover, .footer__social-links .social-link:focus {
  background-color: #ffde00;
  transform: rotate(-20deg);
}
.footer__social-links .social-link:before {
  content: none;
}

.footer__illustration {
  margin: 1rem auto 0;
  max-width: 1700px;
}
@media screen and (min-width: 960px) {
  .footer__illustration {
    margin-top: -5rem;
  }
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.hero {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  justify-content: flex-end;
  overflow: hidden;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .hero {
    flex-direction: row;
    background-size: auto 100%;
    background-position: left bottom;
  }
}
@media screen and (min-width: 1400px) {
  .hero {
    background-size: 70% auto;
    background-position: left center;
  }
}

.hero__intro {
  position: relative;
  padding: 2rem 7% 2rem 3%;
}
@media screen and (min-width: 960px) {
  .hero__intro {
    flex: 45% 0 0;
    margin-top: 0;
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.hero__intro h1 {
  position: relative;
  color: white;
  text-align: center;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 1rem 0;
}
.hero__intro .h1__sponsor {
  border-bottom: none;
  padding-bottom: 2rem;
}
.hero__intro .h1__sponsor:after {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, white 0%, white 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, white 75%, white 100%);
}
.hero__intro p {
  margin-top: 2rem;
  color: #282b30;
}
.hero__intro.bg--yellow {
  background-color: #FDC011;
}
.hero__intro.bg--yellow h1 {
  border-top-color: #c43135;
  border-bottom-color: #c43135;
}
.hero__intro.bg--yellow .h1__sponsor:after {
  background: linear-gradient(90deg, #c43135 0%, #c43135 25%, rgba(196, 49, 53, 0) 25%, rgba(196, 49, 53, 0) 75%, #c43135 75%, #c43135 100%);
}
.hero__intro.bg--purple h1, .hero__intro.bg--teal h1, .hero__intro.bg--red h1 {
  border-top-color: #ffde00;
  border-bottom-color: #ffde00;
}
.hero__intro.bg--purple .h1__sponsor:after, .hero__intro.bg--teal .h1__sponsor:after, .hero__intro.bg--red .h1__sponsor:after {
  background: linear-gradient(90deg, #ffde00 0%, #ffde00 25%, rgba(255, 222, 0, 0) 25%, rgba(255, 222, 0, 0) 75%, #ffde00 75%, #ffde00 100%);
}
.hero__intro.bg--green {
  background-color: #BBCF26;
}
.hero__intro.bg--green h1 {
  border-top-color: #13709a;
  border-bottom-color: #13709a;
}
.hero__intro.bg--green .h1__sponsor:after {
  background: linear-gradient(90deg, #13709a 0%, #13709a 25%, rgba(19, 112, 154, 0) 25%, rgba(19, 112, 154, 0) 75%, #13709a 75%, #13709a 100%);
}
.hero__intro.bg--purple {
  background-color: #90647b;
}
.hero__intro.bg--purple p {
  color: white;
}
.hero__intro.bg--teal {
  background-color: #4EB09C;
}
.hero__intro.bg--teal p, .hero__intro.bg--teal a {
  color: #282b30;
}
.hero__intro.bg--red {
  background-color: #DA5D2E;
}
.hero__intro.bg--red p {
  color: white;
}

.hero__border-diagonals {
  transform: translateX(2px);
  height: 100%;
  width: auto;
}
@media screen and (max-width: 960px) {
  .hero__border-diagonals {
    transform: rotate(90deg) translateX(30%);
    width: 20%;
    height: 101vw;
    margin-left: -9.9%;
    margin-top: -60%;
    margin-bottom: 13%;
    transform-origin: bottom;
  }
}

.hero__sponsor-logo {
  display: block;
  margin: -1.25rem auto 0;
  max-width: 150px;
  filter: grayscale(1);
}
a:focus .hero__sponsor-logo {
  outline: 1px dotted white;
}

/********************************
**   SIMPLE HERO STYLES
*********************************/
.hero--simple {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("");
  background-color: #00b1b0;
}
.hero--simple h1 {
  position: relative;
  color: white;
  padding-left: 7rem;
}
.hero--simple h1:before {
  position: absolute;
  content: url("/wp-content/themes/loop-2020/assets/icons/city-w.svg");
  left: 0;
  top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .hero--simple h1:before {
    top: -1.7rem;
    transform: scale(0.75);
  }
}
.hero--simple h1 span {
  background: #282b30;
  border-radius: 50px;
  text-align: left;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  color: #8dc63f;
}
.page-city-events .hero--simple, .single-tribe_events .hero--simple,
.hero--simple .tribe_community_edit {
  background-color: #13709a;
  background-image: url("");
}
.page-city-events .hero--simple h1:before, .single-tribe_events .hero--simple h1:before,
.hero--simple .tribe_community_edit h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/events-w.svg");
}
.page-stay .hero--simple {
  background-color: #13709a;
  background-image: url("");
}
.page-stay .hero--simple h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/stay-w.svg");
}
.page-things-to-do .hero--simple, .page-attractions-activities .hero--simple {
  background-color: #faa223;
  background-image: url("");
}
.page-things-to-do .hero--simple h1:before, .page-attractions-activities .hero--simple h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/attractions-w.svg");
}
.page-shopping .hero--simple {
  background-color: #8a667e;
  background-image: url("");
}
.page-shopping .hero--simple h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/shopping-w.svg");
}
.page-wine-dine .hero--simple {
  background-color: #c43135;
  background-image: url("");
}
.page-wine-dine .hero--simple h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/dining-w.svg");
}
.page-visitor-center .hero--simple {
  background-color: #c43135;
  background-image: url("");
}
.page-visitor-center .hero--simple h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/camera-w.svg");
}
.page-arts-culture .hero--simple {
  background-color: #089d9c;
  background-image: url("");
}
.page-arts-culture .hero--simple h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/arts-simple-w.svg");
}
.page-about-lancaster-city .hero--simple, .page-about-lancaster-office-of-promotions .hero--simple {
  background-color: #089d9c;
  background-image: url("");
}
.page-about-lancaster-city .hero--simple h1:before, .page-about-lancaster-office-of-promotions .hero--simple h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/city-w.svg");
}
.page-lancaster-county .hero--simple h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/wagon-w.svg");
}

.home .hero {
  position: relative;
  background: url("/wp-content/uploads/2020/05/king-queen-intersection.png") no-repeat center top;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .home .hero {
    background: url("/wp-content/themes/loop-2020/assets/video/loop-video-poster.jpg") no-repeat -40% 0;
    background-size: auto 100%;
  }
}

.hero__video {
  display: none;
}
@media screen and (min-width: 960px) {
  .hero__video {
    position: absolute;
    top: 0;
    right: 40%;
    display: block;
    width: auto;
    min-width: 60%;
    min-height: 100%;
  }
}

.list__jump-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.list__jump-links li {
  display: flex;
  flex-grow: 1;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .list__jump-links li {
    flex: 30% 0 0;
  }
}
.list__jump-links li a {
  width: 100%;
  padding: 1.5rem 1rem 1.75rem;
  text-align: center;
  color: white;
  border-bottom: 0;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  line-height: 1.2rem;
}
.list__jump-links li a:hover {
  background: #089d9c;
}
.list__jump-links li a:hover .list__icon [class^=icon--] {
  fill: #282b30 !important;
}
.list__jump-links li a:before {
  content: none;
}
.list__jump-links .list__icon {
  display: block;
  margin: 0 auto;
  transform: scale(0.8);
}

.icon--teal {
  fill: #00b1b0;
}

.icon--purple {
  fill: #8a667e;
}

.icon--orange {
  fill: #faa223;
}

.icon--red {
  fill: #ed4b4f;
}

.icon--blue {
  fill: #24a2Da;
}

.icon--green {
  fill: #8dc63f;
}

.callout__city-illustration {
  margin: 3rem auto 5rem;
  background-image: url("/wp-content/themes/loop-2020/assets/borders/border-white-diagonal.svg");
  background-repeat: no-repeat;
  background-position: center bottom -1px;
  background-size: 105% auto;
  margin-left: calc(-45vw + 50%);
  margin-right: calc(-45vw + 50%);
  max-width: 100vw;
}
.callout__city-illustration h2 {
  margin-top: 0;
  color: #8a667e;
}
.callout__city-illustration h2 span {
  color: #13709a;
  padding: 0;
}
.callout__city-illustration .col--text {
  padding: 4rem 2rem;
}
@media screen and (min-width: 960px) {
  .callout__city-illustration .city-illustration {
    position: relative;
  }
  .callout__city-illustration .city-illustration img {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.15);
    max-height: 100%;
  }
}

.callout__locals-guide h2 {
  color: #13709a;
}
.callout__locals-guide h2 span {
  color: #089d9c;
}

@media screen and (min-width: 960px) {
  .wp-block-latest-posts,
  .uagb-post-grid {
    display: flex;
    margin-left: calc(-44vw + 44%);
    margin-right: calc(-44vw + 44%);
  }
}

.uagb-post-grid {
  margin-top: 2rem;
}

.uagb-post__inner-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0 !important;
  padding-top: 64px !important;
  padding-right: 30px !important;
  padding-bottom: 64px !important;
  padding-left: 30px !important;
  position: relative;
}

.uagb-post-grid li,
.uagb-post__items article,
.card {
  position: relative;
  background: #f2f2f2;
  border-radius: 15px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3rem 1rem 2rem;
  color: #282b30;
  overflow: hidden;
  transition: 0.3s ease;
}
.uagb-post-grid li:hover,
.uagb-post__items article:hover,
.card:hover {
  transform: translateY(-1rem);
}
.uagb-post-grid li h2,
.uagb-post-grid li h3,
.uagb-post__items article h2,
.uagb-post__items article h3,
.card h2,
.card h3 {
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.uagb-post-grid li h2 a:hover,
.uagb-post-grid li h3 a:hover,
.uagb-post__items article h2 a:hover,
.uagb-post__items article h3 a:hover,
.card h2 a:hover,
.card h3 a:hover {
  border-bottom: 1px dotted #282b30;
}
.uagb-post-grid li a,
.uagb-post__items article a,
.card a {
  background-color: inherit;
}
.uagb-post-grid li a,
.uagb-post-grid li a:visited,
.uagb-post-grid li a:active,
.uagb-post__items article a,
.uagb-post__items article a:visited,
.uagb-post__items article a:active,
.card a,
.card a:visited,
.card a:active {
  text-decoration: none;
  color: #282b30;
}
.uagb-post-grid li a:before,
.uagb-post-grid li a:visited:before,
.uagb-post-grid li a:active:before,
.uagb-post__items article a:before,
.uagb-post__items article a:visited:before,
.uagb-post__items article a:active:before,
.card a:before,
.card a:visited:before,
.card a:active:before {
  content: none;
}
.uagb-post-grid li img,
.uagb-post__items article img,
.card img {
  width: 100%;
  height: auto;
}
.uagb-post-grid li .wp-block-latest-posts__featured-image,
.uagb-post-grid li .uagb-post__image,
.uagb-post-grid li .card__image,
.uagb-post__items article .wp-block-latest-posts__featured-image,
.uagb-post__items article .uagb-post__image,
.uagb-post__items article .card__image,
.card .wp-block-latest-posts__featured-image,
.card .uagb-post__image,
.card .card__image {
  position: relative;
  max-height: 225px;
  overflow: hidden;
}
.uagb-post-grid li .wp-block-latest-posts__featured-image:before,
.uagb-post-grid li .uagb-post__image:before,
.uagb-post-grid li .card__image:before,
.uagb-post__items article .wp-block-latest-posts__featured-image:before,
.uagb-post__items article .uagb-post__image:before,
.uagb-post__items article .card__image:before,
.card .wp-block-latest-posts__featured-image:before,
.card .uagb-post__image:before,
.card .card__image:before {
  position: absolute;
  content: "";
  background: #ed4b4f;
  height: 6px;
  width: 20%;
  top: -3px;
  left: 40%;
  z-index: 2;
}
.uagb-post-grid li:nth-child(2) .wp-block-latest-posts__featured-image:before, .uagb-post-grid li:nth-child(2) .uagb-post__image:before, .uagb-post-grid li:nth-child(4n+2) .card__image:before,
.uagb-post__items article:nth-child(2) .wp-block-latest-posts__featured-image:before,
.uagb-post__items article:nth-child(2) .uagb-post__image:before,
.uagb-post__items article:nth-child(4n+2) .card__image:before,
.card:nth-child(2) .wp-block-latest-posts__featured-image:before,
.card:nth-child(2) .uagb-post__image:before,
.card:nth-child(4n+2) .card__image:before {
  background: #ffde00;
}
.uagb-post-grid li:nth-child(3) .wp-block-latest-posts__featured-image:before, .uagb-post-grid li:nth-child(3) .uagb-post__image:before, .uagb-post-grid li:nth-child(4n+3) .card__image:before,
.uagb-post__items article:nth-child(3) .wp-block-latest-posts__featured-image:before,
.uagb-post__items article:nth-child(3) .uagb-post__image:before,
.uagb-post__items article:nth-child(4n+3) .card__image:before,
.card:nth-child(3) .wp-block-latest-posts__featured-image:before,
.card:nth-child(3) .uagb-post__image:before,
.card:nth-child(4n+3) .card__image:before {
  background: #13709a;
}
.uagb-post-grid li:nth-child(4n+4) .card__image:before,
.uagb-post__items article:nth-child(4n+4) .card__image:before,
.card:nth-child(4n+4) .card__image:before {
  background: #8dc63f;
}
.uagb-post-grid li time,
.uagb-post__items article time,
.card time {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: white;
}

.wp-block-latest-posts li:first-child,
.uagb-post-grid article:first-child {
  background: #faa223;
}
.wp-block-latest-posts li:nth-child(2),
.uagb-post-grid article:nth-child(2) {
  background: #00b1b0;
}
.wp-block-latest-posts li:nth-child(2):before,
.uagb-post-grid article:nth-child(2):before {
  height: 150px;
  transform: skewY(-15deg);
}
.wp-block-latest-posts li:nth-child(3),
.uagb-post-grid article:nth-child(3) {
  background: #AC8AA1;
}
.wp-block-latest-posts li:before,
.uagb-post-grid article:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  height: 250px;
  width: 100%;
  left: 0;
  bottom: -110px;
  transform: skewY(20deg);
  z-index: 0;
}

.uagb-post-grid-byline {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  text-align: center;
}
.uagb-post-grid-byline span {
  display: none;
}

.uagb-post__title {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.uagb-post__text,
.card__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.uagb-post__text a,
.card__text a {
  border-bottom: none;
}
.uagb-post__text p,
.card__text p {
  flex-grow: 1;
}

.uagb-post__cta,
.card .btn {
  transform: translateY(1rem);
  margin-bottom: 0;
  padding-right: 3rem;
}

.uagb-post__text .uagb-post__cta {
  background: none !important;
  margin-left: auto;
}

.uagb-post__text .uagb-post__cta a {
  color: #282b30 !important;
}

.card {
  background-color: white;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}
.card time {
  color: #8a667e;
  margin-bottom: 1rem;
}
.card .btn:after {
  background-color: #faa223;
  color: white;
  width: 35px;
  height: 35px;
  padding: 4px;
  top: -5px;
}

.datepicker table tr td span,
.datepicker td {
  border-radius: 0;
}

.datepicker td {
  border-top: 1px solid #ededed;
}

.datepicker td,
.datepicker th {
  word-break: normal;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
  background: #666;
}

.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active:hover {
  background: #dadada;
  color: inherit;
}

body.admin-bar .datepicker {
  margin-top: 32px;
}

#tribe-events-bar {
  clear: none;
  height: auto;
  min-width: 220px;
  position: relative;
  width: 100%;
}

#tribe-events-bar * {
  box-sizing: border-box;
}

#tribe-bar-form {
  background: #f5f5f5;
  margin: 0;
  position: relative;
  width: 100%;
}

#tribe-bar-form input {
  font-size: 15px;
  margin: 0 4px 0 0;
}

#tribe-bar-form input[type=text] {
  background: 0;
  border: none;
  border-bottom: 1px dashed #b9b9b9;
  border-radius: 0;
  box-shadow: none;
  font-style: italic;
  font-weight: 400;
  height: auto;
  line-height: 1;
  padding: 5px;
  width: 100%;
}

#tribe-bar-form input[type=text]:focus {
  border-bottom: none;
  outline: 1px dashed #b9b9b9;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  -webkit-appearance: button;
  background: #666;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  height: auto;
  letter-spacing: 0;
  line-height: 2;
  padding: 10px;
  width: 100%;
}

#tribe-bar-form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}

#tribe-bar-form .tribe-bar-filters {
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
}

#tribe-bar-form .tribe-bar-filters-inner {
  margin: 0;
}

#tribe-bar-form .tribe-bar-views-inner label {
  padding: 0 15px;
  text-align: left;
}

#tribe-bar-filters-wrap {
  position: relative;
}

input[name*=tribe-bar-]::-webkit-input-placeholder {
  color: #5f5f5f;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

input[name*=tribe-bar-]:-moz-placeholder {
  color: #5f5f5f;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.tribe-event-placeholder {
  color: #5f5f5f;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
}

#tribe-bar-dates .select2-choice {
  border-bottom: 1px dashed #b9b9b9;
}

.tribe-bar-date-filter {
  float: left;
  margin-bottom: 0;
  padding: 15px;
  width: 25%;
}

.tribe-bar-search-filter {
  float: left;
  margin-bottom: 0;
  padding: 15px;
  width: 33.3333%;
}

.tribe-bar-submit {
  float: left;
  margin-bottom: 0;
  margin-left: 16.6667%;
  padding: 15px;
  width: 25%;
}

.tribe-bar-submit input[type=submit]:hover {
  background: #999;
  color: #fff;
}

.tribe-bar-views-inner {
  background: #e0e0e0;
  margin: 0;
  padding: 16px 0;
}

#tribe-bar-views-toggle {
  border: 0;
  background: transparent;
  color: #333;
  display: block;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  padding: 6px 15px;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
}

#tribe-bar-views-toggle:focus {
  outline: 1px dotted;
}

#tribe-bar-views-toggle:focus,
#tribe-bar-views-toggle:hover {
  background: #cacaca;
}

#tribe-bar-views-toggle:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: inherit;
  border-width: 8px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 0;
}

.tribe-bar-views-open #tribe-bar-views-toggle:after {
  border-bottom-color: inherit;
  border-top-color: transparent;
  top: 0;
}

.tribe-bar-collapse #tribe-bar-views-toggle {
  padding: 10px 14px;
}

.tribe-bar-collapse #tribe-bar-views-toggle:after {
  top: 14px;
}

#tribe-bar-views .tribe-bar-views-list {
  background: #e0e0e0;
  border-radius: 0 0 3px 3px;
  display: none;
  left: 0;
  margin: 0;
  padding: 5px 0 0;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 2;
}

#tribe-bar-views .tribe-bar-views-option {
  display: block;
  color: #444;
  line-height: 14px;
  margin: 0;
  padding: 6px 15px;
}

#tribe-bar-views .tribe-bar-views-option:hover {
  cursor: pointer;
  background: #cacaca;
}

#tribe-bar-views .tribe-bar-views-option:focus {
  outline: 1px dotted;
}

#tribe-bar-views .tribe-bar-views-option:last-child {
  border-radius: 0 0 3px 3px;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
  background: #cacaca;
}

#tribe-bar-views .tribe-bar-settings {
  display: none;
}

#tribe-bar-form.tribe-bar-mini * {
  font-size: 12px;
}

#tribe-bar-form.tribe-bar-mini label {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
  -webkit-appearance: button;
  font-size: 11px;
  padding: 10px 5px;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-date-filter,
#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter,
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit {
  padding: 10px;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-views-list .tribe-bar-views-option a {
  padding: 4px 15px;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner {
  padding: 12px 0;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner label {
  padding: 0 10px;
}

#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-views #tribe-bar-filters-wrap,
#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-views #tribe-bar-filters-wrap {
  float: left;
  width: 83.3333%;
}

#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views,
#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views {
  position: relative;
  float: left;
  width: 16.6667%;
}

#tribe-bar-collapse-toggle {
  background: #f5f5f5;
  color: #333;
  display: none;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  padding: 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border: 0;
}

#tribe-bar-collapse-toggle:focus,
#tribe-bar-collapse-toggle:hover {
  cursor: pointer;
  color: #fff;
  background: #666;
}

#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
  border-bottom-color: inherit;
  border-top-color: transparent;
  top: 0;
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
  display: inline-block;
  margin: 0 4px;
  position: absolute;
  right: 10px;
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: inherit;
  border-width: 8px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
}

#tribe-bar-form.tribe-bar-collapse {
  background: transparent;
}

#tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
  display: block;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters {
  position: absolute;
  z-index: 21;
  float: none;
  display: none;
  left: auto;
  padding-top: 5px;
  overflow: hidden;
  right: auto;
  width: 100%;
  background: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner > div {
  width: 100%;
}

#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
  margin-top: 10px;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
  padding: 10px 0 0;
}

.tribe-bar-disabled {
  float: right;
  position: relative;
  z-index: 101;
}

.tribe-bar-disabled .tribe-events-page-title {
  clear: none;
  line-height: 45px;
  margin: 0;
  text-align: left;
}

.tribe-bar-disabled #tribe-events-bar {
  float: none;
  min-width: 0;
  width: auto;
}

.tribe-bar-disabled #tribe-bar-form {
  border-radius: 3px;
  width: auto;
}

.tribe-bar-disabled #tribe-bar-filters-wrap {
  float: left;
  min-width: 120px;
  width: auto;
}

.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
  padding: 5px 10px;
}

.tribe-bar-disabled #tribe-bar-form label {
  font-size: 10px;
}

.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
  border: none;
  display: block;
  font-size: 13px;
  line-height: 1;
  margin: 10px 0 0;
  padding: 3px 0 0;
  width: 100px;
}

.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
  float: right;
  font-size: 16px;
  left: 50%;
  min-width: 130px;
  padding: 0;
  right: auto;
  width: 50%;
}

.tribe-bar-disabled .tribe-bar-views-inner {
  border-radius: 0 3px 3px 0;
  min-width: 100px;
  padding: 5px 0 0;
  position: relative;
}

.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option {
  margin: 0;
}

.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  margin: 0;
  padding: 4px 10px;
}

.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice {
  font-size: 13px;
  height: auto;
  line-height: 18px;
}

.tribe-bar-disabled .tribe-select2-results-views.select2-drop .select2-results li {
  padding: 0 10px;
}

.tribe-bar-disabled #tribe-bar-collapse-toggle,
.tribe-bar-disabled .tribe-bar-submit {
  display: none;
}

.tribe-bar-disabled .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter {
  width: auto;
}

.tribe-bar-views span[class^=tribe-icon-] {
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
  min-height: 16px;
  padding-left: 24px;
}

.tribe-bar-views span.tribe-icon-month,
.tribe-bar-views span[class^=tribe-icon-] {
  background-image: url(../images/events-bar/icon-month.png);
  background-size: 15px 16px;
}

.tribe-bar-views span.tribe-icon-list {
  background-image: url(../images/events-bar/icon-list.png);
  background-size: 15px 10px;
}

.tribe-bar-views span.tribe-icon-week {
  background-image: url(../images/events-bar/icon-week.png);
  background-size: 15px 16px;
}

.tribe-bar-views span.tribe-icon-day {
  background-image: url(../images/events-bar/icon-day.png);
  background-size: 15px 16px;
}

.tribe-bar-views span.tribe-icon-photo {
  background-image: url(../images/events-bar/icon-photo.png);
  background-size: 15px 14px;
}

.tribe-bar-views span.tribe-icon-map {
  background-image: url(../images/events-bar/icon-map.png);
  background-position: 2px 50%;
  background-size: 12px 16px;
}

.post-type-archive-tribe_events #content {
  background: #f2f2f2;
}

#tribe-events-content {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  #tribe-events-content {
    overflow: hidden;
    overflow-x: auto;
  }
}

.tribe-events-title-bar {
  padding: 2.5rem 0 3rem;
  margin-top: -5rem;
  margin-bottom: 2rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  background: #00b1b0;
}
@media screen and (min-width: 960px) {
  .tribe-events-title-bar {
    padding: 4.5rem 0 5.5rem;
  }
}
.tribe-events-title-bar h1 {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
  color: white;
}
.tribe-events-title-bar h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/events.svg");
  display: inline-block;
  margin-right: 2rem;
  transform: translateY(1rem);
}

/*********************
// SEARCH BAR
*********************/
#tribe-bar-form {
  background: white;
}

.tribe-events .tribe-events-c-events-bar__search-filters-container,
.tribe-events .tribe-events-c-view-selector__content {
  background: transparent;
}

.tribe-events-c-search__button,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #00b1b0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  padding: 1rem;
}

.tribe-bar-submit {
  margin-left: 0;
}

.datepicker-switch {
  color: #089d9c;
}

.datepicker table tr td span,
.datepicker td {
  color: #4c515a;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
  background: #8dc63f;
  color: #282b30;
}

#tribe-bar-form .tribe-bar-views-inner {
  background: #4c515a;
  color: #f2f2f2;
}

#tribe-bar-form .tribe-bar-views-inner label {
  text-align: center;
}

#tribe-bar-views-toggle {
  background: transparent;
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  font-size: 0.9rem;
}
#tribe-bar-views-toggle:hover, #tribe-bar-views-toggle:focus {
  background: #4c515a;
  box-shadow: 0px 3px 0px 0px #00b1b0;
}

#tribe-bar-views .tribe-bar-views-list {
  background: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  font-size: 0.9rem;
}
#tribe-bar-views .tribe-bar-views-list:hover {
  background: #f2f2f2;
}
#tribe-bar-views .tribe-bar-views-list:focus {
  outline: 2px solid #00b1b0;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
  background: #8dc63f;
  color: #282b30;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
  position: relative;
}
.tribe-events .tribe-events-c-top-bar__nav-list-item button {
  border: none;
}

.tribe-events .tribe-events-c-top-bar__nav-link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  transition: 0.3s ease;
}
.tribe-events .tribe-events-c-top-bar__nav-link:before {
  height: 35px;
  width: 35px;
  top: 0;
  z-index: 2;
  background: transparent;
  font-family: "loop";
  color: #089d9c;
  padding: 5px 8px;
}
.tribe-events .tribe-events-c-top-bar__nav-link:hover, .tribe-events .tribe-events-c-top-bar__nav-link:focus {
  background: #faa223;
}
.tribe-events .tribe-events-c-top-bar__nav-link:hover:before, .tribe-events .tribe-events-c-top-bar__nav-link:focus:before {
  background: transparent;
  color: #4c515a;
}

.tribe-common .tribe-common-c-btn-icon--caret-left:before {
  content: "\e80f";
}

.tribe-common .tribe-common-c-btn-icon--caret-right:before {
  content: "\e810";
  padding-left: 12px;
}

.tribe-common .tribe-common-c-btn-icon--caret-left:disabled:before,
.tribe-common .tribe-common-c-btn-icon--caret-right:disabled:before {
  background: none;
}

@media screen and (min-width: 960px) {
  .tribe-events-list .tribe-events-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 1300px) {
  table.tribe-events-calendar {
    align-self: baseline;
  }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: 100%;
}

.tribe-events .tribe-events-calendar-list__month-separator {
  margin: 5rem 0 1rem;
}
.tribe-events .tribe-events-calendar-list__month-separator time {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: rgba(141, 198, 63, 0.8);
  padding: 0.3rem 1.5rem;
  margin: 0 auto;
  color: #282b30;
}

.tribe-events-list-separator-month {
  position: relative;
  margin: 2rem auto -5rem;
  padding: 3.5rem 1.5rem 5rem;
  color: #282b30;
  flex: 100% 0 0;
}
.tribe-events-list-separator-month span {
  position: relative;
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: normal;
  font-size: 36px;
  font-size: 2.25rem;
  z-index: 1;
  color: #282b30;
}
@media (min-width: 320px) {
  .tribe-events-list-separator-month span {
    font-size: calc( 36px + ( 48 - 36) * ( (100vw - 320px) / ( 1024 - 320) ));
  }
}
@media screen and (min-width: 960px) {
  .tribe-events-list-separator-month span {
    font-size: 48px;
    font-size: 3rem;
  }
}
.tribe-events-list-separator-month:after {
  position: absolute;
  content: "";
  width: 175px;
  height: 175px;
  background: rgba(141, 198, 63, 0.8);
  border-radius: 50%;
  left: -30px;
  top: -10%;
  z-index: 0;
  border: 10px solid transparent;
  box-shadow: 0 0 1px black inset;
}
.tribe-events-list-separator-month:first-of-type {
  margin-top: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row,
.type-tribe_events {
  position: relative;
  background: white;
  border-radius: 15px;
  margin: 2rem 0 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1.5rem 2rem !important;
  flex: 47% 0 0;
  overflow: hidden;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  background: transparent;
  overflow: visible;
  padding: 0 10px 10px 10px !important;
}

.tribe-events .tribe-events-calendar-list__event-wrapper {
  width: 100%;
}

.tribe-events-calendar-list__event-date-tag {
  margin: -25px auto 0 !important;
  padding: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  background: #13709a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: white;
  padding-top: 7px;
  margin: 0 auto;
}

.tribe-event-date-start,
.tribe-event-date-end,
.tribe-event-time,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #089d9c;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 0.8rem;
  color: white;
}

.tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 2.25rem;
  font-family: "Pathway Gothic One", sans-serif;
  color: white;
  line-height: 1em;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 1.2em;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-title {
  margin-top: 0.5rem;
}

.tribe-common a.tribe-events-calendar-list__event-title-link,
.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
  margin-top: 0;
  color: #13709a;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0;
}

.tribe-common address.tribe-events-calendar-list__event-venue,
.tribe-events-list .tribe-events-venue-details {
  position: relative;
  margin-top: 1rem;
  padding-left: 2rem;
  line-height: 1.2em;
  font-size: 1rem;
  font-weight: bold;
}
.tribe-common address.tribe-events-calendar-list__event-venue a,
.tribe-events-list .tribe-events-venue-details a {
  pointer-events: none;
  border-bottom: none;
}
.tribe-common address.tribe-events-calendar-list__event-venue a:before,
.tribe-events-list .tribe-events-venue-details a:before {
  content: "\f278";
  position: absolute;
  top: 0;
  font-family: "loop";
  color: #ed4b4f;
  margin-left: -2rem;
  display: inline-block;
}

.tribe-events-calendar-list__event-venue-title {
  font-weight: bold;
  font-size: 1rem;
}

.tribe-events-calendar-list__event-venue-address,
.tribe-address {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description,
#tribe-events .tribe-events-content,
.tribe-events-after-html,
.tribe-events-before-html {
  padding-left: 2rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description p,
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  font-size: 1rem;
  line-height: 1.5em;
}

.archive .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description,
.tribe-events-gmap {
  display: none !important;
}

.tribe-events .tribe-events-l-container {
  padding-bottom: 3rem !important;
}

.tribe-events-notices {
  color: #137099 !important;
  text-shadow: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  font-style: italic;
  text-align: center;
}

.tribe-events-calendar-list__event-cost,
.tribe-events-c-ical__link,
.tribe-events-ical,
.tribe-events-gcal,
#tribe-events-header,
.tribe-events-divider,
.tribe-events-meta-group-details h2,
.tribe-events-start-date-label,
.tribe-events-start-date-label + dd,
.tribe-events-start-time-label,
.tribe-events-start-time-label + dd,
.tribe-events-cost,
.tribe-related-events-thumbnail,
#tribe-events-footer,
.tribe-events-nav-previous a span,
.tribe-events-nav-next a span,
.tribe-events-list .tribe-events-loop .tribe-events-content,
.archive .tribe-events-event-cost,
.list-date,
.tribe-events-widget-link,
.tribe-block__events-gcal,
.tribe-block__-events-ical,
.archive .recurringinfo {
  display: none !important;
}

/*************************
// CALENDAR VIEW
*************************/
.events-archive.events-gridview h3 {
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 1rem !important;
}
.events-archive.events-gridview h3 a {
  font-size: inherit;
}

/*************************
// EVENT DETAIL PAGE
*************************/
.single-tribe_events .section--short.editor-body {
  padding: 0;
}

.single-tribe_events #tribe-events-content {
  margin: 0;
}

.single-tribe_events .tribe-events-schedule h2 {
  display: block;
  font-size: 1.5rem;
  line-height: 1rem;
}
.single-tribe_events .tribe-events-schedule h2 span {
  display: inline-block;
  font-size: 1.5rem;
}

.single .type-tribe_events:before {
  content: none;
}
.single .type-tribe_events > p:first-of-type {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.single .type-tribe_events .tribe-events-meta-group h3,
.single .type-tribe_events .tribe-events-meta-group dt,
.single .type-tribe_events .tribe-events-meta-group dd {
  display: none;
}
.single .type-tribe_events .tribe-events-meta-group dt:last-of-type,
.single .type-tribe_events .tribe-events-meta-group dd:last-of-type {
  display: block;
}

.single .tribe-events-single-event-recurrence-description img {
  width: 10px;
}

.tribe-block__venue {
  display: block;
}

.single .tribe-block__venue:before {
  content: "Venue:";
  display: block;
  color: #4c515a;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5em;
  font-weight: 700;
}

.event-is-recurring,
.tribe-events-single-event-recurrence-description {
  font-size: 1rem;
  font-style: italic;
}

.tribe-events-meta-group dd {
  margin-left: 0;
}

.tribe-events-event-cost-label,
.tribe-events-event-cost-label + dd {
  display: inline-block;
}

.tribe-events-single-event-description {
  max-width: 800px;
  margin: 4rem auto 0;
}
.tribe-events-single-event-description p:first-child {
  font-size: 1.3rem;
  line-height: 1.7em;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description,
#tribe-events .tribe-events-content,
.tribe-events-after-html,
.tribe-events-before-html {
  padding: 0;
}

.tribe-events-related-events-title {
  margin: 0 auto 1rem;
  text-align: center;
}

.tribe-events-single ul.tribe-related-events {
  margin-bottom: 0;
}

.tribe-events-single-section-title {
  font-size: 2rem;
}

.events__related-events {
  margin-top: 3rem;
}

.event-is-recurring:before {
  content: " — ";
}

dd.tribe-venue,
dd.tribe-organizer {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.tribe-venue-url-label,
.tribe-venue-url {
  display: inline-block;
}

.tribe-events-event-meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tribe-events-event-meta > div {
  flex: 47% 0 0;
}
.tribe-events-event-meta > div h2 {
  margin-top: 0;
}
.tribe-events-event-meta > div:first-child {
  flex: 100% 0 0;
}

.tribe-events-event-categories-label {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}

.tribe-events-event-categories a {
  display: inline-block;
  background: #f2f2f2;
  padding: 5px 10px;
  margin: 0.25rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  font-size: 0.9rem;
}

.event-date__loop {
  margin: 1rem 0 0;
}
.event-date__loop span {
  color: #ffde00;
  padding: 0;
}

.single-tribe_events .hero--simple {
  padding-top: 2rem;
}
.single-tribe_events .hero--simple .recurringinfo,
.single-tribe_events .hero--simple .tribe-events-back a,
.single-tribe_events .hero--simple .tribe-events-back a:visited {
  color: #f7e8dc !important;
}
.single-tribe_events .hero--simple .recurringinfo {
  margin-top: 0.5rem;
}
.single-tribe_events .hero--simple .tribe-events-back {
  margin-top: 1rem;
}
.single-tribe_events .hero--simple .tribe-events-schedule__datetime span {
  margin: 1rem 0 0;
  color: #ffde00;
  padding: 0;
}

.single-tribe_events .type-tribe_events .tribe-events-schedule__datetime {
  display: none;
}

/*************************
// RECURRING EVENT PAGE
*************************/
.tribe-events .tribe-events-c-breadcrumbs__list-item:last-child {
  flex: 100% 0 0;
  margin-top: 1.5rem;
}

.tribe-events-c-breadcrumbs__list-item,
.tribe-events-back {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
}
.tribe-events-c-breadcrumbs__list-item a,
.tribe-events-c-breadcrumbs__list-item a:visited,
.tribe-events-back a,
.tribe-events-back a:visited {
  color: #4c515a;
}

.tribe-events-c-breadcrumbs__list-item-text {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  color: #13709a;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 320px) {
  .tribe-events-c-breadcrumbs__list-item-text {
    font-size: calc( 28px + ( 64 - 28) * ( (100vw - 320px) / ( 1024 - 320) ));
  }
}
@media screen and (min-width: 960px) {
  .tribe-events-c-breadcrumbs__list-item-text {
    font-size: 64px;
    font-size: 4rem;
  }
}

.tribe-events-c-nav__list-item button {
  border: none;
}
.tribe-events-c-nav__list-item button:hover {
  background: transparent;
}

.tribe-events-c-nav__list {
  display: flex;
  padding: 0;
  margin-left: 0;
  list-style: none;
  justify-content: space-between;
}

.tribe-events-c-nav__list-item--today {
  display: none;
}

.tribe-events-pro .tribe-events-pro-organizer__meta {
  padding: 0;
}

/*************************
// Venue & Organizer Pages
*************************/
.tribe_organizer-template-default .tribe-common-l-container,
.tribe_venue-template-default .tribe-common-l-container {
  max-width: 800px;
  margin: 3rem auto;
}
.tribe_organizer-template-default .tribe-events-calendar-list__event-title,
.tribe_venue-template-default .tribe-events-calendar-list__event-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tribe_organizer-template-default .tribe-events-calendar-list__month-separator,
.tribe_venue-template-default .tribe-events-calendar-list__month-separator {
  margin: 4rem auto;
}
.tribe_organizer-template-default .tribe-events-calendar-list__event-details,
.tribe_venue-template-default .tribe-events-calendar-list__event-details {
  margin-top: 5rem;
}
.tribe_organizer-template-default .tribe-events-header__breadcrumbs,
.tribe_organizer-template-default .tribe-events-c-top-bar,
.tribe_organizer-template-default .tribe-events-calendar-list__event-date-tag-datetime,
.tribe_venue-template-default .tribe-events-header__breadcrumbs,
.tribe_venue-template-default .tribe-events-c-top-bar,
.tribe_venue-template-default .tribe-events-calendar-list__event-date-tag-datetime {
  display: none;
}

.tribe-venue a,
.tribe-organizer a {
  pointer-events: none;
  border-bottom: none;
}

/**************************
// SHORTCODE STYLES
**************************/
.page-template-default .tribe-events-list .type-tribe_events,
.page-template-default .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first,
.page-template-default .type-tribe_events {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  padding: 1rem 0.5rem !important;
  margin: 0;
}
.page-template-default .tribe-events-list .type-tribe_events:before,
.page-template-default .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first:before,
.page-template-default .type-tribe_events:before {
  content: none;
}
.page-template-default .tribe-events-list .type-tribe_events .tribe-mini-calendar-event,
.page-template-default .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first .tribe-mini-calendar-event,
.page-template-default .type-tribe_events .tribe-mini-calendar-event {
  padding: 0;
  margin: 0;
}
.page-template-default .tribe-events-list .type-tribe_events .tribe-event-date-start,
.page-template-default .tribe-events-list .type-tribe_events .tribe-event-time,
.page-template-default .tribe-events-list .type-tribe_events .tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.page-template-default .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first .tribe-event-date-start,
.page-template-default .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first .tribe-event-time,
.page-template-default .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first .tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.page-template-default .type-tribe_events .tribe-event-date-start,
.page-template-default .type-tribe_events .tribe-event-time,
.page-template-default .type-tribe_events .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #4c515a;
}
.page-template-default .tribe-events-list .type-tribe_events h2:hover:after, .page-template-default .tribe-events-list .type-tribe_events h2:focus:after,
.page-template-default .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first h2:hover:after,
.page-template-default .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first h2:focus:after,
.page-template-default .type-tribe_events h2:hover:after,
.page-template-default .type-tribe_events h2:focus:after {
  transform: translateX(0.5rem);
}
.page-template-default .tribe-events-list .type-tribe_events h2:after,
.page-template-default .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first h2:after,
.page-template-default .type-tribe_events h2:after {
  content: "\e800";
  padding: 5px;
  display: inline-block;
  font-family: "loop";
  color: #8a667e;
  background-color: #f2f2f2;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 1rem;
  text-align: center;
  transition: 0.2s ease all;
}
.page-template-default .tribe-events-list .tribe-events-loop .tribe-events-content {
  display: block !important;
}

/*************************
** COMMUNITY EVENTS FORM
**************************/
.postid-31755 .hero--simple h1 span {
  display: none;
}

.tribe-dropdown-created .selection > span {
  border: 1px solid #aaa;
}

/**
 * Accordion container element
 */
.accordion {
  list-style: none;
  margin: 4rem auto;
  max-width: 1200px;
  z-index: -1;
}
.accordion > li {
  margin: 0;
  /**
   * Add zero-width space. needed to ensure Safari + VO respect list semantics.
   * Set the before content to position absolute to negate any visible space
   * the before content could add to the document.
   */
}
.accordion > li:before {
  content: "​";
  position: absolute;
}
.accordion img {
  width: auto;
  max-width: 100%;
}

.accordion__heading {
  margin: -1px 0 0;
}

.accordion__trigger {
  position: relative;
  display: block;
  margin: 0;
  padding: 1em 3em 1em 1em;
  width: 100%;
  background-color: transparent;
  border-top: 1px solid #717174;
  border-bottom: 1px solid #717174;
  border-left: 0;
  border-right: 0;
  color: #089d9c;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
  transition: 0.3s ease all;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.accordion__trigger:after {
  content: "\e810";
  font-family: "loop";
  margin: auto;
  position: absolute;
  right: 1em;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
  transform: rotate(90deg);
  text-align: center;
  color: #13709a;
}
.accordion__trigger:hover, .accordion__trigger:focus {
  background-color: #f2f2f2;
  outline: none;
}
.accordion__trigger:focus {
  border-bottom: 3px solid #13709a;
}
.accordion__trigger[aria-expanded=true] {
  background: #f2f2f2;
  border-bottom: 3px solid #13709a;
}
.accordion__trigger[aria-expanded=true]:after {
  transform: rotate(270deg);
}
.accordion__trigger[aria-disabled=true]:hover {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

/**
 * This is needed to allow a double tap iOS 11
 * Safari + VO to function correctly, if there
 * are multiple elements (wrapper spans) to layout
 * text nodes within the accordion button.

	-- This is not needed if a button only contains text
	   and no other child nodes wrapping the text --

.accordion__trigger > * {
	pointer-events: none;
}
*/
.accordion__panel {
  background-color: #f2f2f2;
  max-height: 0vh;
  overflow: hidden;
  padding: 0.001em 1.25em;
  position: relative;
  visibility: hidden;
}
.accordion__panel > :last-child {
  margin-bottom: 0;
}
.accordion__panel[aria-hidden=false] {
  max-height: 100vh;
  overflow: auto;
  padding: 1.25rem 1.25rem 2.5rem;
  visibility: visible;
}
.accordion__panel p, .accordion__panel ul, .accordion__panel ol {
  font-size: 1rem;
  line-height: 1.7rem;
  color: #282b30 !important;
}
.accordion__panel a {
  color: #282b30 !important;
}
.accordion__panel li {
  margin-bottom: 0.6rem !important;
}

.accordion__panel--transition {
  transition: max-height 0.2s ease-in-out, padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}

.has-dk-red-background-color .accordion__trigger,
.has-dk-blue-background-color .accordion__trigger,
.has-black-background-color .accordion__trigger,
.has-dk-gray-background-color .accordion__trigger {
  color: white;
  border-top: 1px solid #282b30;
  border-bottom: 1px solid #282b30;
}
.has-dk-red-background-color .accordion__trigger:after,
.has-dk-blue-background-color .accordion__trigger:after,
.has-black-background-color .accordion__trigger:after,
.has-dk-gray-background-color .accordion__trigger:after {
  color: #f2f2f2;
}
.has-dk-red-background-color .accordion__trigger:focus,
.has-dk-blue-background-color .accordion__trigger:focus,
.has-black-background-color .accordion__trigger:focus,
.has-dk-gray-background-color .accordion__trigger:focus {
  border-bottom: 3px solid #00b1b0;
}
.has-dk-red-background-color .accordion__trigger[aria-expanded=true], .has-dk-red-background-color .accordion__trigger:hover,
.has-dk-blue-background-color .accordion__trigger[aria-expanded=true],
.has-dk-blue-background-color .accordion__trigger:hover,
.has-black-background-color .accordion__trigger[aria-expanded=true],
.has-black-background-color .accordion__trigger:hover,
.has-dk-gray-background-color .accordion__trigger[aria-expanded=true],
.has-dk-gray-background-color .accordion__trigger:hover {
  color: #089d9c;
}
.has-dk-red-background-color .accordion__trigger[aria-expanded=true]:after, .has-dk-red-background-color .accordion__trigger:hover:after,
.has-dk-blue-background-color .accordion__trigger[aria-expanded=true]:after,
.has-dk-blue-background-color .accordion__trigger:hover:after,
.has-black-background-color .accordion__trigger[aria-expanded=true]:after,
.has-black-background-color .accordion__trigger:hover:after,
.has-dk-gray-background-color .accordion__trigger[aria-expanded=true]:after,
.has-dk-gray-background-color .accordion__trigger:hover:after {
  color: #13709a;
}

.has-orange-background-color .accordion__trigger,
.has-green-background-color .accordion__trigger,
.has-dk-teal-background-color .accordion__trigger,
.has-purple-background-color .accordion__trigger,
.has-dk-teal-background-color .accordion__trigger {
  color: #282b30;
  border-top: 1px solid #282b30;
  border-bottom: 1px solid #282b30;
}
.has-orange-background-color .accordion__trigger:after,
.has-green-background-color .accordion__trigger:after,
.has-dk-teal-background-color .accordion__trigger:after,
.has-purple-background-color .accordion__trigger:after,
.has-dk-teal-background-color .accordion__trigger:after {
  color: #4c515a;
}
.has-orange-background-color .accordion__trigger:focus,
.has-green-background-color .accordion__trigger:focus,
.has-dk-teal-background-color .accordion__trigger:focus,
.has-purple-background-color .accordion__trigger:focus,
.has-dk-teal-background-color .accordion__trigger:focus {
  border-bottom: 3px solid #282b30;
}

.events__accordion {
  max-width: 600px;
}
.events__accordion > p {
  text-align: center;
  color: #089d9c;
  text-transform: uppercase;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 2rem;
}
.events__accordion h2 {
  color: #13709a;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0;
  margin: 0.25rem 0;
}

.events--row {
  margin: -3rem auto 2rem;
}
@media (min-width: 768px) {
  .events--row .wp-block-group__inner-container,
  .events--row .tribe-events-widget-events-list__events {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1600px;
    padding: 0;
  }
  .events--row .wp-block-group__inner-container > h3,
  .events--row .tribe-events-widget-events-list__events > h3 {
    flex: 100% 0 0;
    margin-bottom: 2rem;
  }
  .events--row .tribe-common-g-row {
    flex: 50% 0 0;
  }
}
@media screen and (min-width: 960px) {
  .events--row .tribe-common-g-row {
    flex: 20% 0 0;
  }
}
.events--row .tribe-common-g-row {
  background: none;
  border-top: 1px dotted #717174;
  border-bottom: 1px dotted #717174;
  transform: translateY(0.75rem);
  padding: 2rem 1rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .events--row .tribe-common-g-row {
    border-right: 1px dotted #717174;
  }
  .events--row .tribe-common-g-row:last-of-type {
    border-right: none;
  }
}
.events--row .tribe-common-g-row h3 {
  font: 1.2rem "Roboto", "Helvetica", sans-serif;
  text-transform: none;
  margin-top: 1rem;
}
.events--row .tribe-common-g-row h3:after {
  content: none;
}
.events--row .tribe-common-g-row a:hover {
  font-weight: bold;
}
.events--row .tribe-common-g-row a:hover:before {
  content: none;
}
.events--row .tribe-common-g-row .tribe-events-widget-events-list__event-date-tag-datetime {
  flex-direction: row;
  justify-content: center;
}
.events--row .tribe-common-g-row .tribe-events-widget-events-list__event-date-tag-datetime > span:first-child {
  margin-right: 0.2em;
}
.events--row .type-tribe_events {
  border: 0;
  padding-top: 0rem !important;
}
.events--row .list-info {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.events--row .tribe-events-widget-events-list__view-more {
  display: none;
}
.events--row .tribe-events-widget-events-list__event-header {
  text-align: center;
}

.sponsors {
  margin-top: 6rem;
}
.sponsors h2 {
  display: table;
  margin: 0 auto -1rem;
  position: relative;
  text-align: center;
  font-size: 2rem;
  background: white;
  padding: 0 1rem;
}
.sponsors a {
  border-bottom: none;
}

.sponsors--grid {
  border-top: 1px solid #717174;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 960px) {
  .sponsors--grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .sponsors--grid > div:first-child {
    flex: 40% 0 0;
    flex-grow: 1;
    max-width: 800px;
  }
  .sponsors--grid > div:nth-child(2) {
    flex: 50% 0 0;
  }
}

.sponsors--featured {
  text-align: center;
}
.sponsors--featured h3 {
  display: table;
  background: #13709a;
  font-family: "Roboto", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  color: white;
  margin: 1rem auto 2rem;
  padding: 0.5rem 1rem;
  border-radius: 15px;
}
.sponsors--featured img {
  width: auto;
  max-width: 300px;
}

.sponsors--supporting {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
}
.sponsors--supporting.grid--3-col {
  justify-content: flex-start;
}
.sponsors--supporting li {
  align-self: center;
  padding: 1rem 2rem;
}
@media screen and (min-width: 960px) {
  .sponsors--supporting {
    margin: 0;
  }
  .sponsors--supporting li {
    padding: 1rem;
  }
}
.sponsors--supporting img {
  height: auto;
  width: 100%;
}

.grayscale {
  filter: grayscale(1);
}

.tax-lc_business_category .card {
  padding-bottom: 0;
}
.tax-lc_business_category .card:hover {
  transform: none;
}
.tax-lc_business_category .card p {
  flex-grow: 1;
  margin-top: 0;
}
.tax-lc_business_category .card .card__text {
  justify-content: flex-start;
}

.card__business-links {
  display: flex;
  text-align: center;
  border-top: 1px dotted #717174;
  font-size: 0.9rem;
}
.card__business-links > div {
  flex-grow: 1;
}
.card__business-links a {
  display: block;
  padding: 1rem 0;
  width: 100%;
}
.card__business-links .icon-map-o {
  color: #c43135;
}
.card__business-links .icon-phone {
  color: #8a667e;
}
.card__business-links .icon-link-ext {
  color: #089d9c;
}

.wp-block-cover .btn {
  color: white;
  font-weight: bold;
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
  background-color: #083143;
}

.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
  –webkit-overflow-scrolling: touch;
}

.wp-block-uagb-inline-notice.uagb-inline_notice__align-center {
  text-align: center;
}

button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  border: 2px solid;
  border-color: #00b1b0;
  background: transparent;
  color: #282b30;
  line-height: 1;
  padding: 0.6em 1em;
  cursor: pointer;
  transition: 0.3s ease;
}
button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background: #00b1b0;
}

a.uagb-text-link:hover, a.uagb-text-link:focus, a.uagb-text-link:active {
  color: currentColor;
  border-bottom: none !important;
}
a.uagb-text-link:after {
  content: "\e800" !important;
  margin-left: 1rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.btn,
.uagb-text-link,
.tribe-events-c-nav__prev,
.tribe-events-c-nav__next,
.tribe-events-nav-previous a,
.tribe-events-nav-next a {
  position: relative;
  display: block;
  text-align: right;
  letter-spacing: 0.05rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: #282b30;
  border-bottom: 0;
  text-decoration: none;
  margin-bottom: 2rem;
  padding-right: 4rem;
}
.btn:before,
.uagb-text-link:before,
.tribe-events-c-nav__prev:before,
.tribe-events-c-nav__next:before,
.tribe-events-nav-previous a:before,
.tribe-events-nav-next a:before {
  content: none;
}
.btn:after,
.uagb-text-link:after,
.tribe-events-c-nav__prev:after,
.tribe-events-c-nav__next:after,
.tribe-events-nav-previous a:after,
.tribe-events-nav-next a:after {
  position: absolute;
  content: "\e800";
  padding: 12px;
  display: inline-block;
  font-family: "loop";
  color: #ed4b4f;
  top: -15px;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f2f2;
  margin-left: 1rem;
  text-align: center;
  transition: 0.2s ease all;
}
@media screen and (min-width: 480px) {
  .btn:after,
  .uagb-text-link:after,
  .tribe-events-c-nav__prev:after,
  .tribe-events-c-nav__next:after,
  .tribe-events-nav-previous a:after,
  .tribe-events-nav-next a:after {
    right: auto;
  }
}
.btn:hover,
.uagb-text-link:hover,
.tribe-events-c-nav__prev:hover,
.tribe-events-c-nav__next:hover,
.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover {
  font-weight: bold;
}
.btn:hover:after, .btn:focus:after,
.uagb-text-link:hover:after,
.uagb-text-link:focus:after,
.tribe-events-c-nav__prev:hover:after,
.tribe-events-c-nav__prev:focus:after,
.tribe-events-c-nav__next:hover:after,
.tribe-events-c-nav__next:focus:after,
.tribe-events-nav-previous a:hover:after,
.tribe-events-nav-previous a:focus:after,
.tribe-events-nav-next a:hover:after,
.tribe-events-nav-next a:focus:after {
  transform: translateX(0.5rem);
}
.btn.center,
.uagb-text-link.center,
.tribe-events-c-nav__prev.center,
.tribe-events-c-nav__next.center,
.tribe-events-nav-previous a.center,
.tribe-events-nav-next a.center {
  text-align: center;
}

.uagb-text-link {
  padding-right: 1rem;
}
.uagb-text-link:after {
  right: auto;
}

input[type=submit] {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}

.tribe-events .tribe-events-c-nav__prev,
.tribe-events-nav-previous a,
.btn--left {
  position: relative;
  padding-left: 80px;
}
.tribe-events .tribe-events-c-nav__prev:after,
.tribe-events-nav-previous a:after,
.btn--left:after {
  position: absolute;
  left: 0;
  top: -10px;
  transform: rotate(180deg);
}
.tribe-events .tribe-events-c-nav__prev:hover:after, .tribe-events .tribe-events-c-nav__prev:focus:after,
.tribe-events-nav-previous a:hover:after,
.tribe-events-nav-previous a:focus:after,
.btn--left:hover:after,
.btn--left:focus:after {
  transform: rotate(180deg) translateX(0.5rem);
}

.search-form {
  display: flex;
  margin: 4rem auto 0;
}
.search-form label {
  flex: 70% 0 0;
}
.search-form label input {
  width: 100%;
}
.search-form input[type=submit] {
  flex-grow: 1;
}

@media (min-width: 768px) {
  .search__large input[type=search] {
    padding: 1.5rem 2rem;
    font-size: 19.2px;
    font-size: 1.2rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (min-width: 320px) {
  .search__large input[type=search] {
    font-size: calc( 19.2px + ( 25.6 - 19.2) * ( (100vw - 320px) / ( 1024 - 320) ));
  }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  .search__large input[type=search] {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .search__large input[type=submit] {
    border-width: 5px;
    font-size: 1.2rem;
  }
}
.search-results article {
  margin-bottom: 4rem;
}
.search-results article p {
  margin-bottom: 0.5rem;
}
.search-results .type-tribe_events {
  padding: 0 !important;
  margin: 0;
}
.search-results .type-tribe_events:before {
  content: none;
}
.search-results .type-tribe_events h2:before {
  content: "Community Event:";
  display: block;
  font: 700 0.9rem "Roboto", "Helvetica", sans-serif;
  letter-spacing: 1px;
  color: #4c515a;
}

.search--alt .search-form {
  margin-top: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #717174;
  border: 1px solid #717174;
  border-radius: 0;
  padding: 10px 1rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #282b30;
}

select {
  border: 1px solid #00b1b0;
}

textarea {
  width: 100%;
}

form.searchandfilter {
  text-align: center;
}
form.searchandfilter ul {
  margin: 0;
  padding: 0;
}
form.searchandfilter .sf-field-taxonomy-lc_business_category > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
form.searchandfilter .sf-field-taxonomy-lc_business_category > ul > li {
  padding: 0;
  margin-bottom: 0.5rem;
}
form.searchandfilter input[type=checkbox],
form.searchandfilter input[type=radio] {
  display: none;
}
form.searchandfilter li[data-sf-field-input-type=checkbox] label {
  padding: 5px 15px;
  border-radius: 50px;
  background: white;
  text-align: center;
  font-size: 0.9rem;
  transition: 0.2s ease all;
  white-space: nowrap;
}
form.searchandfilter input[type=checkbox]:checked + label,
form.searchandfilter input[type=checkbox] + label:hover {
  background: #faa223;
  font-weight: 700;
  color: #282b30;
  cursor: pointer;
}
form.searchandfilter .sf-field-submit input[type=submit] {
  border-width: 3px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
}
.page-business-directory form.searchandfilter .sf-field-taxonomy-lc_business_category:first-of-type {
  columns: 3;
}
.page-business-directory form.searchandfilter .sf-field-taxonomy-lc_business_category:nth-of-type(2) {
  margin-top: 2rem;
}
.page-business-directory form.searchandfilter .sf-field-taxonomy-lc_business_category > ul {
  display: block;
  text-align: left;
}
.page-business-directory form.searchandfilter .sf-field-submit {
  flex: 100% 0 0;
  padding-bottom: 0;
}
.page-business-directory form.searchandfilter li[data-sf-field-input-type=checkbox] label {
  background: #f2f2f2;
}
.page-business-directory form.searchandfilter input[type=checkbox]:checked + label {
  background: #faa223;
}

.sf__results-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9em;
  padding-right: 0.5em;
}
.sf__results-header .sf__results-amout {
  display: inline-block;
  margin-right: 2em;
  flex: 0 0 auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sf__results-header .sf__results-tags {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sf__results-header .search-filter-reset {
  flex: 0 0 auto;
  font-size: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sf__results-header .sf__pagination {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .sf__results-header .sf__pagination {
    flex: 1 0 auto;
    text-align: right;
    padding: 0;
  }
}

.search-filter-results > section {
  padding-top: 2em;
  padding-bottom: 2em;
}

.search-filter-reset {
  color: #c54f31;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: none;
  padding: 0;
}

.business-directory-filters {
  position: relative;
  margin: 0 1em;
  padding-top: 1em;
}
@media screen and (min-width: 480px) {
  .business-directory-filters {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .business-directory-filters {
    background-color: #FFFFFF;
  }
}
.business-directory-filters .js__sf-toggle-button {
  width: 100%;
  padding: 1em;
  text-align: center;
  max-width: 100%;
  font-weight: 600;
  background-color: #48a9c6;
  color: white;
}
.business-directory-filters .js__sf-toggle-button:hover, .business-directory-filters .js__sf-toggle-button:focus {
  background-color: #3a9dba;
  color: white;
}
.business-directory-filters .js__sf-toggle-target {
  transform: scale(1, 0);
  transform-origin: top;
  background-color: white;
  position: absolute;
  transition: 0.2s ease all;
  z-index: 999;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.33);
}
.business-directory-filters .js__sf-toggle-target.is--active, .business-directory-filters .js__sf-toggle-target:focus, .business-directory-filters .js__sf-toggle-target:focus-within {
  transform: scale(1, 1);
}
@media (min-width: 768px) {
  .business-directory-filters {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .business-directory-filters .js__sf-toggle-button {
    display: none;
  }
  .business-directory-filters .js__sf-toggle-target {
    transform: scale(1, 1);
    position: static;
    top: auto;
    left: auto;
    background-color: transparent;
    box-shadow: none;
    max-width: none;
  }
}
.business-directory-filters form.searchandfilter li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 1rem 2rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 435px;
  margin-left: auto;
}
.business-directory-filters form.searchandfilter li h4 {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: inherit;
  letter-spacing: inherit;
  color: #13709a;
}
.business-directory-filters form.searchandfilter li > label {
  font-size: 0.9rem;
}
.business-directory-filters form.searchandfilter input[type=checkbox]:checked + label {
  background: transparent;
}
.business-directory-filters form.searchandfilter input[type=checkbox]:checked + label:before {
  background-color: #48A9BE;
  border: 2px solid #2A3E5E;
}
.business-directory-filters form.searchandfilter .sf-field-taxonomy-lc_business_category ul > li,
.business-directory-filters form.searchandfilter .sf-field-taxonomy-lc_business_demographic ul > li {
  border-bottom: 0;
  margin-bottom: 0 !important;
}
.business-directory-filters form.searchandfilter .sf-field-taxonomy-lc_business_category ul > li label,
.business-directory-filters form.searchandfilter .sf-field-taxonomy-lc_business_demographic ul > li label {
  position: relative;
  line-height: 1;
  padding: 0.66em 0.66em 0.66em 1.4em;
  width: 100%;
  transition: 0.2s ease all;
  color: #4a4a4a;
  background: transparent;
  text-align: left;
}
.business-directory-filters form.searchandfilter .sf-field-taxonomy-lc_business_category ul > li label:before,
.business-directory-filters form.searchandfilter .sf-field-taxonomy-lc_business_demographic ul > li label:before {
  content: "";
  height: 1em;
  width: 1em;
  border-radius: 50%;
  display: block;
  border: 1px solid gray;
  position: absolute;
  left: 0;
  transition: 0.2s ease all;
  border-radius: 1px;
}

@media (min-width: 768px) {
  .business-directory-results .card {
    flex: 48% 0 0;
  }
}
@media screen and (min-width: 1100px) {
  .business-directory-results .card {
    flex: 32% 0 0;
  }
}

#tribe-community-events .my-events-header,
#tribe-community-events .tribe-section-venue h3,
#tribe-community-events .tribe-section-organizer h3,
#tribe-community-events .tribe-section-taxonomy--post_tag,
#tribe-community-events .tribe-section-event-status,
#tribe-community-events .tribe-section-datetime .recurrence-row {
  display: none;
}
#tribe-community-events h3 {
  font-size: 1.75rem;
}

#tribe-community-events:before {
  content: "The City of Lancaster will not advertise events from political organizations, organizations that promote tobacco products, illegal drugs, alcohol, gambling, sexually related products or services, firearms, weapons, or products or services that are detrimental to public health, safety or welfare.\aPlease note that VisitLancasterCity.com only accepts event submissions for events taking place within the City of Lancaster." !important;
  background: #13709a;
  display: block;
  border-radius: 10px;
  padding: 20px;
  color: white;
}

.events-community-post-title,
.events-community-post-content {
  margin-bottom: 2rem;
}

.select2-search__field,
.select2-search--inline,
.events-community-post-title input,
.events-community-post-content textarea {
  width: 100% !important;
}

.events-community-post-title label,
.events-community-post-content label {
  font-size: 2.5rem !important;
  margin-bottom: 0;
  color: #13709a !important;
  line-height: 1em;
  font-family: "Pathway Gothic One", sans-serif;
  letter-spacing: 0.05em;
}

.req {
  font-size: 1.1rem;
  display: block;
  color: #4c515a;
  letter-spacing: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: none;
}

.tribe-community-events.form {
  padding: 0;
  border: 0;
  background: transparent;
}

.tribe_community_edit #tribe-add-exclusion,
.tribe_community_edit .button,
.tribe_community_edit .button-primary,
.tribe_community_edit .button-secondary,
.tribe_community_edit .tribe-add-recurrence.tribe-button,
.tribe_community_edit .tribe-button,
.tribe_community_list #tribe-add-exclusion,
.tribe_community_list .button,
.tribe_community_list .button-primary,
.tribe_community_list .button-secondary,
.tribe_community_list .tribe-add-recurrence.tribe-button,
.tribe_community_list .tribe-button {
  background: transparent !important;
  color: #13709a !important;
  border: 2px solid #00b1b0;
  font-weight: bold !important;
  font-size: 1rem !important;
}
.tribe_community_edit #tribe-add-exclusion:hover,
.tribe_community_edit .button:hover,
.tribe_community_edit .button-primary:hover,
.tribe_community_edit .button-secondary:hover,
.tribe_community_edit .tribe-add-recurrence.tribe-button:hover,
.tribe_community_edit .tribe-button:hover,
.tribe_community_list #tribe-add-exclusion:hover,
.tribe_community_list .button:hover,
.tribe_community_list .button-primary:hover,
.tribe_community_list .button-secondary:hover,
.tribe_community_list .tribe-add-recurrence.tribe-button:hover,
.tribe_community_list .tribe-button:hover {
  background: #00b1b0 !important;
  color: #282b30 !important;
}
.tribe_community_edit #tribe-add-exclusion:after,
.tribe_community_edit .button:after,
.tribe_community_edit .button-primary:after,
.tribe_community_edit .button-secondary:after,
.tribe_community_edit .tribe-add-recurrence.tribe-button:after,
.tribe_community_edit .tribe-button:after,
.tribe_community_list #tribe-add-exclusion:after,
.tribe_community_list .button:after,
.tribe_community_list .button-primary:after,
.tribe_community_list .button-secondary:after,
.tribe_community_list .tribe-add-recurrence.tribe-button:after,
.tribe_community_list .tribe-button:after {
  content: none;
}

.registration-container {
  margin-left: calc(-10vw + 10%);
  margin-right: calc(-10vw + 10%);
}
.registration-container .register-message {
  padding: 0.25rem 0.5rem;
}
.registration-container .register-message.success {
  border-left: 7px solid #6A9A28;
  background-color: rgba(141, 198, 63, 0.15);
}
.registration-container .register-message.error {
  border-left: 7px solid #c43135;
  background-color: rgba(237, 75, 79, 0.15);
}
.registration-container .form--registration > h3,
.registration-container .form--login > h3 {
  margin-bottom: 1rem;
}
.registration-container .form--registration form,
.registration-container .form--login form {
  border: 1px solid rgba(113, 113, 116, 0.5);
  padding: 1.5rem;
}
.registration-container .form--registration form label,
.registration-container .form--login form label {
  display: block;
}
.registration-container .form--registration form label span,
.registration-container .form--login form label span {
  display: inline-block;
  color: #ed4b4f;
}
.registration-container .form--registration form input[type=text],
.registration-container .form--login form input[type=text] {
  width: 100%;
}
.registration-container .form--registration form select#reg_user,
.registration-container .form--login form select#reg_user {
  margin-top: 0.5rem;
}
.registration-container .form--registration .input-container,
.registration-container .form--login .input-container {
  margin-bottom: 1rem;
}
.registration-container .form--registration .input-footer,
.registration-container .form--login .input-footer {
  margin-top: 2rem;
}
.registration-container .form--registration p.login-username,
.registration-container .form--registration p.login-password,
.registration-container .form--login p.login-username,
.registration-container .form--login p.login-password {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tribe-community-events .registration-container .form--registration p.login-username,
.tribe-community-events .registration-container .form--registration p.login-password,
.tribe-community-events .registration-container .form--login p.login-username,
.tribe-community-events .registration-container .form--login p.login-password {
  width: 100% !important;
  margin-bottom: 1rem !important;
}

.event--error {
  border-left: 7px solid #c43135;
  background-color: rgba(237, 75, 79, 0.15);
  font-weight: bold;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
}

.form__email-signup {
  display: flex;
  margin-top: 1rem;
}
.form__email-signup .text {
  flex-grow: 1;
}

a {
  position: relative;
  color: #089d9c;
  text-decoration: none;
  border-bottom: 1px dotted #717174;
  transition: 0.2s ease all;
  z-index: 1;
}
a:before {
  position: absolute;
  content: "";
  height: 0;
  width: 95%;
  background-color: rgba(255, 222, 0, 0.7);
  left: 2.5%;
  bottom: -3px;
  transition: 0.2s ease all;
  z-index: -1;
}
a:visited {
  color: #13709a;
}
a:hover, a:focus, a:active {
  color: #13709a;
  border-bottom-color: #282b30;
}
a:hover:before, a:focus:before, a:active:before {
  height: 4px;
}
a:focus {
  outline: thin dotted #717174;
}
a:hover, a:active {
  outline: 0;
}

.btn--secondary,
.wp-block-button__link {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #c43135;
  border-bottom: 0;
}
.btn--secondary:before,
.wp-block-button__link:before {
  content: none;
}
.btn--secondary:after,
.wp-block-button__link:after {
  content: "»";
  margin-left: 5px;
  transition: 0.2s ease all;
}
.btn--secondary:hover, .btn--secondary:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  border-bottom: 1px dotted #717174 !important;
}
.btn--secondary:hover:after, .btn--secondary:focus:after,
.wp-block-button__link:hover:after,
.wp-block-button__link:focus:after {
  margin-left: 10px;
}
.btn--secondary:visited,
.wp-block-button__link:visited {
  color: #c43135;
}

.is-style-outline .wp-block-button__link {
  border: none;
  padding: 0;
  border-radius: 0;
}

#wpadminbar a:before {
  content: none;
}
#wpadminbar .ab-item:before {
  background-color: transparent !important;
  height: auto !important;
  width: auto !important;
}

.header__wrapper {
  padding: 2rem 0 1rem;
  background: white;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.nav__main {
  position: relative;
  font-family: "Pathway Gothic One", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
.nav__main ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.nav__main li:focus > ul, .nav__main li:hover > ul,
.nav__main li a:focus + ul,
.nav__main li ul:focus-within {
  position: absolute;
  display: flex;
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
  z-index: 9;
}
.nav__main li:before {
  position: absolute;
  content: "​";
  /* add zero-width space for screen readers */
  text-align: center;
}
.nav__main li.nav__top-level > a > img {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav__main li.nav__top-level > a > img {
    display: block;
  }
}
.nav__main a {
  position: relative;
  display: block;
  text-decoration: none;
  border-bottom: 0;
}
.nav__main a:before {
  content: "";
  position: absolute;
  background: none;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0;
}
.nav__main a:hover {
  border-bottom: 0;
}

.sub-menu {
  background: #282b30;
}
.sub-menu a {
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  line-height: 1.2rem;
  font-size: 1rem;
  color: white;
  padding: 2.5rem 1rem 3rem;
}
.sub-menu a:focus, .sub-menu a:hover {
  text-decoration: underline dotted #717174;
  text-underline-position: under;
}

.menu-toggle,
.nav__main.toggled ul {
  display: block;
}

.nav__event--icon > a > div {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .nav__main {
    position: static;
  }
  .nav__main ul li[class^=nav__] a:before {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .nav__main ul li[class^=nav__] a:before {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .nav__main ul li > .sub-menu > [class^=nav__] a:before {
    width: 87px;
    height: 87px;
    margin-bottom: 0.5rem;
  }
  #main-menu {
    display: flex;
  }
  #main-menu > li > a {
    position: relative;
    padding: 1.5rem 1rem 1.5rem;
    color: #4c515a;
    white-space: nowrap;
  }
  .menu-toggle,
  .menu-item__back,
  .menu-item__overview {
    display: none;
  }
  .nav__event--icon > a > img {
    display: none;
  }
  .sub-menu {
    position: absolute;
    top: 100%;
    left: -999em;
    width: 100%;
    display: flex;
  }
  .sub-menu > li {
    flex: 1;
    position: relative;
    border-right: 1px solid #717174;
    transition: 0.3s ease;
  }
  .sub-menu > li:not(.menu-item__back) a {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .sub-menu > li:last-child {
    border-right: none;
  }
  .sub-menu > li:hover {
    background: rgba(113, 113, 116, 0.3);
  }
  .sub-menu > li img {
    max-width: 87px;
    max-height: 87px;
    margin-bottom: 0.5rem;
  }
  .sub-menu a {
    text-align: center;
  }
  .nav__main .nav__top-level--city-events .nav__calendar--item:hover > ul,
  .nav__main .nav__top-level--city-events .nav__calendar--item:focus > ul,
  .nav__main .nav__top-level--city-events ul li:hover > ul,
  .nav__main .nav__top-level--city-events ul li:focus > ul {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 50%;
  }
  .nav__main ul li.nav__calendar--item {
    display: flex;
  }
  .nav__main ul li.nav__calendar--item:hover {
    background: none;
  }
  .nav__main ul li.nav__calendar--item > a {
    padding: 6rem 0 5rem;
    text-align: center;
    border-right: 1px solid #717174;
    flex: 30% 0 0;
    max-width: 250px;
    justify-content: flex-end;
  }
  .nav__main ul li.nav__calendar--item > a:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4rem;
  }
  .nav__main ul li.nav__calendar--item > a:hover {
    background: rgba(113, 113, 116, 0.3);
  }
  .nav__main ul li.nav__calendar--item .sub-menu {
    padding: 2rem;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 50%;
    columns: 2;
    column-gap: 15px;
  }
  .nav__main ul li.nav__calendar--item .sub-menu li {
    break-inside: avoid;
    border-right: none;
  }
  .nav__main ul li.nav__calendar--item .sub-menu li:hover {
    background: none;
  }
  .nav__main ul li.nav__calendar--item .sub-menu a {
    padding: 0.8rem 1rem;
    text-align: left;
    align-items: flex-start;
  }
  .nav__main ul li.nav__calendar--item .sub-menu a:before {
    content: none;
  }
}
.nav__calendar--item .sub-menu a {
  display: flex;
  flex-direction: column-reverse;
}
.nav__calendar--item .sub-menu a span {
  font-size: 0.9rem;
  font-family: "Roboto", "Helvetica", sans-serif;
  color: white;
}
@media screen and (min-width: 768px) {
  .nav__calendar--item .sub-menu a span {
    color: #00b1b0;
  }
}

@media screen and (max-width: 768px) {
  .nav__main {
    position: absolute;
    left: 0;
    right: 0;
  }
  #main-menu {
    background-color: #282b30;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100vh;
    transform: scale(0);
    transform-origin: top right;
    z-index: 2;
  }
  #main-menu ul {
    display: none;
  }
  #main-menu li {
    display: block;
    border-top: 1px solid #4c515a;
  }
  #main-menu li:last-child {
    border-bottom: 1px solid #4c515a;
  }
  #main-menu li a {
    padding: 1rem 1.5rem 1rem 0.5rem;
    z-index: 2;
    color: #00b1b0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  #main-menu li a:before {
    margin-right: 1.5rem;
    display: none;
  }
  #main-menu li a img {
    width: 40px;
    height: auto;
    margin-right: 1.5rem;
  }
  #main-menu li.nav__event--icon > a > img {
    display: block;
  }
  #main-menu.is--active,
  #main-menu .nav__top-level--city-events .is--active .nav__calendar--item .sub-menu {
    transform: scale(1);
    opacity: 1;
  }
  #main-menu.is--active ul,
  #main-menu.is--active ul.is--active,
  #main-menu .nav__top-level--city-events .is--active .nav__calendar--item .sub-menu ul,
  #main-menu .nav__top-level--city-events .is--active .nav__calendar--item .sub-menu ul.is--active {
    display: block;
    transform: translateY(0);
    transform-origin: top center;
    transition: 0.3s ease all;
  }
  #main-menu > li > a:after,
  #main-menu .menu-item-has-children > a:after {
    content: "❯";
    display: inline-block;
    position: absolute;
    right: 1em;
  }
  #main-menu .menu-list > ul,
  #main-menu .sub-menu {
    background-color: #282b30;
    position: absolute;
    display: flex;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    transform: scale(0);
    opacity: 0;
    transform-origin: top right;
    z-index: 1;
  }
  #main-menu .menu-list > ul.is--active,
  #main-menu .sub-menu.is--active {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
  }
  #main-menu .menu-list > ul .sub-menu,
  #main-menu .sub-menu .sub-menu {
    display: none;
  }
  #main-menu .menu-list > ul .sub-menu.is--active,
  #main-menu .sub-menu .sub-menu.is--active {
    display: block;
  }
  #main-menu .menu-list > ul a:focus,
  #main-menu .menu-list > ul a:hover,
  #main-menu .sub-menu a:focus,
  #main-menu .sub-menu a:hover {
    background-color: #4c515a;
  }
  #main-menu .menu-item__back a {
    font-weight: 700;
    font-size: 1rem;
    color: #8dc63f;
    padding-left: 4rem;
  }
  #main-menu .menu-item__back a:before {
    position: absolute;
    content: "❮";
    display: inline-block;
    background: none;
    padding: 1rem 0;
    left: 0;
    top: 0;
    text-align: center;
  }
  #main-menu .menu-item__overview {
    display: block;
  }
  .nav__main ul li[class^=nav__] a:before {
    margin: 0;
    width: 50px;
    background-size: 80% auto !important;
    display: inline-block;
    height: 100%;
    position: absolute;
  }
  .nav__top-level--city-events .is--active .nav__calendar--item .sub-menu {
    display: block !important;
    top: 125px !important;
  }
  .nav__calendar--item > a:after {
    content: none !important;
  }
}
.nav__logo {
  border-bottom: none;
}
.nav__logo:before {
  content: none;
}
.nav__logo img {
  width: 90%;
  max-width: 200px;
  min-width: 150px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .nav__logo img {
    width: 90%;
    max-width: 320px;
  }
}

#nav__event-callout {
  display: none;
}
@media screen and (min-width: 768px) {
  #nav__event-callout {
    flex-grow: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #nav__event-callout a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 177, 176, 0.9);
    text-decoration: underline dotted transparent;
  }
  #nav__event-callout a:before {
    content: none;
  }
  #nav__event-callout a:hover, #nav__event-callout a:hover h3 {
    text-decoration: underline dotted white;
  }
  #nav__event-callout h3 {
    margin-top: 0.6rem;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-size: 1.3rem;
  }
}
#nav__event-callout svg {
  margin: 1rem auto;
}
#nav__event-callout [class^=icon--] {
  fill: white;
}

@media screen and (min-width: 768px) {
  .nav__calendar--item #nav__event-callout {
    display: block;
  }
}
.menu-toggle {
  position: absolute;
  padding: 1rem;
  z-index: 200;
  top: -4rem;
  right: -2px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #8a667e;
  border: 0;
}
.menu-toggle.is-active, .menu-toggle:active, .menu-toggle:focus {
  background: white;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.nav__posts {
  display: flex;
  justify-content: space-around;
}

.nav__main ul li a:before {
  background-position: center;
  background-repeat: no-repeat;
}
.nav__main ul li.nav__visitor-center a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/camera.svg");
}
.nav__main ul li.nav__attractions a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/attractions.svg");
}
.nav__main ul li.nav__shopping a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/shopping.svg");
}
.nav__main ul li.nav__arts a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/arts-simple.svg");
}
.nav__main ul li.nav__dining a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/dining.svg");
}
.nav__main ul li.nav__stay a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/stay.svg");
}
.nav__main ul li.nav__calendar a:before {
  display: initial;
}
.nav__main ul li.nav__calendar > a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/events.svg");
}
.nav__main ul li.nav__about-lanc-city-sub a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/city.svg");
}
.nav__main ul li.nav__history a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/king-queen.svg");
}
.nav__main ul li.nav__lancaster a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/wagon.svg");
}
.nav__main ul li.nav__itineraries a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/resources.svg");
}
.nav__main ul li.nav__news a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/blog.svg");
}
.nav__main ul li.nav__visitor-center .nav__visitor-center a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/camera.svg");
}
.nav__main ul li.nav__support-lanc a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/support.svg");
}
.nav__main ul li.nav__plan a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/maps.svg");
}
.nav__main ul li.nav__loop a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/city-rose.svg");
}
.nav__main ul li.nav__merchandise a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/clothes.svg");
}
.nav__main ul li.nav__resources a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/resources.svg");
}
.nav__main ul li.nav__blog a:before {
  background-image: url("/wp-content/themes/loop-2020/assets/icons/nav/blog.svg");
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element2 {
  display: none !important;
}

.translated-ltr:not(:lang(auto)) #main-menu > li > a {
  white-space: normal;
}
.translated-ltr:not(:lang(auto)):lang(de) .menu-toggle {
  font-size: 0.8rem;
}
.translated-ltr:not(:lang(auto)) .list__jump-links li {
  overflow-wrap: anywhere;
}

#gtranslate_wrapper,
#gtranslate_selector {
  position: absolute;
  right: 0 !important;
  top: -3px !important;
}

#gtranslate_wrapper select,
#gtranslate_selector {
  border-color: rgba(113, 113, 116, 0.5);
  font-size: 0.8rem;
  padding: 3px 10px;
}

@media screen and (min-width: 768px) {
  #gtranslate_wrapper,
  #gtranslate_selector {
    right: 2.5rem !important;
  }
  #gtranslate_wrapper select,
  #gtranslate_selector {
    font-size: 0.9rem;
  }
}
/* Text meant only for screen readers. */
.screen-reader-text,
.tribe-section-website .tribe-section-content-label,
.tribe-section-content-label label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus,
.tribe-section-website .tribe-section-content-label:focus,
.tribe-section-content-label label:focus {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #13709a;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media (min-width: 320px) {
  .screen-reader-text:focus,
  .tribe-section-website .tribe-section-content-label:focus,
  .tribe-section-content-label label:focus {
    font-size: calc( 14px + ( 15 - 14) * ( (100vw - 320px) / ( 1024 - 320) ));
  }
}
@media screen and (min-width: 960px) {
  .screen-reader-text:focus,
  .tribe-section-website .tribe-section-content-label:focus,
  .tribe-section-content-label label:focus {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.tribe-section-content-label label[for=tribe_custom_conditional],
.tribe-section-content-label label[for=tribe_virtual_conditional] {
  position: relative !important;
  height: auto;
  width: auto;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide .wp-block-group__inner-container,
.alignfull .wp-block-group__inner-container {
  max-width: none;
}

.alignwide {
  margin-left: calc(-44vw + 44%);
  margin-right: calc(-44vw + 44%);
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.alignfull > img {
  width: 100vw;
}

.bg--image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.single-post .blog__featured-img {
  margin: -7rem auto 2rem;
}
.single-post .wp-block-button__link.has-background {
  background: none;
}

.single-lc_business h1 {
  margin-top: -2rem;
}
.single-lc_business h1 span {
  display: inline-block;
  margin-right: 1rem;
}
.single-lc_business h1 a {
  color: #f2f2f2;
}
.single-lc_business h1:before {
  top: 1rem;
}
.lc_business_category-attractions-activities .hero--simple {
  background-color: #faa223;
}
.lc_business_category-attractions-activities h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/attractions-w.svg");
}

.lc_business_category-restaurants .hero--simple,
.lc_business_category-wine-dine .hero--simple {
  background-color: #ed4b4f;
}
.lc_business_category-restaurants h1:before,
.lc_business_category-wine-dine h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/dining-w.svg");
}

.lc_business_category-visual-arts .hero--simple,
.lc_business_category-arts-culture .hero--simple {
  background-color: #00b1b0;
}
.lc_business_category-visual-arts h1:before,
.lc_business_category-arts-culture h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/arts-simple-w.svg");
}

.lc_business_category-stay .hero--simple {
  background-color: #24a2Da;
}
.lc_business_category-stay h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/stay-w.svg");
}

.lc_business_category-shopping .hero--simple {
  background-color: #8a667e;
}
.lc_business_category-shopping h1:before {
  content: url("/wp-content/themes/loop-2020/assets/icons/shopping-w.svg");
}

.business__details,
.business__intro {
  display: flex;
}

.business__details {
  flex-direction: column;
}
.business__details .card__business-links a {
  color: white;
}
@media screen and (min-width: 768px) {
  .business__details a {
    font-size: 1.1rem;
  }
  .business__details [class^=icon-] {
    font-size: 1.5rem;
  }
  .business__details .icon-phone::before {
    font-size: 1.7rem;
  }
}

.business__intro {
  flex-grow: 1;
  display: flex;
}

.business__logo {
  margin-right: 2rem;
  border-bottom: none;
}
.business__logo:before {
  content: none;
}
.business__logo img {
  width: 120px;
}

.tribe-events-c-view-selector__list-item-text,
.tribe-events-calendar-list__event-description,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description p {
  display: none !important;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-venue {
  padding-left: 0 !important;
}

.tribe-events-calendar-list__event-title,
.tribe-events-calendar-list__event-title a {
  font-size: 1.2rem !important;
}

.tribe-events-calendar-list__event-title {
  margin-top: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: 70% !important;
}

.tribe-common .tribe-common-g-row {
  flex-wrap: nowrap !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row, .type-tribe_events {
  overflow: visible !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -30px;
}

.tribe-events-calendar-list__event-wrapper,
.tribe-events-calendar-list__event-details {
  padding: 0 !important;
}

.tribe-events-calendar-list__event {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tribe-events .tribe-events-c-nav__next {
  padding-right: 55px;
}

.tribe-events-c-nav__next:after {
  right: 0 !important;
}

.tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

.post-type-archive-tribe_events #content > .container.editor-body {
  padding-top: 0;
  padding-bottom: 0;
}

.tribe-events-widget-events-list__event-date-tag-datetime {
  font-weight: 700;
}

.tribe-events-widget-events-list__event-row {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 !important;
  border-top: 1px solid #f2f2f2 !important;
  border-bottom: 1px solid #f2f2f2 !important;
  margin-bottom: 0 !important;
}
.tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag-datetime {
  flex-direction: row !important;
  padding-left: 0.5rem;
}
.tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag-datetime > * {
  font-weight: 700;
  font-size: 1rem;
}
.tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-date-tag-datetime > *:nth-of-type(1) {
  margin-right: 0.3em;
}
.tribe-events-widget-events-list__event-row .tribe_events {
  border: 0;
  padding-top: 0 !important;
}

.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
  height: 100%;
}

.tribe-common .tribe-common-c-btn-icon--caret-left:before,
.tribe-common .tribe-common-c-btn-icon--caret-right:before {
  content: none;
}

.tribe-common .tribe-common-c-btn-icon--caret-left,
.tribe-common .tribe-common-c-btn-icon--caret-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tribe-events .tribe-events-calendar-list__month-separator {
  display: inline-block;
}

.tribe-events .tribe-events-calendar-list__month-separator {
  margin-top: 1rem;
}

.instagram-media {
  margin: 1rem auto !important;
}

.wp-post-image {
  width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.img-auto {
  width: auto;
}

.img--overflow {
  position: relative;
  overflow: hidden;
}
.img--overflow img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  min-height: 100%;
  max-width: none;
  width: auto;
}

.icons {
  width: 87px;
  margin: 1rem auto;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 4rem auto;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.container,
.container--narrow,
.container--slim,
.container--wide,
.wp-block-group__inner-container {
  width: 100%;
  max-width: 1000px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}
.container.mobile__no-padding,
.container--narrow.mobile__no-padding,
.container--slim.mobile__no-padding,
.container--wide.mobile__no-padding,
.wp-block-group__inner-container.mobile__no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container--narrow {
  max-width: 760px;
}

.container--slim {
  max-width: 860px;
}

.container--wide {
  max-width: 1400px;
}

.container--alignFull {
  width: 100%;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.container--full {
  padding: 0;
}

.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-padding,
.no-padding .wp-block-group__inner-container,
.no-inner-padding .wp-block-group__inner-container div {
  padding-top: 0;
  padding-bottom: 0;
}

.no-btm-padding {
  padding-bottom: 0 !important;
}

.section {
  position: relative;
}

.section--shortest {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section--short,
.wp-block-group__inner-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 480px) {
  .section--short,
  .wp-block-group__inner-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1100px) {
  .section--short,
  .wp-block-group__inner-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.section--tall {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .section--tall {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .section--tall {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1100px) {
  .section--tall {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.section--taller {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .section--taller {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 960px) {
  .section--taller {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1100px) {
  .section--taller {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.grid--2-col__mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid--2-col__mobile > div, .grid--2-col__mobile > li {
  flex: 50% 0 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .grid--2-col__mobile.grid--3-col > div, .grid--2-col__mobile.grid--3-col > li, .grid--2-col__mobile.grid--3-col > article {
    flex: 33.33% 0 0;
  }
}

@media (min-width: 768px) {
  .grid--2-col,
  .grid--3-col,
  .grid--4-col,
  .footer__quick-links,
  .wp-block-latest-posts,
  .uagb-post__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wp-block-latest-posts,
  .uagb-post__items {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid--2-col > div, .grid--2-col > li,
  .grid--3-col > div,
  .grid--3-col > li,
  .grid--4-col > div,
  .grid--4-col > li,
  .wp-block-latest-posts > div,
  .wp-block-latest-posts > li {
    flex: 45% 0 0;
    margin-bottom: 1.5rem;
  }
  .grid--2-col > .business-directory-filters,
  .grid--3-col > .business-directory-filters,
  .grid--4-col > .business-directory-filters,
  .wp-block-latest-posts > .business-directory-filters {
    flex: 30% 0 0;
    margin-bottom: 1.5rem;
    max-width: 21.875rem;
  }
  .grid--2-col > .business-directory-results,
  .grid--3-col > .business-directory-results,
  .grid--4-col > .business-directory-results,
  .wp-block-latest-posts > .business-directory-results {
    flex: 1;
    margin-bottom: 1.5rem;
  }
  .grid--2-col.no-gap > div, .grid--2-col.no-gap > li {
    flex: 50% 0 0;
  }
  .uagb-post__items > article {
    flex: 45% 0 0;
    margin-bottom: 1.5rem;
  }
  .grid--2-autoflow,
  .grid--3-autoflow,
  .form__2-col .gfield_checkbox,
  .form__3-col .gfield_checkbox,
  .form__2-col .gfield_radio,
  .form__3-col .gfield_radio {
    columns: 2;
    column-gap: 100px;
    column-fill: balance;
  }
  .grid--2-autoflow li, .grid--2-autoflow div,
  .grid--3-autoflow li,
  .grid--3-autoflow div,
  .form__2-col .gfield_checkbox li,
  .form__2-col .gfield_checkbox div,
  .form__3-col .gfield_checkbox li,
  .form__3-col .gfield_checkbox div,
  .form__2-col .gfield_radio li,
  .form__2-col .gfield_radio div,
  .form__3-col .gfield_radio li,
  .form__3-col .gfield_radio div {
    break-inside: avoid;
  }
}
@media screen and (min-width: 960px) {
  .grid--20-80,
  .grid--40-60 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid--20-80 > div, .grid--20-80 > li,
  .grid--40-60 > div,
  .grid--40-60 > li {
    position: relative;
  }
  .grid--20-80.col-reverse,
  .grid--40-60.col-reverse {
    flex-direction: row-reverse;
  }
  .grid--20-80 > div:first-child {
    flex: 20% 0 0;
  }
  .grid--20-80 > div:nth-child(2) {
    flex: 80% 0 0;
  }
  .grid--40-60 > div:first-child {
    flex: 40% 0 0;
  }
  .grid--40-60 > div:nth-child(2) {
    flex: 60% 0 0;
  }
  .grid--3-col > div, .grid--3-col > li, .grid--3-col > article,
  .wp-block-latest-posts > div,
  .wp-block-latest-posts > li,
  .wp-block-latest-posts > article,
  .uagb-post__items > div,
  .uagb-post__items > li,
  .uagb-post__items > article {
    flex: 30% 0 0;
  }
  .grid--4-col > div, .grid--4-col > li, .grid--4-col > article {
    flex: 22% 0 0;
  }
  .grid--3-autoflow,
  .form__3-col .gfield_checkbox,
  .form__3-col .gfield_radio {
    columns: 3;
    column-gap: 5%;
  }
}
.wp-block-column .wp-block-group__inner-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: stretch;
}
.wp-block-column.is-vertically-aligned-top > div {
  height: 100%;
}

@media screen and (min-width: 600px) and (max-width: 940px) {
  .grid--2-3.wp-block-columns {
    flex-wrap: wrap;
  }
  .grid--2-3 .wp-block-column {
    flex-basis: 100% !important;
  }
  .grid--2-3 .wp-block-column:nth-child(even) {
    margin-top: 2rem;
  }
  .grid--2-3 .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
[id^=columns-] {
  margin-top: 5rem;
}
[id^=columns-] h2:first-of-type,
[id^=columns-] h3:first-of-type {
  margin-top: 0;
}
[id^=columns-] + [id^=columns-] {
  margin-top: 0;
}

.vertical-center {
  align-items: center;
}
