<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Springboard for the Arts
Theme URI: http://www.springboardforthearts.org/
Author: bswing, inc.
Author URI: http://www.bswing.com/
Description: Custom theme developed for Springboard for the Arts. Custom Features: Maker to Market
Version: 1.1.0
Tags:

*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button, [type=button], [type=reset], [type=submit],
.btn,
.content span.editor-btn a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f76148;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.5);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, [type=button]:hover, [type=button]:focus, [type=reset]:hover, [type=reset]:focus, [type=submit]:hover, [type=submit]:focus,
.btn:hover,
.content span.editor-btn a:hover,
.btn:focus,
.content span.editor-btn a:focus {
  background-color: #c64e3a;
  color: #fff;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled,
.btn:disabled,
.content span.editor-btn a:disabled {
  background-color: #757b87;
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover,
.btn:disabled:hover,
.content span.editor-btn a:disabled:hover {
  background-color: #757b87;
  opacity: 0.5;
}
button.btn-alt, [type=button].btn-alt, [type=reset].btn-alt, [type=submit].btn-alt,
.btn.btn-alt,
.content span.editor-btn a.btn-alt {
  background: #fff;
  color: #f76148;
}
button.btn-alt.btn-dark, [type=button].btn-alt.btn-dark, [type=reset].btn-alt.btn-dark, [type=submit].btn-alt.btn-dark,
.btn.btn-alt.btn-dark,
.content span.editor-btn a.btn-alt.btn-dark {
  color: #403f3f;
}
button.btn-alt.btn-dark .material-icons, [type=button].btn-alt.btn-dark .material-icons, [type=reset].btn-alt.btn-dark .material-icons, [type=submit].btn-alt.btn-dark .material-icons,
.btn.btn-alt.btn-dark .material-icons,
.content span.editor-btn a.btn-alt.btn-dark .material-icons {
  color: #f9cb00;
  margin: 0 0 0 10px;
}
button.btn-link, [type=button].btn-link, [type=reset].btn-link, [type=submit].btn-link,
.btn.btn-link,
.content span.editor-btn a.btn-link {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
button span,
button .material-icons, [type=button] span,
[type=button] .material-icons, [type=reset] span,
[type=reset] .material-icons, [type=submit] span,
[type=submit] .material-icons,
.btn span,
.content span.editor-btn a span,
.btn .material-icons,
.content span.editor-btn a .material-icons {
  vertical-align: middle;
}
button .material-icons, [type=button] .material-icons, [type=reset] .material-icons, [type=submit] .material-icons,
.btn .material-icons,
.content span.editor-btn a .material-icons {
  font-size: 14px;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 5px;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

input,
select,
textarea {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  padding: 6.6666666667px 13.3333333333px;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover {
  border: 1px solid #efede7;
}
[type=color]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=text]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8c8c8c;
}
[type=color]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=email]::-moz-placeholder, [type=month]::-moz-placeholder, [type=number]::-moz-placeholder, [type=password]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=text]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=week]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #8c8c8c;
}
[type=color]:-ms-input-placeholder, [type=date]:-ms-input-placeholder, [type=datetime]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=month]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=text]:-ms-input-placeholder, [type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=week]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8c8c8c;
}
[type=color]::-ms-input-placeholder, [type=date]::-ms-input-placeholder, [type=datetime]::-ms-input-placeholder, [type=datetime-local]::-ms-input-placeholder, [type=email]::-ms-input-placeholder, [type=month]::-ms-input-placeholder, [type=number]::-ms-input-placeholder, [type=password]::-ms-input-placeholder, [type=search]::-ms-input-placeholder, [type=tel]::-ms-input-placeholder, [type=text]::-ms-input-placeholder, [type=time]::-ms-input-placeholder, [type=url]::-ms-input-placeholder, [type=week]::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #8c8c8c;
}
[type=color]::placeholder, [type=date]::placeholder, [type=datetime]::placeholder, [type=datetime-local]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #8c8c8c;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 5px;
}

[type=file] {
  margin-bottom: 10px;
  width: 100%;
}

select {
  margin-bottom: 10px;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  height: 100%;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 10px 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b3b2ad;
  font-weight: 600;
  padding: 10px 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #efede7;
  padding: 10px 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #403f3f;
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 56px;
}
h1 .heading-right {
  float: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 57px;
}
h1 .heading-right a {
  font-weight: 600;
  text-decoration: none;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #48a377;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
a:active, a:focus, a:hover {
  color: #367a59;
}

hr {
  border-bottom: 1px solid #efede7;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 20px 0;
}

.text-red {
  color: #f76148;
}

body {
  background: #fff;
}
@media screen and (min-width: 350px) {
  body {
    padding-top: 60px;
  }
}
body.menubar-stuck {
  padding-top: 60px;
}
body.mobilenav-active {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 600px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 840px) {
  .container {
    padding: 0 40px;
  }
}
.container.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content {
  padding: 80px 0;
}
.content h1 {
  display: none;
}
.content iframe {
  width: 100% !important;
}
.content .page-subtitle {
  font-size: 15px;
  font-weight: 600;
}
.content p .intro {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (min-width: 840px) {
  .content {
    padding: 40px 0;
  }
  .content::after {
    clear: both;
    content: "";
    display: block;
  }
  .content .content-sidebar {
    float: left;
    padding-right: 40px;
    width: 240px;
  }
  .content .content-main {
    float: left;
    width: calc(100% - 240px);
  }
  .content h1 {
    display: block;
    font-size: 30px;
  }
  .content h1.large {
    font-size: 56px;
  }
}
@media screen and (min-width: 350px) {
  .content {
    padding: 10px 0;
  }
  .content::after {
    clear: both;
    content: "";
    display: block;
  }
  .content h1 {
    display: block;
    font-size: 36px;
  }
  .content h1 .heading-right {
    /* float: right; */
    text-align: right;
  }
  .content .toolbar {
    margin: 0;
    width: 100%;
  }
}

.copyright {
  background: #f3f3f3;
  font-size: 14px;
  margin: 2px 0 0;
  padding: 20px 0;
}

.footer {
  background: #f3f3f3;
  padding: 40px 0;
  /* Inline #24 | https://springboard-for-the-arts.local/ */
  /* Inline #24 | https://springboard-for-the-arts.local/ */
  /* Inline #13 | https://springboard-for-the-arts.local/ready-made/ */
  /* style.css | https://madly-coast.flywheelstaging.com/wp-content/themes/springboard1-1/style.css?counter=1665696982 */
}
.footer .footer-brand img {
  height: 44px;
  width: auto;
}
.footer .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .footer .footer-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 30px 0 0;
  }
  .footer .footer-columns #footer-col1.twoCols {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.footer .footer-columns .footer-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .footer .footer-columns .footer-column {
    margin: 0;
  }
}
.footer .footer-columns .footer-column p {
  font-size: 14px;
  line-height: 2;
}
.footer .footer-columns .footer-column a {
  font-weight: bold;
  font-size: 14px;
}
.footer footer#site-footer .home-offices .home-offices-list .home-office {
  padding: 0;
  text-align: left;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.footer footer#site-footer .home-offices {
  padding: 0;
  text-align: left;
}
.footer footer#site-footer .home-offices #how-many-offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .footer footer#site-footer .home-offices #how-many-offices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .footer #footer-col1.twoCols {
  /* -webkit-box-flex: 2; */
  /* flex: 2; */
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer .footer-columns {
  /* display: inherit; */
  display: inline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header {
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.header .header-notification {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #009dd6;
  color: #fff;
  display: none;
  font-size: 14px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.header .header-notification a {
  color: #fff;
}
.header .header-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.header .header-inner::after {
  clear: both;
  content: "";
  display: block;
}
.header .header-inner .header-brand {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100%;
}
.header .header-inner .header-brand img {
  height: 44px;
  width: auto;
}
@media screen and (min-width: 350px) {
  .header .header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header .header-inner .header-brand {
    min-width: 170px;
    width: 170px;
  }
}
@media screen and (min-width: 350px) {
  .header {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 100;
  }
  .admin-bar .header {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .header {
    top: 32px;
  }
}

.main:focus {
  outline: none;
}

.panel-grid .panel-grid-cell + .panel-grid-cell {
  padding-bottom: 40px;
}
@media screen and (min-width: 840px) {
  .panel-grid .panel-grid-cell + .panel-grid-cell {
    padding-bottom: 0;
    padding-left: 40px;
  }
}

.posts {
  margin: 0 0 20px;
}
.posts .post {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #efede7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts .post.post-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}
@media screen and (min-width: 840px) {
  .posts .post.post-event {
    display: grid;
    grid-template-columns: 1.5fr 3fr 1fr;
  }
}
.posts .post.post-event .post-event-date {
  color: #757b87;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0 0;
  width: 100%;
  margin-top: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.posts .post.post-event .post-event-date a {
  color: inherit;
  text-decoration: none;
}
.posts .post.post-event .post-event-cost {
  color: #48a377;
}
@media screen and (min-width: 840px) {
  .posts .post.post-event .post-event-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 20px;
  }
}
.posts .post.post-event .post-event-register {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 840px) {
  .posts .post.post-event .post-event-register {
    grid-column: 3;
    height: 100%;
  }
}
.posts .post.post-event .post-event-register .post-event-register-waitlist {
  color: #757b87;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 0 0;
  text-align: center;
}
.posts .post.post-event .post-event-register .btn, .posts .post.post-event .post-event-register .content span.editor-btn a, .content span.editor-btn .posts .post.post-event .post-event-register a {
  color: #fff;
  text-decoration: none;
}
.posts .post.post-event .post-event-btn {
  margin-bottom: auto;
}
.posts .post.post-job {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts .post.post-job .post-job-details,
.posts .post.post-job .post-job-type,
.posts .post.post-job .post-job-category,
.posts .post.post-job .post-job-date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: 600;
}
.posts .post.post-job .post-job-details {
  font-size: 14px;
}
.posts .post.post-job .post-job-details .post-title {
  margin: 0;
}
.posts .post.post-job .post-job-type,
.posts .post.post-job .post-job-category {
  text-align: center;
}
.posts .post.post-job .post-job-date {
  color: #f76148;
  text-align: right;
}
.posts .post .post-left {
  margin: 0 20px 0 0;
  width: 300px;
}
.posts .post .post-left img {
  margin: 4px 0 0;
  height: auto;
  width: 300px;
}
.posts .post .post-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.posts .post .post-right .post-title .material-icons {
  font-size: 15px;
}
.posts .post .post-right .post-title span,
.posts .post .post-right .post-title .material-icons {
  vertical-align: middle;
}
.posts .post .post-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  padding-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 840px) {
  .posts .post .post-title {
    min-width: 300px;
    width: 100%;
  }
}
.posts .post .post-title a {
  text-decoration: none;
  color: #48a377;
}
.posts .post .post-meta {
  color: #757b87;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}
.posts .post .post-description {
  font-size: 14px;
}
.posts .posts-more-button-container {
  padding: 20px 0;
}

.posts-loader {
  display: none;
}

.post-type-archive-event .post-event-image {
  display: none;
}
@media screen and (min-width: 840px) {
  .post-type-archive-event .posts .post.post-event .post-event-main {
    grid-column: 1/3;
  }
}

.banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.home .banner {
  height: 540px;
}
.banner .banner-tagline {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.banner .banner-title {
  margin: 0;
}
.banner .banner-subtitle {
  font-size: 24px;
  font-weight: bold;
}
.banner .banner-meta a {
  color: #fff;
}
.banner .banner-anchors {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
}
.banner .banner-anchors .banner-anchor {
  background: #fff;
  border-radius: 3px;
  display: block;
  margin: 0 0 10px 0;
  padding: 20px;
  text-decoration: none;
  width: 220px;
}
.banner .banner-anchors .banner-anchor:nth-child(1) {
  -webkit-box-shadow: 3px 3px 0 0 #f76148;
          box-shadow: 3px 3px 0 0 #f76148;
  color: #f76148;
}
.banner .banner-anchors .banner-anchor:nth-child(2) {
  -webkit-box-shadow: 3px 3px 0 0 #009dd6;
          box-shadow: 3px 3px 0 0 #009dd6;
  color: #009dd6;
}
@media screen and (min-width: 600px) {
  .banner .banner-anchors {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner .banner-anchors .banner-anchor {
    margin: 0 10px;
  }
}

.callout-items {
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.callout-items .callout-items-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.callout-items h3 {
  margin: 0 0 40px;
  text-transform: lowercase;
}
.callout-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .callout-items ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.callout-items ul li {
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  vertical-align: top;
  width: 300px;
}
.callout-items ul li.alt {
  border: 1px solid #efede7;
}
.callout-items ul li.alt .callout-item-title {
  color: #48a377;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 10px;
}
.callout-items ul li a {
  text-decoration: none;
}
.callout-items ul li .callout-item-img {
  background-size: cover;
  background-position: center center;
  width: 300px;
  height: 120px;
}
.callout-items ul li .callout-item-details {
  background: #fff;
  padding: 20px;
  text-align: left;
  height: 100%;
}
.callout-items ul li .callout-item-title {
  color: #403f3f;
  font-size: 18px;
  font-weight: bold;
}
.callout-items ul li .callout-item-title span,
.callout-items ul li .callout-item-title .material-icons {
  vertical-align: middle;
}
.callout-items ul li .callout-item-title .material-icons {
  font-size: 15px;
}
.callout-items ul li .callout-item-description {
  color: #403f3f;
  font-size: 14px;
  line-height: 1.1;
}

.carousel .carousel-slides {
  position: relative;
}
.carousel .carousel-slides .carousel-slide {
  background-size: cover;
  background-position: center center;
  height: 200px;
  max-height: 200px;
  position: relative;
}
.carousel .carousel-slides .carousel-slide:focus {
  outline: none;
}
.carousel .carousel-slides .carousel-slide .carousel-slide-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 410px;
}
.carousel .carousel-slides .carousel-slide .carousel-slide-content {
  color: #fff;
  padding: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .carousel .carousel-slides .carousel-slide .carousel-slide-content {
    width: 410px;
  }
}
.carousel .carousel-slides .carousel-slide .carousel-slide-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.carousel .carousel-slides .carousel-slide .carousel-slide-description {
  font-size: 14px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.carousel .slick-arrow {
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  height: 32px;
  width: 32px;
  padding: 0;
  position: absolute;
  z-index: 2;
}
.carousel .slick-arrow.slick-next {
  top: 10px;
  right: 10px;
}
.carousel .slick-arrow.slick-prev {
  top: 10px;
  right: 45px;
}
.carousel .slick-arrow .material-icons {
  font-size: 24px;
}

.cta {
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #efede7;
  border-radius: 3px;
  margin: 0 0 45px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.cta.cta-alt {
  color: #fff;
}
.cta.cta-alt .btn, .cta.cta-alt .content span.editor-btn a, .content span.editor-btn .cta.cta-alt a {
  background: #fff;
}
.cta.cta-alt .cta-content .cta-title {
  font-weight: 600;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.cta .cta-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cta .cta-content {
  position: relative;
}
.cta .cta-content::after {
  clear: both;
  content: "";
  display: block;
}
.cta .cta-content .cta-image {
  display: block;
  float: right;
  margin: 0 0 0 20px;
}
.cta .cta-content .cta-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
}
.cta .cta-content .cta-title i {
  margin-right: 10px;
}
.cta .cta-content .cta-title i, .cta .cta-content .cta-title span {
  vertical-align: middle;
}
.cta .cta-content .cta-copy {
  font-size: 14px;
  margin: 0 0 20px;
}

.editor {
  margin: 0 0 40px;
}

.filter-group {
  border-bottom: 1px solid #efede7;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0 0 20px 25px;
  position: relative;
}
.filter-group.filter-group-active .filter-group-icon.filter-group-icon-collapse {
  display: block;
}
.filter-group.filter-group-active .filter-group-icon.filter-group-icon-expand {
  display: none;
}
.filter-group.filter-group-active ul {
  display: block;
}
.filter-group .filter-group-icon {
  cursor: pointer;
  position: absolute;
  top: -3px;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-group .filter-group-icon.filter-group-icon-collapse {
  display: none;
}
.filter-group .filter-group-header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-group ul {
  display: none;
}
.filter-group ul li {
  margin: 5px 0 0;
}
.filter-group ul li a {
  text-decoration: none;
}
.filter-group .activeFilter {
  color: #367a59;
}
.filter-group .activeFilter .remove {
  display: inherit;
}
.filter-group .remove {
  display: none;
}

.input-group {
  position: relative;
}
.input-group button {
  background: none;
  color: #48a377;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
}
.input-group button:focus, .input-group button:hover {
  background: none;
  color: #48a377;
  outline: none;
}
.input-group button:focus {
  color: #757b87;
}
.input-group button .material-icons {
  font-size: 20px;
}

.menubar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  min-width: 0;
  position: relative;
}
.menubar-stuck .menubar {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 100;
}
.menubar .menubar-title {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 0 60px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menubar .menubar-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
@media screen and (min-width: 840px) {
  .menubar {
    display: none;
  }
}

.mobilenav {
  background: #fffdf5;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.mobilenav-active .mobilenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin-bar .mobilenav {
  top: 46px;
}
.mobilenav .mobilenav-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efede7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-height: 60px;
  min-width: 0;
  position: relative;
}
.mobilenav .mobilenav-header .mobilenav-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 0 60px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobilenav .mobilenav-header .mobilenav-header-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #403f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
.mobilenav .mobilenav-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mobilenav .mobilenav-main &gt; ul &gt; li {
  border-bottom: 1px solid #efede7;
}
.mobilenav .mobilenav-main &gt; ul &gt; li.active .menu {
  display: block;
}
.mobilenav .mobilenav-main &gt; ul &gt; li.active:nth-child(1) &gt; a {
  color: #f76148;
}
.mobilenav .mobilenav-main &gt; ul &gt; li.active:nth-child(1) .current-menu-item a {
  color: #f76148;
}
.mobilenav .mobilenav-main &gt; ul &gt; li.active:nth-child(2) &gt; a {
  color: #009dd6;
}
.mobilenav .mobilenav-main &gt; ul &gt; li.active:nth-child(2) .current-menu-item a {
  color: #009dd6;
}
.mobilenav .mobilenav-main &gt; ul &gt; li.active:nth-child(3) &gt; a {
  color: #48a377;
}
.mobilenav .mobilenav-main &gt; ul &gt; li.active:nth-child(3) .current-menu-item a {
  color: #48a377;
}
.mobilenav .mobilenav-main &gt; ul &gt; li.active &gt; a .material-icons {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
}
.mobilenav .mobilenav-main &gt; ul &gt; li &gt; a {
  cursor: pointer;
  color: #403f3f;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
}
.mobilenav .mobilenav-main &gt; ul &gt; li &gt; a:focus {
  outline: none;
}
.mobilenav .mobilenav-main &gt; ul &gt; li &gt; a span,
.mobilenav .mobilenav-main &gt; ul &gt; li &gt; a i {
  vertical-align: middle;
}
.mobilenav .mobilenav-main &gt; ul &gt; li &gt; a .material-icons {
  font-size: 14px;
}
.mobilenav .mobilenav-main &gt; ul &gt; li #mobile-lottie {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mobilenav .mobilenav-main &gt; ul &gt; li #mobile-lottie span {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-top: 1em;
}
.mobilenav .menu {
  display: none;
  font-size: 14px;
  padding: 0 20px;
}
.mobilenav .menu .menu-item.menu-item-has-children {
  margin: 0 0 20px;
}
.mobilenav .menu .menu-item.menu-item-has-children &gt; a {
  font-weight: 600;
}
.mobilenav .menu .menu-item a {
  color: #403f3f;
  display: block;
  margin: 0 0 10px;
}
.mobilenav a {
  text-decoration: none;
}
@media screen and (min-width: 783px) {
  .admin-bar .mobilenav {
    top: 32px;
  }
}

.navbar {
  display: none;
}
.navbar .nav-search {
  border-left: 1px solid #efede7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.navbar .nav-search.nav-search-active {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navbar .nav-search.nav-search-active .nav-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .nav-search.nav-search-active .nav-search-trigger {
  display: none;
}
.navbar .nav-search .nav-search-form {
  display: none;
  width: 100%;
}
.navbar .nav-search .nav-search-form input {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
  padding: 0 20px;
}
.navbar .nav-search .nav-search-form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar .nav-search .nav-search-form .nav-search-form-close-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #efede7;
  color: #403f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 60px;
}
.navbar .nav-search .nav-search-trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #fff;
  color: #403f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 60px;
}
.navbar .nav-search .nav-search-trigger:hover {
  border-top: 2px solid #403f3f;
}
.navbar &gt; .menu {
  display: none;
}
@media screen and (min-width: 840px) {
  .navbar &gt; .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.navbar &gt; .menu &gt; .menu-item {
  border-left: 1px solid #efede7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navbar &gt; .menu &gt; .menu-item:hover .subnav {
  display: block;
}
.navbar &gt; .menu &gt; .menu-item &gt; a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #fff;
  color: #48a377;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.navbar &gt; .menu &gt; .menu-item &gt; a:hover {
  border-top: 2px solid #48a377;
}
.navbar &gt; .menu &gt; .menu-item &gt; a .material-icons {
  font-size: 20px;
  line-height: 15px;
  vertical-align: text-bottom;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-alt:hover &gt; a {
  border-top: 2px solid #403f3f;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-alt &gt; a {
  color: #403f3f;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-alt .material-icons {
  color: #f9cb00;
  font-size: 14px;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-red:hover &gt; a {
  color: #f76148;
  border-top: 2px solid #f76148;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-red &gt; a + .subnav .sub-menu a {
  color: #f76148;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-blue:hover &gt; a {
  color: #009dd6;
  border-top: 2px solid #009dd6;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-blue &gt; a + .subnav .sub-menu a {
  color: #009dd6;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-yellow:hover &gt; a {
  border-top: 2px solid #f9cb00;
}
.navbar .subnav {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  display: none;
  font-size: 12px;
  padding: 40px 0 20px;
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: -1;
}
.navbar .subnav .menu {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
.navbar .subnav .menu &gt; li {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 20px;
}
.navbar .subnav .menu &gt; li &gt; a {
  color: #403f3f;
  text-transform: uppercase;
}
.navbar .subnav .menu &gt; li a {
  text-decoration: none;
}
.navbar .subnav .menu .sub-menu {
  margin-top: 3.3333333333px;
}
.navbar .subnav .menu .sub-menu li {
  margin-bottom: 3.3333333333px;
}
@media screen and (min-width: 840px) {
  .navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
@media screen and (min-width: 1280px) {
  .navbar .nav-search {
    border-right: 1px solid #efede7;
  }
}

.navbar {
  display: none;
}
.navbar .nav-search {
  border-left: 1px solid #efede7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.navbar .nav-search.nav-search-active {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navbar .nav-search.nav-search-active .nav-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .nav-search.nav-search-active .nav-search-trigger {
  display: none;
}
.navbar .nav-search .nav-search-form {
  display: none;
  width: 100%;
}
.navbar .nav-search .nav-search-form input {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
  padding: 0 20px;
}
.navbar .nav-search .nav-search-form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar .nav-search .nav-search-form .nav-search-form-close-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #efede7;
  color: #403f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 60px;
}
.navbar .nav-search .nav-search-trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #fff;
  color: #403f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 60px;
}
.navbar .nav-search .nav-search-trigger:hover {
  border-top: 2px solid #403f3f;
}
.navbar &gt; .menu {
  display: none;
}
@media screen and (min-width: 840px) {
  .navbar &gt; .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.navbar &gt; .menu &gt; .menu-item {
  border-left: 1px solid #efede7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navbar &gt; .menu &gt; .menu-item:hover .subnav {
  display: block;
}
.navbar &gt; .menu &gt; .menu-item &gt; a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #fff;
  color: #48a377;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.navbar &gt; .menu &gt; .menu-item &gt; a:hover {
  border-top: 2px solid #48a377;
}
.navbar &gt; .menu &gt; .menu-item &gt; a .material-icons {
  font-size: 20px;
  line-height: 15px;
  vertical-align: text-bottom;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-alt:hover &gt; a {
  border-top: 2px solid #403f3f;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-alt &gt; a {
  color: #403f3f;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-alt .material-icons {
  color: #f9cb00;
  font-size: 14px;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-red:hover &gt; a {
  color: #f76148;
  border-top: 2px solid #f76148;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-red &gt; a + .subnav .sub-menu a {
  color: #f76148;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-blue:hover &gt; a {
  color: #009dd6;
  border-top: 2px solid #009dd6;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-blue &gt; a + .subnav .sub-menu a {
  color: #009dd6;
}
.navbar &gt; .menu &gt; .menu-item.menu-item-yellow:hover &gt; a {
  border-top: 2px solid #f9cb00;
}
.navbar .subnav {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  display: none;
  font-size: 12px;
  padding: 40px 0 20px;
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: -1;
}
.navbar .subnav .menu {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
.navbar .subnav .menu &gt; li {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 20px;
}
.navbar .subnav .menu &gt; li &gt; a {
  color: #403f3f;
  text-transform: uppercase;
}
.navbar .subnav .menu &gt; li a {
  text-decoration: none;
}
.navbar .subnav .menu .sub-menu {
  margin-top: 3.3333333333px;
}
.navbar .subnav .menu .sub-menu li {
  margin-bottom: 3.3333333333px;
}
@media screen and (min-width: 840px) {
  .navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
@media screen and (min-width: 1280px) {
  .navbar .nav-search {
    border-right: 1px solid #efede7;
  }
}

.sidebar-menu ul li {
  margin: 0 0 1px;
}
.sidebar-menu ul li.current-menu-item a {
  background: #dcdcdc;
}
.sidebar-menu ul li a {
  background: #efede7;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-decoration: none;
}

.staff::after {
  clear: both;
  content: "";
  display: block;
}
.staff .staff-left {
  float: left;
}
.staff .staff-left img {
  display: block;
  border-radius: 100%;
}
.staff .staff-right {
  margin-left: 65px;
}
.staff .staff-right .staff-name {
  font-weight: 600;
}

.toolbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -40px;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 10px;
  width: auto;
}
.toolbar .toolbar-left {
  width: 100%;
}
.toolbar .toolbar-left input {
  margin: 0;
}
.toolbar .toolbar-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.toolbar .toolbar-center .toolbar-center-label {
  margin: 10px 0 0;
}
.toolbar .toolbar-center .search-clear {
  color: #dcdcdc;
}
.toolbar .toolbar-center .search-clear .material-icons {
  font-size: 16px;
  margin-top: -1px;
  vertical-align: middle;
}
.toolbar .toolbar-right {
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}
.post-type-archive-job .toolbar .toolbar-right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.post-type-archive-job .toolbar .toolbar-right label {
  margin: 0 5px 0 0;
}
.post-type-archive-job .toolbar .toolbar-right select {
  color: #48a377;
  height: auto;
}
.toolbar select {
  border: none;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .toolbar {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 840px) {
  .toolbar {
    border-top: 1px solid #efede7;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%;
  }
  .toolbar .toolbar-left {
    width: auto;
  }
  .toolbar .toolbar-center .toolbar-center-label {
    margin: 0;
  }
}

.wave {
  background: url("img/border@2x.png") left center repeat-x;
  background-size: 34px 8px;
  margin-top: -4px;
  margin-bottom: -4px;
  height: 8px;
  position: relative;
  z-index: 1;
}

#mainContainer {
  margin: 0px 12px;
}

#makerToMarketHeader {
  text-align: center;
  margin: 8px 0px;
}

#makerToMarketDescription {
  text-align: center;
  margin: 0 24px;
}

#artistListContainerWrapper {
  padding: 2rem 0;
}

#artistListContainer {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
}
#artistListContainer a {
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  #artistListContainer {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.artist-excerpt {
  color: black;
}

.artistContainer {
  aspect-ratio: 1;
  width: 100%;
}

.artistImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.artistName {
  color: #48a377;
  font-weight: bold;
  position: relative;
  font-size: x-large;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.1em;
  padding-bottom: 1rem;
}

#clearFilterContainer {
  text-align: center;
  margin: 10px 0px;
}

.dropdowns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropbtn {
  padding: 16px;
  background: white;
  width: 100%;
  color: #48a377;
  border: solid 1px darkgray;
}

.dropdown {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 12px;
}

.dropbtn:hover {
  background: white;
  width: 100%;
  color: #48a377;
  border: solid 1px black;
}

.dropbtn:focus {
  background: white;
  width: 100%;
  color: #48a377;
  border: solid 1px black;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.archive .archive-sidebar {
  padding-bottom: 40px;
}
@media screen and (min-width: 840px) {
  .archive .archive-content {
    padding: 0 0 40px;
  }
  .archive .archive-content::after {
    clear: both;
    content: "";
    display: block;
  }
  .archive .archive-sidebar {
    float: left;
    padding-right: 40px;
    width: 25%;
  }
  .archive .archive-main {
    float: left;
    width: 75%;
  }
}
.archive .container .container {
  padding: 0;
}

.home.page .home-intro {
  color: #48a377;
  padding: 60px 0;
  text-align: center;
}
.home.page .home-intro .home-intro-announcements-button {
  background: #48a377;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  display: inline-block;
  margin: 0 0 60px;
  padding: 10px 40px;
  text-decoration: none;
}
.home.page .home-intro .home-intro-announcements-button .home-intro-announcements-button-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home.page .home-intro .home-intro-announcements-button span,
.home.page .home-intro .home-intro-announcements-button i {
  vertical-align: middle;
}
.home.page .home-intro .home-intro-announcements-button .material-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 100%;
  color: #403f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0 0;
  width: 32px;
  height: 32px;
}
.home.page .home-intro h1 {
  font-weight: normal;
  margin: 0 0 20px;
}
.home.page .home-intro .home-intro-mural {
  background: url("img/mural.jpg") top center no-repeat;
  background-size: auto 100%;
  height: 340px;
  margin-top: 60px;
  margin-bottom: -60px;
}
.home.page .home-block-links {
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.home.page .home-block-links.home-block-links-alt {
  border: none;
}
.home.page .home-block-links.home-block-links-alt .home-block-links-overlay {
  background-color: rgba(0, 157, 214, 0.9);
}
.home.page .home-block-links .home-block-links-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home.page .home-block-links h3 {
  color: #fff;
  margin: 0 0 40px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  text-transform: lowercase;
}
.home.page .home-block-links ul li {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
.home.page .home-block-links ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.5);
  color: #f76148;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  text-decoration: none;
  text-transform: lowercase;
  height: 140px;
  width: 140px;
}
.home.page .home-announcement {
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
  position: relative;
}
.home.page .home-announcement:first-child {
  margin: 0 0 1px;
}
.home.page .home-announcement .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home.page .home-announcement .home-announcement-overlay {
  background-color: rgba(64, 63, 63, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home.page .home-announcement .home-announcement-details {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 840px) {
  .home.page .home-announcement .home-announcement-details {
    margin: 0 80px;
  }
}
.home.page .home-announcement .home-announcement-details h2,
.home.page .home-announcement .home-announcement-details p {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.home.page .home-announcement .home-announcement-details p {
  margin: 0 0 20px;
}
.home.page .home-announcement .home-annoucement-image {
  border-radius: 100%;
  display: none;
}
@media screen and (min-width: 840px) {
  .home.page .home-announcement .home-annoucement-image {
    display: block;
  }
}
.home.page .home-offices {
  padding: 60px 0;
  text-align: center;
}
.home.page .home-offices .home-offices-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .home.page .home-offices .home-offices-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home.page .home-offices .home-offices-list .home-office {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  margin: 20px 0;
}
.home.page .home-offices .home-offices-list .home-office p {
  font-size: 15px;
  line-height: 2;
  margin: 0;
}
.home.page .home-mission {
  background-size: cover;
  background-position: center center;
  color: #48a377;
  padding: 120px 0;
  position: relative;
}
.home.page .home-mission .home-mission-overlay {
  background-color: rgba(248, 248, 248, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home.page .home-mission .home-mission-content {
  max-width: 630px;
}
.home.page .home-mission h2 {
  margin: 0 0 40px;
  font-size: 26px;
}
@media screen and (min-width: 600px) {
  .home.page .home-mission h2 {
    font-size: 36px;
  }
}
.home.page .home-feature {
  background: #48a377;
  padding: 80px 0;
  position: relative;
}
.home.page .home-feature:nth-child(even) {
  background: #41936b;
}
.home.page .home-feature:nth-child(even) .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.home.page .home-feature .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home.page .home-feature .home-feature-details {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 840px) {
  .home.page .home-feature .home-feature-details {
    margin: 0 80px;
  }
}
.home.page .home-feature .home-feature-details h2,
.home.page .home-feature .home-feature-details p {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.home.page .home-feature .home-feature-details p {
  margin: 0 0 20px;
}
.home.page .home-feature .home-feature-image {
  border-radius: 100%;
  display: none;
}
@media screen and (min-width: 840px) {
  .home.page .home-feature .home-feature-image {
    display: block;
  }
}

.single .single-details {
  margin: 20px 0;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  width: 90vw;
  height: 80vh;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    padding: 1.5em;
    width: 50vw;
  }
}

/* Inline #27 | https://springboard.local/ccc-events/ */
.page-template-archive-ccc-events .posts .post.post-event .post-title a {
  color: black;
}
.page-template-archive-ccc-events .posts .post.post-event .post-event-register .btn, .page-template-archive-ccc-events .posts .post.post-event .post-event-register .content span.editor-btn a, .content span.editor-btn .page-template-archive-ccc-events .posts .post.post-event .post-event-register a {
  background-color: black;
}
.page-template-archive-ccc-events .posts .post.post-event .post-event-cost {
  color: #FFC001;
}

#CCC_Events {
  color: #FFC001;
}
#CCC_Events.btn, .content span.editor-btn a#CCC_Events {
  background-color: black;
}

.skip-main {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  height: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  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. */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 *  Usage:
 *
      &lt;div class="sk-rotating-plane"&gt;&lt;/div&gt;
 *
 */
.sk-rotating-plane {
  width: 20px;
  height: 20px;
  background-color: #48a377;
  margin: 20px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-double-bounce"&gt;
        &lt;div class="sk-child sk-double-bounce1"&gt;&lt;/div&gt;
        &lt;div class="sk-child sk-double-bounce2"&gt;&lt;/div&gt;
      &lt;/div&gt;
 *
 */
.sk-double-bounce {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 20px auto;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #48a377;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
          animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-wave"&gt;
        &lt;div class="sk-rect sk-rect1"&gt;&lt;/div&gt;
        &lt;div class="sk-rect sk-rect2"&gt;&lt;/div&gt;
        &lt;div class="sk-rect sk-rect3"&gt;&lt;/div&gt;
        &lt;div class="sk-rect sk-rect4"&gt;&lt;/div&gt;
        &lt;div class="sk-rect sk-rect5"&gt;&lt;/div&gt;
      &lt;/div&gt;
 *
 */
.sk-wave {
  margin: 20px auto;
  width: 25px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}
.sk-wave .sk-rect {
  background-color: #48a377;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
          animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-wandering-cubes"&gt;
        &lt;div class="sk-cube sk-cube1"&gt;&lt;/div&gt;
        &lt;div class="sk-cube sk-cube2"&gt;&lt;/div&gt;
      &lt;/div&gt;
 *
 */
.sk-wandering-cubes {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.sk-wandering-cubes .sk-cube {
  background-color: #48a377;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
          animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-spinner sk-spinner-pulse"&gt;&lt;/div&gt;
 *
 */
.sk-spinner-pulse {
  width: 20px;
  height: 20px;
  margin: 20px auto;
  background-color: #48a377;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-chasing-dots"&gt;
        &lt;div class="sk-child sk-dot1"&gt;&lt;/div&gt;
        &lt;div class="sk-child sk-dot2"&gt;&lt;/div&gt;
      &lt;/div&gt;
 *
 */
.sk-chasing-dots {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
          animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #48a377;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
          animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-three-bounce"&gt;
        &lt;div class="sk-child sk-bounce1"&gt;&lt;/div&gt;
        &lt;div class="sk-child sk-bounce2"&gt;&lt;/div&gt;
        &lt;div class="sk-child sk-bounce3"&gt;&lt;/div&gt;
      &lt;/div&gt;
 *
 */
.sk-three-bounce {
  margin: 20px auto;
  width: 40px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 10px;
  height: 10px;
  background-color: #48a377;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
          animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-circle"&gt;
        &lt;div class="sk-circle1 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle2 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle3 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle4 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle5 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle6 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle7 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle8 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle9 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle10 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle11 sk-child"&gt;&lt;/div&gt;
        &lt;div class="sk-circle12 sk-child"&gt;&lt;/div&gt;
      &lt;/div&gt;
 *
 */
.sk-circle {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #48a377;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-cube-grid"&gt;
        &lt;div class="sk-cube sk-cube1"&gt;&lt;/div&gt;
        &lt;div class="sk-cube sk-cube2"&gt;&lt;/div&gt;
        &lt;div class="sk-cube sk-cube3"&gt;&lt;/div&gt;
        &lt;div class="sk-cube sk-cube4"&gt;&lt;/div&gt;
        &lt;div class="sk-cube sk-cube5"&gt;&lt;/div&gt;
        &lt;div class="sk-cube sk-cube6"&gt;&lt;/div&gt;
        &lt;div class="sk-cube sk-cube7"&gt;&lt;/div&gt;
        &lt;div class="sk-cube sk-cube8"&gt;&lt;/div&gt;
        &lt;div class="sk-cube sk-cube9"&gt;&lt;/div&gt;
      &lt;/div&gt;
 *
 */
.sk-cube-grid {
  width: 20px;
  height: 20px;
  margin: 20px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #48a377;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-fading-circle"&gt;
        &lt;div class="sk-circle1 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle2 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle3 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle4 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle5 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle6 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle7 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle8 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle9 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle10 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle11 sk-circle"&gt;&lt;/div&gt;
        &lt;div class="sk-circle12 sk-circle"&gt;&lt;/div&gt;
      &lt;/div&gt;
 *
 */
.sk-fading-circle {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #48a377;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/*
 *  Usage:
 *
      &lt;div class="sk-folding-cube"&gt;
        &lt;div class="sk-cube1 sk-cube"&gt;&lt;/div&gt;
        &lt;div class="sk-cube2 sk-cube"&gt;&lt;/div&gt;
        &lt;div class="sk-cube4 sk-cube"&gt;&lt;/div&gt;
        &lt;div class="sk-cube3 sk-cube"&gt;&lt;/div&gt;
      &lt;/div&gt;
 *
 */
.sk-folding-cube {
  margin: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #48a377;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#headerLink {
  display: block;
  text-align: center;
  margin: 8px 0px;
  color: black;
  text-decoration: none;
}
#headerLink:hover {
  text-decoration: underline;
}

.artistPageWrapper {
  margin: 24px;
}

.topContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 840px) {
  .topContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.artistPageBackLink {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.artistPageWrapper .artistAvatarImage {
  border-radius: 50%;
  height: 250px;
  width: 250px;
  margin-right: 0px;
}
@media screen and (min-width: 840px) {
  .artistPageWrapper .artistAvatarImage {
    margin-right: 24px;
  }
}

.artistNameWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}
@media screen and (min-width: 840px) {
  .artistNameWrapper {
    padding-top: 0px;
  }
}

.artistBioName {
  font-weight: bold;
  font-size: 24px;
}

.artistBioWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artistBio {
  margin: 12px 0px;
}

.socialImage {
  height: 15px;
  margin-left: 12px;
}

#artistDetailContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-columns: 4 200px;
     -moz-columns: 4 200px;
          columns: 4 200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px;
}

.custom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: 24px;
}

.custom-wrapper p {
  height: 100%;
  width: 100%;
}

#myModal {
  text-align: center;
}

.artistImageContainer {
  cursor: pointer;
  max-width: 350px;
  min-width: 200px;
  position: relative;
  display: inline-block;
}

.artistImageContainer img:hover {
  opacity: 0.5;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shopLink {
  padding: 12px;
  border: solid 1px darkgray;
  margin-bottom: 12px;
}

.shopLinkWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  top: 30px;
}

.modal-content .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
}

/* The Close Button */
.close {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 35px;
  font-weight: bold;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 6px;
  line-height: 1.2;
  z-index: 5;
}
@media screen and (min-width: 840px) {
  .close {
    right: 25px;
  }
}

.admin-bar .close {
  top: 25px;
}

.close:hover,
.close:focus {
  background-color: #999;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

.slideContent {
  display: none;
}

.slideImage {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 85%;
}

.column {
  float: left;
  width: 25%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.imgButtonWrapper {
  position: relative;
}

/* Next &amp; previous buttons */
.prev,
.next {
  position: absolute;
  top: 45%;
  padding: 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 3px;
}
@media screen and (min-width: 840px) {
  .prev,
  .next {
    padding: 16px;
  }
}

.prev {
  left: 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

.prev:hover,
.prev:focus,
.next:hover,
.next:focus {
  background-color: #999;
}

/* Number text (1/3 etc) */
.numberText {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
}

.numberText:focus {
  outline: none;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 8px 16px 4px;
  color: white;
}

.demo {
  opacity: 0.6;
  cursor: pointer;
}

.demo:hover,
.demo:focus {
  opacity: 1;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}/*# sourceMappingURL=style.css.map */</pre></body></html>