/*
Theme Name: 	Drink Philly Tap
Author: 	Lauren Sell
Author URI: 	https://laurensell.com
Description: 	based on Stix starter theme, for now.
Version: 	0.1
License: 	GNU General Public License v2 or later
License URI: 	LICENSE
Text Domain: 	DrinkPhillyTap
*/
/*---------------------------------------------------------------------
	0. Variables
----------------------*/
/* Font Stacks */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900|Zilla+Slab:600,700&display=swap");
@font-face {
  font-family: "Hernandez Niu Heavy";
  src: url("fonts/hernandezniu-heavy-webfont.woff2") format("woff2"), url("fonts/hernandezniu-heavy-webfont.woff") format("woff"), url("fonts/hernandezniu-heavy-webfont.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Hernandez Niu Heavy";
  src: url("fonts/hernandezniu-heavyitalic-webfont.woff2") format("woff2"), url("fonts/hernandezniu-heavyitalic-webfont.woff") format("woff"), url("fonts/hernandezniu-heavyitalic-webfont.otf") format("otf");
  font-weight: normal;
  font-style: italic;
}
/* Colors */
/* Sizes */
/*---------------------------------------------------------------------
	1. Reset
------------------*/
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
}

html {
  font-size: 20px;
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: #5ac6cc;
}

body {
  margin: 0 auto;
  max-width: 2000px;
  overflow-x: hidden;
  position: relative;
  background-color: #f3f3f4;
  color: #1d2331;
  outline: 3px solid #005d99;
  box-shadow: 0 0 50px #fff;
}

main {
  display: block;
}

hr {
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 85%;
}

ul {
  list-style: none;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

embed, iframe, object, video {
  display: block;
  max-width: 100%;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*---------------------------------------------------------------------
	2. Global
-------------------*/
#wpadminbar {
  position: fixed;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.35em;
  color: inherit;
  font-weight: 700;
}

h1 {
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #fff;
  font-size: 2.25em;
}
@media (min-width: 900px) {
  h1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #005d99;
  font-size: 2em;
}
@media (min-width: 800px) {
  h2 {
    font-size: 2.25em;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.5em;
  }
}

h3 {
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #2dbec6;
  font-size: 1.8em;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2em;
  }
}

h4 {
  color: #005d99;
  font-size: 1.3em;
  font-weight: 700;
}

h5 {
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #e41872;
  font-size: 1.3em;
}

h6 {
  color: #000;
  font-size: 0.92em;
}

p {
  margin: 0.7em 0;
  line-height: 1.35;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #005d99;
}
a:hover {
  text-decoration: underline wavy #5ac6cc;
  color: #e41872;
  overflow: visible;
}

.wp-block-button {
  margin: 1em 0;
}

.button, .wp-block-button__link {
  display: inline-block;
  background-color: #5ac6cc;
  background-color: #5ac6cc;
  padding: 0.75em 1.5em;
  border-radius: 3px;
  color: #1d2331;
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}
.button:hover, .wp-block-button__link:hover {
  text-decoration: none;
  background-color: #005d99;
  background-color: #005d99;
  color: #fff;
}

.screen-reader-text, .srt {
  display: none !important;
}

img.logo[alt] {
  font-family: "Hernandez Niu Heavy", "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2rem;
  text-align: left;
  line-height: 0.9;
  text-indent: -0.8rem;
}

ul#socicons {
  white-space: nowrap;
}
ul#socicons li {
  display: inline-block;
  font-size: 2em;
}
ul#socicons li a {
  display: block;
  line-height: 1;
  padding: 0.25em;
  border-radius: 3px;
}
ul#socicons li a:hover {
  color: #fff;
  background: #e41872;
}
ul#socicons li a i {
  width: 1em;
  height: 1em;
  text-align: center;
}

.modal {
  display: none;
}
.modal.in, .modal.show {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  outline: none;
  background-color: #1d2331;
  background-color: rgba(29, 35, 49, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.modal .modal-dialog {
  width: 96%;
  width: fit-content;
  min-width: 18em;
  max-width: 800px;
  max-height: 85%;
  max-height: 80vh;
  margin: 10% auto;
  margin: 10vh auto;
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 5px 5px 1em #000;
  overflow-y: initial !important;
}
.modal .modal-dialog .modal-content {
  max-height: 100%;
  max-height: 80vh;
  overflow: hidden auto;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  margin: 0.5em;
  margin: 1rem;
  padding: 0 !important;
  background: transparent !important;
  color: #5ac6cc;
  font-size: 2em;
  line-height: 1;
  border-radius: 1em;
  text-shadow: -1px 1px 5px #fff;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover, .modal .modal-dialog .modal-content .modal-header button.close:focus, .modal .modal-dialog .modal-content .modal-header button.close:active {
  outline: none;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body {
  display: block;
  padding: 0.01em 1.5em 1.5em;
}
.modal#browser-warning .modal-body {
  text-align: center;
}

#uh-oh {
  text-align: center;
  padding-bottom: 1em;
}

/*---------------------------------------------------------------------
	3. Header
-------------------*/
header#site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0.1px 0;
  background-color: #005d99;
  background-color: rgba(0, 93, 153, 0.9);
  color: #f3f3f4;
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
}
header#site-header .container {
  max-width: none;
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
}
header#site-header .container a {
  flex: 1 0 auto;
  display: flex;
  padding: 0.5em;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
header#site-header .container a:hover {
  background: #5ac6cc;
  color: #1d2331 !important;
  text-decoration: none;
}
header#site-header .container h1.branding {
  margin: 0;
  display: inline-block;
  font-size: 2rem;
  font-family: "Hernandez Niu Heavy", "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 600px) {
  header#site-header .container h1.branding {
    flex: 1 0 auto;
  }
}
header#site-header .container h1.branding a {
  padding: 0.25rem 1.5rem 0.2rem;
  margin-bottom: 0.05rem;
  justify-content: space-evenly;
  text-transform: unset;
}
header#site-header .container h1.branding a img {
  max-height: 4rem;
}
header#site-header .container h1.branding a img[alt] {
  max-width: 6em;
  margin: 0.25rem;
}
header#site-header .container h1.branding a:hover {
  background: #e41872;
  text-decoration: none;
}
header#site-header .container nav {
  display: flex;
}
header#site-header .container nav button {
  height: 100%;
  padding: 1em 1.5em;
}
header#site-header .container nav button i {
  font-size: 1.6em;
}
header#site-header .container nav button:hover {
  background: #5ac6cc !important;
  color: #1d2331 !important;
}
header#site-header .container nav #primary-menu {
  display: none;
}
header#site-header .container nav #primary-menu li {
  flex: 1 0 auto;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
header#site-header .container nav #primary-menu li a {
  flex: 1 0 auto;
  display: flex;
  padding: 0.5em;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header#site-header .container nav #primary-menu li.current-menu-item a, header#site-header .container nav #primary-menu li.current-menu-ancestor a {
  color: #94dade;
}
header#site-header .container nav.toggled button {
  background-color: #1d2331;
  background-color: rgba(29, 35, 49, 0.95);
  color: #f3f3f4;
}
header#site-header .container nav.toggled #primary-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #1d2331;
  background-color: rgba(29, 35, 49, 0.95);
  padding: 0.3em;
}
@media (min-width: 600px) {
  header#site-header .container nav {
    flex: 4 0 auto;
  }
  header#site-header .container nav button {
    display: none;
  }
  header#site-header .container nav #primary-menu {
    flex: 1 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}

/* Old IE */
.ie6 header#site-header, .ie7 header#site-header, .ie8 header#site-header, .ie9 header#site-header {
  height: 5em;
}
.ie6 header#site-header .container, .ie7 header#site-header .container, .ie8 header#site-header .container, .ie9 header#site-header .container {
  text-align: right;
}
.ie6 header#site-header .container h1.branding, .ie7 header#site-header .container h1.branding, .ie8 header#site-header .container h1.branding, .ie9 header#site-header .container h1.branding {
  display: block;
  float: left;
}
.ie6 header#site-header .container h1.branding a, .ie7 header#site-header .container h1.branding a, .ie8 header#site-header .container h1.branding a, .ie9 header#site-header .container h1.branding a {
  display: block;
  padding: 4px;
}
.ie6 header#site-header .container h1.branding a img.logo, .ie7 header#site-header .container h1.branding a img.logo, .ie8 header#site-header .container h1.branding a img.logo, .ie9 header#site-header .container h1.branding a img.logo {
  width: 2em;
}
.ie6 header#site-header .container nav, .ie7 header#site-header .container nav, .ie8 header#site-header .container nav, .ie9 header#site-header .container nav {
  display: inline;
  float: right;
}
.ie6 header#site-header .container nav button.menu-toggle, .ie7 header#site-header .container nav button.menu-toggle, .ie8 header#site-header .container nav button.menu-toggle, .ie9 header#site-header .container nav button.menu-toggle {
  display: none;
}
.ie6 header#site-header .container nav ul#primary-menu, .ie7 header#site-header .container nav ul#primary-menu, .ie8 header#site-header .container nav ul#primary-menu, .ie9 header#site-header .container nav ul#primary-menu {
  display: inline;
  text-align: right;
}
.ie6 header#site-header .container nav ul#primary-menu li, .ie7 header#site-header .container nav ul#primary-menu li, .ie8 header#site-header .container nav ul#primary-menu li, .ie9 header#site-header .container nav ul#primary-menu li {
  display: block;
}
.ie6 header#site-header .container nav ul#primary-menu li a, .ie7 header#site-header .container nav ul#primary-menu li a, .ie8 header#site-header .container nav ul#primary-menu li a, .ie9 header#site-header .container nav ul#primary-menu li a {
  display: inline;
}
@media (min-width: 600px) {
  .ie6 header#site-header .container nav ul#primary-menu li, .ie7 header#site-header .container nav ul#primary-menu li, .ie8 header#site-header .container nav ul#primary-menu li, .ie9 header#site-header .container nav ul#primary-menu li {
    display: inline-block;
    margin: 1.45em 0.5em;
  }
  .ie6 header#site-header .container nav ul#primary-menu li a, .ie7 header#site-header .container nav ul#primary-menu li a, .ie8 header#site-header .container nav ul#primary-menu li a, .ie9 header#site-header .container nav ul#primary-menu li a {
    display: block;
  }
}

.ie6 header#site-header, .ie7 header#site-header, .ie8 header#site-header {
  position: static;
}

/*---------------------------------------------------------------------
	5. Main
-----------------*/
main {
  min-height: 80vh;
}
main article > header {
  padding: 0.1px 0;
}

/*---------------------------------------------------------------------
	4a. Main - Page Header
--------------------------------*/
.wp-block-ls-tap-header {
  background-color: #e41872;
  color: #f3f3f4;
}
.wp-block-ls-tap-header > .side.container {
  padding: 6em 2em 2em;
}
.wp-block-ls-tap-header > .side.container h1 {
  color: #fff;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0.2em;
  max-width: 100%;
}
.wp-block-ls-tap-header > .side.container p {
  color: #f3f3f4;
  margin: 0.4em 0;
  max-width: 100%;
}
.wp-block-ls-tap-header > .side.container a {
  color: #fff;
  font-weight: bolder;
}
.wp-block-ls-tap-header > .side.container .wp-block-button {
  margin-bottom: 0;
  max-width: 100%;
}
.wp-block-ls-tap-header > .side.container .wp-block-button + p a {
  font-size: 0.86em;
}
.wp-block-ls-tap-header > .side.container .wp-block-ls-starwaves {
  align-self: stretch;
  margin-right: 0;
}
.wp-block-ls-tap-header > .side.container .wp-block-ls-starwaves:first-child {
  margin-right: -0.75em;
}
.wp-block-ls-tap-header .image-container, .wp-block-ls-tap-header .image-container img {
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .wp-block-ls-tap-header {
    min-height: 40vw;
    max-height: 32em;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
  }
  .wp-block-ls-tap-header .side.container {
    flex: 1 1 33%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 6em;
  }
}
@media (min-width: 600px) and (min-width: 900px) {
  .wp-block-ls-tap-header .side.container {
    flex-grow: 0;
  }
}
@media (min-width: 600px) {
  .wp-block-ls-tap-header .image-container {
    flex: 2 1 66.7%;
    position: relative;
  }
  .wp-block-ls-tap-header .image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
  }
}

@media (min-width: 600px) {
  body.home .wp-block-ls-tap-header {
    height: 100%;
    height: 100vh;
    max-height: unset;
  }
  body.home .wp-block-ls-tap-header h1 {
    font-size: 3.5em;
  }
}
body.home .wp-block-ls-tap-header > .side.container h1 {
  font-family: "Hernandez Niu Heavy", "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #fff;
  line-height: 0.88;
}
@media (min-width: 900px) {
  body.home .wp-block-ls-tap-header > .side.container h1 {
    font-size: 8vw;
  }
}
@media (min-width: 1500px) {
  body.home .wp-block-ls-tap-header > .side.container h1 {
    font-size: 6em;
  }
}
body.home .wp-block-ls-tap-header > .side.container .wp-block-button__link {
  margin-bottom: 0;
  white-space: nowrap;
}

/* IE 10/11 */
body.ie main {
  position: relative;
}
body.ie .wp-block-ls-tap-header {
  height: auto;
  max-height: none;
}
@media (min-width: 600px) {
  body.ie .wp-block-ls-tap-header .side.container {
    background: #e41872;
    min-height: 60vh;
  }
  body.ie .wp-block-ls-tap-header .image-container {
    height: auto;
    background-size: cover;
  }
  body.ie .wp-block-ls-tap-header .image-container img {
    display: none;
  }
}

@media (min-width: 600px) {
  body.ie.home .wp-block-ls-tap-header .side.container {
    min-height: 100vh;
  }
}

/* Old IE */
.ie6 .container, .ie7 .container, .ie8 .container, .ie9 .container {
  width: 90%;
}
.ie6 .wp-block-ls-tap-header, .ie7 .wp-block-ls-tap-header, .ie8 .wp-block-ls-tap-header, .ie9 .wp-block-ls-tap-header {
  display: block;
}
@media (min-width: 600px) {
  .ie6 .wp-block-ls-tap-header, .ie7 .wp-block-ls-tap-header, .ie8 .wp-block-ls-tap-header, .ie9 .wp-block-ls-tap-header {
    display: table;
  }
  .ie6 .wp-block-ls-tap-header .side.container, .ie6 .wp-block-ls-tap-header .image-container, .ie7 .wp-block-ls-tap-header .side.container, .ie7 .wp-block-ls-tap-header .image-container, .ie8 .wp-block-ls-tap-header .side.container, .ie8 .wp-block-ls-tap-header .image-container, .ie9 .wp-block-ls-tap-header .side.container, .ie9 .wp-block-ls-tap-header .image-container {
    display: table-cell;
    min-width: 300px;
  }
  .ie6 .wp-block-ls-tap-header .side.container, .ie7 .wp-block-ls-tap-header .side.container, .ie8 .wp-block-ls-tap-header .side.container, .ie9 .wp-block-ls-tap-header .side.container {
    width: 40%;
  }
}

.ie6 .wp-block-ls-tap-header .side.container, .ie7 .wp-block-ls-tap-header .side.container, .ie8 .wp-block-ls-tap-header .side.container {
  padding-top: 2em;
}

/*---------------------------------------------------------------------
	4a. Main - Page Content
--------------------------------*/
article ul {
  list-style-type: disc;
  padding: 0 0 0 1em;
}
article ul li {
  padding: 0.2em 0;
  line-height: 1.25;
}
article figure.wp-block-image {
  margin: 1em 0;
}

article.hentry > *:not(.alignfull), article.hentry > section > *:not(.alignfull) {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
article.hentry > *:not(.alignfull):not(.wp-block-columns), article.hentry > section > *:not(.alignfull):not(.wp-block-columns) {
  padding: 0 3%;
  padding: 0 3vw;
}

section {
  padding: 2em 5%;
}
section h2:first-child, section h3:first-child, section h4:first-child, section h5:first-child, section h6:first-child {
  margin-top: 0;
}

.wp-block-columns {
  display: flex;
  justify-content: space-between;
  gap: 0 !important;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns .wp-block-column {
  padding: 0 3%;
  padding: 0 3vw;
  max-width: 580px;
}
.wp-block-columns .wp-block-column h2:first-child, .wp-block-columns .wp-block-column h3:first-child, .wp-block-columns .wp-block-column h4:first-child, .wp-block-columns .wp-block-column h5:first-child, .wp-block-columns .wp-block-column h6:first-child {
  margin-top: 0;
}
.wp-block-columns.col-vp1 .wp-block-column {
  padding-top: 1.5em;
  padding-bottom: 1em;
}
.wp-block-columns.col-vp2 .wp-block-column {
  padding-top: 2.5em;
  padding-bottom: 2em;
}
.wp-block-columns.alignfull {
  justify-content: stretch;
}
.wp-block-columns.alignfull .wp-block-column {
  max-width: none;
}
@media (min-width: 600px) {
  .wp-block-columns.has-2-columns, .wp-block-columns.has-4-columns {
    display: flex;
    flex-wrap: wrap;
  }
  .wp-block-columns.has-2-columns .wp-block-column, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 1 0 50%;
  }
  .wp-block-columns.has-3-columns.smallok {
    display: flex;
  }
  .wp-block-columns.has-3-columns.smallok.alignfull {
    margin-left: -2%;
    margin-left: -1.5vw;
    margin-right: -2%;
    margin-right: -1.5vw;
  }
  .wp-block-columns.has-3-columns.smallok .wp-block-column {
    flex: 1 1 33%;
  }
  .wp-block-columns.has-3-columns.smallok .wp-block-column:not(:first-child):not([class*=has-background-color]) {
    padding-left: 1em;
  }
  .wp-block-columns.has-3-columns.smallok .wp-block-column:not(:last-child):not([class*=has-background-color]) {
    padding-right: 1em;
  }
  .wp-block-columns.uneven .wp-block-column {
    flex: 1 1 auto;
    max-width: 800px;
  }
}
@media (min-width: 800px) {
  .wp-block-columns.has-3-columns {
    display: flex;
  }
  .wp-block-columns.has-3-columns.alignfull {
    margin-left: -2%;
    margin-left: -1.5vw;
    margin-right: -2%;
    margin-right: -1.5vw;
  }
  .wp-block-columns.has-3-columns .wp-block-column {
    flex-basis: 33%;
  }
  .wp-block-columns.has-3-columns .wp-block-column:not(:first-child):not([class*=has-background-color]) {
    padding-left: 1.5em;
  }
  .wp-block-columns.has-3-columns .wp-block-column:not(:last-child):not([class*=has-background-color]) {
    padding-right: 1.5em;
  }
}
@media (min-width: 900px) {
  .wp-block-columns.has-4-columns {
    display: flex;
  }
  .wp-block-columns.has-4-columns.alignfull {
    margin-left: -2%;
    margin-left: -1.5vw;
    margin-right: -2%;
    margin-right: -1.5vw;
  }
  .wp-block-columns.has-4-columns .wp-block-column {
    flex-basis: 25%;
  }
  .wp-block-columns.has-4-columns .wp-block-column:not(:first-child):not([class*=has-background-color]) {
    padding-left: 1em;
  }
  .wp-block-columns.has-4-columns .wp-block-column:not(:last-child):not([class*=has-background-color]) {
    padding-right: 1em;
  }
}

body.ie .wp-block-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.ie .wp-block-column > * {
  padding-left: 3vw;
  padding-right: 3vw;
}
body.ie .wp-block-column > ul, body.ie .wp-block-column > ol {
  margin-left: 1em;
}

.wp-block-ls-starwaves {
  height: 6em;
  min-height: 3em;
  margin: 0 20% 0 -50vw !important;
  background-image: url(/wp-content/themes/drink-philly-tap/img/starwaves.png);
  background-size: auto 100%;
  background-position-x: right;
  background-repeat: no-repeat;
}

.wp-block-ls-starwaves.alignright {
  margin: 0 -50vw 0 20% !important;
  background-position-x: left;
}

.wp-block-ls-starwaves:first-child {
  margin-top: -1em;
  margin-right: -0.75em;
}

.wp-block-ls-starwaves:last-child {
  margin-top: 1em;
  margin-bottom: -1.5em;
}

.wp-block-ls-faq {
  margin: 1.5em 0 0;
}
.wp-block-ls-faq .question {
  display: inline-block;
}
.wp-block-ls-faq .question h4 {
  color: inherit;
  margin: 0;
}
.wp-block-ls-faq .question:hover, .wp-block-ls-faq .question:focus {
  text-decoration: none;
  border-bottom: 2px solid #5ac6cc;
  margin-bottom: -2px;
}
.wp-block-ls-faq .question:not(.collapsed) {
  display: block;
}
.wp-block-ls-faq .answer {
  display: none;
  overflow: hidden;
  padding: 0 1em;
  border-radius: 3px;
  background-color: #5ac6cc;
  background-color: rgba(90, 198, 204, 0.2);
}
.wp-block-ls-faq .answer.show {
  display: block;
}

.acs {
  max-width: 800px !important;
}
.acs .wp-block-columns {
  flex-wrap: wrap;
  border-radius: 3px;
}
.acs .wp-block-columns .wp-block-image {
  min-width: 150px;
}
@media (min-width: 600px) {
  .acs .wp-block-columns {
    flex-wrap: nowrap;
  }
}

.wp-block-ls-tap-pledge .mc-response {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.85em;
}

form {
  max-width: 800px;
  margin: 1rem auto;
  border-radius: 3px;
}
form h4 {
  color: #005d99;
}
form fieldset {
  padding: 0;
}
form .form-field {
  margin: 0.75em 0;
  position: relative;
}
form label {
  font-weight: 600;
  color: #005d99;
}
form label span.required, form label span.req {
  color: #e41872;
}
form input, form select {
  display: block;
  width: 100%;
  padding: 0.35em 0.5em;
  background: #fff;
  border: 2px solid #5ac6cc;
  border-radius: 3px;
}
form input:focus, form select:focus {
  border-color: #005d99 !important;
  box-shadow: 0 0 5px #5ac6cc;
}
form select {
  padding: 0.28em;
}
form .checkbox label {
  display: inline-block;
  padding-left: 2em;
  color: #1d2331;
  font-weight: normal;
}
form .checkbox label::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #5ac6cc;
  border-radius: 3px;
  background: #fff;
}
form .checkbox label::after {
  position: absolute;
  left: 0.12em;
  top: 0.06em;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1em;
  color: #fff;
  display: none;
}
form .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 9;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.3em 0 0;
  vertical-align: -0.4em;
}
form .checkbox input[type=checkbox]:checked + label::before {
  background: #005d99;
  border-color: #005d99;
}
form .checkbox input[type=checkbox]:checked + label::after {
  display: inline-block;
}
form .checkbox input[type=checkbox]:focus + label::before {
  border-color: #005d99;
  box-shadow: 0 0 5px #5ac6cc;
  box-shadow: 0.5px 0.5px 3px rgba(90, 198, 204, 0.7);
}
form .checkbox input[type=checkbox]:checked:focus + label::before {
  border-color: #5ac6cc;
}
form #core-pledge {
  background: #004e80;
  border: 2px solid #005d99;
  border-radius: 3px;
  padding: 1em;
  margin: 1em auto 0.5em;
  font-size: 110%;
}
form #core-pledge div {
  max-width: 26.5em;
  margin: 1em auto;
}
form #core-pledge div h5 {
  margin-top: -0.45em;
  color: #fff;
}
form #core-pledge div.checkbox label {
  color: #fff;
}
form #core-pledge div.checkbox label::before {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
form #core-pledge div.checkbox input:checked + label::before {
  border-color: #5ac6cc;
  background: #5ac6cc;
}
form #core-pledge div.checkbox input:focus + label::before {
  border-color: #fff;
}
@media (min-width: 600px) {
  form #contact-info, form #challenge {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  form #contact-info h5, form #challenge h5 {
    flex: 0 0 100%;
    margin-top: 1.25em;
    margin-bottom: 0;
  }
  form #contact-info .form-field, form #challenge .form-field {
    flex: 0 1 48.5%;
  }
  form #contact-info .form-field#email, form #contact-info .form-field.checkbox, form #challenge .form-field#email, form #challenge .form-field.checkbox {
    flex: 1 0 100%;
  }
}
form input.error, form select.error {
  border-color: #e41872;
}
form .error-message {
  font-weight: bold;
  color: #e41872;
}
form .form-row {
  margin: 1em auto;
}
form input[type=submit] {
  padding: 0.9em;
  background: #5ac6cc;
  border-radius: 3px;
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  border: 0;
}
form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active {
  background: #e41872;
  color: #fff;
}

/* Old IE */
.ie6 .wp-block-column, .ie7 .wp-block-column, .ie8 .wp-block-column {
  width: 90%;
  margin: 0 auto;
}
.ie6 .wp-block-ls-tap-pledge form, .ie7 .wp-block-ls-tap-pledge form, .ie8 .wp-block-ls-tap-pledge form {
  margin: 2em;
}
.ie6 .wp-block-ls-tap-pledge form .checkbox input, .ie7 .wp-block-ls-tap-pledge form .checkbox input, .ie8 .wp-block-ls-tap-pledge form .checkbox input {
  width: auto;
  float: left;
}
.ie6 .wp-block-ls-faq .answer, .ie7 .wp-block-ls-faq .answer, .ie8 .wp-block-ls-faq .answer {
  display: block !important;
}
.ie6 section.has-blue-background-color h4, .ie7 section.has-blue-background-color h4, .ie8 section.has-blue-background-color h4 {
  color: #fff;
}

/*---------------------------------------------------------------------
	4. Footer
-------------------*/
footer#site-footer {
  background-color: #005d99;
  color: #cfeef0;
  font-size: 0.9em;
}
footer#site-footer p {
  font-weight: 300;
  font-size: 0.8rem;
  margin: 0.5em auto;
}
footer#site-footer h6 {
  margin-top: 0.25rem;
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #81d3d8;
  font-size: 1.1rem;
}
footer#site-footer a {
  color: #fff;
  font-weight: 400;
}
footer#site-footer > .container {
  padding: 0;
}
footer#site-footer #footer-top, footer#site-footer #footer-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 800px) {
  footer#site-footer #footer-top, footer#site-footer #footer-middle {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 1em;
    max-width: 100%;
  }
}
footer#site-footer #footer-top aside, footer#site-footer #footer-middle aside {
  padding: 0.75em 1em;
  flex: 1 0 90%;
  text-align: center;
}
@media (min-width: 800px) {
  footer#site-footer #footer-top aside, footer#site-footer #footer-middle aside {
    flex: none;
  }
}
footer#site-footer #footer-top aside#footer-logo, footer#site-footer #footer-middle aside#footer-logo {
  padding: 0;
}
@media (min-width: 800px) {
  footer#site-footer #footer-top aside#footer-logo, footer#site-footer #footer-middle aside#footer-logo {
    flex: 1 1 17em;
    max-width: 24em;
  }
}
footer#site-footer #footer-top aside#footer-logo a, footer#site-footer #footer-middle aside#footer-logo a {
  display: block;
}
footer#site-footer #footer-top aside#footer-logo a img, footer#site-footer #footer-middle aside#footer-logo a img {
  display: inline-block;
  max-height: 8rem;
}
footer#site-footer #footer-top aside#footer-logo a:hover, footer#site-footer #footer-top aside#footer-logo a:focus, footer#site-footer #footer-top aside#footer-logo a:active, footer#site-footer #footer-middle aside#footer-logo a:hover, footer#site-footer #footer-middle aside#footer-logo a:focus, footer#site-footer #footer-middle aside#footer-logo a:active {
  background: #e41872;
}
footer#site-footer #footer-top aside#footer-nav, footer#site-footer #footer-middle aside#footer-nav {
  padding: 0.5em;
}
@media (min-width: 800px) {
  footer#site-footer #footer-top aside#footer-nav, footer#site-footer #footer-middle aside#footer-nav {
    flex: 0 0 auto;
  }
}
footer#site-footer #footer-top aside#footer-nav ul.menu, footer#site-footer #footer-middle aside#footer-nav ul.menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 450px) {
  footer#site-footer #footer-top aside#footer-nav ul.menu, footer#site-footer #footer-middle aside#footer-nav ul.menu {
    align-items: center;
  }
}
footer#site-footer #footer-top aside#footer-nav ul.menu li a, footer#site-footer #footer-middle aside#footer-nav ul.menu li a {
  display: block;
  padding: 0.6em 1em;
}
@media (min-width: 800px) {
  footer#site-footer #footer-top aside#footer-nav ul.menu li a, footer#site-footer #footer-middle aside#footer-nav ul.menu li a {
    padding: 0.4em 1em;
  }
}
footer#site-footer #footer-top aside#footer-nav ul.menu li a:hover, footer#site-footer #footer-top aside#footer-nav ul.menu li a:focus, footer#site-footer #footer-top aside#footer-nav ul.menu li a:active, footer#site-footer #footer-middle aside#footer-nav ul.menu li a:hover, footer#site-footer #footer-middle aside#footer-nav ul.menu li a:focus, footer#site-footer #footer-middle aside#footer-nav ul.menu li a:active {
  background: #e41872;
  border-radius: 3px;
  text-decoration: none;
}
@media (min-width: 800px) {
  footer#site-footer #footer-top aside#footer-signup, footer#site-footer #footer-middle aside#footer-signup {
    flex: 1 1 17em;
    max-width: 24em;
  }
}
footer#site-footer #footer-top aside#footer-signup form, footer#site-footer #footer-middle aside#footer-signup form {
  margin: 0 auto;
  max-width: 24em;
}
footer#site-footer #footer-top aside#footer-signup form > div, footer#site-footer #footer-middle aside#footer-signup form > div {
  max-width: 100%;
}
footer#site-footer #footer-top aside#footer-signup form .mc-field-group, footer#site-footer #footer-middle aside#footer-signup form .mc-field-group {
  display: flex;
  position: relative;
}
footer#site-footer #footer-top aside#footer-signup form .mc-field-group input.mce_inline_error, footer#site-footer #footer-middle aside#footer-signup form .mc-field-group input.mce_inline_error {
  border-color: #e41872;
  z-index: 2;
}
footer#site-footer #footer-top aside#footer-signup form .mc-field-group div.mce_inline_error, footer#site-footer #footer-top aside#footer-signup form .mc-field-group .error-message, footer#site-footer #footer-middle aside#footer-signup form .mc-field-group div.mce_inline_error, footer#site-footer #footer-middle aside#footer-signup form .mc-field-group .error-message {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.2em;
  padding: 0.25em 0.5em 0.3em;
  background: #e41872;
  color: #fff;
  border-radius: 3px;
}
footer#site-footer #footer-top aside#footer-signup form #mce-responses, footer#site-footer #footer-middle aside#footer-signup form #mce-responses {
  margin-top: 0.25em;
}
footer#site-footer #footer-top aside#footer-signup form #mce-responses.mc-status.error-message, footer#site-footer #footer-middle aside#footer-signup form #mce-responses.mc-status.error-message {
  /*background: $pink;*/
  color: #f3f3f4;
  padding: 0.25em 0.5em 0.35em;
  border-radius: 3px;
  font-weight: normal;
}
footer#site-footer #footer-top aside#footer-signup form #mce-responses.mc-status.error-message a, footer#site-footer #footer-middle aside#footer-signup form #mce-responses.mc-status.error-message a {
  font-weight: bold;
  display: inline-block;
}
footer#site-footer #footer-top aside#footer-signup form input[type=email], footer#site-footer #footer-middle aside#footer-signup form input[type=email] {
  flex: 3 1 100%;
  margin-right: -2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #1d2331;
}
footer#site-footer #footer-top aside#footer-signup form input[type=submit], footer#site-footer #footer-middle aside#footer-signup form input[type=submit] {
  flex: 1 0 auto;
  width: auto;
  padding: 0.5em 1em;
  font-size: 1rem;
  color: #1d2331;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
footer#site-footer #footer-top aside#footer-signup form input[type=submit]:hover, footer#site-footer #footer-top aside#footer-signup form input[type=submit]:focus, footer#site-footer #footer-top aside#footer-signup form input[type=submit]:active, footer#site-footer #footer-middle aside#footer-signup form input[type=submit]:hover, footer#site-footer #footer-middle aside#footer-signup form input[type=submit]:focus, footer#site-footer #footer-middle aside#footer-signup form input[type=submit]:active {
  color: #fff;
}
footer#site-footer #footer-middle {
  margin: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #5ac6cc;
  text-align: center;
}
footer#site-footer #footer-middle aside {
  padding: 0.5em 0;
}
@media (min-width: 800px) {
  footer#site-footer #footer-middle aside {
    text-align: left;
  }
}
footer#site-footer #footer-bottom {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
footer#site-footer #footer-bottom .container {
  padding: 0.5rem 1rem;
}

@media (min-width: 800px) {
  body.ie footer#site-footer #footer-top aside#footer-logo, body.ie footer#site-footer #footer-top aside#footer-signup {
    flex: 0 1 16em;
    max-width: none;
  }
  body.ie footer#site-footer #footer-top aside#footer-nav {
    flex: 0;
    width: 12em;
  }
}
@media (min-width: 1000px) {
  body.ie footer#site-footer #footer-top aside#footer-logo, body.ie footer#site-footer #footer-top aside#footer-signup {
    flex-basis: 20em;
  }
}

/* Old IE */
@media (min-width: 800px) {
  .ie6 footer#site-footer #footer-top, .ie6 footer#site-footer #footer-middle, .ie7 footer#site-footer #footer-top, .ie7 footer#site-footer #footer-middle, .ie8 footer#site-footer #footer-top, .ie8 footer#site-footer #footer-middle, .ie9 footer#site-footer #footer-top, .ie9 footer#site-footer #footer-middle {
    display: table;
    width: 100%;
  }
  .ie6 footer#site-footer #footer-top aside, .ie6 footer#site-footer #footer-middle aside, .ie7 footer#site-footer #footer-top aside, .ie7 footer#site-footer #footer-middle aside, .ie8 footer#site-footer #footer-top aside, .ie8 footer#site-footer #footer-middle aside, .ie9 footer#site-footer #footer-top aside, .ie9 footer#site-footer #footer-middle aside {
    display: table-cell;
    vertical-align: middle;
    min-width: 12em;
  }
  .ie6 footer#site-footer #footer-top #footer-logo, .ie6 footer#site-footer #footer-top #footer-signup, .ie6 footer#site-footer #footer-middle #footer-logo, .ie6 footer#site-footer #footer-middle #footer-signup, .ie7 footer#site-footer #footer-top #footer-logo, .ie7 footer#site-footer #footer-top #footer-signup, .ie7 footer#site-footer #footer-middle #footer-logo, .ie7 footer#site-footer #footer-middle #footer-signup, .ie8 footer#site-footer #footer-top #footer-logo, .ie8 footer#site-footer #footer-top #footer-signup, .ie8 footer#site-footer #footer-middle #footer-logo, .ie8 footer#site-footer #footer-middle #footer-signup, .ie9 footer#site-footer #footer-top #footer-logo, .ie9 footer#site-footer #footer-top #footer-signup, .ie9 footer#site-footer #footer-middle #footer-logo, .ie9 footer#site-footer #footer-middle #footer-signup {
    max-width: 16em !important;
  }
  .ie6 footer#site-footer #footer-top #footer-logo a, .ie6 footer#site-footer #footer-top #footer-signup a, .ie6 footer#site-footer #footer-middle #footer-logo a, .ie6 footer#site-footer #footer-middle #footer-signup a, .ie7 footer#site-footer #footer-top #footer-logo a, .ie7 footer#site-footer #footer-top #footer-signup a, .ie7 footer#site-footer #footer-middle #footer-logo a, .ie7 footer#site-footer #footer-middle #footer-signup a, .ie8 footer#site-footer #footer-top #footer-logo a, .ie8 footer#site-footer #footer-top #footer-signup a, .ie8 footer#site-footer #footer-middle #footer-logo a, .ie8 footer#site-footer #footer-middle #footer-signup a, .ie9 footer#site-footer #footer-top #footer-logo a, .ie9 footer#site-footer #footer-top #footer-signup a, .ie9 footer#site-footer #footer-middle #footer-logo a, .ie9 footer#site-footer #footer-middle #footer-signup a {
    max-width: 100%;
  }
  .ie6 footer#site-footer #footer-top #footer-nav, .ie6 footer#site-footer #footer-middle #footer-nav, .ie7 footer#site-footer #footer-top #footer-nav, .ie7 footer#site-footer #footer-middle #footer-nav, .ie8 footer#site-footer #footer-top #footer-nav, .ie8 footer#site-footer #footer-middle #footer-nav, .ie9 footer#site-footer #footer-top #footer-nav, .ie9 footer#site-footer #footer-middle #footer-nav {
    width: auto !important;
  }
}

.ie6 footer#site-footer #bottrap, .ie7 footer#site-footer #bottrap {
  display: none;
}
.ie6 footer#site-footer ul li, .ie7 footer#site-footer ul li {
  display: inline;
  font-size: 1em;
  font-weight: bold;
}
.ie6 footer#site-footer ul li i, .ie7 footer#site-footer ul li i {
  display: none;
}
.ie6 footer#site-footer ul li span.srt, .ie7 footer#site-footer ul li span.srt {
  display: inline-block !important;
  margin: 0 0.5em;
}

/*---------------------------------------------------------------------
	6. Helper Classes
----------------------------*/
/* Fonts */
.mainfont, .lato {
  font-family: Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.titlefont, .zilla {
  font-family: "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.logofont, .hernandez {
  font-family: "Hernandez Niu Heavy", "Zilla Slab", Lato, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

/* Font Weights */
.lighter {
  font-weight: lighter;
}

.light {
  font-weight: 300;
}

.book {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.heavy {
  font-weight: 900;
}

.bolder {
  font-weight: bolder;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

/* Colors */
.b-pale, .has-pale-background-color {
  background-color: #f3f3f4;
}

.b-white, .has-white-background-color {
  background-color: #fff;
}

.b-teal, .has-teal-background-color {
  background-color: #79d1d6;
}
.b-teal h2, .b-teal h3, .has-teal-background-color h2, .has-teal-background-color h3 {
  color: #000;
}
.b-teal h4, .has-teal-background-color h4 {
  color: inherit;
}
.b-teal a, .has-teal-background-color a {
  color: #004775;
}
.b-teal a:hover, .b-teal a:focus, .has-teal-background-color a:hover, .has-teal-background-color a:focus {
  color: #000;
}
.b-teal .wp-block-ls-faq .question:hover, .b-teal .wp-block-ls-faq .question:focus, .has-teal-background-color .wp-block-ls-faq .question:hover, .has-teal-background-color .wp-block-ls-faq .question:focus {
  border-color: #fff;
}
.b-teal .wp-block-ls-faq .answer, .has-teal-background-color .wp-block-ls-faq .answer {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.b-pink, .has-pink-background-color {
  background-color: #e41872;
  color: #dedee0;
}
.b-pink h2, .b-pink h3, .has-pink-background-color h2, .has-pink-background-color h3 {
  color: #fff;
}
.b-pink a, .has-pink-background-color a {
  color: #fff;
}
.b-pink a:hover, .b-pink a:focus, .has-pink-background-color a:hover, .has-pink-background-color a:focus {
  color: #81d3d8;
  text-decoration-color: #fff;
}

.b-blue, .has-blue-background-color {
  background-color: #005d99;
  color: #f3f3f4;
}
.b-blue h2, .b-blue h3, .has-blue-background-color h2, .has-blue-background-color h3 {
  color: #fff;
}
.b-blue h4, .has-blue-background-color h4 {
  color: inherit;
}
.b-blue a, .has-blue-background-color a {
  color: #81d3d8;
}
.b-blue a:hover, .b-blue a:focus, .has-blue-background-color a:hover, .has-blue-background-color a:focus {
  color: #fff;
}
.b-blue .wp-block-ls-faq .answer, .has-blue-background-color .wp-block-ls-faq .answer {
  background-color: #1d2331;
  background-color: rgba(29, 35, 49, 0.3);
}

.b-dark, .has-dark-background-color {
  background-color: #1d2331;
  color: #5ac6cc;
}

.b-black, .has-black-background-color {
  background-color: #000;
  color: #5ac6cc;
}

.t-pink, .t-pink *, .has-pink-color {
  color: #e41872;
}

.t-blue, .t-blue *, .has-blue-color {
  color: #005d99;
}

.t-teal, .t-teal *, .has-teal-color {
  color: #5ac6cc;
}

.t-pale, .t-pale *, .has-pale-color {
  color: #f3f3f4;
}

.t-dark, .t-dark *, .has-dark-color {
  color: #1d2331;
}

.t-white, .t-white *, .has-white-color {
  color: #fff;
}

.t-black, .t-black *, .has-black-color {
  color: #000;
}

.warmgray {
  color: #554741;
}

.black7 {
  color: #1e1b1c;
}

/* Display */
.block {
  display: block;
}

.inline-block, .iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

/* Flex Direction */
.f-row {
  display: flex;
  flex-direction: row;
}

.f-col {
  display: flex;
  flex-direction: column;
}

.f-row-r {
  display: flex;
  flex-direction: row-reverse;
}

.f-col-r {
  display: flex;
  flex-direction: column-reverse;
}

/* Flex Wrap */
.f-wrap {
  display: flex;
  flex-wrap: wrap;
}

.f-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

/* Flex Justify */
.fj-start {
  display: flex;
  justify-content: flex-start;
}

.fj-end {
  display: flex;
  justify-content: flex-end;
}

.fj-stretch {
  display: flex;
  justify-content: stretch;
}

.fj-center {
  display: flex;
  justify-content: center;
}

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

.fj-evenly {
  display: flex;
  justify-content: space-evenly;
}

.fj-between {
  display: flex;
  justify-content: space-between;
}

.fjs-start {
  display: flex;
  justify-self: flex-start;
}

.fjs-end {
  display: flex;
  justify-self: flex-end;
}

.fjs-stretch {
  display: flex;
  justify-self: stretch;
}

.fjs-center {
  display: flex;
  justify-self: center;
}

/* Flex Align */
.fa-start {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}

.fa-end {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

.fa-center {
  display: flex;
  align-items: center;
  align-content: center;
}

.fa-stretch {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}

.fa-around {
  display: flex;
  align-items: center;
  align-content: space-around;
}

.fa-evenly {
  display: flex;
  align-items: center;
  align-content: space-evenly;
}

.fa-between {
  display: flex;
  align-items: auto;
  align-content: space-between;
}

.fai-start {
  display: flex;
  align-items: flex-start;
}

.fai-end {
  display: flex;
  align-items: flex-end;
}

.fai-center {
  display: flex;
  align-items: center;
}

.fai-stretch {
  display: flex;
  align-items: stretch;
}

.fas-start {
  display: flex;
  align-self: flex-start;
}

.fas-end {
  display: flex;
  align-self: flex-end;
}

.fas-center {
  display: flex;
  align-self: center;
}

.fas-stretch {
  display: flex;
  align-self: stretch;
}

.fac-start {
  display: flex;
  align-content: flex-start;
}

.fac-end {
  display: flex;
  align-content: flex-end;
}

.fac-center {
  display: flex;
  align-content: center;
}

.fac-stretch {
  display: flex;
  align-content: stretch;
}

.fac-around {
  display: flex;
  align-content: space-around;
}

.fac-evenly {
  display: flex;
  align-content: space-evenly;
}

.fac-between {
  display: flex;
  align-content: space-between;
}

/* Flexibility */
.flexible {
  flex: 1 1 auto;
}

.grow {
  flex: 1 0 auto;
}

.shrink {
  flex: 0 1 auto;
}

.max {
  flex: 1 1 100%;
}

.min {
  flex: 1 1 0;
}

.f-grow-0, .nogrow {
  flex-grow: 0;
}

.f-grow-1 {
  flex-grow: 1;
}

.f-grow-2 {
  flex-grow: 2;
}

.f-grow-3 {
  flex-grow: 3;
}

.f-grow-4 {
  flex-grow: 4;
}

.f-grow-5 {
  flex-grow: 5;
}

.f-grow-6 {
  flex-grow: 6;
}

.f-grow-8 {
  flex-grow: 8;
}

.f-grow-0, .nogrow {
  flex-grow: 0;
}

.f-grow-1 {
  flex-grow: 1;
}

.f-grow-2 {
  flex-grow: 2;
}

.f-grow-3 {
  flex-grow: 3;
}

.f-grow-4 {
  flex-grow: 4;
}

.f-grow-5 {
  flex-grow: 5;
}

.f-grow-6 {
  flex-grow: 6;
}

.f-grow-8 {
  flex-grow: 8;
}

.hide-overflow {
  overflow: hidden;
}

/* Margins */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.m0 {
  margin: 0;
}

.nomargin {
  margin: 0 !important;
}

.m_25 {
  margin: 0.25em;
}

.m-_25 {
  margin: -0.25em;
}

.m_5 {
  margin: 0.5em;
}

.m-_5 {
  margin: -0.5em;
}

.m_75 {
  margin: 0.75em;
}

.m-_75 {
  margin: -0.75em;
}

.m1 {
  margin: 1em;
}

.m-1 {
  margin: -1em;
}

.m2 {
  margin: 2em;
}

.m-2 {
  margin: -2em;
}

.m3 {
  margin: 3em;
}

.m-3 {
  margin: -3em;
}

.tm0, .mt0 {
  margin-top: 0 !important;
}

.tm_25, .mt_25 {
  margin-top: 0.25em !important;
}

.tm-_25, .mt-_25 {
  margin-top: -0.25em !important;
}

.tm_5, .mt_5 {
  margin-top: 0.5em !important;
}

.tm-_5, .mt-_5 {
  margin-top: -0.5em !important;
}

.tm_75, .mt_75 {
  margin-top: 0.75em !important;
}

.tm-_75, .mt-_75 {
  margin-top: -0.75em !important;
}

.tm1, .mt1 {
  margin-top: 1em !important;
}

.tm-1, .mt-1 {
  margin-top: -1em !important;
}

.tm2, .mt2 {
  margin-top: 2em !important;
}

.tm-2, .mt-2 {
  margin-top: -2em !important;
}

.tm3, .mt3 {
  margin-top: 3em !important;
}

.tm-3, .mt-3 {
  margin-top: -3em !important;
}

.rm0, .mr0 {
  margin-right: 0 !important;
}

.rm_25, .mr_25 {
  margin-right: 0.25em !important;
}

.rm-_25, .mr-_25 {
  margin-right: -0.25em !important;
}

.rm_5, .mr_5 {
  margin-right: 0.5em !important;
}

.rm-_5, .mr-_5 {
  margin-right: -0.5em !important;
}

.rm_75, .mr_75 {
  margin-right: 0.75em !important;
}

.rm-_75, .mr-_75 {
  margin-right: -0.75em !important;
}

.rm1, .mr1 {
  margin-right: 1em !important;
}

.rm-1, .mr-1 {
  margin-right: -1em !important;
}

.rm2, .mr2 {
  margin-right: 2em !important;
}

.rm-2, .mr-2 {
  margin-right: -2em !important;
}

.rm3, .mr3 {
  margin-right: 3em !important;
}

.rm-3, .mr-3 {
  margin-right: -3em !important;
}

.bm0, .mb0 {
  margin-bottom: 0 !important;
}

.bm_25, .mb_25 {
  margin-bottom: 0.25em !important;
}

.bm-_25, .mb-_25 {
  margin-bottom: -0.25em !important;
}

.bm_5, .mb_5 {
  margin-bottom: 0.5em !important;
}

.bm-_5, .mb-_5 {
  margin-bottom: -0.5em !important;
}

.bm_75, .mb_75 {
  margin-bottom: 0.75em !important;
}

.bm-_75, .mb-_75 {
  margin-bottom: -0.75em !important;
}

.bm1, .mb1 {
  margin-bottom: 1em !important;
}

.bm-1, .mb-1 {
  margin-bottom: -1em !important;
}

.bm2, .mb2 {
  margin-bottom: 2em !important;
}

.bm-2, .mb-2 {
  margin-bottom: -2em !important;
}

.bm3, .mb3 {
  margin-bottom: 3em !important;
}

.bm-3, .mb-3 {
  margin-bottom: -3em !important;
}

.lm0, .ml0 {
  margin-left: 0 !important;
}

.lm_25, .ml_25 {
  margin-left: 0.25em !important;
}

.lm-_25, .ml-_25 {
  margin-left: -0.25em !important;
}

.lm_5, .ml_5 {
  margin-left: 0.5em !important;
}

.lm-_5, .ml-_5 {
  margin-left: -0.5em !important;
}

.lm_75, .ml_75 {
  margin-left: 0.75em !important;
}

.lm-_75, .ml-_75 {
  margin-left: -0.75em !important;
}

.lm1, .ml1 {
  margin-left: 1em !important;
}

.lm-1, .ml1 {
  margin-left: -1em !important;
}

.lm2, .ml2 {
  margin-left: 2em !important;
}

.lm-2, .ml2 {
  margin-left: -2em !important;
}

.lm3, .ml3 {
  margin-left: 3em !important;
}

.lm-3, .ml3 {
  margin-left: -3em !important;
}

/* Padding */
.p0 {
  padding: 0;
}

.nopadding {
  padding: 0 !important;
}

.p_25 {
  padding: 0.25em;
}

.p_5 {
  padding: 0.5em;
}

.p_75 {
  padding: 0.75em;
}

.p1 {
  padding: 1em;
}

.p2 {
  padding: 2em;
}

.p3 {
  padding: 3em;
}

.tp0, .pt0 {
  padding-top: 0 !important;
}

.tp_25, .pt_25 {
  padding-top: 0.25em !important;
}

.tp_5, .pt_5 {
  padding-top: 0.5em !important;
}

.tp_75, .pt_75 {
  padding-top: 0.75em !important;
}

.tp1, .pt1 {
  padding-top: 1em !important;
}

.tp2, .pt2 {
  padding-top: 2em !important;
}

.tp3, .pt3 {
  padding-top: 3em !important;
}

.rp0, .pr0 {
  padding-right: 0 !important;
}

.rp_25, .pr_25 {
  padding-right: 0.25em !important;
}

.rp_5, .pr_5 {
  padding-right: 0.5em !important;
}

.rp_75, .pr_75 {
  padding-right: 0.75em !important;
}

.rp1, .pr1 {
  padding-right: 1em !important;
}

.rp2, .pr2 {
  padding-right: 2em !important;
}

.rp3, .pr3 {
  padding-right: 3em !important;
}

.bp0, .pb0 {
  padding-bottom: 0 !important;
}

.bp_25, .pb_25 {
  padding-bottom: 0.25em !important;
}

.bp_5, .pb_5 {
  padding-bottom: 0.5em !important;
}

.bp_75, .pb_75 {
  padding-bottom: 0.75em !important;
}

.bp1, .pb1 {
  padding-bottom: 1em !important;
}

.bp2, .pb2 {
  padding-bottom: 2em !important;
}

.bp3, .pb3 {
  padding-bottom: 3em !important;
}

.lp0, .pl0 {
  padding-left: 0 !important;
}

.lp_25, .pl_25 {
  padding-left: 0.25em !important;
}

.lp_5, .pl_5 {
  padding-left: 0.5em !important;
}

.lp_75, .pl_75 {
  padding-left: 0.75em !important;
}

.lp1, .pl1 {
  padding-left: 1em !important;
}

.lp2, .pl2 {
  padding-left: 2em !important;
}

.lp3, .pl3 {
  padding-left: 3em !important;
}

/*# sourceMappingURL=style.css.map */
