/* ------ CCME Stylesheet ------ */
@import url("https://use.typekit.net/kpf6ukx.css");
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
pre,
blockquote,
figure,
hr {
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

input,
textarea,
select,
button {
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  padding: 0;
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input,
textarea {
  max-width: 100%;
}

input,
textarea,
button {
  border: 1px solid gray;
}

textarea {
  max-width: 100%;
  resize: vertical;
}

button {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}

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

table {
  width: 100%;
}
table th {
  font-weight: inherit;
}

/* font-family: canada-type-gibson, sans-serif; - 200, 200i, 400, 400i, 600, 600i*/
/* -------------------------------------------------------------------- Colours */
/* --------------------------------------------------------------------- Mixins */
/* ----------------------------------------------------------------- Extensions */
#main-area .leader-list .leader, #main-area article footer.latest-posts .leader, #main-area article .content, #main-area.homepage .welcome .responsive p {
  font-weight: 200;
}

table.order-summary tbody tr td:first-child em, table.ticket-information tbody tr td:first-child em, #main-area article .content blockquote, #main-area article .content a, #main-area article .content ul, button,
.button {
  font-weight: 400;
}

table.order-summary tbody tr:last-child td, table.order-summary tbody tr td:first-child, table.ticket-information tbody tr td:first-child, #main-area .leader-list footer h3, #main-area .leader-list .leader .details h2, #main-area .leader-list header, #main-area article footer.latest-posts .leader .details h2, #main-area article footer.latest-posts h3, #main-area article .content .tags a, #main-area article .content h4, #main-area article .content h3, #main-area article .content h2, #main-area article header, #main-area.homepage .welcome .responsive h1, #site-footer .tagline h2, #site-footer .signup-cta .responsive h2, #site-footer .testimonial-leader .responsive h2, #site-header #navigation > span, #site-header #navigation > a, #site-header #navigation .contents .responsive span.heading .title, table thead, strong {
  font-weight: 600;
}

/* --------------------------------------------------------------------- Global */
body {
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-direction: column;
  min-height: 120vh;
}
@media (max-width: 960px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s ease, background 0.5s ease;
}

em {
  -webkit-text-decoration: italic;
          text-decoration: italic;
}

/* -------------------------------------------------------------------- Utility */
.message {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgb(114, 174, 67);
  color: white;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 100;
}
@media (max-width: 640px) {
  .message {
    top: 50px;
    padding: 5px;
    font-size: 1.25em;
  }
}

.message span {
  margin: 0px;
}

.message.required {
  background-color: #FA5858;
}

.message.payment {
  background-color: #FA5858;
  border-radius: 5px;
  margin-bottom: 15px;
}

.grecaptcha-badge {
  display: none;
}

/* ---------------------------------------------------------------- Site Layout */
.responsive {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em;
}
@media (max-width: 640px) {
  .responsive {
    padding: 1em;
  }
}

#main-area {
  background: rgb(231, 231, 231);
  flex-grow: 1;
}

/* ---------------------------------------------------------------- Form and UI elements */
button,
.button {
  font-size: 1.125em;
  border: none;
  outline: none;
  width: 100%;
  padding: 0.75em 1em;
  border-radius: 3px;
  color: rgb(114, 174, 67);
  background-color: rgb(6, 65, 90);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  transition: color 0.5s ease, background 0.5s ease;
}
button:hover,
.button:hover {
  background-color: rgb(33, 92.25, 84.25);
}

form input,
form textarea,
form select,
form .StripeElement {
  display: block;
  background-color: white;
  border: 1px solid rgb(205.5, 205.5, 205.5);
  outline: none;
  width: 100%;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 3px;
}
form input,
form .StripeElement {
  margin-bottom: 0.5em;
}
form textarea {
  min-height: 100px;
  font-size: 0.8em;
  margin-bottom: 1.5em;
}
form input,
form textarea,
form .StripeElement {
  box-shadow: inset 2px 2px 5px rgb(231, 231, 231);
}
form select {
  height: 3.2em;
}
form label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  color: rgb(141.75, 141.75, 141.75);
  margin-bottom: 0.5em;
}
form label input,
form label select,
form label .StripeElement {
  width: 75%;
  margin-bottom: 0;
}

/* -------------------------------------------------------------------- Global Table Styles */
table {
  border-collapse: collapse;
  color: rgb(141.75, 141.75, 141.75);
  background-color: rgb(243.75, 243.75, 243.75);
  margin-bottom: 1em;
}
table thead {
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 1;
}
table thead tr th, table thead tr td {
  background-color: rgb(218.25, 218.25, 218.25);
  padding: 0.5em;
}
table tbody tr td {
  padding: 0.5em;
}

/* ---------------------------------------------------------------- Site Header and Navigation */
#site-header {
  position: fixed;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: white;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  #site-header {
    height: 50px;
  }
}
#site-header .logo {
  display: flex;
  align-items: center;
  max-width: 320px;
  padding-left: 40px;
}
@media (max-width: 960px) {
  #site-header .logo {
    padding-left: 20px;
    max-width: 240px;
  }
}
@media (max-width: 640px) {
  #site-header .logo {
    max-width: 120px;
  }
}
#site-header .navigation-toggle {
  display: none;
  text-decoration: none !important;
}
@media (max-width: 640px) {
  #site-header .navigation-toggle {
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/hamburger.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
#site-header #navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px 40px;
  width: 100%;
  background: white;
  height: 100px;
}
@media (max-width: 960px) {
  #site-header #navigation {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  #site-header #navigation {
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    top: 0;
    justify-content: center;
    padding: 2em;
    transform: translateX(100vw);
    transition: transform 1s ease;
  }
  #site-header #navigation.open {
    transform: translateX(0);
  }
}
@media (max-width: 640px) {
  #site-header #navigation .navigation-toggle {
    background-image: url("../img/cross.png");
  }
}
#site-header #navigation .contents {
  background: rgb(6, 65, 90);
  color: white;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  text-shadow: 0 1px 2px rgb(2.8125, 30.46875, 42.1875);
  z-index: -1;
  transform: translateY(-200vh);
  transition: transform 1s ease-out;
}
@media (min-width: 641px) and (max-height: 800px) {
  #site-header #navigation .contents {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    font-size: 0.875em;
  }
}
@media (max-width: 640px) {
  #site-header #navigation .contents {
    height: 100vh;
    z-index: 100;
    overflow-y: auto;
    align-items: flex-start;
    transform: translateY(0);
    transform: translateX(100vw);
  }
}
#site-header #navigation .contents .responsive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 640px) {
  #site-header #navigation .contents .responsive {
    flex-direction: column;
    padding-top: 60px;
  }
}
#site-header #navigation .contents .responsive span.heading {
  flex-basis: 100%;
  padding: 2em;
  font-size: 1.25em;
  text-align: center;
}
@media (min-width: 641px) and (max-height: 800px) {
  #site-header #navigation .contents .responsive span.heading {
    padding: 0 2em 1em;
  }
}
@media (max-width: 640px) {
  #site-header #navigation .contents .responsive span.heading {
    padding: 0.5em 1em;
    font-size: 1em;
  }
}
#site-header #navigation .contents .responsive span.heading .title {
  font-size: 2.5em;
  line-height: 0.8;
  color: rgb(114, 174, 67);
  margin-bottom: 0.25em;
}
@media (max-width: 640px) {
  #site-header #navigation .contents .responsive span.heading::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/cross.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
#site-header #navigation .contents .responsive a {
  flex-basis: calc(50% - 0.5em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1em;
  padding: 1em 3em 1em 2em;
  border-radius: 10px;
  background-image: url("../img/nav-leader-arrow.png");
  background-position: right 10px center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.05);
}
#site-header #navigation .contents .responsive a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 641px) and (max-height: 800px) {
  #site-header #navigation .contents .responsive a {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 640px) {
  #site-header #navigation .contents .responsive a {
    background-position: right 10px center;
    background-size: 16px;
    padding: 0.5em 2em 0.5em 1em;
    margin-bottom: 1em;
    background-color: transparent;
  }
  #site-header #navigation .contents .responsive a:hover {
    background-color: transparent;
  }
}
#site-header #navigation .contents .responsive a p {
  margin-bottom: 10px;
}
#site-header #navigation .contents .responsive a .title {
  font-size: 2em;
  line-height: 0.8;
  margin: 10px 0;
  color: rgb(68.25, 112.5, 131.25);
}
@media (max-width: 960px) {
  #site-header #navigation .contents .responsive a .title {
    font-size: 1.75em;
  }
}
@media (max-width: 640px) {
  #site-header #navigation .contents .responsive a .title {
    font-size: 1.5em;
  }
}
#site-header #navigation > span, #site-header #navigation > a {
  font-size: 14px;
  color: rgb(6, 65, 90);
  padding: 0.5em 0 0.5em 1em;
  cursor: pointer;
  transition: color 0.5s ease;
}
@media (max-width: 640px) {
  #site-header #navigation > span, #site-header #navigation > a {
    font-size: 2em;
    padding: 0.5em 0;
    text-align: center;
  }
}
#site-header #navigation > span:hover, #site-header #navigation > a:hover {
  color: rgb(68.25, 112.5, 131.25);
}
#site-header #navigation span.open {
  color: rgb(114, 174, 67);
  text-decoration: underline;
}
#site-header #navigation span.open + .contents {
  transform: translateY(100px);
}
@media (max-width: 640px) {
  #site-header #navigation span.open + .contents {
    transform: translateX(0);
  }
}

/* -------------------------------------------------------------------------- Site Footer */
#site-footer {
  position: relative;
  color: white;
  background-color: rgb(3, 32.5, 45);
  padding: 0;
}
#site-footer .responsive {
  padding: 1em 2em;
}
#site-footer .testimonial-leader {
  background: rgb(114, 174, 67);
}
#site-footer .testimonial-leader .responsive {
  max-width: 640px;
  display: block;
  padding: 2em;
  text-align: center;
}
@media (max-width: 640px) {
  #site-footer .testimonial-leader .responsive {
    padding: 1em;
  }
}
#site-footer .testimonial-leader .responsive h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
  text-shadow: 0 2px 5px rgb(60, 119.5, 78.5);
}
#site-footer .testimonial-leader .responsive .button {
  display: inline-block;
  color: white;
  background-color: rgb(87, 146.75, 72.75);
}
#site-footer .testimonial-leader .responsive .button:hover {
  background-color: rgb(60, 119.5, 78.5);
}
#site-footer .signup-cta {
  background: rgb(33, 92.25, 84.25);
}
#site-footer .signup-cta .responsive {
  max-width: 640px;
  display: block;
  padding: 2em;
  text-align: center;
}
@media (max-width: 640px) {
  #site-footer .signup-cta .responsive {
    padding: 1em;
  }
}
#site-footer .signup-cta .responsive h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-shadow: 0 2px 5px rgb(6, 65, 90);
}
@media (max-width: 960px) {
  #site-footer .signup-cta .responsive h2 {
    font-size: 1.25em;
  }
}
#site-footer .signup-cta .responsive form input {
  padding: 0.5em;
}
#site-footer .signup-cta .responsive form label {
  display: block;
  text-align: left;
  margin-bottom: 0.5em;
  font-size: 0.75em;
  color: white;
}
#site-footer .signup-cta .responsive form label input {
  display: inline;
  width: auto;
  margin-right: 0.5em;
}
#site-footer .signup-cta .responsive form button {
  display: inline-block;
  color: white;
  background-color: rgb(87, 146.75, 72.75);
}
#site-footer .signup-cta .responsive form button:hover {
  background-color: rgb(60, 119.5, 78.5);
}
#site-footer .tagline {
  width: 100%;
}
#site-footer .tagline h2 {
  text-align: center;
  font-size: 1.5em;
  margin: 0.25em 0 0.75em;
  color: rgb(114, 174, 67);
}
@media (max-width: 640px) {
  #site-footer .tagline h2 {
    font-size: 1.33em;
  }
}
#site-footer .contact-section p {
  text-align: center;
  margin-bottom: 1.25em;
}
@media (max-width: 640px) {
  #site-footer .contact-section p .item {
    display: block;
    font-size: 1.2em;
  }
}
#site-footer .contact-section p .item:not(:last-child)::after {
  content: "|";
  padding: 0 1em;
}
@media (max-width: 640px) {
  #site-footer .contact-section p .item:not(:last-child)::after {
    content: "";
    display: block;
    padding: 0;
    margin: 1em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#site-footer .contact-section .socialmedia {
  text-align: center;
}
#site-footer .contact-section .socialmedia a {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#site-footer .contact-section .socialmedia a:hover {
  opacity: 0.5;
}
#site-footer .contact-section .socialmedia a img {
  display: inline-block;
  width: 40px;
}
@media (max-width: 640px) {
  #site-footer .contact-section .socialmedia a img {
    margin: 5px;
  }
}
#site-footer .footer-links {
  background-color: rgb(1.21875, 13.203125, 18.28125);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em 2em;
  font-size: 0.8em;
}
@media (max-width: 640px) {
  #site-footer .footer-links {
    flex-direction: column;
    text-align: center;
    font-size: 1em;
    padding: 2em 1em 1em 1em;
  }
  #site-footer .footer-links p {
    margin-bottom: 1em;
  }
}
#site-footer .footer-links a:hover {
  text-decoration: underline;
}

#site-footer.homepage .testimonial-leader .responsive {
  display: block;
  background-image: none;
  padding: 1em;
}
#site-footer.homepage .testimonial-leader .responsive .button {
  width: auto;
}

/* ---------------------------------------------------------------------- Homepage */
#main-area.homepage {
  display: flex;
  flex-direction: column;
}
#main-area.homepage .hero {
  background-image: url("../img/homepage-hero-image.jpg");
  background-size: cover;
  background-position: center center;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 640px) {
  #main-area.homepage .hero {
    min-height: 33vh;
  }
}
#main-area.homepage .welcome {
  color: white;
  flex-basis: 100%;
  text-align: center;
  background-color: rgb(6, 65, 90);
}
#main-area.homepage .welcome .responsive {
  padding: 1em;
}
#main-area.homepage .welcome .responsive h1 {
  font-size: 3em;
  margin-bottom: 0.25em;
}
@media (max-width: 640px) {
  #main-area.homepage .welcome .responsive h1 {
    font-size: 2.5em;
  }
}
#main-area.homepage .welcome .responsive p {
  line-height: 1.25;
  margin-bottom: 1.25em;
}
@media (max-width: 640px) {
  #main-area.homepage .welcome .responsive p {
    line-height: 1;
  }
}
#main-area.homepage .welcome .responsive .button {
  background-color: rgb(114, 174, 67);
  color: rgb(6, 65, 90);
  display: inline-block;
  width: auto;
  text-shadow: none;
}
@media (max-width: 640px) {
  #main-area.homepage .welcome .responsive .button {
    display: block;
    margin-bottom: 2px;
  }
}
#main-area.homepage .welcome .responsive .button:hover {
  background-color: rgb(60, 119.5, 78.5);
}

/* ---------------------------------------------------------------------- Default Page */
#main-area {
  margin-top: 100px;
}
@media (max-width: 640px) {
  #main-area {
    margin-top: 50px;
  }
}
#main-area article header {
  text-align: center;
  padding: 1em 4em;
}
@media (max-width: 640px) {
  #main-area article header {
    padding: 1em;
  }
}
#main-area article header .parent {
  color: #b4b4b4;
  font-size: 1.25em;
  margin-bottom: 0.25em;
}
#main-area article header h1 {
  color: rgb(6, 65, 90);
  font-size: 4em;
  line-height: 0.8;
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  #main-area article header h1 {
    font-size: 2em;
  }
}
#main-area article header h2 {
  color: rgb(114, 174, 67);
  font-size: 1.25em;
  margin-bottom: 1em;
}
#main-area article .content {
  background: white;
  color: rgb(6, 65, 90);
  padding: 3em;
  border-radius: 3px;
  line-height: 1.25;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  #main-area article .content {
    padding: 1em;
  }
}
#main-area article .content h2 {
  line-height: 1;
  font-size: 2em;
  margin-bottom: 0.5em;
  color: rgb(114, 174, 67);
}
#main-area article .content h3 {
  line-height: 1;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: rgb(87, 146.75, 72.75);
}
#main-area article .content h4 {
  line-height: 1;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  color: rgb(60, 119.5, 78.5);
}
#main-area article .content p {
  margin-bottom: 1.25em;
}
#main-area article .content ul {
  color: rgb(167.25, 167.25, 167.25);
  padding: 0 1em;
  margin-bottom: 1em;
  list-style: disc;
  font-style: italic;
}
#main-area article .content ul li {
  line-height: 1;
  margin-bottom: 1em;
}
#main-area article .content a {
  text-decoration: underline;
}
#main-area article .content a:hover {
  color: rgb(114, 174, 67);
}
#main-area article .content hr {
  display: block;
  border: none;
  outline: none;
  height: 4px;
  width: 100%;
  background-color: rgb(231, 231, 231);
  margin: 2em 0;
}
#main-area article .content img {
  width: 100%;
  margin-bottom: 1em;
}
#main-area article .content .tags a {
  font-size: 0.875em;
  text-decoration: none;
  color: white;
  background-color: #b4b4b4;
  padding: 0.25em 0.5em;
  border-radius: 2px;
}
#main-area article .content .tags a:hover {
  background-color: rgb(60, 119.5, 78.5);
}
#main-area article .content blockquote {
  position: relative;
  background-color: rgb(243.75, 243.75, 243.75);
  color: #b4b4b4;
  padding: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 4px;
}
#main-area article .content blockquote cite {
  display: block;
  text-align: right;
}
#main-area article .content blockquote::before {
  content: open-quote;
  color: rgb(218.25, 218.25, 218.25);
  font-size: 2em;
  position: absolute;
  left: 5px;
  top: 10px;
}
#main-area article .content blockquote::after {
  content: close-quote;
  color: rgb(218.25, 218.25, 218.25);
  font-size: 2em;
  position: absolute;
  right: 5px;
  bottom: 50px;
}
#main-area article .content {
  /* --- wordpress crap --- */
}
#main-area article .content .wp-block-file {
  display: flex;
  justify-content: space-between;
  background: rgb(243.75, 243.75, 243.75);
  padding: 5px;
  align-items: center;
}
#main-area article .content .wp-block-file a {
  text-decoration: none;
}
#main-area article .content .wp-block-file .wp-block-file__button {
  text-decoration: none;
  background-color: rgb(114, 174, 67);
  color: rgb(6, 65, 90);
  border-radius: 2px;
  font-size: 0.75em;
  padding: 0.5em 1em;
  margin-left: 0.75em;
}
#main-area article .content .wp-block-file .wp-block-file__button:hover {
  background-color: rgb(60, 119.5, 78.5);
}
#main-area article footer.latest-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main-area article footer.latest-posts h3 {
  flex-basis: 100%;
  line-height: 1;
  font-size: 1.5em;
  margin: 1em 0 0.5em 0;
  color: #b4b4b4;
}
#main-area article footer.latest-posts .leader {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75em;
  flex-basis: calc(33.333% - 0.25em);
  background: white;
  color: rgb(6, 65, 90);
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
@media (max-width: 640px) {
  #main-area article footer.latest-posts .leader {
    flex-basis: 100%;
  }
}
#main-area article footer.latest-posts .leader .thumbnail {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
#main-area article footer.latest-posts .leader .details {
  padding: 1em;
  flex-grow: 1;
}
#main-area article footer.latest-posts .leader .details h2 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
  color: rgb(114, 174, 67);
}
#main-area article footer.latest-posts .leader .details p {
  margin-bottom: 1.25em;
}
#main-area article footer.latest-posts .leader .button {
  width: auto;
  margin-bottom: 1em;
}

/* ------------------------------------------------------------------------ Blog Index */
#main-area .leader-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main-area .leader-list header {
  flex-basis: 100%;
  text-align: center;
  padding: 1em 4em;
}
@media (max-width: 640px) {
  #main-area .leader-list header {
    padding: 1em;
  }
}
#main-area .leader-list header .parent {
  color: #b4b4b4;
  font-size: 1.25em;
  margin-bottom: 0.25em;
}
#main-area .leader-list header h1 {
  color: rgb(6, 65, 90);
  font-size: 4em;
  line-height: 0.8;
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  #main-area .leader-list header h1 {
    font-size: 2em;
  }
}
#main-area .leader-list header ul {
  margin: -1em 0 1em 0;
}
@media (max-width: 640px) {
  #main-area .leader-list header ul {
    margin: 0;
  }
}
#main-area .leader-list header ul li {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.25em 0.5em;
  color: #b4b4b4;
}
@media (max-width: 640px) {
  #main-area .leader-list header ul li:first-child {
    display: block;
  }
}
#main-area .leader-list header ul li a {
  color: rgb(60, 119.5, 78.5);
}
#main-area .leader-list header ul li a:hover {
  color: rgb(114, 174, 67);
}
#main-area .leader-list .leader {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: calc(50% - 0.5em);
  background: white;
  color: rgb(6, 65, 90);
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
@media (max-width: 640px) {
  #main-area .leader-list .leader {
    flex-basis: 100%;
  }
}
#main-area .leader-list .leader .thumbnail {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
#main-area .leader-list .leader .details {
  padding: 1em;
  flex-grow: 1;
}
#main-area .leader-list .leader .details h2 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
  color: rgb(114, 174, 67);
}
#main-area .leader-list .leader .details p {
  margin-bottom: 1.25em;
}
#main-area .leader-list .leader ul.tags {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}
#main-area .leader-list .leader ul.tags li {
  margin-bottom: 2px;
}
#main-area .leader-list .leader ul.tags li a {
  display: block;
  background: rgb(114, 174, 67);
  color: white;
  font-size: 0.75em;
  padding: 4px 8px;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
}
#main-area .leader-list .leader ul.tags li a:hover {
  background-color: rgb(60, 119.5, 78.5);
}
#main-area .leader-list .leader .button {
  width: auto;
  display: block;
  margin-bottom: 1em;
  color: white;
}
#main-area .leader-list .leader .button:hover {
  background-color: rgb(114, 174, 67);
}
#main-area .leader-list footer {
  width: 100%;
  padding: 2em;
  text-align: center;
}
#main-area .leader-list footer .button {
  background-color: rgb(114, 174, 67);
  color: rgb(6, 65, 90);
  display: inline-block;
  width: auto;
}
#main-area .leader-list footer .button:hover {
  background-color: rgb(33, 92.25, 84.25);
  color: rgb(114, 174, 67);
}
#main-area .leader-list footer h3 {
  line-height: 1;
  font-size: 1.5em;
  margin: 1em 0 0.5em;
  color: rgb(87, 146.75, 72.75);
}
#main-area .leader-list footer ul.tags li {
  display: inline-block;
  margin-bottom: 3px;
}
#main-area .leader-list footer ul.tags li a {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
  background: rgb(192.75, 192.75, 192.75);
}
#main-area .leader-list footer ul.tags li a:hover {
  background: rgb(114, 174, 67);
}

/* ---------------------------------------------------------------------- Contact Page */
#main-area.contact article .content {
  display: flex;
}
@media (max-width: 640px) {
  #main-area.contact article .content {
    flex-direction: column;
  }
}
#main-area.contact article .content .contact-form {
  flex-grow: 1;
  padding: 0 0 0 2em;
}
@media (max-width: 640px) {
  #main-area.contact article .content .contact-form {
    padding: 2em 0;
  }
}
#main-area.contact article .content .contact-form label {
  display: block;
  margin-bottom: 1em;
}
#main-area.contact article .content .contact-form label input {
  display: inline;
  width: auto;
  margin-right: 0.5em;
}

/* --------------------------------------------------------------- Specific Table Styles */
table.ticket-information tbody tr td input {
  margin: 0;
}
table.ticket-information tbody tr td:not(:first-child) {
  text-align: center;
  font-size: 0.9em;
}

table.order-summary tbody tr td:not(:first-child) {
  text-align: center;
}
table.order-summary tbody tr:last-child td {
  font-size: 1.125em;
}

/* booking form plugin */
#eo-booking-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 640px) {
  #eo-booking-form {
    flex-direction: column;
  }
}
#eo-booking-form .eo-booking-field {
  flex-basis: calc(50% - 1em);
}
#eo-booking-form .eo-booking-form-element-button, #eo-booking-form .eo-booking-form-element-textarea {
  flex-basis: 100%;
}
#eo-booking-form .eo-booking-form-element-ticketpicker {
  flex-basis: 100%;
}
#eo-booking-form .eo-booking-form-element-ticketpicker table tbody tr td:last-child, #eo-booking-form .eo-booking-form-element-ticketpicker table thead tr td:last-child {
  text-align: right;
}
#eo-booking-form .eo-booking-form-element-ticketpicker table tbody tr td:last-child input, #eo-booking-form .eo-booking-form-element-ticketpicker table thead tr td:last-child input {
  display: inline;
}

.eo-booking-notice.eo-booking-notice-info {
  background: rgb(114, 174, 67);
  display: flex;
  align-items: center;
}
.eo-booking-notice.eo-booking-notice-info p {
  margin-bottom: 0;
}

.nav-next.eo-events-nav-later a, .nav-previous.eo-events-nav-earlier a {
  display: inline-block;
  text-decoration: none;
}

/* woo commerce styling removed */
/* loading overlay */
body::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(6, 65, 90, 0.8);
  transform: translateY(-100vh);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
body::after {
  content: "";
  position: fixed;
  width: 120px;
  height: 120px;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  border: 12px dotted rgba(231, 231, 231, 0.8);
  border-radius: 50%;
  transform: translateY(-100vh);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
body.loading::before {
  transform: translateY(0);
  opacity: 1;
  z-index: 998;
}
body.loading::after {
  transform: translateY(0);
  opacity: 1;
  animation-name: loading-spin;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 999;
}

@keyframes loading-spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}/*# sourceMappingURL=style.css.map */